  :root {



    --gold: #D4AF37;



    --rose: #F1D27A;



    --sage: #8BAF8D;



    --cream: #FAF6F0;



    --deep: #1A1410;



    --warm: #2E1A47;



    --muted: #7A6A5A;



    --light-gold: #F0E4CA;



  }







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







  html {
    scroll-behavior: smooth;
  }







  body {



    font-family: 'DM Sans', sans-serif;



    background: var(--cream);



    color: var(--deep);



    overflow-x: hidden;



  }







  /* === NAV === */



  nav {



    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;



    padding: 1.2rem 4rem;



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



    background: #fff;



    backdrop-filter: blur(12px);



    border-bottom: 1px solid rgba(201, 169, 110, 0.2);



    transition: all 0.3s;



  }



  .nav-brand {



    font-family: 'Cormorant Garamond', serif;



    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;



    color: var(--warm);



    text-decoration: none;



  }







  .nav-brand span {
    color: var(--gold);
  }



  .nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
    align-items: center;
  }



  .nav-links a {



    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.08em;



    text-transform: uppercase;
    color: var(--muted);
    text-decoration: none;



    transition: color 0.3s;



  }



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



  .nav-cta {



    background: var(--warm);
    color: var(--cream) !important;



    padding: 0.6rem 1.4rem;
    border-radius: 2px;



  }



  .mobile-connect {



    display: none;



    background: var(--warm);



    color: var(--cream);



    padding: 0.65rem 1rem;



    border-radius: 2px;



    text-decoration: none;



    font-size: 0.72rem;



    font-weight: 500;



    letter-spacing: 0.1em;



    text-transform: uppercase;



    white-space: nowrap;



  }



  .mobile-connect:hover {



    background: var(--gold);



    color: var(--deep);



  }



  .nav-social a {



    background: var(--gold);



    height: 35px;



    width: 34px;



    display: flex;



    justify-content: center;



    align-items: center;



    letter-spacing: 0;



    font-size: 15px;



    color: #000;



  }



  .nav-social a:hover {



    background: var(--warm);



    color: #fff;



  }



  .nav-cta:hover {
    background: var(--gold);
    color: var(--deep) !important;
  }



  .header-logo {



    height: 50px;



  }



  /* === HERO === */



  #hero {



    min-height: 100vh;



    display: grid;



    grid-template-columns: 1fr 1fr;



    position: relative;



    overflow: hidden;



  }



  .hero-left {



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



    padding: 8rem 4rem 4rem 6rem;



    position: relative;
    z-index: 2;



  }



  .hero-tag {



    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.2em;



    text-transform: uppercase;
    color: #4B2A73;



    margin-bottom: 1.5rem;



    display: flex;
    align-items: center;
    gap: 0.8rem;



  }



  .hero-tag::before {



    content: '';



    display: inline-block;
    width: 30px;
    height: 1px;
    background: #4B2A73;



  }



  .hero-headline {



    font-family: 'Cormorant Garamond', serif;



    font-size: clamp(3rem, 5vw, 4.5rem);



    font-weight: 600;
    line-height: 1.1;



    color: var(--warm);



    margin-bottom: 0.5rem;



  }



  .hero-headline em {



    font-style: italic;
    color: var(--gold);



    font-weight: 400;



  }



  .hero-sub {



    font-family: 'Cormorant Garamond', serif;



    font-size: clamp(1.3rem, 2vw, 1.8rem);



    font-weight: 300;
    font-style: italic;



    color: var(--muted);
    margin-bottom: 2rem;



  }



  .hero-desc {



    font-size: 1rem;
    line-height: 1.8;
    color: #5A4A3A;



    max-width: 480px;
    margin-bottom: 3rem;
    font-weight: 300;



  }



  .hero-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }



  .btn-primary {



    background: var(--warm);
    color: var(--cream);



    padding: 1rem 2.2rem;
    border: none;
    cursor: pointer;



    font-family: 'DM Sans', sans-serif;



    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.1em;



    text-transform: uppercase;
    text-decoration: none;



    display: inline-block;



    transition: all 0.3s;



    border-radius: 2px;



  }



  .btn-primary:hover {
    background: var(--gold);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 169, 110, 0.4);
  }



  .btn-outline {



    background: transparent;
    color: var(--warm);



    padding: 1rem 2.2rem;
    border: 1.5px solid var(--warm);
    cursor: pointer;



    font-family: 'DM Sans', sans-serif;



    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.1em;



    text-transform: uppercase;
    text-decoration: none;



    display: inline-block;



    transition: all 0.3s;



    border-radius: 2px;



  }



  .btn-outline:hover {
    background: var(--warm);
    color: var(--cream);
  }







  .hero-right {



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



    overflow: hidden;



  }



  .hero-bg-pattern {



    position: absolute;
    inset: 0;



    background:



      radial-gradient(ellipse 70% 70% at 60% 50%, rgba(201, 169, 110, 0.12) 0%, transparent 70%),



      radial-gradient(ellipse 40% 40% at 80% 20%, rgba(212, 132, 122, 0.1) 0%, transparent 60%);



  }



  .hero-image-frame {



    width: 420px;
    height: 540px;



    position: relative;
    z-index: 2;



    margin-top: 5rem;



  }



  .hero-image-placeholder {



    width: 100%;
    height: 100%;



    background: linear-gradient(145deg, #E8DDD0 0%, #D4C4B0 40%, #C9B89A 100%);



    border-radius: 200px 200px 0 0;



    display: flex;
    flex-direction: column;



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



    position: relative;
    overflow: hidden;



  }



  .hero-image-placeholder::before {



    content: '';



    position: absolute;
    inset: 0;



    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A96E' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");



  }



  .hero-avatar-circle {



    width: 120px;
    height: 120px;
    border-radius: 50%;



    background: linear-gradient(135deg, var(--gold), var(--rose));



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



    font-family: 'Cormorant Garamond', serif;



    font-size: 3rem;
    color: white;
    font-weight: 600;



    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;



    box-shadow: 0 20px 60px rgba(201, 169, 110, 0.4);



  }



  .hero-name-card {



    text-align: center;



    position: absolute;



    z-index: 1;



    bottom: 20px;



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



    padding: 5px 20px;



    border-radius: 6px;



  }



  .hero-name-card h3 {



    font-family: 'Cormorant Garamond', serif;



    font-size: 1.8rem;
    font-weight: 600;
    color: var(--warm);



  }



  .hero-name-card p {
    font-size: 0.85rem;
    color: var(--muted);
    margin-top: 0.3rem;
  }







  .badge-float {



    position: absolute;



    background: white;



    border-radius: 12px;



    padding: 1rem 1.3rem;



    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);



    z-index: 3;



    animation-duration: 3s;



    animation-iteration-count: infinite;



    animation-timing-function: ease-in-out;



  }







  /* Position */



  .badge-float.b1 {



    bottom: 15%;



    left: -30px;



    animation-name: floatUpDown;



  }







  .badge-float.b2 {



    top: 60%;



    right: -100px;



    animation-name: floatDownUp;



  }







  /* Normal up-down */



  @keyframes floatUpDown {



    0% {
      transform: translateY(0);
    }



    50% {
      transform: translateY(-15px);
    }



    100% {
      transform: translateY(0);
    }



  }







  /* Reverse movement */



  @keyframes floatDownUp {



    0% {
      transform: translateY(0);
    }



    50% {
      transform: translateY(15px);
    }



    100% {
      transform: translateY(0);
    }



  }







  /* Text styles */



  .badge-float .badge-num {



    font-family: 'Cormorant Garamond', serif;



    font-size: 2rem;



    font-weight: 700;



    color: var(--gold);



    line-height: 1;



  }







  .badge-float .badge-txt {



    font-size: 0.72rem;



    color: var(--muted);



    font-weight: 500;



  }







  /* === CATCHLINE STRIP === */



  .catchline-strip {



    background: var(--warm);



    padding: 1.2rem 0;



    overflow: hidden;



    white-space: nowrap;



  }



  .catchline-inner {



    display: inline-flex;
    gap: 4rem;



    animation: marquee 18s linear infinite;



  }



  .catchline-item {



    font-family: 'Cormorant Garamond', serif;



    font-size: 1.1rem;
    font-style: italic;



    color: var(--light-gold);
    letter-spacing: 0.05em;



    display: flex;
    align-items: center;
    gap: 1.5rem;



  }



  .catchline-dot {
    color: var(--rose);
    font-size: 0.6rem;
  }



  @keyframes marquee {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }







  /* === ABOUT === */



  #about {



    padding: 7rem 6rem;



    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 6rem;
    align-items: center;



  }



  .about-label {



    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;



    color: #4B2A73;
    margin-bottom: 1rem;



  }



  .section-title {



    font-family: 'Cormorant Garamond', serif;



    font-size: clamp(2rem, 3.5vw, 3rem);



    font-weight: 600;
    line-height: 1.2;
    color: var(--warm);



    margin-bottom: 1.5rem;



  }



  .section-title em {
    font-style: italic;
    color: var(--gold);
  }



  .about-story {
    font-size: 0.95rem;
    line-height: 1.9;
    color: #5A4A3A;
    font-weight: 300;
    margin-bottom: 1.5rem;
  }



  .about-highlight {



    border-left: 3px solid var(--gold);



    padding-left: 1.5rem;



    font-family: 'Cormorant Garamond', serif;



    font-size: 1.25rem;
    font-style: italic;
    font-weight: 400;



    color: var(--warm);
    margin: 2rem 0;



    line-height: 1.5;



  }



  .about-right {
    position: relative;
  }



  .about-card {



    background: white;
    border-radius: 4px;



    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);



    position: relative;
    overflow: hidden;



  }



  .about-card::before {



    content: '';



    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;



    background: linear-gradient(90deg, #2D1B69);



  }



  .about-card-title {



    font-family: 'Cormorant Garamond', serif;



    font-size: 1.5rem;
    font-weight: 600;
    color: var(--warm);



    margin-bottom: 1.5rem;



  }



  .journey-item {



    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;



    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(201, 169, 110, 0.15);



  }



  .journey-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }



  .journey-icon {



    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;



    background: var(--warm);



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



    font-size: 1.1rem;



  }



  .journey-text h4 {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--warm);
    margin-bottom: 0.25rem;
  }



  .journey-text p {
    font-size: 0.8rem;
    color: var(--muted);
    line-height: 1.5;
  }







  /* === TRANSFORMATION === */



  #transformation {



    /* background: linear-gradient(135deg, var(--warm) 0%, #2D1F15 100%); */



    background: url('../images/transformation-bg2.jpg');



    background-attachment: fixed;



    background-position: top right;



    padding: 7rem 6rem;



    position: relative;
    overflow: hidden;



  }



  #transformation::before {



    content: '';



    position: absolute;
    top: -100px;
    right: -100px;



    width: 500px;
    height: 500px;
    border-radius: 50%;



    background: radial-gradient(circle, rgba(201, 169, 110, 0.1) 0%, transparent 70%);



  }



  .transform-header {
    text-align: center;
    margin-bottom: 4rem;
  }



  .transform-header .section-title {
    color: var(--cream);
  }



  .transform-header .section-title em {
    color: var(--gold);
  }



  .transform-header .section-sub {



    font-size: 1rem;
    color: rgba(250, 246, 240, 0.6);
    font-weight: 300;
    line-height: 1.8;



    max-width: 600px;
    margin: 1rem auto 0;



  }



  .transform-grid {



    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;



    position: relative;
    z-index: 1;



  }



  .transform-card {



    background: rgba(0, 0, 0, 0.30);



    border: 1px solid rgba(201, 169, 110, 0.2);



    border-radius: 4px;
    padding: 2.5rem 2rem;



    transition: all 0.4s;



    position: relative;
    overflow: hidden;



  }



  .transform-card::after {



    content: '';



    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;



    background: linear-gradient(transparent, rgba(201, 169, 110, 0.08));



    transition: height 0.4s;



  }



  .transform-card:hover {
    border-color: var(--gold);
    transform: translateY(-4px);
  }



  .transform-card:hover::after {
    height: 100%;
  }



  .transform-icon {



    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    display: block;



  }



  .transform-card h3 {



    font-family: 'Cormorant Garamond', serif;



    font-size: 1.3rem;
    font-weight: 600;
    color: var(--gold);



    margin-bottom: 0.8rem;



  }



  .transform-card p {



    font-size: 0.88rem;
    color: rgba(250, 246, 240, 0.65);



    line-height: 1.7;
    font-weight: 300;



  }







  /* === FOR WHO === */



  #for-who {



    padding: 7rem 6rem;



    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 6rem;
    align-items: center;



  }



  .forwho-list {
    margin-top: 2rem;
  }



  .forwho-item {



    display: flex;
    align-items: flex-start;
    gap: 1rem;



    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(201, 169, 110, 0.15);



  }



  .forwho-item:first-child {
    padding-top: 0;
  }



  .forwho-check {



    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;



    background: linear-gradient(135deg, var(--warm), #4B2A73);



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



    font-size: 0.75rem;
    color: white;
    margin-top: 2px;



  }



  .forwho-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5A4A3A;
    font-weight: 300;
  }



  .forwho-text strong {
    color: var(--warm);
    font-weight: 500;
  }







  .forwho-visual {



    background: var(--light-gold);
    border-radius: 4px;



    padding: 3rem 2.5rem;
    position: relative;



  }



  .forwho-visual h3 {



    font-family: 'Cormorant Garamond', serif;



    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;



    color: var(--warm);
    margin-bottom: 2rem;
    line-height: 1.3;



  }



  .stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }



  .stat-box {



    background: white;
    border-radius: 4px;
    padding: 1.5rem;



    text-align: center;



  }



  .stat-box .stat-num {



    font-family: 'Cormorant Garamond', serif;



    font-size: 2.2rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;



    display: block;



  }



  .stat-box .stat-label {
    font-size: 0.75rem;
    color: var(--muted);
    margin-top: 0.3rem;
    font-weight: 400;
  }







  /* === WHY ME === */



  #why-me {



    background: var(--cream);



    padding: 7rem 6rem;



    border-top: 1px solid rgba(201, 169, 110, 0.2);



  }



  .why-header {
    text-align: center;
    margin-bottom: 4rem;
  }



  .why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }



  .why-card {



    background: white;
    border-radius: 4px;
    padding: 2.5rem;



    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);



    display: flex;
    gap: 1.5rem;
    align-items: flex-start;



    transition: transform 0.3s;



  }



  .why-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  }



  .why-num {



    font-family: 'Cormorant Garamond', serif;



    font-size: 3rem;
    font-weight: 700;
    color: var(--warm);



    line-height: 1;
    min-width: 60px;



  }



  .why-content h4 {



    font-family: 'Cormorant Garamond', serif;



    font-size: 1.2rem;
    font-weight: 600;
    color: var(--warm);



    margin-bottom: 0.5rem;



  }



  .why-content p {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.7;
    font-weight: 300;
  }







  /* === CREDENTIALS === */



  #credentials {



    background: linear-gradient(to right, var(--light-gold), #EDE0C8);



    padding: 5rem 6rem;



  }



  .cred-inner {
    text-align: center;
  }



  .cred-inner .section-title {
    color: var(--warm);
    margin-bottom: 3rem;
  }



  .cred-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
  }



  .cred-badge {



    border-radius: 4px;



    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;



    width: 20%;



  }



  .certificated_box {



    height: 155px;



    overflow: hidden;



    width: 100%;



  }



  .certificated_box img {



    height: 100%;



    object-fit: cover;



  }



  .cred-badge-icon {
    font-size: 2rem;
  }



  .cred-badge-text {
    text-align: left;
  }



  .cred-badge-text h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--warm);
    margin-bottom: 0.2rem;
  }



  .cred-badge-text p {
    font-size: 0.78rem;
    color: var(--muted);
  }







  /* === CTA === */



  /* #cta {



    padding: 8rem 6rem;



    text-align: center;



    background: var(--warm);



    background-image: url('../images/bg.jpeg');



    background-repeat: repeat-x;



    background-attachment: fixed;



    position: relative; overflow: hidden;



  } */



  .cta_section {



    padding: 8rem 6rem;



    text-align: center;



    background-image: url('../images/bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;



    /* background-size: contain; */



    /* background-attachment: fixed; */



    background-repeat: repeat;



  }



  /* #cta::before {



    content: '';



    position: absolute; inset: 0;



    background: url('../images/bg.jpeg');



  } */



  /* .cta-inner { position: relative; z-index: 1; } */



  .cta-inner .section-title {
    color: var(--cream);
    font-size: 3rem;
  }



  .cta-inner .section-title em {
    color: var(--gold);
  }



  .cta-tagline {



    font-size: 1.1rem;
    color: rgba(250, 246, 240, 0.7);
    margin: 1.5rem 0 3rem;



    font-weight: 300;
    letter-spacing: 0.05em;



    font-family: 'Cormorant Garamond', serif;



    font-style: italic;
    font-size: 1.4rem;



  }



  .cta-btns {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }



  .btn-gold {



    background: var(--gold);
    color: var(--deep);



    padding: 1.1rem 2.8rem;



    font-family: 'DM Sans', sans-serif;



    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.1em;



    text-decoration: none;



    border: none;
    cursor: pointer;
    border-radius: 2px;



    transition: all 0.3s;



    display: inline-block;



  }



  .btn-gold:hover {
    background: var(--cream);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  }



  .btn-ghost {



    background: transparent;
    color: var(--gold);



    padding: 1.1rem 2.8rem;
    border: 1.5px solid var(--gold);



    font-family: 'DM Sans', sans-serif;



    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.1em;



    text-decoration: none;



    cursor: pointer;
    border-radius: 2px;



    transition: all 0.3s;



    display: inline-block;



  }



  .btn-ghost:hover {
    background: var(--gold);
    color: var(--deep);
  }







  /* === FOOTER === */



  footer {



    background: var(--deep);



    padding: 3rem 6rem 2rem;



    display: grid;



    grid-template-columns: 1.2fr 0.8fr 1.2fr;



    gap: 2.5rem;



    align-items: start;



    border-top: 1px solid rgba(212, 175, 55, 0.18);



  }



  .footer-brand {



    font-family: 'Cormorant Garamond', serif;



    font-size: 1.3rem;
    font-weight: 600;
    color: var(--cream);



  }



  .footer-logo {



    width: 180px;



    max-width: 100%;



    height: auto;



    display: block;



  }



  .footer-brand span {
    color: var(--gold);
  }



  .footer-tagline {



    font-size: 0.78rem;



    color: rgba(250, 246, 240, 0.48);



    margin-top: 0.75rem;



    letter-spacing: 0.1em;



    text-transform: uppercase;



  }



  .footer-bottom {



    background: #120d0a;



    padding: 1rem 2rem;



    text-align: center;



    border-top: 1px solid rgba(212, 175, 55, 0.08);



  }



  .footer-copy {



    font-size: 0.78rem;



    color: rgba(250, 246, 240, 0.35);



    letter-spacing: 0.06em;



  }



  .footer-panel-title {



    font-size: 0.75rem;



    color: var(--gold);



    letter-spacing: 0.18em;



    text-transform: uppercase;



    margin-bottom: 1rem;



  }



  .footer-links {



    display: flex;



    flex-direction: column;



    gap: 0.85rem;



  }



  .footer-links a {
    font-size: 0.8rem;
    color: #7a6a5a;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.3s;
  }



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



  .footer-contact {



    display: grid;



    gap: 0.9rem;



  }



  .footer-contact-item {



    display: grid;



    grid-template-columns: 20px 1fr;



    gap: 0.85rem;



    align-items: start;



  }



  .footer-contact-item i {



    color: var(--gold);



    font-size: 0.95rem;



    margin-top: 0.15rem;



  }



  .footer-contact-label {



    display: block;



    font-size: 0.7rem;



    color: rgba(250, 246, 240, 0.42);



    letter-spacing: 0.14em;



    text-transform: uppercase;



    margin-bottom: 0.25rem;



  }



  .footer-contact-text,



  .footer-contact-text a {



    font-size: 0.92rem;



    color: var(--cream);



    text-decoration: none;



    line-height: 1.6;



  }



  .footer-contact-text a:hover {



    color: var(--gold);



  }







  /* === ANIMATIONS === */



  .fade-up {



    opacity: 0;
    transform: translateY(30px);



    transition: opacity 0.7s ease, transform 0.7s ease;



  }



  .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
  }







  /* Stagger delays */



  .delay-1 {
    transition-delay: 0.1s;
  }



  .delay-2 {
    transition-delay: 0.2s;
  }



  .delay-3 {
    transition-delay: 0.3s;
  }



  .delay-4 {
    transition-delay: 0.4s;
  }







  .svg-icon {



    width: 50px;



  }



  .journey-item .svg-icon {



    width: 25px;



    height: 25px;



    filter: brightness(0) invert(1);



  }



  .transform-icon .svg-icon {



    width: 40px;



    height: 40px;



  }



  .certificated_box .img-fluid {



    width: 100%;



    max-width: 100%;



  }



  /* === RESPONSIVE === */



  @media (max-width: 900px) {



    nav {
      padding: 1rem 1.5rem;
    }



    .nav-links {
      display: none;
    }



    .mobile-connect {
      display: inline-block;
    }



    #hero {
      grid-template-columns: 1fr;
    }



    .hero-right {
      order: 1
    }

    .badge-float.b1 {
      left: 0;
    }

    .badge-float.b2 {
      right: 0;
    }



    .hero-left {
      padding: 2rem 2rem 3rem;
      order: 2
    }

    .hero-image-frame {
      margin-top: 7rem;
    }



    #about,
    #for-who {
      grid-template-columns: 1fr;
      padding: 4rem 2rem;
      gap: 3rem;
      display: block;
    }



    #transformation,
    #why-me,
    #credentials,
    #cta {
      padding: 4rem 2rem;
    }



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



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



    .cta-btns {



      flex-direction: column;



      align-items: stretch;



      gap: 1rem;



    }



    .btn-gold,



    .btn-ghost {



      width: 100%;



      text-align: center;



      padding: 1rem 1.5rem;



    }



    footer {
      grid-template-columns: 1fr;
      gap: 2rem;
      text-align: left;
      padding: 3rem 2rem 2rem;
    }



    .footer-logo {



      margin: 0;



      width: 150px;



    }



    .footer-contact-item {



      grid-template-columns: 20px 1fr;



      justify-items: start;



    }



    .footer-contact-item i {



      margin-top: 0.15rem;



    }



    .cred-badges {



      display: grid;



      grid-template-columns: repeat(2, minmax(0, 1fr));



      gap: 1rem;



      align-items: stretch;



    }



    .cred-badge {



      width: 100%;



      padding: 0;



    }



    .footer-bottom {



      text-align: center;



    }



  }



  /* Lightbox Background Overlay */



  .lightbox-overlay {



    display: none;



    position: fixed;



    z-index: 9999;



    top: 0;



    left: 0;



    width: 100%;



    height: 100%;



    background: rgba(0, 0, 0, 0.85);



    justify-content: center;



    align-items: center;



    cursor: pointer;



  }







  /* The actual image inside the lightbox */



  .lightbox-overlay img {



    max-width: 90%;



    max-height: 80%;



    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);



    border: 3px solid #fff;



  }







  .lightbox-overlay.active {



    display: flex;



  }



  /* Navigation Buttons */



  .lb-btn {



    position: absolute;



    top: 50%;



    transform: translateY(-50%);



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



    color: white;



    border: none;



    font-size: 30px;



    padding: 15px 20px;



    cursor: pointer;



    transition: 0.3s;



    user-select: none;



  }







  .lb-btn:hover {
    background: rgba(255, 255, 255, 0.4);
  }







  .lb-prev {
    left: 20px;
  }



  .lb-next {
    right: 20px;
  }







  .lb-close {



    position: absolute;



    top: 20px;



    right: 30px;



    font-size: 40px;



    color: white;



    cursor: pointer;



    line-height: 1;



  }



  .uppercase {



    text-transform: uppercase;



  }



  .whatsappicon {



    position: fixed;



    z-index: 9;



    bottom: 15px;



    right: 15px;



  }



  .whatsappicon img {



    max-width: 50px;



  }



  .golden {



    color: var(--gold);



  }



  .justify {



    text-align: justify;



  }











  .popup-overlay {



    display: none;



    position: fixed;



    top: 0;



    left: 0;



    width: 100%;



    height: 100%;



    background: rgba(0, 0, 0, 0.6);



    justify-content: center;



    align-items: center;



    z-index: 9999;



  }







  .popup-content {



    background: #fff;



    padding: 25px;



    border-radius: 10px;



    width: 350px;



    position: relative;



  }







  .popup-content h2 {



    margin-bottom: 15px;



  }







  .popup-content input,



  .popup-content textarea {



    width: 100%;



    margin-bottom: 10px;



    padding: 10px;



    border: 1px solid #ccc;



    border-radius: 5px;



  }







  .popup-content .wpcf7-submit {



    width: 100%;



    padding: 10px;



    background: var(--warm);



    color: #fff;



    border: none;



    border-radius: 5px;



    cursor: pointer;



  }







  .popup-success-message {



    display: none;



    margin-top: 14px;



    padding: 12px 14px;



    border-radius: 8px;



    background: #f4efe6;



    border: 1px solid rgba(176, 128, 78, 0.28);



    color: #6b4a2f;



    font-size: 0.95rem;



    line-height: 1.5;



  }







  .popup-success-message.is-visible {



    display: block;



  }







  .close-btn {



    position: absolute;



    top: 10px;



    right: 25px;



    font-size: 40px;



    cursor: pointer;



  }







  /* === TESTIMONIALS === */



  #testimonials {



    padding: 2rem 4rem 6rem;



    background: var(--cream);



    position: relative;



  }







  .testimonials-inner {



    max-width: 1200px;



    margin: 0 auto;



  }







  /* Testimonials Carousel Responsive Fix */



  /* Owl Carousel-like Responsive Testimonials */



  .testimonials-carousel {



    overflow: hidden;



    margin-top: 3rem;



    position: relative;



    max-width: 1200px;



    margin-left: auto;



    margin-right: auto;



  }







  .testimonials-track {



    display: flex;



    gap: 2rem;



    transition: transform 0.5s cubic-bezier(.77, 0, .18, 1);



  }







  .testimonial-card {



    flex: 0 0 calc((100% - 4rem) / 3);



    max-width: calc((100% - 4rem) / 3);



    background: white;



    border-radius: 16px;



    padding: 2rem;



    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);



    border: 1px solid rgba(201, 169, 110, 0.1);



    transition: transform 0.3s ease, box-shadow 0.3s ease;



    box-sizing: border-box;



  }


  .btn-contact-gold {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    letter-spacing: 0;
    max-width: 200px;
    background: var(--gold);
    color: var(--deep);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none;
    border: none;
    cursor: pointer;
  }

  .btn-contact-gold:hover {
    background: var(--warm);
    ;
    color: #fff;
  }




  @media (max-width: 1024px) {



    .testimonial-card {



      flex: 0 0 calc((100% - 2rem) / 2);



      max-width: calc((100% - 2rem) / 2);



    }



    .testimonials-track {



      gap: 2rem;



    }



  }







  @media (max-width: 768px) {



    .testimonials-carousel {



      max-width: 98vw;



    }



    .testimonial-card {



      flex: 0 0 100%;



      max-width: 100%;



      padding: 1.2rem;



    }



    .testimonials-track {



      gap: 1rem;



    }



    #testimonials {



      padding: 4rem 2rem;



    }



    .testimonials-nav {



      gap: 0.5rem;



    }



    .testimonial-btn {



      width: 40px;



      height: 40px;



      font-size: 1rem;



    }



  }







  .testimonial-card:hover {



    transform: translateY(-4px);



    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);



  }







  .testimonial-image {



    width: 80px;



    height: 80px;



    border-radius: 50%;



    overflow: hidden;



    margin: 0 auto 1.5rem;



    border: 3px solid var(--gold);



  }







  .testimonial-image img {



    width: 100%;



    height: 100%;



    object-fit: cover;



  }







  /* Inner scroll for long testimonial content */



  .testimonial-content {



    padding-right: 8px;



  }



  .testimonial-innerscroll {



    height: 300px;



    overflow-y: auto;



    padding: 0 10px;



  }



  .testimonial-content p {



    font-style: italic;



    line-height: 1.4;



    font-size: 14px;



    color: var(--muted);



    position: relative;



    margin-bottom: 10px;



  }







  /* Custom scrollbar for testimonial content */



  .testimonial-innerscroll::-webkit-scrollbar {



    width: 6px;



  }



  .testimonial-innerscroll::-webkit-scrollbar-thumb {



    background: var(--gold);



    border-radius: 4px;



  }



  .testimonial-innerscroll::-webkit-scrollbar-track {



    background: #f5f5f5;



    border-radius: 4px;



  }







  .testimonial-content p::before {



    /* content: '"';



  font-size: 3rem;



  color: var(--gold);



  position: absolute;



  top: -10px;



  left: -20px;



  font-family: 'Cormorant Garamond', serif; */



  }







  .testimonial-content p::after {



    /* content: '"';



  font-size: 3rem;



  color: var(--gold);



  position: absolute;



  bottom: -30px;



  right: -20px;



  font-family: 'Cormorant Garamond', serif; */



  }







  .testimonial-name {



    font-family: 'Cormorant Garamond', serif;



    font-weight: 600;



    font-size: 1.1rem;



    color: var(--warm);



    margin-bottom: 0.25rem;



    margin-top: 20px;



  }







  .testimonial-role {



    font-size: 0.85rem;



    color: var(--muted);



    text-transform: uppercase;



    letter-spacing: 0.1em;



    font-weight: 500;



  }







  .testimonials-nav {



    display: flex;



    justify-content: center;



    align-items: center;



    gap: 1rem;



    margin-top: 2rem;



  }







  .testimonial-btn {



    background: var(--warm);



    color: var(--cream);



    border: none;



    width: 50px;



    height: 50px;



    border-radius: 50%;



    cursor: pointer;



    display: flex;



    align-items: center;



    justify-content: center;



    font-size: 1.2rem;



    transition: all 0.3s ease;



  }







  .testimonial-btn:hover {



    background: var(--gold);



  }







  .testimonial-btn:disabled {



    background: var(--muted);



    cursor: not-allowed;



    transform: none;



    box-shadow: none;



  }







  .testimonial-dots {



    display: flex;



    gap: 0.5rem;



  }







  .testimonial-dot {



    width: 12px;



    height: 12px;



    border-radius: 50%;



    background: rgba(201, 169, 110, 0.3);



    cursor: pointer;



    transition: all 0.3s ease;



  }







  .testimonial-dot.active {



    background: var(--gold);



    transform: scale(1.2);



  }







  .testimonial-dot:hover {



    background: var(--warm);



  }



  /* blog section css */
  /* === BLOGS === */

  #blogs {
    padding: 4rem 6rem;
    background: #fff;
    position: relative;
  }

  .blogs-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .blogs-carousel {
    overflow: hidden;
    margin-top: 3rem;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.5rem;
  }

  .blogs-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.5s cubic-bezier(.77, 0, .18, 1);
  }

  .blog-card {
    flex: 0 0 calc((100% - 4rem) / 3);
    max-width: calc((100% - 4rem) / 3);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    transition: all .3s ease;
    border: 1px solid var(--gold);
  }

  .blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .15);
  }

  .blog-image {
    overflow: hidden;
  }

  .blog-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
  }

  .blog-card:hover .blog-image img {
    transform: scale(1.08);
  }

  .blog-content {
    padding: 25px;
  }

  .blog-date {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--gold);
    font-weight: 600;
  }

  .blog-content h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: var(--warm);
  }

  .blog-content p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--muted);
    margin-bottom: 20px;
  }

  .blog-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--gold);
    font-weight: 600;
    transition: .3s;
  }

  .blog-readmore:hover {
    gap: 14px;
  }

  .blogs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
  }

  .blogs-view-all {
    margin-top: 2rem;
    text-align: center;
  }

  .blogs-view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.95rem 2.2rem;
    background: var(--gold);
    color: var(--cream);
    border: 1px solid var(--gold);
    border-radius: 2px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .blogs-view-all-btn:hover {
    background: var(--warm);
    border-color: var(--warm);
    color: var(--cream);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(212, 175, 55, 0.28);
  }

  .blog-btn {
    background: var(--warm);
    color: var(--cream);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: .3s;
  }

  .blog-btn:hover {
    background: var(--gold);
  }

  /* Tablet */
  @media(max-width:1024px) {

    .blog-card {
      flex: 0 0 calc((100% - 2rem) / 2);
      max-width: calc((100% - 2rem) / 2);
    }

    .blogs-track {
      gap: 2rem;
    }
  }

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

    #blogs {
      padding: 4rem 2rem;
    }

    .blogs-carousel {
      max-width: 98vw;
    }

    .blog-card {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .blogs-track {
      gap: 1rem;
    }

    .blog-image img {
      height: 220px;
    }

    .blog-content h3 {
      font-size: 20px;
    }

    .blog-btn {
      width: 40px;
      height: 40px;
      font-size: 1rem;
    }
  }




  /* Responsive adjustments */



  @media (max-width: 768px) {



    .testimonials-carousel {



      max-width: 98vw;



    }



    .testimonial-card {



      padding: 1.2rem;



    }



    #testimonials {



      padding: 4rem 2rem;



    }



    .testimonials-nav {



      gap: 0.5rem;



    }



    .testimonial-btn {



      width: 40px;



      height: 40px;



      font-size: 1rem;



    }



  }

  @media (max-width: 480px) {

    .hero-image-frame {

      width: 320px;

      height: 440px;

      position: relative;

      z-index: 2;

      margin-top: 7rem;

    }

    .hero-image-placeholder img {

      width: 100%;

      height: 100%;

      object-fit: cover;

    }

    .hero-left {

      padding: 2rem 2rem 3rem;

    }
    .header-logo {
      height: 40px;
    }

  }





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



  .testimonial-gallery-section {



    padding: 0 4rem 6rem;



    background: var(--cream);



  }







  .testimonial-gallery-inner {



    max-width: 1200px;



    margin: 0 auto;



    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 228, 202, 0.55));



    border: 1px solid rgba(201, 169, 110, 0.18);



    border-radius: 28px;



    padding: 3rem;



    box-shadow: 0 20px 60px rgba(46, 26, 71, 0.08);



  }







  .testimonial-gallery-header {



    display: flex;



    justify-content: space-between;



    align-items: end;



    gap: 2rem;



    margin-bottom: 2.5rem;



  }







  .testimonial-gallery-copy {}







  .testimonial-gallery-copy p {



    color: var(--muted);



    line-height: 1.7;



    margin-top: 0.85rem;



  }







  .testimonial-gallery-note {



    padding: 0.9rem 1.1rem;



    background: rgba(46, 26, 71, 0.05);



    border-left: 3px solid var(--gold);



    color: var(--warm);



    font-size: 0.85rem;



    letter-spacing: 0.04em;



    text-transform: uppercase;



  }







  .testimonial-gallery-grid {



    display: grid;



    grid-template-columns: repeat(4, minmax(0, 1fr));



    gap: 1.4rem;



  }







  .gallery-link {



    display: block;



    text-decoration: none;



    color: inherit;



  }







  .gallery-card {



    position: relative;



    overflow: hidden;



    border-radius: 22px;



    height: 280px;



    background: #fff;



    box-shadow: 0 14px 36px rgba(46, 26, 71, 0.12);



  }







  .gallery-card img {



    width: 100%;



    height: 100%;



    object-fit: cover;



    display: block;



    transition: transform 0.45s ease;



  }







  .gallery-card::after {



    content: '';



    position: absolute;



    inset: 0;



    background: linear-gradient(180deg, rgba(26, 20, 16, 0.02) 0%, rgba(26, 20, 16, 0.68) 100%);



  }







  .gallery-link:hover .gallery-card img {



    transform: scale(1.06);



  }







  .gallery-overlay {



    position: absolute;



    inset: auto 0 0 0;



    padding: 1.2rem;



    z-index: 1;



    color: #fff;



  }







  .gallery-overlay span {



    display: inline-block;



    font-size: 0.72rem;



    letter-spacing: 0.16em;



    text-transform: uppercase;



    color: var(--rose);



    margin-bottom: 0.45rem;



  }







  .gallery-overlay h3 {



    font-family: 'Cormorant Garamond', serif;



    font-size: 1.45rem;



    font-weight: 600;



    line-height: 1.1;



  }







  @media (max-width: 1024px) {



    .testimonial-gallery-grid {



      grid-template-columns: repeat(2, minmax(0, 1fr));



    }



  }







  @media (max-width: 768px) {



    .testimonial-gallery-section {



      padding: 0 2rem 4rem;



    }







    .testimonial-gallery-inner {



      padding: 2rem 1.25rem;



      border-radius: 22px;



    }







    .testimonial-gallery-header {



      flex-direction: column;



      align-items: flex-start;



      margin-bottom: 1.75rem;



    }







    .testimonial-gallery-grid {



      grid-template-columns: 1fr;



    }







    .gallery-card {



      min-height: 240px;



    }



  }



  /* === JOURNEY HIGHLIGHT === */

  .journey-highlight-section {

    padding: 0 4rem 5rem;

    background: var(--cream);

  }



  .journey-highlight-inner {

    max-width: 520px;

    margin: 0 auto;

    text-align: center;

  }



  .journey-highlight-label {

    font-size: 0.72rem;

    font-weight: 500;

    letter-spacing: 0.2em;

    text-transform: uppercase;

    color: #4B2A73;

    margin-bottom: 0.8rem;

  }



  .journey-highlight-link {

    display: block;

    text-decoration: none;

    color: inherit;

  }



  .journey-highlight-card {

    position: relative;

    overflow: hidden;

    border-radius: 16px;

    height: 320px;

    box-shadow: 0 12px 40px rgba(46, 26, 71, 0.14);

    border: 3px solid rgba(212, 175, 55, 0.25);

    transition: box-shadow 0.3s, border-color 0.3s;

  }



  .journey-highlight-link:hover .journey-highlight-card {

    box-shadow: 0 20px 56px rgba(46, 26, 71, 0.22);

    border-color: var(--gold);

  }



  .journey-highlight-card img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 0.45s ease;

  }



  .journey-highlight-card::after {

    content: '';

    position: absolute;

    inset: 0;

    background: linear-gradient(180deg, transparent 40%, rgba(26, 20, 16, 0.55) 100%);

  }



  .journey-highlight-link:hover .journey-highlight-card img {

    transform: scale(1.05);

  }



  .journey-highlight-overlay {

    position: absolute;

    inset: auto 0 0 0;

    padding: 1.2rem 1.6rem;

    z-index: 1;

    color: #fff;

    text-align: left;

  }



  .journey-highlight-overlay span {

    display: inline-block;

    font-size: 0.68rem;

    letter-spacing: 0.16em;

    text-transform: uppercase;

    color: var(--rose);

    margin-bottom: 0.3rem;

  }



  .journey-highlight-overlay h3 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 1.4rem;

    font-weight: 600;

    line-height: 1.2;

  }



  .journey-highlight-hint {

    margin-top: 0.9rem;

    font-size: 0.78rem;

    color: var(--muted);

    letter-spacing: 0.06em;

    font-style: italic;

  }



  @media (max-width: 768px) {

    .journey-highlight-section {

      padding: 0 2rem 4rem;

    }

    .journey-highlight-inner {

      max-width: 100%;

    }

    .journey-highlight-card {

      height: 240px;

    }

  }

