/* Gallery arrow button styles */
.gallery-container {
  position: relative;
}
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255,255,255,0.85);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-arrow:hover {
  background: #007bff;
  color: #fff;
}
.gallery {
  scroll-behavior: smooth;
}
/* Ensure smooth horizontal scrolling for gallery slider */
.gallery {
  scroll-behavior: smooth;
}
.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: 60px;
  line-height: 1.0;
  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;
}
.hero p span{  color: #7da341;}


.heroright {
  position: relative;float: right;
}
.sixteenage{position: absolute;width: 150px; height: 150px;display: flex;justify-content: center;align-items: center;
bottom:-1px;left:0px; background-color: #fff;z-index: 9;
border-radius: 0px 60px 0px 0px;flex-direction: column;padding: 2rem;
box-shadow: 0px 5px 50px 0px #d1d1d126;
backdrop-filter: blur(30px)

}
.expheading{font-size: 55px;font-weight: 600; color:#FFCC29;line-height: 1.0;}
.sixteenage p{font-size: 18px;font-weight: 500; margin-bottom: 0px;text-align: center;}

.heroright .image-container {
  position: relative;
  width: 100%;
  height: 580px;
  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);
}
.generalcontent{padding: 3rem 0px  0 0px;}
.knowmoreabout{padding: 3rem 0px; border-bottom: #ddd 1px solid;}
.knowmoreabout p{text-align: left;}
.knowmoreabout ul {padding: 1rem 0px;columns: 2; -webkit-columns: 2; -moz-columns: 2;}
.knowmoreabout ul li {text-align: left;margin-bottom: 1.2rem;position: relative;color: var(--default-color);list-style-type: none;padding-left: 25px;}
.knowmoreabout ul li::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 18px;   
  height: 18px;   
  border-radius: 50%; 
  background: var(--accent-color);
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M9.2 16.2L4.9 12l1.4-1.4 3 3 8.5-8.5L18.8 7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
}
.knowmoreabout ul li strong{color: #222;font-weight: 600;}

.educationsection{padding: 3rem 0px;}
.educationdoctor{padding: 0px;}
.educationsection .mainheading span{color: #82AA4B;}
.educationdoctor{width: 100%;height: 550px;}
.educationdoctor img{min-height: 90%;border-radius: 0px 100px 0px 100px;width: 100%;}

/* Doctor Education & Expertise Cards */
.doctor-edu-exp-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.doctor-card {
  display: flex;
  align-items: flex-start;
  border: 1px solid #e0e0e0;
  border-radius: 60px 0 0 0;
  background: #f9fff7;
  padding: 55px 50px 102px 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  position: relative;
}
.doctor-card.exp-card {
  background: #fff9ed;
  border-radius: 0 0 60px 0;
  border-color: #f3e2c2;
}
.doctor-card-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #8bc34a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  font-size: 2em;
  color: #fff;
}
.doctor-card.exp-card .doctor-card-icon {
  background: #ffb300;
}
.icon-edu::before {
  content: '\1F4D6'; /* book emoji */
  font-size: 1.5em;
}
.icon-exp::before {
  content: '\1F4CD'; /* location pin emoji */
  font-size: 1.5em;
}
.doctor-card-title {
  font-weight: 600;
  font-size:1.8rem;
  margin-bottom: 8px;
  color: #3a5d23;
}
.doctor-card.exp-card .doctor-card-title {
  color: #b07a00;
}
.doctor-card-content ul {
  margin: 1rem 0 0 0px;
  padding-left: 18px;
  color: #222;
  font-size: 1em;
}
.doctor-card-content ul li {
  margin-bottom: 7px;
  line-height: 1.6;
}


/* Start of aboutclicnicfirstsection */
.meetdoctor{padding: 3rem 0px; border-top: #ddd 1px solid;}
.meetdoctor .mainheading{margin-bottom: 0px;padding-bottom: 10px;}
.meetdoctor .mainheading span{color: #82AA4B;}
.doctorvideo{width: 100%; margin:1rem auto 0 auto;}
.doctorimage {padding: 0px;position: relative;}
.doctorimage img{width: 100%;border-radius: 100px 0px 100px 0px;height: 100%;border: 1px solid #D2D2D2;}
.crvideobtns {position: absolute;left:50%;top:70%;z-index: 99;cursor: pointer;transform: translate(-50%, -50%);}
.crvideobtns .circle {color: #fff;position: relative;z-index: 9;height: 64px;line-height: 30px;width: 64px;cursor: pointer;font-size: 24px;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;}
}

.focussection{ background-color: var(--lightbluebg);padding: 3rem 0px;}
.service-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-content: flex-start;
}
.service-card {
  background: #fff;
 border: 1px solid #B3CAE7;
  border-radius: 0 40px 0 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  padding:2rem;
  min-width: 0; gap: 1rem;
  display: flex;align-items: center;
  border-radius:0px 50px 0px 50px;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.service-card:hover {
  box-shadow: 0 6px 24px rgba(140,180,255,0.13);
  border-color: #8bc34a;
}
.service-card-icon {
  border-radius: 50%;
  display: flex;padding: 15px;
  flex-basis: 72px; height: auto;
  align-items: center;
  justify-content: center;
  background: #f4f8fd;
}
.service-card-icon-green {
  background: #8bc34a;
}
.service-card-icon-yellow {
  background: #ffd54f;
}
.service-card-icon img{
  width: 48px;
  height:auto;
  display: block;
}
.service-card-title {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
}
.service-card-desc {
  color: #222;
  font-size: 1rem;
  }


.outsideroomsection{
  padding: 3rem 0px 2rem 0px;border-bottom: #ddd 1px solid;
}
.outsidepic img{width:100%}

.outsidecontent {padding: 0;max-width: 100%; margin-left: 1rem;}
.outsidecontent .mainheading{padding-bottom: 10px;}
  .outsidecontent li {
    display: flex;list-style-type: none;align-items: flex-start;   
    gap: 0px;padding: 7px 0;line-height: 1.4;
  }
  .outsidecontent li::before {
    content: "";flex: 0 0 20px;height: 20px;border-radius: 50%;
    background: var(--accent-color);display: inline-block; margin-right: 10px;
    margin-top: 0px;background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M9.2 16.2L4.9 12l1.4-1.4 3 3 8.5-8.5L18.8 7z'/></svg>");
    background-repeat: no-repeat;background-position: center;background-size: 75%;
  }
  .outsidecontent.compact li::before {
    flex-basis: 20px;
    height: 20px;
    background-size: 65%;
  }
  .gallery-container {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin: 1rem auto 0 auto;
      overflow: hidden;
    }

    .gallery {
      display: flex;
      gap: 10px;
      padding: 10px;
       overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  cursor: grab;
  user-select: none;
    }
    .gallery img{height: auto;object-fit: contain;   user-select: none;
  -webkit-user-drag: none;
  transition: transform 0.3s;}
    .gallery:active {
      cursor: grabbing;
    }

    .gallery img {
      height: 350px;width: 350px;
      border-radius: 12px;
      flex-shrink: 0;
    }

    /* Hide scrollbar */
    .gallery::-webkit-scrollbar {
      display: none;
    }


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

.testimonial-wrapper {
margin-bottom: 20px;
margin-top: 20px;
}

.testimonial-wrapper .card {
background-color: white;
color: black;
border-radius: 0px 50px 0 50px;
padding: 20px 0px 0px 0px;
width: 100%;
min-height: 100%;
position: relative;
overflow: hidden;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
transition-duration: .2s;
transition-property: transform;
}
.testimonial-wrapper .card:hover{
transform: translateY(-5px);
}
.contentleft{display: flex;flex-direction: column;align-items: flex-start;padding: 0px 15px 0px 15px;}
.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);
  }
}

.testimonial-img-wrapper {
position: relative;
display: flex;
align-items: flex-end;
justify-content: space-between;
position: relative;
margin-left: 10px;
}

.testimonial-img-wrapper img {  width: 100%;
  height: auto;
  object-fit: contain;position: relative;
  left: -10px;top:0px;
  /* transform: scale(1.1); */
}

.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:48%;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: 24px;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);
      }
    }

    /* Pause on hover */
    .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;
}
.aboutScrobar{max-height:360px;overflow-x:auto;padding-right: 10px;}

