*{
  box-sizing: border-box;
     margin: 0;
   padding: 0;
   font-family: 'Poppins', sans-serif;
   } 


   /* text family  */
   .poppins-bold{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
  
  }
  .poppins-light{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
  
  }
  .poppins-extra-light{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
   
  
  }

  .poppins-italic{
    font-family: 'Poppins', sans-serif;
    font-style: italic;
  
  }
  
  .poppins-extra-bold{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
  
  }
  
  
  .poppins-semi-bold{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  
  }
  
  .poppins-medium{
    font-family: 'Poppins',sans-serif;
    font-weight:500;
  }
 
 /* section 1  */
  .nav-img-sec-1{
    width: 120px; 
    height:50px;
  
  }

  .hero-section{
    height: 70vh;
    background-image: url("./photos/section1/hero-img-sec-bg-3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .textsize-64{
    font-size: x-large;
  }
  
  .textsize-42{
    font-size: 42px;
  }

  /* section 2 */
.tooth-section{
  height: 200px;
  position: relative;
}

.contentbox-sec-2{
  width: 376px;
  font-size: 25px;
  
}

.boxsize{
  width: 420px;
  height: 240px;
  background: linear-gradient(-230deg, #00FFF2 0%, #079EFF 100%);
  border-radius: 30px;
  top: -87px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.tooth-img{
  max-width: 400px;
  object-fit: contain;
}



@media(max-width:768px){

  .boxsize{
    width: 90%;
    height: 250px;
    border-radius: 20px;
  }

  .tooth-img{
    max-width: 130px;
  }

  .tooth-section{
    height: 320px;
  }
}

.textsize-64{
  font-size: x-large;
}

.textsize-42{
  font-size: 42px;
}


/* new  */
.content-wrapper{
  max-width: 90%;
  margin-top: 310px;
}

.root-canal-img{
  width: 50%;
}

.divsize-root-canal-content{
  width: 70%;
}

.content-width-restorative{
  width: 70%;
}

.content-width-technology-card{
  width: 80%;
}

/* section 3  */

.divsize-sec-5{
  width: 400px;
}

.divsize-content-center{
  width: 525px;
}




/* TOP CONTAINER */
.ws-top-content{
  max-width:1100px;   /* increased width */
  width:100%;
  margin:auto;
}

/* TITLE WITH LINES */
.ws-mini-title{
  font-size:11px;
  letter-spacing:2px;
  color:#9a9a9a;
  text-transform:uppercase;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;

  white-space:nowrap;
}

/* SIDE LINES */
.ws-mini-title::before,
.ws-mini-title::after{
  content:"";
  width:260px;
  min-width:260px;
  height:1px;
  background:#cfcfcf;
  display:block;
  flex-shrink:0;
}
.margin-top{
  margin-top: 120px;
}
.content-width{
  width: 60%;
}

.content-width-home{
  width :65%;
}

/* section 4  */
.sec3-card-div{
  width: 400px;
  height: 250px;

}

.sec4-card-div{
  width: 250px;


}

.img-fluid-card{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.margin-top-10{
  margin-top: 100px;
}.textsize-28{
  font-size: 28px;
}
h4{
  font-size: 22px;
}

/* section 6  */
.black-color{
  background-color: #18191C;
  color: #F9F4F4;
}

/* section 7 */


.your-traetment-journey-cards{
  min-height: 250px;   /* fixed minimum height */
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

/* SAME IMAGE SIZE FOR ALL CARDS */
.card-img-wrapper{
  height: 220px;
  overflow: hidden;
}

.card-img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BODY FLEX */
.your-traetment-journey-cards .card-body{
  flex: 1;
}

/* TITLE FIX HEIGHT */
.your-traetment-journey-cards .card-title{
  font-size: 22px;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-line-clamp: 2;   /* max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* TEXT FIX HEIGHT */
.your-traetment-journey-cards .card-text{
  font-size: 15px;
  line-height: 1.7;
  color: #666;

  display: -webkit-box;
  -webkit-line-clamp: 4;   /* after 4 line show ... */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* RESPONSIVE */
@media(max-width:768px){

  .your-traetment-journey-cards{
      min-height: 380px;
  }

  .card-img-wrapper{
      height: 200px;
  }

  .your-traetment-journey-cards .card-title{
      font-size: 18px;
  }
}


/* new cards code above  */


.heading-sec-6{
  width: 500px;
  color: white;
  background-color: #1496ff;
  
}

.your-traetment-journey-cards{
  background-color: #2859C5;
  height: 100%;

}
.your-traetment-journey-cards .card-text{
  color: #fff;
  font-size: 0.8rem;
  padding: 0 0.4rem;
  line-height: 1rem;
  margin: 0;
}
.your-traetment-journey-cards .card-title{
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 0.2rem 0.4rem;
  font-size: 0.8rem;
  margin: 0;
  width: 100%;
}
.your-traetment-journey-cards .link-for-next{
  background-color: #002D8F;
  padding: 0.2rem;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.your-traetment-journey-cards .link-for-next .link_arrow{
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}
.your-traetment-journey-cards .link-for-next .link_arrow i{
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}

.doctor-uttma{
  width: 500px;

}
/* section 8 */

.faq-center-card{
  width: 350px;
  min-height: 220px;
  height: 220px;
  background-color: white;
  border: 0.1px solid black;
  


}

.faq-section{
  background: #f4f4f4;
  overflow: hidden;
  padding: 80px 0;
}

/* TOP TITLE */

.faq-top{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 45px;
}

.faq-line{
  width: 170px;
  height: 1px;
  background: #cfcfcf;
}

.faq-title{
  font-size: 11px;
  letter-spacing: 2px;
  color: #999;
}

/* MAIN LAYOUT */

.faq-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/* COLUMN */

.faq-column{
  width: 400px;

  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* CARD */

.center-card-width{
  width: 400px;
}

.faq-card{
  background: hsla(0, 0%, 100%, 0.822);

  border-radius: 18px;
border: 0.1px solid black;
  

  min-height: 250px;
  height: 250px;

  color: white;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  transition: 0.3s ease;
  z-index: 1;
}

/* faq- card 2  */
.faq-card-2{
  background: hsla(0, 0%, 100%, 0.822);
  

  border-radius: 18px;
border: 0.1px solid black;
  

  min-height: 250px;
  height: 275px;

  color: white;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  transition: 0.3s ease;
  z-index: 1;
}


.img-fluid1{
  height: 100px;
  width: 270px;
}

/* center cards */
.faq-wrapper-center{
  width: 400px;

}


/* CENTER */

.faq-center{
  position: relative;

  width: 300px;
  height: 380px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.tooth-bg{
  position: absolute;

  width: 500px;
  height: 500px;

  background: #B7FEEF;
  border-radius: 50%;
  /* z-index: -1; */
 
}

.faq-tooth{
  position: relative;
  width: 226px;
  z-index: 2;
}

/* RESPONSIVE */

@media(max-width:1200px){

  .faq-wrapper{
    flex-direction: column;
  }

  .faq-center{
    order: -1;
    height: 260px;
  }

}

@media(max-width:768px){

  .faq-column{
    width: 100%;
  }

  .faq-card{
    min-height: 170px;
    height: auto;
    
  }



  
  .faq-center{
    width: 100%;
    height: 240px;
  }



  .faq-tooth{
    width: 150px;
  }



}

@media(max-width:576px){

  .faq-section{
    padding: 60px 0;
  }

  .faq-card{
    padding: 16px;
    border-radius: 16px;
  }


}


card{
  height: 200px;
}


.check-icon{
  min-width:34px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#1496ff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:3px;
}

.check-icon i{
  color:#fff;
  font-size:18px;
  font-weight:700;
}

/* section 11 */
/* section 11 */
.divsize-sec-5{
  width: 400px;
}

/* TOP CONTAINER */
.ws-top-content{
  max-width:1100px;   /* increased width */
  width:100%;
  margin:auto;
}

/* TITLE WITH LINES */
.ws-mini-title{
  font-size:11px;
  letter-spacing:2px;
  color:#9a9a9a;
  text-transform:uppercase;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;

  white-space:nowrap;
}

/* SIDE LINES */
.ws-mini-title::before,
.ws-mini-title::after{
  content:"";
  width:260px;
  min-width:260px;
  height:1px;
  background:#cfcfcf;
  display:block;
  flex-shrink:0;
}


/* section 12 */

.faq-section{
  background: #fff;
  overflow: hidden;
  padding: 80px 0;
}

/* TOP TITLE */

.faq-top{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 45px;
}

.faq-line{
  width: 170px;
  height: 1px;
  background: #cfcfcf;
}

.faq-title{
  font-size: 11px;
  letter-spacing: 2px;
  color: #999;
}

/* MAIN LAYOUT */

.faq-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/* COLUMN */

.faq-column{
  width: 400px;

  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* CARD */

.faq-card-1{
  background: linear-gradient(135deg,#5d83ff,#4b73ef);

  border-radius: 18px;

  padding: 18px;

  min-height: 270px;
  height: 270px;

  color: white;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  transition: 0.3s ease;
  z-index: 1;
}

.faq-card:hover{
  transform: translateY(-4px);
}

/* HEAD */

.faq-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.faq-head span{
  font-size: 17px;
  line-height: 1.35;
  max-width: 240px;
}

/* ICON */

.faq-icon{
  min-width: 38px;
  height: 38px;

  border: 2px solid rgba(255,255,255,0.9);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: white;
  font-size: 18px;

  flex-shrink: 0;
  background-color: #0050FF;
}

/* BODY */

.faq-body{
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
}

/* CENTER */

.faq-center{
  position: relative;

  width: 300px;
  height: 380px;

  display: flex;
  align-items: center;
  justify-content: center;
}



.faq-tooth{
  position: relative;
  width: 298px;
  z-index: 2;
}

/* RESPONSIVE */

@media(max-width:1200px){

  .faq-wrapper{
    flex-direction: column;
  }

  .faq-center{
    order: -1;
    height: 260px;
  }

}

@media(max-width:768px){

  .faq-column{
    width: 100%;
  }

  .faq-card{
    min-height: 175px;
    height: auto;
    
  }

  .faq-head span{
    font-size: 16px;
  }

  .faq-body{
    font-size: 13px;
  }

  .faq-center{
    width: 100%;
    height: 240px;
  }


  .faq-tooth{
    width: 150px;
  }

  .faq-line{
    width: 70px;
  }

}

@media(max-width:576px){

  .faq-section{
    padding: 60px 0;
  }

  .faq-card{
    padding: 16px;
    border-radius: 16px;
  }

  .faq-head span{
    font-size: 15px;
  }

  .faq-body{
    font-size: 0.7rem;
    line-height: 1.6;
  }

  .faq-icon{
    min-width: 34px;
    height: 34px;
    font-size: 16px;
  
  }

}

/* CARD TITLE */

.faq-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;

  position: relative;

  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* WHITE LINE UNDER TITLE */

.faq-head::after{
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;
  height: 1px;

  background: rgba(255,255,255,0.35);
}



/* comibines code  */
/* section 13 */

.restore-section{
  /* background:#f7f7f7; */
  overflow:hidden;
  padding:45px 0;
}

/* ========================= */
/* TOP CONTENT */
/* ========================= */

.restore-content{
  max-width:700px;
  margin:auto auto 24px;
}

.restore-title{
  font-size:26px;
  font-weight:700;
  color:#111;
  line-height:1.35;
  margin-bottom:10px;
}

.restore-subtitle{
  font-size:14px;
  color:#333;
  margin-bottom:18px;
  line-height:1.5;
}

.restore-desc{
  font-size:13px;
  color:#333;
  line-height:1.7;
  margin-bottom:0;
  max-width:600px;
  margin-inline:auto;
}

/* ========================= */
/* IMAGE */
/* ========================= */

.restore-img-wrapper{
  margin-bottom:22px;
}

.restore-img{
  width:100%;
  max-width:450px;
  border-radius:24px;
  object-fit:cover;
}

/* ========================= */
/* BUTTONS */
/* ========================= */

.restore-btns{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.restore-btn{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;

  min-width:170px;

  padding:10px 14px;

  border-radius:8px;

  text-decoration:none;
  color:#fff;

  transition:.3s ease;
}

.restore-btn span{
  font-size:9px;
  line-height:1.4;
  font-weight:600;
}

.primary-btn{
  background:#4f73de;
}

.dark-btn{
  background:#111;
}

.btn-arrow{
  width:22px;
  height:22px;

  border-radius:50%;

  background:rgba(255,255,255,0.15);

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:12px;
  flex-shrink:0;
}

.restore-btn:hover{
  transform:translateY(-2px);
  color:#fff;
}

/* ========================= */
/* TABLET */
/* ========================= */

@media(max-width:991px){

  .restore-title{
      font-size:24px;
  }

  .restore-subtitle{
      font-size:14px;
  }

  .restore-desc{
      font-size:13px;
      padding:0 10px;
  }

  .restore-img{
      max-width:420px;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media(max-width:576px){

  .restore-section{
      padding:50px 0;
  }

  .restore-title{
      font-size:22px;
  }

  .restore-subtitle{
      font-size:13px;
      margin-bottom:14px;
  }

  .restore-desc{
      font-size:12px;
      line-height:1.6;
  }

  .restore-img{
      max-width:100%;
      border-radius:18px;
  }

  .restore-btns{
      gap:12px;
  }

  .restore-btn{
      width:100%;
      max-width:260px;
  }
}
/* section 14  */
.divsize-sec-14{
  width: 500px;
}


.footer-section {
  background: #f5f7fa;
  color: #1e2a55;
}

/* Links */
.footer-link {
  text-decoration: none;
  color: #1e2a55;
  font-size: 14px;
  margin-bottom: 6px;
}

.footer-link:hover {
  text-decoration: underline;
}

/* Social icons */
.social-icons a {
  margin: 0 10px;
  font-size: 18px;
  color: #1e2a55;
  transition: 0.3s;

}

a:hover {
  text-decoration: none !important;
}

.social-icons a:hover {
  color: #0d1b3d;
}

/* Text */
.footer-text {
  font-size: 14px;
  line-height: 1.6;
}

/* HR */
.footer-section hr {
  border-color: #b6c8d8;
}

/* section 9  slider button code */

/* Swiper Container */
.mySwiper {
  position: relative;
  overflow: visible;
  padding-inline: 25px;
}

/* Navigation Buttons */
.mySwiper::part(button-prev),
.mySwiper::part(button-next) {
  width: 34px;
  height: 34px;
  background: #1f2f97;
  border-radius: 50%;
  color: #fff;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
}

/* Small Arrow */
.mySwiper::part(button-prev)::after,
.mySwiper::part(button-next)::after {
  font-size: 11px;
  font-weight: 700;
}

/* Exact Outside Position */
.mySwiper::part(button-prev) {
  left: -2px;
}

.mySwiper::part(button-next) {
  right: -2px;
}

/* Mobile */
@media (max-width:768px) {

  .mySwiper {
    padding-inline: 18px;
  }

  .mySwiper::part(button-prev)
  .mySwiper::part(button-next) {
    width: 28px;
    height: 28px;
  }

  .mySwiper::part(button-prev)::after,
  .mySwiper::part(button-next)::after {
    font-size: 9px;
  }

}



/* faq center card control  */
.card-custom-faq-second{
  width: 350px;
}

/* content width dental section  */
.content-width-dentalcenter{
  width: 70%;
}


/* new section code  */
.laser-section{
  padding:40px 0;
}

.feature-wrapper{
  max-width:1200px;
  margin:auto;
}

.feature-list{
  padding-right:40px;
}

.feature-item{
  margin-bottom:22px;
}

.feature-top{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:5px;
}

.feature-title{
  font-family: 'Poppins', sans-serif;
    font-weight: 600;
  font-size:20px;
  font-weight:700;
  color:#000;
  margin:0;
  line-height:1.2;
  text-underline-offset: 6px;
  text-decoration: underline;
}

.feature-desc{
  font-family: 'Poppins', sans-serif;
    font-weight: 300;
  font-size:18px;
  color:#444;
  margin:0;
  line-height:1;
}

.arrow-circle{
  width:38px;
  height:38px;
  min-width:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:600;
  color:#fff;
}

.blue-arrow{
  background:#3f67d8;
}

.black-arrow{
  background:#000;
}

.image-card{
  position:relative;
  border-radius:26px;
  overflow:hidden;
  height:500px;
}

.image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.bottom-tag{
  position:absolute;
  bottom:14px;
  left:50%;
  transform:translateX(-50%);
  background:#3f67d8;
  color:#fff;
  font-size:24px;
  font-weight:600;
  text-align:center;
  padding:16px 22px;
  width:88%;
  border-radius:18px;
  line-height:1.4;
}

@media(max-width:991px){

  .feature-list{
    padding-right:0;
    margin-bottom:35px;
  }

  .feature-title{
    font-size:20px;
  }

  .feature-desc{
    font-size:16px;
  }

  .image-card{
    height:420px;
  }

  .bottom-tag{
    font-size:18px;
  }
}



/* section 5 new code  */
.cosmetic-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 25px;
}

.heading-line{
  width: 230px;
  height: 1px;
  background: #9d9d9d;
}

.cosmetic-heading h5{
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #8d8d8d;
  white-space: nowrap;
}

.cosmetic-subtext{
  text-align: center;
  font-size: 22px;
  color: #111;
  margin-bottom: 0;
}

/* RESPONSIVE */

@media (max-width:768px){

  .heading-line{
      width: 60px;
  }

  .cosmetic-heading h5{
      font-size: 9px;
      letter-spacing: 1px;
  }

  .cosmetic-subtext{
      font-size: 16px;
      line-height: 1.5;
      padding: 0 10px;
  }

}




/* new code btn  */



.text-size-small{
  font-size: 0.7rem;
}

/* section 5 */
.blue-card {
  width: 280px;
  background: #244AA5;
  border-radius: 18px;
  padding: 2rem;
  border: 2px solid #1b2f67;
  height: auto;
  min-height: 100%;
  flex: 1;
  max-height: 100%;
  position: relative;


}

.img-box {
  width: 82px;
  height: 82px;
  border-radius: 18px;
  overflow: hidden;
  /* margin-bottom: 12px; */
  padding-bottom: 0.8rem;
}

.img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-tag{
  background: #fff;
  color: #000;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 12px;
}

.card-text {
  font-size: 0.7rem;
  line-height: 1.6;
  margin: 0;
  /* display: -webkit-box; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  padding: 1rem 0;
  color: white;
}

.book-btn{
  background: #fff;
  color: #000;
  border: none;
  padding: 5px 14px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  transition: 0.3s;
  bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}



@media (max-width:576px){

  .blue-card{
      width: 150px;
  }

  .card-text{
      font-size: 14px;
  }

}


/* new code  */
.cosmetic-section{
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  background: #fff;
}

.section-title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 35px;
}

.section-title span{
  width: 220px;
  height: 1px;
  background: #9b9b9b;
  display: block;
}

.section-title h5{
  margin: 0;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #8a8a8a;
  white-space: nowrap;
}

.cosmetic-section p{
  font-size: 20px;
  font-weight: 400;
  color: #111;
  margin: 0;
}

/* RESPONSIVE */

@media (max-width:768px){

  .section-title span{
      width: 80px;
  }

  .section-title h5{
      font-size: 10px;
      letter-spacing: 1.5px;
  }

  .cosmetic-section p{
      font-size: 16px;
      line-height: 1.5;
  }

}



/* CARDS HEIGHT CONTROL WHEN OVER DATA PASS  */






/* new cardss  */
/* horinontal new cards  */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.service-highlight{
  width: 100%;
  padding: 30px 20px;
  background: #ffffff;
}

.highlight-wrapper{
  max-width: 1120px;
  margin: auto;

  background: #c8edf2;
  border: 3px solid #a7e4ea;

  border-radius: 18px;

  padding: 14px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.highlight-box{
  background: #ffffff;

  border-radius: 12px;

  min-height: 62px;

  flex: 1;
  min-width: 235px;

  padding: 14px 18px;

  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-box img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.text-box{
  line-height: 1.1;
}

.rating-text{
  font-size: 14px;
  font-weight: 700;
  color: #0d4ea6;

  display: block;
  margin-bottom: 2px;
}

.text-box h4{
  font-size: 15px;
  font-weight: 700;
  color: #0d4ea6;

  margin: 0;
}

.text-box p{
  font-size: 12px;
  font-weight: 600;
  color: #0d4ea6;

  margin-top: 3px;
}

/* Responsive */

@media(max-width:992px){

  .highlight-box{
    min-width: calc(50% - 10px);
  }

}

@media(max-width:576px){

  .highlight-box{
    min-width: 100%;
  }

}



/* new reviews cards  */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: Arial, sans-serif;
  background: #fff
}

.testimonial-section{
  padding: 40px 0;
}

.testimonial-card{
  background: #fff;
  border-radius: 14px;
  padding: 24px 22px;
  position: relative;
  height: 290px;
  min-height: 250px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  border: 1px solid #e5e5e5;
}

.testimonial-top{
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
}

.testimonial-top img{
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

.stars{
  color: #f2c300;
  font-size: 44px;
  letter-spacing: 3px;
  line-height: 1;
}

.testimonial-text{
  font-size: 13px;
  line-height: 1.5;
  color: #222;
  text-align: center;
  max-width: 90%;
  margin: auto;
}

.testimonial-name{
  text-align: right;
  color: #005b9f;
  font-size: 14px;
  margin-top: 16px;
  font-weight: 700;
}

@media(max-width:768px){

  .testimonial-card{
    min-height: auto;
  }

  .testimonial-top{
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .stars{
    font-size: 36px;
  }

  .testimonial-text{
    max-width: 100%;
  }

  .testimonial-name{
    text-align: center;
  }

}


/* new cards  */
/* ==========================================
   WESTSIDE RESTORATIVE SERVICE CARDS
========================================== */

.wsr-cards-section {
    padding: 50px 15px;
}

/* Card */
.wsr-card {
    background: #244AA5;
    border: 2px solid #1B2F67;
    border-radius: 18px;
    padding: 30px 20px 80px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: all 0.3s ease;
}

.wsr-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Image Box */
.wsr-card-image {
    width: 82px;
    height: 82px;
    border-radius: 18px;
    overflow: hidden;
    margin: 0 auto 15px;
    flex-shrink: 0;
}

.wsr-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Service Tag */
.wsr-card-tag {
    display: inline-block;
    align-self: center;

    background: #ffffff;
    color: #000000;

    padding: 5px 10px;
    margin-bottom: 18px;

    border-radius: 6px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Card Text */
.wsr-card-text {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 15px;
}

/* Push Button to Bottom */
.wsr-card-text:last-of-type {
    margin-bottom: auto;
}

/* Button */
.wsr-card-btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);

    background: #ffffff;
    color: #000000;

    border: none;
    border-radius: 5px;

    padding: 8px 18px;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;

    cursor: pointer;
    transition: all 0.3s ease;
}

.wsr-card-btn:hover {
    background: #f5f5f5;
    transform: translateX(-50%) translateY(-2px);
}

/* Tablet */
@media (max-width: 991px) {

    .wsr-cards-section {
        padding: 40px 15px;
    }

    .wsr-card {
        padding: 25px 18px 75px;
    }

    .wsr-card-text {
        font-size: 13px;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .wsr-card {
        padding: 25px 20px 70px;
    }

    .wsr-card-image {
        width: 70px;
        height: 70px;
    }

    .wsr-card-tag {
        font-size: 9px;
        padding: 4px 8px;
    }

    .wsr-card-text {
        font-size: 12px;
        line-height: 1.6;
    }

    .wsr-card-btn {
        font-size: 10px;
        padding: 7px 15px;
        bottom: 20px;
    }
}
