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

.bg-icons-bg-1{
  background-image: url('./photos/bg-icons-bg-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.bg-icons-bg-2{
  background-image: url('./photos/bg-icons-bg-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-icons-bg-3{
  background-image: url('./bg-icons-bg-3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


   /* 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;
  }
 
.margin-top-10{
  margin-top: 350px;
}

.img-fluid-1 {
  width: 100%;
  height: 500px;
}
 /* section 1  */
  .nav-img-sec-1{
    width: 120px; 
    height:50px;
  
  }

  .hero-section{
    height: 80vh;
    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: 112px;
  position: relative;
}

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

.padding-top-60{
  padding-top: 60px;
}

.line-height{
  line-height: 2.5rem;
}

.boxsize{
  width: 420px;
  height: 240px;
 background: linear-gradient(to right, #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: 112px;
  }
}

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

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

.margin-top-20{
  margin-top: 200px;
}
/* new  */
.content-wrapper{
  max-width: 70%;
  margin-top: 355px;
}

.content-wrapper-2{
  max-width: 70%;
 
}

.content-wrapper-3{
  max-width: 70%;
}




.content-width-7{
  width: 700px;
}

.content-width-home{
  width: 1000px;
}

.textsize-37{
 font-size: 2.3125rem;
}

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

.img-fluid-1 {
  max-width: 40rem;
  height: auto;
}



/* CARDS HEIGHT CONTROL WHEN OVER DATA PASS  */
/* Icons Section CSS */

.icons-section{
    
    /* padding:60px 20px; */
    text-align:center;
}

.location-box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin-bottom:40px;
    flex-wrap:wrap;
}

.location-icon{
    width:52px;
    height:52px;
    background:#0d8cff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
}

.location-text{
    margin:0;
    font-size:16px;
    color:#222;
    font-weight:500;
}

.btn-wrapper{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:20px;
}

.consult-btn{
    background:#2f66f5;
    color:#fff;
    padding:12px 24px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:8px;
    transition:0.3s;
}

.consult-btn:hover{
    background:#1e54df;
}

.technology-btn{
    background:#111;
    color:#fff;
    padding:12px 24px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.technology-btn:hover{
    background:#000;
}

.bg-icons-bg-1{
  background-image: url('./photos/bg-icons-bg-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.bg-icons-bg-2{
  background-image: url('./photos/bg-icons-bg-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-icons-bg-3{
  background-image: url('./bg-icons-bg-3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-fluid-2{
  height: 385px;
}


.img-fluid-3{
  max-width: 100%;
  height: 420px;
}


.vertical-line-draw{
  height: 435px;
  border-left: 1px solid #000000;

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


.right-tooth-brush{
  width: 400px;
  height: auto;
}

/* 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;
  height: 70px;

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

}


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


/* cards section */
.timeline-section {
 
  overflow: hidden;
}

.timeline-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.timeline-left,
.timeline-right {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.timeline-left-1,
.timeline-right-1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}


.timeline-card {
  width: 380px;
  background: #5c84e8;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.timeline-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.timeline-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.timeline-card span {
  font-size: 12px;
  line-height: 1.5;
  display: block;
  opacity: 0.95;
}

.timeline-image img {
  width: 260px;
  height: 340px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

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

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

  .timeline-left,
  .timeline-right {
    gap: 30px;
  }

  .timeline-card {
    width: 100%;
    max-width: 380px;
  }

  .timeline-image img {
    width: 220px;
    height: 300px;
  }
}


/* new cards css  */

/* TOP CENTER CARD */
.top-center-card-wrapper{
  display:flex;
  justify-content:center;
  margin-bottom:30px;
}

.top-center-card{
  width:420px;
}

.title-underline{
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.title-underline::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #5c84e8;
  border-radius: 50px;
}


/* westside dental center cards  */

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

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

.faq-card-2 {
  background: hsla(0, 0%, 100%, 0.822);
  border-radius: 18px;
  border: 0.1px solid black;
  min-height: 250px;
  height: 240px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease;
  z-index: 1;
}

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

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

.tooth-bg {
  position: absolute;
  width: 500px;
  height: 500px;
  background: #CBF3FB;
  border-radius: 50%;
  z-index: -1;
}

.black-color{
  background-color: #18191C;
  color: #F9F4F4;
}



/* our technology section cards  */
.technology-section{
  /* background: #f3f3f3; */
  /* padding: 80px 0; */
  position: relative;
}

.tech-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.tech-card{
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  min-height: 100%;
}

.tech-card:hover{
  transform: translateY(-6px);
}

.tech-card img{
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 18px;
}

.tech-card h3{
  font-size: 16px;
  font-weight: 700;
  color: #1f57d6;
  margin-bottom: 12px;
  line-height: 1.4;
}

.tech-card p{
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 18px;
}

.tech-card a{
  font-size: 10px;
  color: #999;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
}

/* RESPONSIVE */

@media (max-width: 991px){

  .tech-grid{
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 576px){

  .tech-grid{
    grid-template-columns: 1fr;
  }

}

/* service area new cards  */
.locations-section{
  padding: 16px 0;

  overflow: hidden;
}

.locations-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  position: relative;
}

/* LEFT & RIGHT COLUMNS */

.locations-column{
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 2;
}

/* CARD */

.location-card{
  width: 250px;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: 0.3s ease;
}

.location-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.location-card h4{
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 4px;
}

.location-card p{
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* ICON */

.icon{
  width: 34px;
  height: 34px;
  background: #0b8fff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

/* CENTER TOOTH */

.tooth-center{
  position: relative;
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-bg{
  width: 500px;
  height: 500px;
  background: #dff8f6;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.tooth-center img{
  width: 260px;
  position: relative;
  z-index: 2;
}

/* BOTTOM CARD */

.bottom-location{
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

/* RESPONSIVE */

@media (max-width: 991px){

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

  .tooth-center{
    order: -1;
    margin-bottom: 20px;
  }

}

@media (max-width: 576px){

  .location-card{
    width: 100%;
  }

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

  .tooth-center img{
    width: 150px;
  }

}


/* what is sleep apenea cards  */
.stats-section{
  width:100%;
  padding:40px 0;

  display:flex;
  justify-content:center;
}

.stats-wrapper{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  justify-content:center;
}

.stat-card{
  width:200px;
  min-height:110px;
  background:#2f5ac7;
  border-radius:18px;
  padding:18px 15px;
  text-align:center;
  position:relative;

  box-shadow:0 4px 10px rgba(0,0,0,0.2);
}

.stat-number{
  width:68px;
  height:42px;
  background:#fff;
  border-radius:6px; 

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

  margin:0 auto 14px;

  font-size:1rem;
  font-weight:700;
  color:#111;
}

.stat-card p{
  color:#fff;
  font-size:0.95rem;
  line-height:1.5;
  font-weight:500;
  margin:0;
}

/* types of sleep apenea cards */
.sleep-apnea-section{
  width:100%;
  padding:50px 20px;
  

  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.sleep-card{
  width:290px;
  background:#2f5cc8;
  border-radius:18px;
  padding:22px 20px 18px;
  position:relative;
  text-align:center;

  box-shadow:0 5px 12px rgba(0,0,0,0.18);
}

.sleep-number{
  width:52px;
  height:52px;
  background:#fff;
  border-radius:50%;

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

  margin:0 auto 12px;

  font-size:2rem;
  font-weight:700;
  color:#111;
}

.sleep-title{
  display:inline-block;
  background:#fff;
  padding:5px 10px;
  border-radius:6px;

  font-size:0.6rem;
  font-weight:700;
  color:#111;

  margin-bottom:14px;
}

.sleep-card p{
  color:#fff;
  font-size:0.8rem;
  line-height:1.7;
 
  margin:0;
}


/* cards serious health  */
.health-section {
  padding: 5rem 0;
  background: #ffffff;
}

.health-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

.health-card {
  position: relative;
  background: #f7f7f7;
  border: 0.0625rem solid #bdbdbd;
  border-radius: 1.5rem;
  padding: 4.5rem 1.8rem 2rem;
  text-align: center;
  transition: 0.3s ease;
}

.health-card:hover {
  transform: translateY(-0.3125rem);
}

.icon-box {
  width: 5.5rem;
  height: 65px;
  background: #f7f7f7;
  border: 0.0625rem solid #bdbdbd;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.icon-box img {
  width: 2.5rem;
  height: 65px;
  object-fit: contain;
}

.health-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.health-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .health-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .health-grid {
    grid-template-columns: 1fr;
  }
}


/* treatment options cards  */
.therapy-section {
  padding: 5rem 0;
  background: #f4f4f4;
}

.therapy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: start;
}

/* CARD */

.therapy-card {
  background: #fff;
  border-radius: 2rem;
  padding: 1rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.12);
  transition: 0.3s ease;
}

.therapy-card:hover {
  transform: translateY(-0.4rem);
}

.therapy-img img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 1.5rem;
  display: block;
}

.therapy-content {
  text-align: center;
  padding: 1.5rem 1rem 1rem;
}

.therapy-content h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #165dff;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.therapy-tag {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 5rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: 0.03rem;
  width: 200px;
  align-items: center;
}

.therapy-tag.green {
  background: #44b95b;
}

.therapy-tag.violet {
  background: #A855F7;
}

.therapy-tag.blue {
  background: #4f7cff;
}

.therapy-tag.orange {
  background: #f4a329;
}

.therapy-content p {
  font-size: 10px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}

.therapy-content a {
  font-size: 0.75rem;
  font-weight: 700;
  color: #999;
  text-decoration: none;
  letter-spacing: 0.05rem;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .therapy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .therapy-grid {
    grid-template-columns: 1fr;
  }
}

/* GRID */
.therapy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: stretch;
}

/* CARD */
.therapy-card {
  background: #fff;
  border-radius: 2rem;
  padding: 1rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.12);
  transition: 0.3s ease;

  display: flex;
  flex-direction: column;
  height: 100%;
}

.therapy-content {
  text-align: center;
  padding: 1.5rem 1rem 1rem;

  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.therapy-content p {
  font-size: 10px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 0;
  flex-grow: 1;
}



/* oral appliance work  */
.process-section {

  overflow: hidden;
}

.process-section .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.section-top {
  margin-bottom: 70px;
}

.section-top span {
  font-size: 13px;
  letter-spacing: 2px;
  color: #8a8a8a;
  text-transform: uppercase;
  position: relative;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #bdbdbd;
  transform: translateX(-50%);
}

/* TIMELINE ITEM */
.timeline-item {
  position: relative;
  width: 50%;
  /* margin-bottom: 90px; */
}

.timeline-item:last-child {
  margin-bottom: 0;
}

/* LEFT SIDE */
.timeline-item.left {
  left: 0;
  padding-right: 90px;
  text-align: left;
}

/* RIGHT SIDE */
.timeline-item.right {
  left: 50%;
  padding-left: 90px;
  text-align: left;
}

/* DOT */
.timeline-item::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 28px;
  height: 28px;
  background: #0d8eff;
  border-radius: 50%;
  z-index: 2;
}

.timeline-item.left::before {
  right: -14px;
}

.timeline-item.right::before {
  left: -14px;
}

/* CONTENT */
.content h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 18px;
  line-height: 1.4;
}

.content h4 span {
  background: #0d8eff;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 12px;
  display: inline-block;
}

.content p {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  max-width: 420px;
}

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

  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 70px !important;
    padding-right: 0 !important;
    left: 0 !important;
    margin-bottom: 60px;
  }

  .timeline-item::before {
    left: 7px !important;
    right: auto;
  }

  .content p {
    max-width: 100%;
  }
}

.title-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.title-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0d8eff;
  border-radius: 10px;
}

/* FREQUINTLY ASKED QUESTIONS ABOUT SLEEP APNEA */
.faq-section {
  padding: 90px 0;
  background: #f4f4f4;
}

.faq-section .container {
  max-width: 1250px;
  margin: auto;
  padding: 0 20px;
}

/* GRID */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 70px;
  position: relative;
}

/* CARD */
.faq-card {
  background: linear-gradient(135deg, #5d8cff 0%, #4b74ea 100%);
  border-radius: 18px;
  padding: 28px 28px 24px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

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

/* ICON */
.faq-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #005cff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-icon i {
  color: #fff;
  font-size: 15px;
}

/* TITLE */
.faq-card h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
  padding-right: 40px;
}

/* TEXT */
.faq-card p {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255,255,255,0.9);
}

