 :root {
      --brand-gold: #f0b433;
      --brand-gold-dark: #da9a11;
      --brand-red: #c5161d;
      --brand-red-dark: #a30f15;
      --brand-footer: #2a1e19;
      --brand-footer-border: rgba(255, 193, 7, 0.12);
      --brand-white: #ffffff;
      --brand-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.22);
      --nav-bg: rgba(31, 23, 20, 0.82);
      --hero-overlay: rgba(37, 19, 8, 0.56);
      --hero-overlay-inner: rgba(37, 19, 8, 0.86);
    }

    body {
      font-family: 'Inter', sans-serif;
      color: var(--brand-white);
      background: #1d120d;
    }

    /* .navbar-custom {
      background: var(--nav-bg);
      backdrop-filter: blur(8px);
      box-shadow: 0 0.25rem 1rem rgba(0,0,0,.08);
    } */
  .navbar-custom {
    background: #ffffff !important;
    backdrop-filter: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
    .brand-logo {
      font-weight: 700;
      color: var(--brand-white);
      text-decoration: none;
      letter-spacing: .2px;
      font-family: 'Playfair Display', serif; font-size: 1.8rem;
    } 
     


    .brand-logo i,
    .cta-heart {
      color: var(--brand-gold);
    }

    .brand-logo i {
      margin-right: .45rem;
    }

  .navbar-nav .nav-link {
    color: #333333;
    font-weight: 500;
    padding-inline: 1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
    color: var(--brand-red);
}
    

    
    


    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link.active,
    .footer-link:hover,
    .footer-link:focus {
      color: var(--brand-gold);
    }

    .btn-register {
      background: var(--brand-gold);
      border-color: var(--brand-gold);
      color: #241608;
      font-weight: 700;
      border-radius: .8rem;
      padding: .8rem 1.35rem;
    }

    .btn-register:hover,
    .footer-cta-btn:hover,
    .hero-cta:hover {
      background: var(--brand-gold-dark);
      border-color: var(--brand-gold-dark);
      color: #241608;
    }

    .btn-login-nav {
    color: #333 !important;
    font-weight: 600;
}

    .hero-section {
      min-height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
      background:
        linear-gradient(var(--hero-overlay), var(--hero-overlay)),
        url('../images/hero-bg.jpg') center center/cover no-repeat;
    }

    .hero-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at center, rgba(255,193,7,.10), transparent 45%);
      pointer-events: none;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      text-align: center;
      max-width: 980px;
      margin: 0 auto;
      padding-top: 4.5rem;
    }

    .trust-badge {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      background: rgba(255,255,255,.12);
      color: #fff;
      padding: .55rem 1rem;
      border-radius: 999px;
      font-size: .95rem;
      margin-bottom: 1.25rem;
    }

    .hero-title,
    .footer-cta-title,
    .footer-brand-title {
      font-family: 'Playfair Display', serif;
    }

    .hero-title {
      font-size: clamp(2.6rem, 6vw, 5rem);
      line-height: 1.05;
      font-weight: 800;
      margin-bottom: 1rem;
    }

    .hero-title .highlight,
    .footer-brand-title span {
      color: var(--brand-gold);
    }

    .hero-title .highlight {
      display: block;
    }

    .hero-subtitle {
      font-size: clamp(1rem, 2.3vw, 1.35rem);
      color: rgba(255,255,255,.88);
      margin-bottom: 2.2rem;
    }

    .search-card {
      background: rgba(255,255,255,.92);
      border-radius: 1.2rem;
      padding: 1rem;
      box-shadow: var(--brand-shadow);
      max-width: 920px;
      margin: 0 auto 1.75rem;
    }

    .form-select,
    .search-btn,
    .hero-cta,
    .hero-login,
    .footer-cta-btn {
      min-height: 58px;
      border-radius: .85rem;
    }

    .form-select {
      border: 1px solid #ddd;
      color: #3b2a21;
      font-weight: 500;
    }

    .search-btn {
      background: linear-gradient(180deg, #d62828, var(--brand-red-dark));
      border: none;
      color: #fff;
      font-weight: 700;
    }

    .search-btn:hover {
      background: linear-gradient(180deg, #c11d1d, #7f1313);
      color: #fff;
    }

    .hero-actions {
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .hero-cta,
    .footer-cta-btn {
      background: var(--brand-gold);
      color: #241608;
      border: 1px solid var(--brand-gold);
      font-weight: 700;
      padding-inline: 1.8rem;
      box-shadow: 0 0.85rem 2rem rgba(240, 180, 51, 0.16);
    }

    .hero-login {
      background: transparent;
      color: #fff;
      border: 1px solid rgba(255,255,255,.5);
      font-weight: 700;
      padding-inline: 1.9rem;
    }

    .hero-login:hover {
      background: rgba(255,255,255,.1);
      color: #fff;
    }

    .footer-cta {
      position: relative;
      background: linear-gradient(135deg, var(--brand-red) 0%, #b90d13 100%);
      overflow: hidden;
      text-align: center;
      padding: 5.5rem 0 5.75rem;
    }
    .ss-register-section {
    padding: 60px 0;
    background: #f7f3eb;
}

.ss-register-card {
    max-width: 820px;
    margin: 0 auto;
    padding: 35px 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.ss-register-header span {
    font-size: 12px;
    font-weight: 700;
    color: #8a6320;
}

.ss-register-header h2 {
    margin: 5px 0;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #38231d;
}

.ss-register-header p {
    margin: 0;
    font-size: 14px;
}

.ss-register-header a {
    color: #2d7bdc;
    text-decoration: none;
}

.register-group {
    margin-bottom: 14px;
}

.register-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

.register-group .form-control {
    height: 34px;
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}

.register-terms {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.5;
    color: #666;
}

.register-terms input {
    margin-right: 5px;
}

.ss-register-btn {
    width: 100%;
    margin-top: 12px;
    padding: 9px;
    background: #d83232;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.ss-register-btn:hover {
    background: #bd2727;
    color: #fff;
}


    .footer-cta::before,
    .footer-cta::after {
      content: '';
      position: absolute;
      width: 210px;
      height: 210px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 50%;
    }

    .footer-cta::before {
      top: 1.5rem;
      left: 2rem;
    }

    .footer-cta::after {
      right: 2.5rem;
      bottom: 2rem;
      width: 230px;
      height: 230px;
    }

    .footer-cta .container {
      position: relative;
      z-index: 1;
    }

    .cta-heart {
      font-size: 2.1rem;
      margin-bottom: 1rem;
      display: inline-block;
    }

    .footer-cta-title {
      font-size: clamp(2rem, 4vw, 3.75rem);
      line-height: 1.12;
      font-weight: 800;
      margin-bottom: .75rem;
    }

    .footer-cta-text {
      max-width: 650px;
      margin: 0 auto 2rem;
      color: rgba(255,255,255,.9);
      font-size: 1.08rem;
    }

    .footer-main {
      background: var(--brand-footer);
      padding: 4rem 0 1.25rem;
    }

    .footer-brand-title {
      font-size: clamp(2rem, 3vw, 2.6rem);
      font-weight: 800;
      margin-bottom: 1.1rem;
      line-height: 1.1;
    }

    .footer-desc,
    .footer-link,
    .footer-contact-item,
    .footer-copy {
      color: rgba(255,255,255,.82);
    }

    .footer-heading {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      margin-bottom: 1.25rem;
      font-size: 1.6rem;
    }

    .footer-link {
      text-decoration: none;
      display: inline-block;
      margin-bottom: .9rem;
    }

    .footer-contact-item {
      display: flex;
      align-items: flex-start;
      gap: .8rem;
      margin-bottom: 1rem;
    }

    .footer-contact-item i {
      color: var(--brand-gold);
      font-size: 1rem;
      margin-top: .2rem;
    }

    .footer-divider {
      border-color: var(--brand-footer-border);
      margin: 2rem 0 1.25rem;
    }

    .footer-copy {
      text-align: center;
      font-size: .95rem;
      margin-bottom: 0;
    }

    .footer-copy .love {
      color: #ef4444;
    }

  .navbar-toggler {
    border-color: #333;
}


    .navbar-toggler:focus {
      box-shadow: 0 0 0 .2rem rgba(240, 180, 51, .2);
    }

    .navbar-toggler-icon {
    filter: none;
}

    @media (max-width: 991.98px) {
      .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        background: rgba(20, 14, 12, .92);
        border-radius: 1rem;
      }

      .navbar-nav {
        align-items: flex-start !important;
      }

      .nav-actions {
        width: 100%;
        display: grid !important;
        gap: .75rem;
        margin-top: 1rem;
      }

      .btn-register,
      .btn-login-nav {
        width: 100%;
        text-align: center;
      }

      .footer-main {
        text-align: center;
      }

      .footer-contact-item {
        justify-content: center;
      }
    }

    @media (max-width: 767.98px) {
      .hero-section {
        padding-block: 7rem 3rem;
        min-height: auto;
      }

      .hero-content {
        padding-top: 0;
      }

      .search-card {
        padding: 1rem;
      }

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

      .hero-cta,
      .hero-login,
      .footer-cta-btn {
        width: 100%;
      }

      .footer-cta {
        padding: 4.5rem 0;
      }

      .footer-cta::before,
      .footer-cta::after {
        width: 120px;
        height: 120px;
      }
    }


    .membership-section {
    background: #f8f1e8;
  }

  .section-head {
    margin-bottom: 3rem;
  }

  .section-tag {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c4332d;
    margin-bottom: 0.9rem;
  }

  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.25rem, 5vw, 4rem);
    font-weight: 800;
    color: #231815;
    margin: 0;
  }

  .section-title span {
    color: #e3b23b;
  }

  .membership-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 1.85rem 1.4rem 1.4rem;
    box-shadow: 0 18px 40px rgba(102, 66, 40, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(122, 86, 57, 0.06);
  }

  .featured-plan {
    background: linear-gradient(180deg, #d61f27 0%, #b11218 100%);
    color: #fff;
    transform: translateY(-4px);
  }

  .featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f0bf42;
    margin-bottom: 1rem;
  }

  .plan-name {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #231815;
    margin-bottom: 0.45rem;
  }

  .featured-plan .plan-name,
  .featured-plan .plan-price,
  .featured-plan .plan-price small,
  .featured-plan .plan-features li {
    color: #fff;
  }

  .plan-price {
    font-family: 'Playfair Display', serif;
    font-size: 2.35rem;
    line-height: 1.05;
    font-weight: 800;
    color: #231815;
    margin-bottom: 1.3rem;
  }

  .plan-price small {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #746760;
  }

  .plan-features {
    flex-grow: 1;
    margin-bottom: 1.5rem !important;
  }

  .plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 0.98rem;
    color: #6d615b;
    margin-bottom: 0.9rem;
  }

  .plan-features i {
    color: #c4332d;
    margin-top: 0.2rem;
    font-size: 0.95rem;
  }

  .featured-plan .plan-features i {
    color: #f0bf42;
  }

  .membership-btn {
    width: 100%;
    min-height: 50px;
    border-radius: 12px;
    background: linear-gradient(180deg, #d72828 0%, #ab1519 100%);
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .membership-btn:hover {
    color: #fff;
    background: linear-gradient(180deg, #c51f1f 0%, #8e1013 100%);
  }

  .gold-btn {
    background: linear-gradient(180deg, #f3c441 0%, #e2ad22 100%);
    color: #24170a;
  }

  .gold-btn:hover {
    color: #24170a;
    background: linear-gradient(180deg, #edbb2f 0%, #d59d12 100%);
  }

  @media (max-width: 1199.98px) {
    .membership-card,
    .featured-plan {
      transform: none;
    }
  }

  .ss-journey-block {
    background: #fbf7f4;
    overflow: hidden;
  }

  .ss-journey-head {
    max-width: 900px;
    margin-bottom: 3.5rem;
  }

  .ss-journey-kicker {
    display: inline-block;
    color: #c53a30;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
  }

  .ss-journey-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    line-height: 1.08;
    font-weight: 800;
    color: #201815;
  }

  .ss-journey-title span {
    color: #e0b03d;
  }

  .ss-journey-steps {
    --bs-gutter-y: 2.2rem;
  }

  .ss-journey-card {
    padding: 0.75rem 0.85rem;
  }

  .ss-journey-icon-wrap {
    position: relative;
    width: 82px;
    margin: 0 auto 1.55rem;
  }

  .ss-journey-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f2c242 0%, #e2ae27 100%);
    color: #251d18;
    box-shadow: 0 14px 28px rgba(226, 174, 39, 0.2);
    font-size: 2rem;
  }

  .ss-journey-count {
    position: absolute;
    top: -9px;
    right: -6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #b91d22;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 8px 14px rgba(185, 29, 34, 0.22);
  }

  .ss-journey-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 2.4vw, 2.25rem);
    line-height: 1.15;
    font-weight: 700;
    color: #231815;
    margin-bottom: 0.8rem;
  }

  .ss-journey-card p {
    color: #7a6d67;
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 260px;
    margin-inline: auto;
  }

  @media (max-width: 991.98px) {
    .ss-journey-head {
      margin-bottom: 2.8rem;
    }
  }

  @media (max-width: 767.98px) {
    .ss-journey-block {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }

    .ss-journey-head {
      margin-bottom: 2.2rem;
    }

    .ss-journey-icon-wrap {
      margin-bottom: 1.15rem;
    }
  }
   .ss-about-block {
    background: #f7f1e9;
    overflow: hidden;
  }

  .ss-about-head {
    max-width: 720px;
    margin-bottom: 2.2rem;
  }

  .ss-about-kicker {
    display: inline-block;
    color: #c53a30;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
  }

  .ss-about-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.3rem, 5vw, 4.2rem);
    line-height: 1.08;
    font-weight: 800;
    color: #201815;
  }

  .ss-about-title span {
    color: #e0b03d;
  }

  .ss-about-content {
    max-width: 840px;
    color: #7a6d67;
  }

  .ss-about-content p {
    font-size: clamp(1.02rem, 1.8vw, 1.16rem);
    line-height: 1.75;
    margin-bottom: 1.2rem;
  }

  .ss-about-highlight {
    font-weight: 700;
    color: #6d5e57;
  }

  .ss-about-stats {
    margin-top: 3.5rem;
  }

  .ss-about-stat-item {
    padding: 0.5rem 0.75rem;
  }

  .ss-about-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f2c242 0%, #e3ae25 100%);
    color: #2a2019;
    box-shadow: 0 10px 18px rgba(227, 174, 37, 0.18);
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .ss-about-stat-item h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3vw, 2.35rem);
    line-height: 1;
    font-weight: 800;
    color: #231815;
    margin-bottom: 0.3rem;
  }

  .ss-about-stat-item p {
    font-size: 1.02rem;
    color: #7a6d67;
  }

  @media (max-width: 991.98px) {
    .ss-about-content {
      max-width: 760px;
    }
  }

  @media (max-width: 767.98px) {
    .ss-about-block {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }

    .ss-about-head {
      margin-bottom: 1.5rem;
    }

    .ss-about-content p {
      line-height: 1.65;
    }

    .ss-about-stats {
      margin-top: 2.4rem;
    }
  }

   .ss-why-block {
    background: #f8f3ee;
    overflow: hidden;
  }

  .ss-why-head {
    max-width: 980px;
    margin-bottom: 3.7rem;
  }

  .ss-why-kicker {
    display: inline-block;
    color: #c53a30;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.95rem;
  }

  .ss-why-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4.9rem);
    line-height: 1.08;
    font-weight: 800;
    color: #201815;
  }

  .ss-why-title span {
    color: #e0b03d;
  }

  .ss-why-grid {
    --bs-gutter-y: 2rem;
  }

  .ss-why-card {
    padding: 0.7rem 1rem;
  }

  .ss-why-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #c91f22 0%, #a91418 100%);
    color: #fff;
    box-shadow: 0 16px 28px rgba(169, 20, 24, 0.2);
    margin-bottom: 1.35rem;
    font-size: 1.7rem;
  }

  .ss-why-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.75rem, 2.3vw, 2.2rem);
    line-height: 1.2;
    font-weight: 700;
    color: #231815;
    margin-bottom: 0.8rem;
  }

  .ss-why-card p {
    color: #7a6d67;
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 280px;
    margin-inline: auto;
  }


      .h2, h2 {
        font-size: 2.5rem!important;
    }

       .h3, h3 {
        font-size: 1.7rem!important;
    }

  @media (max-width: 991.98px) {
    .ss-why-head {
      margin-bottom: 2.9rem;
    }
  }

  @media (max-width: 767.98px) {
    .ss-why-block {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }

    .ss-why-head {
      margin-bottom: 2.2rem;
    }

    .ss-why-icon {
      margin-bottom: 1.1rem;
    }
  }


  .ss-featured-profiles {
    background: #f7f2ec;
    overflow: hidden;
  }

  .ss-featured-head {
    max-width: 860px;
    margin-bottom: 3rem;
  }

  .ss-featured-kicker {
    display: inline-block;
    color: #c53a30;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
  }

  .ss-featured-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4.9rem);
    line-height: 1.08;
    font-weight: 800;
    color: #201815;
  }

  .ss-featured-title span {
    color: #e0b03d;
  }

  .ss-profile-card {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(114, 74, 50, 0.1);
    border: 1px solid rgba(123, 88, 60, 0.06);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .ss-profile-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 46px rgba(114, 74, 50, 0.14);
  }

  .ss-profile-image-wrap {
    position: relative;
    height: 430px;
    overflow: hidden;
  }

  .ss-profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ss-profile-body {
    padding: 1.35rem 1.2rem 1.2rem;
  }

  .ss-profile-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 2.4vw, 2.25rem);
    line-height: 1.2;
    font-weight: 700;
    color: #231815;
    margin-bottom: 0.7rem;
  }

  .ss-profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.1rem;
    color: #7a6d67;
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }

  .ss-profile-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
  }

  .ss-profile-meta i {
    color: #8d817a;
  }

  .ss-profile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #cf2124 0%, #ae1518 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.3s ease, transform 0.3s ease;
  }

  .ss-profile-btn:hover {
    color: #fff;
    background: linear-gradient(180deg, #b9181d 0%, #8f0f13 100%);
  }

  @media (max-width: 1199.98px) {
    .ss-profile-image-wrap {
      height: 390px;
    }
  }

  @media (max-width: 767.98px) {
    .ss-featured-profiles {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }

    .ss-featured-head {
      margin-bottom: 2.2rem;
    }

    .ss-profile-image-wrap {
      height: 360px;
    }
  }


   .ss-inner-hero {
    position: relative;
 background:
        linear-gradient(var(--hero-overlay-inner), var(--hero-overlay-inner)),
        url('../images/hero-bg.jpg') center center/cover no-repeat;
    overflow: hidden;
  }

  .ss-inner-hero::before,
  .ss-inner-hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
  }

  .ss-inner-hero::before {
    width: 280px;
    height: 280px;
    top: -90px;
    left: -70px;
    background: radial-gradient(circle, rgba(224, 176, 61, 0.14) 0%, rgba(224, 176, 61, 0) 72%);
  }

  .ss-inner-hero::after {
    width: 320px;
    height: 320px;
    right: -90px;
    bottom: -130px;
    background: radial-gradient(circle, rgba(197, 58, 48, 0.12) 0%, rgba(197, 58, 48, 0) 72%);
  }

  .ss-inner-hero-box {
    position: relative;
    z-index: 1;
    max-width: 860px;
    padding: 3.25rem 1.25rem;
  }

  .ss-inner-kicker {
    display: inline-block;
    color: #FFF;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.95rem;
  }

  .ss-inner-title {
    margin: 0 0 0.95rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    line-height: 1.06;
    font-weight: 800;
    color: #FFF;
  }

  .ss-inner-title span {
    color: #e0b03d;
  }

  .ss-inner-text {
    max-width: 700px;
    margin-inline: auto;
    color: #e0b03d;
    font-size: clamp(1rem, 1.8vw, 1.12rem);
    line-height: 1.72;
  }

  .ss-inner-breadcrumb-wrap {
    margin-top: 1.8rem;
  }

  .ss-inner-breadcrumb {
    --bs-breadcrumb-divider: '›';
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2rem;
    background: #ffffff;
    border: 1px solid rgba(123, 88, 60, 0.08);
    border-radius: 999px;
    padding: 0.7rem 1.2rem;
    box-shadow: 0 12px 28px rgba(90, 60, 40, 0.07);
  }

  .ss-inner-breadcrumb .breadcrumb-item,
  .ss-inner-breadcrumb .breadcrumb-item.active {
    font-size: 0.98rem;
    font-weight: 600;
    color: #7b6e67;
  }

  .ss-inner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #c8b6ac;
    font-weight: 700;
  }

  .ss-inner-breadcrumb .breadcrumb-item a {
    color: #5f4d43;
    text-decoration: none;
    transition: color 0.25s ease;
  }

  .ss-inner-breadcrumb .breadcrumb-item a:hover {
    color: #c53a30;
  }

  .ss-inner-breadcrumb .breadcrumb-item.active {
    color: #c53a30;
  }

  @media (max-width: 767.98px) {
    .ss-inner-hero {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }

    .ss-inner-hero-box {
      padding: 1.75rem 0.25rem;
    }

    .ss-inner-breadcrumb {
      border-radius: 1rem;
      padding: 0.75rem 1rem;
    }
  }


  .ss-contact-block {
    background: #f7f4ec;
  }

  .ss-contact-shell {
    max-width: 980px;
    background: #ffffff;
    border-radius: 0.9rem;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(90, 60, 40, 0.08);
  }

  .ss-contact-aside {
    position: relative;
    min-height: 620px;
    height: 100%;
    background: linear-gradient(180deg, #f6e39d 0%, #f0db88 100%);
    padding: 2.7rem 2.15rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }

  .ss-contact-copy {
    position: relative;
    z-index: 2;
    color: #6f431d;
  }

  .ss-contact-now {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3vw, 2.9rem);
    line-height: 1;
    margin-bottom: 0.65rem;
  }

  .ss-contact-copy h2 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(3.2rem, 5vw, 5rem);
    line-height: 0.92;
    font-weight: 800;
    color: #74461f;
  }

  .ss-contact-copy p {
    margin: 0.8rem 0 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.05;
    color: #74461f;
  }

  .ss-contact-illustration {
    position: relative;
    min-height: 275px;
  }

  .ss-contact-heart {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #d72828;
    font-size: 1.95rem;
    z-index: 3;
  }

  .ss-contact-circle {
    position: absolute;
    left: 50%;
    bottom: 3rem;
    transform: translateX(-50%);
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(250, 226, 117, 0.5);
  }

  .ss-contact-couple {
    position: absolute;
    left: 50%;
    bottom: 2.8rem;
    transform: translateX(-50%);
    width: 205px;
    height: 210px;
    z-index: 2;
  }

  .ss-c-person {
    position: absolute;
    bottom: 0;
  }

  .ss-c-person .ss-c-head {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
  }

  .ss-c-person .ss-c-body {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: block;
  }

  .ss-c-bride {
    left: 12px;
    width: 88px;
    height: 180px;
  }

  .ss-c-bride .ss-c-head {
    background: #8b5631;
  }

  .ss-c-bride .ss-c-body {
    width: 88px;
    height: 138px;
    background: linear-gradient(180deg, #ffffff 0%, #f3efe7 100%);
    clip-path: polygon(20% 0, 80% 0, 100% 24%, 90% 100%, 10% 100%, 0 24%);
    border-radius: 26px 26px 18px 18px;
  }

  .ss-c-bride::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 2px;
    width: 84px;
    height: 72px;
    background: #7b4a2d;
    border-radius: 40px 40px 24px 24px;
    z-index: -1;
  }

  .ss-c-bride::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 12px;
    width: 64px;
    height: 16px;
    border: 5px solid #f6f5ef;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 0 0 36px 36px;
  }

  .ss-c-groom {
    right: 0;
    width: 94px;
    height: 188px;
  }

  .ss-c-groom .ss-c-head {
    background: #b97845;
  }

  .ss-c-groom .ss-c-body {
    width: 94px;
    height: 150px;
    background: linear-gradient(180deg, #68a5e5 0%, #5f86ca 100%);
    clip-path: polygon(22% 0, 78% 0, 100% 16%, 92% 100%, 8% 100%, 0 16%);
    border-radius: 24px 24px 16px 16px;
  }

  .ss-c-groom::before {
    content: '';
    position: absolute;
    top: 43px;
    left: 31px;
    width: 22px;
    height: 112px;
    background: #eef2f5;
    border-radius: 14px;
    z-index: 2;
  }

  .ss-c-groom::after {
    content: '';
    position: absolute;
    top: 28px;
    left: 20px;
    width: 54px;
    height: 30px;
    background: #a16536;
    border-radius: 16px 16px 8px 8px;
    z-index: -1;
  }

  .ss-contact-crowd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: end;
    gap: 0.15rem;
    padding: 0 0.2rem 0.25rem;
  }

  .ss-contact-crowd span {
    position: relative;
    display: block;
    height: 48px;
  }

  .ss-contact-crowd span::before,
  .ss-contact-crowd span::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .ss-contact-crowd span::before {
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #463124;
  }

  .ss-contact-crowd span::after {
    top: 10px;
    width: 15px;
    height: 36px;
    border-radius: 10px 10px 4px 4px;
    clip-path: polygon(25% 0, 75% 0, 100% 25%, 88% 100%, 12% 100%, 0 25%);
  }

  .ss-contact-crowd span:nth-child(1)::after { background: #f07e55; }
  .ss-contact-crowd span:nth-child(2)::after { background: #47457f; }
  .ss-contact-crowd span:nth-child(3)::after { background: #d84f8b; }
  .ss-contact-crowd span:nth-child(4)::after { background: #2f84d7; }
  .ss-contact-crowd span:nth-child(5)::after { background: #f3a826; }
  .ss-contact-crowd span:nth-child(6)::after { background: #5e7d33; }
  .ss-contact-crowd span:nth-child(7)::after { background: #ce5c5c; }
  .ss-contact-crowd span:nth-child(8)::after { background: #4d65c7; }
  .ss-contact-crowd span:nth-child(9)::after { background: #ff7c48; }
  .ss-contact-crowd span:nth-child(10)::after { background: #8b3f8b; }
  .ss-contact-crowd span:nth-child(11)::after { background: #1f7f76; }
  .ss-contact-crowd span:nth-child(12)::after { background: #f0c14d; }

  .ss-contact-form-wrap {
    height: 100%;
    background: #fff;
    padding: 2.7rem 3rem 2.2rem;
  }

  .ss-contact-top {
    border-bottom: 1px solid #e5dfd9;
    padding-bottom: 1.25rem;
    margin-bottom: 1rem;
  }

  .ss-contact-kicker {
    display: inline-block;
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7a5730;
    margin-bottom: 0.55rem;
  }

  .ss-contact-top h3 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3vw, 2.9rem);
    line-height: 1.14;
    font-weight: 700;
    color: #30231c;
  }

  .ss-contact-group {
    margin-bottom: 0.9rem;
  }

  .ss-contact-group label {
    display: inline-block;
    margin-bottom: 0.4rem;
    font-weight: 700;
    color: #2f241e;
  }

  .ss-contact-form .form-control {
    min-height: 42px;
    border: 1px solid #d8d3cd;
    border-radius: 0.35rem;
    box-shadow: none;
    padding: 0.7rem 0.85rem;
    color: #43352f;
  }

  .ss-contact-form textarea.form-control {
    min-height: 86px;
    resize: vertical;
  }

  .ss-contact-form .form-control:focus {
    border-color: #c62828;
    box-shadow: 0 0 0 0.12rem rgba(198, 40, 40, 0.12);
  }

  .ss-contact-btn {
    width: 100%;
    min-height: 50px;
    background: #d33434;
    border: 0;
    border-radius: 0.35rem;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
  }

  .ss-contact-btn:hover {
    background: #be2626;
    color: #fff;
  }

  @media (max-width: 991.98px) {
    .ss-contact-aside {
      min-height: 520px;
    }

    .ss-contact-form-wrap {
      padding: 2.25rem 2rem 2rem;
    }
  }

  @media (max-width: 767.98px) {
    .ss-contact-block {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }

    .ss-contact-aside {
      min-height: 470px;
      padding: 2.1rem 1.4rem 0;
    }

    .ss-contact-form-wrap {
      padding: 2rem 1.2rem 1.8rem;
    }
  }


   .ss-login-block {
    background: #f7f4ec;
  }

  .ss-login-shell {
    max-width: 990px;
    background: #ffffff;
    border-radius: 0.95rem;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(90, 60, 40, 0.08);
  }

  .ss-login-aside {
    position: relative;
    min-height: 520px;
    height: 100%;
    background: linear-gradient(180deg, #f6e39d 0%, #efd985 100%);
    padding: 3rem 2.35rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }

  .ss-login-copy {
    position: relative;
    z-index: 2;
    color: #6f431d;
  }

  .ss-login-now {
    display: block;
    margin-bottom: 0.7rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
  }

  .ss-login-copy h2 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 0.92;
    font-weight: 800;
    color: #74461f;
  }

  .ss-login-copy p {
    margin: 0.85rem 0 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.9rem);
    line-height: 1.05;
    color: #74461f;
  }

  .ss-login-celebration {
    position: relative;
    min-height: 150px;
    padding-top: 1.2rem;
  }

  .ss-login-heart {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    color: #cf2525;
    font-size: 2rem;
    z-index: 2;
  }

  .ss-login-crowd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    gap: 0.1rem;
    align-items: end;
    padding: 0 0.1rem 0.3rem;
  }

  .ss-login-crowd span {
    position: relative;
    display: block;
    height: 76px;
  }

  .ss-login-crowd span::before,
  .ss-login-crowd span::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .ss-login-crowd span::before {
    top: 0;
    width: 11px;
    height: 11px;
    background: #4d3125;
    border-radius: 50%;
  }

  .ss-login-crowd span::after {
    top: 11px;
    width: 15px;
    height: 45px;
    border-radius: 10px 10px 4px 4px;
    clip-path: polygon(25% 0, 75% 0, 100% 24%, 88% 100%, 12% 100%, 0 24%);
  }

  .ss-login-crowd span:nth-child(1)  { height: 62px; }
  .ss-login-crowd span:nth-child(2)  { height: 70px; }
  .ss-login-crowd span:nth-child(3)  { height: 60px; }
  .ss-login-crowd span:nth-child(4)  { height: 78px; }
  .ss-login-crowd span:nth-child(5)  { height: 64px; }
  .ss-login-crowd span:nth-child(6)  { height: 74px; }
  .ss-login-crowd span:nth-child(7)  { height: 66px; }
  .ss-login-crowd span:nth-child(8)  { height: 76px; }
  .ss-login-crowd span:nth-child(9)  { height: 61px; }
  .ss-login-crowd span:nth-child(10) { height: 72px; }
  .ss-login-crowd span:nth-child(11) { height: 64px; }
  .ss-login-crowd span:nth-child(12) { height: 77px; }
  .ss-login-crowd span:nth-child(13) { height: 63px; }
  .ss-login-crowd span:nth-child(14) { height: 69px; }

  .ss-login-crowd span:nth-child(1)::after  { background: #f37b49; }
  .ss-login-crowd span:nth-child(2)::after  { background: #4e57a8; }
  .ss-login-crowd span:nth-child(3)::after  { background: #c24780; }
  .ss-login-crowd span:nth-child(4)::after  { background: #2d82cf; }
  .ss-login-crowd span:nth-child(5)::after  { background: #ffb326; }
  .ss-login-crowd span:nth-child(6)::after  { background: #7651b5; }
  .ss-login-crowd span:nth-child(7)::after  { background: #38a16b; }
  .ss-login-crowd span:nth-child(8)::after  { background: #d66057; }
  .ss-login-crowd span:nth-child(9)::after  { background: #f2972e; }
  .ss-login-crowd span:nth-child(10)::after { background: #3773d1; }
  .ss-login-crowd span:nth-child(11)::after { background: #bb4c94; }
  .ss-login-crowd span:nth-child(12)::after { background: #f3a92e; }
  .ss-login-crowd span:nth-child(13)::after { background: #1c8a7f; }
  .ss-login-crowd span:nth-child(14)::after { background: #d85b5b; }

  .ss-login-form-wrap {
    height: 100%;
    background: #fff;
    padding: 3rem 4rem 3rem 3.4rem;
  }

  .ss-login-top {
    border-bottom: 1px solid #e6e0da;
    padding-bottom: 1.45rem;
    margin-bottom: 1.5rem;
  }

  .ss-login-kicker {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: #76572d;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .ss-login-top h3 {
    margin: 0 0 0.45rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.14;
    font-weight: 700;
    color: #30231c;
  }

  .ss-login-top p {
    margin: 0;
    color: #6f625b;
    font-weight: 600;
  }

  .ss-login-top a {
    color: #2b79c6;
    text-decoration: none;
  }

  .ss-login-group {
    margin-bottom: 1rem;
  }

  .ss-login-group label {
    display: inline-block;
    margin-bottom: 0.45rem;
    font-weight: 700;
    color: #2f241e;
  }

  .ss-login-form .form-control {
    min-height: 42px;
    border: 1px solid #d9d4cf;
    border-radius: 0.4rem;
    padding: 0.75rem 0.9rem;
    box-shadow: none;
    color: #43352f;
  }

  .ss-login-form .form-control:focus {
    border-color: #c62828;
    box-shadow: 0 0 0 0.12rem rgba(198, 40, 40, 0.12);
  }

  .ss-login-check {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0.35rem 0 1.9rem;
  }

  .ss-login-check .form-check-input {
    margin-top: 0;
    border-color: #d4cdc7;
  }

  .ss-login-check .form-check-label {
    color: #8a7c74;
    font-weight: 600;
  }

  .ss-login-btn {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 0.4rem;
    background: #d23434;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: none;
  }

  .ss-login-btn:hover {
    background: #bc2525;
    color: #fff;
  }

  @media (max-width: 991.98px) {
    .ss-login-form-wrap {
      padding: 2.3rem 2rem 2.4rem;
    }

    .ss-login-aside {
      min-height: 470px;
    }
  }

  @media (max-width: 767.98px) {
    .ss-login-block {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }

    .ss-login-aside {
      min-height: 420px;
      padding: 2.2rem 1.5rem 0;
    }

    .ss-login-form-wrap {
      padding: 2rem 1.2rem 2rem;
    }
  }

  .ss-feature-highlight {
    position: relative;
    background: linear-gradient(90deg, #f8f6f0 0%, #eeece6 50%, #f8f6f0 100%);
    padding-bottom: 3rem;
  }

  .ss-feature-topband {
    height: 130px; 
  }

  .ss-feature-row {
    margin-top: -76px;
    position: relative;
    z-index: 2;
  }

  .ss-feature-card {
    background: #fff;
    border-radius: 0.4rem;
    padding: 2rem 1.6rem 1.8rem;
    box-shadow: 0 8px 24px rgba(33, 24, 18, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .ss-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(33, 24, 18, 0.1);
  }

  .ss-feature-card h3 {
    margin: 1rem 0 0.55rem;
    color: #785329;
    font-size: 1.95rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
  }

  .ss-feature-card p {
    margin: 0;
    color: #785329;
    font-size: 1.5rem;
    line-height: 1.6;
    max-width: 260px;
    margin-inline: auto;
    font-family: 'Inter', sans-serif;
  }

  .ss-feature-icon {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }

  .ss-feature-icon-award .ss-ribbon-core {
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #ffe76d 0%, #f9c92f 58%, #efaa1c 100%);
    box-shadow: inset 0 0 0 8px rgba(255, 223, 95, 0.45);
  }

  .ss-feature-icon-award .ss-ribbon-core::before,
  .ss-feature-icon-award .ss-ribbon-core::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 24px;
    background: rgba(240, 162, 23, 0.8);
    border-radius: 4px;
    transform-origin: center top;
  }

  .ss-feature-icon-award .ss-ribbon-core::before {
    transform: translate(-50%, -50%) rotate(0deg);
    box-shadow:
      0 -20px 0 rgba(240, 162, 23, 0.8),
      0 20px 0 rgba(240, 162, 23, 0.8),
      20px 0 0 rgba(240, 162, 23, 0.8),
      -20px 0 0 rgba(240, 162, 23, 0.8),
      14px 14px 0 rgba(240, 162, 23, 0.8),
      -14px -14px 0 rgba(240, 162, 23, 0.8),
      14px -14px 0 rgba(240, 162, 23, 0.8),
      -14px 14px 0 rgba(240, 162, 23, 0.8);
  }

  .ss-feature-icon-award .ss-ribbon-core::after {
    width: 16px;
    height: 20px;
    background: #f2b42d;
    clip-path: polygon(50% 0, 100% 22%, 100% 78%, 50% 100%, 0 78%, 0 22%);
    transform: translate(-50%, -50%);
    box-shadow: inset 0 -3px 0 rgba(255,255,255,0.18);
  }

  .ss-ribbon-tail {
    position: absolute;
    bottom: 3px;
    width: 14px;
    height: 22px;
    background: linear-gradient(180deg, #f5ae29 0%, #ea7f27 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
  }

  .ss-ribbon-left { left: 18px; transform: rotate(7deg); }
  .ss-ribbon-right { right: 18px; transform: rotate(-7deg); }

  .ss-feature-icon-trust .ss-handshake-left,
  .ss-feature-icon-trust .ss-handshake-right {
    position: absolute;
    bottom: 16px;
    width: 24px;
    height: 14px;
    background: #d9a177;
    border-radius: 8px;
  }

  .ss-feature-icon-trust .ss-handshake-left {
    left: 15px;
    transform: rotate(32deg);
  }

  .ss-feature-icon-trust .ss-handshake-right {
    right: 15px;
    transform: rotate(-32deg);
  }

  .ss-feature-icon-trust .ss-handshake-left::before,
  .ss-feature-icon-trust .ss-handshake-right::before {
    content: '';
    position: absolute;
    top: -5px;
    width: 14px;
    height: 26px;
    background: #5d87d6;
    border-radius: 6px;
  }

  .ss-feature-icon-trust .ss-handshake-left::before {
    left: -5px;
  }

  .ss-feature-icon-trust .ss-handshake-right::before {
    right: -5px;
  }

  .ss-handshake-shield {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 32px;
    background: linear-gradient(180deg, #f9d66b 0%, #f0aa22 100%);
    clip-path: polygon(50% 0, 100% 18%, 100% 54%, 50% 100%, 0 54%, 0 18%);
  }

  .ss-handshake-shield::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 7px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .ss-feature-icon-ring .ss-ring {
    position: absolute;
    bottom: 10px;
    width: 30px;
    height: 30px;
    border: 6px solid #f5c114;
    border-radius: 50%;
    background: transparent;
  }

  .ss-feature-icon-ring .ss-ring-left {
    left: 15px;
  }

  .ss-feature-icon-ring .ss-ring-right {
    right: 15px;
  }

  .ss-ring-heart {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    color: #e70b69;
    font-size: 1rem;
    line-height: 1;
  }

  @media (max-width: 991.98px) {
    .ss-feature-card h3 {
      font-size: 1.6rem;
    }

    .ss-feature-card p {
      font-size: 1.2rem;
    }
  }

  @media (max-width: 767.98px) {
    .ss-feature-topband {
      height: 100px;
    }

    .ss-feature-row {
      margin-top: -50px;
    }

    .ss-feature-highlight {
      padding-bottom: 2.2rem;
    }

    .ss-feature-card {
      padding: 1.6rem 1.2rem;
    }
  }

  .ss-welcome-section {
    background: #f7f5ef;
    overflow: hidden;
  }

  .ss-welcome-media {
    position: relative;
    min-height: 620px;
    max-width: 620px;
    margin-inline: auto;
  }

  .ss-welcome-ring {
    position: absolute;
    top: -12px;
    left: -22px;
    width: 98px;
    height: 98px;
    border: 8px solid #e0a006;
    border-radius: 50%;
    z-index: 0;
  }

  .ss-welcome-outline {
    position: absolute;
    right: 28px;
    bottom: -34px;
    width: 190px;
    height: 190px;
    border: 10px solid #efd4e6;
    border-radius: 1.4rem;
    z-index: 0;
  }

  .ss-welcome-image-main,
  .ss-welcome-image-sub {
    position: absolute;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(32, 24, 20, 0.12);
  }

  .ss-welcome-image-main {
    top: 22px;
    left: 18px;
    width: 470px;
    height: 540px;
    border-radius: 1.35rem;
    z-index: 1;
  }

  .ss-welcome-image-sub {
    left: 120px;
    bottom: -10px;
    width: 500px;
    height: 310px;
    border-radius: 2.8rem 7rem 2rem 2rem;
    border: 14px solid #f7f5ef;
    z-index: 2;
  }

  .ss-welcome-image-main img,
  .ss-welcome-image-sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ss-welcome-content {
    max-width: 690px;
  }

  .ss-welcome-content h2 {
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    line-height: 0.98;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 4.8vw, 5rem);
    font-weight: 700;
    color: #7a541f;
  }

  .ss-welcome-content h2 span {
    display: block;
    color: #7a541f;
  }

  .ss-welcome-content h2 {
    color: #e3118f;
  }

  .ss-welcome-content p {
    margin: 0 0 1.35rem;
    font-size: 1.33rem;
    line-height: 1.7;
    color: #6f552f;
  }

  .ss-welcome-content p strong {
    color: #7a541f;
    font-weight: 700;
  }

  .ss-welcome-content p a {
    color: #f01691;
    text-decoration: none;
    font-weight: 700;
  }

  .ss-welcome-content hr {
    margin: 1.8rem 0 1.7rem;
    border: 0;
    border-top: 1px solid rgba(122, 84, 31, 0.18);
    opacity: 1;
  }

  .ss-welcome-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 3rem;
    margin-top: 2rem;
  }

  .ss-welcome-contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .ss-welcome-contact-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  }

  .ss-welcome-contact-text span {
    display: block;
    color: #8e8881;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
  }

  .ss-welcome-contact-text h4 {
    margin: 0;
    color: #121212;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
  }

  @media (max-width: 1199.98px) {
    .ss-welcome-media {
      min-height: 570px;
    }

    .ss-welcome-image-main {
      width: 420px;
      height: 500px;
    }

    .ss-welcome-image-sub {
      left: 90px;
      width: 450px;
      height: 280px;
    }

    .ss-welcome-content p {
      font-size: 1.12rem;
    }

    .ss-welcome-contact-text h4 {
      font-size: 1.45rem;
    }
  }

  @media (max-width: 991.98px) {
    .ss-welcome-media {
      min-height: 600px;
      max-width: 560px;
    }

    .ss-welcome-image-main {
      left: 16px;
      width: 430px;
      height: 500px;
    }

    .ss-welcome-image-sub {
      left: 105px;
      width: 430px;
      height: 265px;
    }
  }

  @media (max-width: 767.98px) {
    .ss-welcome-section {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }

    .ss-welcome-media {
      min-height: auto;
      padding-top: 0.5rem;
    }

    .ss-welcome-ring {
      width: 72px;
      height: 72px;
      border-width: 6px;
      top: -8px;
      left: -2px;
    }

    .ss-welcome-outline {
      width: 110px;
      height: 110px;
      right: 8px;
      bottom: -18px;
      border-width: 7px;
    }

    .ss-welcome-image-main,
    .ss-welcome-image-sub {
      position: relative;
    }

    .ss-welcome-image-main {
      top: 0;
      left: 0;
      width: 100%;
      height: 360px;
    }

    .ss-welcome-image-sub {
      left: auto;
      bottom: auto;
      width: calc(100% - 2rem);
      height: 220px;
      margin: -2.2rem 0 0 auto;
      border-width: 10px;
      border-radius: 2rem 4rem 1.6rem 1.6rem;
    }

    .ss-welcome-content h2 {
      font-size: clamp(2.2rem, 10vw, 3.5rem);
    }

    .ss-welcome-content p {
      font-size: 1rem;
      line-height: 1.8;
    }

    .ss-welcome-contact-row {
      gap: 1.2rem;
    }

    .ss-welcome-contact-item {
      width: 100%;
    }

    .ss-welcome-contact-icon {
      width: 56px;
      height: 56px;
      font-size: 1.15rem;
    }

    .ss-welcome-contact-text span {
      font-size: 1rem;
    }

    .ss-welcome-contact-text h4 {
      font-size: 1.2rem;
    }
  }


/*        */

/* =========================
   DASHBOARD MAIN AREA
========================= */

.db {
    background: #faf7ed;
    min-height: 100vh;
    padding: 50px 0 80px;
}

.db .container {
    max-width: 850px;
}


/* =========================
   LEFT SIDEBAR
========================= */

.db-nav {
    background: #fff;
    border-radius: 8px;
    padding: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}


/* Profile Image */

.db-nav-pro {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.db-nav-pro img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 8px;
}


/* Sidebar Menu */

.db-nav-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.db-nav-list ul li {
    margin: 3px 0;
}

.db-nav-list ul li a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: #222;
    font-size: 13px;
    border-left: 3px solid transparent;
}

.db-nav-list ul li a:hover {
    background: #f8f8f8;
}

.db-nav-list ul li a.act {
    color: #159ee5;
    border-left-color: #159ee5;
}


/* Icons */

.db-nav-list i {
    width: 22px;
    margin-right: 7px;
}


/* =========================
   RIGHT CONTENT
========================= */

.db-sec-com {
    margin-bottom: 25px;
}

.db-tit {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
}


/* =========================
   MY PICTURE
========================= */

.db-new-pro-main {
    margin-bottom: 25px;
}

.slider {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slider li {
    flex: 1;
}

.db-new-pro {
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(
        to bottom,
        #ffffff,
        #b9b5b0
    );
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.ss-profile-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}


/* =========================
   PROFILE DETAILS
========================= */

.db-pro-stat {
    background: #fff;
    border-radius: 9px;
    padding: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

.db-pro-stat table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.db-pro-stat td {
    padding: 8px 7px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.db-pro-stat tr.table-active td {
    background: #e5e5e5;
}

.db-pro-stat td:nth-child(1),
.db-pro-stat td:nth-child(3) {
    font-weight: 700;
    width: 18%;
    color: #222;
}

.db-pro-stat td:nth-child(2),
.db-pro-stat td:nth-child(4) {
    width: 32%;
    color: #222;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px) {

    .db {
        padding: 30px 15px;
    }

    .slider {
        flex-wrap: wrap;
    }

    .slider li {
        width: 48%;
        flex: none;
    }

    .db-pro-stat {
        overflow-x: auto;
    }

    .db-pro-stat table {
        min-width: 600px;
    }
}
.profiles-section {
    padding: 80px 0;
    background: #f8f3ed;
    min-height: 100vh;
}

.profiles-section h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
}

.profile-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.10);
    height: 100%;
    transition: 0.3s;
}

.profile-card:hover {
    transform: translateY(-5px);
}

.profile-image {
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: #eee;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-content {
    padding: 25px;
}

.profile-content h3 {
    font-size: 24px;
    margin-bottom: 18px;
}

.profile-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.profile-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.profile-buttons .btn {
    padding: 10px 18px;
    border-radius: 8px;
}

@media (max-width: 768px) {

    .profiles-section h1 {
        font-size: 30px;
    }

    .profile-image {
        height: 350px;
    }

}

/* =========================================================
   HOMEPAGE ONLY - Navbar transparent at top, white on scroll
   These rules apply only when header.inc.php is included by
   index.php with $isHomePage = true.
   ========================================================= */

.home-navbar {
    background: transparent !important;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        backdrop-filter 0.3s ease;
}

/* Navbar text over the hero image */
.home-navbar .navbar-nav .nav-link {
    color: #ffffff !important;
}

.home-navbar .navbar-nav .nav-link:hover,
.home-navbar .navbar-nav .nav-link:focus,
.home-navbar .navbar-nav .nav-link.active {
    color: var(--brand-gold) !important;
}

.home-navbar .btn-login-nav {
    color: #ffffff !important;
}

/* After 80px scroll */
.home-navbar.scrolled {
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.home-navbar.scrolled .navbar-nav .nav-link {
    color: #333333 !important;
}

.home-navbar.scrolled .navbar-nav .nav-link:hover,
.home-navbar.scrolled .navbar-nav .nav-link:focus,
.home-navbar.scrolled .navbar-nav .nav-link.active {
    color: var(--brand-red) !important;
}

.home-navbar.scrolled .btn-login-nav {
    color: #333333 !important;
}

/* Keep the mobile menu usable in both navbar states */
@media (max-width: 991.98px) {
    .home-navbar.scrolled .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
    }

    .home-navbar.scrolled .navbar-nav .nav-link {
        color: #333333 !important;
    }

    .home-navbar.scrolled .btn-login-nav {
        color: #333333 !important;
    }
}
/**/
/* Homepage transparent navbar logo */
.home-navbar .brand-logo {
    background: #ffffff;
    padding: 12px 14px;
    border-radius: 10px;

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

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* Logo size */
.home-navbar .brand-logo img {
    width: 125px;
    height: auto;
    display: block;
}

.home-navbar.scrolled .brand-logo {
    background: #ffffff;
    box-shadow: none;
}


/* ================================
   MOBILE NAVBAR MENU FIX
================================ */

/* ================================
   MOBILE NAVBAR MENU FIX
================================ */

@media (max-width: 991.98px) {

    /* Navbar */
    .navbar-custom {
        background: transparent !important;
        box-shadow: none !important;
    }

    /* Mobile dropdown */
    .navbar-custom .navbar-collapse {
       background: #211c19 !important;
        padding: 15px 20px !important;
        margin-top: 10px !important;
        border-radius: 12px !important;
    }

    /* Menu links */
    .navbar-custom .navbar-nav .nav-link {
        color: #ffffff !important;
        opacity: 1 !important;
        font-weight: 600 !important;
        display: block !important;
        padding: 8px 10px !important;
    }

    .navbar-custom .navbar-nav .nav-link:hover,
    .navbar-custom .navbar-nav .nav-link:focus,
    .navbar-custom .navbar-nav .nav-link.active {
        color: #d69e2e !important;
    }

    /* Login - support both class names */
    .navbar-custom .btn-login-nav,
    .navbar-custom .login-btn {
        color: #ffffff !important;
        opacity: 1 !important;
        display: block !important;
        visibility: visible !important;
    }

    .navbar-custom .btn-login-nav:hover,
    .navbar-custom .btn-login-nav:focus,
    .navbar-custom .login-btn:hover,
    .navbar-custom .login-btn:focus {
        color: #d69e2e !important;
    }

    /* Register */
    .navbar-custom .btn-register,
    .navbar-custom .register-btn {
        color: #222222 !important;
        opacity: 1 !important;
    }

    /* Hamburger */
    .navbar-custom .navbar-toggler {
        border-color: #d69e2e !important;
    }
}

/* =========================================
   FIX FIXED NAVBAR WITHOUT BLACK GAP
========================================= */

/* Desktop */
@media (min-width: 992px) {

    .ss-login-block {
        margin-top: 0 !important;
        padding-top: 120px !important;
    }

    .ss-register-page {
        margin-top: 0 !important;
        padding-top: 170px !important;
    }

    .ss-contact-block {
        margin-top: 0 !important;
        padding-top: 120px !important;
    }

}


/* Mobile + Tablet */
@media (max-width: 991.98px) {

    .ss-login-block {
        margin-top: 0 !important;
        padding-top: 170px !important;
    }

    .ss-register-page {
        margin-top: 0 !important;
        padding-top: 170px !important;
    }

    .ss-contact-block {
        margin-top: 0 !important;
        padding-top: 170px !important;
    }

}
.navbar-custom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

/* =========================================================
   GLOBAL RESPONSIVE NAVBAR / PAGE FLOW FIX
   - Homepage keeps the original transparent/fixed navbar.
   - Inner pages keep the same navbar design, but reserve its
     real height in normal document flow.
   - When the mobile menu opens, the reserved space grows with
     the navbar so page content never sits underneath the menu.
   ========================================================= */

.navbar-custom {
    width: 100%;
    z-index: 1050;
}

/* The spacer is used only on inner pages. Its height is synced
   to the actual navbar height by header.inc.php. */
.navbar-spacer {
    height: var(--navbar-height, 96px);
    width: 100%;
    pointer-events: none;
}

/* Do not let old page-specific fixed-header padding create a
   second header gap. The spacer above is the single source of truth. */
body:has(.navbar-custom.inner-navbar) {
    padding-top: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
}

/* Existing profile page had its own hard-coded header offset. */
body:has(.navbar-custom.inner-navbar) .profile-page {
    margin-top: 0 !important;
}

/* Home: no hard bottom border/black line while the navbar is
   transparent over the hero. */
.home-navbar {
    border-bottom: 0 !important;
}

.home-navbar.scrolled {
    border-bottom: 0 !important;
}

/* Inner pages retain a very subtle separator. */
.inner-navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* Keep images and large blocks inside the viewport. */
img, video, iframe {
    max-width: 100%;
}

/* Mobile navbar: never allow the expanded menu to become wider
   than the viewport. */
@media (max-width: 991.98px) {
    .navbar-custom .container {
        width: 100%;
        max-width: 100%;
    }

    .navbar-custom .navbar-collapse {
        max-width: 100%;
        overflow-x: hidden;
    }

    .navbar-custom .navbar-nav {
        width: 100%;
    }

    .navbar-custom .nav-actions {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .navbar-custom .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .navbar-custom .brand-logo img {
        max-width: 100%;
        height: auto;
    }

    .navbar-custom .navbar-collapse {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 10px !important;
    }
}


/* Inner-page mobile header stays white like the desktop header.
   Only the expanded dropdown keeps the dark menu background. */
@media (max-width: 991.98px) {
    .inner-navbar {
        background: #ffffff !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
    }

    .inner-navbar .navbar-nav .nav-link,
    .inner-navbar .btn-login-nav {
        color: #333333 !important;
    }

    .inner-navbar .navbar-nav .nav-link:hover,
    .inner-navbar .navbar-nav .nav-link:focus,
    .inner-navbar .navbar-nav .nav-link.active,
    .inner-navbar .btn-login-nav:hover,
    .inner-navbar .btn-login-nav:focus {
        color: var(--brand-red) !important;
    }

    .inner-navbar .navbar-collapse .navbar-nav .nav-link,
    .inner-navbar .navbar-collapse .btn-login-nav {
        color: #ffffff !important;
    }

    .inner-navbar .navbar-collapse .navbar-nav .nav-link:hover,
    .inner-navbar .navbar-collapse .navbar-nav .nav-link:focus,
    .inner-navbar .navbar-collapse .navbar-nav .nav-link.active,
    .inner-navbar .navbar-collapse .btn-login-nav:hover,
    .inner-navbar .navbar-collapse .btn-login-nav:focus {
        color: var(--brand-gold) !important;
    }
}


/* =========================================================
   FINAL GLOBAL RESPONSIVE PAGE FLOW
   The shared header creates .navbar-spacer on every inner page.
   Do NOT use fixed pixel header offsets on individual pages.
   ========================================================= */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Inner pages: the spacer is the only header reservation. */
body:has(.navbar-custom.inner-navbar) {
    padding-top: 0 !important;
}

body:has(.navbar-custom.inner-navbar) .navbar-spacer {
    display: block;
    min-height: 1px;
}

/* Common content sections should begin naturally below the spacer. */
body:has(.navbar-custom.inner-navbar) .ss-login-block,
body:has(.navbar-custom.inner-navbar) .ss-register-page,
body:has(.navbar-custom.inner-navbar) .ss-contact-block,
body:has(.navbar-custom.inner-navbar) .ss-welcome-section,
body:has(.navbar-custom.inner-navbar) .about-page,
body:has(.navbar-custom.inner-navbar) .ss-featured-profiles,
body:has(.navbar-custom.inner-navbar) .profiles-section,
body:has(.navbar-custom.inner-navbar) .interest-page,
body:has(.navbar-custom.inner-navbar) .profile-page,
body:has(.navbar-custom.inner-navbar) .edit-profile-page,
body:has(.navbar-custom.inner-navbar) .account-page,
body:has(.navbar-custom.inner-navbar) .chat-page {
    margin-top: 0 !important;
}

/* Header spacing is already provided by .navbar-spacer. */
body:has(.navbar-custom.inner-navbar) .ss-login-block,
body:has(.navbar-custom.inner-navbar) .ss-register-page,
body:has(.navbar-custom.inner-navbar) .ss-contact-block,
body:has(.navbar-custom.inner-navbar) .ss-welcome-section {
    padding-top: 45px !important;
}

body:has(.navbar-custom.inner-navbar) .about-page {
    padding-top: 55px !important;
}

body:has(.navbar-custom.inner-navbar) .ss-featured-profiles {
    padding-top: 25px !important;
}

/* The Team page previously added 100px to its heading. */
body:has(.navbar-custom.inner-navbar) .ss-featured-title {
    padding-top: 0 !important;
}

/* User list had a page-specific body padding that could double the header gap. */
body:has(.navbar-custom.inner-navbar) .profiles-section {
    padding-top: 25px !important;
}

/* Bootstrap containers keep their normal responsive max-widths. */
body:has(.navbar-custom.inner-navbar) .container-fluid {
    width: 100%;
}

/* Mobile page gutters. */
@media (max-width: 767.98px) {
    body:has(.navbar-custom.inner-navbar) .ss-login-block,
    body:has(.navbar-custom.inner-navbar) .ss-register-page,
    body:has(.navbar-custom.inner-navbar) .ss-contact-block,
    body:has(.navbar-custom.inner-navbar) .ss-welcome-section {
        padding-top: 30px !important;
    }

    body:has(.navbar-custom.inner-navbar) .about-page {
        padding-top: 35px !important;
        padding-bottom: 55px !important;
    }

    body:has(.navbar-custom.inner-navbar) .about-container {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body:has(.navbar-custom.inner-navbar) .about-title {
        font-size: clamp(28px, 9vw, 38px) !important;
        margin-bottom: 28px !important;
        overflow-wrap: anywhere;
    }

    body:has(.navbar-custom.inner-navbar) .about-description {
        font-size: 16px !important;
        line-height: 1.7 !important;
        overflow-wrap: anywhere;
    }

    body:has(.navbar-custom.inner-navbar) .ss-featured-profiles {
        padding-top: 10px !important;
    }

    body:has(.navbar-custom.inner-navbar) .ss-featured-title {
        font-size: clamp(28px, 8vw, 38px) !important;
        padding-top: 0 !important;
    }

    /* Prevent wide tables/cards/forms from forcing horizontal scrolling. */
    body:has(.navbar-custom.inner-navbar) table,
    body:has(.navbar-custom.inner-navbar) .card,
    body:has(.navbar-custom.inner-navbar) .row,
    body:has(.navbar-custom.inner-navbar) form,
    body:has(.navbar-custom.inner-navbar) input,
    body:has(.navbar-custom.inner-navbar) select,
    body:has(.navbar-custom.inner-navbar) textarea {
        max-width: 100%;
    }

    body:has(.navbar-custom.inner-navbar) img {
        height: auto;
    }
}

/* Homepage: header stays over the hero with no dark separator. */
.home-navbar {
    border-bottom: 0 !important;
}
.home-navbar.scrolled {
    border-bottom: 0 !important;
}



/* =========================================================
   PROFILE DETAILS - MODERN RESPONSIVE DESIGN
   ========================================================= */

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.profile-page {
    width: 100%;
    min-height: calc(100vh - 105px);
    margin-top: 105px; /* fixed header height */
    display: flex;
    overflow: visible;
    background: #fff;
}

/* =========================================================
   LEFT PROFILE PHOTO - FIXED
   ========================================================= */

.profile-left {
    width: 44%;
    position: fixed;
    top: 105px;
    left: 0;
    height: calc(100vh - 105px);
    z-index: 20;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #faf9f7;
    border-right: 1px solid #eee7df;
}

.profile-image-area {
    width: 100%;
    height: calc(100% - 88px);
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 35px 18px;
    background: #faf9f7;
}

.profile-image-area img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 4px;
}

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

.profile-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 88px;
    display: flex;
    margin: 0 !important;
    z-index: 5;
}

.profile-actions > div {
    padding: 0 !important;
}

.profile-actions a {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: #fff !important;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .2px;
    transition: transform .2s ease, filter .2s ease;
}

.profile-actions a:hover {
    color: #fff !important;
    filter: brightness(.94);
}

.profile-actions a:active {
    transform: scale(.99);
}

.chat-btn {
    background: #3512e8;
}

.interest-btn {
    background: #ed9200;
}

.pending-state {
    background: #6c757d !important;
    cursor: default;
}

.friend-state {
    background: #198754 !important;
    cursor: default;
}

.disabled-action {
    background: #adb5bd !important;
    cursor: default;
}

.interest-btn.loading-state {
    opacity: .75;
    cursor: wait;
    pointer-events: none;
}

/* =========================================================
   RIGHT CONTENT
   Browser/page scrollbar is used.
   No inner scrollbar is created.
   ========================================================= */

.profile-right {
    width: 56%;
    margin-left: 44%;
    height: auto;
    overflow: visible;
    padding: 55px clamp(35px, 5vw, 85px) 70px;
    background: #fff;
}


/* =========================================================
   NAME + MEMBER ID
   ========================================================= */

.profile-name {
    margin: 0 0 14px;
    padding: 0;
    color: #70491f;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 4.1vw, 64px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.8px;
    text-transform: capitalize;
    word-break: break-word;
}

.member-id {
    display: inline-flex;
    align-items: center;
    background: #4fbd70;
    color: #fff;
    padding: 7px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

/* =========================================================
   CITY / AGE / JOB
   ========================================================= */

.profile-info {
    margin-top: 45px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.profile-info > div {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.profile-info > div:first-child {
    padding-left: 0 !important;
}

.profile-info > div:last-child {
    padding-right: 0 !important;
}

.info-box {
    width: 100%;
    min-height: 150px;
    border: 1px solid #e7e0d9;
    border-radius: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 12px;
    box-shadow: 0 5px 18px rgba(112, 73, 31, .045);
    transition: transform .2s ease, box-shadow .2s ease;
}

.info-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 24px rgba(112, 73, 31, .09);
}

.info-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 7px;
}

.info-label {
    color: #8b6a48;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
    letter-spacing: .4px;
}

.info-value {
    max-width: 100%;
    color: #70491f;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

/* =========================================================
   SECTION HEADINGS
   ========================================================= */

.gallery-section,
.contact-section {
    width: 100%;
}

.gallery-section {
    margin-top: 58px;
}

.section-title {
    color: #70491f;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 24px;
}

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

.gallery-section .row {
    margin-left: -6px;
    margin-right: -6px;
}

.gallery-section .row > div {
    padding-left: 6px;
    padding-right: 6px;
}

.gallery-item {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    background: #faf9f7;
    border: 1px solid #eee7df;
}

.gallery-img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    display: block;
}

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

.contact-section {
    margin-top: 58px;
    padding-top: 35px;
    border-top: 1px solid #e5ded7;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 16px;
}

.contact-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid #dccdbc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #70491f;
    background: #fffdfb;
    font-size: 19px;
}

.contact-text {
    margin: 0;
    color: #70491f;
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.contact-text strong {
    margin-right: 5px;
}

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

@media (max-width: 991.98px) {

    .profile-page {
        min-height: calc(100vh - 90px);
        margin-top: 90px;
    }

    .profile-left {
        width: 43%;
        height: calc(100vh - 90px);
        top: 90px;
    }

    .profile-right {
        width: 57%;
        padding: 42px 28px 55px;
    }

    .profile-name {
        font-size: 43px;
    }

    .profile-image-area {
        padding: 20px;
    }

    .profile-actions,
    .profile-actions a {
        height: 72px;
    }

    .profile-actions a {
        font-size: 15px;
    }

    .info-box {
        min-height: 135px;
        border-radius: 14px;
        padding: 12px 7px;
    }

    .info-icon {
        font-size: 29px;
        width: 45px;
        height: 45px;
    }

    .info-label {
        font-size: 13px;
    }

    .info-value {
        font-size: 17px;
    }

    .gallery-item,
    .gallery-img {
        height: 145px;
    }
}

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

@media (max-width: 767.98px) {

    html,
    body {
        overflow-x: hidden;
    }

    .profile-page {
        width: 100%;
        height: auto;
        min-height: 0;
        margin-top: 90px;
        display: block;
        overflow: visible;
    }

    .profile-left {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        align-self: auto;
        min-height: 0;
        display: block;
        overflow: visible;
        border-right: 0;
    }

    .profile-image-area {
        width: 100%;
        height: 390px;
        padding: 18px 20px 10px;
    }

    .profile-image-area img {
        max-width: 92%;
        max-height: 100%;
    }

    .profile-actions {
        position: relative;
        width: 100%;
        height: 62px;
    }

    .profile-actions a {
        height: 62px;
        font-size: 14px;
    }

    .profile-right {
        width: 100%;
        height: auto;
        max-height: none;
        overflow: visible;
        padding: 30px 16px 50px;
    }

    .profile-name {
        font-size: 34px;
        margin-bottom: 11px;
        letter-spacing: -.4px;
    }

    .member-id {
        font-size: 11px;
        padding: 6px 9px;
    }

    .profile-info {
        margin-top: 25px;
    }

    .profile-info > div {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .info-box {
        min-height: 115px;
        border-radius: 12px;
        padding: 9px 4px;
    }

    .info-icon {
        width: 35px;
        height: 35px;
        font-size: 24px;
        margin-bottom: 3px;
    }

    .info-label {
        font-size: 10px;
    }

    .info-value {
        font-size: 12px;
        line-height: 1.2;
    }

    .gallery-section {
        margin-top: 38px;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .gallery-item,
    .gallery-img {
        height: 105px;
    }

    .contact-section {
        margin-top: 38px;
        padding-top: 24px;
    }

    .contact-row {
        gap: 10px;
        margin-bottom: 13px;
    }

    .contact-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 15px;
    }

    .contact-text {
        font-size: 13px;
    }
}

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

@media (max-width: 420px) {

    .profile-image-area {
        height: 330px;
        padding: 14px;
    }

    .profile-actions,
    .profile-actions a {
        height: 58px;
    }

    .profile-actions a {
        font-size: 12px;
    }

    .profile-name {
        font-size: 29px;
    }

    .info-box {
        min-height: 100px;
    }

    .info-icon {
        font-size: 21px;
        width: 30px;
        height: 30px;
    }

    .info-label {
        font-size: 9px;
    }

    .info-value {
        font-size: 10px;
    }

    .gallery-item,
    .gallery-img {
        height: 88px;
    }

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

/* =========================================================
   FINAL RESPONSIVE FIXES
   Keeps the existing desktop design unchanged.
   ========================================================= */

/* Tablet: keep the right content aligned with the fixed left panel */
@media (min-width: 768px) and (max-width: 991.98px) {
    .profile-right {
        margin-left: 43%;
    }
}

/* Mobile: IMPORTANT - remove desktop margin-left */
@media (max-width: 767.98px) {

    .profile-page {
        margin-top: 90px;
        width: 100%;
    }

    .profile-left {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        height: auto !important;
    }

    .profile-right {
        position: relative;
        width: 100% !important;
        margin-left: 0 !important; /* fixes content shifting/cutting on mobile */
        padding: 28px 16px 50px;
    }

    .profile-image-area {
        height: clamp(280px, 78vw, 390px);
        padding: 18px 16px 12px;
    }

    .profile-image-area img {
        max-width: 100%;
        max-height: 100%;
    }

    .profile-actions {
        display: flex;
        width: 100%;
        position: relative !important;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .profile-actions > div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .profile-actions a {
        white-space: nowrap;
        padding: 0 8px;
        font-size: clamp(11px, 3.4vw, 14px);
        gap: 4px;
    }

    .profile-actions a .me-2 {
        margin-right: 3px !important;
    }

    .profile-name {
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .profile-info {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .profile-info > div {
        min-width: 0;
    }

    .info-value {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .gallery-section .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .gallery-section .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 575.98px) {

    .profile-page {
        margin-top: 78px;
    }

    .profile-right {
        padding: 24px 14px 45px;
    }

    .profile-image-area {
        height: clamp(260px, 82vw, 340px);
        padding: 14px 12px 10px;
    }

    .profile-actions,
    .profile-actions a {
        height: 58px;
    }

    .profile-actions a {
        font-size: 11px;
        letter-spacing: 0;
    }

    .profile-name {
        font-size: clamp(27px, 8vw, 34px);
        line-height: 1.12;
    }

    .member-id {
        max-width: 100%;
        white-space: normal;
    }

    .profile-info {
        margin-top: 22px;
    }

    .info-box {
        min-height: 108px;
        padding: 8px 3px;
    }

    .info-icon {
        font-size: 21px;
        width: 30px;
        height: 30px;
    }

    .info-label {
        font-size: 9px;
    }

    .info-value {
        font-size: 11px;
        line-height: 1.15;
    }

    .gallery-section {
        margin-top: 34px;
    }

    .gallery-item,
    .gallery-img {
        height: 105px;
    }

    .contact-section {
        margin-top: 34px;
    }
}

@media (max-width: 380px) {

    .profile-page {
        margin-top: 74px;
    }

    .profile-actions,
    .profile-actions a {
        height: 54px;
    }

    .profile-actions a {
        font-size: 10px;
        padding: 0 4px;
    }

    .profile-actions i {
        display: none;
    }

    .profile-image-area {
        height: 250px;
    }

    .profile-right {
        padding-left: 12px;
        padding-right: 12px;
    }

    .gallery-item,
    .gallery-img {
        height: 90px;
    }
}


