@import url('respopnsive\ copy.css');

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

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

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

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

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


/* section 3  */

.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;
}
.margin-top{
  margin-top: 120px;
}
.content-width{
  width: 60%;
}

/* section 4  */
.sec3-card-div{
  width: 400px;
  height: 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 */
/* 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 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: 340px;

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

/* CARD */

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

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

  min-height: 215px;
  height: 215px;

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

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

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

  .faq-tooth{
    width: 150px;
  }



}

@media(max-width:576px){

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

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


}

/* section 8  cards*/

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

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

/* CARD */

.faq-card-1{
  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: 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: 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);
}



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

}

/* new cards css  */
/* cards decoration */

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


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

/*cards collpse features */
.your-traetment-journey-cards{
    transition: all .35s ease;
}

.collapse,
.collapsing{
    transition: height .35s ease;
}

.link_arrow i{
    transition: transform .3s ease;
}

.link_arrow[aria-expanded="true"] i{
    transform: rotate(180deg);
}

.row{
    align-items: start;
}


.link_arrow i{
    transition: transform 0.3s ease;
    display: inline-block;
}

/* Content open hone par arrow up ho jayega */
.link_arrow[aria-expanded="true"] i{
    transform: rotate(180deg);
}


.link_arrow i{
    display: inline-block;
    transition: transform 0.3s ease;
    transform: rotate(180deg); /* Initial Down */
}

.link_arrow[aria-expanded="true"] i{
    transform: rotate(0deg); /* Open = Up */
}



