.contact-card {
      background: linear-gradient(135deg, #fff5ea, #fffaf3);
      border-radius: 12px;
      padding: 40px 35px;
      text-align: center;
      height: 100%;
    }

    .icon-box {
      width: 56px;
      height: 56px;
      background: #0b1b2b;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }

    .icon-box i {
      color: #fff;
      font-size: 24px;
    }

    .contact-card h4 {
      margin-bottom: 16px;
      color: #0b1b2b;
    }

    .contact-card p {
      color: #5f6b78;
      line-height: 1.6;
      margin-bottom: 28px;
      min-height: 70px;
    }

    .btn-primary {
      background: #e8a257;
      color: #fff !important;
      border-radius: 10px;
      padding: 14px 28px;
      font-size: 18px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .small-text {
      margin-top: 18px;
      font-size: 14px;
      color: #1e2b39;
    }

    .small-text span {
      color: #e8a257;
      font-weight: 500;
    }

    .footer-note {
      color: #6c757d;
      font-size: 13px;
      text-align: center;
      margin-top: 40px;
      line-height: 1.7;
    }
    /* Background Section */
    .clinics-section {
      background: url(../img/dotted-banner.png);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 80px 0;
    }

    .clinics-section h2 {
      font-size: 42px;
      color: #0b1b2b;
      margin-bottom: 12px;
    }

    .clinics-section .subtitle {
      color: #24394d;
      font-size: 16px;
      margin-bottom: 50px;
    }

    /* Card */
    .clinic-card2 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #fff;
      border-radius: 12px;
      padding: 15px;
      margin-bottom: 15px;
      height: 100%;
      position: relative;
      box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    }

    .clinic-card2 h5 {
      margin-bottom: 0;
      color: #0b1b2b;
    }

    .clinic-card2 ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

    .clinic-card2 ul li {
      display: flex;
      gap: 10px;
      color: #5c6b7a;
      line-height: 1.6;
    }

    .clinic-card2 ul li a{
      display: flex;
      align-items: center;
      gap: 10px;
      color: #5c6b7a;
      line-height: 1.6;
    }

    .clinic-card2 ul li img{
      height: 20px;
    }

    .clinic-card2 ul li i {
      color: #0b1b2b;
      margin-top: 3px;
    }

    .clinic-card2 .phone {
      color: #f2994a;
      font-weight: 500;
    }

    /* Location Icon */
    .location-badge {
    position: static;
    display: flex;
    gap: 10px;
    align-items: center;
    width: auto;
    height: auto;
    background: transparent;
    }
    
    .location-badge a{
            width: 36px;
      height: 36px;
      z-index: 9;
      background: #fff4ea;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center; 
    }

    .location-badge a svg {
      color: #f2994a;
      font-size: 18px;
    }

    /* Buttons */
    .btn-style-three {
    position: relative;
    font-size: 1.4rem;
    line-height: 3rem;
    color: var(--white);
    padding: 1.2rem 2.6rem;
    font-weight: 500;
    overflow: hidden;
    box-shadow: 0 .5rem 1.7rem 0 #df893dc7;
    display: inline-flex;
    align-items: center;
}
.btn-style-three svg{
    margin-right: 10px;
}

    .btn-directions {
      background: #f2a95f;
      color: #fff;
      border-radius: 10px;
      padding: 10px 18px;
      font-size: 15px;
    }

    .btn-directions:hover {
      background: #e59847;
      color: #fff;
    }

    .btn-call {
      background: #f5f5f5;
      color: #0b1b2b;
      border-radius: 10px;
      padding: 10px 18px;
      font-size: 15px;
    }

    .btn-call:hover {
      background: #e9e9e9;
      color: #0b1b2b;
    }
    .clinic-card2 .phone q{
    width: 100%;
}
.leaflet-popup-content {
    font-size: 17px !important;
    width: 340px !important;
}
.leaflet-popup-content-wrapper .btn.btn-primary {
    background: var(--theme);
    border-color: var(--theme);
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-flex;
    gap: 6px;
    align-items: center;
}
.leaflet-popup-content-wrapper .btn.btn-primary img{
  height: 16px;
  object-fit: contain;
}
.leaflet-popup-content-wrapper a.theme-btn.btn-style-three  {
    color: #FFFFFF !important;
    font-size: 14px;
    line-height: 3rem;
    padding: 7px 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
a.theme-btn.btn-style-three img {
    height: 1.8rem;
}
#map{
    font-size: 1rem;
height:550px !important;
width:100%;
z-index: 9 !important;
    font-family: "Lora", serif !important;
}
.leaflet-tile{
filter: grayscale(80%) brightness(100%) !important;
}
.leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
    font-size: 14px;
}

.send-query .terms p {
    color: #555;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 20px;
}

    /* Responsive */
    @media (min-width: 1920px) {
    .clinic-card2 ul li a {
    font-size: 18px;
}
.clinic-card2 {
    padding: 25px;
}
.leaflet-popup-content-wrapper .btn.btn-primary {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}
.leaflet-popup-content {
    font-size: 18px !important;
    width: 400px !important;
}
#map {
    font-size: 1rem;
    height: 690px !important;
}
.send-query .terms p {
    color: #555;
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 20px;
}
}
@media (min-width: 2500px) {
    .clinic-card2 ul li a {
    font-size: 24px;
}
.leaflet-popup-content-wrapper .btn.btn-primary {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
}
.leaflet-popup-content {
    font-size: 22px !important;
    width: 500px !important;
}
#map {
    font-size: 1rem;
}
}
@media (max-width: 767px) {
  .btn-call {
    padding: 10px 10px;
    font-size: 14px;
}
.btn-directions {
    padding: 10px 10px;
    font-size: 14px;
}
.clinic-card2 {
    padding: 15px;
}
.location-grp {
    height: auto !important;
    overflow: auto;
    padding-right: 10px;
}
.clinic-card2 ul li a {
    font-size: 13px;
}
#map {
    font-size: 1rem;
    height: 500px !important;
    width: 100%;
    z-index: 9 !important;
}
}