.custom-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.meet-doctors-sec.location-doctors-sec
.doctors-boxss .doctors-content .doctrs-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;   
}
.meet-doctors-sec.location-doctors-sec
.doctors-boxss .doctors-content .doctrs-title span{
    font-weight:400;
}
.trusted-dental{
    margin-top:40px;
}
.location-keynumber{
    margin-top:30px;
}
.dental-mavu lable{
    font-size:14px;
}
.trusted-dental img{
    width:100%;
}
.advance-tech-sec .row{
    row-gap:30px;
}
.modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.trust-badge a{
    font-size: 15px;
    color: #5853a3;
    font-weight: 500; 
}
.modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 500px;
    margin: 12rem auto;
    padding: 25px;
    border-radius: 10px;
    z-index: 2;
    max-height: 90vh;
    overflow-y: auto;
}
.doctor-app{
    border:none;
}

.modal-content input,
.modal-content select,
.modal-content textarea {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.modal-content button {
    width: 100%;
    padding: 12px;
    background: #08b89d;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

    .hero {
    padding: 40px 0 0;
    position: relative;
    }
    .trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    padding: 8px 16px 8px 8px;
    margin-top: 22px;
    }
    .trust-badge img {
    width: 22px;
    height: 22px;
    }
    .trust-badge span {
    font-size: 0.82rem;
    color: #3f625f;
    }
    .stat-chip {
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 16px;
    width: 160px;
    }
    .cta-treatment-sec.location-advan-sec .cta-treatment-content{
        width:70%;
        text-align:center;
        margin:0 auto;
    }
    
    .cta-treatment-sec.location-advan-sec .terat-cta-linsk{
          justify-content: center;
    }
    
     .stat-chip span{
     font-size: 15px;
     }
    .stat-orbit {
    position: static;
    display: flex;
    gap: 30px;
    margin: 40px 0 0;
    }
    
    .stat-chip b {
    display: block;
    font-size:26px;
    color: #5853a3;
    font-weight: 600;
    }
    
    .landing-banner-box h1{
    font-style: italic;
    font-size: 40px;
    color: #2C2B2D;
    font-family: "Domine", serif;
    display: block;
    line-height: 1.4;
    z-index: 2;
    position: relative;
    margin-bottom: 1rem;
    }
    .eyebrow {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5853a3;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    margin-top: 43px;
    width: 59%;
    text-align: center;
    }
    
    .landing-btn{
        margin: 20px 0;
        display: flex;
        gap: 25px;
        max-width: fit-content;
    }
    .landing-banner-box{
        margin-right:60px;
    }
    .landiswip-img img{
        border-radius: 10px;
        object-fit:cover;
    }
    .landiswiperbox{
      text-align:center;
    }
    .intro {
    background: #f1f4ff;
    padding:5rem 0;
    }
.reach-location-content .carebtn:hover{
    background-color:#fff;
    color:var(--secondary-color);
}

.reach-location-content .carebtn:hover::after{
    background-color:#fff;
    color:var(--secondary-color);
}
    .smile-divider {
    width: 100%;
    height: 70px;
    display: block;
    }
    .smile-divider path {
    fill:#f1f4ff;
    }
    
.expert-dentie-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  z-index:1;
  display:inline-block;
}
.expert-dentie-box:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(179deg, #ffffff00, #00000096);
    z-index:1;
}
.expert-dentie-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.expert-dentie-box:hover img {
  transform: scale(1.08);
}

.expert-dentie-box .inner-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  transition: all 0.35s ease;
  z-index: 1;
}

.expert-dentie-box .title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  transition: transform 0.35s ease;
}

.expert-dentie-box .inner-content p {
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 0 0;
  color: #fff;

  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
}

.expert-dentie-box:hover .inner-content p {
  max-height: 200px;
  opacity: 1;
  margin-top: 10px;
}
.expert-dentie-box:hover .inner-content {
  padding-bottom: 24px;
}

.pediatric{
    padding:5rem 0;
    position:relative;
    background:#f1f4ff;
}
.ped-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.ped-photos img {
    width:100%;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 20px 40px -20px rgba(15, 61, 62, 0.25);
  display: block;
}


.ped-photos img:first-child {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  aspect-ratio: 1 / 1.9;
}


.ped-photos img:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  aspect-ratio: 1 / 0.9;
}

.ped-photos img:nth-child(3) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  aspect-ratio: 1 / 0.9;
}
.ped-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left:40px;
}

