* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  background: transparent;
  z-index: 9999;
  transition: all 0.3s ease;
}

.header.scrolled {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.header-container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

ul.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}

.header-logo {
  width: 500px;
}

.header-logo-img {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.mobile-category {
  position: relative;
}

.mobile-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: -200px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 5px;
  width: 180px;
}

.mobile-submenu a {
  display: block;
  color: white;
  text-decoration: none;
  margin: 5px 0;
  font-size: 25px;
}

.mobile-category:hover .mobile-submenu {
  display: block;
}

.header-right {
  width: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-top-info {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.header-info-block {
  margin-left: 2.5rem;
  text-align: right;
}

.header-info-title {
  color: #fff;
  font-weight: 600;
}

.header-info-sub {
  color: #ccc;
  font-size: 0.875rem;
}

.header-main-nav .header-nav-list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2rem;
}

.header-main-nav .header-nav-list a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.header-main-nav .header-nav-list a:hover {
  color: #ccc;
}

.header-mobile-menu-button {
  display: none;
  position: fixed;
  top: 0.5rem;
  right: 1.5rem;
  z-index: 100;
}

.header-mobile-menu-button button {
  background: transparent;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.5rem 0.5rem;
  border-radius: 8px;
  transition: background 0.3s, color 0.3s;
}

.header-mobile-menu {
  display: none;
  background: #111;
  padding: 1rem;
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  border-radius: 8px;
}

.header-mobile-menu.open {
  display: block;
}

.header-mobile-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 0;
  border-bottom: 1px solid #333;
}

.header-mobile-menu a:last-child {
  border-bottom: none;
}

.category-toggle,
#mobile-procedures-btn,
#about-procedures-btn,
.about-toggle,
#intimate-procedures-btn,
#transform-procedures-btn,
#blog,
#req,
#cosmetic-procedures-btn {
  background: transparent;
  color: #ffffff;
  border: none;
  padding: 10px 10px;
  font-size: 16px;
  text-align: left;
  border-bottom: none;
  width: 100%;
}

.header-mobile-menu {
  background-color: #000;
  padding: 10px;
}

.mobile-categories,
.mobile-submenu {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mobile-submenu a,
.about-toggle a {
  display: block;
  padding: 10px 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}

.mobile-submenu a:last-child,
.about-toggle a:last-child {
  border-bottom: none;
}

.mobile-submenu a:hover,
.about-toggle a:hover {
  background-color: #1a1a1a;
  padding-left: 5px;
  transition: 0.3s;
}

@media (max-width: 768px) {

  body,
  html {
    overflow-x: hidden;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .header-container {
    justify-content: space-between;
  }

  .header-right {
    display: none;
  }

  .header-mobile-menu-button {
    display: block;
  }
}

.visible {
  opacity: 1;
  z-index: 1;
}

.hidden {
  z-index: 0;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin-bottom: 10px;
}

.top-left {
  display: flex;
  gap: 40px;
}

.top-right {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}

.right-pair {
  display: flex;
  gap: 40px;
}

.top-column {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.align-right {
  text-align: right;
}

.navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 0;
  z-index: 100000;
}

.navbar,
.top-bar {
  position: relative;
  z-index: 10;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  padding: 0px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  min-width: 200px;
  padding: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
  list-style: none;
  position: relative;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.85);
}

.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

.dropdown-item:hover .submenu {
  display: block;
}

.submenu li {
  padding: 3px;
}

.submenu li:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

.submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px;
  border-radius: 5px;
  min-width: 180px;
  z-index: 1000;
}

.submenu a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
}

.submenu a:hover {
  background-color: rgba(43, 41, 41, 0.1);
  border-radius: 3px;
}

.logo img {
  height: 60px;
}

.nav-links {
  display: flex;
  gap: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }

  .header-container {
    justify-content: space-between;
  }

  .header-right {
    display: none;
  }

  .header-mobile-menu-button {
    display: block;
  }

  .header {
    padding: 10px 0;
    width: 100%;
  }

  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .header-logo {
    width: auto;
  }

  .header-logo-img {
    height: 60px;
  }

  .header-right {
    align-items: flex-start;
    width: 100%;
  }

  .header-top-info {
    display: none;
  }

  .header-info-block {
    margin-left: 0;
    margin-top: 8px;
    text-align: left;
  }

  .header-main-nav {
    display: none;
  }

  .header-mobile-menu-button {
    display: block;
    margin-top: 10px;
  }

  .header-mobile-menu.open {
    display: block;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
  }
}

