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

  .poppins-bold{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
  
  }
  .poppins-light{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
  
  }
  
  .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: 60vh;

  /* YOUR BACKGROUND IMAGE */
  background-image: url("./photo/hero-img-sec-bg-3.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  position: relative;
  overflow: visible;
  
}

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

.img-box{
  width: 400px;
  height: 200px;
  background-color: aliceblue;
  position: absolute;
  bottom:0px
  
}

/* section 3  */
.div-sec3-size{
  width: 500px;
  height: 300px;
}

/* section 4  */
.treatment-section{
  background:#f8f8f8;
}

.border-end-custom{
  border-right:1px solid #bdbdbd;
}

.info-box h4{
  font-size:22px;
  color:#111;
}

.section-title{
  font-size:32px;
  font-weight:600;
  color:#111;
}

.info-box p,
.info-box li{
  font-size:15px;
  line-height:1.9;
  color:#555;
}

.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;
}

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

  .border-end-custom{
      border-right:none;
      border-bottom:1px solid #bdbdbd;
      padding-bottom:40px;
  }

  .section-title{
      font-size:26px;
  }

  .info-box h4{
      font-size:20px;
  }
}

@media(max-width:576px){

  .section-title{
      font-size:22px;
      line-height:1.5;
  }

  .info-box p,
  .info-box li{
      font-size:14px;
      line-height:1.8;
  }

  .check-icon{
      width:30px;
      height:30px;
      min-width:30px;
  }

  .check-icon i{
      font-size:15px;
  }
}

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

/* section 6  */

.your-traetment-journey-cards{
  min-height: 420px;   /* 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;
}

/* section 7  */

/* section 7  */
.ws-trust-section{
  background:#f6f6f6;
  overflow:hidden;
}

/* 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;
}

@media(max-width:576px){

  .ws-mini-title::before,
  .ws-mini-title::after{
      width:50px;
      min-width:50px;
  }

}

.ws-section-title{
  font-size:22px;
  font-weight:500;
  color:#111;
  line-height:1.4;
}

/* LEFT */
.ws-left-heading{
  font-size:22px;
  font-weight:400;
  color:#111;
  margin-bottom:35px;
}

.ws-feature-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-bottom:28px;
}

.ws-feature-item span{
  font-size:20px;
  font-weight:600;
  color:#111;
  line-height:1.3;
}

.ws-icon-circle{
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:20px;
  flex-shrink:0;
}

.ws-icon-blue{
  background:#4368c7;
}

.ws-icon-dark{
  background:#000;
}

/* RIGHT CARDS */
.ws-info-card{
  background:#4368c7;
  border-radius:18px;
  min-height:128px;
  padding:28px 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  font-size:13px;
  font-weight:600;
  line-height:1.8;
}

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

  .ws-top-content{
      margin-bottom:30px;
  }

  .ws-left-heading{
      margin-bottom:25px;
  }

  .ws-feature-item span{
      font-size:18px;
  }

  .ws-section-title{
      font-size:20px;
  }

  .ws-mini-title::before,
  .ws-mini-title::after{
      width:110px;
  }
}

@media(max-width:576px){

  .ws-mini-title{
      font-size:9px;
      letter-spacing:1px;
      gap:8px;
  }

  .ws-mini-title::before,
  .ws-mini-title::after{
      width:50px;
  }

  .ws-section-title{
      font-size:18px;
  }

  .ws-left-heading{
      font-size:20px;
  }

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

  .ws-feature-item span{
      font-size:16px;
  }

  .ws-icon-circle{
      width:34px;
      height:34px;
      font-size:18px;
  }

  .ws-info-card{
      min-height:110px;
      font-size:12px;
      line-height:1.6;
      border-radius:16px;
  }
}

.heading-sec-7{
  width: 300px;
  color: white;
  background-color: #4368c7;
  
}


.vertical-line{
  width: 1px;
  height: 350px;
  background: #00000094;
}

/* section 8  */
.sec8-img{
  width: 150px;
  height: 150px;
}

/* section 9  */
.review-card{
  border: 1px solid #dcdcdc;
  transition: 0.3s;
}

.review-card:hover{
  transform: translateY(-5px);
}

.review-img{
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.star-box i{
  color: #f4c400;
  font-size: 2rem;
}

@media(max-width:576px){

  .review-card{
    padding: 20px !important;
  }

  .review-img{
    width: 60px;
    height: 60px;
  }

  .star-box i{
    font-size: 1.4rem;
  }

  .review-card h6{
    font-size: 14px;
  }

  .review-card p{
    font-size: 12px;
  }
}

.textsize-16{
  font-size: 20px;
}

ul li{
  margin-bottom: 12px;
}


/* 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;
  }

}


/* section 1 */
.hero-section{
  height: 60vh;
  background-image: url("../photo/section1/bg-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* .boxsize{
  width: 300px;
  height: 250px;
  background-color: rgb(143, 27, 27);
} */

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

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

.boxsize{
  width: 420px;
  height: 240px;
  background: #fff;
  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: 350px;
  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;
}




/* section 13  */
/* SECTION */
/* SECTION */

.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: 340px;

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

/* CARD */

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

  border-radius: 18px;

  padding: 18px;

  min-height: 185px;
  height: 185px;

  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;
}

.tooth-bg{
  position: absolute;

  width: 400px;
  height: 400px;

  background: #def6f3;
  border-radius: 50%;
 
}

.faq-tooth{
  position: relative;
  width: 320px;
  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-head span{
    font-size: 16px;
  }

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

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

  .tooth-bg{
    width: 220px;
    height: 220px;
  }

  .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: 12px;
    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);
}