.ped-list .ped-item {
    display: flex;
    gap: 16px;
}

.ped-item .ped-mark {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:var(--secondary-color);
    margin-top: 9px;
}

.ped-item .preven-title{
  font-size: 20px;
  margin: 0 0 10px;
}


.landin-beforeafter{
    padding:5rem 0;
    position:relative;
}

.child-friendly{
    align-items:center;
    margin:0 0 30px;
}

.land-befo-img img{
  object-fit: cover;
  border-radius: 18px;
  width:100%;
  transition: transform .5s ease;
}

 .land-befo-img img:not(:last-child){
     margin-bottom:10px;
 }

.landin-beforow {
    margin-bottom:30px;
}

.advance-tech-sec{
  position:relative;
  padding:0 0 5rem;
}

.advance-tech-sec .row .col-lg-4:nth-child(1) .fc-card{
  background:#cffafe;  
  color: #0891b2;
}
.advance-tech-sec .row .col-lg-4:nth-child(2) .fc-card{
   background:#dbeafe;
   color: #2563eb;
}
.advance-tech-sec .row .col-lg-4:nth-child(3) .fc-card{
  background:#f3e8ff;
  color: #9333ea;
}
.advance-tech-sec .row .col-lg-4:nth-child(4) .fc-card{
    background: #fce7f3;
    color: #db2777;   
}
.advance-tech-sec .row .col-lg-4:nth-child(5) .fc-card{
  background: #fee2e2;
  color: #dc2626;  
}
.advance-tech-sec .row .col-lg-4:nth-child(6) .fc-card{
  background: #ffedd5;
    color: #ea580c;  
}

.fc-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height:100%;
}


.fc-card .fc-icon img {
    transition: filter 0.3s ease;
}

.advance-tech-sec .row .col-lg-4:nth-child(1) .fc-card .fc-icon img{
 filter: invert(40%) sepia(83%) saturate(820%) hue-rotate(153deg) brightness(91%) contrast(94%);   
}

.advance-tech-sec .row .col-lg-4:nth-child(2) .fc-card .fc-icon img{
  filter: invert(24%) sepia(82%) saturate(3841%) hue-rotate(220deg) brightness(101%) contrast(84%);  
}

.advance-tech-sec .row .col-lg-4:nth-child(3) .fc-card .fc-icon img{
  filter: invert(23%) sepia(77%) saturate(3152%) hue-rotate(263deg) brightness(93%) contrast(96%);  
}

.advance-tech-sec .row .col-lg-4:nth-child(4) .fc-card .fc-icon img{
 filter: invert(27%) sepia(57%) saturate(5908%) hue-rotate(319deg) brightness(90%) contrast(89%);   
}

.advance-tech-sec .row .col-lg-4:nth-child(5) .fc-card .fc-icon img{
  filter: invert(19%) sepia(91%) saturate(2855%) hue-rotate(348deg) brightness(94%) contrast(90%);  
}

.advance-tech-sec .row .col-lg-4:nth-child(6) .fc-card .fc-icon img{
 filter: invert(36%) sepia(85%) saturate(1434%) hue-rotate(357deg) brightness(94%) contrast(95%);   
}



.fc-card .fc-icon {
  margin:0 0 25px;  
}

.fc-card .fc-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.fc-card .fc-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.directions{
    padding: 5rem 0;
    position: relative;
    background: #5853a3;
}

.route-stop .stop-label {
    font-size: 14px;
    font-weight: 600;
    fill: #fff;
}

.route-stop text {
    font-size: 11px;
    fill: #fff;
}

.route-svg {
    width: 100%;
}

