/* ----- GLOBAL STYLES ----- */
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            font-family: 'Inter', sans-serif;
            background-color: #fcfaf7;
            color: #2b3a3a;
            line-height: 1.6;
        }
        h1, h2, h3, h4, h5, .playfair {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            letter-spacing: -0.01em;
        }
        .section-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #1d3c3c;
            margin-bottom: 1rem;
            position: relative;
        }
        .section-title2 {
            font-size: 2.2rem;
            font-weight: 700;
            color: #ff2c97;
            margin-bottom: 1rem;
            position: relative;
        }
          .navbar-expand-lg .navbar-nav {
    flex-wrap: wrap;
  }
        .section-title:after {
            content: '';
            display: block;
            width: 80px;
            height: 3px;
            background: #c8aa6e;
            margin-top: 12px;
        }
        .btn-gold {
            background-color: #c8aa6e;
            color: white;
            border-radius: 50px;
            padding: 0.6rem 2rem;
            font-weight: 600;
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }
        .btn-gold:hover {
            background-color: #b39458;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 12px 24px -8px rgba(200,170,110,0.3);
        }
        .btn-outline-gold {
            border: 2px solid #c8aa6e;
            color: #1d3c3c;
            border-radius: 50px;
            padding: 0.6rem 2rem;
            font-weight: 600;
            background: transparent;
            transition: 0.3s;
        }
        .btn-outline-gold:hover {
            background-color: #c8aa6e;
            color: white;
            transform: translateY(-2px);
        }
        .bg-soft { background-color: #f5f2ed; }
        .bg-light-cream { background-color: #f9f6f0; }
        
        .card-hover {
            transition: all 0.25s ease;
            border: none;
            border-radius: 20px;
            overflow: hidden;
        }
        .card-hover:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 30px -12px rgba(0,0,0,0.08);
        }
        .text-muted-soft { color: #5f6e6a; }
        
        /* navbar */
        .top-menubar {
            /*padding: 18px 0;*/
            background-color:#FFF;
            box-shadow: 0 6px 20px rgba(0,0,0,0.02);
        }
        .navbar {
            /*padding: 18px 0;*/
            background-color:#FFF;
            box-shadow: 0 6px 20px rgba(0,0,0,0.02);
        }
        .nav-link {
            font-weight: 600;
            color: #2b4742 !important;
            margin: 0 4px;
            padding: 2px 0 !important;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
            font-size: 10px;
        }
        .nav-link:hover { border-bottom-color: #c8aa6e; }
        
        /* top bar */
        .top-bar {
            background-color: #FFF;
            color: #000;
            padding: 12px 0;
            font-size: 12px;
        }
        .top-bar a {
            color: #000;
            text-decoration: none;
            margin-right: 20px;
        }
        .social-icon { margin-left: 20px; color: #ece6da; font-size: 1.1rem; }
        
        /* product card */
        .product-card {
            background: white;
            border-radius: 24px;
            padding: 24px 16px 20px;
            text-align: center;
            transition: 0.3s;
            border: 1px solid #edeae2;
        }
        .product-card:hover {
            box-shadow: 0 25px 35px -12px rgba(29,60,60,0.08);
        }
        .product-img {
            width: 100%;
            aspect-ratio: 1 / 1;
            object-fit: contain;
            margin-bottom: 20px;
            padding: 10px;
        }
        
        /* testimonial */
        .testimonial-card {
            background: white;
            padding: 32px 28px;
            border-radius: 24px;
            border: 1px solid #efebe4;
        }
        
        /* footer */
        .footer {
            background-color: #FFF;
            color: #000;
        }
        .footer a {
            color: #000;
            text-decoration: none;
            transition: color 0.2s;
        }
        .footer a:hover { color: #e2d3b5; }
        .footer-title {
            color: #000;
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 1.2rem;
        }

        /* ----- CUSTOM SLIDER / CAROUSEL STYLES (premium) ----- */
        .hero-carousel {
            /*border-radius: 30px;*/
            overflow: hidden;
            box-shadow: 0 20px 35px rgba(0,0,0,0.03);
        }
        .carousel-item {
            transition: transform 1.2s ease-in-out;
        }
        .carousel-control-next, .carousel-control-prev{width: 10%;}
        .carousel-item img {
            object-fit: cover;
            filter: brightness(0.92);
        }
        .carousel-caption {
            background: linear-gradient(90deg, rgba(29,60,60,0.7) 0%, rgba(29,60,60,0.3) 100%);
            border-radius: 20px;
            padding: 30px 40px;
            bottom: 60px;
            left: 10%;
            right: 10%;
            border-left: 8px solid #c8aa6e;
            text-align: left;
            backdrop-filter: blur(3px);
        }
        .carousel-caption h2 {
            font-size: 2.8rem;
            font-weight: 800;
            font-family: 'Playfair Display', serif;
            color: white;
            text-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }
        .carousel-caption p {
            font-size: 1.2rem;
            color: #f9f3e6;
            margin-bottom: 0;
        }
        .carousel-indicators [data-bs-target] {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #c8aa6e;
            opacity: 0.6;
        }
        .carousel-indicators .active {
            opacity: 1;
            background-color: #e5d5b3;
            width: 14px;
            height: 14px;
        }
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: #1d3c3c;
            border-radius: 50%;
            padding: 25px;
            background-size: 50%;
            border: 2px solid rgba(255,255,255,0.6);
        }

        .site-currency{}
        .site-currency select{height: 26px;}
        @media (max-width: 768px) {
            .carousel-item img { height: 400px; }
            .carousel-caption h2 { font-size: 1.9rem; }
            .carousel-caption { padding: 20px; left: 5%; right: 5%; }
        }

.whatsapp{position: fixed;
  width: 60px;
  height: 60px;
  bottom: 15px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;}