/* CENTER CARD */
.center-card {
  grid-column: 1 / -1;
  max-width: 500px;
  margin: 20px auto 0;
}

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

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .center-card {
    max-width: 100%;
    margin-top: 0;
  }

  .faq-card h3 {
    font-size: 18px;
  }

  .faq-card {
    padding: 24px;
  }
}



/* new code faq section  */
.faq-section {
  padding: 90px 0;
  background: #f4f4f4;
}

.faq-section .container {
  max-width: 1250px;
  margin: auto;
  padding: 0 20px;
}

/* GRID */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 195px;
  position: relative;
}

/* CARD */
.faq-card {
  background: linear-gradient(135deg, #5d8cff 0%, #4b74ea 100%);
  border-radius: 18px;
  padding: 28px 28px 24px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

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

/* ICON */
.faq-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #005cff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-icon i {
  color: #fff;
  font-size: 15px;
}

/* TITLE */
.faq-card h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
  padding-right: 40px;
}

/* TEXT */
.faq-card p {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255,255,255,0.9);
}

/* CENTER CARD */
.center-card {
  grid-column: 1 / -1;
  max-width: 500px;
  margin: 20px auto 0;
}

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

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .center-card {
    max-width: 100%;
    margin-top: 0;
  }

  .faq-card h3 {
    font-size: 18px;
  }

  .faq-card {
    padding: 24px;
  }
}