.aboutScrobar::-webkit-scrollbar-track{	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5;border-radius:10px;}
.aboutScrobar::-webkit-scrollbar{width: 6px;background-color: #F5F5F5;border-radius:10px;}
.aboutScrobar::-webkit-scrollbar-thumb{cursor: pointer;background-color:var(--accent-color);border-radius:10px;}
.blockquote{display:block;font-size:.98rem; border:#7da341 solid 1px;background:#fff;font-style:italic;padding:12px;border-radius: 30px 0 30px 0;margin:10px 0;}

/* 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: 450px;}
.heroright {width: 98%;}
.hero .bannerheading {font-size: 45px;}

/* Start of education and Certification */
.educationsection {padding: 2rem 0px 3rem 0px;}
.doctor-card {padding:24px;}

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

/* 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: 470px;}
.heroright {width: 98%;}
.hero .bannerheading {font-size: 45px;}
.generalcontent{padding: 2rem 0px;}
.generalcontent p{margin-bottom: 0px;}
.knowmoreabout{padding: 2rem 0px;}
.knowmoreabout p{margin-bottom: 0px;}

/* Start of education and Certification */
.educationsection {padding: 2rem 0px 3rem 0px;}
.doctor-card {padding:24px;}

/* Start of meetdoctor */
.meetdoctor {padding: 2rem 0px;}
.focussection {padding: 2rem 0px;}
.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: 480px;}
.heroright {width: 98%;}
.hero .bannerheading {font-size: 45px;}
.generalcontent{padding: 2rem 0px;}
.generalcontent p{margin-bottom: 0px;}
.knowmoreabout{padding: 2rem 0px;}
.knowmoreabout p{margin-bottom: 0px;}

/* Start of education and Certification */
.educationsection {padding: 2rem 0px 3rem 0px;}
.doctor-card {padding:24px;}
.doctor-card-title {font-size: 1.5rem;margin-bottom: 5px;}
.doctor-card-content ul {margin: 0rem 0 0 0px;}

/* Start of meetdoctor */
.meetdoctor {padding: 2rem 0px;}
.focussection {padding: 2rem 0px;}
.service-cards-row {grid-template-columns: repeat(2, 1fr);gap: 15px;}
.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: 440px;}
.heroright {width: 98%;}
.hero .bannerheading {font-size: 45px;}
.hero-left p{font-size: 15px;}
.knowmoreabout{padding: 2rem 0px;}
.knowmoreabout p{margin-bottom: 0px;}
.generalcontent{padding: 2rem 0px;}
.generalcontent p{margin-bottom: 0px;}

