/* ================================== SMILE MAKEOVER PAGE ================================== */

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* ---------- Wrapper Page ---------- */
.smile-makeover-section {
  min-height: 90vh;
  width: 100%;
  margin-top: clamp(50px, 6vw, 7vh);
  background-color: #c0b9b2;
}
.smile-text-container{
  margin-bottom: 17px;

}

.smile-makeover-main-container {
  min-height: 100vh;
  width: 100%;
  background-color: #c0b9b2;
  margin-top: clamp(50px, 6vw, 7vh);
  display: flex;
  align-items: center;
  justify-content: center;
}

.smile-makeover-text-part {
  height: 100%;
  width: clamp(300px, 60%, 60%);
}

.smile-makeover-text-part .sm-text-bg {
  height: clamp(300px, 60vh, 60vh);
  width: clamp(250px, 70%, 70%);
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.5)), center no-repeat;
  margin-top: clamp(10%, 20%, 20%);
  margin-left: clamp(2%, 5%, 5%);
}

.smile-makeover-wrapper {
  width: 100%;
  height: 100vh;
  top: -10%;
  background: linear-gradient(rgba(0,0,0, 0.2), rgba(0,0,0,0.1)), url(pic-2-sm.jpeg) center no-repeat;
  background-size: cover;
  position: relative;
}

.smile-makeover-heading h3 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-left: clamp(2%, 5%, 5%);
  color: white;
  font-weight: 500;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 0.1rem;
}

.smile-makeover-sub-heading p {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-family: 'SangBleu Kingdom Light, Georgia', serif;
  letter-spacing: 0.12rem;
  color: white;
  font-weight: 500;
  width: clamp(80%, 90%, 90%);
  margin: 30px;
  
}

.contact-btn{
  background-color: transparent;
  color: white;
  border: 2px solid white;
  height: 50px ;
  width: 160px;
  border-radius: 5px;
  margin-left: 30px;

}



/* ---------- Before-After Section ---------- */
.before-after-pics-section {
  background-color: #f8f6f3;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 2rem);
  overflow-x: hidden;
}

/* rest of your before-after styles remain same... */

/* ==============================================================================-TESTIMONIALS SECTION-=========================================================================== */

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

.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 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

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

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

