*{
  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: 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: 112px;
  position: relative;
}

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

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

.line-height{
  line-height: 40px;
}


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


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

}