/* Start of education and Certification */
.educationsection {padding: 2rem 0px 3rem 0px;}
.doctor-card {padding:20px;}
.educationdoctor {width: 100%;height: 100%;}
.doctor-card-title {font-size: 1.3rem;margin-bottom: 5px;}
.doctor-card-content ul {margin: 0rem 0 0 0px;}
.doctor-card-content ul li {margin-bottom: 2px;font-size: 15px;}

/* Start of meetdoctor */
.meetdoctor {padding: 2rem 0px;}
.focussection {padding: 2rem 0px;}
.outsidecontent p{font-size: 15px;}
.outsidecontent li {padding: 5px 0;line-height: 1.4;font-size: 15px;}
.outsidecontent li::before {flex: 0 0 16px;height: 16px;margin-right: 5px;margin-top: 0px;background-size: 85%;}
.service-cards-row {grid-template-columns: repeat(2, 1fr);gap: 15px;}
.service-card-desc {font-size: 15px;}
.service-card-title {font-size: 1.15rem;}
.service-card-icon {width: 64px;height: 64px;margin-bottom: 10px;}
.service-card {padding: 1.5rem;}
.subtitle {font-size: 15px;}
.testimonialsection {padding: 2rem 0px 1.5rem 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: 400px;}
.heroright {width: 98%;}
.hero .bannerheading {font-size: 35px;}
.knowmoreabout{padding: 2rem 0px;}
.knowmoreabout p{margin-bottom: 0px;}
.generalcontent{padding: 2rem 0px;}
.generalcontent p{margin-bottom: 0px;}

