.hero {
  display: flex;
  background-color: #fff9f3;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px;
  gap: 40px;
  flex-wrap: wrap;
}
/* Start of Breadcrumbs */
.breadcrumbs {font-size: 14px;margin: 1rem 0 0 0px;}
.breadcrumbs ol {list-style: none;display: flex;flex-wrap: wrap;padding: 0;margin: 0;}
.breadcrumbs li {display: flex;align-items: center;font-size: 11px;color: #6c757d; }
.breadcrumbs li + li::before {content: "|"; margin: 0 4px;color: #999;}
.breadcrumbs a {text-decoration: none;color: #82AA4B;font-size: 11px;transition: color 0.2s ease;}
.breadcrumbs a:hover {color: #82AA4B;text-decoration: underline;}
.breadcrumbs .current {font-weight: 500;color: #333;}

.hero-left {
  max-width: 100%;
}
.hero .bannerheading {
  font-size: 65px;
  line-height: 1.2;
  font-weight: 600; color:#222;
  margin-bottom: 20px;
  font-family: var(--heading-font);
}

.hero .bannerheading span {
  color: #7da341;
}

.hero p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #444;
}



.heroright {
  position: relative;
  width: 700px;float: right;
}

.heroright .image-container {
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 100px 0 100px 0;
  /* overflow: hidden; */
  z-index: 1;
}

/* Yellow outer border */
.heroright .image-container::before {
  content: "";
  position: absolute;
  left: -11px;
  top: -12px;
  width: 300px;height: 200px;
  border: 12px solid #FFCC29;
  border-radius: 110px 0 110px 0;
  z-index: -1;
}

/* Green inner border */
.heroright .image-container::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -11px;
  width: 300px;
  border: 12px solid #82AA4B;
  height: 200px;
  border-radius: 110px 0 110px 0;
  z-index: -1;
}

.heroright .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px 0 100px 0;
}

/* background accent shapes */
.yellow-border,
.green-border {
position: absolute;
width: 100%;
height: 100%;
border-radius: 100px 0 100px 0;
z-index: 1;
}

.yellow-border {
border: 11px solid #fecd29;
top: 0px;
left: 0px;
z-index: 1;
}

.green-border {
background-color: #a4c468;
bottom: 0px;
right: 0px;
z-index: 0;
}

.highlight {
color:var(--surface-color);
}

/* Start of aboutclicnicfirstsection */
.aboutclicnicfirstsection{padding: 3rem 0px;overflow: visible;height: auto;z-index: -1; }
.stickycardscontainer {
  max-width: 800px;
  margin: 20px auto;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.topheading{
    position: -webkit-sticky;
    position: sticky;
    top:80px;width: 100%;
    z-index: 1; 
    /* background-color: #fff; */
}
.white{ background-color: #fff;}
.topheading span.yellow{color: #FFCC29;}
.topheading span.green{color: #82AA4B;}
.history{position: relative;z-index: 1;padding: 0px 40px;}

/* Before element */
.history::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 35px;
  height: 40px;
  background: url(../images/about-clinic/before.webp) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1; /* content ke peeche bhejne ke liye */
}

/* After element */
.history::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 40px;
  background: url(../images/about-clinic/after.webp) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.stickycard {
  display: flex;
  align-items: flex-start;
  background: #f8fdf3;
  border-radius: 0px 80px 0px 80px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 32px 40px;
  border: 2px solid transparent;
  position: relative;
  top: 150px;
  min-height:100%;
  height: 100%;
  position: sticky;
  z-index: -1;
}
.stickycard:nth-child(1n), .stickycard:nth-child(2n), .stickycard:nth-child(3n){top: 160px;}
.stickycard:last-child{margin-bottom: 0px;position: relative !important;top:-44px !important;min-height:292px;}
.stickycard.sticky {
  border: 1px solid #82AA4B;
  background: #f8fdf3 !important;
}
.stickycard.yellow {
  background: #fffdf5;
  border: 1px solid #DCC06C;
}

.stickycard.green {
  background: #f8fdf3;
  border: 1px solid #82AA4B;
}
.icon-circle span img{width:75%;}
.yellow span img{width:55%;}
.icon-circle {
  min-width: 90px;
  min-height: 90px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  padding: 10px;text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #82AA4B;
  margin-right: 25px;
 box-shadow: 0px 20px 30px 0px #BCDA92B2;
}

.icon-circle.yellow {
  background: linear-gradient(135deg, #fffbe6 0%, #ffe6a1 100%);
  color: #e6b800;
}

.cardcontenttop h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #222;
}

.cardcontenttop p {
  color: #444;
  font-size: 1rem;
  margin: 0 0 10px 0;
  line-height: 1.8;
}

/* Start of patientsChoose */
.patientsChoose{background: radial-gradient(50% 50% at 50% 50%, #146351 0%, #0B3229 100%);padding: 3rem 0px;}
.patientsChoose .mainheading{color: #fff; margin-bottom: 0px;padding-bottom: 10px;}
.patientsChoose .mainheading span{color: #FFCC29;}

/* Patients Choose 2-column flex layout */
.patientsChooserow {
  display: flex;
  gap: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.patientsChooseleft {
  flex: 1 1 0;
  min-width: 50%;
}
.patientleftimg{padding: 0px; margin: 0px;}
.patientleftimg img{ border-radius: 0px 100px 0px 100px;border: 4px solid #FFFFFF;width: 100%;}
.patientsChooseright{
  flex: 1 1 0;
  min-width: 50%;
}

.patientsChooseAccordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.patientsChooseCard {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  color: #fff;
  overflow: hidden;
  transition: box-shadow 0.2s;
  position: relative;
border: 1px solid #FFFFFF;
}

.patientsChooseCard.active {
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  border-color: #ffe066;
}

.patientsChooseCardHeader {
  display: flex;
  align-items: center;
  padding: 11px 15px 11px 15px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 1rem;
}

.patientsChooseCardNum {
 background: #82AA4B;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  padding: 4px 10px;
  margin-right: 16px;
  font-size: 1.1em;
  min-width: 32px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}

.patientsChooseCardTitle {
  flex: 1;
  font-size: 1em;
}

.patientsChooseCardToggle {
  font-size: 1.5em;
  color: #fff;
  margin-left: 16px;
  transition: transform 0.2s;
}

.patientsChooseCard.active .patientsChooseCardToggle {
  transform: rotate(180deg);
}
.patientsChooseCard.active .patientsChooseCardNum{background: #FFCC29;}

.patientsChooseCardBody {
  max-height: 0;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  color: #e6f7f7;
  font-size: 1em;
  padding: 0 15px;
  transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1), padding 0.3s;
}

.patientsChooseCard.active .patientsChooseCardBody {
  max-height: 300px;
  padding: 15px 15px 15px 15px;
}

/* Start of aspenresult */
.aspenresult{ background: #EDF5FF;}
.yw{color: #FFCC29;}
.gn{color: #82AA4B;}
.aspenresult .mainheading{margin-bottom: 0px;padding-bottom: 10px;}
.aspenresultcontainer {
  display: flex;
  gap: 0px;
}
.aspencolumnleft {
  flex: 1 1 0;
  padding: 5rem 8rem;
  min-width: 70%;
}

.aspencolumnright{
  flex: 1 1 0;
  min-width: 30%;
}
.aspencolumnrightimg{padding: 0px; margin: 0px;}
.aspencolumnrightimg img{width: 100%;}
.threecolumnrow{  display: flex;gap: 20px; margin-top:3rem;}
.threecolumnone {
   flex: 1;  background-color: #fff;
  padding: 2rem 3rem;border-radius: 15px;
  min-width: 20%;border: 1px solid #B6CFED;
}
.columnheading{font-size: 35px;font-weight: 600;color: #82AA4B;}
.columnheading span{font-size: 20px;}
.threecolumnone p{color: #1E1E1E;font-size: 18px;}

/* Start of patientsection */
.patientsection {
padding: 60px 20px;
text-align: center;
background-color: #0d3b2e;
}

.patientsection h2 {
font-size: 28px;
font-weight: 600;
}

.highlight {
color: #f5c71a;
}

.play-icon {
  width: 48px;
  height: 48px;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse 2s infinite;
}

.play-icon img {
  width: 27px;
  height: 27px;filter: brightness(0) invert(1);
}

.play-icon:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Pulsing animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(130, 170, 75, 0.8);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(208, 238, 196, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(208, 238, 196, 0);
  }
}
.bg1 {   
  aspect-ratio: 250 / 207;
  width: 100%;height: 100%;
  background:url("../images/red.webp") no-repeat;
  background-position: left top;
  background-size: cover;
}
.bg2 { 
  aspect-ratio: 250 / 207;
  width: 100%;
  height: 100%;
  background:url("../images/purple.webp") no-repeat;
  background-position: left top;
  background-size: cover;
}
.bg3 { 
  aspect-ratio: 250 / 207;
  width: 100%;
  height: 100%;
  background:url("../images/yellow.webp") no-repeat;
  background-position: left top;
  background-size: cover;
}
.bg4 {   aspect-ratio: 250 / 207;
  width: 100%;
  height: 100%;
  background:url("../images/cyan.webp") no-repeat;
  background-position: left top;
  background-size: cover;
}

.testimonial-name {
font-weight: 600; font-size: 20px;
margin-bottom: 4px;
}

.testimonial-subtext {
color: #7a7a7a;padding-bottom: 10px;
font-size: 15px; font-weight: 400;
}

.affiliations-section {
text-align: center;
padding: 50px 20px;
}

.affiliation-logos {
  display: flex;
  justify-content: flex-start; 
  flex-wrap: nowrap;    
  gap: 20px;
  padding: 10px;
}


.logo-card {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 15px;
  padding: 10px 10px;
  display: flex;       
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  height: 100%;
  object-fit: cover;
}
.logo-card img{
  /* width: 100%;height: auto;
  object-fit: cover; */
  width: 178px;
  height: 80px;
  object-fit: contain;
}

.logo-card:hover {
transform: scale(1.02);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
}
.trispecialityservice{ background-color: var(--lightbluebg);padding: 3rem 0px 1.5rem 0px;}
.trispecialityservice .mainheading{padding-bottom: 10px;}
.wrapperx {
    width: 100%;
    position: relative;
}
.wrapperx .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3.2) - 15px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 15px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin-left: 2px;
}

.wrapperx.three .carousel {
  grid-auto-columns: calc((100% / 3.2) - 15px);
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
  cursor: grabbing;
  user-select: none;
}

.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carouselcard {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
  .carousel .servicecard {
    border-radius: 0px 50px 0px 0px;
    padding: 10px; 
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    /* flex: 0 0 calc(31% - 1rem);  */
    justify-content: flex-start;
    flex-shrink: 0;
    touch-action: pan-y;
    pointer-events: auto;
    user-select: none;
    width: 99%;
    scroll-snap-align: start;
    transition-duration: .2s;
    transition-property: transform;
  }
  .carousel .servicecard:hover{transform: translateY(-5px);}
  .carousel .servicecard img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0px;
   border-radius: 0px 50px 0px 0px;
  }
  .carimg img{width: 100%;}
.triservicerow {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
  margin: auto;
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-content {
  padding: 20px;
  border-top: 1px solid #eee;
  border-radius: 0px 50px 0 50px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #B3CAE7;
  margin: -40px 30px 30px 30px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 5px 30px 0px #00000021;
}

.card-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.card-content p {
  font-size: 14px;
  color: #555;
  margin: 0;
  padding-right: 30px;
}

.arrow-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #F5B100;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-icon img{width: 20px;height: 20px; border-radius: 0px !important;}

.arrow-icon:hover{
  background-color: #6AA43D;
}
.arrow-icon:hover img{filter: brightness(0) invert(1);}
 
.invisalign-section{padding: 3rem 0px;}
.invisalign-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Push content to right */
  min-height: 550px;
}

/* Background image styling */
.herobgimage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Foreground (Text + Badges) */
.invisalignright {
  position: relative;
  z-index: 2;
  padding: 40px;
  /* background: rgba(255, 255, 255, 0.9); */
  border-radius: 30px;
  max-width: 600px; text-align: center;
  margin-right: 2rem;
}

.invisalignright .mainheading{
  font-size: 58px; font-family: var(--heading-font);
  font-weight: 600;
  line-height: 1.1;
}

.invisalignright .green {
  color: var(--accent-color);
}

.invisalignright .black {
  color: #000;
}

.trust-line {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}

.trust-line .yellow {
  color: #FFCC29;
  font-weight: bold;
}

.badge-list {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
}

.badge-list img {
  background: #fff;
  padding: 1rem;width: 170px;
  border: #d6d6d6 1px solid;
  box-shadow: 0px 5px 25px 0px #0000001A;
}

/* Start of gallerysection */
.dentalgallery {padding: 3rem 0px;}
.dentalboxheading{ margin:0 auto;text-align: center;width: 100%;}
.dentalboxheading p{font-size: 20px;font-weight: 600; color: var(--accent-color);margin-bottom: 8px;}
.dentalboxheading .mainheading{padding-bottom: 10px;}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  background-color: #fff;
}
.grideitem img{width: 100%;object-fit: cover;
transition-duration: .2s;
transition-property: transform;
}
.grideitem:hover img{transform: translateY(-5px);}

/* Start of featured-section */
.featuredsection {
border-top: #ddd 1px solid;
padding: 40px 0px;
}

.featured-logos {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px;
}

.logo-box {
background-color: #fff;
padding: 20px 40px;
border-radius: 10px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease;
display: flex; border: #d1d1d1 1px solid;
align-items: center;
justify-content: center;
}

.logo-box img {
max-height: 75px;
max-width: 160px;
object-fit: contain;
}

.logo-box:hover {
transform: translateY(-4px);
}


@media (max-width: 600px) {
.logo-box {
padding: 10px;
height: 50px;
}

.logo-box img {
max-height: 28px;
max-width: 100px;
}
}

/* Start of influencersectioncelebrity */
.influencersectioncelebrity{background-color: var(--lightbluebg);padding: 3rem 0px 3rem 0px;}
.influencersectioncelebrity h2 span{color:#FFCC29}
.influencersectioncelebrity h2 span +span{color:#82AA4B}
.influencercontainer {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .influencercard {
      background: var(--white-color);
      overflow: hidden;
      flex: 0 1 calc(25% - 1rem);
      box-sizing: border-box;
      box-shadow: 0px 5px 50px 0px #0000000D;
      text-align: center;
      border-radius: 0px 85px 0px 50px;
      border:#DADFE5 1px solid;
      position: relative;
      transition: all 0.3s ease-in-out;
      transition-duration: .2s;
      transition-property: transform;
    }

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

    .influencerimage{padding: 0px;position: relative;}
    .influencerimage img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 0px 50px 0px 0px;
    }

    .influencercard .info {
      padding: 0px 15px 15px 15px;
    }

    .icrole {
      font-size: 0.9em;font-size: 15px;
      color: #7a7a7a;
    }

    .icname {
      font-weight: 500; font-family: var(--heading-font);
      margin-top: 5px; font-size: 20px; color: var(--default-color);
    }

    .crvideobtns {position: absolute;left:50%;top:42%;z-index: 9;cursor: pointer;transform: translate(-50%, -50%);}
.crvideobtns .circle {color: #fff;position: relative;z-index: 9;height: 54px;line-height: 20px;width: 54px;cursor: pointer;font-size: 30px;border-radius: 100%;background: var(--accent-color);border: 1.5px solid rgba(255, 255, 255, 1);display: flex;outline: 0;align-items: center;justify-content: center;padding: 0px;transition: all 0.4s ease-in-out 0s;}
.crvideobtns .circle img{text-align: center;outline: 0;border: 0px;width: auto;margin-left: 3px;}
.crvideobtns::before,
.crvideobtns::after {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;border-radius: 100%;background: rgba(130, 170, 75, 0.6);z-index: -1;outline: 0;
animation: crZoomInOutInvisible 1s ease-in-out infinite backwards;}

@-webkit-keyframes crZoomInOutInvisible {
0% {transform: scale(1);opacity: 1;}
100% {transform: scale(1.6);opacity: 0;}}
@keyframes crZoomInOutInvisible {
0% {transform: scale(1);opacity: 1;}
100% {transform: scale(1.6);opacity: 0;}
}

/* Start of awardsection */
.awardsection {
max-width: 100%;
margin: 0px auto;
padding: 4rem 0px;
display: flex;
flex-wrap: wrap;
align-items: center;position: relative;
justify-content: space-between;
background-color: #fff9f3;
}

.awardsection::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background-image: url('../images/awardbefore.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6; 
}
.awardtop {flex: 1 1 auto;padding-bottom: 20px;}
.awardtop .mainheading span {color:#82AA4B;}
.awardheading{font-size: 28px;font-weight: 600;font-family: var(--heading-font);}
.awardtop p {line-height: 1.8;margin-bottom: 16px;}
.awardbottom {flex: 1 1 auto; width: 980px;position: relative; margin:20px auto 0 auto;}
.awardbottom img {width: 100%;
  transition-duration: .2s;
  transition-property: transform;
}
.awardbottom:hover img{transform: translateY(-5px);}

/* Start of testimonials */
.testimonialsection {padding: 3rem 0px; border-top: #ddd 1px solid;}
.testimonialheading{ margin:0 auto;text-align: center;width: 100%;}
.testimonialheading p{font-size: 18px;font-weight: 500; margin-bottom: 8px;}
.testimonialheading .mainheading{padding-bottom: 10px;}
.testimonialheading .mainheading span{color: var(--accent-color);}
  /* .marquee-container {
      display: flex;
      flex-direction: column;
      gap: 30px;
      overflow: hidden;
      width: 100%;
      padding: 20px 0;
    }

    .marquee-track {
      display: flex;
      width: fit-content;
  animation: marquee 15s linear infinite;
    }

    .marquee-left {
      animation: marquee-left 20s linear infinite;
    }

    .marquee-right {
      animation: marquee-right 20s linear infinite;
    }
    .scrollcard{
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 1.8rem;
    margin-right: 30px;
    min-width: 500px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 10px 0px #0000001F;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .testicircle {
    width: 64px;
    height: 64px;
    background: #8E8E8E;
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: all 0.3s ease;
}
 .testicontent {flex: 1;text-align: left;}
 .testicontent p{color: #6F6F6F;}
.stars {margin: 5px 0 10px 0;}
.filled{color: #f4c20d;}
.scrollcard img {width: 100%;border-radius: 11px;}
.scrollcard:hover {transform: scale(1.0);box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;}

    @keyframes marquee-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    @keyframes marquee-right {
      0% {
        transform: translateX(-50%);
      }
      100% {
        transform: translateX(0);
      }
    }
    .marquee-container:hover .marquee-left,
    .marquee-container:hover .marquee-right {
      animation-play-state: paused;
    } */

/* Optional: Decorative Icons (if needed later) */
.decorative-icon {position: absolute;font-size: 40px;opacity: 0.1;}

@media (max-width: 768px) {
.award-section {flex-direction: column;text-align: center;}
.award-left, .award-right {padding: 0;}
.award-left {margin-bottom: 30px;}
}

/* Start of internationalpatients */
.internationalpatients{padding: 3rem 0px;}
.slider-wrapper {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin: auto;
      overflow: hidden;
    }
.card-container {
      display: flex;
      gap: 28px;
      width: fit-content;
      justify-content: flex-start;
      flex-wrap: nowrap;
      transition: transform 0.5s ease-in-out;
    }

    .ipcard {
      position: relative;
      flex: 0 0 23%;
      height: 100%;
      border-radius: 20px;
      overflow: hidden;
      box-sizing: border-box;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      max-width: 100%;
    }

    .ipcard img {
      display: block;
    }

    .ipcard::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 40%;
      width: 100%;
      background: linear-gradient(191deg, rgba(30, 30, 30, 0) 23.45%, rgba(30, 30, 30, 0.78) 55.94%, #1E1E1E 89.79%);
      z-index: 1;
    }

    .cardcontentdiv {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px 0px;
      color: white;
      z-index: 2;
    }

   .dots {
  justify-content:center;
  margin-top: 22px;display: unset;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color:#FFCC29;
}

    .flagrow {
      display: flex;
      align-items: center;
      margin-bottom: 2px; font-size: 16px;
      padding: 5px 0px 5px 68px;
    }

    .flag {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      margin-right: 8px;
      border: 1px solid #fff;
    }

    .country {
      font-weight: 500;
      font-size: 16px;
    }

    .treatment {
      font-size: 15px;padding: 5px 0px 5px 68px;
      opacity: 0.9; background-color: #82AA4B;position: relative;
    }
    .treatmentimg{position: absolute;top: -4px;left: 1rem;}
    .treatmentimg img{ border-radius: 50%; object-fit: cover;}

    /* Rounded border for card */
    .ipcard {
      border: 2px solid #e0e0e0;
      background: #fff;
    }

.mtop{margin-top: 12px;text-align: center;}
.green{color: var(--accent-color);}

/* Start of meetsmilesection */
.meetsmilesection{padding: 3rem 0px; background: var(--lightbluebg);}
.meetsmilesection .mainheading{padding-bottom: var(--spacing-sm);}
.boxwrapper {margin-top: 20px;padding-bottom: 0px;max-width: 750px;margin: 0 auto;}
.carding {top: 30px;position: sticky;z-index: 1;min-height: 270px;margin-bottom: 30px;}
.carding .subheading {padding: 0 0 20px 0;font-size: 28px;font-family: var(--heading-font);}
.abcircle{width: 72px; height: 72px; border-radius: 50%;display: flex;align-items: center;justify-content: center;position: absolute;
background-color: var(--accent-color);content: "";top: 50%;left: 0%;transform: translate(-50%, -50%);}
.carding p span {color: var(--accent-color);}
.carding:nth-child(1n),
.carding:nth-child(2n){
  top: 120px;
}
.arrowcircle{border-radius: 50%;width: 36px; height: 36px;text-align: center; border: #1e1e1e 1px solid;line-height: 32px;}
/* .carding:nth-child(3n) .carding {top: 0px !important;} */
.carding:last-child {position: relative !important;top:0px !important;margin-bottom: 0px;} 
.boxleft{
    margin-right: 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.boxrow{
  display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px; margin-bottom: 25px;
margin-top: 20px;
}
.smilecard{
    background-color: white;
    color: black;
    border-radius: 0px 50px 0 50px;
    padding: 20px 0px 0px 0px;
    width: 350px;display: flex;
    min-height: 100%;flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    transition-duration: .2s;
transition-property: transform;
}
.smilecard:hover{transform: translateY(-5px);}

.sc01{position: relative;}
.sc01::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/sc01.webp") no-repeat center center / cover;
}
.sc02{position: relative;}
.sc02::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/sc02.webp") no-repeat center center / cover;
}
.sc03{position: relative;}
.sc03::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/sc03.webp") no-repeat center center / cover;
}
.sc04{position: relative;}
.sc04::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/sc04.webp") no-repeat center center / cover;
}
.contentlefts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 15px 0px 15px;
}

/* Start of Mini Desktop Screen */
@media screen and (max-width:1400px) and (min-width:1301px){
/* Start of Bannersection */
.hero {padding: 2.5rem 0px;}
.heroright .image-container {height: 300px;}
.heroright {width: 600px;}
.hero .bannerheading {font-size: 45px;}

/* Start of aboutclicnicfirstsection */
.aboutclicnicfirstsection {padding: 2rem 0px 1rem 0rem;}
.topheading {top: 85px; background-color: transparent;}
.stickycard:nth-child(1n), .stickycard:nth-child(2n), .stickycard:nth-child(3n) {top: 150px;}
.stickycard:last-child {min-height: 280px;}

/* Start of patientsChoose */
.patientsChoose {padding: 2rem 2rem 2rem 0px;}
.patientsChooseCardBody{font-size: 15px;}

/* Start of aspendental results */
.aspencolumnleft {padding: 4rem 4rem;min-width: 67%;}
.threecolumnrow {gap: 20px;margin-top: 2rem;}
.aspencolumnright {min-width: 33%;}
.threecolumnone {padding: 2rem;min-width: 25%;}
.columnheading {font-size: 30px;}
}

/* Start of Mini Desktop Screen */
@media screen and (max-width:1300px) and (min-width:1201px){
/* Start of Bannersection */
.hero {padding: 2.5rem 0px;}
.heroright .image-container {height: 350px;}
.heroright {width: 600px;}
.hero .bannerheading {font-size: 45px;}

/* Start of aboutclicnicfirstsection */
.aboutclicnicfirstsection {padding: 2rem 0px 1rem 0rem;}
.topheading {top: 85px; background-color: transparent;}
.stickycard:nth-child(1n), .stickycard:nth-child(2n), .stickycard:nth-child(3n) {top: 150px;}
.stickycard:last-child {min-height: 280px;}

/* Start of patientsChoose */
.patientsChoose {padding: 2rem 2rem 2rem 0px;}
.patientsChooseCardBody{font-size: 15px;}

/* Start of aspendental results */
.aspencolumnleft {padding: 4rem 4rem;min-width: 67%;}
.threecolumnrow {gap: 20px;margin-top: 2rem;}
.aspencolumnright {min-width: 33%;}
.threecolumnone {padding: 2rem;min-width: 25%;}
.columnheading {font-size: 30px;}
.testimonialsection {padding: 2rem 0px 1.5rem 0px;}
.marquee-container {gap: 15px;padding: 15px 0;}
}

/* Start of Mini Desktop Screen */
@media screen and (max-width:1200.98px) and (min-width:1101px){
/* Start of Bannersection */
.hero {padding: 2.5rem 0px;}
.heroright .image-container {height: 300px;}
.heroright {width: 500px;}
.hero .bannerheading {font-size: 45px;}

/* Start of aboutclicnicfirstsection */
.aboutclicnicfirstsection {padding: 2rem 0px 1rem 0rem;}
.topheading {top: 85px; background-color: transparent;}
.stickycard:nth-child(1n), .stickycard:nth-child(2n), .stickycard:nth-child(3n) {top: 140px;}
.stickycard:last-child {min-height: 280px;}

/* Start of patientsChoose */
.patientsChoose {padding: 2rem 2rem 2rem 0px;}
.patientsChooseCardBody{font-size: 15px;}

/* Start of aspendental results */
.aspencolumnleft {padding: 4rem 3rem;min-width: 60%;}
.threecolumnrow {gap: 10px;margin-top: 2rem;}
.aspencolumnright {min-width: 40%;}
.threecolumnone {padding: 2rem;min-width: 25%;}
.columnheading {font-size: 30px;}
.testimonialsection {padding: 2rem 0px 1.5rem 0px;}
.marquee-container {gap: 15px;padding: 15px 0;}
}

/* Start of Ipad Pro Screen */
@media screen and (max-width:1100.98px) and (min-width:992px){

/* Start of hero */
.hero {padding: 2.5rem 0px;}
.heroright .image-container {height: 320px;}
.heroright {width: 500px;}
.hero .bannerheading {font-size: 45px;}

/* Start of aboutclicnicfirstsection */
.aboutclicnicfirstsection {padding: 2rem 0px 1rem 0rem;}
.topheading {top: 85px; background-color: transparent;}
.stickycard:nth-child(1n), .stickycard:nth-child(2n), .stickycard:nth-child(3n) {top: 140px;}
.stickycard:last-child {min-height: 280px;}

/* Start of patientsChoose */
.patientsChoose {padding: 2rem 2rem 2rem 0px;}
.patientsChooseCardBody{font-size: 15px;}

/* Start of aspendental results */
.aspencolumnleft {padding: 4rem 2rem;min-width: 60%;}
.threecolumnrow {gap: 10px;margin-top: 2rem;}
.aspencolumnright {min-width: 40%;}
.threecolumnone {padding: 2rem;min-width: 25%;}
.columnheading {font-size: 30px;}
.testimonialsection {padding: 1rem 0px 1rem 0px;}
.marquee-container {gap: 15px;padding: 15px 0;}
}

/* Start of Ipad Screen */
@media screen and (max-width:991.98px) and (min-width:768px){

/* Start of hero */
.hero {padding: 2.5rem 0px;}
.heroright .image-container {height: 260px;}
.heroright {width: 390px;}
.hero .bannerheading {font-size: 35px;}

/* Start of aboutclicnicfirstsection */
.aboutclicnicfirstsection {padding: 2rem 0px 0rem 0rem;}
.topheading {top: 75px; background-color: transparent;}
.stickycard:nth-child(1n), .stickycard:nth-child(2n), .stickycard:nth-child(3n) {top: 130px;}
.stickycard:last-child {min-height: 332px;}

/* Start of patientsChoose */
.patientsChoose {padding: 2rem 0px;}
.patientsChooserow{flex-direction: column;}
.patientsChooseCardBody{font-size: 15px;}

/* Start of aspendental results */
.aspencolumnleft {padding: 2rem 2rem;min-width: 60%;}
.aspencolumnleft p{font-size: 15px;}
.threecolumnrow {gap: 10px;margin-top: 1rem;}
.aspencolumnright {min-width: 40%;}
.threecolumnone {padding: 1rem 1rem;min-width: 25%;}
.columnheading {font-size: 26px;}
.testimonialsection {padding: 1rem 0px 1rem 0px;}
.marquee-container {gap: 15px;padding: 15px 0;}
}



/* Start of Iphone/Mobile Screen */
@media screen and (max-width:767.98px) and (min-width:600px){
/* Start of Banner */
.hero {padding: 2rem 0px;flex-direction: column;text-align: center;}
.hero .bannerheading {font-size: 30px;margin-bottom: 10px;}
.heroright {width: 100%;height: 100%; float:none;}
.hero h1 {font-size: 30px;}
.heroright .image-container {width: 100%;height: 250px;margin-top: 25px;}
.heroright .image-container::before {width: 250px;height: 150px;left: -7px;top: -8px;border: 8px solid #FFCC29;}
.heroright .image-container::after {width: 250px;height: 150px;border: 8px solid #82AA4B;right: -8px;bottom: -7px;}
.hero p {margin-bottom: 15px;font-size: 15px;}
.breadcrumbs ol{justify-content: center;}
.history::before{display: none;}
.history::after{display: none;}
.history {padding: 0px 0px;}

.patientsection {padding: 2rem 0px;}
.play-icon {width: 36px;height: 36px;}
.contentleft {padding: 0px 10px 0px 10px;}
.mainheading {font-size: var(--font-lg);padding-bottom:0px;}
.affiliations-section{padding: 2rem 0px;}
.affiliation-logos { display: flex; flex-wrap: nowrap;overflow-x: auto;gap: 8px;-webkit-overflow-scrolling: touch;scroll-snap-type: x mandatory;padding: 10px;}
.logo-card {flex: 0 0 48%; max-width: 48%;margin-left: 2px;scroll-snap-align: start;height: auto;}

/* Hide scrollbar (optional) */
.affiliation-logos::-webkit-scrollbar {display: none;}
.logo-card img {width: 100%;height: 100%;}
.awardbottom {width: 100%;}
.wrapperx .carousel {grid-auto-columns: calc((100% / 1.2) - 10px);gap: 8px;}
.carousel .servicecard {padding: 0px;width: 99%;}
.card-content {padding: 10px;margin: -30px 10px 25px 10px;}
.invisalign-section{padding: 2rem 0px;}
.invisalign-wrapper {flex-direction: column;align-items: center;justify-content: center;min-height: 600px;border: #D1D1D1 1px solid;}
.invisalignright .mainheading { font-size: var(--font-lg);line-height: 1.2;}
.invisalignright {padding: 15px;max-width: 100%;margin-right: 0rem;margin-top: -250px;}
.trust-line {font-size: 16px;margin-top:8px;}
.badge-list {gap: 8px;}
.badge-list img {padding: 10px;width: 90px;}
.trispecialityservice {padding: 2rem 0px;}
.dentalgallery {padding: 2rem 0px;}
.grid-container {grid-template-columns: auto;}
.dentalboxheading p {font-size: 18px;margin-bottom: 0px;}
.featuredsection {padding: 2rem 0px;}
.featured-logos {display: flex;flex-wrap: nowrap;overflow-x: auto;gap: 10px;
  -webkit-overflow-scrolling: touch;scroll-snap-type: x mandatory;padding: 15px 10px;width: 92%;margin: 0 auto;
}
.featured-logos::-webkit-scrollbar {display: none;}
.logo-box {flex: 0 0 48%; max-width: 48%;scroll-snap-align: start;height: auto;}
.logo-box img {
width: 100%;height: 100%;
}

.meetsmilesection {padding: 2rem 0px;}
.boxleft{text-align: center;margin-right: 0rem;}
.smilecard {padding: 15px 0px 0px 0px;}
.boxrow {gap: 10px;margin-bottom: 10px;margin-top: 10px;flex-wrap:nowrap;}
.boxwrapper {max-width: 100%;
  margin: 12px auto 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; 
  scroll-snap-type: x mandatory; 
}
.boxwrapper::-webkit-scrollbar{display: none;}
.carding {top: unset;position: unset;z-index: unset;min-height: 270px;margin-bottom: 10px;
  display: inline-block; 
  min-width: 300px;  
  width: 580px;
  margin-right: 0px;
  scroll-snap-align: start; 
  border-radius: 8px;
  padding: 0em;
}
.aboutclicnicfirstsection {padding: 2rem 0px;}
/* .carding:nth-child(1n), .carding:nth-child(2n){top: 130px; margin-right: 8px;} */
.stickycard:nth-child(1n), .stickycard:nth-child(2n), .stickycard:nth-child(3n){top: 130px;}
.stickycard{flex-direction: column;padding: 35px;}
.stickycardscontainer {max-width: 700px;gap: 20px;}
.cardcontenttop p{font-size: 15px;}
.icon-circle {width: 60px;height: 60px; margin-right: 0px;margin-bottom: 12px;}
.topheading {top: 75px;}

/* Start of patientsChooseAccordion */
.patientsChooseAccordion {gap: 10px;}
.patientsChooseCardHeader {padding: 14px 12px 14px 10px;font-size: 1em;}
.patientsChooseCardBody {font-size: 15px;padding: 0 12px;}
.patientsChooseCard.active .patientsChooseCardBody {padding: 12px 12px 14px 12px;}
.patientsChooserow {display: flex;gap: 15px;flex-direction: column;margin-top: 10px;margin-bottom: 10px;}
.patientsChooseleft {flex: 1 1 auto;min-width: 100%;}
.patientsChooseright {flex: 1 1 auto;min-width: 100%;}
.testimonialsection {padding: 1.5rem 0px 1rem 0px;}
.testimonialheading .mainheading {padding-bottom: 0px;}
.testimonialheading p {font-size: 16px;font-weight: 400;margin-bottom: 5px;}
.marquee-container {gap: 15px;padding: 15px 0;}

/* Start of aspenresultcontainer */
.aspenresultcontainer{ display: flex;gap: 0px;flex-direction: column;}
.aspencolumnleft {flex: 1 1 auto;padding: 1rem 3rem;min-width: 100%;}
.threecolumnrow {display: flex;gap: 10px;margin-top: 1rem;}
.threecolumnone {flex: 1;padding:10px;min-width: 30%;}
.columnheading {font-size: 24px;}
.columnheading span {font-size: 16px;}
.threecolumnone p {font-size: 15px;}

/* Start of patientsChoose */
.patientsChoose {padding: 2rem 0px;}
}

/* Start of Iphone/Mobile Screen */
@media screen and (max-width:599.98px) and (min-width:320px){
/* Start of Banner */
.hero {padding: 15px 10px;flex-direction: column;text-align: center;}
.hero .bannerheading {font-size: 30px;margin-bottom: 10px;}
.heroright {width: 100%;height: 100%; float:none;}
.hero h1 {font-size: 30px;}
.heroright .image-container {width: 100%;height: 210px;margin-top: 25px;}
.heroright .image-container::before {width: 250px;height: 150px;left: -7px;top: -8px;border: 8px solid #FFCC29;}
.heroright .image-container::after {width: 250px;height: 150px;border: 8px solid #82AA4B;right: -8px;bottom: -7px;}
.hero p {margin-bottom: 15px;font-size: 15px;}
.breadcrumbs ol{justify-content: center;}
.history::before{display: none;}
.history::after{display: none;}
.history {padding: 0px 0px;}

.patientsection {padding: 15px 10px;}
.play-icon {width: 36px;height: 36px;}
.contentleft {padding: 0px 10px 0px 10px;}
.mainheading {font-size: 26px;padding-bottom:0px;}
.affiliations-section{padding: 15px 10px;}
.affiliation-logos {
    display: flex;
    flex-wrap: nowrap; /* Prevent line breaks */
    overflow-x: auto;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory; /* Snap to items when scrolling */
    padding: 10px;
}

.logo-card {
    flex: 0 0 48%; 
    max-width: 48%;
    margin-left: 2px;
    scroll-snap-align: start;
    height: auto;
}

/* Hide scrollbar (optional) */
.affiliation-logos::-webkit-scrollbar {display: none;}
.logo-card img {width: 100%;height: 100%;}
.awardbottom {width: 100%;}
.wrapperx .carousel {grid-auto-columns: calc((100% / 1.2) - 10px);gap: 8px;}
.carousel .servicecard {padding: 0px;width: 99%;}
.card-content {padding: 10px;margin: -30px 10px 25px 10px;}
.invisalign-section{padding: 15px 0px;}
.invisalign-wrapper {flex-direction: column;align-items: center;justify-content: center;min-height: 600px;border: #D1D1D1 1px solid;}
.invisalignright .mainheading { font-size: 30px;line-height: 1.2;}
.invisalignright {padding: 15px;max-width: 100%;margin-right: 0rem;margin-top: -250px;}
.trust-line {font-size: 16px;margin-top:8px;}
.badge-list {gap: 8px;}
.badge-list img {padding: 10px;width: 90px;}
.trispecialityservice {padding: 15px 0px 15px 0px;}
.dentalgallery {padding: 15px 0px;}
.grid-container {grid-template-columns: auto;}
.dentalboxheading p {font-size: 18px;margin-bottom: 0px;}
.featuredsection {padding: 15px 0px;}
.featured-logos {display: flex;flex-wrap: nowrap;overflow-x: auto;gap: 10px;
  -webkit-overflow-scrolling: touch;scroll-snap-type: x mandatory;padding: 15px 10px;width: 92%;margin: 0 auto;
}
.featured-logos::-webkit-scrollbar {display: none;}
.logo-box {flex: 0 0 48%; max-width: 48%;scroll-snap-align: start;height: auto;}
.logo-box img {
width: 100%;height: 100%;
}

.meetsmilesection {padding: 15px 0px;}
.boxleft{text-align: center;margin-right: 0rem;}
.smilecard {padding: 15px 0px 0px 0px;}
.boxrow {gap: 10px;margin-bottom: 10px;margin-top: 10px;flex-wrap:nowrap;}
.boxwrapper {max-width: 100%;
  margin: 12px auto 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; 
  scroll-snap-type: x mandatory; 
}
.boxwrapper::-webkit-scrollbar{display: none;}
.carding {top: unset;position: unset;z-index: unset;min-height: 270px;margin-bottom: 10px;
  display: inline-block; 
  min-width: 300px;  
  width: 580px;
  margin-right: 0px;
  scroll-snap-align: start; 
  border-radius: 8px;
  padding: 0em;
}
.aboutclicnicfirstsection {padding: 1rem 0px;}
.carding:nth-child(1n), .carding:nth-child(2n){top: unset; margin-right: 8px;}
.stickycard{flex-direction: column;padding: 20px;}
.icon-circle {width: 60px;height: 60px; margin-right: 0px;margin-bottom: 12px;}
.testimonialsection {padding: 15px 0px;}
.testimonialheading .mainheading {padding-bottom: 0px;}
.testimonialheading p {font-size: 16px;font-weight: 400;margin-bottom: 5px;}
.marquee-container {gap: 15px;padding: 15px 0;}

/* Start of patientsChooseAccordion */
.patientsChooseAccordion {gap: 10px;}
.patientsChooseCardHeader {padding: 14px 12px 14px 10px;font-size: 1em;}
.patientsChooseCardBody {font-size: 0.97em;padding: 0 12px;}
.patientsChooseCard.active .patientsChooseCardBody {padding: 12px 12px 14px 12px;}
.patientsChooserow {display: flex;gap: 15px;flex-direction: column;margin-top: 10px;margin-bottom: 10px;}
.patientsChooseleft {flex: 1 1 auto;min-width: 100%;}
.patientsChooseright {flex: 1 1 auto;min-width: 100%;}

/* Start of aspenresultcontainer */
.aspenresultcontainer{ display: flex;gap: 0px;flex-direction: column;}
.aspencolumnleft {flex: 1 1 auto;padding: 1rem 10px;min-width: 100%;}
.threecolumnrow {display: flex;gap: 10px;margin-top: 1rem;}
.threecolumnone {flex: 1;padding:10px;min-width: 30%;}
.columnheading {font-size: 24px;}
.columnheading span {font-size: 16px;}
.threecolumnone p {font-size: 15px;}

/* Start of patientsChoose */
.patientsChoose {padding: 1rem 0px;}
}