    .footer {
      position: relative;
      background-color: var(--footer_black);
      color:var(--white);
      padding-top: 60px;
      overflow: hidden;
    }

    .footer::before {
      content: '';
      background: url('https://i.postimg.cc/sg8tv5J9/map.jpg') no-repeat center center;
      opacity: 0.09;
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-size: cover;
      z-index: 0;
    }

    .footer .container {
      position: relative;
      z-index: 2;
    }

    .footer .logo {
      max-width: 250px;
      margin-bottom: 20px;
    }

    .footer h5 {
      font-size: 20px;
      margin-bottom: 15px;
      font-weight: 600;
      color:var(--yellow);
    }

    .footer p,
    .footer a {
      font-size: 15px;
      color: var(--gray_white);
      margin-bottom: 10px;
    }

    .footer a:hover {
      color: var(--yellow);
    }

    .social-icons a {
      color: var(--gray_white);
      font-size: 18px;
      margin-right: 12px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      color: var(--yellow);
    }

    .map iframe {
      width: 100%;
      height: 200px;
      border: none;
      border-radius: 6px;
      margin-top: 10px;
    }

    .footer-bottom {
      background-color: #000000;
      padding: 15px 0;
      text-align: center;
      color: var(--gray_white);
      font-size: 14px;
    }

    .footer-bottom a {
      color: var(--yellow);
      text-decoration: none;
    }

.ekashila_socialmedia .fab {
    color:var(--white)!important;
        font-size: 22px;
}
    @media (max-width: 991px) {
      .footer .logo {
        max-width: 180px;
      }
      .footer h5 {
        font-size: 18px;
      }
    }

    @media (max-width: 767px) {
      .map iframe {
        height: 180px;
      }
    }

   @media (max-width: 575.98px) {
    .whitespace{
        margin-top: 5px;
    }
  .footer .row > .col-sm-6,
  .footer .row > .col-6,
  .footer .row > .col-md-4,
  .footer .row > .col-md-5,
  .footer .row > .col-md-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer .maptiming {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer .maptiming .map {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 15px;
  }

  .footer .logo {
    max-width: 150px;
    margin-bottom: 10px;
  }

  .footer h5 {
    font-size: 16px;
  }

  .footer p,
  .footer a {
    font-size: 14px;
  }

  .social-icons a {
    font-size: 16px;
    margin-right: 8px;
  }

  .footer-bottom {
    font-size: 13px;
    padding: 10px 8px;
  }

  /* Branches stacking in single column */
  .footer .our-branches .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }

  .footer .our-branches {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 400px) {
  .footer .row > .col-sm-6,
  .footer .row > .col-6,
  .footer .row > .col-md-4,
  .footer .row > .col-md-5,
  .footer .row > .col-md-7,
  .footer .row > .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer .timing,
  .footer .social_media,
  .footer .map {
    align-items: flex-start !important;
    justify-content: center;
    text-align: left;
  }

  .footer .map iframe {
    height: 180px;
  }

  .footer .logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer .social-icons {
    justify-content: center;
  }

  .footer-bottom {
    font-size: 13px;
    padding: 12px 10px;
  }
}