/* Start of education and Certification */
.educationsection {padding: 2rem 0px 3rem 0px;}
.doctor-card {padding:20px;}
.doctor-edu-exp-wrap {gap: 15px;}
.educationdoctor img {margin-bottom: 15px;}
.educationdoctor {width: 100%;height: 100%;}
.doctor-card-title {font-size: 1.3rem;margin-bottom: 5px;}
.doctor-card-content ul {margin: 0rem 0 0 0px;}
.doctor-card-content ul li {margin-bottom: 2px;font-size: 15px;}

/* Start of meetdoctor */
.meetdoctor {padding: 2rem 0px;}
.focussection {padding: 2rem 0px;}
.outsidecontent p{font-size: 15px;margin-bottom: 10px;}
.outsidecontent li {padding: 5px 0;line-height: 1.4;font-size: 15px;}
.outsidecontent li::before {flex: 0 0 16px;height: 16px;margin-right: 5px;margin-top: 0px;background-size: 85%;}
.service-cards-row {grid-template-columns: repeat(2, 1fr);gap: 15px;}
.service-card-desc {font-size: 15px;}
.service-card-title {font-size: 1.15rem;}
.service-card-icon {width: 64px;height: 64px;margin-bottom: 10px;}
.service-card {padding: 1.5rem;}
.subtitle {font-size: 15px;}
.gallery-container {margin: 0rem auto 0 auto;}
.gallery img {height: 250px;width: 250px;}
.outsidecontent .mainheading {padding-bottom: 0px;}
.testimonialsection {padding: 2rem 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: 460px; float:none; margin-top: 2rem;}
.heroright .image-container {height: 460px;}
.hero h1 {font-size: 30px;}
.hero p{font-size: 15px;}
.breadcrumbs ol{justify-content: center;}
.knowmoreabout{padding: 2rem 0px;}
.knowmoreabout ul {padding: 10px 0px;columns: 1;-webkit-columns: 1;-moz-columns: 1; margin-bottom: 0px;}
.knowmoreabout p{font-size: 15px; margin-bottom: 0px;}
.knowmoreabout ul li {margin-bottom: 0.2rem;font-size: 15px;}
.generalcontent{padding: 2rem 0px;}
.generalcontent p{margin-bottom: 0px;}

/* Start of education and Certification */
.educationsection {padding: 2rem 0px 3rem 0px;}
.doctor-card {padding:20px;}
.doctor-edu-exp-wrap {gap: 15px;}
.educationdoctor img {margin-bottom: 15px;}
.educationdoctor {width: 100%;height: 100%;}
.doctor-card-title {font-size: 1.3rem;margin-bottom: 5px;}
.doctor-card-content ul {margin: 0rem 0 0 0px;}
.doctor-card-content ul li {margin-bottom: 2px;font-size: 15px;}

