/* =====================================================
   HELA'S BEAUTY PARLOUR & ACADEMY
   LUXURY PURPLE • PLUM • GOLD THEME
===================================================== */

:root {
  --purple: #5A3150;
  --purple-light: #76506F;
  --plum: #321522;
  --burgundy: #461F32;
  --gold: #C9A45C;
  --gold-light: #E1C98F;
  --cream: #F7F1EA;
  --dark: #21131A;
  --white: #FFFFFF;
  --text: #34262C;
  --muted: #74656B;
  --border: rgba(90, 49, 80, 0.16);
  --shadow: 0 18px 45px rgba(33, 19, 26, 0.14);
}

/* =====================================================
   RESET
===================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.7;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
}

/* =====================================================
   COMMON
===================================================== */

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section {
  padding: 100px 0;
}

.section-label {
  display: inline-block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--plum);
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.section-text {
  max-width: 700px;
  color: var(--muted);
  margin-bottom: 40px;
}

/* =====================================================
   HEADER
===================================================== */

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--plum);
  border-bottom: 1px solid rgba(201, 164, 92, 0.25);
}

.navbar {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

/* =========================
   HEADER LOGO
========================= */

/* =========================
   CENTER LOGO
========================= */

.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.logo img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 21px;
  list-style: none;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s ease;
}

.nav-links a:hover {
  color: var(--gold-light);
}

.nav-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--plum);
  padding: 12px 21px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s ease;
}

.nav-btn:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
}

/* =====================================================
   HERO
===================================================== */

.hero {
    position: relative;
    min-height: 760px;

    background-image: url("background.jpg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    overflow: hidden;
}

/* Transparent Dark Overlay */


/* Hero Content */
.hero-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 900px;

    padding: 100px 20px 70px;

    text-align: center;
}

/* =========================================
   HERO LOGO
========================================= */

.hero-logo {
    width: 190px;
    height: 190px;

    margin: 0 auto 28px;

    padding: 6px;

    background: #F7F1EA;

    border: 4px solid #C9A45C;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.45),
        0 0 25px rgba(201, 164, 92, 0.25);
}

.hero-logo img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 50%;

    display: block;
}

/* =========================================
   EYEBROW
========================================= */

.hero-eyebrow {
    margin: 0 0 20px;

    color: #E1C98F;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 5px;
}

/* =========================================
   MAIN HEADING
========================================= */

.hero h1 {
    margin: 0 auto 22px;

    color: #FFFFFF;

    font-size: 64px;
    font-weight: 600;

    line-height: 1.08;

    letter-spacing: 1px;
}

.hero h1 span {
    color: #E1C98F;
}

/* =========================================
   DESCRIPTION
========================================= */

.hero-description {
    max-width: 650px;

    margin: 0 auto 18px;

    color: #FFFFFF;

    font-size: 16px;
    line-height: 1.8;
}

/* =========================================
   LOCATION
========================================= */

.hero-location {
    margin: 0 0 30px;

    color: #E1C98F;

    font-size: 15px;
    font-weight: 600;
}

/* =========================================
   BUTTONS
========================================= */

.hero-buttons {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 15px;

    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 13px 25px;

    border-radius: 30px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    transition: 0.3s ease;
}

/* Gold Button */
.hero-btn-gold {
    background: #C9A45C;
    color: #321522;
}

.hero-btn-gold:hover {
    background: #E1C98F;
    transform: translateY(-3px);
}

/* Outline Button */
.hero-btn-outline {
    border: 1px solid #E1C98F;

    color: #FFFFFF;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(5px);
}

.hero-btn-outline:hover {
    background: #E1C98F;
    color: #321522;

    transform: translateY(-3px);
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .hero {
        min-height: 720px;
    }

    .hero-content {
        padding: 90px 18px 60px;
    }

    .hero-logo {
        width: 145px;
        height: 145px;

        margin-bottom: 24px;
    }

    .hero-eyebrow {
        font-size: 10px;
        letter-spacing: 3px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-btn {
        width: 220px;
    }
}

/* ABOUT SECTION
========================================= */

.about-section {
    position: relative;
    min-height: 650px;

    background-image: url("about.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    overflow: hidden;
}
/* =========================================
   HELA'S SERVICES - FLOWER COLLECTION
========================================= */

.services {
    position: relative;
    padding: 110px 20px;
    background: #21131A;
    color: #FFFFFF;
    overflow: hidden;
}

.services .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
}

.services .section-label {
    display: block;
    text-align: center;
    color: #E1C98F;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.services .section-title {
    text-align: center;
    color: #FFFFFF;
    font-size: 50px;
    line-height: 1.1;
    margin: 0 0 20px;
}

.services .section-title span {
    color: #E1C98F;
}

.services .section-text {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #D9C8D2;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   FLOWER AREA
========================================= */

.services-flower {
    position: relative;

    width: 900px;
    height: 850px;

    margin: 70px auto 20px;
}


/* =========================================
   SERVICE PETALS
========================================= */

.service-orbit {
    position: absolute;

    width: 260px;
    height: 260px;

    z-index: 3;
}

.service-petal {
    width: 100%;
    height: 100%;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            rgba(118, 80, 111, 0.95),
            rgba(50, 21, 34, 0.98)
        );

    border: 2px solid rgba(201, 164, 92, 0.75);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 30px;

    box-sizing: border-box;

    transition: 0.4s ease;
}



/* =========================================
   SERVICE CIRCLES - ROUND ORBIT
========================================= */

.service-hair {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) translateY(-300px) rotate(0deg);
}

.service-skin {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-60deg) translateY(-300px) rotate(60deg);
}

.service-makeup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(60deg) translateY(-300px) rotate(-60deg);
}

.service-nail {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-120deg) translateY(-300px) rotate(120deg);
}

.service-tattoo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(120deg) translateY(-300px) rotate(-120deg);
}

.service-pmu {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg) translateY(-300px) rotate(-180deg);
}
/* =========================================
   PETAL ICON
========================================= */

.service-petal .service-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #C9A45C;
    border-radius: 50%;

    color: #E1C98F;

    font-size: 22px;

    margin-bottom: 15px;
}


/* =========================================
   PETAL TITLE
========================================= */

.service-petal h3 {
    margin: 0 0 10px;

    color: #FFFFFF;

    font-size: 22px;
    font-weight: 600;

    letter-spacing: 2px;
}


/* =========================================
   PETAL DESCRIPTION
========================================= */

.service-petal p {
    margin: 0 0 18px;

    max-width: 190px;

    color: #D9C8D2;

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================
   EXPLORE BUTTON
========================================= */

.service-explore {
    padding: 10px 20px;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    background: transparent;

    color: #E1C98F;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 1px;

    cursor: pointer;

    transition: 0.3s ease;
}

.service-explore:hover {
    background: #C9A45C;
    color: #321522;
}


/* =========================================
   PETAL HOVER
========================================= */

.service-petal:hover {
    transform: scale(1.05);

    border-color: #E1C98F;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.35),
        0 0 25px rgba(201, 164, 92, 0.15);
}


/* =========================================
   CENTER OF FLOWER
========================================= */

.services-center {
    position: absolute;

    top: 275px;
    left: 50%;

    transform: translateX(-50%);

    width: 300px;
    height: 300px;

    z-index: 5;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            #76506F 0%,
            #5A3150 45%,
            #321522 100%
        );

    border: 3px solid #C9A45C;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        0 0 35px rgba(201, 164, 92, 0.12);
}


/* =========================================
   CENTER CONTENT
========================================= */

.services-center-inner {
    text-align: center;
    padding: 25px;
}

.services-center-inner span {
    display: block;

    color: #E1C98F;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 5px;

    margin-bottom: 5px;
}

.services-center-inner strong {
    display: block;

    color: #FFFFFF;

    font-size: 28px;
    letter-spacing: 3px;

    margin-bottom: 8px;
}

.services-center-inner small {
    display: block;

    color: #D9C8D2;

    font-size: 10px;

    letter-spacing: 2px;
}


/* =========================================
   CENTER LINE
========================================= */

.center-line {
    width: 50px;
    height: 1px;

    background: #C9A45C;

    margin: 15px auto;
}


/* =========================================
   CENTER BUTTONS
========================================= */

.book-service-btn,
.view-services-btn {
    display: block;

    width: 180px;

    margin: 8px auto;

    padding: 10px 15px;

    border-radius: 30px;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1px;

    cursor: pointer;

    transition: 0.3s ease;
}

.book-service-btn {
    border: 1px solid #C9A45C;

    background: #C9A45C;

    color: #321522;
}

.book-service-btn:hover {
    background: #E1C98F;
}

.view-services-btn {
    border: 1px solid #E1C98F;

    background: transparent;

    color: #E1C98F;
}

.view-services-btn:hover {
    background: #E1C98F;
    color: #321522;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .services-flower {
        width: 700px;
        height: 900px;
    }

    .service-orbit {
        width: 220px;
        height: 220px;
    }

    .service-hair {
        left: 240px;
    }

    .service-skin {
        left: 20px;
    }

    .service-makeup {
        right: 20px;
    }

    .service-nail {
        left: 80px;
    }

    .service-tattoo {
        right: 80px;
    }

    .service-pmu {
        left: 240px;
    }

    .services-center {
        width: 270px;
        height: 270px;
    }
}


/* =========================================
   SERVICES - MOBILE FLOWER
========================================= */

@media (max-width: 650px) {

    .services {
        padding: 75px 12px;
    }

    .services .section-title {
        font-size: 34px;
        line-height: 1.15;
    }

    .services .section-text {
        font-size: 14px;
        line-height: 1.7;
        padding: 0 10px;
    }


    /* MAIN FLOWER */

    .services-flower {
        position: relative;

        width: 100%;
        max-width: 430px;

        height: 610px;

        margin: 45px auto 10px;

        display: block;
    }


    /* ALL PETALS */

    .service-orbit {
    position: absolute;
    width: 300px;
    height: 300px;
    z-index: 3;
}


   /* =========================================
   NEW FLOWER PETAL SHAPE
========================================= */

.service-petal {
    width: 100%;
    height: 100%;

    /* Flower petal shape */
    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            rgba(118, 80, 111, 0.96),
            rgba(50, 21, 34, 0.98)
        );

    border: 2px solid rgba(201, 164, 92, 0.80);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 30px;

    box-sizing: border-box;

    position: relative;

    transition: 0.4s ease;
}

.service-petal .service-icon {
    width: 27px;
    height: 27px;
    font-size: 13px;
    margin-bottom: 5px;
    flex-shrink: 0;
}

.service-petal h3 {
    font-size: 13px;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
    line-height: 1.1;
}

.service-petal p {
    max-width: 105px;
    font-size: 9px;
    line-height: 1.25;
    margin-bottom: 6px;
}

.service-explore {
    padding: 5px 9px;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.3px;
    white-space: nowrap;
    flex-shrink: 0;
}


    /* =====================================
       MOBILE FLOWER POSITION
    ===================================== */

    /* HAIR */

    .service-hair {
        top: 0;
        left: 50%;

        transform: translateX(-50%);
    }


    /* SKIN */

    .service-skin {
        top: 150px;
        left: 8px;
    }


    /* MAKEUP */

    .service-makeup {
        top: 150px;
        right: 8px;
    }


    /* NAIL */

    .service-nail {
        top: 305px;
        left: 8px;
    }


    /* TATTOO */

    .service-tattoo {
        top: 305px;
        right: 8px;
    }


    /* PMU */

    .service-pmu {
        top: 455px;
        left: 50%;

        transform: translateX(-50%);
    }


    /* =====================================
       CENTER CIRCLE
    ===================================== */

    .services-center {
        position: absolute;

        top: 220px;
        left: 50%;

        transform: translateX(-50%);

        width: 125px;
        height: 125px;

        z-index: 10;
    }


    .services-center-inner {
        padding: 10px;
    }


    .services-center-inner span {
        font-size: 8px;
        letter-spacing: 2px;

        margin-bottom: 3px;
    }


    .services-center-inner strong {
        font-size: 16px;
        letter-spacing: 1px;

        margin-bottom: 3px;
    }


    .services-center-inner small {
        font-size: 6px;
        letter-spacing: 1px;
    }


    .center-line {
        width: 25px;

        margin: 7px auto;
    }


    .book-service-btn,
    .view-services-btn {
        width: 95px;

        margin: 4px auto;

        padding: 6px 5px;

        font-size: 7px;
        letter-spacing: 0.3px;
    }

}
/* =====================================================
   FEES
===================================================== */

.fees {
  background:
    linear-gradient(
      135deg,
      var(--plum),
      var(--burgundy)
    );
  color: var(--white);
}

.fees .section-title {
  color: var(--white);
}

.fees .section-label {
  color: var(--gold-light);
}

.fees .section-text {
  color: rgba(255, 255, 255, 0.72);
}

.fees-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.fee-card {
  padding: 32px 23px;
  border: 1px solid rgba(201, 164, 92, 0.35);
  background: rgba(255, 255, 255, 0.04);
  transition: 0.3s ease;
}

.fee-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--gold);
  transform: translateY(-6px);
}

.fee-card h3 {
  font-family: Georgia, serif;
  color: var(--gold-light);
  font-size: 21px;
  margin-bottom: 15px;
}

.fee-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  margin-bottom: 20px;
}

.fee-link {
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 700;
}

/* =====================================================
   BRIDAL
===================================================== */

.bridal {
  min-height: 570px;
  display: flex;
  align-items: center;

  background:
    linear-gradient(
      90deg,
      rgba(33, 19, 26, 0.92),
      rgba(50, 21, 34, 0.65),
      rgba(70, 31, 50, 0.3)
    ),
    url("images/bridal.jpg") center/cover no-repeat;
}

.bridal-content {
  max-width: 650px;
  color: var(--white);
}

.bridal-content h2 {
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.bridal-content h2 span {
  color: var(--gold-light);
}

.bridal-content p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 30px;
}

/* =====================================================
   ACADEMY
===================================================== */

.academy {
  background: var(--cream);
}

.academy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.academy-card {
  border: 1px solid var(--border);
  padding: 32px 22px;
  text-align: center;
  background: var(--white);
  transition: 0.3s ease;
}

.academy-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
  border-color: rgba(201, 164, 92, 0.55);
}

.academy-number {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 32px;
  margin-bottom: 12px;
}

.academy-card h3 {
  color: var(--plum);
  font-family: Georgia, serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.academy-card p {
  color: var(--muted);
  font-size: 13px;
}

/* =====================================================
   GALLERY
===================================================== */

.gallery {
  background: var(--plum);
}

.gallery .section-title {
  color: var(--white);
}

.gallery .section-text {
  color: rgba(255, 255, 255, 0.7);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gallery-item {
  height: 290px;
  background:
    linear-gradient(
      135deg,
      var(--purple-light),
      var(--burgundy)
    );
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.015);
}

.gallery-item span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(33, 19, 26, 0.9);
  color: var(--gold-light);
  padding: 7px 13px;
  font-size: 11px;
  letter-spacing: 1px;
}

