* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 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;
  background-color: black;
}
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: 0px;    
  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-top: 0px;
    padding-bottom: 0px;
    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 {
  margin-top: 100px; 
     height: 80vh;
    background-image: url("img/Frame\ 12.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    text-align: left;
    color: white;
    padding-top: 0;
}
.hero-content{
  padding-top:150px;
}
.hero-content h1 {
  font-size: 3rem;
  color: white;
  margin: 0;
  padding-left: 30px;
  margin-top: 100px;
  }  
  .hero-content h1 + h1 {
  margin-top: 0px;
  }
  
  .hero-content h1 {
    font-size: 3rem;
    color: white;
    margin: 0;
    padding-left: 30px;
    margin-top: 40px;     
  }  
  .hero-content h1 + h1 {
    margin-top: 0px;
  }
.breadcrumb {
    font-size: 1rem;
    opacity: 0.8;
}
.dr-parag{
    padding: 5rem 1.5rem;
    background-image: url('./img/bg-light.jpg');
  }  
  .dp-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }  
  .dp-header {
    text-align: center;
  }  
  .dp-header h1 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.2;
    animation: fade-in 1s ease-in-out;
  }   
  .dp-text-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }  
  .dp-text-content p {
    font-size: 1.125rem;
    text-align: justify;
    line-height: 1.75rem;
    animation: fade-in 1s ease forwards;
  }
  @keyframes fade-in {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .esmee {
    min-height: 100vh;
    background-color: #000;
    color: white;
    padding: 5rem 1rem;
  }  
  .esmee-wrapper {
    max-width: 72rem;
    margin: 0 auto;
    text-align: center;
  }  
  .esmee-heading {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.2;
    animation: fade-in 1s ease-in-out;
  }  
  .esmee-subtitle {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 4rem;
    margin-top: 3rem;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }  
  .esmee-features {
    max-width: 100%;
    margin: 0 auto;
  }  
  @media (min-width: 768px) {
    .esmee-features {
      grid-template-columns: repeat(2, 1fr);
    }
  }  
  .esmee-card {
    padding: 2rem;
    border-radius: 1rem;
    backdrop-filter: blur(10px);
    background-image: url(img/bg-dark.jpg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
  }  
  .esmee-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }  
  .esmee-card-title {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: justify;
    color: white;
  }  
  .esmee-card-text {
    color: #9ca3af;
  }
.doctor-quote {
  background-color:black;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  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: white;
  font-size: 2rem;
  margin-bottom: 40px;
}
.doctor-quote blockquote {
  font-size: 1.5rem;
  color: white;
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 1.6;
  font-style: italic;
}
a{
  text-decoration: none;
}
.doctor-quote .quote-author {
  color: white;
  font-size: 1.1rem;
}
  .RandF {
  min-height: 100vh;
  background: url('./img/bg-light.jpg') no-repeat center center / cover;
  display: flex;
  align-items: center;
  padding: 2rem;
}
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.row {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .row {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.image-card,
.info-card {
  flex: 1;
  max-width: 50%;
  height: 100%;
  min-height: 400px;
}
.image-card {
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 90%;
}
.info-card {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.info-card h2 {
  font-size: 35px;
  margin-bottom: 1rem;
  color: #1a202c;
  align-items: center;
  text-align: justify;
}
.info-card li .subtext {
  font-size: 0.9rem;
  color: black; 
  font-weight: 400;
  margin-top: 0.2rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  animation: fadeIn 1s ease-in forwards;
  opacity: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Montserrat:wght@400;600&display=swap');
.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;
  margin: 0;
  line-height: 1.3;
}
.left-side {
  display: flex;
  flex-direction: column;
  max-width: 40%;
  padding: 0;
}
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;
}
.button-wrapper {
  text-align: center; 
  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; 
      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; 
  }  
  .footer-bottom a {
      color: #000;
      text-decoration: none;
      font-weight: bold;
  }  
  .disclaimer {
      margin-top: 15px;
      font-size: 14px; 
      color: gray;
  }
  .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-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: black;
    text-align: left;
  }
  .recovery-paragraphs p,
  .recovery-expanded-hidden p {
    color: black;
    margin-bottom: 1rem;
    font-size: 18px;
    text-align: justify;
  }
  .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;
  }
  .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: 5000px;
    opacity: 1;
  }
@media (max-width: 768px) {
  .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;
  }
  .hero {
    background: url('./img/Frame\ 12.png') no-repeat center center; 
    background-size: cover;
    height: 30vh; 
    padding-top: 50px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-content {
    display: none; 
  }
  .hero-heading-image {
    display: block; 
    width: 100%; 
    height: auto;
    max-width: 100%; 
    object-fit: cover; 
    margin: 0; 
    padding-top: 200px;
  }   
  .dp-header {
    text-align: center;
  }  
  .dp-header h1 {
    font-size: 2rem;
    font-weight: 1000px;
    margin-top: 0px;
    line-height: 1.2;
    animation: fade-in 1s ease-in-out;
  }   
  .dp-text-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }  
  .dp-text-content p {
    font-size: 1.125rem;
    text-align: justify;
    line-height: 1.75rem;
    animation: fade-in 1s ease forwards;
  }
  .image-card {
  flex: 1;
  max-width: 50%;
  height: 100%;
  min-height: 400px;
}
.row {
  flex-direction: column;
}
.image-card {
  display: none;
}
.info-card {
  max-width: 100%;
  margin-top: 20px;
  padding: 0 15px;
}
.info-card p,
.info-card li {
  text-align: justify;
}
.footer {
  padding: 20px 10px; 
}
.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 {
  height: 200px; 
}
.social-icons {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.social-icons a img {
  width: 25px; 
  margin: 0 8px;
}
.logo-column1 img {
  width: 200px; 
}
.footer-bottom {
  font-size: 14px; 
  margin-top: 20px;
}
.footer-bottom a {
  font-size: 14px;
}
.disclaimer {
  font-size: 13px;
}
}