/* Start of meetdoctor */
.meetdoctor {padding: 2rem 0px;}
.focussection {padding: 2rem 0px;}
.outsidecontent p{font-size: 15px;margin-bottom: 10px;}
.outsidecontent li {padding: 5px 0;line-height: 1.4;font-size: 15px;}
.outsidecontent li::before {flex: 0 0 16px;height: 16px;margin-right: 5px;margin-top: 0px;background-size: 85%;}
.service-card-desc {font-size: 15px;}
.service-card-title {font-size: 1.15rem;}
.service-card-icon {width: 64px;height: 64px;margin-bottom: 10px;}
.service-card {padding: 1.5rem;}
.subtitle {font-size: 15px;}
.gallery-container {margin: 0rem auto 0 auto;}
.gallery img {height: 250px;width: 250px;}
.outsidecontent .mainheading {padding-bottom: 0px;}
.service-cards-row {display: flex;gap: 16px; overflow-x: auto;-webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; padding-bottom: 1rem; }
.service-card {flex: 0 0 75%;scroll-snap-align: start;}
.testimonialsection {padding: 1rem 0px 1rem 0px;}
.marquee-container {gap: 15px;padding: 15px 0;}
}

/* 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: 270px;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;}
.sixteenage {width: 120px;height: 120px;bottom: 25px;padding: 1rem;}
.sixteenage p{margin-bottom: 0px;}
.expheading {font-size: 40px;}
.knowmoreabout{padding: 15px 0px;}
.knowmoreabout ul {padding: 10px 0px;columns: 1;-webkit-columns: 1;-moz-columns: 1; margin-bottom: 0px;}
.knowmoreabout p{font-size: 15px; margin-bottom: 0px;}
.knowmoreabout ul li {margin-bottom: 0.2rem;font-size: 15px;}
.generalcontent{padding: 15px 0px 0 0px;}
.generalcontent p{margin-bottom: 0px;}

.patientsection {padding: 15px 10px;}
.testimonial-wrapper {margin-bottom: 15px;margin-top: 10px;}
.educationsection {padding: 1rem 0px;}
.play-icon {width: 36px;height: 36px;}
.educationdoctor {width: 100%;height: 100%; }
.educationdoctor img {min-height: auto;margin-bottom: 1rem;}
.doctor-card {padding: 20px;flex-direction: column;}
.doctor-card-content ul {margin:5px 0 0 0px;}
.doctor-card-title {font-size: 1.2rem;margin-bottom: 0px;}
.doctor-card-icon{margin-right: 0px;margin-bottom: 8px; }
.service-card-icon{ margin-bottom: 10px;}
.doctor-card-content ul li {margin-bottom: 4px;font-size:15px}
.meetdoctor {padding: 15px 0px;}
.focussection {padding:15px 0px;}
.service-cards-row {grid-template-columns: repeat(1, 1fr);gap: 10px;}
.outsideroomsection {padding: 15px 0px 15px 0px;}
.outsidecontent .mainheading {padding-bottom: 0px;}
.outsidecontent {margin-left: 0rem;margin-top: 12px;}
.outsidecontent li {padding: 2px 0;font-size: 15px;}
.outsidecontent li::before {flex: 0 0 18px;height: 18px;margin-right: 5px;background-size: 75%;}
.gallery img {height: 250px;width: 250px;}

.testimonial-name {font-size: 15px;}
.testimonial-subtext{font-size: 14px;padding-bottom: 5px;}
.testimonial-wrapper.row>*{padding-left: 6px !important;padding-right: 6px !important;}
.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 {min-width: 60px;min-height: 60px; margin-right: 0px;margin-bottom: 12px;}

/* 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%;}
.testimonialsection {padding: 15px 0px 15px 0px;}
.marquee-container {gap: 10px;padding: 10px 0;}
.testimonialheading p {font-size: 16px;font-weight: 400;}

/* 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;}
.service-card {padding: 1.5rem;gap: 0px;flex-direction: column;}
.service-card-title {font-size: 1.2rem;}
.service-card-desc {font-size: 15px;}
.aboutScrobar{max-height:none;overflow-x:unset;padding-right: 0px;}
.blockquote{font-size:.9rem;}
}