/* =====================================================
   SOCIAL MEDIA
===================================================== */

.social {
  background: var(--cream);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.social-card {
  padding: 38px 20px;
  text-align: center;
  border: 1px solid var(--border);
  background: var(--white);
  transition: 0.3s ease;
}

.social-card:hover {
  background: var(--plum);
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.social-card h3 {
  font-family: Georgia, serif;
  color: var(--plum);
  margin-bottom: 8px;
}

.social-card:hover h3 {
  color: var(--gold-light);
}

.social-card p {
  color: var(--muted);
  font-size: 13px;
}

.social-card:hover p {
  color: rgba(255, 255, 255, 0.7);
}

/* =====================================================
   CONTACT
===================================================== */

.contact {
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.contact-card {
  background: var(--cream);
  padding: 32px 25px;
  border-top: 3px solid var(--gold);
}

.contact-card h3 {
  color: var(--plum);
  font-family: Georgia, serif;
  font-size: 20px;
  margin-bottom: 8px;
}

.contact-card p {
  color: var(--muted);
  font-size: 14px;
}

.contact-action {
  text-align: center;
}

/* =====================================================
   FOOTER
===================================================== */

footer {
  background: var(--dark);
  color: var(--white);
  padding: 60px 0 25px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand h2 {
  font-family: Georgia, serif;
  color: var(--gold-light);
  margin-bottom: 12px;
}

.footer-brand p,
.footer-column p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.footer-column h3 {
  color: var(--white);
  font-size: 15px;
  margin-bottom: 14px;
}

.footer-column a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin-bottom: 8px;
  transition: 0.3s ease;
}

.footer-column a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

/* =====================================================
   MOBILE MENU
===================================================== */

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--gold-light);
  font-size: 26px;
  cursor: pointer;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

  .nav-links {
    gap: 12px;
  }

  .nav-links a {
    font-size: 11px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fees-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .academy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {

  .section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 35px;
  }

  .navbar {
    min-height: 70px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-btn {
    display: none;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: var(--plum);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 5%;
    gap: 0;
    border-top: 1px solid rgba(201, 164, 92, 0.25);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }

  .hero {
    min-height: 78vh;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero p {
    font-size: 14px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .about-image {
    min-height: 350px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .fees-grid {
    grid-template-columns: 1fr;
  }

  .bridal {
    min-height: 500px;
  }

  .bridal-content h2 {
    font-size: 41px;
  }

  .academy-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item {
    height: 320px;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

  .container {
    width: 92%;
  }

  .logo {
    font-size: 20px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    text-align: center;
  }

  .section-title {
    font-size: 30px;
  }

  .about-image {
    min-height: 280px;
  }

  .gallery-item {
    height: 250px;
  }
}
/* =====================================================
   TEXT VISIBILITY / CONTRAST FIX
===================================================== */

/* Dark sections */
.hero h1,
.hero p,
.bridal-content h2,
.bridal-content p,
.fees .section-title,
.gallery .section-title {
  color: #FFFFFF;
}

/* Gold highlight text */
.hero h1 span,
.hero-label,
.bridal-content h2 span,
.fees .section-label {
  color: #E1C98F;
}

/* Dark backgrounds - readable buttons */
.btn-primary {
  background: #C9A45C;
  color: #21131A;
}

.btn-primary:hover {
  background: #E1C98F;
  color: #21131A;
}

/* Dark background outline button */
.btn-outline {
  color: #FFFFFF;
  border-color: #E1C98F;
}

.btn-outline:hover {
  background: #C9A45C;
  color: #21131A;
}

/* Dark section normal text */
.fees .section-text,
.gallery .section-text {
  color: rgba(255, 255, 255, 0.82);
}

/* Fee cards */
.fee-card h3 {
  color: #E1C98F;
}

.fee-card p {
  color: rgba(255, 255, 255, 0.82);
}

.fee-link {
  color: #E1C98F;
}

/* Light sections */
.about .section-title,
.services .section-title,
.academy .section-title,
.social .section-title,
.contact .section-title {
  color: #321522;
}

/* Service / Academy / Social / Contact text */
.service-card h3,
.academy-card h3,
.social-card h3,
.contact-card h3 {
  color: #321522;
}

.service-card p,
.academy-card p,
.social-card p,
.contact-card p {
  color: #5F5056;
}

/* Navigation */
.nav-links a {
  color: #FFFFFF;
}

.nav-links a:hover {
  color: #E1C98F;
}

/* Footer */
.footer-brand h2 {
  color: #E1C98F;
}

.footer-column h3 {
  color: #FFFFFF;
}

.footer-column a,
.footer-brand p,
.footer-column p {
  color: rgba(255, 255, 255, 0.78);
}

.footer-column a:hover {
  color: #E1C98F;
}

/* Logo */
.logo {
  color: #FFFFFF;
}

.logo span {
  color: #E1C98F;
}
@media (max-width: 768px) {

  .logo img {
    width: 60px;
    height: 60px;
  }

}
/* =========================================
   HELA'S - LUXURY CENTER LOGO NAVBAR
========================================= */

.header {
    position: relative;
    height: 88px;
    padding: 0 45px;
    background: #321522;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

/* Navbar */
.navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

/* Navigation Links */
.navbar a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
    white-space: nowrap;
}

.navbar a:hover {
    color: #E1C98F;
}

/* =========================================
   CENTER LOGO
========================================= */

.logo {
    position: absolute;
    left: 50%;
    top: 58px;
    transform: translateX(-50%);
    width: 105px;
    height: 105px;
    background: #F7F1EA;
    border: 4px solid #C9A45C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.logo img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* Book Appointment Button */

.nav-button {
    color: #321522 !important;
    background: #C9A45C;
    padding: 13px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s ease;
}

.nav-button:hover {
    background: #E1C98F;
    transform: translateY(-2px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .header {
        height: 75px;
        padding: 0 20px;
    }

    .navbar {
        gap: 12px;
    }

    .navbar a {
        font-size: 11px;
    }

    .logo {
        width: 82px;
        height: 82px;
        top: 48px;
    }

    .logo img {
        width: 70px;
        height: 70px;
    }

    .nav-button {
        padding: 9px 13px;
        font-size: 11px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 600px) {

    .header {
        height: 70px;
    }

    .navbar {
        display: none;
    }

    .logo {
        width: 78px;
        height: 78px;
        top: 45px;
    }

    .logo img {
        width: 66px;
        height: 66px;
    }

}
/* =========================================
   HELA'S - CENTER HERO DESIGN
========================================= */

.hero {
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-content {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 130px 20px 70px;
    text-align: center;
}

.hero .eyebrow {
    text-align: center;
    margin-bottom: 25px;
    color: #E1C98F;
    letter-spacing: 3px;
    font-weight: 600;
}

.hero h1 {
    text-align: center;
    margin: 0 auto 25px;
    line-height: 1.05;
}

.hero h1 span {
    color: #E1C98F;
}

.hero-text {
    max-width: 650px;
    margin: 0 auto 35px;
    text-align: center;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}


/* =========================================
   BIG CENTER LOGO
========================================= */

.logo {
    position: absolute;
    left: 50%;
    top: 58px;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background: #F7F1EA;
    border: 5px solid #C9A45C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
}

.logo img {
    width: 108px;
    height: 108px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .hero {
        min-height: 650px;
    }

    .hero-content {
        padding: 150px 20px 60px;
    }

    .logo {
        width: 90px;
        height: 90px;
        top: 50px;
    }

    .logo img {
        width: 80px;
        height: 80px;
    }

    .hero h1 {
        font-size: 42px;
    }

}
/* =========================================
   HELA'S - FINAL HERO + LOGO POSITION
========================================= */

.logo {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    
    width: 120px;
    height: 120px;
    
    background: #F7F1EA;
    border: 5px solid #C9A45C;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    z-index: 1100;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
}

.logo img {
    width: 108px;
    height: 108px;
    object-fit: cover;
    border-radius: 50%;
}


/* =========================================
   HERO
========================================= */

.hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-content {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 175px 20px 70px;
    text-align: center;
}

.hero .eyebrow {
    margin-bottom: 22px;
    color: #E1C98F;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.hero h1 {
    margin: 0 auto 25px;
    text-align: center;
    line-height: 1.15;
    font-size: 58px;
}

.hero h1 span {
    color: #E1C98F;
}

.hero-text {
    max-width: 620px;
    margin: 0 auto 35px;
    text-align: center;
    line-height: 1.8;
    color: #ffffff;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .logo {
        width: 90px;
        height: 90px;
        top: 88px;
    }

    .logo img {
        width: 80px;
        height: 80px;
    }

    .hero {
        min-height: 650px;
    }

    .hero-content {
        padding: 150px 20px 60px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero .eyebrow {
        font-size: 12px;
        letter-spacing: 2px;
    }

}
/* =========================================
   HELA'S - BIG CENTER LOGO
========================================= */

.logo {
    position: absolute;
    left: 50%;
    top: 105px;
    transform: translateX(-50%);

    width: 150px;
    height: 150px;

    background: #F7F1EA;
    border: 5px solid #C9A45C;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 1100;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.30);
}

.logo img {
    width: 138px;
    height: 138px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}
/* =========================================
   HERO POLISH
========================================= */

.hero-content {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    padding-top: 185px;
}

.hero .eyebrow {
    text-align: center;
    width: 100%;
    margin: 0 auto 24px;
    color: #E1C98F;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600;
}

.hero h1 {
    text-align: center;
    margin: 0 auto 25px;
}

.hero-text {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 18px;
    line-height: 1.8;
}

.hero-location {
    text-align: center;
    color: #E1C98F;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border-radius: 30px;
    background: #C9A45C;
    color: #321522;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-whatsapp:hover {
    background: #E1C98F;
    transform: translateY(-2px);
}
@media (max-width: 768px) {

    .logo {
        width: 105px;
        height: 105px;
        top: 88px;
    }

    .logo img {
        width: 94px;
        height: 94px;
    }

    .hero-content {
        padding: 155px 20px 60px;
    }

    .hero .eyebrow {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .hero h1 {
        font-size: 40px;
    }

}
/* =========================================
   EXTRA LARGE CENTER LOGO
========================================= */

.logo {
    width: 180px;
    height: 180px;
    top: 115px;
}

.logo img {
    width: 168px;
    height: 168px;
}
@media (max-width: 768px) {

    .logo {
        width: 120px;
        height: 120px;
        top: 88px;
    }

    .logo img {
        width: 108px;
        height: 108px;
    }

}
/* =========================================
   ABOUT SECTION
========================================= */

.about-section {
    position: relative;
    min-height: 650px;

    background-image: url("about.jpg.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    overflow: hidden;
}

/* Dark Transparent Overlay */
.about-overlay {
    position: absolute;
    inset: 0;

    background: rgba(33, 19, 26, 0.62);

    z-index: 1;
}

/* About Content */
.about-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 800px;

    padding: 90px 20px;
}

/* Label */
.about-label {
    margin-bottom: 18px;

    color: #E1C98F;

    font-size: 13px;
    font-weight: 600;

    letter-spacing: 5px;
}

/* Heading */
.about-content h2 {
    margin: 0 0 25px;

    color: #FFFFFF;

    font-size: 52px;
    line-height: 1.15;
    font-weight: 600;
}

.about-content h2 span {
    color: #E1C98F;
}

/* Description */
.about-description {
    max-width: 680px;

    margin: 0 auto 15px;

    color: #FFFFFF;

    font-size: 16px;
    line-height: 1.8;
}

/* Button */
.about-button {
    display: inline-flex;

    margin-top: 18px;

    padding: 13px 28px;

    background: #C9A45C;
    color: #321522;

    border-radius: 30px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    transition: 0.3s ease;
}

.about-button:hover {
    background: #E1C98F;
    transform: translateY(-3px);
}

/* Mobile */
@media (max-width: 768px) {

    .about-section {
        min-height: 620px;
    }

    .about-content {
        padding: 80px 20px;
    }

    .about-content h2 {
        font-size: 38px;
    }

    .about-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .about-label {
        font-size: 10px;
        letter-spacing: 3px;
    }
}
/* =========================================
   HELA'S GALLERY
========================================= */

.gallery-section {
    padding: 100px 20px;
    background: #F7F1EA;
}

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

.gallery-heading {
    text-align: center;
    margin-bottom: 50px;
}

.gallery-label {
    color: #C9A45C;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 12px;
}

.gallery-heading h2 {
    color: #321522;
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 20px;
}

.gallery-heading h2 span {
    color: #5A3150;
}

.gallery-intro {
    color: #5A3150;
    font-size: 16px;
    line-height: 1.7;
}
/* =========================================
   GALLERY MAIN CARDS
========================================= */

.gallery-grid {
    max-width: 1000px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.gallery-item {
    width: 100%;
}

/* Every Gallery Card */
.hair-card {
    position: relative;
    width: 100%;
    height: 500px;

    overflow: hidden;
    cursor: pointer;

    border-radius: 0;
}

/* Full Image Cover */
.hair-card > img {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;

    margin: 0;
    padding: 0;

    border: none;
}

/* Dark Transparent Overlay */
.hair-card .gallery-item-overlay {
    position: absolute !important;

    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100% !important;

    padding: 100px 25px 30px !important;

    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(33, 19, 26, 0.25) 35%,
        rgba(33, 19, 26, 0.92) 100%
    ) !important;

    text-align: center;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;

    box-sizing: border-box;
}

/* Card Title */
.hair-card .gallery-item-overlay h3 {
    margin: 0 0 8px;

    color: #FFFFFF !important;

    font-size: 30px;
    font-weight: 600;

    letter-spacing: 4px;
}

/* Card Description */
.hair-card .gallery-item-overlay p {
    margin: 0 0 18px;

    color: #E1C98F !important;

    font-size: 14px;
}

/* =========================================
   MOBILE GALLERY CARDS
========================================= */

@media (max-width: 768px) {

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 500px;
    }

    .hair-card {
        width: 100%;
        height: 450px;
    }

    .hair-card > img {
        width: 100%;
        height: 100%;
    }

    .hair-card .gallery-item-overlay {
        padding: 90px 20px 25px !important;
    }

    .hair-card .gallery-item-overlay h3 {
        font-size: 25px;
        letter-spacing: 3px;
    }

}

/* =========================================
   ALL GALLERY POPUPS - HIDDEN BY DEFAULT
========================================= */

.hair-gallery,
.nail-gallery,
.bridal-gallery,
.tattoo-gallery,
.eye-gallery,
.mehandi-gallery {
    display: none !important;

    position: fixed !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100vh !important;

    z-index: 99999 !important;

    overflow-y: auto;

    background: #21131A !important;
}

/* Show only when JavaScript adds .active */
.hair-gallery.active,
.nail-gallery.active,
.bridal-gallery.active,
.tattoo-gallery.active,
.eye-gallery.active,
.mehandi-gallery.active {
    display: block !important;
}
/* =========================================
   HELA'S GALLERY - BACKGROUND
========================================= */

.gallery-section {
    position: relative;

    padding: 100px 20px;

    background-image:
        linear-gradient(
            rgba(33, 19, 26, 0.78),
            rgba(33, 19, 26, 0.88)
        ),
        url("background.jpg.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    background-attachment: fixed;
}

.gallery-container {
    position: relative;
    z-index: 2;

    max-width: 1200px;
    margin: auto;
}
/* =========================================
   HAIR SERVICES - HIDDEN BY DEFAULT
========================================= */

.hair-services-panel {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow-y: auto;
    background: #21131A;
}

.hair-services-panel.active {
    display: block;
}

.hair-services-overlay {
    position: fixed;
    inset: 0;
    background: rgba(33, 19, 26, 0.94);
    z-index: 1;
}

.hair-services-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: auto;
    padding: 80px 25px;
}

/* HEADER */

.hair-services-header {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.hair-services-header .section-label {
    color: #E1C98F;
    letter-spacing: 4px;
    font-size: 12px;
}

.hair-services-header h2 {
    margin: 12px 0;
    color: #FFFFFF;
    font-size: 48px;
}

.hair-services-header h2 span {
    color: #E1C98F;
}

.hair-services-header p {
    color: #D9C8D2;
    font-size: 15px;
}

.hair-close-btn {
    position: absolute;
    top: -10px;
    right: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #C9A45C;
    border-radius: 50%;
    background: transparent;
    color: #E1C98F;
    font-size: 20px;
    cursor: pointer;
}

/* CATEGORY BUTTONS */

.hair-category-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.hair-category-btn {
    padding: 13px 24px;
    border: 1px solid #C9A45C;
    border-radius: 30px;
    background: transparent;
    color: #E1C98F;
    cursor: pointer;
}

.hair-category-btn.active,
.hair-category-btn:hover {
    background: #C9A45C;
    color: #321522;
}

/* CATEGORY CONTENT */

.hair-category-content {
    display: none;
}

.hair-category-content.active {
    display: block;
}

.hair-category-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.hair-category-title span {
    color: #C9A45C;
    font-size: 13px;
}

.hair-category-title h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 28px;
}

.hair-service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.hair-service-item {
    padding: 18px 20px;
    border: 1px solid rgba(201, 164, 92, 0.35);
    background: rgba(90, 49, 80, 0.35);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 14px;
}

.hair-service-item span {
    color: #E1C98F;
    margin-right: 10px;
}

.hair-services-footer {
    text-align: center;
    margin-top: 50px;
}

.hair-services-footer p {
    color: #E1C98F;
    letter-spacing: 2px;
}

.hair-book-btn {
    padding: 13px 28px;
    border: 1px solid #C9A45C;
    border-radius: 30px;
    background: #C9A45C;
    color: #321522;
    font-weight: 700;
    cursor: pointer;
}

/* MOBILE */

@media (max-width: 650px) {

    .hair-services-content {
        padding: 60px 18px;
    }

    .hair-services-header h2 {
        font-size: 35px;
    }

    .hair-close-btn {
        top: -5px;
        right: 0;
    }

    .hair-service-list {
        grid-template-columns: 1fr;
    }

    .hair-category-btn {
        width: 100%;
    }
}
/* =========================================
   SKIN & FACIAL PANEL
   HIDDEN UNTIL OPENED
========================================= */

.skin-services-panel {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow-y: auto;
    background: #21131A;
}

.skin-services-panel.active {
    display: block;
}

.skin-services-overlay {
    position: fixed;
    inset: 0;
    background: rgba(33, 19, 26, 0.94);
    z-index: 1;
}

.skin-services-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: auto;
    padding: 80px 25px;
}

/* HEADER */

.skin-services-header {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.skin-services-header .section-label {
    color: #E1C98F;
    letter-spacing: 4px;
    font-size: 12px;
}

.skin-services-header h2 {
    margin: 12px 0;
    color: #FFFFFF;
    font-size: 48px;
}

.skin-services-header h2 span {
    color: #E1C98F;
}

.skin-services-header p {
    color: #D9C8D2;
    font-size: 15px;
}

.skin-close-btn {
    position: absolute;
    top: -10px;
    right: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #C9A45C;
    border-radius: 50%;
    background: transparent;
    color: #E1C98F;
    font-size: 20px;
    cursor: pointer;
}

/* CATEGORY BUTTONS */

.skin-category-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.skin-category-btn {
    padding: 13px 28px;
    border: 1px solid #C9A45C;
    border-radius: 30px;
    background: transparent;
    color: #E1C98F;
    cursor: pointer;
}

.skin-category-btn.active,
.skin-category-btn:hover {
    background: #C9A45C;
    color: #321522;
}

/* CATEGORY CONTENT */

.skin-category-content {
    display: none;
}

.skin-category-content.active {
    display: block;
}

.skin-category-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.skin-category-title span {
    color: #C9A45C;
    font-size: 13px;
}

.skin-category-title h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 28px;
}

.skin-service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.skin-service-item {
    padding: 18px 20px;
    border: 1px solid rgba(201, 164, 92, 0.35);
    background: rgba(90, 49, 80, 0.35);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 14px;
}

.skin-service-item span {
    color: #E1C98F;
    margin-right: 10px;
}

/* FOOTER */

.skin-services-footer {
    text-align: center;
    margin-top: 50px;
}

.skin-services-footer p {
    color: #E1C98F;
    letter-spacing: 2px;
}

.skin-book-btn {
    padding: 13px 28px;
    border: 1px solid #C9A45C;
    border-radius: 30px;
    background: #C9A45C;
    color: #321522;
    font-weight: 700;
    cursor: pointer;
}

/* MOBILE */

@media (max-width: 650px) {

    .skin-services-content {
        padding: 60px 18px;
    }

    .skin-services-header h2 {
        font-size: 35px;
    }

    .skin-service-list {
        grid-template-columns: 1fr;
    }

    .skin-category-btn {
        width: 100%;
    }
}
/* =========================================
   MAKEUP SERVICES PANEL
   HIDDEN UNTIL OPENED
========================================= */

.makeup-services-panel {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow-y: auto;
    background: #21131A;
}

.makeup-services-panel.active {
    display: block;
}

.makeup-services-overlay {
    position: fixed;
    inset: 0;
    background: rgba(33, 19, 26, 0.94);
    z-index: 1;
}

.makeup-services-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: auto;
    padding: 80px 25px;
}

/* HEADER */

.makeup-services-header {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.makeup-services-header .section-label {
    color: #E1C98F;
    letter-spacing: 4px;
    font-size: 12px;
}

.makeup-services-header h2 {
    margin: 12px 0;
    color: #FFFFFF;
    font-size: 48px;
}

.makeup-services-header h2 span {
    color: #E1C98F;
}

.makeup-services-header p {
    color: #D9C8D2;
    font-size: 15px;
}

.makeup-close-btn {
    position: absolute;
    top: -10px;
    right: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #C9A45C;
    border-radius: 50%;
    background: transparent;
    color: #E1C98F;
    font-size: 20px;
    cursor: pointer;
}

/* CATEGORY BUTTONS */

.makeup-category-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.makeup-category-btn {
    padding: 13px 25px;
    border: 1px solid #C9A45C;
    border-radius: 30px;
    background: transparent;
    color: #E1C98F;
    cursor: pointer;
    transition: 0.3s ease;
}

.makeup-category-btn.active,
.makeup-category-btn:hover {
    background: #C9A45C;
    color: #321522;
}

/* CATEGORY CONTENT */

.makeup-category-content {
    display: none;
}

.makeup-category-content.active {
    display: block;
}

.makeup-category-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.makeup-category-title span {
    color: #C9A45C;
    font-size: 13px;
}

.makeup-category-title h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 28px;
}

.makeup-service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.makeup-service-item {
    padding: 18px 20px;
    border: 1px solid rgba(201, 164, 92, 0.35);
    background: rgba(90, 49, 80, 0.35);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 14px;
}

.makeup-service-item span {
    color: #E1C98F;
    margin-right: 10px;
}

/* FOOTER */

.makeup-services-footer {
    text-align: center;
    margin-top: 50px;
}

.makeup-services-footer p {
    color: #E1C98F;
    letter-spacing: 2px;
}

.makeup-book-btn {
    padding: 13px 28px;
    border: 1px solid #C9A45C;
    border-radius: 30px;
    background: #C9A45C;
    color: #321522;
    font-weight: 700;
    cursor: pointer;
}

/* MOBILE */

@media (max-width: 650px) {

    .makeup-services-content {
        padding: 60px 18px;
    }

    .makeup-services-header h2 {
        font-size: 35px;
    }

    .makeup-service-list {
        grid-template-columns: 1fr;
    }

    .makeup-category-btn {
        width: 100%;
    }
}
/* =========================================
   NAIL ART SERVICES PANEL
   HIDDEN UNTIL OPENED
========================================= */

.nail-services-panel {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow-y: auto;
    background: #21131A;
}

.nail-services-panel.active {
    display: block;
}

.nail-services-overlay {
    position: fixed;
    inset: 0;
    background: rgba(33, 19, 26, 0.94);
    z-index: 1;
}

.nail-services-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: auto;
    padding: 80px 25px;
}

/* HEADER */

.nail-services-header {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.nail-services-header .section-label {
    color: #E1C98F;
    letter-spacing: 4px;
    font-size: 12px;
}

.nail-services-header h2 {
    margin: 12px 0;
    color: #FFFFFF;
    font-size: 48px;
}

.nail-services-header h2 span {
    color: #E1C98F;
}

.nail-services-header p {
    color: #D9C8D2;
    font-size: 15px;
}

.nail-close-btn {
    position: absolute;
    top: -10px;
    right: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #C9A45C;
    border-radius: 50%;
    background: transparent;
    color: #E1C98F;
    font-size: 20px;
    cursor: pointer;
}

/* CATEGORY BUTTONS */

.nail-category-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.nail-category-btn {
    padding: 13px 25px;
    border: 1px solid #C9A45C;
    border-radius: 30px;
    background: transparent;
    color: #E1C98F;
    cursor: pointer;
    transition: 0.3s ease;
}

.nail-category-btn.active,
.nail-category-btn:hover {
    background: #C9A45C;
    color: #321522;
}

/* CATEGORY CONTENT */

.nail-category-content {
    display: none;
}

.nail-category-content.active {
    display: block;
}

.nail-category-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.nail-category-title span {
    color: #C9A45C;
    font-size: 13px;
}

.nail-category-title h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 28px;
}

.nail-service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.nail-service-item {
    padding: 18px 20px;
    border: 1px solid rgba(201, 164, 92, 0.35);
    background: rgba(90, 49, 80, 0.35);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 14px;
}

.nail-service-item span {
    color: #E1C98F;
    margin-right: 10px;
}

/* FOOTER */

.nail-services-footer {
    text-align: center;
    margin-top: 50px;
}

.nail-services-footer p {
    color: #E1C98F;
    letter-spacing: 2px;
}

.nail-book-btn {
    padding: 13px 28px;
    border: 1px solid #C9A45C;
    border-radius: 30px;
    background: #C9A45C;
    color: #321522;
    font-weight: 700;
    cursor: pointer;
}

/* MOBILE */

@media (max-width: 650px) {

    .nail-services-content {
        padding: 60px 18px;
    }

    .nail-services-header h2 {
        font-size: 35px;
    }

    .nail-service-list {
        grid-template-columns: 1fr;
    }

    .nail-category-btn {
        width: 100%;
    }
}
/* =========================================
   TATTOO SERVICES PANEL
========================================= */

.tattoo-services-panel {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow-y: auto;
    background: #21131A;
}

.tattoo-services-panel.active {
    display: block;
}

.tattoo-services-overlay {
    position: fixed;
    inset: 0;
    background: rgba(33, 19, 26, 0.94);
    z-index: 1;
}

.tattoo-services-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: auto;
    padding: 80px 25px;
}


/* =========================================
   HEADER
========================================= */

.tattoo-services-header {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.tattoo-services-header .section-label {
    color: #E1C98F;
    letter-spacing: 4px;
    font-size: 12px;
}

.tattoo-services-header h2 {
    margin: 12px 0;
    color: #FFFFFF;
    font-size: 48px;
}

.tattoo-services-header h2 span {
    color: #E1C98F;
}

.tattoo-services-header p {
    color: #D9C8D2;
    font-size: 15px;
}


/* =========================================
   CLOSE BUTTON
========================================= */

.tattoo-close-btn {
    position: absolute;
    top: -10px;
    right: 0;
    width: 45px;
    height: 45px;

    border: 1px solid #C9A45C;
    border-radius: 50%;

    background: transparent;
    color: #E1C98F;

    font-size: 20px;
    cursor: pointer;

    transition: 0.3s ease;
}

.tattoo-close-btn:hover {
    background: #C9A45C;
    color: #321522;
}


/* =========================================
   CATEGORY NAV
========================================= */

.tattoo-category-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.tattoo-category-btn {
    padding: 13px 28px;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    background: transparent;
    color: #E1C98F;

    cursor: pointer;

    transition: 0.3s ease;
}

.tattoo-category-btn.active,
.tattoo-category-btn:hover {
    background: #C9A45C;
    color: #321522;
}


/* =========================================
   CATEGORY CONTENT
========================================= */

.tattoo-category-content {
    display: none;
}

.tattoo-category-content.active {
    display: block;
}


/* =========================================
   CATEGORY TITLE
========================================= */

.tattoo-category-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.tattoo-category-title span {
    color: #C9A45C;
    font-size: 13px;
}

.tattoo-category-title h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 28px;
}


/* =========================================
   SERVICE LIST
========================================= */

.tattoo-service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.tattoo-service-item {
    padding: 20px;

    border: 1px solid rgba(201, 164, 92, 0.35);

    background: rgba(90, 49, 80, 0.35);

    border-radius: 12px;

    color: #FFFFFF;

    font-size: 14px;

    transition: 0.3s ease;
}

.tattoo-service-item span {
    color: #E1C98F;
    margin-right: 10px;
}

.tattoo-service-item:hover {
    border-color: #C9A45C;
    background: rgba(90, 49, 80, 0.55);
}


/* =========================================
   FOOTER
========================================= */

.tattoo-services-footer {
    text-align: center;
    margin-top: 50px;
}

.tattoo-services-footer p {
    color: #E1C98F;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.tattoo-book-btn {
    padding: 13px 28px;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    background: #C9A45C;
    color: #321522;

    font-weight: 700;
    cursor: pointer;

    transition: 0.3s ease;
}

.tattoo-book-btn:hover {
    background: #E1C98F;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .tattoo-services-content {
        padding: 60px 18px;
    }

    .tattoo-services-header h2 {
        font-size: 35px;
    }

    .tattoo-close-btn {
        top: -5px;
        right: 0;
    }

    .tattoo-service-list {
        grid-template-columns: 1fr;
    }

    .tattoo-category-btn {
        width: 100%;
    }

}
/* =========================================
   PMU & AESTHETIC SERVICES PANEL
========================================= */

.pmu-services-panel {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow-y: auto;
    background: #21131A;
}

.pmu-services-panel.active {
    display: block;
}

.pmu-services-overlay {
    position: fixed;
    inset: 0;
    background: rgba(33, 19, 26, 0.94);
    z-index: 1;
}

.pmu-services-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: auto;
    padding: 80px 25px;
}


/* =========================================
   HEADER
========================================= */

.pmu-services-header {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.pmu-services-header .section-label {
    color: #E1C98F;
    letter-spacing: 4px;
    font-size: 12px;
}

.pmu-services-header h2 {
    margin: 12px 0;
    color: #FFFFFF;
    font-size: 48px;
}

.pmu-services-header h2 span {
    color: #E1C98F;
}

.pmu-services-header p {
    color: #D9C8D2;
    font-size: 15px;
}


/* =========================================
   CLOSE BUTTON
========================================= */

.pmu-close-btn {
    position: absolute;
    top: -10px;
    right: 0;

    width: 45px;
    height: 45px;

    border: 1px solid #C9A45C;
    border-radius: 50%;

    background: transparent;
    color: #E1C98F;

    font-size: 20px;
    cursor: pointer;

    transition: 0.3s ease;
}

.pmu-close-btn:hover {
    background: #C9A45C;
    color: #321522;
}


/* =========================================
   CATEGORY NAV
========================================= */

.pmu-category-nav {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 12px;
    flex-wrap: wrap;

    margin-bottom: 45px;
}

.pmu-category-btn {
    padding: 13px 24px;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    background: transparent;
    color: #E1C98F;

    cursor: pointer;

    transition: 0.3s ease;
}

.pmu-category-btn.active,
.pmu-category-btn:hover {
    background: #C9A45C;
    color: #321522;
}


/* =========================================
   CATEGORY CONTENT
========================================= */

.pmu-category-content {
    display: none;
}

.pmu-category-content.active {
    display: block;
}


/* =========================================
   CATEGORY TITLE
========================================= */

.pmu-category-title {
    display: flex;
    align-items: center;

    gap: 15px;

    margin-bottom: 25px;
}

.pmu-category-title span {
    color: #C9A45C;
    font-size: 13px;
}

.pmu-category-title h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 28px;
}


/* =========================================
   SERVICE LIST
========================================= */

.pmu-service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 14px;
}

.pmu-service-item {
    padding: 20px;

    border: 1px solid rgba(201, 164, 92, 0.35);

    background: rgba(90, 49, 80, 0.35);

    border-radius: 12px;

    color: #FFFFFF;

    font-size: 14px;

    transition: 0.3s ease;
}

.pmu-service-item span {
    color: #E1C98F;
    margin-right: 10px;
}

.pmu-service-item:hover {
    border-color: #C9A45C;
    background: rgba(90, 49, 80, 0.55);
}


/* =========================================
   FOOTER
========================================= */

.pmu-services-footer {
    text-align: center;
    margin-top: 50px;
}

.pmu-services-footer p {
    color: #E1C98F;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.pmu-book-btn {
    padding: 13px 28px;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    background: #C9A45C;
    color: #321522;

    font-weight: 700;
    cursor: pointer;

    transition: 0.3s ease;
}

.pmu-book-btn:hover {
    background: #E1C98F;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .pmu-services-content {
        padding: 60px 18px;
    }

    .pmu-services-header h2 {
        font-size: 35px;
    }

    .pmu-close-btn {
        top: -5px;
        right: 0;
    }

    .pmu-service-list {
        grid-template-columns: 1fr;
    }

    .pmu-category-btn {
        width: 100%;
    }

}
/* =========================================
   HELA'S SERVICES - PERFECT ROUND ORBIT
========================================= */

/* ALL SERVICE CIRCLES */
.service-orbit {
    position: absolute;
    width: 220px;
    height: 220px;
    z-index: 3;
}

/* CENTER CIRCLE */
.service-center {
    width: 220px;
    height: 220px;
    z-index: 10;
}


/* =========================================
   DESKTOP - 6 CIRCLES AROUND CENTER
========================================= */

.service-hair {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
               rotate(0deg)
               translateY(-200px)
               rotate(0deg);
}

.service-skin {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
               rotate(-60deg)
               translateY(-200px)
               rotate(60deg);
}

.service-makeup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
               rotate(60deg)
               translateY(-200px)
               rotate(-60deg);
}

.service-nail {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
               rotate(-120deg)
               translateY(-200px)
               rotate(120deg);
}

.service-tattoo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
               rotate(120deg)
               translateY(-200px)
               rotate(-120deg);
}

.service-pmu {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
               rotate(180deg)
               translateY(-200px)
               rotate(-180deg);
}


/* =========================================
   MOBILE - COMPACT ROUND FLOWER
========================================= */

@media (max-width: 650px) {

    .services-flower {
        width: 100%;
        max-width: 380px;
        height: 520px;
        margin: 35px auto 10px;
        position: relative;
    }

    /* EVERY CIRCLE SAME SIZE */
    .service-orbit {
        width: 105px;
        height: 105px;
    }

    /* CENTER SAME SIZE */
    .service-center {
        width: 105px;
        height: 105px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* MOBILE ORBIT */

    .service-hair {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
                   rotate(0deg)
                   translateY(-105px)
                   rotate(0deg);
    }

    .service-skin {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
                   rotate(-60deg)
                   translateY(-105px)
                   rotate(60deg);
    }

    .service-makeup {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
                   rotate(60deg)
                   translateY(-105px)
                   rotate(-60deg);
    }

    .service-nail {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
                   rotate(-120deg)
                   translateY(-105px)
                   rotate(120deg);
    }

    .service-tattoo {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
                   rotate(120deg)
                   translateY(-105px)
                   rotate(-120deg);
    }

    .service-pmu {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
                   rotate(180deg)
                   translateY(-105px)
                   rotate(-180deg);
    }
}
/* =========================================
   HELA'S SERVICES - FINAL MOBILE ORBIT
========================================= */

@media (max-width: 650px) {

    .services {
        padding: 75px 12px;
    }

    .services .section-title {
        font-size: 34px;
        line-height: 1.15;
    }

    .services .section-text {
        font-size: 14px;
        line-height: 1.7;
        padding: 0 10px;
    }


    /* FLOWER AREA */

    .services-flower {
        position: relative;
        width: 100%;
        max-width: 390px;
        height: 500px;
        margin: 40px auto 15px;
    }


    /* ALL SIX OUTER CIRCLES */

    .service-orbit {
        position: absolute;
        width: 115px;
        height: 115px;
        margin: 0;
        z-index: 3;
    }


    /* ROUND CIRCLE */

    .service-petal {
        width: 100%;
        height: 100%;
        padding: 8px;
        border-radius: 50%;
        overflow: hidden;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: center;
        box-sizing: border-box;
    }


    /* ICON */

    .service-petal .service-icon {
        width: 26px;
        height: 26px;
        font-size: 12px;
        margin-bottom: 4px;
        flex-shrink: 0;
    }


    /* TITLE */

    .service-petal h3 {
        font-size: 12px;
        line-height: 1.05;
        letter-spacing: 0.5px;
        margin: 2px 0 4px;
    }


    /* DESCRIPTION */

    .service-petal p {
        max-width: 88px;
        font-size: 8px;
        line-height: 1.2;
        margin: 0 0 5px;
    }


    /* EXPLORE BUTTON */

    .service-explore {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        min-width: 68px;
        max-width: 78px;

        padding: 5px 7px;

        font-size: 7px;
        line-height: 1;

        letter-spacing: 0.2px;
        white-space: nowrap;

        border-radius: 20px;
        flex-shrink: 0;
    }


    /* =====================================
       SIX CIRCLES AROUND CENTER
    ===================================== */

    .service-hair {
        top: 50%;
        left: 50%;
        transform:
            translate(-50%, -50%)
            rotate(-90deg)
            translateY(-150px)
            rotate(90deg);
    }

    .service-skin {
        top: 50%;
        left: 50%;
        transform:
            translate(-50%, -50%)
            rotate(-150deg)
            translateY(-150px)
            rotate(150deg);
    }

    .service-makeup {
        top: 50%;
        left: 50%;
        transform:
            translate(-50%, -50%)
            rotate(-30deg)
            translateY(-150px)
            rotate(30deg);
    }

    .service-nail {
        top: 50%;
        left: 50%;
        transform:
            translate(-50%, -50%)
            rotate(150deg)
            translateY(-150px)
            rotate(-150deg);
    }

    .service-tattoo {
        top: 50%;
        left: 50%;
        transform:
            translate(-50%, -50%)
            rotate(30deg)
            translateY(-150px)
            rotate(-30deg);
    }

    .service-pmu {
        top: 50%;
        left: 50%;
        transform:
            translate(-50%, -50%)
            rotate(90deg)
            translateY(-150px)
            rotate(-90deg);
    }


    /* =====================================
       CENTER CIRCLE
    ===================================== */

    .services-center {
        position: absolute;

        top: 50%;
        left: 50%;

        transform: translate(-50%, -50%);

        width: 115px;
        height: 115px;

        z-index: 10;

        border-radius: 50%;

        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* CENTER CONTENT */

    .services-center-inner {
        width: 100%;
        padding: 7px;
        box-sizing: border-box;
        text-align: center;
    }


    .services-center-inner span {
        font-size: 7px;
        letter-spacing: 1.5px;
        margin-bottom: 2px;
    }


    .services-center-inner strong {
        font-size: 15px;
        line-height: 1;
        letter-spacing: 1px;
        margin-bottom: 3px;
    }


    .services-center-inner small {
        font-size: 5.5px;
        letter-spacing: 0.8px;
    }


    /* CENTER GOLD LINE */

    .center-line {
        width: 22px;
        height: 1px;
        margin: 5px auto;
    }


    /* CENTER BUTTONS */

    .book-service-btn,
    .view-services-btn {
        width: 82px;
        margin: 3px auto;
        padding: 5px 4px;

        font-size: 6.5px;
        line-height: 1;

        border-radius: 20px;
        box-sizing: border-box;
    }
}
/* =========================
   WHATSAPP ENQUIRY BUTTON
========================= */

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 12px 22px;

    background: #5A3150;
    color: #FFFFFF;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;

    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background: #C9A45C;
    color: #21131A;
    transform: translateY(-2px);
}
/* =========================
   HAIR SUB CATEGORY NAV
   HORIZONTAL LAYOUT
========================= */

.hair-category-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    margin: 30px auto 45px;
    padding: 0;
}

.hair-category-btn {
    flex: 1;
    min-width: 0;
    max-width: 240px;
    min-height: 52px;

    padding: 12px 18px;

    background: transparent;
    color: #E1C98F;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;

    cursor: pointer;
    transition: all 0.3s ease;
}

.hair-category-btn:hover,
.hair-category-btn.active {
    background: #C9A45C;
    color: #21131A;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .hair-category-nav {
        justify-content: flex-start;
        gap: 10px;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 5px 5px 12px;
        margin: 25px auto 35px;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .hair-category-nav::-webkit-scrollbar {
        display: none;
    }

    .hair-category-btn {
        flex: 0 0 auto;

        width: auto;
        min-width: 135px;
        max-width: 160px;

        min-height: 46px;

        padding: 10px 15px;

        font-size: 11px;
        white-space: nowrap;
    }

}
/* =========================
   SKIN CATEGORY NAV
   HORIZONTAL LAYOUT
========================= */

.skin-category-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    margin: 30px auto 45px;
    padding: 0;
}