.text-underline{
  text-decoration: underline;
  text-underline-offset: 10px; /* underline gap */
  text-decoration-thickness: 1px; /* underline thickness */
}


/* ==========================
   CARD COLUMN
========================== */

.left-cards-col{
    width:400px;
    display:flex;
    flex-direction:column;
    gap:25px;
    position:relative;
    z-index:2;
}

/* ==========================
   CARD
========================== */

.hover-card{
    width:100%;
    height:180px;

    padding:25px;

    background:linear-gradient(
        135deg,
        #4f7cff,
        #3768f5
    );

    border-radius:20px;
    color:#fff;

    position:relative;

    overflow:hidden;

    cursor:pointer;

    transition:
        transform .3s ease,
        box-shadow .3s ease;

    z-index:1;
}

/* Background Circle */

.hover-card::before{
    content:"";

    position:absolute;

    width:220px;
    height:220px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-100px;
    right:-100px;
}

/* Hover */

.hover-card:hover{
    height:auto;

    overflow:visible;

    z-index:9999;

    transform:translateY(-8px);

    box-shadow:
        0 20px 40px rgba(0,0,0,.15),
        0 10px 25px rgba(55,104,245,.25);
}

/* ==========================
   HEADER
========================== */

.card-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
}

.card-header h3{
    margin:0;

    flex:1;

    font-size:15px;
    line-height:1.4;

    font-weight:700;

    text-decoration:underline;
    text-underline-offset:5px;
}

/* ==========================
   ARROW
========================== */

.arrow{
    width:38px;
    height:38px;

    border-radius:50%;

    background:rgba(255,255,255,.15);
    border:2px solid rgba(255,255,255,.25);

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

    flex-shrink:0;

    transition:.3s ease;
}

.hover-card:hover .arrow{
    transform:rotate(180deg);

    background:#fff;
    color:#3768f5;
}

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

.card-content{
    margin-top:15px;

    font-size:12px;
    line-height:1.8;

    color:rgba(255,255,255,.95);

    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;

    overflow:hidden;
}

/* Full Content */

.hover-card:hover .card-content{
    display:block;
    overflow:visible;
}

/* ==========================
   SHINE EFFECT
========================== */

.hover-card::after{
    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:60px;
    height:100%;

    background:rgba(255,255,255,.15);

    transform:skewX(-25deg);

    transition:.8s ease;
}

.hover-card:hover::after{
    left:130%;
}

html,
body{
    overflow-x: hidden;
}

.bottom-card{
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}