.reach-location-content .sec-big-title, .reach-location-content p{
  color:#fff;  
}
.dir-list {
    counter-reset: step;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dir-list li {
    counter-increment: step;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    font-size: 16px;
    color:#fff;
    align-items: center;
}

.dir-list li::before {
    content: counter(step);
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background:var(--primary-color);
    color: #fff;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landmarks {
    margin-bottom: 28px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.landmarks .landmark-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color:#fff;
}

.cta-treatment-sec.book-advan-sec{
    margin:0;
}

.areas-we-sec.hulimavu-sec{
    padding: 0 0 5rem;
}

.faq-treat-sec.near-hulimavu{
   padding:5rem 0;  
}

.location-hulisec{
    padding:5rem 0;
    position:relative;
}

.loc-card {
    background: #f1f4ff;
    border-radius: 22px;
    padding: 44px;
    border: 1px solid rgba(15, 61, 62, 0.14);
    height:100%;
}

.loc-row {
    display: flex;
    gap: 16px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.loc-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.loc-row p{
    margin:0;
}
.loc-card-map {
    border-radius:20px;
    overflow:hidden;
}

.howhulimavu{
      padding: 5rem 0;
    position: relative;
    background: #f1f4ff;  
}

.how-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.how-track::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 6%;
    right: 6%;
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--primary-color), transparent 8px 16px);
    z-index: 0;
}
.how-step .stepno {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #e7f9f7;
    border: 1.5px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.how-step {
    position: relative;
    z-index: 1;
}

.how-step h4{
    font-size: 20px;
    margin: 0 0 10px;   
}
.hero-visual{
    position:relative;
}

.locatio-beadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}

.locatio-beadcrumb li {
  display: flex;
  align-items: center;
  color: #5853a3;
}


.locatio-beadcrumb li + li::before {
  content: "/";
  margin: 0 10px;
  color: #08b89d;
  font-weight: 600;
}

.locatio-beadcrumb li a {
  color: #5853a3;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.locatio-beadcrumb li:last-child {
  color: #08b89d;
  font-weight: 600;
}

.landiswiperbox .swiper-pagination-bullet{
    width:8px;
    height:8px;
    border-radius:unset;
}

.landiswiperbox .swiper-pagination-bullet-active{
    background:var(--primary-color);
}

.landing-banner-box .hero-note{
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
}

.dental-mavu{
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    text-align: cente   
}
.dental-mavu input, .dental-mavu select{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: 1px solid #dcdafa;
    border-radius: 40px;
    margin-bottom: 16px;
    width: 100%;
    padding: 10px 20px;
    color: #2C2B2D;
}

.expert-btn {
    margin-top:20px;
}

/* ===== Phone Number field styles (no CSS variables — colors hardcoded) ===== */

.field-label{
  font-size:14px;
}

.phone-field{
    position:relative; 
    margin:0 0 10px;
}

.dental-mavu input::placeholder, .dental-mavu select{
 font-size:14px;   
}

.phone-group{
  display:flex;
  align-items:stretch;
  gap:10px;
}

.phone-group input{
  width:100%;
  padding:12px 14px;
  border:1px solid #d7e2e0;
  border-radius:8px;
  font-size:15px;
  background:#fff;
  color:#1f2a2a;
  outline:none;
  flex:1 1 auto;
  min-width:0;
  transition:border-color .15s ease, box-shadow .15s ease;
  margin:0;
}
.phone-group input:focus{
  border-color:#1b6f6a;
  box-shadow:0 0 0 3px rgba(27,111,106,0.15);
}