.skin-category-btn {
    flex: 1;
    min-width: 0;
    max-width: 260px;
    min-height: 52px;

    padding: 12px 25px;

    background: transparent;
    color: #E1C98F;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;

    cursor: pointer;
    transition: all 0.3s ease;
}

.skin-category-btn:hover,
.skin-category-btn.active {
    background: #C9A45C;
    color: #21131A;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .skin-category-nav {
        justify-content: flex-start;
        gap: 10px;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 5px 5px 12px;
        margin: 25px auto 35px;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .skin-category-nav::-webkit-scrollbar {
        display: none;
    }

    .skin-category-btn {
        flex: 0 0 auto;

        width: auto;
        min-width: 135px;
        max-width: 160px;

        min-height: 46px;

        padding: 10px 20px;

        font-size: 11px;
        white-space: nowrap;
    }

}
/* =========================
   MAKEUP CATEGORY NAV
   HORIZONTAL LAYOUT
========================= */

.makeup-category-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    margin: 30px auto 45px;
    padding: 0;
}

.makeup-category-btn {
    flex: 1;
    min-width: 0;
    max-width: 260px;
    min-height: 52px;

    padding: 12px 20px;

    background: transparent;
    color: #E1C98F;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;

    cursor: pointer;
    transition: all 0.3s ease;
}

