/* =======================================================================dental-implants-page======================================================================= */
body{
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
}

/* ==============================================================================-1st-page-=========================================================================== */

.dental-implants-section{
  min-height: 90vh;
  width: 100%;
  margin-top: 0;
  background-color: #c0b9b2;
  overflow-x: hidden;
}

.dental-implants-main-container{
  min-height: 90vh;
  width: 100%;
  margin-top: 0;
  background-color: #c0b9b2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dental-implants-text-part{
  height: 100%;
  width: 100%;
  max-width: 1200px;
  padding: 0 clamp(1rem, 4vw, 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  position: relative;
}

.dental-implants-wrapper{
  width: 100%;
  height: 90vh;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.5)), url(StockCake-Luxurious\ Dental\ Suite_1735882846.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dental-implants-text-part .dental-implants-heading{
  width: 100%;
  margin-bottom: clamp(1rem, 3vw, 2rem);
}

.dental-implants-heading h3{
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 500;
  color: white;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  margin: 0;
  text-align: center;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.dental-implants-text-part .dental-implants-sub-heading{
  width: 100%;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.dental-implants-sub-heading p{
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  font-family: 'SangBleu Kingdom Light, Georgia', serif;
  letter-spacing: 0.1rem;
  color: white;
  font-weight: 400;
  margin: 0;
  text-align: center;
  line-height: 1.4;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.dental-implants-text-part a{
  text-decoration: none;
}
.dental-implants-text-part .contact-btn{
  height: clamp(2.5rem, 6vw, 3.5rem);
  width: clamp(8rem, 20vw, 12rem);
  border: 2px solid white;
  background-color: white;
  /* color: #333; */
  text-decoration: none;
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  letter-spacing: 0.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.dental-implants-text-part .contact-btn {
  background-color: transparent;
  color: white;
  border: 2px solid white;

  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ==============================================================================-responsive-design-=========================================================================== */

@media (max-width: 1024px) {
  .dental-implants-section {
    min-height: 80vh;
  }

  .dental-implants-main-container {
    min-height: 80vh;
  }

  .dental-implants-wrapper {
    height: 80vh;
  }

  .dental-implants-text-part {
    padding: 0 clamp(1.5rem, 5vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  .dental-implants-section {
    min-height: 70vh;
    margin-top: 0;
  }

  .dental-implants-main-container {
    min-height: 70vh;
    margin-top: 0;
  }

  .dental-implants-wrapper {
    height: 70vh;
  }

  .dental-implants-text-part {
    width: 100%;
    padding: 0 clamp(1rem, 4vw, 2rem);
  }

  .dental-implants-heading {
    width: 100%;
    margin-bottom: clamp(0.8rem, 2.5vw, 1.5rem);
  }
  
  .dental-implants-heading h3 {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    text-align: center;
    margin: 0;
  }
  
  .dental-implants-sub-heading {
    width: 100%;
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
  }

  .dental-implants-sub-heading p {
    font-size: clamp(1rem, 3.5vw, 1.3rem);
    text-align: center;
    margin: 0;
    padding: 0 clamp(0.5rem, 2vw, 1rem);
  }

  .dental-implants-text-part .contact-btn {
    width: clamp(7rem, 25vw, 10rem);
    height: clamp(2.2rem, 7vw, 3rem);
    font-size: clamp(0.8rem, 3vw, 1rem);
  }

  .whatsapp-no {
    bottom: 70px;
    right: 15px;
  }

  .whatsapp-no a {
    color: #25D366;
    font-size: clamp(3rem, 6vw, 5rem);
    transition: transform 0.3s ease;
  }
}

@media (max-width: 480px) {
  .dental-implants-section {
    min-height: 60vh;
    margin-top: 0;
  }
  
  .dental-implants-main-container {
    min-height: 60vh;
    margin-top: 0;
  }
  
  .dental-implants-wrapper {
    height: 60vh;
  }
  
  .dental-implants-text-part {
    padding: 0 clamp(0.8rem, 3vw, 1.5rem);
  }

  .dental-implants-heading {
    margin-bottom: clamp(0.6rem, 2vw, 1rem);
  }
  
  .dental-implants-heading h3 {
    font-size: clamp(1.5rem, 8vw, 2rem);
    text-align: center;
    margin: 0;
  }
  
  .dental-implants-sub-heading {
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
  }

  .dental-implants-sub-heading p {
    font-size: clamp(0.9rem, 4vw, 1.1rem);
    text-align: center;
    margin: 0;
    padding: 0 clamp(0.3rem, 1.5vw, 0.8rem);
  }
  
  .dental-implants-text-part .contact-btn {
    width: clamp(6rem, 30vw, 8rem);
    height: clamp(2rem, 8vw, 2.5rem);
    font-size: clamp(0.7rem, 3.5vw, 0.9rem);
  }

  .whatsapp-no {
    bottom: 60px;
    right: 10px;
  }

  .whatsapp-no a {
    color: #25D366;
    font-size: clamp(3rem, 6vw, 5rem);
    transition: transform 0.3s ease;
  }
}

@media (max-width: 320px) {
  .dental-implants-section {
    min-height: 55vh;
    margin-top: 0;
  }
  
  .dental-implants-main-container {
    min-height: 55vh;
    margin-top: 0;
  }
  
  .dental-implants-wrapper {
    height: 55vh;
  }

  .dental-implants-heading h3 {
    font-size: clamp(1.3rem, 9vw, 1.8rem);
    text-align: center;
    margin: 0;
  }
  
  .dental-implants-sub-heading p {
    font-size: clamp(0.8rem, 4.5vw, 1rem);
    text-align: center;
    margin: 0;
  }
  
  .dental-implants-text-part .contact-btn {
    width: clamp(5rem, 35vw, 7rem);
    height: clamp(1.8rem, 10vw, 2.2rem);
    font-size: clamp(0.6rem, 4vw, 0.8rem);
  }
}

/* ==============================================================================-2nd-page-=========================================================================== */
  
  .implants-second-section{
    min-height: 90vh;
    width: 100%;
    background-color: #ebe3da;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  }
  
  .second-section-main-container{
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .image-part{
    flex: 1;
  }
  
  .image-part .img-dental-implant2{
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .text-part{
    flex: 1;
  }
  
  .text-part .second-section-heading{
    margin-bottom: clamp(1rem, 3vw, 2rem);
  }
  
  .text-part .second-section-heading h3{
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #8B4513;
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
  }
  
  .text-part .second-section-sub-heading{
    line-height: 1.8;
  }
  
  .text-part .second-section-sub-heading p{
    font-size: clamp(0.9rem, 2.2vw, 1.1rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    line-height: 1.8;
    /* color: #333; */
    margin-bottom: clamp(0.5rem, 1.5vw, 1rem);
  }
  
/* ==============================================================================-2.5-page-=========================================================================== */
  
  .bef-aft-dent-implants-section{
    min-height: 90vh;
    width: 100%;
    background-color: #ebe3da;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  }
  
  .dentalsmile-image-container{
    display: flex;
    gap: clamp(1rem, 3vw, 2rem);
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  
  .dentalsmile-before-container, .dentalsmile-after-container{
    flex: 1;
    min-width: clamp(300px, 45%, 45%);
    background-color: white;
    border-radius: 10px;
    padding: clamp(1rem, 3vw, 2rem);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .dentalsmile-before-container .dentalsmile-b-img-sub-container{
    width: 100%;
    height: clamp(200px, 40vw, 300px);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
  }
  
  .dentalsmile-after-container .dentalsmile-a-img-sub-container{
    width: 100%;
    height: clamp(200px, 40vw, 300px);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
}
  
  .dentalsmile-b-img-sub-container .dentalsmile-before-images-content{
      position: relative;
      width: 100%;
      height: clamp(200px, 40vw, 300px);
  }
  
  .dentalsmile-a-img-sub-container .dentalsmile-after-images-content{
      position: relative;
      width: 100%;
      height: clamp(200px, 40vw, 300px);
  }
  
  .dentalsmile-b-img-sub-container .dentalsmile-before-images-content img{
      position: absolute;
      top: 0;
      left: 0;
    width: 100%;
      height: 100%;
    object-fit: cover; 
      display: none;
      transition: opacity 0.5s ease;
  }
  
  .dentalsmile-a-img-sub-container .dentalsmile-after-images-content img{
      position: absolute;
      top: 0;
      left: 0;
    width: 100%;
      height: 100%;
    object-fit: cover; 
      display: none;
      transition: opacity 0.5s ease;
  }
  
  /* Show first image by default */
  .dentalsmile-b-img-sub-container .dentalsmile-before-images-content img:first-child,
  .dentalsmile-a-img-sub-container .dentalsmile-after-images-content img:first-child{
      display: block;
  }
  
  .dentallabel {
    text-align: center;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #8B4513;
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

/* ==============================================================================-3rd-page-=========================================================================== */
  
  .dental-makeover-testimonials-section{
    min-height: 70vh;
    width: 100%;
    background-color: #c0b9b2;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  }
  
  .dental-makeover-testimonials-container{
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .dental-makeover-testimonials-container .dentalmakeover-section-title{
    text-align: center;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #8B4513;
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
  }
  
  .dental-makeover-testimonials-container .makeover-dentaltestimonial{
    background-color: white;
    border-radius: 10px;
    padding: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .dental-makeover-testimonials-container .makeover-dentaltestimonial p{
    font-size: clamp(0.9rem, 2.2vw, 1rem);
    line-height: 1.6;
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
  }
  
  .dental-makeover-testimonials-container .makeover-dentaltestimonial .dentaluser-video{
    width: 100%;
    max-width: 400px;
    height: clamp(200px, 40vw, 250px);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  .dental-makeover-testimonials-container .makeover-dentaltestimonial .dentaluser-video:hover{
    transform: scale(1.05);
}

/* Swiper container styling */
.makeover-slider-dentalcontainer,
.basal-slider-container,
.people-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.makeover-dentalslider-wrapper,
.basal-slider-wrapper,
.people-slider-wrapper {
    width: 100%;
    height: 100%;
}

.makeover-dentaltestimonials-list,
.basal-testimonials-list,
.people-list {
    display: flex;
    width: 100%;
    height: 100%;
}

.makeover-dentaltestimonial,
.basal-testimonials,
.people-item {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

/* ==============================================================================-4th-page-=========================================================================== */

  .features-section {
    min-height: 90vh;
    width: 100%;
    background-color: #ebe3da;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  }
  
  .features-section h3{
    text-align: center;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #8B4513;
    margin-bottom: clamp(2rem, 5vw, 3rem);
  }
  
  .features-section .immediate-implants-container, .features-section .single-stage-container,
.features-section .all-on-4-6-container{
    display: flex;
    gap: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: clamp(2rem, 5vw, 3rem);
    align-items: center;
    flex-wrap: wrap;
}
  
.imm-imp-img,
.sin-stg-img,
.all-on-4-6-img{
    flex: 1;
    min-width: clamp(250px, 40%, 40%);
  }
  
  .imm-imp-img img,
  .sin-stg-img img,
  .all-on-4-6-img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
.immediate-implants-container .immediate-implants-texts,
  .single-stage-container .single-stage-texts,
  .all-on-4-6-container .all-on-4-6-texts{
    flex: 1;
    min-width: clamp(250px, 50%, 50%);
}
  
.immediate-implants-texts h4,
  .single-stage-texts h4,
  .all-on-4-6-texts h4{
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #8B4513;
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
  }
  
.immediate-implants-texts p,
  .single-stage-texts p,
  .all-on-4-6-texts p{
    font-size: clamp(0.9rem, 2.2vw, 1rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    /* color: #333; */
  }
  
/* ==============================================================================-5th-page-=========================================================================== */
  
  .basal-section{
    min-height: auto;
    width: 100%;
    background-color: #c0b9b2;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
    overflow-x: hidden;
}

.basal-section .basal-main-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.basal-main-container .basal-features{
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.basal-features h3{
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #8B4513;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.basal-features p{
  font-size: clamp(0.9rem, 2.2vw, 1rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  /* color: #333; */
  max-width: 800px;
  margin: 0 auto;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
}

.basal-main-container .basal-image-sub-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: clamp(2rem, 5vw, 3rem);
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.basal-image-sub-container img{
  width: 100%;
  height: clamp(200px, 35vw, 300px);
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.basal-image-sub-container img:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.basal-image-sub-container #third-basal-img{
  grid-column: 1;
}

.basal-image-sub-container #fourth-basal-img{
  grid-column: 2;
}

.basal-main-container .basal-text-sub-container{
  background-color: white;
  border-radius: 15px;
  padding: clamp(2rem, 5vw, 3rem);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.basal-main-container .basal-text-sub-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.basal-text-sub-container .basal-texts{
  list-style: none;
  padding: 0;
  margin: 0;
}

.basal-texts li{
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  /* color: #333;
   */
  margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
  padding-left: clamp(1.5rem, 4vw, 2rem);
  position: relative;
  transition: color 0.3s ease;
}

.basal-texts li:last-child {
  margin-bottom: 0;
}

.basal-texts li:hover {
  color: #8B4513;
}

.basal-texts li::before {
  content: "✓";
  color: #8B4513;
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease;
}

.basal-texts li:hover::before {
  transform: scale(1.2);
}

/* ==============================================================================-6th-page-=========================================================================== */
  
  .basal-video-testimonials{
    min-height: 70vh;
    width: 100%;
    background-color: #ebe3da;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  }
  
  .basal-video-testimonials .basal-section-title{
    text-align: center;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #8B4513;
    margin-bottom: clamp(2rem, 5vw, 3rem);
  }
  
  .basal-video-testimonials .basal-testimonials{
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .basal-video-testimonials .basal-section-content .basal-slider-container{
    margin-bottom: clamp(2rem, 5vw, 3rem);
  }
  
  .basal-video-testimonials .basal-section-content .basal-slider-container .basal-slider-wrapper .basal-testimonials-list{
    display: flex;
    gap: clamp(1rem, 3vw, 2rem);
  }
  
  .basal-video-testimonials .basal-testimonials iframe{
    width: 100%;
    height: clamp(200px, 40vw, 250px);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .basal-video-testimonials .basal-swiper-pagination-bullet{
    width: clamp(10px, 2vw, 15px);
    height: clamp(10px, 2vw, 15px);
    background-color: #8B4513;
    border-radius: 50%;
    margin: 0 clamp(0.25rem, 1vw, 0.5rem);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* ==============================================================================-7th-page-=========================================================================== */
  
  .teeths-replacement-section{
    min-height: 90vh;
    width: 100%;
    background-color: #c0b9b2;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  }
  
  .teeths-replacement-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(250px, 30%, 30%), 1fr));
    gap: clamp(1.5rem, 4vw, 2rem);
    max-width: 1200px;
    margin: 0 auto;
}
  
.teeths-replacement-container .single-tooth-container,
.teeths-replacement-container .multiple-teeth-container,
  .teeths-replacement-container .all-mouth-container{
    background-color: white;
    border-radius: 10px;
    padding: clamp(1rem, 3vw, 1.5rem);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .single-tooth-img, .multiple-teeth-img, .all-mouth-img{
    width: 100%;
    height: clamp(242px, 30vw, 260px);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
  }
  
  .single-tooth-container .single-tooth-img .one-tooth-img,
.multiple-teeth-container .multiple-teeth-img .multiple-teeth-img,
.all-mouth-container .all-mouth-img .all-mouth-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .single-tooth-name, .multiple-teeth-name, .all-mouth-name{
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
  }
  
  .single-tooth-container .single-tooth-name h4,
  .multiple-teeth-container .multiple-teeth-name h4,
  .all-mouth-container .all-mouth-name h4{
    font-size: clamp(1.1rem, 2.8vw, 1.3rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #8B4513;
  }
  
  .single-tooth-info, .multiple-teeth-info, .all-mouth-info{
    line-height: 1.6;
  }
  
  .single-tooth-container .single-tooth-info p,
  .multiple-teeth-container .multiple-teeth-info p,
  .all-mouth-container .all-mouth-info p{
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    /* color: #333; */
  }
  
/* ==============================================================================-8th-page-=========================================================================== */
  
  .conventional-implants-section{
    min-height: 90vh;
    width: 100%;
    background-color: #ebe3da;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  }
  
  .conventional-implants-section h2{
    text-align: center;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #8B4513;
    margin-bottom: clamp(2rem, 5vw, 3rem);
  }
  
  .conventional-implants-section .conventional-texts-container{
    max-width: 800px;
    margin: 0 auto clamp(2rem, 5vw, 3rem);
  }
  
  .conventional-implants-section .conventional-texts-container p{
    font-size: clamp(0.9rem, 2.2vw, 1rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    /* color: #333; */
    margin-bottom: clamp(0.5rem, 1.5vw, 1rem);
  }
  
  .conventional-implants-section .conventional-imgs-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 20%, 20%), 1fr));
    gap: clamp(1rem, 3vw, 2rem);
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .conventional-imgs-container img{
    width: 100%;
    height: clamp(150px, 25vw, 200px);
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .conventional-imgs-container #conventional-img-1{
    grid-column: span 2;
  }
  
  .conventional-imgs-container #conventional-img-2{
    grid-column: span 2;
  }
  
  .conventional-imgs-container #conventional-img-3{
    grid-column: span 2;
  }
  
  .conventional-imgs-container #conventional-img-4{
    grid-column: span 2;
  }
  
/* ==============================================================================-9th-page-=========================================================================== */
  
  .dental-implants-advantages-section{
    min-height: 90vh;
    width: 100%;
    background-color: #c0b9b2;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  }
  
  .dental-implants-advantages-container{
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .advantage-title {
    text-align: center;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #8B4513;
    margin-bottom: clamp(2rem, 5vw, 3rem);
  }
  
  .advantages-dental-implants {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(250px, 30%, 30%), 1fr));
    gap: clamp(1.5rem, 4vw, 2rem);
  }
  
  .advantage {
    background-color: white;
    border-radius: 10px;
    padding: clamp(1rem, 3vw, 1.5rem);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .advantage p{
    font-size: clamp(0.9rem, 2.2vw, 1rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    /* color: #333; */
  }
  
/* ==============================================================================-10th-page-=========================================================================== */
  
  .dental-implants-paragraph-section{
    min-height: 90vh;
    width: 100%;
    background-color: #ebe3da;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  }
  
  .dental-implants-paragraph-section .dental-implants-paragraph-container{
    display: flex;
    gap: clamp(2rem, 5vw, 3rem);
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .dental-clinic-img-container{
    flex: 1;
    min-width: clamp(250px, 40%, 40%);
  }
  
  .dental-clinic-img-sub-container{
    width: 100%;
    height: clamp(300px, 50vw, 400px);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .dental-clinic-img-sub-container .dentist-sample{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .dental-clinic-text-container{
    flex: 1;
    min-width: clamp(250px, 50%, 50%);
}

/* ==============================================================================-accordion-=========================================================================== */
  
  .accordion {
    background-color: white;
    border-radius: 10px;
    padding: clamp(1rem, 3vw, 1.5rem);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .accordion-item {
    border-bottom: 1px solid #eee;
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
  }
  
  .accordion-item:last-child {
    border-bottom: none;
  }
  
  .accordion-header {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: clamp(0.75rem, 2vw, 1rem);
    cursor: pointer;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 500;
    color: #8B4513;
    transition: background-color 0.3s ease;
  }
  
  .accordion-header:hover {
    background-color: #f5f5f5;
  }
  
  .accordion-header span{
    float: right;
    transition: transform 0.3s ease;
  }
  
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 clamp(0.75rem, 2vw, 1rem);
  }
  
  .accordion-content.open {
    max-height: 500px;
    padding: clamp(0.5rem, 2vw, 1rem) clamp(0.75rem, 2vw, 1rem);
  }
  
  .accordion-content p {
    font-size: clamp(0.9rem, 2.2vw, 1rem);
    line-height: 1.6;
    /* color: #333; */
  }
  
  .toggle-btn {
    background: none;
    border: none;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    cursor: pointer;
    color: #8B4513;
    transition: transform 0.3s ease;
  }
  
  .toggle-btn:focus {
    outline: none;
  }
  
/* ==============================================================================-people-section-=========================================================================== */
  
   .people-main-section{
    min-height: auto;
    width: 100%;
    background-color: #f8f6f3;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
    overflow-x: hidden;
}
  
  .people-main-section .people-content{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  
  .people-main-section .people-slider-wrapper{
    position: relative;
    padding: 0 clamp(4rem, 10vw, 6rem);
  }
  
  .people-main-section .people-item {
    padding: clamp(1rem, 3vw, 1.5rem);
    height: auto;
  }
  
  .people-main-section .people-item .people-images{
    width: 100%;
    height: clamp(200px, 35vw, 300px);
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .people-main-section .people-item .people-images:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  }
  
  .people-main-section .swiper-pagination-bullet{
    width: clamp(0.8rem, 2.5vw, 1rem);
    height: clamp(0.8rem, 2.5vw, 1rem);
    background-color: rgba(139, 69, 19, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
  }
  
  /* Enhanced Swiper Navigation - Fixed Positioning */
  .swiper-button-next,
  .swiper-button-prev {
    width: clamp(3rem, 8vw, 4rem);
    height: clamp(3rem, 8vw, 4rem);
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    color: #8B4513;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(139, 69, 19, 0.1);
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    border-color: rgba(139, 69, 19, 0.3);
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: bold;
  }
  
  .swiper-pagination-bullet {
    width: clamp(0.8rem, 2.5vw, 1rem);
    height: clamp(0.8rem, 2.5vw, 1rem);
    background-color: rgba(139, 69, 19, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
  }
  
  .swiper-pagination-bullet-active {
    background-color: #8B4513;
    opacity: 1;
    transform: scale(1.2);
  }
  
  /* ==============================================================================-responsive-design-=========================================================================== */
  
  @media (max-width: 1024px) {
    .people-main-section .people-slider-wrapper {
      padding: 0 clamp(3.5rem, 8vw, 5rem);
    }
  
    .people-main-section .people-item .people-images {
      height: clamp(180px, 30vw, 250px);
    }
  
    .swiper-button-next,
    .swiper-button-prev {
      width: clamp(2.8rem, 7vw, 3.5rem);
      height: clamp(2.8rem, 7vw, 3.5rem);
    }
  }
  
  @media (max-width: 768px) {
    .people-main-section .people-slider-wrapper {
      padding: 0 clamp(3rem, 6vw, 4rem);
    }
  
    .people-main-section .people-item {
      padding: clamp(0.8rem, 2.5vw, 1rem);
    }
  
    .people-main-section .people-item .people-images {
      height: clamp(150px, 40vw, 200px);
    }
  
    /* Enhanced Swiper navigation for mobile */
    .swiper-button-next,
    .swiper-button-prev {
      width: clamp(2.5rem, 12vw, 3.5rem);
      height: clamp(2.5rem, 12vw, 3.5rem);
      top: 50%;
      transform: translateY(-50%);
    }
  
    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: clamp(0.9rem, 4vw, 1.1rem);
    }
  
    .whatsapp-no {
      bottom: 70px;
      right: 15px;
    }
  
    .whatsapp-no a {
      color: #25D366;
      font-size: clamp(3rem, 6vw, 5rem);
      transition: transform 0.3s ease;
    }
  }
  
  @media (max-width: 480px) {
    .people-main-section {
      padding: clamp(1.5rem, 4vw, 2rem) clamp(0.5rem, 2vw, 1rem);
    }
  
    .people-main-section .people-slider-wrapper {
      padding: 0 clamp(2.5rem, 5vw, 3rem);
    }
  
    .people-main-section .people-item {
      padding: clamp(0.5rem, 2vw, 0.8rem);
    }
  
    .people-main-section .people-item .people-images {
      height: clamp(120px, 50vw, 160px);
      border-radius: 10px;
    }
  
    .whatsapp-no {
      bottom: 60px;
      right: 10px;
    }
  
    .whatsapp-no a {
      color: #25D366;
      font-size: clamp(3rem, 6vw, 5rem);
      transition: transform 0.3s ease;
    }
  
    /* Swiper navigation adjustments for small mobile */
    .swiper-button-next,
    .swiper-button-prev {
      width: clamp(2rem, 15vw, 3rem);
      height: clamp(2rem, 15vw, 3rem);
    }
  
    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: clamp(0.8rem, 5vw, 1rem);
    }
  
    .people-item .people-images {
      width: 100%;
      height: auto;
      max-width: 100%;
    }
  }
  
  @media (max-width: 320px) {
    .people-main-section .people-slider-wrapper {
      padding: 0 clamp(2rem, 4vw, 2.5rem);
    }
  
    .people-main-section .people-item .people-images {
      height: clamp(100px, 60vw, 130px);
    }
  
    .swiper-button-next,
    .swiper-button-prev {
      width: clamp(1.8rem, 18vw, 2.5rem);
      height: clamp(1.8rem, 18vw, 2.5rem);
    }
  
    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: clamp(0.7rem, 6vw, 0.9rem);
    }
  }
  
  /* ==============================================================================-Features Section Enhanced-=========================================================================== */

.features-section {
  min-height: 60vh;
  width: 100%;
  background-color: #f8f6f3;
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
}

.features-section h3{
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #8B4513;
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.features-section .immediate-implants-container, 
.features-section .single-stage-container,
.features-section .all-on-4-6-container{
  max-width: 1200px;
  margin: 0 auto clamp(3rem, 8vw, 4rem) auto;
  display: flex;
  align-items: center;
  gap: clamp(2rem, 5vw, 3rem);
  background-color: white;
  border-radius: 15px;
  padding: clamp(1.5rem, 4vw, 2rem);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-section .immediate-implants-container:hover,
.features-section .single-stage-container:hover,
.features-section .all-on-4-6-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.imm-imp-img,
.sin-stg-img,
.all-on-4-6-img {
  flex: 1;
  min-width: 0;
}

.imm-imp-img img,
.sin-stg-img img,
.all-on-4-6-img img {
  width: 100%;
  height: clamp(150px, 25vw, 200px);
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.imm-imp-img img:hover,
.sin-stg-img img:hover,
.all-on-4-6-img img:hover {
  transform: scale(1.05);
}

.immediate-implants-container .immediate-implants-texts,
.single-stage-container .single-stage-texts,
.all-on-4-6-container .all-on-4-6-texts {
  flex: 1;
  min-width: 0;
}

.immediate-implants-texts h4,
.single-stage-texts h4,
.all-on-4-6-texts h4 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #8B4513;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.4;
}

.immediate-implants-texts p,
.single-stage-texts p,
.all-on-4-6-texts p {
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  /* color: #333; */
}

/* ==============================================================================-Advantages Section Enhanced-=========================================================================== */

.dental-implants-advantages-section{
  min-height: 70vh;
  width: 100%;
  background-color: #c0b9b2;
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
}

.dental-implants-advantages-container{
  max-width: 1200px;
  margin: 0 auto;
}

.advantage-title {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.advantage-title p {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #8B4513;
  line-height: 1.4;
}

.advantages-dental-implants {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(250px, 45%, 45%), 1fr));
  gap: clamp(1.5rem, 4vw, 2rem);
}

.advantage {
  background-color: white;
  border-radius: 15px;
  padding: clamp(1.5rem, 4vw, 2rem);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.advantage:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.advantage h2 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #8B4513;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.4;
}

.advantage p {
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  /* color: #333; */
}

/* ==============================================================================-Testimonials Section Enhanced-=========================================================================== */

.dental-makeover-testimonials-section{
  min-height: 70vh;
  width: 100%;
  background-color: #ebe3da;
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
}

.dental-makeover-testimonials-container{
  max-width: 1200px;
  margin: 0 auto;
}

.dental-makeover-testimonials-container .dentalmakeover-section-title{
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #8B4513;
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.makeover-dentalsection-content {
  position: relative;
}

.makeover-slider-dentalcontainer {
  position: relative;
  padding: 0 clamp(3rem, 8vw, 4rem);
}

.makeover-dentaltestimonial {
  padding: clamp(1rem, 3vw, 1.5rem);
}

.dental-makeover-testimonials-container .makeover-dentaltestimonial .dentaluser-video {
  width: 100%;
  height: clamp(200px, 40vw, 300px);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dental-makeover-testimonials-container .makeover-dentaltestimonial .dentaluser-video:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ==============================================================================-Teeth Replacement Section Enhanced-=========================================================================== */

.teeths-replacement-section{
  min-height: auto;
  width: 100%;
  background-color: #f8f6f3;
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  overflow-x: hidden;
}

.teeths-replacement-container{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(280px, 30%, 30%), 1fr));
  gap: clamp(1.5rem, 4vw, 2rem);
  width: 100%;
}

.teeths-replacement-container .single-tooth-container,
.teeths-replacement-container .multiple-teeth-container,
.teeths-replacement-container .all-mouth-container {
  background-color: white;
  border-radius: 15px;
  padding: clamp(1.5rem, 4vw, 2rem);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.teeths-replacement-container .single-tooth-container:hover,
.teeths-replacement-container .multiple-teeth-container:hover,
.teeths-replacement-container .all-mouth-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.single-tooth-img, .multiple-teeth-img, .all-mouth-img{
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  width: 100%;
}


.single-tooth-container .single-tooth-img .one-tooth-img,
.multiple-teeth-container .multiple-teeth-img .more-teeth-img,
.all-mouth-container .all-mouth-img .all-teeth-image {
  width: 100%;
  height: clamp(120px, 25vw, 256px);
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.single-tooth-container .single-tooth-img .one-tooth-img:hover,
.multiple-teeth-container .multiple-teeth-img .more-teeth-img:hover,
.all-mouth-container .all-mouth-img .all-teeth-image:hover {
  transform: scale(1.05);
}

.single-tooth-name, .multiple-teeth-name, .all-mouth-name{
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.single-tooth-container .single-tooth-name h4,
.multiple-teeth-container .multiple-teeth-name h4,
.all-mouth-container .all-mouth-name h4 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #8B4513;
  margin: 0;
  line-height: 1.4;
}

.single-tooth-info, .multiple-teeth-info, .all-mouth-info{
  width: 100%;
}

.single-tooth-container .single-tooth-info p,
.multiple-teeth-container .multiple-teeth-info p,
.all-mouth-container .all-mouth-info p {
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  /* color: #333; */
  margin: 0;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
}

/* ==============================================================================-Features Section Enhanced-=========================================================================== */

.features-section {
  min-height: auto;
  width: 100%;
  background-color: #f8f6f3;
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  overflow-x: hidden;
}

.features-section h3{
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #8B4513;
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
}

.features-section .immediate-implants-container, 
.features-section .single-stage-container,
.features-section .conventional-container,
.features-section .all-on-4-6-container {
  max-width: 1200px;
  margin: 0 auto clamp(3rem, 8vw, 4rem) auto;
  display: flex;
  align-items: center;
  gap: clamp(2rem, 5vw, 3rem);
  background-color: white;
  border-radius: 15px;
  padding: clamp(1.5rem, 4vw, 2rem);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.features-section .immediate-implants-container:hover,
.features-section .single-stage-container:hover,
.features-section .conventional-container:hover,
.features-section .all-on-4-6-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.imm-imp-img,
.sin-stg-img,
.con-con-img,
.all-on-4-6-img {
  flex: 1;
  min-width: 0;
}

.imm-imp-img img,
.sin-stg-img img,
.con-con-img img,
.all-on-4-6-img img {
  width: 100%;
  height: clamp(120px, 25vw, 412px);
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.imm-imp-img img:hover,
.sin-stg-img img:hover,
.con-con-img img:hover,
.all-on-4-6-img img:hover {
  transform: scale(1.05);
}

.immediate-implants-container .immediate-implants-texts,
.single-stage-container .single-stage-texts,
.conventional-container .con-con-texts,
.all-on-4-6-container .all-on-4-6-texts {
  flex: 1;
  min-width: 0;
}

.immediate-implants-texts h4,
.single-stage-texts h4,
.con-con-texts h4,
.all-on-4-6-texts h4 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #8B4513;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.4;
}

.immediate-implants-texts p,
.single-stage-texts p,
.con-con-texts p,
.all-on-4-6-texts p {
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  /* color: #333; */
}

/* ==============================================================================-Advantages Section Enhanced-=========================================================================== */

.dental-implants-advantages-section{
  min-height: auto;
  width: 100%;
  background-color: #c0b9b2;
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  overflow-x: hidden;
}

.dental-implants-advantages-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.advantage-title {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.advantage-title p {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #8B4513;
  line-height: 1.4;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
}

.advantages-dental-implants {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(250px, 45%, 45%), 1fr));
  gap: clamp(1.5rem, 4vw, 2rem);
  width: 100%;
}

.advantage {
  background-color: white;
  border-radius: 15px;
  padding: clamp(1.5rem, 4vw, 2rem);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.advantage:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.advantage h2 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #8B4513;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.4;
}

.advantage p {
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  /* color: #333; */
  margin: 0;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
}

/* ==============================================================================-Testimonials Section Enhanced-=========================================================================== */

.dental-makeover-testimonials-section{
  min-height: 70vh;
  width: 100%;
  background-color: #ebe3da;
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
}

.dental-makeover-testimonials-container{
  max-width: 1200px;
  margin: 0 auto;
}

.dental-makeover-testimonials-container .dentalmakeover-section-title{
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #8B4513;
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.makeover-dentalsection-content {
  position: relative;
}

.makeover-slider-dentalcontainer {
  position: relative;
  padding: 0 clamp(3rem, 8vw, 4rem);
}

.makeover-dentaltestimonial {
  padding: clamp(1rem, 3vw, 1.5rem);
}

.dental-makeover-testimonials-container .makeover-dentaltestimonial .dentaluser-video {
  width: 100%;
  height: clamp(200px, 40vw, 300px);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dental-makeover-testimonials-container .makeover-dentaltestimonial .dentaluser-video:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ==============================================================================-responsive-design-=========================================================================== */

@media (max-width: 1024px) {
  .second-section-main-container,
  .dental-implants-paragraph-container {
    flex-direction: column;
    gap: clamp(1.5rem, 4vw, 2rem);
  }

  .features-section .immediate-implants-container,
  .features-section .single-stage-container,
  .features-section .conventional-container,
  .features-section .all-on-4-6-container {
    flex-direction: column;
    text-align: center;
  }

  .basal-image-sub-container {
    grid-template-columns: 1fr 1fr;
    gap: clamp(1rem, 3vw, 1.5rem);
    max-width: 700px;
  }

  .basal-image-sub-container img {
    height: clamp(180px, 30vw, 250px);
  }

  .basal-main-container .basal-text-sub-container {
    max-width: 700px;
    padding: clamp(1.5rem, 4vw, 2rem);
  }

  .basal-image-sub-container #third-basal-img,
  .basal-image-sub-container #fourth-basal-img {
    grid-column: span 1;
  }

  .conventional-imgs-container {
    grid-template-columns: repeat(auto-fit, minmax(clamp(150px, 45%, 45%), 1fr));
  }

  .conventional-imgs-container #conventional-img-1,
  .conventional-imgs-container #conventional-img-2,
  .conventional-imgs-container #conventional-img-3,
  .conventional-imgs-container #conventional-img-4 {
    grid-column: span 1;
  }

  .advantages-dental-implants {
    grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 45%, 45%), 1fr));
  }

  .teeths-replacement-container {
    grid-template-columns: repeat(auto-fit, minmax(clamp(250px, 45%, 45%), 1fr));
  }
}

@media (max-width: 768px) {
  .dental-implants-text-part {
    width: clamp(280px, 80%, 80%);
  }

  .dental-implants-heading {
    width: 100%;
    margin-top: clamp(10%, 20%, 20%);
  }
  
  .dental-implants-heading h3 {
    margin-left: 0;
    text-align: center;
  }
  
  .dental-implants-sub-heading {
    width: 100%;
  }

  .dental-implants-sub-heading p {
    margin-left: 0;
    text-align: center;
  }

  .dental-implants-text-part .contact-btn {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  
  .dentalsmile-image-container {
    flex-direction: column;
  }
  
  .dentalsmile-before-container,
  .dentalsmile-after-container {
    min-width: 100%;
  }
  
  .teeths-replacement-container {
    grid-template-columns: 1fr;
    gap: clamp(1rem, 3vw, 1.5rem);
  }
  
  .advantages-dental-implants {
    grid-template-columns: 1fr;
    gap: clamp(1rem, 3vw, 1.5rem);
  }

  

  

  /* Slider responsive adjustments */
  .makeover-dentaltestimonial,
  .basal-testimonials,
  .people-item {
    padding: clamp(1rem, 3vw, 1.5rem);
  }

  .dental-makeover-testimonials-container .makeover-dentaltestimonial .dentaluser-video,
  .basal-video-testimonials .basal-testimonials iframe {
    height: clamp(150px, 50vw, 200px);
    width: 100%;
    max-width: 100%;
  }

  .people-item .people-images {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .whatsapp-no {
    bottom: 70px;
    right: 15px;
  }

  .whatsapp-no a {
    color: #25D366;
    font-size: clamp(3rem, 6vw, 5rem);
    transition: transform 0.3s ease;
  }

  /* Features section mobile adjustments */
  .features-section .immediate-implants-container,
  .features-section .single-stage-container,
  .features-section .conventional-container,
  .features-section .all-on-4-6-container {
    padding: clamp(1rem, 3vw, 1.5rem);
    gap: clamp(1rem, 3vw, 1.5rem);
  }

  .imm-imp-img img,
  .sin-stg-img img,
  .con-con-img img,
  .all-on-4-6-img img {
    height: clamp(100px, 25vw, 120px);
  }

  /* Basal section mobile adjustments */
  .basal-image-sub-container img {
    height: clamp(100px, 25vw, 120px);
  }

 
  /* Teeth replacement mobile adjustments */
  .single-tooth-container .single-tooth-img .one-tooth-img,
  .multiple-teeth-container .multiple-teeth-img .more-teeth-img,
  .all-mouth-container .all-mouth-img .all-teeth-image {
    height: 15rem;
  }
}

@media (max-width: 480px) {
  .dental-implants-section {
    min-height: 60vh;
    margin-top: 0;
  }
  
  .dental-implants-main-container {
    min-height: 60vh;
    margin-top: 0;
  }
  
  .dental-implants-wrapper {
    height: 100vh;
  }
  
  .dental-implants-text-part {
    padding: 0 clamp(0.8rem, 3vw, 1.5rem);
  }

  .dental-implants-heading {
    margin-bottom: clamp(0.6rem, 2vw, 1rem);
  }
  
  .dental-implants-heading h3 {
    font-size: clamp(1.5rem, 8vw, 2rem);
    text-align: center;
    margin: 0;
  }
  
  .dental-implants-sub-heading {
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
  }

  .dental-implants-sub-heading p {
    font-size: clamp(0.9rem, 4vw, 1.1rem);
    text-align: center;
    margin: 0;
    padding: 0 clamp(0.3rem, 1.5vw, 0.8rem);
  }
  
  .dental-implants-text-part .contact-btn {
    width: clamp(6rem, 37vw, 8rem);
    height: clamp(2rem, 8vw, 2.5rem);
    font-size: clamp(0.7rem, 3.5vw, 0.9rem);
  }

  .whatsapp-no {
    bottom: 60px;
    right: 10px;
  }

  .whatsapp-no a {
    color: #25D366;
    font-size: clamp(3rem, 6vw, 5rem);
    transition: transform 0.3s ease;
  }
}

@media (max-width: 320px) {
  .dental-implants-heading h3 {
        font-size: clamp(1.2rem, 5vw, 1.5rem);
  }
  
  .dental-implants-sub-heading p {
        font-size: clamp(0.9rem, 4vw, 1rem);
  }
  
  .dental-implants-text-part .contact-btn {
        width: clamp(5rem, 30vw, 6rem);
        height: clamp(1.6rem, 8vw, 1.8rem);
        font-size: clamp(0.6rem, 4vw, 0.7rem);
  }
  
  .second-section-heading h3 {
        font-size: clamp(1.1rem, 5vw, 1.3rem);
  }
  
  .second-section-sub-heading p {
        font-size: clamp(0.8rem, 4vw, 0.9rem);
  }
  
  .dentalsmile-b-img-sub-container,
  .dentalsmile-a-img-sub-container {
        height: clamp(120px, 60vw, 150px);
  }
  
  .dentallabel {
        font-size: clamp(0.9rem, 5vw, 1rem);
  }
  
  .immediate-implants-texts h4,
    .single-stage-texts h4,
    .all-on-4-6-texts h4 {
        font-size: clamp(0.9rem, 5vw, 1rem);
  }
  
  .immediate-implants-texts p,
    .single-stage-texts p,
    .all-on-4-6-texts p {
        font-size: clamp(0.75rem, 4vw, 0.8rem);
  }
  
  .basal-features h3 {
        font-size: clamp(1.1rem, 5vw, 1.2rem);
  }
  
  .basal-features p {
        font-size: clamp(0.75rem, 4vw, 0.8rem);
  }
  
  .basal-texts li {
        font-size: clamp(0.75rem, 4vw, 0.8rem);
  }
  
  .single-tooth-name h4,
  .multiple-teeth-name h4,
  .all-mouth-name h4 {
        font-size: clamp(0.9rem, 5vw, 1rem);
  }
  
  .single-tooth-info p,
  .multiple-teeth-info p,
  .all-mouth-info p {
        font-size: clamp(0.75rem, 4vw, 0.8rem);
  }
  
  .conventional-implants-section h2 {
        font-size: clamp(1.1rem, 5vw, 1.2rem);
  }
  
  .conventional-texts-container p {
        font-size: clamp(0.75rem, 4vw, 0.8rem);
  }
  
  .advantage-title {
        font-size: clamp(1.1rem, 5vw, 1.2rem);
  }
  
  .advantage p {
        font-size: clamp(0.75rem, 4vw, 0.8rem);
  }
}

/* ============================================================================= Floating Elements & Mobile Optimizations =========================================================================== */

/* Ensure floating phone and WhatsApp buttons don't interfere with content */
#contact-btn .phn-no {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  padding: 10px 15px;
  background: linear-gradient(45deg, #8B4513, #A0522D);
  color: white;
  border: none;
  border-radius: 25px;
  font-size: clamp(0.8rem, 2vw, 1rem);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

#contact-btn .phn-no:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  background: linear-gradient(45deg, #A0522D, #8B4513);
}

.whatsapp-no {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-no a {
  display: block;
  font-size: clamp(3rem, 6vw, 5rem);
  color: #25D366;
  transition: all 0.3s ease;
}

.whatsapp-no a:hover {
  transform: scale(1.1);
}

/* Footer Responsive Adjustments */
footer {
  background: #333;
  color: white;
  padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 4vw, 2rem);
}

.last-container {
  max-width: 1200px;
  margin: 0 auto;
}

.first-footer-section {
  text-align: center;
  margin-bottom: clamp(1rem, 3vw, 2rem);
}

.first-footer-section p {
  margin: 0.5rem 0;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
}

.second-footer-section {
  text-align: center;
}

.second-footer-section p {
  margin: 1rem 0;
  line-height: 1.6;
  font-size: clamp(0.8rem, 1.8vw, 1rem);
}

#add1 {
  font-size: clamp(0.7rem, 1.5vw, 0.9rem);
  opacity: 0.8;
}

#address span {
  font-weight: bold;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
}

/* Mobile Specific Adjustments */
@media (max-width: 768px) {
  /* Adjust floating buttons for mobile */
  #contact-btn .phn-no {
    bottom: 15px;
    right: 15px;
    padding: 8px 12px;
  }
  
  .whatsapp-no {
    bottom: 65px;
    right: 15px;
  }
  
  /* Hide background attachment on mobile for better performance */
  .dental-implants-wrapper {
    background-attachment: scroll;
  }
  
  /* Ensure no horizontal scrolling */
  body {
    max-width: 100vw;
  }
  
  /* Footer adjustments */
  .first-footer-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  /* Adjust floating buttons for very small screens */
  #contact-btn .phn-no {
    font-size: 0.7rem;
    padding: 6px 10px;
  }
}

/* Performance optimization - reduce animations on mobile */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .dental-implants-title h3,
  .dental-implants-sub-title p {
    text-shadow: 2px 2px 0 #000;
  }
}

/* Print styles */
@media print {
  .whatsapp-no,
  #contact-btn {
    display: none !important;
  }
  
  body {
    background: white !important;
    color: black !important;
  }
  
  .dental-implants-wrapper {
    background: none !important;
  }
}

@media (max-width: 768px) {
    .dental-implants-main-section {
        padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 3vw, 1.5rem);
    }
    
    .dental-implants-before-after-container {
        flex-direction: row;
        gap: clamp(1rem, 2vw, 1.5rem);
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .dental-implants-before-container,
    .dental-implants-after-container {
        width: calc(50% - clamp(0.5rem, 1vw, 0.75rem));
        min-width: 250px;
        max-width: 300px;
    }
    
    .dental-implants-before-images-content,
    .dental-implants-after-images-content {
        height: clamp(200px, 35vh, 280px);
    }
    
    .dental-implants-label {
        font-size: clamp(0.9rem, 2.5vw, 1.1rem);
        padding: clamp(0.4rem, 1.2vw, 0.8rem) clamp(0.8rem, 2vw, 1.5rem);
    }
}

@media (max-width: 480px) {
    .dental-implants-main-section {
        padding: clamp(1rem, 3vw, 1.5rem) clamp(0.8rem, 2.5vw, 1rem);
    }
    
    .dental-implants-before-after-container {
        gap: clamp(0.8rem, 1.5vw, 1rem);
    }
    
    .dental-implants-before-container,
    .dental-implants-after-container {
        width: calc(50% - clamp(0.4rem, 0.75vw, 0.5rem));
        min-width: 200px;
        max-width: 250px;
    }
    
    .dental-implants-before-images-content,
    .dental-implants-after-images-content {
        height: clamp(180px, 30vh, 250px);
    }
    
    .dental-implants-label {
        font-size: clamp(0.8rem, 2vw, 1rem);
        padding: clamp(0.3rem, 1vw, 0.6rem) clamp(0.6rem, 1.5vw, 1.2rem);
    }
}

/* Video placeholder styles for lazy loading */
.video-placeholder {
  position: relative;
  width: 100%;
  height: clamp(200px, 40vw, 250px);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  background-color: #000;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-placeholder:hover .video-thumbnail {
  transform: scale(1.05);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
  z-index: 2;
}

.video-placeholder:hover .play-button {
  background-color: rgba(255, 0, 0, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-placeholder.loaded {
  background-color: transparent;
}

.video-placeholder.loaded .play-button,
.video-placeholder.loaded .video-thumbnail {
  display: none;
}

.people-slider-wrapper .swiper-button-next:hover,
.people-slider-wrapper .swiper-button-prev:hover,
.people-slider-wrapper .swiper-button-next:active,
.people-slider-wrapper .swiper-button-prev:active {
    background-color: #8B4513;
    color: white;
    transform: none !important;
    animation: none !important;
}
/* ==============================================================================-FIXED SWIPER NAVIGATION - NO CLICK ANIMATION-=========================================================================== */

/* Enhanced Swiper Navigation - Fixed Positioning */
.swiper-button-next,
.swiper-button-prev {
  width: clamp(3rem, 8vw, 4rem);
  height: clamp(3rem, 8vw, 4rem);
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  color: #8B4513;
  /* REMOVED: transition that was causing click animation */
  /* transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; */
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(139, 69, 19, 0.1);
  /* Add only background transition for smooth hover effect */
  /* transition: background-color 0.2s ease; */
}

/* FIXED: Hover effect without transform animations */

  /* REMOVED: box-shadow and border-color transitions that cause animation */
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border-color: rgba(139, 69, 19, 0.3); */


/* FIXED: Prevent any transform or scale effects on active/focus states */



/* FIXED: Specific override for people slider wrapper */
.people-slider-wrapper .swiper-button-next,
.people-slider-wrapper .swiper-button-prev {
  /* Remove any inherited transitions */
  transition: background-color 0.2s ease;
}

.people-slider-wrapper .swiper-button-next:hover,
.people-slider-wrapper .swiper-button-prev:hover {
  background-color: #8B4513;
  color: white;
}

/* CRITICAL FIX: Override any transform animations on click/active */
.people-slider-wrapper .swiper-button-next:hover,
.people-slider-wrapper .swiper-button-prev:hover,
.people-slider-wrapper .swiper-button-next:active,
.people-slider-wrapper .swiper-button-prev:active {
  background-color: #8B4513;
  color: white;
  transform: none !important; /* This was already correct */
  animation: none !important; /* This was already correct */
  box-shadow: none !important; /* Add this to prevent shadow animation */
}

/* FIXED: Video placeholder play button - remove scale animation */
.video-placeholder {
  position: relative;
  width: 100%;
  height: clamp(200px, 40vw, 250px);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  background-color: #000;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* REMOVED: transition that could cause animation */
  /* transition: transform 0.3s ease; */
}

/* FIXED: Remove hover transform that can interfere with click */
.video-placeholder:hover .video-thumbnail {
  /* REMOVED: transform: scale(1.05); */
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  /* SIMPLIFIED: Only background transition, no transform */
  transition: background-color 0.3s ease;
  z-index: 2;
}

/* FIXED: Remove scale transform on hover */
.video-placeholder:hover .play-button {
  background-color: rgba(255, 0, 0, 1);
  /* REMOVED: transform: translate(-50%, -50%) scale(1.1); */
}

/* FIXED: Remove any click/active animations */
.video-placeholder:active .play-button,
.play-button:active {
  transform: translate(-50%, -50%) !important;
  animation: none !important;
}

/* ==============================================================================-RESPONSIVE SWIPER FIXES-=========================================================================== */

@media (max-width: 1024px) {
  .people-main-section .people-slider-wrapper {
    padding: 0 clamp(3.5rem, 8vw, 5rem);
  }

  /* .swiper-button-next,
  .swiper-button-prev {
    width: clamp(2.8rem, 7vw, 3.5rem);
    height: clamp(2.8rem, 7vw, 3.5rem);
   
    transition: none;
  } */
}

@media (max-width: 768px) {
  /* .swiper-button-next,
  .swiper-button-prev {
    width: clamp(2.5rem, 12vw, 3.5rem);
    height: clamp(2.5rem, 12vw, 3.5rem);
    top: 50%;
    transform: translateY(-50%);
  
    transition: none !important;
  } */

  /* .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: clamp(0.9rem, 4vw, 1.1rem);
  } */

  /* Mobile specific - no hover effects */
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.95);
    color: #8B4513;
  }
}

@media (max-width: 480px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: clamp(2rem, 15vw, 3rem);
    height: clamp(2rem, 15vw, 3rem);
    transition: none !important;
  }

  /* .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: clamp(0.8rem, 5vw, 1rem);
  } */
}

/* ==============================================================================-GLOBAL ANIMATION DISABLE FOR BUTTONS-=========================================================================== */

/* Prevent any button animations that might interfere */
button.swiper-button-next,
button.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev {
  animation: none !important;
  transform-origin: center center !important;
}

/* Disable focus animations */
.basal-slider-container .swiper-button-next:focus,
.basal-slider-container .swiper-button-prev:focus {
  animation: none !important;
  transform: none !important;
  outline: none;
}

/* Disable active state animations */
.basal-slider-container .swiper-button-next:active,
.basal-slider-container .swiper-button-prev:active {
  animation: none !important;
  transform: none !important;
}