.faq-template-page {
    background: linear-gradient(135deg, var(--cream) 0%, #fffdf9 100%);
    color: var(--deep);
    padding: 7rem 1.5rem 5rem;
    font-family: 'DM Sans', sans-serif;
  }

  .faq-template-wrap {
    max-width: 1180px;
    margin: 0 auto;
  }

  .faq-template-hero {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 3rem;
  }

  .faq-template-hero h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2.2rem, 3.3vw, 3rem);
    line-height: 1.1;
    color: var(--warm);
    margin-bottom: 1rem;
  }

  .faq-template-hero p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
  }

  .faq-template-badge {
    display: inline-block;
    background: rgba(212, 175, 55, 0.14);
    color: var(--warm);
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .faq-template-badge h1{
    font-size: 0.8rem; 
    margin-bottom: 0; 
    font-family:  'DM Sans', sans-serif;;
  }

  .faq-template-hero-card {
    background: var(--warm);
    color: #fff;
    padding: 2rem;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(46, 26, 71, 0.16);
  }

  .faq-template-hero-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.8rem;
    color: var(--rose);
    text-transform: uppercase;
    letter-spacing: 0.14em;
  }

  .faq-template-hero-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .faq-template-hero-card li {
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    font-size: 0.95rem;
  }

  .faq-template-hero-card li:last-child {
    border-bottom: 0;
  }

  .faq-template-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .faq-template-sidebar {
    background: #fff;
    padding: 1.5rem;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.18);
    box-shadow: 0 10px 30px rgba(26, 20, 16, 0.05);
    height: fit-content;
  }

  .faq-template-sidebar h4 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--warm);
    margin-bottom: 1rem;
  }

  .faq-template-sidebar a {
    display: block;
    padding: 0.8rem 0;
    color: var(--muted);
    text-decoration: none;
    border-bottom: 1px solid rgba(122, 106, 90, 0.15);
    transition: color 0.3s ease;
  }

  .faq-template-sidebar a:hover,
  .faq-template-sidebar a:focus {
    color: var(--gold);
  }

  .faq-template-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .faq-template-item,
  .accordion-item {
    background: #fff;
    border: 1px solid rgba(212, 175, 55, 0.16);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(26, 20, 16, 0.06);
  }

  .faq-template-button,
  .accordion-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 1.4rem;
    background: transparent;
    border: none;
    color: var(--deep);
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .faq-template-button:hover,
  .accordion-btn:hover,
  .faq-template-item.open .faq-template-button,
  .accordion-item.open .accordion-btn {
    background: rgba(212, 175, 55, 0.08);
  }

  .faq-toggle-icon,
  .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--light-gold);
    color: var(--warm);
    font-size: 1.1rem;
    transition: transform 0.3s ease, background 0.3s ease;
  }

  .faq-template-item.open .faq-toggle-icon,
  .accordion-item.open .icon {
    /* transform: rotate(45deg); */
    background: var(--gold);
    color: var(--deep);
  }

  .faq-template-panel,
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.4rem;
  }

  .faq-template-item.open .faq-template-panel,
  .accordion-item.open .accordion-content {
    padding: 0.8rem 1.4rem 1rem;
  }

  .faq-template-answer,
  .accordion-content-inner {
    padding: 0;
  }

  .faq-template-answer p,
  .faq-template-panel p {
    color: var(--muted);
    line-height: 1.8;
    margin: 0;
  }

  .accordion-content{
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease-in-out;
}

.accordion-content-inner{
    padding: 0px 0px 20px;
}


  @media (max-width: 900px) {
    .faq-template-hero,
    .faq-template-grid {
      grid-template-columns: 1fr;
    }
  }  