.facelift-main-content {
  background: #000 !important;
  color: #fff;
  padding: 80px 0;
}
.facelift-main-content p {
  text-align: justify;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
/* Main Title Styles */
.facelift-title {
  color: #d8c18f;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
/* Content Container */
.facelift-content {
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #e0e0e0;
}
.facelift-content p {
  margin-bottom: 30px;
}
.facelift.consultation-btn:hover {
  background: transparent;
  color: #d4af37;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
}
/* Facelift Candidacy Section */
.candidacy-section {
  background: #000;
  color: #fff;
  padding: 80px 0;
}
.candidacy-title {
  color: #d8c18f;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}
.candidacy-list ul{
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style: auto;
  padding-left: 40px;
    margin-top: 10px;
}

.candidacy-item ul li {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #e0e0e0;
}

.candidacy-conclusion p {
  margin: 0;
  margin-top: 30px;
  line-height: 1.7;
  color: #f0f0f0;
}
/* Before & After Photos Section */
.before-after-section {
  background: #000;
  padding: 80px 0;
  position: relative;
}
.before-after-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border: 3px solid;
  padding: 20px 20px;
}
.ba-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #d4af37;
  border: 2px solid #d4af37;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  z-index: 10;
}
.ba-prev {
  left: -80px;
}
.ba-next {
  right: -80px;
}
.ba-nav-btn:hover {
  background: #000;
  transform: translateY(-50%) scale(1.1);
}
.before-after-title {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.before-after-gallery {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
}
.ba-image-card {
  position: relative;
  background: #000;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.ba-image-item {
  position: relative;
}
.ba-description ul {
    display: flex;
    flex-direction: column;
    text-align: left;
    list-style: decimal;
    padding-left: 20px;
    margin: 10px 0px;
    gap: 3px;
}
.ba-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 5;
}
.ba-photo {
  width: 100%;
}
.ba-procedure-details {
  background: #d4af37;
  color: #000;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ba-procedure-text {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
}
.ba-age {
  font-size: 1rem;
  font-weight: 700;
}
.ba-lightning-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #d4af37;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.ba-description {
  flex: 1;
  text-align: center;
  margin-top: 80px;
}
.ba-description p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #d8c18f;
  margin: 0;
  font-weight: 500;
}
.ba-description p a {
  color: #fff;
}
.before-after-container .ba-prev {
  left: 40px;
  top: 60px;
}
.before-after-container .ba-next {
  right: 40px;
  top: 60px;
}
.ba-action-buttons {
  display: flex;
  justify-content: center;
  /* position: absolute; */
  /* bottom: 20px; */
  gap: 40px;
  left: 0;
  right: 0;
  margin-top: 20px;
}
.ba-btn {
  padding: 1px 41px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  
  color: #d8c18f !important;
}
/* Overall Face Lift Rating Section */
.rating-section {
  background: #f5e4bc;
  padding: 20px 0;
  position: relative;
}
.rating-title {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}
.rating-carousel-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
/* Navigation Buttons */
.rating-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: 3px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.4s ease;
  z-index: 100;
}
.rating-prev {
  left: 10px;
}
.rating-next {
  right: 10px;
}
.rating-nav-btn:hover {
  color: #d4af37;
  transform: translateY(-50%) scale(1.2);
}
.rating-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}
.rating-nav-btn i {
  font-weight: 900;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
/* Arrow animation on click */
.rating-nav-btn:active i {
  transform: scale(0.8);
}
/* Pulse animation for arrows */
@keyframes pulse-arrow {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.05);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
.rating-nav-btn:not(:hover) {
  animation: pulse-arrow 3s ease-in-out infinite;
}
/* Navigation Labels */
.nav-labels {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
}
.nav-label {
  position: absolute;
  top: -25px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
  opacity: 0;
  transition: all 0.3s ease;
}
.nav-label-left {
  left: -80px;
  transform: translateX(-50%);
}
.nav-label-right {
  right: -80px;
  transform: translateX(50%);
}
.rating-nav-btn:hover + .nav-labels .nav-label,
.rating-carousel-container:hover .nav-label {
  opacity: 1;
}
/* Rating Cards */
.rating-carousel-container {
    position: relative;
    overflow: hidden;
    margin: 0 70px;
    padding: 10px 3px;
    padding-top: 40px;
}
.rating-cards-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin-bottom: 10px;
  gap: 25px;
}
.rating-cards-wrapper-main{
 flex: 0 0 48%;
}
.rating-card {
 background: #fff;
    padding: 40px 20px;
  position: relative;
   min-height: 340px;
    min-width: 0;
    transition: transform 0.3s ease;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.rating-card-img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -42px;
    margin: auto;
    border: 2px solid #cdcdcd;
    left: 0;
    right: 0;
    margin: auto;
}
.rating-card-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.star-icon {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
    margin-bottom: 67px;
}
.rating-card-header {
  margin-bottom: 5px;
  margin-top: 39px;
}
.rating-card-header h3 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
      margin: 0 0 20px;
}
.rating-card-content {
  background: transparent;
}
.rating-card-content p {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
 
}
/* View All Button */
.view-all-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.view-all-btn {
  background: transparent;
  color: #333 !important;
  border: 2px solid #333;
  padding: 0px 25px;
  width: 150px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  line-height: 22px;
  text-align: center;
}
.view-all-btn:hover {
  background: #333;
  color: #d4af37;
  transform: translateY(-2px);
}
/* Rating Slide Indicators */
.rating-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 10px;
}
.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.indicator.active {
  background: #333;
  transform: scale(1.2);
}
.indicator:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  p:last-child {
    margin-bottom: 0;
  }
}
/* Content Styling */
.facelift-main-content p {
  position: relative;
}
/* Smooth Animations */
.facelift-main-content {
  animation: fadeIn 1.5s ease-out;
}
/* ON THIS PAGE Section */
.on-this-page-section {
  background: linear-gradient(99deg, #6E3C1B -0.69%, #F8BE3B 25.87%, #e9ce8f 49.66%, #efb93f 70.39%, #6E3C1B 109.99%);
  padding: 30px 0;
  position: relative;
}
/* .on-this-page-section .container {
  max-width: 840px;
  margin: 0 auto;
} */
.on-this-page-title {
  font-size: 2rem;
  font-weight: 800;
  color: #333;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.on-this-page-divider {
  width: 100%;
  height: 3px;
  background: #333;
  margin: 0 auto 20px;
}
.page-navigation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 30px;
  /* max-width: 800px; */
  margin: 0 auto;
}
.page-nav-item {
  display: flex;
  align-items: center;
  padding: 2px 0;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
.page-nav-item:hover ,
.page-nav-item:focus{
  color: #000 !important;
  border-bottom-color: #000 !important;
}
.page-nav-item:focus span {
    color: #393737 !important
}
.page-nav-text {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.middle-line {
  width: 50px;
  height: 1.3px;
  display: none;
  background: #333;
  position: relative;
  left: 2px;
}
.page-nav-arrow {
  font-size: 1.5rem;
  display: none;
  position: relative;
  transition: transform 0.3s ease;
}
.page-nav-arrow:after {
  position: absolute;
  left: 0;
  content: "";
  height: 25px;
  width: 25px;
  border: 1px solid #797979;
  border-radius: 100%;
  top: 2px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* Enhanced Responsive Design */
@media (max-width: 768px) {
  .facelift-main-content {
    padding: 40px 0 !important;
  }
  .facelift-title {
    font-size: 2rem !important;
    letter-spacing: 1px !important;
  }
  .facelift-content {
    font-size: 1rem !important;
  }
 
  /* ON THIS PAGE Responsive */
  .on-this-page-title {
    font-size: 2rem !important;
    margin-bottom: 30px;
  }
  .page-navigation-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-nav-text {
    font-size: 1rem;
  }
  .on-this-page-section {
    padding: 40px 0;
  }
}
/* What to Expect Section Styles */
.what-to-expect-section {
  background: #1a1a1a;
  color: #fff;
  padding: 80px 0 40px;
  position: relative;
}
.expect-title {
  color: #d8c18f;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.3;
}
.expect-subtitle {
  color: #d8c18f;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.expect-subsection p {
  color: #e0e0e0;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
}
.expect-list ul{
  margin-left: 20px;
   display: flex;
 gap: 12px;
 flex-direction: column;
 list-style: auto;
  font-size: 1.1rem;
  align-items: baseline;
}


.expect-list ul li {
  color: #d8c18f;
  margin: 0;
  line-height: 1.5;
}
/* Images Section */
.expect-images {
  position: relative;
  padding-left: 20px;
}
.main-ba-image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}
.ba-main-img {
  width: 100%;
  height: auto;
  display: block;
}
.ba-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #d4af37;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.badge-icon {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}
.bottom-ba-container {
  background: #2a2a2a;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.ba-comparison-card {
  position: relative;
}
.ba-card-header {
  text-align: center;
  margin-bottom: 15px;
  color: #d4af37;
  font-size: 0.9rem;
  font-weight: 600;
}
.ba-card-header span {
  display: block;
  line-height: 1.3;
}
.ba-images-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}
.ba-single-image {
  text-align: center;
}
.ba-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 8px;
}
.ba-label {
  color: #ccc;
  font-size: 0.8rem;
  font-weight: 500;
}
.ba-age-badge {
  position: absolute;
  bottom: -10px;
  right: 15px;
  background: #d4af37;
  padding: 8px 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.age-icon {
  color: #000;
  font-weight: 700;
}
.age-text {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
}
/* Benefits Section Styles */
.benefits-section {
  background: #000000;
  color: #fff;
  padding: 80px 0 30px;
  position: relative;
}
.benefits-section .container {
  max-width: 1000px;
}
.benefits-content {
  padding-right: 40px;
}
.benefits-title {
  color: #d4af37;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}
.benefits-intro {
  margin-bottom: 20px;
}
.benefits-text {
  color: #e0e0e0;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
}
.benefits-list ul{
    display: flex;
    flex-direction: column;
    list-style: auto;
    gap: 2px;
    padding-left: 20px;
}
/* .benefits-number {
  color: #d8c18f;
  width: auto;
  margin-right: 2px;
} */
.benefits-list ul li {
  color: #e0e0e0;
  margin-bottom: 2px;
  line-height: 1.5;
}
.benefits-conclusion {
  margin-top: 20px;
}
/* Benefits Image Section */
.benefits-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
.benefits-main-image {
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  max-width: 400px;
}
.benefits-img {
  width: 100%;
  height: auto;
  display: block;
}
.benefits-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #d4af37;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.benefits-badge-icon {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}
/* How Facelift Surgery is Performed Section */
.how-performed-section {
  background: #1a1a1a;
  color: #fff;
  padding: 40px 0 40px;
  position: relative;
}
.how-performed-content {
  padding-right: 40px;
}
.how-performed-title {
  color: #d4af37;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}
.how-performed-text p {
  color: #e0e0e0;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}
/* How Performed Image Section */
.how-performed-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
}
.performed-ba-card {
}
.ba-card-labels {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 15px 10px 15px;
  background: #1a1a1a;
  border-radius: 12px 12px 0 0;
}
.ba-label-left {
  color: #d4af37;
  font-size: 1rem;
  font-weight: 600;
}
.ba-label-right {
  text-align: right;
}
.ba-label-main {
  color: #d4af37;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}
.ba-label-sub {
  color: #ccc;
  font-size: 0.8rem;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}
.ba-image-left,
.ba-image-right {
  position: relative;
}
.performed-ba-img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.performed-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #d4af37;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.performed-badge-icon {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}
/* Consultation Button */
.consultation-btn-container {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* .consultation-btn {
  display: inline-block;
  color: #d8c18f !important;
  padding: 3px 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #d8c18f;
}
.consultation-btn:hover {
  background: transparent;
  color: #d4af37;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
} */
#videoShow .modal-lg{
  max-width: 500px;
}
video#modalVideo {
    height: 400px;
}
@media (max-width: 768px) {
  .what-to-expect-section {
    padding: 50px 0;
  }
  .expect-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .expect-images {
    padding-left: 0;
  }
  .expect-title {
    font-size: 1.8rem;
  }
  .ba-images-row {
    gap: 10px;
  }
  .ba-img {
    height: 100px;
  }
  /* Benefits Section Responsive */
  .benefits-section {
    padding: 50px 0;
  }
  .benefits-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .benefits-image-container {
    padding-left: 0;
  }
  .benefits-title {
    font-size: 1.8rem;
  }
  /* How Performed Section Responsive */
  .how-performed-section {
    padding: 50px 0;
  }
  .how-performed-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .how-performed-image-container {
    padding-left: 0;
  }
  .how-performed-title {
    font-size: 1.8rem;
  }
  .performed-ba-img {
    /* height: 200px; */
  }
  /* Candidacy Section Responsive */
  .candidacy-section {
    padding: 60px 0;
  }
  .candidacy-title {
    font-size: 1.9rem;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .candidacy-item p {
    font-size: 1rem;
  }

  .candidacy-conclusion p {
    font-size: 1.1rem;
  }
  /* Before & After Section Responsive */
  .before-after-section h2 {
    font-size: 2.5rem;
  }
  .ba-photos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .ba-photo-item {
    padding: 20px;
  }
  .ba-label {
    font-size: 1.1rem;
    padding: 10px 15px;
  }
  /* Rating Section Responsive */
  .rating-section {
    padding: 40px 0;
  }
  .rating-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .rating-carousel-container {
    margin: 0 50px;
  }
  .rating-nav-btn {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
 
  .nav-label {
    font-size: 0.6rem;
  }
  .rating-card {
    flex: 0 0 100%;
  }
  video#modalVideo {
    height: 280px;
}
}
@media (max-width: 480px) {
  .facelift-title {
    font-size: 1.5rem !important;
    margin-bottom: 30px;
  }
  .facelift-content {
    font-size: 0.9rem !important;
  }
  .facelift-main-content {
    padding: 30px 0 !important;
  }
  .what-to-expect-section {
    padding: 40px 0;
  }
  .expect-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .expect-subsection p {
    font-size: 0.9rem;
  }
  .ba-images-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .ba-age-badge {
    bottom: -5px;
    right: 10px;
    padding: 6px 12px;
  }
  /* Benefits Section Mobile */
  .benefits-section {
    padding: 40px 0;
  }
  .benefits-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .benefits-text {
    font-size: 0.9rem;
  }
  .benefits-main-image {
    max-width: 100%;
  }
  /* Candidacy Section Mobile */
  .candidacy-section {
    padding: 40px 0;
  }
  .candidacy-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding: 0 15px;
    line-height: 1.3;
  }
  .candidacy-conclusion p {
    font-size: 1rem;
  }
  /* Before & After Section Mobile */
  .before-after-section {
    padding: 40px 0;
  }
  .before-after-section h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .ba-photos-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }
  .ba-photo-item {
    padding: 15px;
  }
  .ba-photo-item img {
    height: 250px;
  }
  .ba-label {
    font-size: 1rem;
    padding: 8px 12px;
  }
  /* How Performed Section Mobile */
  .how-performed-section {
    padding: 0px 0 40px;
  }
  .how-performed-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .how-performed-text p {
    font-size: 0.9rem;
  }
  .performed-ba-card {
    max-width: 100%;
  }
  .performed-ba-img {
      width: 100%;
      height: auto;
  }
  .ba-card-labels {
    padding: 10px;
  }
  .consultation-btn {
    width: 100%;
    padding: 15px 20px;
  }
  /* Rating Section Mobile */
  .rating-section {
    padding: 30px 0;
  }
  .rating-title {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .rating-card-content p {
    font-size: 0.9rem;
  }
  .view-all-btn {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }
  .rating-carousel-container {
    margin: 0 30px;
    padding: 10px 0px;
  }
  .rating-nav-btn {
   width: 35px;
        height: 35px;
        font-size: 1rem;
  }
  
  .nav-labels {
    display: none;
    /* Hide labels on mobile */
  }
  .rating-card-header h3 {
    font-size: 1rem;
    margin: 0 0 10px;
}


.rating-card-img{
  height: 80px;
    width: 80px;
}
  .rating-cards-wrapper{
    gap: 0px;
  }
  .rating-cards-wrapper-main{
   flex: 0 0 100%;
   padding: 0 13px;
  }
  .rating-card {
 
    padding: 20px 11px;
  }
  .rating-indicators {
    margin: 15px 0 5px;
  }
  .indicator {
    width: 10px;
    height: 10px;
  }
}
/* Rhytidectomy Procedure Section */
.rhytidectomy-procedure-section {
  color: #fff;
  background: #000;
}
/* Booking Form Styles */
.appointment-booking-form {
  background: #1a1a1a;
  padding: 16px 40px;
}
.appointment-booking-form .heading {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.booking-title {
  color: #d4af37;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.booking-form .form-group {
  margin-bottom: 20px;
}
.booking-form .form-control {
  background: #2a2a2a;
  border: 1px solid #d4af37;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  font-weight: normal;
}
.booking-form .form-control::placeholder {
  color: #aaa;
}
.booking-form textarea.form-control {
  resize: vertical;
  min-height: 50px;
}
.consent-group {
  margin: 25px 0;
}
.consent-checkbox {
  display: flex;
  align-items: flex-start;
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.4;
  cursor: pointer;
}
.consent-checkbox input[type="checkbox"] {
  display: none;
}
.checkmark {
  width: 20px;
  height: 20px;
  background: #2a2a2a;
  border: 2px solid #d4af37;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease;
}
.consent-checkbox input[type="checkbox"]:checked + .checkmark {
  background: #d4af37;
}
.consent-checkbox input[type="checkbox"]:checked + .checkmark:after {
  content: "✓";
  position: absolute;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recaptcha-group {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.submit-btn {
  /* background-color: #d19531 !important; */
  font-size: 18px;
  font-family: "Garet Book";
  color: #000 !important;
  border-radius: 5px;
  padding: 25px 46px !important;
  line-height: 0px !important;
  background: linear-gradient(
    99deg,
    #6e3c1b -0.69%,
    #f8be3b 25.87%,
    #e9ce8f 49.66%,
    #efb93f 70.39%,
    #6e3c1b 109.99%
  );
}
/* Procedure Information Styles */
.procedure-title {
  color: #d4af37;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.3;
}
.procedure-content {
  color: #e0e0e0;
  font-size: 1.1rem;
  line-height: 1.8;
}
.procedure-content p {
  margin-bottom: 14px;
  text-align: justify;
}
.procedure-content strong {
  color: #fff;
  font-weight: 600;
}
/* Responsive Styles for Procedure Section */
@media (max-width: 991px) {
  .rhytidectomy-procedure-section {
    padding: 60px 0;
  }
  .procedure-info {
    margin-left: 0;
    margin-top: 30px;
  }
  .procedure-title {
    font-size: 1.8rem;
  }
  .appointment-booking-form {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .rhytidectomy-procedure-section {
    padding: 40px 0;
  }
  .procedure-title {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .procedure-content {
    font-size: 1rem;
  }
  .appointment-booking-form {
    padding: 25px 15px;
  }
  .booking-title {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  .booking-form .form-control {
    padding: 12px;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .rhytidectomy-procedure-section {
    padding: 30px 0;
  }
  .procedure-info {
    padding: 25px 20px;
  }
  .procedure-title {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .procedure-content {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .appointment-booking-form {
    padding: 20px 15px;
  }
  .submit-btn {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
/* Right Candidate Section */
.right-candidate-section {
  background: url("../images/service/banner-image.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.right-candidate-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 26, 26, 0.9),
    rgba(0, 0, 0, 0.8)
  );
  z-index: 1;
}
.candidate-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 20px;
}
.candidate-title {
  color: #d8c18f;
  font-size: 1.8rem;
  margin-bottom: 30px;
  line-height: 1.3;
  letter-spacing: 1px;
}
.candidate-text {
  margin-bottom: 40px;
}
.candidate-text p {
  color: #e0e0e0;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: justify;
  
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 300;
}
.candidate-cta {
  margin-top: 40px;
}
/* Responsive Styles for Candidate Section */
@media (max-width: 991px) {
  .right-candidate-section {
    padding: 80px 0;
  }
  .candidate-title {
    font-size: 2.2rem;
  }
  .candidate-text p {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .right-candidate-section {
    padding: 60px 0;
    background-attachment: scroll;
  }
  .candidate-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .candidate-text p {
    font-size: 1rem;
    line-height: 1.6;
   
  }
  .candidate-content {
    padding: 0 15px;
  }
  .consultation-btn {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .right-candidate-section {
    padding: 50px 0;
  }
  .candidate-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .candidate-text p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .candidate-cta {
    margin-top: 30px;
  }
  .consultation-btn {
    padding: 10px 25px;
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
}
/* Facelift Videos Section */
.facelift-videos-section {
  background: #000;
  color: #fff;
  padding: 80px 0;
  border: 8px solid #d4af37;
  margin: 0;
}
.videos-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
.nav-arrow {
  background: #d4af37;
  color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 30px;
}
.nav-arrow:hover {
  background: #f4d03f;
  transform: scale(1.1);
}
.nav-arrow i {
  font-size: 1.2rem;
  font-weight: bold;
}
.videos-title {
  color: #d8c18f;
  font-size: 1.8rem;

  text-align: center;
  margin: 0;
  flex: 1;
  letter-spacing: 1px;
}
.videos-gallery {
  max-width: 1200px;
  margin: 0 auto;
}
.videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  margin-bottom: 40px;
}
.featured-video {
  grid-row: 1 / 3;
  grid-column: 1 / 1;
}
.video-item {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-item {
    display: none;
}
.slider-item.active {
    display: block;
}
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 180px;
}
.featured-video .video-container {
  min-height: 380px;
}
.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(212, 175, 55, 0.9);
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  z-index: 3;
}
.featured-video .play-button {
  width: 80px;
  height: 80px;
  font-size: 2rem;
}

.featured-video .video-overlay {
  padding: 50px 25px 25px;
}
.video-info h3 {
  color: #d8c18f;
  font-size: 1rem;

  margin: 18px 0px;
  line-height: 1.3;
  text-align: center;
}
.featured-video .video-info h3 {
  font-size: 1.3rem;
}
.featured-video .video-info h3 a{
  color: #d8c18f;
}
.video-info p {
  color: #ccc;
  font-size: 0.9rem;
  margin: 0;
}
.featured-video .video-info p {
  font-size: 1rem;
}
.videos-footer {
  text-align: right;
  margin-top: 0;
}
.view-details-btn {
  display: inline-block;
  background: transparent;
  color: #d8c18f;
  border: 2px solid #d8c18f;
  padding: 2px 24px;
  text-decoration: none;
  font-size: 1rem;

  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.view-details-btn:hover {
  background: #d4af37;
  color: #000;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
}

.slider-prev.disabled,
.slider-next.disabled{
  opacity: 0;
}
/* Responsive Styles for Videos Section */
@media (max-width: 1024px) {
  .videos-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .featured-video {
    grid-column: 1 / 3;
    grid-row: 1 / 1;
  }
  .videos-title {
    font-size: 1.8rem;
  }
 
}
@media (max-width: 768px) {
  .facelift-videos-section {
    padding: 60px 0;
  }
  .videos-header {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .videos-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
    order: 1;
  }
 
  .videos-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .featured-video {
    grid-column: 1 / 1;
    grid-row: auto;
  }
  .video-container {
    min-height: 250px;
  }
  .featured-video .video-container {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .facelift-videos-section {
    padding: 40px 0;
    border-width: 2px;
  }
  .videos-title {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .videos-header .nav-prev {
    position: absolute;
    left: 0;
    top: 30px;
}

.videos-header .nav-next {
    position: absolute;
    right: 0;
    top: 30px;
}
  .nav-arrow {
    width: 35px;
    height: 35px;
  }
  .nav-arrow i {
    font-size: 1rem;
  }
  .video-container {
    min-height: 200px;
  }
  .featured-video .video-container {
    min-height: 250px;
  }
  .play-button {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  .featured-video .play-button {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .lightning-badge {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
  .view-details-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}
/* Recovery and Results Section */
.recovery-results-section {
  background: url("../images/service/banner-image.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  padding: 80px 0;
  position: relative;
}
.recovery-results-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(42, 42, 42, 0.8),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 1;
}
.recovery-content,
.results-content {
  position: relative;
  z-index: 2;
  padding: 0px 40px;
}
.recovery-title,
.results-title {
  color: #d8c18f;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.3;
  text-align: center;
}
.recovery-text,
.results-text {
  color: #e0e0e0;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
.recovery-text > p,
.results-text > p {
  
  text-align: justify;
}
.results-text strong {
  color: #fff;
  font-weight: 600;
}
.timeline-item h4 {
  margin: 0;
  font-size: 1rem;
}
.timeline-item p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
}
.recovery-note {
  background: linear-gradient(
    45deg,
    rgba(212, 175, 55, 0.1),
    rgba(244, 208, 63, 0.1)
  );
  padding: 25px;
  border-radius: 10px;
  border: 2px solid rgba(212, 175, 55, 0.3);
  margin-top: 30px;
}
.recovery-note p {
  color: #f0f0f0;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  font-style: italic;
}
.results-cta {
  margin-top: 10px;
  text-align: right;
}
/* .request-consultation-btn {
  display: inline-block;
  border: none;
  padding: 4px 25px;
  text-decoration: none;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;

  transition: all 0.3s ease;
  border: 2px solid #d8c18f;
  color: #d8c18f  !important;
} */

/* Responsive Styles for Recovery and Results Section */
@media (max-width: 991px) {
  .recovery-results-section {
    padding: 60px 0;
  }

  .recovery-title,
  .results-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .recovery-results-section {
    padding: 50px 0;
    background-attachment: scroll;
  }

  .recovery-title,
  .results-title {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .recovery-text,
  .results-text {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  .timeline-item h4 {
    font-size: 1.1rem;
  }
  .timeline-item p {
    font-size: 0.9rem;
    text-align: left;
  }
  .recovery-note {
    padding: 20px;
    margin-top: 25px;
  }
  .recovery-note p {
    font-size: 0.95rem;
  }
  .request-consultation-btn {
    padding: 12px 25px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .recovery-results-section {
    padding: 40px 0;
  }
  .recovery-content,
  .results-content {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .recovery-title,
  .results-title {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
  }
   .results-text h2{
    font-weight: bold;
   }
  .recovery-text,
  .results-text {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .timeline-item {
    padding: 10px 0px;
    
  }
  .timeline-item h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .timeline-item p {
    font-size: 0.85rem;
  }
  .recovery-note {
    padding: 15px;
    margin-top: 20px;
  }
  .recovery-note p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .results-cta {
    margin-top: 30px;
    text-align: center;
  }
  .request-consultation-btn {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}
/* Personal Consultation Section */
.personal-consultation-section {
  background: #000;
  color: #fff;
  padding: 80px 0;
  position: relative;
}
.consultation-content {
  padding-right: 40px;
}
.consultation-title {
  color: #d8c18f;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.3;
}
.consultation-intro {
  margin-bottom: 40px;
}
.consultation-intro p {
  color: #e0e0e0;
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: justify;
  margin: 0;
}
.consultation-steps {
  margin-bottom: 40px;
}
.consultation-steps ul{
  display: flex;
  align-items: baseline;
  flex-direction: column;
    list-style: auto;
  padding-left: 20px;
  gap: 5px;
}

.consultation-steps ul li {
  color: #e0e0e0;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;

  text-align: justify;
}
.consultation-conclusion p {
  color: #d8c18f;
  line-height: 1.7;
  margin: 0;
  text-align: center;
}
.doctor-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.doctor-frame {
  position: relative;
  /* max-width: 350px; */
  width: 100%;
}
.doctor-image {
  width: 100%;
  height: auto;

  display: block;
  transition: all 0.3s ease;
}

/* Responsive Styles for Personal Consultation Section */
@media (max-width: 991px) {
  .personal-consultation-section {
    padding: 60px 0;
  }
  .consultation-content {
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .consultation-title {
    font-size: 2.2rem;
  }
  .doctor-image-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .doctor-frame {
    /* max-width: 300px; */
  }
}
@media (max-width: 768px) {
  .personal-consultation-section {
    padding: 50px 0;
  }
  .consultation-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .consultation-title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 25px;
  }
  .consultation-intro p {
    font-size: 1rem;
    text-align: center;
  }
  .consultation-conclusion {
    padding: 20px;
    margin-top: 25px;
  }
  .consultation-conclusion p {
    font-size: 1rem;
    text-align: center;
  }
  .doctor-frame {
    /* max-width: 280px; */
  }
}
@media (max-width: 480px) {
  .personal-consultation-section {
    padding: 40px 0;
  }
  .consultation-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .consultation-intro {
    margin-bottom: 30px;
  }
  .consultation-intro p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
 .consultation-steps ul{
   
   gap: 15px;
  }
  .step-number {
    width: 30px;
    height: 30px;
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .consultation-steps ul li {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .consultation-conclusion {
    padding: 15px;
    margin-top: 20px;
  }
  .consultation-conclusion p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .doctor-frame {
   
    padding: 3px;
  }
}
/* Corresponding Procedures Section */
.corresponding-procedures-section {
  background: #1a1a1a;
  color: #fff;
  padding: 80px 0;
  position: relative;
}
.procedures-main-title {
  color: #d8c18f;
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 1px;
}
.procedure-card {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.procedure-image {
  position: relative;
  /* height: 240px; */
  /* width: 240px; */
  margin-bottom: 20px;
}
.procedure-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.procedure-content {
  padding: 10px 0px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.procedure-title-info {
  color: #d8c18f;
  font-size: 1.6rem;
  line-height: 40px;
}
.procedure-title {
  color: #d8c18f;
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.procedure-description {
  color: #e0e0e0;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: justify;
  margin: 0;
  flex: 1;
}
.service-faq .faq-container.mt-30 {
    margin-top: 30px !important;
    max-width: 1036px;
    margin: auto;
    padding: 0 18px;
}
.service-faq .heading:after {
  
    background-size: 102px;
    top: 28px;
    height: 5px;
}
.service-faq {
    padding: 20px 0px;
}
/* Responsive Styles for Corresponding Procedures Section */
@media (max-width: 991px) {
  .corresponding-procedures-section {
    padding: 60px 0;
  }
  .procedures-main-title {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
  .procedure-image {
    /* height: 180px; */
  }
  
  .procedure-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .corresponding-procedures-section {
    padding: 50px 0;
  }
  .procedures-main-title {
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .procedure-card {
    margin-bottom: 25px;
  }
  .procedure-image {
    /* height: 160px; */
  }
 
  .procedure-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .procedure-description {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: left;
  }
  .procedure-icon {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .corresponding-procedures-section {
    padding: 40px 0;
  }
  .procedures-main-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 30px;
    padding: 0 0px;
  }
  .procedure-card {
    margin-bottom: 20px;
    align-items: start;
  }


  .procedure-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
  .procedure-description {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .procedure-icon {
    font-size: 2rem;
  }
}
/* Why Choose Us Section */
.why-choose-us-section {
  background: #000;
  color: #fff;
  padding: 80px 0;
  position: relative;
}
.why-choose-title {
  color: #d8c18f;
  font-size: 1.8rem;
  margin-bottom: 40px;
  line-height: 1.3;
  letter-spacing: 1px;
}
.why-choose-content {
  margin: 0 auto;
  padding: 0 20px;
}
.reasons-list ul{
  display: flex;
   align-items: baseline;
       padding-left: 20px;
  flex-direction: column;
  gap:10px;
  list-style: auto;
}
.reasons-list ul li {
  color: #e0e0e0;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
}
.reasons-list ul li strong {
  color: #fff;
}
/* Schedule Consultation Section */
.schedule-consultation-section {
  background: linear-gradient(
    135deg,
    rgba(26, 26, 26, 0.95),
    rgba(0, 0, 0, 0.9)
  );

  color: #fff;
  padding: 80px 0;
  position: relative;
  margin-bottom: 50px;
}
.schedule-consultation-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 26, 26, 0.9),
    rgba(0, 0, 0, 0.8)
  );
  z-index: 1;
}
.schedule-content {
  position: relative;
  z-index: 2;
}
.schedule-title {
  color: #d8c18f;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.3;
  letter-spacing: 1px;
}
.schedule-text {
  margin-bottom: 50px;
}
.schedule-text p {
  color: #e0e0e0;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cta-text {
  color: #d8c18f;
  font-size: 1.3rem;
}
/* .request-consultation-main-btn {
  display: inline-block;
  color: #d8c18f !important;
  border: none;
  padding: 2px 23px;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: 2px;
  transition: all 0.4s ease;
  border: 1px solid #d8c18f;
  position: relative;
  overflow: hidden;
} */
/* .request-consultation-main-btn:hover {
    color: #000 !important;
}
.request-consultation-main-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f4d03f, #d4af37);
  transition: all 0.4s ease;
  z-index: -1;
} */

/* .request-consultation-main-btn:hover::before {
  left: 0;
} */
.schedule-cta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

#videoModal .modal-title ,
#videoModal .modal-body.text-center{
    color: #000;
}
.our-services-detais a:visited,
.our-services-detais a,
.who-are-sec a:visited,
.who-are-sec a,

.what-to-expect-section a:visited,
.what-to-expect-section a,


.corresponding-procedures-section a:visited,
.corresponding-procedures-section a,
.why-choose-us-section a:visited,
.why-choose-us-section a,

.consultation-intro a:visited,
.consultation-intro a{
    color: #E7B449 !important;
}
.ba-consultation-btn ,
.request-consultation-main-btn,
.request-consultation-btn,
.consultation-btn{
 font-size: 18px;
  font-family: 'Garet Book';
  color: #000 !important;
  border-radius: 5px;
  padding: 25px 46px !important;
  line-height: 0px !important;
  background: linear-gradient(99deg, #6E3C1B -0.69%, #F8BE3B 25.87%, #e9ce8f 49.66%, #efb93f 70.39%, #6E3C1B 109.99%);
font-weight: 600;
 text-align: center;
 display: inline-block;
}
@media (max-width: 1024px) {
  .ba-btn {
    padding: 1px 22px;
  }
}
/* Responsive Styles for Why Choose Us and Schedule Sections */
@media (max-width: 991px) {
  .why-choose-us-section,
  .schedule-consultation-section {
    padding: 60px 0;
  }
  .why-choose-title,
  .schedule-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }

  .reasons-list ul li {
    font-size: 1rem;
  }
  .schedule-text p {
    font-size: 1.1rem;
  }
  .ba-description {
    margin-top: 41px;
  }
  .benefits-image-container {
    justify-content: start;
    padding-left: 0;
    padding-top: 30px;
  }
  .main-ba-image {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .why-choose-us-section,
  .schedule-consultation-section {
    padding: 50px 0;
  }
  .why-choose-title,
  .schedule-title {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }

  .schedule-consultation-section {
    background-attachment: scroll;
  }
  .schedule-content {
    padding: 0 15px;
  }

  .schedule-cta {
    flex-wrap: wrap;
  }

  .request-consultation-main-btn {
    padding: 15px 35px;
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .why-choose-us-section,
  .schedule-consultation-section {
    padding: 40px 0;
  }
  .why-choose-title,
  .schedule-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  
  
  .reasons-list ul li {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .schedule-content {
    padding: 0 10px;
  }
  .schedule-text p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .schedule-cta {
    padding: 25px 15px;
  }
  .cta-text {
    font-size: 1rem;
    margin-bottom: 18px;
    letter-spacing: 1px;
  }
  .request-consultation-main-btn {
    padding: 12px 25px;
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .ba-action-buttons {
    position: relative;
    bottom: 0;
    gap: 11px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.expect-list {
    margin-left: 0;
    margin-top: 16px;
}
.before-after-container .ba-prev{
  left: 10px;
   top: 30px;
}
.before-after-container .ba-next{
  right: 10px;
   top: 30px;
}
.ba-nav-btn {
    width: 30px;
    height: 30px;
    font-size: 16px;
   
}
.candidacy-item {
    margin-bottom: 7px;
}
 .banner-text-form h1.heading {
 
    font-size: 28px;
    font-weight: bold;
  }
.ba-consultation-btn, .request-consultation-main-btn, .request-consultation-btn, .consultation-btn {
  padding: 25px 26px !important;
}
}