.makeup-category-btn:hover,
.makeup-category-btn.active {
    background: #C9A45C;
    color: #21131A;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .makeup-category-nav {
        justify-content: flex-start;
        gap: 10px;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 5px 5px 12px;
        margin: 25px auto 35px;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .makeup-category-nav::-webkit-scrollbar {
        display: none;
    }

    .makeup-category-btn {
        flex: 0 0 auto;

        width: auto;
        min-width: 135px;
        max-width: 165px;

        min-height: 46px;

        padding: 10px 16px;

        font-size: 11px;
        white-space: nowrap;
    }

}
/* =========================
   NAIL CATEGORY NAV
   HORIZONTAL LAYOUT
========================= */

.nail-category-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    margin: 30px auto 45px;
    padding: 0;
}

.nail-category-btn {
    flex: 1;
    min-width: 0;
    max-width: 260px;
    min-height: 52px;

    padding: 12px 20px;

    background: transparent;
    color: #E1C98F;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;

    cursor: pointer;
    transition: all 0.3s ease;
}

.nail-category-btn:hover,
.nail-category-btn.active {
    background: #C9A45C;
    color: #21131A;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .nail-category-nav {
        justify-content: flex-start;
        gap: 10px;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 5px 5px 12px;
        margin: 25px auto 35px;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .nail-category-nav::-webkit-scrollbar {
        display: none;
    }

    .nail-category-btn {
        flex: 0 0 auto;

        width: auto;
        min-width: 135px;
        max-width: 160px;

        min-height: 46px;

        padding: 10px 16px;

        font-size: 11px;
        white-space: nowrap;
    }

}
/* =========================
   TATTOO CATEGORY NAV
   HORIZONTAL LAYOUT
========================= */

.tattoo-category-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    margin: 30px auto 45px;
    padding: 0;
}

.tattoo-category-btn {
    flex: 0 0 auto;
    min-width: 220px;
    max-width: 260px;
    min-height: 52px;

    padding: 12px 25px;

    background: transparent;
    color: #E1C98F;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;

    cursor: pointer;
    transition: all 0.3s ease;
}

.tattoo-category-btn:hover,
.tattoo-category-btn.active {
    background: #C9A45C;
    color: #21131A;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .tattoo-category-nav {
        justify-content: center;
        gap: 10px;

        padding: 5px 5px 12px;
        margin: 25px auto 35px;
    }

    .tattoo-category-btn {
        min-width: 180px;
        max-width: 220px;

        min-height: 46px;

        padding: 10px 18px;

        font-size: 11px;
        white-space: nowrap;
    }

}
/* =========================
   PMU CATEGORY NAV
   HORIZONTAL LAYOUT
========================= */

