    :root {
      --black: #0a0a0a;
      --dark: #111111;
      --dark2: #181818;
      --dark3: #222222;
      --darkF: #060606;
      --gold: #c9a84c;
      --gold-light: #e2c47a;
      --gold-dim: rgba(201,168,76,0.15);
      --white: #f5f0e8;
      --white-dim: rgba(245,240,232,0.07);
      --gray: #d7d7d7;
      --border: rgba(201,168,76,0.2);
    }
    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
      background: var(--black);
      color: var(--white);
      font-family: 'Jost', sans-serif;
      font-weight: 300;
      letter-spacing: 0.02em;
    }
    .formP{
      font-size: 0.8rem;
      color: #c9a84c;
      text-align: center;
      margin-top: 30px;
    }

    h1,h2,h3,h4,h5 { font-family: 'Cormorant Garamond', serif; font-weight: 600; }

    /* ── PAGE SYSTEM ── */
    .page { display: none; animation: fadeIn 0.5s ease; }
    .page.active { display: block; }
    @keyframes fadeIn { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:none; } }


    /* custom  */

    .quote-section {
      background: linear-gradient(to bottom, #000 0%, #111 100%);
      color: #fff;
      padding: 60px 20px;
      position: relative;
      overflow: hidden;
    }

    .quote-section::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 60%;
      height: 100%;
      background: url('../images/banner6.png') center/cover no-repeat;
      clip-path: ellipse(75% 100% at 100% 60%);
      opacity: 0.55;
    }

    .content-wrapper {
      position: relative;
      z-index: 2;
      max-width: 950px;
    }

    .top-text {
        font-size: clamp(2.8rem, 6vw, 5.5rem);
        line-height: 1.1;
        margin-bottom: 1.5rem;
        color: var(--white);
    }

    .top-text span {      
      letter-spacing: 1px;
      margin-bottom: 10px;
      color: var(--gold);
      font-style: normal;

    }

    .description {
      font-size: 1.2rem;
      line-height: 1.7;
      color: #e5e5e5;
      margin-top: 25px;
      max-width: 760px;
    }

    .divider {
      height: 1px;
      background: #b78643;
      margin: 35px 0;
      opacity: 0.8;
    }

    .feature-box {
      padding: 15px;
      border-right: 1px solid rgba(255,255,255,0.15);
      height: 100%;
    }

    .feature-box:last-child {
      border-right: none;
    }

    .feature-icon {
      font-size: 3rem;
      color: #c9984d;
      margin-bottom: 15px;
    }
    .feature-icon i{
        font-size: 1.9rem;
    }

    .feature-title {
        color: #c9984d;
        font-size: 0.9rem;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .feature-text {
      font-size: 1.1rem;
        color: var(--gray);
        line-height: 1.3;
        text-align: left;
        margin-bottom: 1.5rem;
    }

    @media (max-width: 768px) {
      .top-text {
        font-size: 2.2rem;
      }

      .quote-section::after {
        display: none;
      }

      .feature-box {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        margin-bottom: 20px;
        padding-bottom: 25px;
      }

      .feature-box:last-child {
        border-bottom: none;
      }
      .hero-glow {
            position: absolute;
            right: 0%;
            top: 5%;
            width: 100%;
            height: 110vw;
            max-width: 100%;
            max-height: 100%;
            border-radius: 0;
            background: url(../images/banner6.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 0%;
            /* background: radial-gradient(ellipse, rgba(201, 168, 76, 0.07) 0%, transparent 70%); */
            pointer-events: none;
            opacity: 0.3;
        }
        .btn-gold {
            width: 100%;
            text-align: center;
        }
        .btn-outline {
            width: 100%;
            text-align: center;
        }
        .display_m{
            display: none;
        }
    }


        .download_boxR{
          background:var(--dark2);
          border:1px solid var(--border);
          padding:2rem;
          margin-bottom:1.5rem;
        }
        .download_boxR h5{
          font-size:1.1rem;
          margin-bottom:1.2rem;
          color:var(--white);
        }
        .download_boxR p{
          color:var(--gray);
          font-size:0.88rem;
          line-height:1.7;
          margin-bottom:1.2rem;
        }
        .download_boxR a{
          color:var(--gold);
          font-size:1.1rem;
          font-family:'Cormorant Garamond',serif;
          font-weight:600;
          text-decoration:underline;
        }
        .download_boxR_Flex{
         display:flex;
         flex-direction:column;
         gap:1.2rem; 
        }
        .download_boxR_Gap{
          display:flex;
          gap:1rem;
          align-items:flex-start;
        }
        .download_boxR_points{
          min-width:28px;
          height:28px;
          border:1px solid var(--gold);
          display:flex;
          align-items:center;
          justify-content:center;
          color:var(--gold);
          font-size:0.75rem;
          font-weight:600;
        }
        .download_boxR_points p{
          color:var(--gray);
          font-size:0.88rem;
          line-height:1.7;
        }

    

        .form-container{
            background:#fff;
            padding:40px;
            border-radius:12px;
            box-shadow:0 0 15px rgba(0,0,0,0.08);
            margin-top:40px;
            margin-bottom:40px;
        }

        h2,h4{
            font-weight:700;
        }

        .section-title{
            background:#111;
            color:#fff;
            padding:12px 15px;
            border-radius:8px;
            margin-top:30px;
            margin-bottom:20px;
        }

        table th{
            background:#222 !important;
            color:#fff;
            vertical-align:middle;
            text-align:center;
        }

        table td{
            vertical-align:middle;
        }

        textarea{
            resize:none;
        }

        .footer-box{
            background:#111;
            color:#fff;
            padding:20px;
            border-radius:10px;
            margin-top:30px;
        }

        .option-box{
            background:#f8f9fa;
            border:1px solid #ddd;
            padding:15px;
            border-radius:8px;
            margin-top:15px;
        }

        
        .hero-grid_black {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
            background-size: 60px 60px;
        }


        /* FEEDBACK SLIDER CSS */

        .feedback-box{
            
            padding:40px;
            border-radius:15px;
            text-align:center;
            box-shadow:0 5px 20px rgba(0,0,0,0.08);
            margin:20px 60px;
        }

        .feedback-box h5{
            font-weight:700;
            margin-bottom:15px;
        }

        .feedback-box p{
            font-size:16px;
            color:#555;
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon{
            background-color:#111111;
            border-radius:50%;
            padding:18px;
        }
        .carousel-control-next, .carousel-control-prev {            
            width: 10%;
        }

        .fa {
            display: inline-block;
            font: normal normal normal 14px / 1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
            .whtsapp-button {
            position: fixed;
            left: 20px;
            bottom: 30px;
            z-index: 999;
            padding: 5px 10px 5px 10px;
            border-radius: 50%;
            background-color: #25d366;
        }
        .whtsapp-button i {
            color: #fff;
            font-size: 50px;
            vertical-align: middle;
        }
        .lead{color:var(--gray);line-height:1.6;margin-bottom:1.5rem;font-family: 'Jost', sans-serif;
            font-weight: 300;
            letter-spacing: 0.02em;
            font-size: 1.0rem;
          }



    /* custom  */

    /* ── NAVBAR ── */
    #navbar {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
      background: rgba(10,10,10,0.92);
      border-bottom: 1px solid var(--border);
      backdrop-filter: blur(12px);
      padding: 0 2rem;
      transition: all 0.3s;
    }
    .nav-inner {
      display: flex; align-items: center; justify-content: space-between;
      max-width: 1280px; margin: auto; height: 72px;
    }
    /*.brand {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.45rem; font-weight: 700;
      color: var(--white); text-decoration: none;
      letter-spacing: 0.05em;
      display: flex; align-items: center; gap: 10px;
    }
    .brand span { color: var(--gold); }
    .brand-icon {
      width: 36px; height: 36px; border: 1.5px solid var(--gold);
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem; color: var(--gold);
    }*/
    .brand-icon {
    }
    .brand-icon img{
      max-width: 300px;
    }
    .nav-links { display: flex; gap: 2rem; list-style: none; }
    .nav-links a {
      color: var(--gray); font-size: 0.82rem; font-weight: 500;
      text-decoration: none; letter-spacing: 0.12em; text-transform: uppercase;
      transition: color 0.25s; padding-bottom: 3px;
      border-bottom: 1px solid transparent;
    }
    .nav-links a:hover, .nav-links a.active {
      color: var(--gold); border-bottom-color: var(--gold);
    }
    .nav-cta {
      background: var(--gold); color: var(--black) !important;
      padding: 8px 22px !important; letter-spacing: 0.12em !important;
      border-bottom: none !important; font-weight: 600 !important;
      transition: background 0.25s !important;
    }
    .nav-cta:hover { background: var(--gold-light) !important; color: var(--black) !important; }
    .hamburger { display: none; flex-direction: column; gap:5px; cursor:pointer; }
    .hamburger span { width:24px; height:1.5px; background:var(--white); transition:all 0.3s; }
    @media(max-width:900px) {
      .hamburger { display:flex; }
      .nav-links {
        position:fixed; top:72px; left:0; right:0; background:var(--dark);
        flex-direction:column; align-items:center; gap:0; display:none;
        border-bottom:1px solid var(--border);
      }
      .nav-links.open { display:flex; }
      .nav-links li { width:100%; }
      .nav-links a { display:block; padding:14px; text-align:center; border-bottom:none; }
    }

    /* ── HERO ── */
    .hero {
      min-height: 100vh;      
      background: linear-gradient(160deg, #0a0a0a 40%, #141008 100%);
      display: flex; align-items: center; position: relative; overflow: hidden;
      padding-top: 72px;
    }
    .hero-grid {
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
      background-size: 60px 60px;
    }
    .hero-glow {
      position: absolute; right: -10%; top: 10%;
      
        width: 70vw;
        height: 70vw;
        max-width: 780px;
        max-height: 760px;
      border-radius: 50%;
      background: url(../images/banner6.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0%;
      /* background: radial-gradient(ellipse, rgba(201,168,76,0.07) 0%, transparent 70%); */
      pointer-events: none;
    }
    .hero-content { position: relative; z-index: 2; }
    .hero-eyebrow {
      letter-spacing: 0.3em; font-size: 0.72rem; color: var(--gold);
      text-transform: uppercase; font-weight: 500;
      display: flex; align-items: center; gap: 12px; margin-bottom: 0.5rem; margin-top: 2rem;
    }
    .hero-eyebrow::before {
      content: ''; width: 40px; height: 1px; background: var(--gold);
    }
    .hero h1 {
      font-size: clamp(2.8rem, 6vw, 5.5rem);
      line-height: 1.1; margin-bottom: 1.5rem;
      color: var(--white);
    }
    .hero h1 em { color: var(--gold); font-style: normal; }
    .hero-sub {
      font-size: 1.05rem; color: var(--gray); max-width: 480px;
      line-height: 1.8; margin-bottom: 2.5rem;
    }
    .btn-gold {
      background: var(--gold); color: var(--black);
      padding: 14px 36px; font-size: 0.82rem; font-weight: 600;
      letter-spacing: 0.15em; text-transform: uppercase;
      border: none; cursor: pointer; text-decoration: none;
      display: inline-block; transition: all 0.25s;
    }
    .btn-gold:hover { background: var(--gold-light); color: var(--black); transform: translateY(-2px); }
    .btn-outline {
      background: transparent; color: var(--white);
      padding: 13px 36px; font-size: 0.82rem; font-weight: 500;
      letter-spacing: 0.15em; text-transform: uppercase;
      border: 1px solid var(--border); cursor: pointer; text-decoration: none;
      display: inline-block; transition: all 0.25s;
    }
    .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
    .hero-stats {
      display: flex; gap: 3rem; margin-top: 4rem;
      padding-top: 2.5rem; border-top: 1px solid var(--border);
    }
    .stat-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.5rem; font-weight: 700; color: var(--gold); line-height: 1;
    }
    .stat-label { font-size: 0.75rem; color: var(--gray); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }

    /* ── SECTION COMMON ── */
    section { padding: 100px 0; }
    .section-tag {
      letter-spacing: 0.3em; font-size: 0.7rem; color: var(--gold);
      text-transform: uppercase; font-weight: 500; margin-bottom: 1rem;
      display: flex; align-items: center; gap: 10px;
    }
    .section-tag::before { content:''; width:30px; height:1px; background:var(--gold); }
    .section-title { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; margin-bottom: 1.2rem; }
    .section-sub { color: var(--gray); font-size: 1rem; line-height: 1.9; max-width: 540px; }
    .gold-line {
      width: 60px; height: 2px; background: var(--gold); margin: 1.5rem 0;
    }

    /* ── FEATURES ── */
    .feature-card {
      background: var(--dark2); border: 1px solid var(--border);
      padding: 2.5rem 2rem; transition: all 0.3s; height: 100%;
    }
    .feature-card:hover { border-color: var(--gold); transform: translateY(-4px); }
    .feature-icon {
      width: 52px; height: 52px; border: 1px solid var(--gold);
      display: flex; align-items: center; justify-content: center;
      color: var(--gold); font-size: 1.2rem; margin-bottom: 1.5rem;
    }
    .feature-card h4 { font-size: 1.3rem; margin-bottom: 0.75rem; }
    .feature-card p { color: var(--gray); font-size: 0.92rem; line-height: 1.8; }

    /* ── PRODUCTS ── */
    .product-card {
      background: var(--dark2); border: 1px solid var(--border);
      overflow: hidden; transition: all 0.3s;
    }
    .product-card:hover { border-color: var(--gold); }
    .product-img {      
      border-bottom: 1px solid var(--border); position: relative; overflow: hidden;
    }
    .product-img img{
      width:100%;
    }
    .product-img::before {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(circle at center, var(--gold-dim), transparent 70%);
    }
    .product-body { padding: 1.75rem; }
    .product-body h4 { font-size: 1.3rem; margin-bottom: 0.5rem; color: #cfcfcf; }
    .product-body p { color: var(--gray); font-size: 0.92rem; line-height: 1.7; margin-bottom: 1.2rem;height: 130px;overflow: auto; }
    .product-tag {
      display: inline-block; background: var(--gold-dim);
      border: 1px solid var(--border); color: var(--gold);
      font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
      padding: 3px 10px; margin: 2px;
    }

    /* ── TESTIMONIALS ── */
    .testimonial-card {
      background: var(--dark2); border: 1px solid var(--border);
      padding: 2.5rem; transition: all 0.3s; height: 100%;
    }
    .testimonial-card:hover { border-color: var(--gold); }
    .stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 2px; margin-bottom: 1.2rem; }
    .testimonial-text { color: #bbb; font-size: 0.95rem; line-height: 1.85; margin-bottom: 1.5rem; font-style: italic; }
    .testimonial-author { display: flex; align-items: center; gap: 12px; }
    .author-avatar {
      width: 44px; height: 44px; border-radius: 50%;
      background: var(--gold-dim); border: 1px solid var(--gold);
      display: flex; align-items: center; justify-content: center;
      color: var(--gold); font-weight: 600; font-family: 'Cormorant Garamond', serif; font-size: 1.1rem;
    }
    .author-name { font-weight: 500; font-size: 0.9rem; }
    .author-role { color: var(--gray); font-size: 0.78rem; }

    /* ── FORM ── */
    .form-control, .form-select {
      background: var(--dark2) !important; border: 1px solid var(--border) !important;
      color: var(--white) !important; border-radius: 0 !important;
      padding: 13px 16px; font-family: 'Jost', sans-serif;
      font-size: 0.9rem; transition: border-color 0.25s;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--gold) !important; box-shadow: 0 0 0 2px var(--gold-dim) !important;
    }
    .form-control::placeholder { color: #555; }
    .form-label { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray); margin-bottom: 7px; }
    .form-select option { background: var(--dark2); }

    /* ── ABOUT TIMELINE ── */
    .timeline-item { display: flex; gap: 2rem; margin-bottom: 2.5rem; }
    .timeline-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 3rem; font-weight: 700; color: var(--gold-dim);
      line-height: 1; min-width: 60px; text-align: center;
      border-right: 1px solid var(--border); padding-right: 1.5rem;
    }
    .timeline-content h5 { font-size: 1.1rem; margin-bottom: 0.5rem; }
    .timeline-content p { color: var(--gray); font-size: 0.9rem; line-height: 1.8; }

    /* ── CONTACT INFO ── */
    .contact-info-item {
      display: flex; align-items: flex-start; gap: 1.2rem;
      margin-bottom: 2rem;
    }
    .contact-icon {
      width: 44px; height: 44px; border: 1px solid var(--gold);
      display: flex; align-items: center; justify-content: center;
      color: var(--gold); font-size: 0.9rem; flex-shrink: 0;
    }
    .contact-info-item h6 { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
    .contact-info-item p { color: var(--gray); font-size: 0.92rem; line-height: 1.6; }

    /* ── FOOTER ── */
    footer {
      background: var(--darkF); border-top: 1px solid var(--border);
      padding: 4rem 0 2rem;
    }
    .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 700; margin-bottom: 1rem; }
    .footer-brand img{max-width: 300px;}
    .footer-brand span { color: var(--gold); }
    .footer-sub { color: var(--gray); font-size: 0.88rem; line-height: 1.8; max-width: 300px; }
    .footer-heading { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
    .footer-links { list-style: none;padding-left: 0rem; }
    .footer-links li { margin-bottom: 0.6rem;  }
    .footer-links a { color: var(--gray); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; cursor: pointer; }
    .footer-links a:hover { color: var(--white); }
    .footer-bottom {
      margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border);
      display: flex; justify-content: space-between; align-items: center;
      flex-wrap: wrap; gap: 1rem;
    }
    .footer-bottom p { color: var(--gray); font-size: 0.8rem; }
    .social-links { display: flex; gap: 0.8rem; }
    .social-link {
      width: 36px; height: 36px; border: 1px solid var(--border);
      display: flex; align-items: center; justify-content: center;
      color: var(--gray); font-size: 0.85rem; text-decoration: none;
      transition: all 0.25s;
    }
    .social-link:hover { border-color: var(--gold); color: var(--gold); }

    /* ── BANNER DIVIDER ── */
    .gold-banner {
      background: var(--gold); padding: 3.5rem 0; text-align: center;
    }
    .gold-banner h3 { font-size: 2rem; color: var(--black); margin-bottom: 0.5rem; }
    .gold-banner p { color: rgba(0,0,0,0.6); margin-bottom: 1.5rem; }
    .btn-dark-solid {
      background: var(--black); color: var(--gold);
      padding: 13px 36px; font-size: 0.82rem; font-weight: 600;
      letter-spacing: 0.15em; text-transform: uppercase;
      border: none; cursor: pointer; text-decoration: none; display: inline-block;
      transition: all 0.25s;
    }
    .btn-dark-solid:hover { background: var(--dark3); color: var(--gold); }

    /* ── SUCCESS MESSAGE ── */
    .success-msg {
      background: var(--gold-dim); border: 1px solid var(--gold);
      color: var(--gold); padding: 1rem 1.5rem; display: none; margin-top: 1rem;
      font-size: 0.9rem;
    }

    /* ── PAGE HERO SMALL ── */
    .page-hero {
      padding: 160px 0 80px;
      background: linear-gradient(160deg, #0a0a0a 60%, #120f04 100%);
      position: relative; overflow: hidden;
    }
    .page-hero .hero-grid { position: absolute; inset: 0; }
    .page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); margin-bottom: 1rem; }
    .page-hero p { color: var(--gray); font-size: 1rem; max-width: 520px; line-height: 1.8; }
    .breadcrumb-bar {
      display: flex; align-items: center; gap: 8px;
      font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--gray); margin-bottom: 1.5rem;
    }
    .breadcrumb-bar span { color: var(--gold); }

    /* ── ABOUT VALUES ── */
    .value-item { padding: 2rem; border-left: 2px solid var(--border); margin-bottom: 1.5rem; transition: border-color 0.3s; }
    .value-item:hover { border-left-color: var(--gold); }
    .value-item h5 { color: var(--gold); margin-bottom: 0.5rem; font-size: 1.1rem; }
    .value-item p { color: var(--gray); font-size: 0.9rem; line-height: 1.8; }

     .gallery-section{
            padding:60px 0;
            background:#f8f8f8;
        }

        .gallery-title{
            text-align:center;
            font-size:36px;
            font-weight:700;
            margin-bottom:40px;
        }

        .gallery-item{
            overflow:hidden;
            border-radius:12px;
            cursor:pointer;
            box-shadow:0 4px 12px rgba(0,0,0,0.12);
        }

        .gallery-item img{
            width:100%;
            height:280px;
            object-fit:cover;
            transition:0.4s;
        }

        .gallery-item:hover img{
            transform:scale(1.08);
        }

        /* Modal image */
        .modal-body img{
            width:100%;
            border-radius:10px;
        }

        .modal-content{
            background:transparent;
            border:none;
        }

        .btn-close{
            background-color:#fff;
            opacity:1;
            padding:10px;
            border-radius:50%;
        }