*{
  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-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: 60vh;
  background-image: url("./photos/section1/hero-img-sec-bg-3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

.boxsize{
  width: 420px;
  height: 240px;
  background: linear-gradient(90deg, #133FA1 0%, #6F8ED2 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: 410px;
  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: 220px;
}


/* section 3  */
.sec3-card-div{
  width: 400px;
}

.margin-top-10{
  margin-top: 100px;
}


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

}



/* section 5 */

.blue-card{
  width: 220px;
  background: #244AA5;
  border-radius: 18px;
  padding: 14px 14px 18px;
  border: 2px solid #1b2f67;
}

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

.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{
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 14px;
}

.book-btn{
  background: #fff;
  color: #000;
  border: none;
  padding: 5px 14px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  transition: 0.3s;
}

.book-btn:hover{
  transform: scale(1.05);
}

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

}


/* section 6  */
.card-body{
  background-color: #133FA1;
}

.btn-primary{
  background-color: #133FA1;
}

/* section 7  */
.why-choose-section{
  padding: 70px 0;
}

/* TOP HEADING */

.choose-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 18px;
}

.heading-line{
  width: 160px;
  height: 1px;
  background: #9e9e9e;
}

.choose-heading h5{
  font-size: 10px;
  color: #8a8a8a;
  letter-spacing: 2px;
  margin: 0;
  white-space: nowrap;
  font-weight: 500;
}

.choose-subtext{
  text-align: center;
  font-size: 15px;
  color: #222;
  margin-bottom: 20px;
}

/* CARD */

.why-card{
  background: #fff;
  border: 1px solid #9f9f9f;
  border-radius: 20px;
  padding: 14px;
  height: 100%;
  transition: 0.3s;
}

.active-card{
  border: 2px solid #1e90ff;
}

.card-img{
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 18px;
}

.card-content{
  display: flex;
  gap: 12px;
  margin-top: 14px;
  align-items: flex-start;
}

.tick-icon{
  width: 22px;
  height: 22px;
  background: #1e90ff;
  border-radius: 50%;
  flex-shrink: 0;

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

.tick-icon i{
  color: #fff;
  font-size: 12px;
}

.card-content h4{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
}

.card-content p{
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 0;
}

/* RESPONSIVE */

@media (max-width:768px){

  .heading-line{
      width: 40px;
  }

  .choose-heading h5{
      font-size: 8px;
      letter-spacing: 1px;
      text-align: center;
  }

  .choose-subtext{
      font-size: 14px;
      padding: 0 10px;
  }

  .card-img{
      height: 180px;
  }

}

/* section9 */

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




/* section 13  */

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

}



