footer {
  overflow: hidden;
  position: relative;
}

footer .footer-inner{
  background: var(--charcoal);
  padding: 75px 0px;
}

footer .footer-title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

footer .footer-logo{
  display: block;
  margin-bottom: 25px;
  max-width:100%;
}

footer .footer-logo img {
  display: block;
  width:260px;
  height:auto;
  max-width:100%;
}

footer .footer-textarea {
  color: #fff;
  font-size: 14px;
  font-weight:300;
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: center;
}

footer .footer-social-inner {
  display: flex;
  justify-content: center;
  gap: 10px;
}
footer .footer-social-container {
  margin-bottom: 15px;
  gap: 10px;
}

footer .footer-social-container .footer-top-social-link{
  padding: 5px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s ease-in;
}

footer .footer-social-container .footer-top-social-link:hover {
  transform: scale(1.1);
}

footer .footer-social-container .footer-top-social-link svg {
  color:#fff;
  width: 24px;
  height: 24px;
}


footer .footer-contact-container .footer-contact{
  color: #fff;
  gap: 5px;
  margin-bottom: 15px;
}

footer .footer-contact-col .footer-contact{
  gap: 10px;
  color: #fff;
  margin-bottom: 10px;
}

footer .footer-top-inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}

footer .footer-link {
  background: #4e7475;
  padding: 10px 40px;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
}

footer .footer-inner .footer-menu {
  margin-top: 10px;
}

footer .footer-inner .footer-menu ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}


footer .footer-inner .footer-menu ul li a{
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease-in;
}

footer .footer-inner .footer-menu ul li a:hover{
  opacity: 0.5;
}
footer .footer-center .container {
  padding: 50px 0 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
}
footer .footer-center .footer-contact-container{
    margin-top: 25px;
}

footer .footer-center .footer-contact-container .footer-contact {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  gap: 10px;
}

footer .footer-center iframe{
  margin-bottom: 25px;
}

footer .site-editor-text {
    color: #fff;
    gap: 10px;
    /* display: flex; */
    /* flex-direction: column; */
    line-height: 1.5;
}
footer .site-editor-text a{
    color:#fff;
}
footer .footer-location-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
  margin-bottom:15px;
}
footer .footer-location-inner .location-box{
  gap: 15px;
  color: #fff;
}
footer .footer-location-inner .location-box .icon {
  border: 1px solid #fff;
  width: 20%;
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
}

footer .footer-certificate-area {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
footer .footer-map iframe {
  height: 225px;
  border-radius: 20px;
}

footer .footer-center .certificates-content {
  height: 100%;
}

/* footer bottom */

footer .footer-bottom {
  background: var(--charcoal);  padding: 15px 0;
  border-top: 1px solid #fff;
}

footer .footer-bottom .copyright{
  font-size: 18px;
  color: #fff;
}