.pmu-category-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    margin: 30px auto 45px;
    padding: 0;
}

.pmu-category-btn {
    flex: 1;
    min-width: 0;
    max-width: 240px;
    min-height: 52px;

    padding: 12px 18px;

    background: transparent;
    color: #E1C98F;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;

    cursor: pointer;
    transition: all 0.3s ease;
}

.pmu-category-btn:hover,
.pmu-category-btn.active {
    background: #C9A45C;
    color: #21131A;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .pmu-category-nav {
        justify-content: flex-start;
        gap: 10px;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 5px 5px 12px;
        margin: 25px auto 35px;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .pmu-category-nav::-webkit-scrollbar {
        display: none;
    }

    .pmu-category-btn {
        flex: 0 0 auto;

        width: auto;
        min-width: 135px;
        max-width: 165px;

        min-height: 46px;

        padding: 10px 15px;

        font-size: 11px;
        white-space: nowrap;
    }

}
/* =========================
   SERVICES SECTION
   BACKGROUND IMAGE
========================= */

.services {
    position: relative;
    padding: 110px 20px;

    background-image:
    linear-gradient(
        rgba(90, 49, 80, 0.22),
        rgba(90, 49, 80, 0.30)
    ),
    url("serviceback.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    overflow: hidden;
}
/* =========================
   SERVICES - DESKTOP
   CLEAN FLOWER LAYOUT
========================= */

@media (min-width: 651px) {

    .services-flower {
        position: relative;
        width: 760px;
        height: 760px;
        margin: 60px auto 20px;
    }

    /* ALL OUTER CIRCLES SAME SIZE */

    .service-orbit {
        position: absolute;
        width: 170px;
        height: 170px;
        margin: 0;
        z-index: 3;
    }

    .service-petal {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 15px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;

        box-sizing: border-box;
    }


    /* TOP */

    .service-hair {
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
    }


    /* TOP LEFT */

    .service-skin {
        top: 180px;
        left: 95px;
    }


    /* TOP RIGHT */

    .service-makeup {
        top: 180px;
        right: 95px;
    }


    /* BOTTOM LEFT */

    .service-nail {
        bottom: 180px;
        left: 95px;
    }


    /* BOTTOM RIGHT */

    .service-tattoo {
        bottom: 180px;
        right: 95px;
    }


    /* BOTTOM */

    .service-pmu {
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
    }


    /* CENTER */

    .services-center {
        position: absolute;
        top: 50%;
        left: 50%;

        transform: translate(-50%, -50%);

        width: 170px;
        height: 170px;

        z-index: 10;

        border-radius: 50%;

        display: flex;
        align-items: center;
        justify-content: center;
    }


    .services-center-inner {
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
        text-align: center;
    }


    .services-center-inner span {
        font-size: 10px;
        letter-spacing: 2px;
    }


    .services-center-inner strong {
        font-size: 21px;
        letter-spacing: 1.5px;
    }


    .services-center-inner small {
        font-size: 7px;
        letter-spacing: 1px;
    }


    .center-line {
        width: 30px;
        height: 1px;
        margin: 8px auto;
    }


    .book-service-btn,
    .view-services-btn {
        width: 125px;
        margin: 5px auto;
        padding: 7px 8px;

        font-size: 8px;
        line-height: 1;
        box-sizing: border-box;
    }


    /* OUTER CIRCLE CONTENT */

    .service-petal .service-icon {
        width: 32px;
        height: 32px;

        font-size: 14px;
        margin-bottom: 6px;
        flex-shrink: 0;
    }


    .service-petal h3 {
        font-size: 15px;
        line-height: 1.1;
        letter-spacing: 1px;
        margin: 3px 0 6px;
    }


    .service-petal p {
        max-width: 135px;

        font-size: 10px;
        line-height: 1.35;

        margin: 0 0 8px;
    }


    .service-explore {
        display: inline-flex;

        align-items: center;
        justify-content: center;

        min-width: 90px;
        max-width: 105px;

        padding: 7px 10px;

        font-size: 8px;
        line-height: 1;

        white-space: nowrap;

        border-radius: 20px;

        flex-shrink: 0;
    }
}
/* =========================
   SERVICES - DESKTOP
   CLEAN ROUND FLOWER
========================= */

@media (min-width: 651px) {

    .services-flower {
        position: relative;
        width: 720px;
        height: 720px;
        margin: 50px auto 20px;
    }

    /* ALL OUTER CIRCLES */

    .service-orbit {
        position: absolute;

        width: 155px;
        height: 155px;

        margin: 0;
        z-index: 3;
    }

    .service-petal {
        width: 100%;
        height: 100%;

        padding: 12px;

        border-radius: 50%;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: center;
        box-sizing: border-box;
    }


    /* =========================
       SIX CIRCLES AROUND CENTER
    ========================= */

    .service-hair {
        top: 50%;
        left: 50%;

        transform:
            translate(-50%, -50%)
            rotate(-90deg)
            translateY(-205px)
            rotate(90deg);
    }

    .service-makeup {
        top: 50%;
        left: 50%;

        transform:
            translate(-50%, -50%)
            rotate(-30deg)
            translateY(-205px)
            rotate(30deg);
    }

    .service-tattoo {
        top: 50%;
        left: 50%;

        transform:
            translate(-50%, -50%)
            rotate(30deg)
            translateY(-205px)
            rotate(-30deg);
    }

    .service-pmu {
        top: 50%;
        left: 50%;

        transform:
            translate(-50%, -50%)
            rotate(90deg)
            translateY(-205px)
            rotate(-90deg);
    }

    .service-nail {
        top: 50%;
        left: 50%;

        transform:
            translate(-50%, -50%)
            rotate(150deg)
            translateY(-205px)
            rotate(-150deg);
    }

    .service-skin {
        top: 50%;
        left: 50%;

        transform:
            translate(-50%, -50%)
            rotate(210deg)
            translateY(-205px)
            rotate(-210deg);
    }


    /* =========================
       CENTER CIRCLE
    ========================= */

    .services-center {
        position: absolute;

        top: 50%;
        left: 50%;

        transform: translate(-50%, -50%);

        width: 155px;
        height: 155px;

        z-index: 10;

        border-radius: 50%;

        display: flex;
        align-items: center;
        justify-content: center;
    }


    .services-center-inner {
        width: 100%;
        padding: 10px;

        box-sizing: border-box;
        text-align: center;
    }


    .services-center-inner span {
        font-size: 9px;
        letter-spacing: 2px;
        margin-bottom: 3px;
    }


    .services-center-inner strong {
        font-size: 20px;
        line-height: 1;
        letter-spacing: 1.5px;
        margin-bottom: 4px;
    }


    .services-center-inner small {
        font-size: 6.5px;
        letter-spacing: 1px;
    }


    .center-line {
        width: 28px;
        height: 1px;
        margin: 7px auto;
    }


    .book-service-btn,
    .view-services-btn {
        width: 115px;

        margin: 4px auto;

        padding: 6px 5px;

        font-size: 7.5px;
        line-height: 1;

        box-sizing: border-box;
    }


    /* =========================
       OUTER CIRCLE CONTENT
    ========================= */

    .service-petal .service-icon {
        width: 30px;
        height: 30px;

        font-size: 13px;

        margin-bottom: 5px;

        flex-shrink: 0;
    }


    .service-petal h3 {
        font-size: 14px;
        line-height: 1.1;

        letter-spacing: 1px;

        margin: 3px 0 5px;
    }


    .service-petal p {
        max-width: 125px;

        font-size: 9px;
        line-height: 1.3;

        margin: 0 0 7px;
    }


    .service-explore {
        display: inline-flex;

        align-items: center;
        justify-content: center;

        min-width: 85px;
        max-width: 100px;

        padding: 6px 8px;

        font-size: 7.5px;
        line-height: 1;

        white-space: nowrap;

        border-radius: 20px;

        flex-shrink: 0;
    }
}
/* =========================================================
   HELA'S ACADEMY - MAIN SECTION
========================================================= */

.academy {
    position: relative;
    padding: 110px 20px;
    background:
        linear-gradient(
            rgba(33, 19, 26, 0.94),
            rgba(50, 21, 34, 0.96)
        );
    overflow: hidden;
}

.academy .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================================
   ACADEMY HEADING
========================================================= */

.academy-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 65px;
}

.academy-heading .section-label {
    display: inline-block;
    margin-bottom: 15px;
    color: #C9A45C;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.academy-heading .section-title {
    margin: 0 0 20px;
    color: #F7F1EA;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 600;
}

.academy-heading .section-title span {
    color: #C9A45C;
}

.academy-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #E1C98F;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   COURSE GRID
========================================================= */

.academy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
    max-width: 950px;
    margin: 0 auto;
}


/* =========================================================
   COURSE CARD
========================================================= */

.academy-card {
    position: relative;
    padding: 48px 42px 42px;
    background:
        linear-gradient(
            145deg,
            rgba(90, 49, 80, 0.88),
            rgba(50, 21, 34, 0.96)
        );
    border: 1px solid rgba(201, 164, 92, 0.45);
    border-radius: 22px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.35s ease,
                border-color 0.35s ease,
                background 0.35s ease;
}

.academy-card:hover {
    transform: translateY(-7px);
    border-color: #C9A45C;
    background:
        linear-gradient(
            145deg,
            rgba(118, 80, 111, 0.92),
            rgba(50, 21, 34, 0.98)
        );
}


/* Featured Advanced Card */

.academy-card-featured {
    border-color: #C9A45C;
}


/* =========================================================
   CARD NUMBER
========================================================= */

.academy-number {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(225, 201, 143, 0.45);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* =========================================================
   CARD ICON
========================================================= */

.academy-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    border: 1px solid #C9A45C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C9A45C;
    font-size: 23px;
}


/* =========================================================
   CARD LABEL
========================================================= */

.academy-card-label {
    display: block;
    margin-bottom: 12px;
    color: #E1C98F;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
}


/* =========================================================
   CARD TITLE
========================================================= */

.academy-card h3 {
    margin: 0 0 18px;
    color: #F7F1EA;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 600;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.academy-card > p {
    max-width: 500px;
    margin: 0 auto 28px;
    color: rgba(247, 241, 234, 0.78);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   COURSE DETAILS
========================================================= */

.academy-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}

.academy-detail {
    padding: 15px 10px;
    background: rgba(33, 19, 26, 0.42);
    border: 1px solid rgba(201, 164, 92, 0.22);
    border-radius: 10px;
}

.academy-detail span {
    display: block;
    margin-bottom: 6px;
    color: #E1C98F;
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.academy-detail strong {
    display: block;
    color: #F7F1EA;
    font-size: 12px;
    line-height: 1.4;
}


/* =========================================================
   VIEW COURSE BUTTON
========================================================= */

.academy-course-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 12px 24px;
    background: #C9A45C;
    color: #21131A;
    border: 1px solid #C9A45C;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.academy-course-btn:hover {
    background: transparent;
    color: #C9A45C;
}


/* =========================================================
   CERTIFICATION
========================================================= */

.academy-certification {
    max-width: 850px;
    margin: 55px auto 0;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    background: rgba(90, 49, 80, 0.30);
    border: 1px solid rgba(201, 164, 92, 0.30);
    border-radius: 14px;
}

.academy-certification-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C9A45C;
    border-radius: 50%;
    color: #C9A45C;
    font-size: 18px;
}

.academy-certification-content span {
    display: block;
    margin-bottom: 5px;
    color: #C9A45C;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.academy-certification-content h3 {
    margin: 0 0 5px;
    color: #F7F1EA;
    font-size: 17px;
}

.academy-certification-content p {
    margin: 0;
    color: rgba(247, 241, 234, 0.70);
    font-size: 12px;
    line-height: 1.5;
}


/* =========================================================
   ACADEMY ACTION
========================================================= */

.academy-action {
    margin-top: 35px;
    text-align: center;
}

.academy-action .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    background: #5A3150;
    color: #F7F1EA;
    border: 1px solid #C9A45C;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.academy-action .btn-primary:hover {
    background: #C9A45C;
    color: #21131A;
}


/* =========================================================
   ACADEMY MODAL
========================================================= */

.academy-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    width: 100%;
    height: 100vh;
}

.academy-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================================
   MODAL OVERLAY
========================================================= */

.academy-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(33, 19, 26, 0.88);
    backdrop-filter: blur(6px);
}


/* =========================================================
   MODAL BOX
========================================================= */

.academy-modal-box {
    position: relative;
    z-index: 2;
    width: min(900px, 92%);
    max-height: 88vh;
    overflow-y: auto;
    padding: 55px 60px;
    box-sizing: border-box;
    background:
        linear-gradient(
            145deg,
            #5A3150,
            #321522
        );
    border: 1px solid #C9A45C;
    border-radius: 22px;
    color: #F7F1EA;
    text-align: center;
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.60);
}


/* =========================================================
   MODAL CLOSE
========================================================= */

.academy-modal-close {
    position: absolute;
    top: 15px;
    right: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #E1C98F;
    border: 1px solid rgba(201, 164, 92, 0.40);
    border-radius: 50%;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.academy-modal-close:hover {
    background: #C9A45C;
    color: #21131A;
}


/* =========================================================
   MODAL CONTENT
========================================================= */

.academy-modal-content {
    display: none;
}

.academy-modal-content.active {
    display: block;
}

.academy-modal-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #E1C98F;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.academy-modal-content h2 {
    margin: 0 0 18px;
    color: #F7F1EA;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
}

.academy-modal-intro {
    max-width: 650px;
    margin: 0 auto 30px;
    color: rgba(247, 241, 234, 0.78);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   MODAL INFO
========================================================= */

.academy-modal-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 650px;
    margin: 0 auto 40px;
}

.academy-modal-info > div {
    padding: 17px;
    background: rgba(33, 19, 26, 0.38);
    border: 1px solid rgba(201, 164, 92, 0.25);
    border-radius: 10px;
}