.dropdown-toggle {
  color: white;
}

.dropdown-item {
  color: white;
}

.hero {
  height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./face_img/sydney.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  animation: fade-in 1s ease-in-out;
}

.hero-content h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 60px;
  letter-spacing: 2px;
  margin-bottom: 0;
  animation: fade-in 1s ease-in-out;
}

.hero-content p {
  font-size: 1.5rem;
  margin-bottom: 20px;
  animation: fade-in 1s ease-in-out;
}

.breadcrumb {
  font-size: 1rem;
  opacity: 0.8;
}

.logos {
  padding: 40px 0;
  background: black;
}

.logo-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.logo-grid img {
  max-height: 40px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.logo-grid img:hover {
  opacity: 1;
}

@media (max-width: 768px) {

  .nav-left,
  .nav-right {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .hero-content h1 {
    font-size: 3rem;
  }

  .logo-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.quote-tag {
  background-color: black;
  color: white;
  padding: 80px 0;
  text-align: center;
}

.quote-tag h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: white;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  line-height: 1.2;
  letter-spacing: 2px;
}

.quote-tag p {
  font-size: 1.2rem;
  color: white;
  max-width: 600px;
  margin: 0 auto;
}

.doctor-quote {
  background-color: white;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: black;
  padding: 80px 0;
  text-align: center;
  position: relative;
}

.doctor-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.doctor-quote .default-container {
  position: relative;
  z-index: 1;
}

.doctor-quote h2 {
  color: black;
  font-size: 2rem;
  margin-bottom: 40px;
}

.doctor-quote blockquote {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  color: black;
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.quote-author {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 2px;
}

.doctor-quote .quote-author {
  color: black;
}

@media (max-width: 768px) {

  .nav-left,
  .nav-right {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .hero-content h1 {
    font-size: 3rem;
  }

  .logo-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .quote-tag h2 {
    font-size: 2rem;
  }

  .quote-tag p {
    font-size: 1rem;
    padding: 0 20px;
  }

  .doctor-quote blockquote {
    font-size: 35px;
    padding: 0 20px;
  }
}

.hero-section {
  background-image: url('./img/bg-light.jpg');
  padding: 4rem 1rem;
  background-size: cover;
  background-position: center;
  display: flex;
  height: 90vh;
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.heading {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: black;
}

.facelift-column strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.description {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: black;
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: justify;
  line-height: 1.7;
}

.facelift-columns {
  font-family: 'Montserrat', sans-serif;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  text-align: left;
}

.facelift-column p {
  font-size: 18px;
  color: black;
  line-height: 1.7;
  text-align: justify;
}

.facelift-column strong {
  font-weight: 600;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.golden-highlight {
  border: 4px solid transparent;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.1rem;
  color: #000;
  background-image: linear-gradient(white, white), linear-gradient(135deg, #d4af37, #f6e27a, #b8860b, #ffd700, #ffecb3);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.section {
  padding: 5rem 1.5rem;
}

.default-container {
  max-width: 1200px;
  margin: 0 auto;
}

.light-bg {
  background-color: grey;
  color: #000;
}

.white-bg {
  background-color: #fff;
  color: #000;
}

.dark-bg {
  background-color: #000;
  color: #fff;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

.gold {
  color: #DAA520;
}

.bronze {
  color: #B8860B;
}

.grid {
  display: grid;
  gap: 2rem;
}

.two-col {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}


.benefits {
  background-color: #8888;
  background-size: cover;
  color: black;
  padding: 4rem 1.5rem;
  display: flex
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sydney-image,
.benefits-heading {
  flex: 1;
  /* min-width: 400px; */
  /* max-width: 50%; */
}

.sydneyimage {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  animation: slideUp 10s ease-out;
  height: 20vh;
}

.sydney-image img {
  width: 100%;
  max-width: 600px;
  object-fit: contain;
  /* height: 800px; */
}

.benefits-heading {
  padding: 20px;
}

.benefits-heading h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: black;
  text-align: center;
}

.list-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
}

.list-heading p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}

.list {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}


/* Slide up animation */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.type-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.facelift-section {
  min-height: 100vh;
  padding: 4rem 1.5rem;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
    url('./img/Sydney\ City\ 2.jpg');
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facelift-container {
  max-width: 1200px;
  width: 100%;
  color: white;
}

.facelift-title {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: black;
  text-align: center;
}

.intro-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.facelift-content {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 3rem;
  color: black;
}

.facial-zones-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: black;
}

.facial-zones-list {
  font-size: 18px;
  text-align: left;
  margin-bottom: 3rem;
  color: black;
}

.facelift-grid {
  font-family: 'Montserrat', sans-serif;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .facelift-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.facelift-card {
  background-image: url('./img/bg-light.jpg');
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  position: relative;
  color: black;
}

.facelift-card:hover {
  transform: scale(1.03);
}

.facelift-card.expanded {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  columns: black;
}

.toggle-btn {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  color: black;
  cursor: pointer;
  transition: background 0.3s ease;
}

.toggle-btn:hover {
  background: rgba(255, 255, 255, 0.35);
}

.card-subtitle {
  margin-bottom: 1rem;
  color: black;
}

.card-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.facelift-card.expanded .card-details {
  max-height: 500px;
  /* adjust as needed */
  margin-top: 1rem;
}

.card-details ul {
  padding-left: 1.25rem;
  list-style-type: disc;
  margin-top: 0.5rem;
}

.card-note {
  font-style: italic;
  margin-top: 1rem;
}

.expandable-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('./img/bg-dark.jpg');
  background-position: center;
  padding: 3rem 1rem;
}

.expandable-container {
  background-color: rgba(27, 27, 27, 0.75);
  padding: 3rem 2rem;
  border-radius: 1rem;
  max-width: 80rem;
  width: 100%;
}

.expandable-title {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 1.5rem;
  color: white;
}

.main-paragraph {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: justify;
  max-width: 50rem;
  margin: 0 auto 2.5rem;
  color: white;
}

.columns {
  font-family: 'Montserrat', sans-serif;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .columns {
    grid-template-columns: 1fr 1fr;
  }
}

.column p {
  color: white;
  text-align: justify;
  font-weight: 500;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
}

.toggle-button {
  border: 1px solid #ccc;
  color: white;
  background-image: url('./img/btn-gold.jpg');
  padding: 0.5rem 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 22px;
}

.expanded-content {
  font-family: 'Montserrat', sans-serif;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-size: 1.125rem;
  max-width: 100%;
  margin: 0 auto;
  color: white;
  text-align: center;
}

.expanded-content.show {
  max-height: 100%;
  opacity: 1;
  text-align: justify;
}

.procedure-section {
  background-image: url('./img/bg-light.jpg');
  padding: 4rem 1rem;
}

.procedure-columns strong {
  font-weight: 300;
  font-size: 18px;
}

.procedure-big {
  font-weight: 300;
  font-size: 18px;
}

.procedure-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.procedure-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

.procedure-subheading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #333;
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.7;
}

.procedure-columns {
  font-family: 'Montserrat', sans-serif;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  text-align: justify;
}

.procedure-column p {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  text-align: justify;
}

.procedure-column strong {
  font-weight: 600;
}

.recovery-section {
  padding: 4rem 1rem;
  background-color: #8888;
}

.recovery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.recovery-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 768px) {
  .recovery-wrapper {
    grid-template-columns: 1fr 1fr;
  }
 

}

.recovery-content {
  display: flex;
  flex-direction: column;
}

.recovery-title {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: black;
  text-align: center;
}

.recovery-paragraphs p,
.recovery-expanded-hidden p {
  font-family: 'Montserrat', sans-serif;
  color: black;
  margin-bottom: 1rem;
  font-size: 18px;
  text-align: justify;
}

.recovery-section {
  font-family: 'Montserrat', sans-serif;
  color: black;
  font-size: 18px;
}

.recovery-button-wrapper {
  margin: 1.5rem 0;
}

.recovery-toggle-button {
  background-image: url('./img/btn-gold.jpg');
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.375rem;
  font-size: 22px;
}

.procedure-expanded-hidden,
.benefits-expanded-hidden,
.results-expanded-hidden p {
  font-family: 'Montserrat', sans-serif;
  color: black;
  margin-bottom: 1rem;
  font-size: 18px;
  text-align: justify;
}

.procedure-button-wrapper,
.benefits-button-wrapper,
.results-button-wrapper {
  margin: 1.5rem 0;
}

.procedure-toggle-button,
.benefits-toggle-button,
.results-toggle-button {
  background-image: url('./img/btn-gold.jpg');
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.375rem;
  font-size: 22px;
}

.recovery-image-content img {
  width: 100%;
  object-fit: cover;
}

.recovery-expanded-hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.recovery-expanded-hidden.show {
  max-height: 1000px;
  opacity: 1;
}

.procedure-expanded-hidden,
.benefits-expanded-hidden,
.results-expanded-hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.procedure-expanded-hidden.show,
.benefits-expanded-hidden.show,
.results-expanded-hidden.show {
  max-height: 1000px;
  opacity: 1;
}

.text-block {
  max-width: 700px;
  margin: 0 auto;
}

.text-block ul {
  padding-left: 1.25rem;
  list-style-type: disc;
  margin-top: 1rem;
  color: #444;
}

.text-block p {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.fade-in {
  animation: fade-in 1s ease forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.results-section {
  background-image: url('./img/bg-light.jpg');
  padding: 4rem 1rem;
  color: black;
}

.results-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.results-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.results-subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: #333;
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.7;
}

.results-columns {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  text-align: justify;
}

.results-column p {
  color: #333;
  line-height: 1.7;
  text-align: justify;
}

.results-column strong {
  font-weight: 600;
}

.faq-section {
  background-color: black;
  padding: 4rem 2rem;
  /* Increased horizontal padding */
}

.faq-title {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 3rem;
  color: white;
  text-align: center;
}

.faq-section {
  font-family: 'Montserrat', sans-serif;
  background-color: #121212;
  padding: 4rem;
  color: #F9FAFB;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-title {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.faq-subtitle {
  color: white;
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

}

.faq-item {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  text-align: left;
  padding: 1rem;
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.chevron {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.faq-item.open .chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  padding: 0 1rem;
}

.faq-item.open .faq-answer {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 1rem;
}

/* <!-- ========== SECTION: contact-section ========== --> */
.contact-section {
  background-color: black;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 100px 20px; */
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 1800px;
  background-image: url(img/Contact\ Form\ bg\ .png);
  background-size: cover;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  gap: 150px;
}

#popup-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 2px solid black;
  padding: 20px;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  text-align: center;
}

#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.know-more-btn1 {
  display: block;
  margin: 20px auto 0 auto;
  /* Center the button horizontally */
  padding: 10px 20px;
  background-image: url('img/btn-gold.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  border: 2px solid white;
  width: 100px;
  height: auto;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.know-more-btn1:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

.left-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
}

.left-image img {
  width: 100%;
  height: auto;
  max-height: 680px;
  /* maintain height ratio */
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-container {
  flex: 1;
  background: rgba(255, 255, 255, 0.055);
  /* white with slight transparency */
  padding: 30px;
  border-radius: 10px;
  /* border: 1px solid #ccc; */
  width: 1000px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
  /* optional: adds frosted glass blur */
}


/* Optional: Make responsive */
@media (max-width: 768px) {
  .form-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .left-image,
  .form-container {
    width: 100%;
  }
}

.info-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
  /* for responsiveness */
}

.left-side {
  display: flex;
  flex-direction: column;
  max-width: 45%;
}

.logo-column img {
  max-width: 200px;
  height: auto;
}

.contact {
  margin-top: 15px;
  font-size: 25px;
  color: #333;
}

.right-side {
  max-width: 50%;
}

.map-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
}


.contact-section h1 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
  /* Clean, modern font */
  color: #333;
}

.form-container {
  width: 90%;
  max-width: 700px;
  /* background: #f9f9f9; */
  padding: 30px;
  /* border-radius: 10px; */
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

select {
  margin-top: 10px;
  padding: 5px;
}

.form-group {
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  flex: 1;
  padding: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

textarea {
  resize: vertical;
  height: 100px;
  font-family: 'Poppins', sans-serif;
  /* Change font for message */
  font-size: 15px;
  color: #333;
}

.phone-input {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.flag {
  font-size: 18px;
}

.question {
  margin-top: 10px;
  font-weight: 500;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

button {
  background-color: #add8d8;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

/* button:hover {
background-color: #93caca;
} */

input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
}

/* Optional: Make responsive */
@media (max-width: 768px) {

  .form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }


  .image-frame {
    margin: 0 auto;
    padding: 20px;
  }

  .image-frame img {
    margin-left: 0;
    margin-top: 20px;
    width: 300px;
    height: 500px;
  }

  .form-container {
    width: 100%;
    padding: 0px;
    height: 50vh;
    /* Reduced height for form */

  }

  .form-container h1 {
    font-size: 28px;
    text-align: center;
  }

  .form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .form-row input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .question {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
  }

  .phone-input {
    display: flex;
    flex-direction: column;
  }

  textarea {
    width: 100%;
    height: 100px;
    /* Reduced height for textarea */
    padding: 10px;
    font-size: 16px;
    margin-top: 10px;
  }

  #file-upload-input {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }

  .know-more-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #d5a561;
    color: white;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 20px;
  }
}

.info-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
  /* for responsiveness */
}

.left-side {
  display: flex;
  flex-direction: column;
  max-width: 45%;
}

.logo-column img {
  max-width: 200px;
  height: auto;
}

.contact {
  margin-top: 15px;
  font-size: 25px;
  color: #333;
}

.right-side {
  max-width: 50%;
}

.map-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
}


.contact-section h1 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
  /* Clean, modern font */
  color: #333;
}

.form-container {
  width: 90%;
  max-width: 700px;
  /* background: #f9f9f9; */
  padding: 30px;
  /* border-radius: 10px; */
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

select {
  margin-top: 10px;
  padding: 5px;
}

.form-group {
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  flex: 1;
  padding: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

textarea {
  resize: vertical;
  height: 100px;
  font-family: 'Poppins', sans-serif;
  /* Change font for message */
  font-size: 15px;
  color: #333;
}

.phone-input {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.flag {
  font-size: 18px;
}

.question {
  margin-top: 10px;
  font-weight: 500;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

button {
  background-color: #add8d8;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

/* button:hover {
background-color: #93caca;
} */

input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
}

/* FOOTER */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Montserrat:wght@400;600&display=swap');

/* FOOTER */
.foooter {
  background-image: url('img/bg-light.jpg');
  background-size: cover;
  padding: 30px 20px;
  font-family: sans-serif;
}

.footer-container {
  max-width: 100%;
  margin: auto;
}

.info-section {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  /* You can reduce even further or set to 0 */
  margin: 0;
  line-height: 1.3;
}

.left-side {
  display: flex;
  flex-direction: column;
  max-width: 40%;
  padding: 0;
}

/* .logo-column img {
  width: 800px; 
  height: auto;
} */
strong {
  font-size: 20px;
}

.contact p {
  margin: 0;
  font-size: 20px;
  color: #333;
  gap: 40;
  margin-bottom: 5px;
  margin-top: 20px;

}

.right-side iframe {
  max-width: 100%;
  border-radius: 10px;
}

.social-icons {
  text-align: center;
  margin: 20px 0;
}

.social-icons a img {
  width: 30px;
  margin: 0 10px;
  vertical-align: middle;
}

/* Centering container */
.button-wrapper {
  text-align: center;
  /* horizontal centering */
  margin-top: 20px;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.footer-bottom a {
  color: #444;
  text-decoration: none;
}

.footer-bottom .disclaimer {
  margin-top: 10px;
  font-size: 13px;
  color: #888;
  line-height: 1.4;
}

.logo-column1 {
  text-align: left;
  flex: 1;
}

.logo-column1 img {
  width: 350px;
  /* Increased size */
  height: auto;
  display: block;

}

.social-icons {
  margin: 30px 0;
}

.social-icons a {
  margin: 0 15px;
  display: inline-block;
}

.social-icons img {
  width: 35px;
  height: 35px;
}

.footer-bottom {
  margin-top: 25px;
  font-size: 16px;
  /* Increased font size */
  /* font-family: 'Montserrat', sans-serif; */
}

.footer-bottom a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.disclaimer {
  margin-top: 15px;
  font-size: 14px;
  /* Slightly larger for readability */
  color: gray;
}

/* Before After */
.BandF {
  box-sizing: border-box;
  margin: 0;
  background: #fff;
  color: black;
  padding: 4rem 1rem;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}

h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: black;
}


.gallery-container {
  position: relative;
  margin: 3rem 0;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  border-radius: 9999px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-button:hover {
  background: white;
}

.nav-button svg {
  width: 24px;
  height: 24px;
  color: #333;
}

.nav-button.left {
  left: 0;
  transform: translate(-50%, -50%);
}

.nav-button.right {
  right: 0;
  transform: translate(50%, -50%);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.image-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.image-wrapper {
  width: 100%;
  border-radius: 6px;
  background-image:
    linear-gradient(135deg, #d4af37, #f6e27a, #b8860b, #ffd700, #ffecb3);
  padding: 3px;
}

.image-inner {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.image-inner img {
  width: 100%;
  height: auto;
  ;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

.noise-layer {
  position: absolute;
  inset: 0;
  background: url('https://www.transparenttextures.com/patterns/asfalt-dark.png');
  opacity: 0.1;
  mix-blend-mode: overlay;
  z-index: 1;
  pointer-events: none;
}

.subheadings {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.subheadings h4 {
  font-size: 1rem;
  color: #4b5563;
}

a {
  text-decoration: none;
}

.subheadings.desktop {
  display: none;
}

.image-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1rem;
}

.column-lipo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-left: 50px;
}

.hero-breduction,
.hero-NandA,
.hero-mummy {
  height: 65vh;
}

.hero-male,
.hero-scrotal,
.hero-pubic,
.hero-circum {
  height: 85vh;
}

.hero-vagino,
.hero-clit,
.hero-blift,
.hero-arm,
.hero-brow {
  height: 100vh;
}

.hero-liplift,
.hero-eye,
.hero-ear {
  height: 115vh;
}

.hero-lipo {
  height: 80vh;
}

.hero-mons,
.hero-IRemoval {
  height: 80vh;
}

.hero-tummy,
.hero-face,
.hero-buccal,
.hero-4D,
.hero-labia {
  height: 110vh;
}

@media (max-width: 768px) {
  .hero {
    height: 70vh;
    padding: 1.5rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .breadcrumb {
    font-size: 0.85rem;
  }

  /* Hero Section */
  .hero-section {
    display: block;
    /* <--- Ensure block layout */
    padding: 3rem 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    box-sizing: border-box;
  }

  .content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .description {
    font-size: 22px;
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.6;
  }

  /* Procedure Section */
  .procedure-section {
    display: block;
    /* <--- Force block layout */
    width: 100%;
    padding: 4rem 2rem;
    box-sizing: border-box;
  }

  .procedure-container h2 {
    font-size: 2rem;
  }

  .procedure-columns strong {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
  }

  /* Facelift columns */
  .facelift-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .facelift-column p {
    font-size: 16px;
  }

  .intro-text {
    font-weight: 500;
    font-size: 22px;
  }

  /* Benefits Section */
  .benefits {
    display: block;
    /* <--- Force block layout */
    width: 100%;
    padding: 4rem 2rem;
    box-sizing: border-box;
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .sydney-image,
  .benefits-heading {
    flex: 1;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .sydney-image {
    width: 100%;
    height: 80px;
  }

  .sydney-image img {
    width: 100%;
    max-width: 600px;
    object-fit: contain;
  }

  .benefits-heading {
    padding: 15px;
  }

  .benefits-heading h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .list-heading {
    font-size: 22px;
    /* text-align: left; */
    text-align: justify;
  }

  .list {
    font-size: 18px;
  }


  .BandF {
    padding: 2rem 1rem;
    text-align: center;
    max-width: 1500px;
  }

  h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .gallery-container {
    margin: 2rem 0;
    position: relative;
    width: 100%;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    /* Single column for better fit */
    gap: 1.5rem;
    width: 100%;
  }

  .image-card {
    gap: 0.5rem;
    width: 100%;
    /* Ensure the cards fill the available width */
  }

  .image-wrapper {
    padding: 0;
    width: 100%;
    /* Ensure it takes full width */
    height: auto;
    max-width: 100%;
  }

  .image-inner {
    position: relative;
    width: 100%;
    /* Ensure the image takes up full width */
    height: 100%;
    /* Adjust height for responsiveness */
    overflow: hidden;
  }

  .image-inner img {
    width: 100vw;
    /* Ensures the image spans the full width of the viewport */
    height: auto;
    object-fit: cover;
    /* Ensures the image scales and covers the container */
    border-radius: 12px;
    /* Optional, for rounded corners */
  }

  /* Carousel button styling */
  .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    padding: 0.4rem;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .nav-button svg {
    width: 20px;
    height: 20px;
    color: #333;
  }

  .nav-button.left {
    left: 5%;
  }

  .nav-button.right {
    right: 5%;
  }


  .footer {
    padding: 20px 10px;
    /* Adjust padding for smaller screens */
  }

  .info-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .left-side {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  .right-side {
    max-width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 15px;
  }

  .right-side iframe {
    display: none;
    /* Adjust this value to whatever fits your design */
  }

  .social-icons {
    margin: 20px 0;
    display: flex;
    justify-content: center;
  }

  .social-icons a img {
    width: 25px;
    /* Adjust icon size for mobile */
    margin: 0 8px;
  }

  /* Adjusting logo size */
  .logo-column1 img {
    width: 200px;
    /* Decrease logo size on mobile */
  }

  .footer-bottom {
    font-size: 14px;
    /* Slightly smaller font size */
    margin-top: 20px;
  }

  .footer-bottom a {
    font-size: 14px;
    /* Ensure text remains legible */
  }

  .disclaimer {
    font-size: 13px;
    /* Adjust disclaimer size for readability */
  }

  /* Centering button-wrapper */
  .button-wrapper {
    text-align: center;
    margin-top: 15px;
  }

  .logo-column1 {
    margin-bottom: 0;
    /* Remove bottom margin to reduce space below the logo */
    padding-bottom: 0;
    /* Remove any padding */
  }

  .contact {
    margin-top: 10px;
    /* Reduce space above the contact text */
    padding-top: 0;
    /* Ensure no additional padding */
  }

  .contact p {
    font-size: 14px;
    /* Optionally reduce the font size further for better fit */
    margin-top: 5px;
    margin-bottom: 12px
      /* Reduce the space above the contact text */
  }

  .hero-section {
    padding: 4rem 2rem;
  }

  .facelift-section {
    padding: 4rem 2rem;
  }

  .benefits {
    padding: 4rem 2rem;
  }

  .expandable-container {
    padding: 4rem 2rem;
  }

  .recovery-section {
    padding: 4rem 2rem;
  }

  .default-container h2 {
    font-size: 3rem;
  }

  .content-container h1 {
    font-size: 2rem;
  }

  .benefits-heading h2 {
    font-size: 2rem;
  }

  /* .sydney-image{
      display: none;
    } */

  .facelift-container h2 {
    font-size: 2rem;
  }

  .expandable-container h2 {
    font-size: 2rem;
  }

  .columns {
    display: flex;
    flex-direction: column;
    /* Stack the columns vertically */
    gap: 1.5rem;
    /* Adds space between the columns */
    padding-left: 0;
    /* Remove any left padding */
    margin: 0;
    /* Reset margin to avoid any unexpected spacing */
  }

  .column {
    margin: 0;
    /* Reset any margins on the columns */
    width: 100%;
    /* Ensure each column takes full width */
    text-align: left;
    /* Optional: align text to left for better readability */
  }

  .recovery-content h2 {
    font-size: 2rem;
  }

  /* .recovery-image-content{
      display: none;
    } */

  .recovery-image-content {
    order: -1;
    /* Image goes first */
  }

  .recovery-content {
    order: 0;
  }

  .results-container h2 {
    font-size: 2rem;
  }

  .results-section {
    padding: 4rem 2rem;
    background: linear-gradient(rgba(255, 255, 255, 0.582), rgba(255, 255, 255, 0.8)),
      url('./img/p2.jpg');
  }

  .faq-header h2 {
    font-size: 2rem;
  }

  .logo-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .logo-grid img {
    max-height: 30px;
  }

}