.code-chip{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  padding:12px 12px;
  border:1.5px solid #d7e2e0;
  border-radius:10px;
  background:#fff;
  font-size:15px;
  font-weight:600;
  color:#1f2a2a;
  cursor:pointer;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.code-chip .flag{ 
    font-size:16px; 
    line-height:1;
}
.code-chip .code-text {
  font-size:16px;   
}
.code-chip .chevron{
  font-size:11px;
  color:#8a9694;
  transition:transform .15s ease;
  margin-left:2px;
}
.code-chip[aria-expanded="true"]{
  border-color:#1b6f6a;
  box-shadow:0 0 0 3px rgba(27,111,106,0.15);
}
.code-chip[aria-expanded="true"] .chevron{ transform:rotate(180deg); }

.country-dropdown{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  right:0;
  background:#fff;
  border:1px solid #d7e2e0;
  border-radius:12px;
  box-shadow:0 12px 32px rgba(20,40,38,0.14);
  z-index:20;
  overflow:hidden;
}
.country-dropdown[hidden]{ display:none; }

.country-search{
  width:100%;
  border:none;
  border-bottom:1px solid #d7e2e0;
  border-radius:0;
  padding:12px 14px;
  font-size:14px;
  outline:none;
  color:#1f2a2a;
}
.country-search:focus{ box-shadow:none; border-bottom-color:#1b6f6a; }

.country-list{
  max-height:230px;
  overflow-y:auto;
  padding:6px;
}
.country-row{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 10px;
  border-radius:8px;
  cursor:pointer;
  font-size:14px;
}
.country-row:hover, .country-row.active{
  background:#eef6f5;
}
.country-row .flag{ font-size:17px; flex:0 0 auto; }
.country-row .name{ flex:1 1 auto; color:#1f2a2a; }
.country-row .code{ color:#5b6866; font-weight:600; flex:0 0 auto; }

.country-empty{
  padding:16px;
  text-align:center;
  font-size:13.5px;
  color:#8a9694;
}

.country-list::-webkit-scrollbar{ width:8px; }
.country-list::-webkit-scrollbar-thumb{ background:#d7e2e0; border-radius:8px; }

/* Error state */
.phone-field.has-error .code-chip,
.phone-field.has-error .phone-group input{
  border-color:#c0392b;
}
.phone-field .field-error{
  display:none;
  font-size:12.5px;
  color:#c0392b;
  margin-top:6px;
}
.phone-field.has-error .field-error{ display:block; }

.comple-treat-items .box-imagebox{
    border-radius:20px;
    margin:0 0 20px;
    width:100%;
}
.landin-beforeafter .after-beforerow {
    row-gap: 20px;
}

.cta-treatment-sec.location-advan-sec{
  margin-bottom:0;  
}


@media(max-width : 767px){
 .landing-banner-box {
    margin-right: 0;
}
.fc-card{
  padding: 15px;
  border-radius: 15px;
  height:100%;
}
.dentalhealbtn{
    font-size:13px;
    margin-top:10px;
}
.advance-tech-sec .row .col-6{
    padding:0 5px;
}
.faq-treat-sec.near-hulimavu {
    padding: 3rem 0;
}
.cta-treatment-sec.location-advan-sec{
    margin-bottom:0;
}
.location-keynumber .col-4{
  padding: 0 5px;  
}
.dentasl .row .col-6{
 padding: 0 5px;   
}
.advance-tech-sec{
    padding:0 0 3rem;
}
.dentasl .row {
    row-gap: 15px;
}
.advance-tech-sec .row {
    row-gap: 20px;
}
.dental-mavu input, .dental-mavu select{
    font-size:13px;
    margin-bottom:10px;
}
.trusted-dental .col-6{
    padding:0 5px;
}
.code-chip .code-text {
    font-size: 14px;
}
.intro .container .row:first-child{
  flex-direction: column-reverse;
}
.field-label {
    font-size: 13px;
}
.dental-mavu label{
  font-size: 13px;   
}
.location-keynumber{
    margin-bottom:30px;
}

.landing-btn span{
    font-size:14px;
}
.fc-title {
    font-size: 16px;
}
.landing-banner-box h1{
        font-size:25px;
    }
.cta-treatment-sec.location-advan-sec .cta-treatment-content {
    width: 100%;
}

.stat-orbit{
 gap: 10px;
 margin: 20px 0;
}
.stat-chip b{
    font-size:22px;
}
.trusted-dental{
    row-gap:10px;
}
.eyebrow {
    font-size: 13px;
    margin-top:15px;
}
.intro{
 padding: 10px 0 40px;   
}
.dentasl {
    padding: 3rem 0;
}
.expert-dentie-box .title {
    font-size: 14px;
}
.locatio-beadcrumb{
  justify-content: center;  
  font-size: 14px;
}
.landing-banner-box {
    text-align: center;
}

.landing-btn {
    margin: 10px auto;
    display: flex;
    gap: 15px;
    max-width: fit-content;
   flex-direction: column;
   align-items: center;
}
.landing-banner-box .hero-note{
    font-size:14px;
}
.carebtn{
  max-width: fit-content;
}
.stat-chip{
    padding: 10px;
    width: auto;   
}
.stat-chip span {
    font-size: 14px;
}

.dental-mavu{
    margin:0 0 20px;
    padding:15px;
}
.expert-dentie-box .inner-content{
    padding:10px;
}
.expert-dentie-box .inner-content p {
    font-size: 13px;
}
.pediatric {
    padding: 3rem 0;
}
.pediatric .section-title {
    max-width: 100%;
    margin-bottom: 20px;
}
.ped-list{
    margin-left:0;
    margin-top:20px;
}
.ped-item .preven-title {
  font-size: 14px;
}
.meet-doctors-sec.location-doctors-sec 
.doctors-boxss .doctors-content .doctrs-title{
     flex-wrap: wrap;
}
.landin-beforeafter {
    padding: 3rem 0;
}
.fc-card .fc-title {
    font-size: 14px;
}
.fc-card .fc-desc{
    font-size:13px;
}
.a-grid .a-item{
    padding:15px;
}
.a-grid .a-item .facili-title {
    font-size: 16px;
}
.a-grid{
  grid-template-columns: repeat(2, 1fr);  
}
.howhulimavu{
    padding:3rem 0;
}
.how-track{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;    
}
.how-step h4 {
    font-size: 14px;
}

.how-step .stepno {
    width: 45px;
    height: 45px;
}

.area-list{
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 20px;    
}

.area-list li{
    font-size:14px;
}
.area-list li{
  padding-left: 25px;
}
.areas-we-sec.hulimavu-sec{
    padding:0 0 3rem;
}
.areas-menu-box .nav-link{
    font-size:14px;
}
.landmarks .landmark-row, .dir-list li{
  font-size:14px;  
}
.loc-card h4 {
    font-size: 14px;
}
.location-hulisec{
    padding:3rem 0;
}
.dir-list{
    gap:10px;
}
.loc-card{
    padding:25px;
}

.location-hulisec .row{
    row-gap:20px;
}
.directions{
    padding:3rem 0;
}


}

@media(min-width : 768px) and (max-width : 900px){
    .stat-orbit{
         margin: 20px 0;   
    }
    .trusted-dental {
    margin-top: 20px;
    row-gap:20px;
    }
    .hero-visual{
        margin:0 auto;
    }
    .intro .container .row:first-child{
         flex-direction: column-reverse;
    }
    .expert-dentie-box .title, .ped-item .preven-title,
    .fc-card .fc-title{
        font-size:16px;
    }
    .cta-treatment-sec.location-advan-sec .cta-treatment-content{
        width:80%;
    }
    
    .arc-frame {
        width: 60%;
        margin: 0 auto;   
    }
    .location-keynumber{
        margin:30px 0;
    }
    .fc-title {
    font-size: 16px;
    }
    .landing-banner-box h1{
        font-size:25px;
    }
    .landing-banner-box .hero-note{
        font-size:15px;
    }
    .landing-banner-box{
        margin-right:0;
    }
    .eyebrow {
    font-size: 13px;
    }
    .dental-mavu{
        margin:0 0 20px;
    }
    .intro{
     padding: 10px 0 40px;   
    }
    .pediatric{
        padding:4rem 0;
    }
    .pediatric .section-title{
     max-width:100%;
    }
    .ped-list{
        margin:20px 0 0;
    }
    .landin-beforeafter{
        padding:4rem 0;
    }
    .landin-beforeafter .container .row:last-child{
        row-gap:20px;
    }
    .a-grid .a-item{
        padding:20px;
    }
    .a-grid .a-item .facili-title {
    font-size: 16px;
    }
    .how-step h4 {
    font-size: 16px;
    }
    .how-track{
      gap: 15px;  
    }
    .how-step .stepno {
    width: 46px;
    height: 46px;
    }
    .area-list li{
        font-size:15px;
    }
    .areas-we-sec.hulimavu-sec{
        padding:4rem 0;
    }
    .route-stop .stop-label {
    font-size: 10px;
    }
    .route-stop text {
    font-size: 9px;
    }
    .location-hulisec{
        padding:4rem 0;
    }
    .location-hulisec .row{
        row-gap:20px;
    }
    .comple-treat-items {
        padding:20px;
    }
}

@media(min-width : 901px) and (max-width : 1200px){
    .landing-banner-box h1{
        font-size:30px;
    }
    .why-treat-box .why-treat-content p{
        font-size:15px;
    }
    .comple-treat-items .compler-content p{
       font-size:15px; 
    }
    .landing-btn{
     flex-direction: column;
    }
    .carebtn{
        max-width:fit-content;
    }
    .fc-card{
        padding:25px;
    }
    .fc-card .fc-title {
    font-size: 16px;
    }
    .expert-dentie-box .title {
    font-size: 16px;
    }
    .eyebrow {
    font-size: 13px;
    }
    .eyebrow {
    font-size: 13px;
    }
    .stat-chip b{
        font-size:25px;
    }
    .landing-banner-box {
    margin-right: 20px;
    }
    .stat-orbit{
     gap: 10px;   
    }
    .ped-list{
        margin-left:0;
    }
    .ped-item .preven-title {
    font-size: 17px;
    }
    .a-grid .a-item{
        padding:30px;
    }
    .a-grid .a-item .facili-title {
    font-size: 17px;
    }
    .how-step h4 {
    font-size: 16px;
    }
    .loc-card{
        padding:25px;
    }
}