.academy-modal-info span {
    display: block;
    margin-bottom: 7px;
    color: #E1C98F;
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.academy-modal-info strong {
    color: #F7F1EA;
    font-size: 12px;
}


/* =========================================================
   WHAT YOU'LL LEARN
========================================================= */

.academy-modal-learn {
    max-width: 760px;
    margin: 0 auto;
}

.academy-modal-small-label {
    display: block;
    margin-bottom: 8px;
    color: #C9A45C;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.academy-modal-learn h3 {
    margin: 0 0 25px;
    color: #F7F1EA;
    font-size: 23px;
}


/* =========================================================
   CATEGORY BUTTONS
========================================================= */

.academy-modal-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.academy-modal-categories button {
    min-height: 52px;
    padding: 12px 10px;
    background: rgba(33, 19, 26, 0.38);
    color: #F7F1EA;
    border: 1px solid rgba(201, 164, 92, 0.40);
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.academy-modal-categories button:hover {
    background: #C9A45C;
    color: #21131A;
    border-color: #C9A45C;
}


/* =========================================================
   CATEGORY DETAILS
========================================================= */

.academy-category-detail {
    display: none;
    max-width: 680px;
    margin: 25px auto 0;
    padding: 25px;
    box-sizing: border-box;
    background: rgba(33, 19, 26, 0.45);
    border: 1px solid rgba(201, 164, 92, 0.40);
    border-radius: 13px;
    text-align: left;
}

.academy-category-detail.active {
    display: block;
}

.academy-detail-label {
    display: block;
    margin-bottom: 7px;
    color: #C9A45C;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.academy-category-detail h4 {
    margin: 0 0 15px;
    color: #F7F1EA;
    font-size: 20px;
}

.academy-category-detail ul {
    margin: 0;
    padding-left: 20px;
    columns: 2;
    column-gap: 35px;
}

.academy-category-detail li {
    margin-bottom: 9px;
    color: rgba(247, 241, 234, 0.78);
    font-size: 12px;
    line-height: 1.5;
    break-inside: avoid;
}

.academy-detail-close {
    margin-top: 15px;
    padding: 8px 16px;
    background: transparent;
    color: #E1C98F;
    border: 1px solid rgba(201, 164, 92, 0.45);
    border-radius: 20px;
    font-size: 10px;
    cursor: pointer;
}

.academy-detail-close:hover {
    background: #C9A45C;
    color: #21131A;
}


/* =========================================================
   MODAL WHATSAPP ACTION
========================================================= */

.academy-modal-action {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(201, 164, 92, 0.20);
}

.academy-modal-action p {
    margin: 0 0 14px;
    color: rgba(247, 241, 234, 0.72);
    font-size: 12px;
}

.academy-modal-action .whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 23px;
    background: #5A3150;
    color: #FFFFFF;
    border: 1px solid #C9A45C;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.academy-modal-action .whatsapp-btn:hover {
    background: #C9A45C;
    color: #21131A;
}
/* =========================================
   ACADEMY SECTION
========================================= */

.academy {
    position: relative;
    padding: 110px 20px;

    background-image:
        linear-gradient(
            rgba(33, 19, 26, 0.72),
            rgba(50, 21, 34, 0.82)
        ),
        url("Academyback.jpg.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;

    color: #FFFFFF;
    overflow: hidden;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {


    .academy-heading {
        margin-bottom: 45px;
    }

    .academy-heading .section-title {
        font-size: 34px;
    }

    .academy-heading p {
        font-size: 13px;
        line-height: 1.7;
    }


    .academy-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        max-width: 500px;
    }


    .academy-card {
        padding: 40px 25px 30px;
        border-radius: 18px;
    }

    .academy-card h3 {
        font-size: 23px;
    }

    .academy-card > p {
        font-size: 13px;
    }


    .academy-details {
        gap: 8px;
    }

    .academy-detail {
        padding: 12px 7px;
    }

    .academy-detail strong {
        font-size: 10px;
    }


    .academy-certification {
        align-items: flex-start;
        padding: 20px;
        gap: 14px;
    }

    .academy-certification-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }


    /* Modal */

    .academy-modal-box {
        width: 94%;
        max-height: 90vh;
        padding: 45px 20px 30px;
        border-radius: 17px;
    }

    .academy-modal-content h2 {
        font-size: 25px;
    }

    .academy-modal-intro {
        font-size: 12px;
    }


    .academy-modal-info {
        gap: 8px;
        margin-bottom: 30px;
    }

    .academy-modal-info > div {
        padding: 12px 7px;
    }

    .academy-modal-info strong {
        font-size: 10px;
    }


    .academy-modal-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 9px;
    }

    .academy-modal-categories button {
        min-height: 48px;
        font-size: 10px;
        padding: 9px 6px;
    }


    .academy-category-detail {
        padding: 18px;
    }

    .academy-category-detail ul {
        columns: 1;
    }

    .academy-category-detail li {
        font-size: 11px;
    }


    .academy-modal-close {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        font-size: 22px;
    }

}
/* =========================================================
   HELA'S CONTACT SECTION
   PURPLE + PLUM + LIGHT CREAM + GOLD
========================================================= */

.contact {
    position: relative;
    padding: 110px 20px;
    background:
        linear-gradient(
            135deg,
            #F7F1EA 0%,
            #F3E8E1 45%,
            #EDE0DB 100%
        );
    color: #321522;
    overflow: hidden;
}


/* =========================================================
   CONTACT HEADING
========================================================= */

.contact .section-heading {
    max-width: 780px;
    margin: 0 auto 60px;
    text-align: center;
}

.contact .section-label {
    display: inline-block;
    margin-bottom: 15px;
    color: #5A3150;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.contact .section-title {
    margin: 0 0 20px;
    color: #321522;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 600;
}

.contact .section-title span {
    color: #5A3150;
}

.contact .section-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #76506F;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   CONTACT GRID
========================================================= */

.contact-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


/* =========================================================
   CONTACT CARD
========================================================= */

.contact-card {
    min-height: 250px;
    padding: 35px 28px;
    box-sizing: border-box;

    display: flex;
    align-items: flex-start;
    gap: 20px;

    background:
        linear-gradient(
            145deg,
            #FFFFFF,
            #F8F0EB
        );

    border: 1px solid rgba(90, 49, 80, 0.18);
    border-radius: 18px;

    box-shadow:
        0 12px 35px rgba(50, 21, 34, 0.10);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);

    border-color: rgba(201, 164, 92, 0.75);

    box-shadow:
        0 18px 40px rgba(50, 21, 34, 0.15);
}


/* =========================================================
   CONTACT ICON
========================================================= */

.contact-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #5A3150;
    color: #E1C98F;

    border: 1px solid #C9A45C;
    border-radius: 50%;

    font-size: 20px;
}


/* =========================================================
   CONTACT CARD TEXT
========================================================= */

.contact-card > div:last-child {
    flex: 1;
}

.contact-card span {
    display: block;
    margin-bottom: 8px;

    color: #76506F;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.contact-card h3 {
    margin: 0 0 14px;

    color: #321522;

    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.contact-card p {
    margin: 0 0 12px;

    color: #5A3150;

    font-size: 12px;
    line-height: 1.7;
}

.contact-card p strong {
    color: #321522;
    font-weight: 700;
}


/* =========================================================
   WHATSAPP BUTTON
========================================================= */

.contact-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 7px;
    padding: 9px 15px;

    background: #5A3150;
    color: #FFFFFF;

    border: 1px solid #C9A45C;
    border-radius: 25px;

    text-decoration: none;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.4px;

    transition: all 0.3s ease;
}

.contact-whatsapp:hover {
    background: #C9A45C;
    color: #21131A;
}


/* =========================================================
   CONTACT ACTION
========================================================= */

.contact-action {
    margin-top: 45px;
    text-align: center;
}

.contact-action .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 13px 28px;

    background: #5A3150;
    color: #FFFFFF;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    text-decoration: none;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;

    transition: all 0.3s ease;
}

.contact-action .btn-primary:hover {
    background: #C9A45C;
    color: #21131A;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 850px) {

    .contact {
        padding: 85px 18px;
    }

    .contact .section-title {
        font-size: 38px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        max-width: 550px;
    }

    .contact-card {
        min-height: auto;
        padding: 28px 24px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 500px) {

    .contact {
        padding: 70px 15px;
    }

    .contact .section-heading {
        margin-bottom: 40px;
    }

    .contact .section-title {
        font-size: 30px;
    }

    .contact .section-heading p {
        font-size: 12px;
    }

    .contact-card {
        padding: 24px 20px;
        gap: 15px;
        border-radius: 15px;
    }

    .contact-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 17px;
    }

    .contact-card h3 {
        font-size: 17px;
    }

    .contact-card p {
        font-size: 11px;
    }

    .contact-whatsapp {
        font-size: 9px;
        padding: 8px 13px;
    }

}
/* =========================================
   HELA'S SOCIAL MEDIA SECTION
========================================= */

/* =========================================
   SOCIAL MEDIA - IMAGE BACKGROUND
========================================= */

.social-media {
    position: relative;
    padding: 100px 20px;

    background-image: url("social1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #FFFFFF;
    overflow: hidden;
}

/* Heading */
.social-media .section-heading {
    position: relative;
    z-index: 2;
}

.social-media .section-label {
    color: #E1C98F;
}

.social-media .section-title {
    color: #FFFFFF;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.social-media .section-heading p {
    color: #FFFFFF;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
}


/* =========================================
   WHITE SOCIAL CARDS
========================================= */

.social-media .social-grid {
    position: relative;
    z-index: 2;
}

.social-media .social-card {
    background: #FFFFFF;
    border: 1px solid rgba(201, 164, 92, 0.65);

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.25);

    color: #321522;
}

.social-media .social-card:hover {
    background: #FFFFFF;
    border-color: #C9A45C;
}


/* Icon */
.social-media .social-icon {
    background: #5A3150;
    color: #E1C98F;
    border: 1px solid #C9A45C;
}


/* Small label */
.social-media .social-info span {
    color: #76506F;
}


/* Facebook / Instagram / Google title */
.social-media .social-info h3 {
    color: #321522;
}


/* Description */
.social-media .social-info p {
    color: #5A3150;
}


/* Arrow */
.social-media .social-arrow {
    color: #5A3150;
    border-color: rgba(90, 49, 80, 0.35);
}

.social-media .social-card:hover .social-arrow {
    background: #5A3150;
    color: #FFFFFF;
}
   


/* =========================
   CARD HOVER
========================= */

.social-media .social-card:hover {
    transform: translateY(-6px);

    border-color: rgba(201, 164, 92, 0.75);

    box-shadow:
        0 18px 40px rgba(50, 21, 34, 0.14);
}


/* =========================
   SOCIAL ICON
========================= */

.social-media .social-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #5A3150;
    color: #E1C98F;

    border: 1px solid #C9A45C;
    border-radius: 50%;

    font-size: 24px;
    font-weight: 600;

    box-sizing: border-box;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.social-media .social-card:hover .social-icon {
    background: #C9A45C;
    color: #21131A;
    transform: scale(1.06);
}


/* =========================
   SOCIAL INFORMATION
========================= */

.social-media .social-info {
    flex: 1;
    min-width: 0;
}

.social-media .social-info span {
    display: block;

    margin-bottom: 7px;

    color: #76506F;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.social-media .social-info h3 {
    margin: 0 0 7px;

    color: #321522;

    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.social-media .social-info p {
    margin: 0;

    color: #5A3150;

    font-size: 11px;
    line-height: 1.5;
}


/* =========================
   ARROW
========================= */

.social-media .social-arrow {
    width: 34px;
    height: 34px;
    min-width: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #C9A45C;

    border: 1px solid rgba(201, 164, 92, 0.5);
    border-radius: 50%;

    font-size: 17px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.social-media .social-card:hover .social-arrow {
    background: #5A3150;
    color: #FFFFFF;

    transform: translateX(3px);
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

    .social-media {
        padding: 85px 18px;
    }

    .social-media .social-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
    }

    .social-media .social-card {
        min-height: 145px;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 500px) {

    .social-media {
        padding: 70px 15px;
    }

    .social-media .section-heading {
        margin-bottom: 38px;
    }

    .social-media .section-title {
        font-size: 30px;
    }

    .social-media .section-heading p {
        font-size: 12px;
        line-height: 1.7;
    }

    .social-media .social-grid {
        gap: 15px;
    }

    .social-media .social-card {
        min-height: 125px;
        padding: 20px 17px;
        gap: 14px;
        border-radius: 15px;
    }

    .social-media .social-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 19px;
    }

    .social-media .social-info span {
        font-size: 8px;
        letter-spacing: 1.5px;
    }

    .social-media .social-info h3 {
        font-size: 17px;
    }

    .social-media .social-info p {
        font-size: 10px;
    }

    .social-media .social-arrow {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 14px;
    }

}
/* =========================================
   HELA'S BRIDAL BEAUTY SECTION
========================================= */

.bridal {
    position: relative;
    padding: 110px 20px;

    background:
        linear-gradient(
            135deg,
            rgba(50, 21, 34, 0.96),
            rgba(90, 49, 80, 0.94)
        );

    color: #FFFFFF;
    overflow: hidden;
}


/* =========================
   SUBTLE GOLD BORDER
========================= */

.bridal::before {
    content: "";
    position: absolute;

    top: 35px;
    left: 50%;
    transform: translateX(-50%);

    width: 80px;
    height: 1px;

    background: #C9A45C;
}


/* =========================
   CONTENT
========================= */

.bridal-content {
    max-width: 780px;
    margin: 0 auto;

    text-align: center;

    padding: 40px 20px;
}


/* =========================
   LABEL
========================= */

.bridal .section-label {
    display: inline-block;

    margin-bottom: 16px;

    color: #E1C98F;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 3px;
}


/* =========================
   TITLE
========================= */

.bridal .section-title {
    margin: 0 0 24px;

    color: #FFFFFF;

    font-size: 48px;
    line-height: 1.15;

    font-weight: 600;
}


/* =========================
   DESCRIPTION
========================= */

.bridal-content > p {
    max-width: 680px;

    margin: 0 auto 14px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 14px;
    line-height: 1.8;
}


/* =========================
   HIGHLIGHTS
========================= */

.bridal-highlights {
    max-width: 650px;

    margin: 35px auto;

    display: flex;
    flex-wrap: wrap;

    justify-content: center;

    gap: 12px;
}


.bridal-highlights span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;

    padding: 10px 18px;

    box-sizing: border-box;

    color: #E1C98F;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(201, 164, 92, 0.45);

    border-radius: 30px;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.5px;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


.bridal-highlights span:hover {
    background: rgba(201, 164, 92, 0.12);

    border-color: #C9A45C;

    transform: translateY(-2px);
}


/* =========================
   BOOK BUTTON
========================= */

.bridal .btn-primary {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin-top: 12px;

    padding: 13px 28px;

    background: #C9A45C;

    color: #21131A;

    border: 1px solid #E1C98F;

    border-radius: 30px;

    text-decoration: none;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.bridal .btn-primary:hover {
    background: #FFFFFF;

    color: #321522;

    transform: translateY(-3px);
}


/* =========================
   TABLET
========================= */

@media (max-width: 800px) {

    .bridal {
        padding: 85px 18px;
    }

    .bridal-content {
        padding: 30px 15px;
    }

    .bridal .section-title {
        font-size: 40px;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 500px) {

    .bridal {
        padding: 70px 15px;
    }

    .bridal-content {
        padding: 25px 10px;
    }

    .bridal .section-label {
        font-size: 9px;
        letter-spacing: 2.5px;
    }

    .bridal .section-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .bridal-content > p {
        font-size: 12px;
        line-height: 1.7;
    }

    .bridal-highlights {
        margin: 28px auto;

        gap: 9px;
    }

    .bridal-highlights span {
        min-height: 38px;

        padding: 8px 13px;

        font-size: 9px;
    }

    .bridal .btn-primary {
        width: auto;

        padding: 12px 22px;

        font-size: 10px;
    }

}
/* =========================================
   HELA'S GALLERY - COMPACT & EQUAL SIZE
========================================= */

/* Main Gallery */
.gallery-section {
    position: relative;
    padding: 85px 20px;
    overflow: hidden;
}

.gallery-container {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
}

/* Gallery Heading */
.gallery-heading {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

.gallery-heading .gallery-label {
    margin-bottom: 10px;
    color: #E1C98F;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
}

.gallery-heading h2 {
    margin: 0 0 15px;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
}

.gallery-heading h2 span {
    color: #E1C98F;
}

.gallery-heading .gallery-intro {
    max-width: 600px;
    margin: 0 auto;
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================
   MAIN CATEGORY CARDS
========================================= */

.gallery-grid {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


/* Equal compact cards */
.gallery-item.hair-card {
    position: relative;

    width: 100%;
    height: 230px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    border-radius: 16px;
    border: 1px solid rgba(201,164,92,0.35);

    background: #321522;

    box-sizing: border-box;

    cursor: pointer;

    box-shadow: none;
}


/* Main card image */
.gallery-item.hair-card > img {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 0.4s ease;
}


/* Slight image movement only */
.gallery-item.hair-card:hover > img {
    transform: scale(1.04);
}


/* Transparent dark overlay */
.gallery-item-overlay {
    position: absolute;

    inset: 0;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: flex-end;

    text-align: center;

    padding: 22px 15px;

    box-sizing: border-box;

    background:
        linear-gradient(
            to top,
            rgba(33,19,26,0.92),
            rgba(33,19,26,0.35),
            rgba(33,19,26,0.05)
        );
}


/* Category title */
.gallery-item-overlay h3 {
    margin: 0 0 5px;

    color: #FFFFFF;

    font-size: 18px;
    line-height: 1.1;

    font-weight: 600;
    letter-spacing: 1.5px;
}


/* Small description */
.gallery-item-overlay p {
    margin: 0 0 12px;

    color: #E1C98F;

    font-size: 9px;
    line-height: 1.4;

    letter-spacing: 0.5px;
}


/* View All button */
.gallery-view-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 88px;

    padding: 7px 13px;

    border: 1px solid #C9A45C;
    border-radius: 20px;

    background: rgba(90,49,80,0.90);

    color: #FFFFFF;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 0.5px;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.gallery-view-btn:hover {
    background: #C9A45C;
    color: #21131A;
    transform: translateY(-2px);
}


/* =========================================
   INNER GALLERY POPUP
========================================= */

.hair-gallery,
.nail-gallery,
.bridal-gallery,
.tattoo-gallery,
.eye-gallery,
.mehandi-gallery {
    display: none !important;

    position: fixed !important;

    inset: 0 !important;

    width: 100% !important;
    height: 100vh !important;

    z-index: 99999 !important;

    overflow-y: auto;

    background: #21131A !important;

    padding: 25px 25px 45px;

    box-sizing: border-box;
}


/* Active popup */
.hair-gallery.active,
.nail-gallery.active,
.bridal-gallery.active,
.tattoo-gallery.active,
.eye-gallery.active,
.mehandi-gallery.active {
    display: block !important;
}


/* =========================================
   POPUP HEADER
========================================= */

.hair-gallery-header {
    width: 100%;
    max-width: 1050px;

    margin: 0 auto 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


.hair-gallery-header .gallery-label {
    margin: 0 0 6px;

    color: #E1C98F;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 2.5px;
}


.hair-gallery-header h3 {
    margin: 0;

    color: #FFFFFF;

    font-size: 27px;
    line-height: 1.2;

    font-weight: 600;
}


.hair-gallery-header h3 span {
    color: #C9A45C;
}


/* Close button */
.gallery-close {
    width: 40px;
    height: 40px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #C9A45C;
    border-radius: 50%;

    background: #5A3150;

    color: #FFFFFF;

    font-size: 25px;
    line-height: 1;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.gallery-close:hover {
    background: #C9A45C;
    color: #21131A;
    transform: rotate(90deg);
}


/* =========================================
   INNER MEDIA GRID
========================================= */

.hair-media-grid {
    width: 100%;
    max-width: 1050px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 14px;

    align-items: stretch;
}


/* Equal media boxes */
.hair-video,
.hair-photo {
    width: 100%;
    height: 220px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    border-radius: 12px;

    border: 1px solid rgba(201,164,92,0.30);

    background: #321522;

    box-sizing: border-box;
}


/* Instagram video */
.hair-video iframe {
    width: 100%;
    height: 100%;

    display: block;

    border: 0;

    background: #FFFFFF;
}


/* Photos */
.hair-photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.35s ease;
}


.hair-photo:hover img {
    transform: scale(1.03);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .gallery-item.hair-card {
        height: 210px;
    }

    .hair-media-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .hair-video,
    .hair-photo {
        height: 200px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .gallery-section {
        padding: 70px 14px;
    }


    .gallery-heading {
        margin-bottom: 30px;
    }


    .gallery-heading h2 {
        font-size: 30px;
    }


    .gallery-heading .gallery-intro {
        font-size: 11px;
        line-height: 1.6;
    }


    /* Compact 2-column category cards */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }


    .gallery-item.hair-card {
        height: 165px;

        border-radius: 12px;
    }


    .gallery-item-overlay {
        padding: 13px 8px;
    }


    .gallery-item-overlay h3 {
        font-size: 12px;
        letter-spacing: 1px;
    }


    .gallery-item-overlay p {
        margin-bottom: 8px;

        font-size: 7px;
    }


    .gallery-view-btn {
        min-width: 70px;

        padding: 5px 8px;

        font-size: 7px;
    }


    /* Popup */
    .hair-gallery,
    .nail-gallery,
    .bridal-gallery,
    .tattoo-gallery,
    .eye-gallery,
    .mehandi-gallery {
        padding: 18px 12px 30px;
    }


    .hair-gallery-header {
        margin-bottom: 18px;
    }


    .hair-gallery-header h3 {
        font-size: 19px;
    }


    .hair-gallery-header .gallery-label {
        font-size: 7px;
    }


    .gallery-close {
        width: 34px;
        height: 34px;

        font-size: 21px;
    }


    /* 2-column inner gallery */
    .hair-media-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 9px;
    }


    .hair-video,
    .hair-photo {
        height: 155px;

        border-radius: 9px;
    }

}


/* =========================================
   VERY SMALL PHONES
========================================= */

@media (max-width: 380px) {

    .gallery-grid {
        gap: 8px;
    }

    .gallery-item.hair-card {
        height: 150px;
    }

    .hair-media-grid {
        gap: 7px;
    }

    .hair-video,
    .hair-photo {
        height: 140px;
    }

}
/* =========================================
   INSTAGRAM GALLERY VIDEOS
   COMPACT + LESS CROPPING
========================================= */

.hair-video {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(201, 164, 92, 0.30);
    background: #21131A;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Instagram Reel */
.hair-video iframe {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .hair-video {
        height: 190px;
        border-radius: 9px;
    }

    .hair-video iframe {
        width: 100%;
        height: 100%;
    }

}


/* =========================================
   VERY SMALL PHONE
========================================= */

@media (max-width: 380px) {

    .hair-video {
        height: 175px;
    }

}
/* =========================================
   MOBILE NAVIGATION
========================================= */

.mobile-menu-btn {
    display: none;

    width: 42px;
    height: 42px;

    padding: 8px;

    border: 1px solid #C9A45C;
    border-radius: 8px;

    background: #5A3150;

    cursor: pointer;

    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 5px;

    box-sizing: border-box;
}

.mobile-menu-btn span {
    display: block;

    width: 20px;
    height: 2px;

    background: #FFFFFF;

    border-radius: 2px;

    transition: all 0.3s ease;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

    .header {
        position: relative;
        padding: 12px 15px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }


    /* Hide normal navbar initially */

    .navbar {
        display: none;
    }


    /* Show hamburger */

    .mobile-menu-btn {
        display: flex;
    }


    /* Mobile navigation opened */

    .navbar.mobile-open {
        position: absolute;

        top: 100%;
        left: 12px;
        right: 12px;

        z-index: 9999;

        display: flex;

        flex-direction: column;

        align-items: stretch;

        padding: 10px;

        background: #321522;

        border: 1px solid rgba(201,164,92,0.45);
        border-radius: 12px;

        box-sizing: border-box;
    }


    .navbar.mobile-open a {
        display: block;

        width: 100%;

        padding: 13px 15px;

        box-sizing: border-box;

        color: #FFFFFF;

        text-decoration: none;

        font-size: 12px;

        text-align: left;

        border-bottom: 1px solid rgba(255,255,255,0.08);
    }


    .navbar.mobile-open a:last-child {
        border-bottom: none;
    }


    .navbar.mobile-open a:hover {
        color: #E1C98F;
        background: rgba(201,164,92,0.08);
    }


    /* Book Appointment */

    .nav-button {
        display: inline-flex;

        padding: 9px 13px;

        font-size: 9px;

        white-space: nowrap;
    }


    /* Hamburger animation */

    .mobile-menu-btn.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-btn.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

}
/* =========================================
   HELA'S MOBILE HEADER
   APPOINTMENT LEFT + MENU RIGHT
========================================= */

.mobile-header-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Three-line menu only */
.mobile-menu-btn {
    display: none;
    width: 32px;
    height: 32px;
    padding: 4px;
    margin-left: 10px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;

    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.mobile-menu-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #E1C98F;
    border-radius: 2px;
    transition: all 0.3s ease;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

    header.header {
        position: sticky;
        top: 0;
        z-index: 1000;
        padding: 10px 16px;
    }

    .navbar {
        display: none;
    }

    .mobile-header-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        padding: 9px 14px;

        background: #5A3150;
        color: #FFFFFF;

        border: 1px solid #C9A45C;
        border-radius: 22px;

        font-size: 9px;
        font-weight: 600;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    .mobile-menu-btn {
        display: flex;
        margin-left: auto;
    }

    /* Open navigation */
    .navbar.mobile-open {
        position: absolute;
        top: 100%;
        left: 12px;
        right: 12px;

        display: flex;
        flex-direction: column;

        padding: 8px;

        background: #321522;
        border: 1px solid rgba(201,164,92,0.45);
        border-radius: 12px;

        box-shadow: 0 15px 35px rgba(33,19,26,0.35);
    }

    .navbar.mobile-open a {
        display: block;
        width: 100%;

        padding: 12px 14px;

        color: #FFFFFF;
        font-size: 12px;

        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .navbar.mobile-open a:last-child {
        border-bottom: none;
    }

    /* Menu → X */
    .mobile-menu-btn.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-btn.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}
/* =========================================
   BRIDAL BEAUTY - BACKGROUND IMAGE
========================================= */

.bridal {
    position: relative;
    padding: 110px 20px;

    background-image: url("bridalback.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #FFFFFF;
    overflow: hidden;
}

/* Bridal content */
.bridal-content {
    position: relative;
    z-index: 2;
}

/* Text visibility */
.bridal .section-label {
    color: #E1C98F;
}

.bridal .section-title {
    color: #FFFFFF;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.bridal-content > p {
    color: #FFFFFF;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
}
/* =========================================
   ACADEMY - BACKGROUND IMAGE
========================================= */

.academy {
    position: relative;
    padding: 110px 20px;

    background-image: url("Academyback.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #FFFFFF;
    overflow: hidden;
}

.academy .section-label {
    color: #E1C98F;
}

.academy .section-title {
    color: #FFFFFF;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.academy .section-text {
    color: #FFFFFF;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
}
/* =========================================
   GALLERY - BACKGROUND IMAGE
========================================= */

.gallery-section {
    position: relative;
    padding: 85px 20px;

    background-image: url("social1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #FFFFFF;
    overflow: hidden;
}

/* Gallery heading */
.gallery-heading {
    position: relative;
    z-index: 2;
}

.gallery-heading .gallery-label {
    color: #E1C98F;
}

.gallery-heading h2 {
    color: #FFFFFF;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.gallery-heading .gallery-intro {
    color: #FFFFFF;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
}
/* =========================================
   ACADEMY COURSE POSTERS - WHITE STYLE
========================================= */

.academy-card,
.academy-course,
.course-card,
.academy-box {
    background: #FFFFFF !important;
    color: #321522 !important;
    border: 1px solid rgba(201, 164, 92, 0.65);
    box-shadow: 0 12px 35px rgba(33, 19, 26, 0.15);
}

/* Poster headings */
.academy-card h3,
.academy-course h3,
.course-card h3,
.academy-box h3 {
    color: #321522 !important;
}

/* Poster text */
.academy-card p,
.academy-course p,
.course-card p,
.academy-box p {
    color: #5A3150 !important;
}

/* Gold details */
.academy-card span,
.academy-course span,
.course-card span,
.academy-box span {
    color: #C9A45C !important;
}
/* =========================================
   HOME HERO - REMOVE DARK OVERLAY
========================================= */
.hero-overlay {
    background: rgba(33, 19, 26, 0.68);
}
.hero {
    background-image: url("background.jpg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* =========================================
   FINAL HOME HERO SHADE
========================================= */

.hero {
    position: relative;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: rgba(0, 0, 0, 0.38) !important;
    opacity: 1 !important;
}

.hero-content {
    position: relative;
    z-index: 2;
}
/* =========================
   APPOINTMENT BOOKING FORM
========================= */

.appointment-section {
    width: 100%;
    max-width: 850px;
    margin: 55px auto 0;
}

.appointment-heading {
    text-align: center;
    margin-bottom: 28px;
}

.appointment-heading .section-label {
    display: block;
    margin-bottom: 8px;
    color: #76506F;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.appointment-heading h3 {
    margin: 0 0 10px;
    color: #321522;
    font-size: 28px;
    font-weight: 600;
}

.appointment-heading p {
    max-width: 600px;
    margin: 0 auto;
    color: #5A3150;
    font-size: 12px;
    line-height: 1.7;
}


/* FORM BOX */

.appointment-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

    padding: 38px;

    background: #FFFFFF;
    border: 1px solid rgba(201, 164, 92, 0.55);
    border-radius: 20px;

    box-shadow: 0 18px 45px rgba(33, 19, 26, 0.14);

    box-sizing: border-box;
}


/* FORM GROUP */

.appointment-form .form-group {
    margin: 0;
}

.appointment-form .form-group:nth-child(6) {
    grid-column: 1 / -1;
}


/* LABEL */

.appointment-form .form-group label {
    display: block;
    margin-bottom: 8px;

    color: #321522;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.4px;
}


/* INPUT / SELECT / TEXTAREA */

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
    width: 100%;

    padding: 13px 14px;

    border: 1px solid rgba(90, 49, 80, 0.22);
    border-radius: 9px;

    background: #FFFFFF;
    color: #321522;

    font-family: inherit;
    font-size: 12px;

    outline: none;

    box-sizing: border-box;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


/* PLACEHOLDER */

.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
    color: rgba(90, 49, 80, 0.55);
}


/* FOCUS */

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
    border-color: #C9A45C;

    box-shadow:
        0 0 0 3px rgba(201, 164, 92, 0.10);
}


/* TEXTAREA */

.appointment-form textarea {
    min-height: 110px;
    resize: vertical;
}


/* SUBMIT BUTTON */

.appointment-submit {
    grid-column: 1 / -1;

    width: 100%;

    padding: 14px 20px;

    border: 1px solid #C9A45C;
    border-radius: 30px;

    background: #5A3150;
    color: #FFFFFF;

    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.7px;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.appointment-submit:hover {
    background: #C9A45C;
    color: #21131A;

    transform: translateY(-2px);
}


/* NOTE */

.appointment-note {
    grid-column: 1 / -1;

    margin: -8px 0 0;

    text-align: center;

    color: #76506F;
    font-size: 10px;
    line-height: 1.5;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .appointment-section {
        margin-top: 40px;
    }

    .appointment-heading {
        margin-bottom: 22px;
    }

    .appointment-heading h3 {
        font-size: 23px;
    }

    .appointment-heading p {
        font-size: 11px;
        line-height: 1.6;
    }

    .appointment-form {
        grid-template-columns: 1fr;

        gap: 17px;

        padding: 24px 18px;

        border-radius: 15px;
    }

    .appointment-form .form-group:nth-child(6) {
        grid-column: auto;
    }

    .appointment-form .form-group label {
        font-size: 10px;
    }

    .appointment-form input,
    .appointment-form select,
    .appointment-form textarea {
        padding: 12px;

        font-size: 11px;
    }

    .appointment-submit {
        grid-column: auto;

        padding: 13px 15px;

        font-size: 10px;
    }

    .appointment-note {
        grid-column: auto;

        font-size: 9px;
    }
}
/* =========================
   CONTACT → APPOINTMENT → FOOTER SPACING
========================= */

.appointment-section {
    margin-top: 60px;
    margin-bottom: 20px;
}

.footer {
    margin-top: 0;
    position: relative;
    clear: both;
}
/* =========================
   LUXURY FOOTER
========================= */

.footer {
    position: relative;
    padding: 55px 20px 25px;
    background: #21131A;
    color: #FFFFFF;
    text-align: center;
    border-top: 1px solid rgba(201, 164, 92, 0.45);
}


/* FOOTER LOGO */

.footer-logo {
    margin-bottom: 6px;

    color: #E1C98F;

    font-size: 32px;
    font-weight: 600;
    letter-spacing: 4px;
}


/* SUBTITLE */

.footer > p:first-of-type {
    margin: 0 0 25px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 11px;
    letter-spacing: 1px;
}


/* FOOTER LINKS */

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 22px;

    margin-bottom: 28px;
}

.footer-links a {
    color: #FFFFFF;

    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;

    text-decoration: none;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.footer-links a:hover {
    color: #E1C98F;
    transform: translateY(-2px);
}


/* COPYRIGHT */

.footer .copyright {
    margin: 0;
    padding-top: 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.10);

    color: rgba(255, 255, 255, 0.50);

    font-size: 9px;
    line-height: 1.6;
}


/* =========================
   MOBILE FOOTER
========================= */

@media (max-width: 600px) {

    .footer {
        padding: 42px 16px 22px;
    }

    .footer-logo {
        font-size: 27px;
        letter-spacing: 3px;
    }

    .footer > p:first-of-type {
        font-size: 9px;
        margin-bottom: 22px;
    }

    .footer-links {
        gap: 14px 18px;
        margin-bottom: 24px;
    }

    .footer-links a {
        font-size: 9px;
    }

    .footer .copyright {
        padding-top: 17px;
        font-size: 8px;
    }
}
/* =========================
   FINAL GALLERY + SOCIAL
   BACKGROUND CORRECTION
========================= */

.gallery-section {
    position: relative;
    background-image: url("background.jpg.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Soft overlay for Gallery */
.gallery-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(247, 241, 234, 0.72);
    z-index: 0;
}

.gallery-section .gallery-container {
    position: relative;
    z-index: 1;
}


/* =========================
   SOCIAL MEDIA
========================= */

.social-media {
    position: relative;
    background-image: url("social1.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Soft overlay for Social Media */
.social-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(247, 241, 234, 0.72);
    z-index: 0;
}

.social-media .container {
    position: relative;
    z-index: 1;
}


/* Keep Social Cards White */

.social-media .social-card {
    background: #FFFFFF !important;
    border: 1px solid rgba(201, 164, 92, 0.65) !important;
    box-shadow: 0 12px 30px rgba(33, 19, 26, 0.15);
}


/* Gold Arrow Circle */

.social-media .social-arrow {
    color: #C9A45C !important;
    border: 1px solid #C9A45C !important;
    background: #FFFFFF !important;
}

.social-media .social-card:hover .social-arrow {
    background: #C9A45C !important;
    color: #21131A !important;
}
/* =========================
   MOBILE BOOK APPOINTMENT
========================= */

@media (max-width: 700px) {

    .nav-button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;

        padding: 9px 16px;

        background: #FFFFFF !important;
        color: #5A3150 !important;

        border: 1px solid #C9A45C !important;
        border-radius: 22px;

        font-size: 9px;
        font-weight: 600;
        letter-spacing: 0.5px;

        text-decoration: none;

        white-space: nowrap;

        box-shadow: 0 3px 10px rgba(33, 19, 26, 0.10);
    }

    .nav-button:hover {
        background: #C9A45C !important;
        color: #21131A !important;
    }

}
/* =========================
   GALLERY CARD CONTENT FIX
========================= */

.gallery-item.hair-card {
    position: relative;
    overflow: hidden !important;
}

.gallery-item.hair-card .gallery-item-overlay {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    box-sizing: border-box !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important;

    padding: 20px 12px !important;

    overflow: hidden !important;
}

/* Keep title inside the card */

.gallery-item-overlay h3 {
    max-width: 100% !important;
    margin: 0 0 5px !important;

    box-sizing: border-box !important;

    text-align: center !important;

    line-height: 1.2 !important;
}

/* Keep description inside */

.gallery-item-overlay p {
    max-width: 100% !important;
    margin: 0 0 10px !important;

    box-sizing: border-box !important;

    text-align: center !important;
}

/* Keep button inside */

.gallery-item-overlay .gallery-view-btn {
    position: relative !important;

    max-width: 100% !important;

    flex-shrink: 0 !important;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .gallery-item.hair-card .gallery-item-overlay {
        padding: 10px 7px !important;
    }

    .gallery-item-overlay h3 {
        font-size: 12px !important;
        line-height: 1.15 !important;
    }

    .gallery-item-overlay p {
        font-size: 7px !important;
        line-height: 1.3 !important;
        margin-bottom: 7px !important;
    }

    .gallery-item-overlay .gallery-view-btn {
        min-width: 68px !important;
        padding: 5px 8px !important;
        font-size: 7px !important;
    }
}
/* =========================
   SERVICES + GALLERY
   DARK CONTENT READABILITY
========================= */


/* SERVICES */

.services {
    position: relative;
    overflow: hidden;
}

.services::before {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.42);

    z-index: 0;
}

.services > * {
    position: relative;
    z-index: 1;
}


/* SERVICES TEXT */

.services .section-label {
    color: #E1C98F !important;
}

.services .section-title,
.services .section-title span {
    color: #FFFFFF !important;

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.85);
}

.services .section-heading p {
    color: #FFFFFF !important;

    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.85);
}


/* =========================
   GALLERY
========================= */

.gallery-section {
    position: relative;
    overflow: hidden;
}


/* Dark transparent layer */

.gallery-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.42);

    z-index: 0;
}


/* Keep all gallery content above overlay */

.gallery-section .gallery-container {
    position: relative;
    z-index: 1;
}


/* GALLERY TEXT */

.gallery-section .gallery-label {
    color: #E1C98F !important;
}

.gallery-section .gallery-heading h2,
.gallery-section .gallery-heading h2 span {
    color: #FFFFFF !important;

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.85);
}

.gallery-section .gallery-intro {
    color: #FFFFFF !important;

    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.85);
}
/* =========================
   BRIDAL + ACADEMY
   DARK INFORMATION TEXT
========================= */


/* BRIDAL HIGHLIGHTS */

.bridal-highlights span {
    color: #321522 !important;
    font-weight: 700 !important;

    text-shadow: none !important;
}


/* =========================
   ACADEMY COURSE INFO
========================= */

.academy-card .duration,
.academy-course .duration,
.course-card .duration,
.academy-box .duration {
    color: #321522 !important;
    font-weight: 700 !important;
}


.academy-card .certification,
.academy-course .certification,
.course-card .certification,
.academy-box .certification {
    color: #321522 !important;
    font-weight: 700 !important;
}


/* Generic Academy information */

.academy-card p,
.academy-course p,
.course-card p,
.academy-box p {
    color: #321522 !important;
}


/* Gold headings remain gold */

.academy-card span,
.academy-course span,
.course-card span,
.academy-box span {
    color: #321522 !important;
}
/* =========================================
   FINAL DESKTOP HEADER ALIGNMENT
========================================= */

@media (min-width: 701px) {

    .header {
        position: relative;
        width: 100%;
        height: 88px;
        padding: 0 45px;
        box-sizing: border-box;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar {
        width: auto !important;
        flex: 1;
        display: flex !important;
        align-items: center;
        justify-content: center !important;
        gap: 24px !important;
        margin: 0 auto;
    }

    .navbar a {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        color: #FFFFFF;
        text-decoration: none;
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
    }

    .mobile-header-actions {
        position: absolute;
        right: 45px;
        top: 50%;
        transform: translateY(-50%);

        width: auto;
        display: flex;
        align-items: center;
    }

    .mobile-menu-btn {
        display: none !important;
    }

    .nav-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        padding: 11px 18px;
        background: #C9A45C;
        color: #321522 !important;

        border: 1px solid #C9A45C;
        border-radius: 25px;

        font-size: 11px;
        font-weight: 600;
        white-space: nowrap;

        text-decoration: none;
    }

    .nav-button:hover {
        background: #E1C98F;
        color: #21131A !important;
    }
}


/* =========================================
   MOBILE HEADER
========================================= */

@media (max-width: 700px) {

    header.header {
        position: sticky;
        top: 0;
        z-index: 1000;

        width: 100%;
        padding: 10px 16px;
        box-sizing: border-box;

        display: flex;
        align-items: center;
    }

    .mobile-header-actions {
        position: static;
        transform: none;

        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar {
        display: none !important;
    }

    .nav-button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;

        padding: 9px 16px;

        background: #FFFFFF !important;
        color: #5A3150 !important;

        border: 1px solid #C9A45C !important;
        border-radius: 22px;

        font-size: 9px;
        font-weight: 600;
        white-space: nowrap;
    }

    .mobile-menu-btn {
        display: flex !important;
        margin-left: auto;
        border: none !important;
        outline: none !important;
        background: transparent !important;
    }
}
/* =========================================
   MOBILE MENU - FINAL FIX
========================================= */

@media (max-width: 700px) {

    .navbar.mobile-open {
        position: absolute !important;
        top: 100% !important;
        left: 12px !important;
        right: 12px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;

        padding: 8px !important;

        background: #321522 !important;
        border: 1px solid rgba(201, 164, 92, 0.45) !important;
        border-radius: 12px !important;

        box-shadow: 0 15px 35px rgba(33, 19, 26, 0.35);
        z-index: 9999 !important;
    }

    .navbar.mobile-open a {
        display: block !important;
        width: 100% !important;
        padding: 12px 14px !important;
        box-sizing: border-box;

        color: #FFFFFF !important;
        font-size: 12px !important;
        text-decoration: none;

        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .navbar.mobile-open a:last-child {
        border-bottom: none;
    }
}

/* =========================================
   ABOUT US CTA BUTTONS
========================================= */

.about-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.about-button,
.about-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 13px 24px;

    border-radius: 30px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;

    transition: all 0.3s ease;
}

/* Explore Services */
.about-button {
    background: #ffffff;
    color: #222;
}

.about-button:hover {
    transform: translateY(-3px);
}

/* WhatsApp */
.about-whatsapp {
    background: #25D366;
    color: #ffffff;
}

.about-whatsapp:hover {
    background: #1ebe5d;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.25);
}

/* Mobile */
@media (max-width: 600px) {

    .about-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-button,
    .about-whatsapp {
        width: auto;
    }
}
/* ABOUT US - HEADING & BUTTON ALIGNMENT */

.about-content h2 {
    font-size: clamp(34px, 3.8vw, 50px);
    line-height: 1.15;
    margin-bottom: 20px;
}

.about-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.about-button,
.about-whatsapp {
    height: 48px;
    min-width: 190px;
    padding: 0 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    border-radius: 28px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
    transition: all 0.3s ease;
}

.about-button {
    background: #ffffff;
    color: #222222;
}

.about-whatsapp {
    background: #25D366;
    color: #ffffff;
}

.about-button:hover,
.about-whatsapp:hover {
    transform: translateY(-2px);
}
/* ABOUT BUTTONS - PERFECT ALIGNMENT */

.about-buttons {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 14px;
    flex-wrap: nowrap;
    margin-top: 24px;
}

.about-buttons .about-button,
.about-buttons .about-whatsapp {
    width: 210px;
    height: 48px;
    min-width: 210px;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    border-radius: 28px;

    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    margin: 0;
}

/* Explore button */
.about-buttons .about-button {
    background: #ffffff;
    color: #222222;
}

/* WhatsApp button */
.about-buttons .about-whatsapp {
    background: #25D366;
    color: #ffffff;
}

/* Hover */
.about-buttons .about-button:hover,
.about-buttons .about-whatsapp:hover {
    transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 600px) {
    .about-buttons {
        flex-wrap: wrap;
    }

    .about-buttons .about-button,
    .about-buttons .about-whatsapp {
        width: 100%;
        max-width: 280px;
        min-width: 0;
    }
}
/* =========================================
   APPOINTMENT - WHATSAPP ENQUIRY
========================================= */

.appointment-whatsapp {
    margin: 28px auto 0;
    padding: 24px 20px 10px;
    max-width: 720px;

    text-align: center;

    /* clean divider above WhatsApp enquiry */
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.appointment-whatsapp p {
    margin: 0 auto 16px;
    max-width: 600px;

    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

/* WhatsApp button */
.appointment-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-width: 210px;
    height: 46px;
    padding: 0 24px;

    box-sizing: border-box;

    background: #25D366;
    color: #ffffff;

    border-radius: 24px;
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    box-shadow: 0 5px 16px rgba(37, 211, 102, 0.18);

    transition: all 0.3s ease;
}

.appointment-whatsapp-btn:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
}

/* Mobile */
@media (max-width: 600px) {

    .appointment-whatsapp {
        margin-top: 22px;
        padding: 20px 15px 8px;
    }

    .appointment-whatsapp p {
        font-size: 13px;
        line-height: 1.6;
    }

    .appointment-whatsapp-btn {
        width: 100%;
        max-width: 280px;
    }
}