/* imports */

 
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;600;700&display=swap');


/* roots */
:root {
      --accent: #000000;
      --glass: rgba(255, 255, 255, 0.9);
      --text-dark: #1A1A1A;
      --bg-cream: #fff;      /* The soft off-white background */
      --text-muted: #666666;
    
      --accent: #000000;
      --glass: rgba(255, 255, 255, 0.9);
    }

    body { font-family: 'Plus Jakarta Sans', sans-serif; background: #f8f9fa; }

    /* --- Topbar --- */
    .top-promo {
      background:linear-gradient(135deg, rgba(13, 67, 134, 0.986), rgba(22, 53, 90, 0.959));
      color: white;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      padding: 8px 0;
      font-weight: 600;
    }

    /* --- Navbar Structure --- */
    .navbar-modern {
      background: var(--glass);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      border-bottom: 1px solid rgba(0,0,0,0.05);
      padding: 15px 0;
    }
    .navbar-modern.sticky-top {
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      position: sticky !important;
       top: 0;
       z-index: 1020;
    }


    /* Logo Styling */
    .navbar-brand {
      font-weight: 800;
      font-size: 1.5rem;
      letter-spacing: -1px;
      color: var(--accent) !important;
      margin: 0 !important;
    }

    /* --- Underline Animation --- */
    .nav-link {
      color: #000 !important;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      position: relative;
      padding: 8px 0 !important;
      margin: 0 15px;
    }

    .nav-link::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 0;
      background: linear-gradient(135deg, rgba(13, 67, 134, 0.986), rgba(22, 53, 90, 0.959));
      transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    }
    
    .nav-link:hover::after { width: 100%;  }

    
    .btn-navbar {
        padding: 10px 24px;
        font-size: 1rem;
        margin-right: 30px;
        background: linear-gradient(135deg, rgba(13, 67, 134, 0.986), rgba(22, 53, 90, 0.959));
        color: white !important;
        border: none;
        border-radius: 8px;
          transition: transform 0.2s ease, background-color 0.2s ease !important;

}

.btn-navbar:hover {

  transform: translateY(-1.5px);
}
    

    /* --- Mobile Fixes --- */
    @media(max-width:450px) {
      .btn-nav { margin-right: 0; display:none; }
    }
    @media (max-width: 991.98px) {
      /* Force the collapse to its own row */
      .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        margin-top: 15px;
      }
      .btn-nav{
        display:none;
      }
      
    
      
      
      /* Order logic to keep Logo in center */
      .mob-order-1 { order: 1; width: 20%; } /* Toggler */
      .mob-order-2 { order: 2; text-align: center; } /* Logo */
      .mob-order-3 { order: 3; text-align: right; } /* Icons */
      .mob-order-4 { order: 4; } /* The Menu */

      .nav-link {
        margin: 5px 0;
        display: inline-block;
      }
    }

    /* Desktop Centering */
    @media (min-width: 992px) {
      .logo-center-desktop {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
      }
    }

    .icon-link { color: var(--accent); text-decoration: none; font-size: 1.2rem; }
  

/* hero */

 /* Fonts */



/* Hero Section */
.hero-section {
  height: 90vh;
  position: relative;
  background: url('../images/hero-banner.jpg') no-repeat center center/cover;
}
.hero-desc {
  font-family: 'Inter', sans-serif;
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  line-height: 1.4;
  /* font-size: 1.1rem; */
  
}

.overlay {
  background: linear-gradient(135deg, rgba(22, 53, 90, 0.85), rgba(22, 53, 90, 0.5));
}

/* Hero Title */
.hero-title {
  font-family: 'Playfair Display', serif;
  letter-spacing: -0.02em;
}

/* Gradient Text */
.text-color {
  color: #dea62d;
  }

/* Pill Badge */
.hero-pill {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  border-radius: 50px;
}

/* Buttons */
.btn-coral {
  background: linear-gradient(135deg, rgba(13, 67, 134, 0.986), rgba(22, 53, 90, 0.959));
  color: white !important;
  border: none;
  border-radius: 8px;
  transition: transform 0.2s ease, background-color 0.2s ease !important;
}
.btn-coral:hover {

  transform: translateY(-2px);
}

.btn-Outline {
  border: 2px solid white !important;
  color: white !important;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}

.btn-Outline:hover {
background: white !important;
  color: black !important;
}
/* home page category section */


:root {
  --bg-cream: #fff;      /* The soft off-white background */
  
  --text-muted: #666666;
}

body {
  /* Make sure the body or main wrapper uses the cream background */
  background-color: var(--bg-cream);
  font-family: system-ui, -apple-system, sans-serif;
}

.product-section {
  background-color: var(--bg-cream);
}

/* Typography Overrides */
.section-title, .card-title {
  font-family: 'Playfair Display', serif; /* Gives that elegant, editorial look */
  color: var(--text-dark);
}

.subtitle-text {
  font-size: 0.95rem;
  max-width: 600px;
  margin: 0 auto;
}

.text-blue {
  background: linear-gradient(135deg, rgba(13, 67, 134, 0.986), rgba(22, 53, 90, 0.959));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Top "Our Products" Pill Badge */
.custom-badge {
  background: linear-gradient(135deg, rgba(13, 67, 134, 0.986), rgba(22, 53, 90, 0.959));
  color: white;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0.6em 1.2em;
  border-radius: 50px;
  font-size: 0.7rem;
  text-transform: uppercase;
}

/* Card Styling */
.custom-card {
  border-radius: 1.25rem; /* Soft, large rounded corners */
  overflow: hidden;       /* Ensures the top image follows the rounded corners */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
}

/* Add a subtle lift effect on hover for a premium feel */
.custom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.06) !important;
}

/* Card Images */
.card-img-top {
  height: 370px;      /* Fixed height so all cards are identical */
  object-fit: cover;  /* Prevents image distortion */
}

/* Badges positioned over the images */
.card-badge {
  background-color: var(--brand-orange);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5em 1.2em;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  z-index: 2; /* Ensures it stays above the image */
}

/* "Enquire Now" Link */
.card-link {
  
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.card-link:hover {
  color: #e66f20;
  text-decoration: underline;
}


/* home page our Products */

.product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  border: 1px solid #eee;
}

/* hover */
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* ===== IMAGE ===== */
.product-img {
  background: linear-gradient(135deg, #fff7ed, #f0f9ff);
  padding: 25px;
  text-align: center;
}

.product-img img {
  max-height: 160px;
  transition: transform 0.4s ease;
}

.product-card:hover img {
  transform: scale(1.1);
}

/* ===== BODY ===== */
.product-body {
  padding: 20px;
}

.product-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
  color: #222;
}

/* ===== PRICE ===== */
.price-box {
  margin-bottom: 15px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
}

.new-price {
  font-size: 18px;
  font-weight: 700;
  color: #ff7a18;
}

/* ===== BUTTON ===== */
.btn-cart {
  background:linear-gradient(135deg, rgba(13, 67, 134, 0.986), rgba(22, 53, 90, 0.959));
  color: white;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-cart:hover {
  background: linear-gradient(90deg, #7928ca, #00c6ff);
  transform: scale(1.03);
}

/* ===== BADGES ===== */
.badge-discount {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ff4d4d;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 8px;
  font-weight: 600;
}

.badge-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #0d3b66;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 8px;
}

.badge-tag.bestseller {
  background: linear-gradient(90deg, #ff7a18, #ffb347);
  color: #fff;
}





/*-------------------------------- home page why choose us --------------------------------------------*/

.premium-section {
  background: linear-gradient(135deg, #252f60, #1a2145);
  color: #fff;
}

/* subtle glow blobs */
.premium-section::before,
.premium-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #dea62d;
  opacity: 0.1;
  filter: blur(120px);
  border-radius: 50%;
}

.premium-section::before {
  top: -100px;
  left: -100px;
}

.premium-section::after {
  bottom: -100px;
  right: -100px;
}

/* ===== HEADER BADGE ===== */
.badge-custom {
  background: rgba(255,255,255,0.1);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #dea62d;
}

/* ===== CARD ===== */
.feature-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.35s ease;
  border: 1px solid rgba(255,255,255,0.08);
  height: 100%;
  position: relative;
}

/* subtle gold border glow */
.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(120deg, transparent, #dea62d, transparent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: 0.4s;
}

.feature-card:hover::after {
  opacity: 1;
}

/* ===== ICON ===== */
.icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.6rem;

  background: linear-gradient(135deg, #dea62d, #f5c04d);
  color: #252f60;

  box-shadow: 0 10px 25px rgba(222,166,45,0.3);
  transition: 0.3s;
}

/* ===== TEXT ===== */
.feature-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}

/* ===== HOVER ===== */
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.feature-card:hover .icon {
  transform: scale(1.08);
}








/*------------------------------ testimonials------------------------- */

.section-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #888;
}

/* ===== NAV BUTTON ===== */
.nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  transition: 0.3s;
}

.nav-btn:hover {
  background: #000;
  color: #fff;
}

/* ===== CARD ===== */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  border: 1px solid #eee;
  height: 100%;
  transition: 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* Highlight card */
.highlight {
  border: 1px solid #dea62d;
}

/* ===== TEXT ===== */
.stars {
  color: #f5b50a;
  margin-bottom: 10px;
  font-size: 14px;
}

.testimonial-card p {
  font-size: 14px;
  color: #555;
}

/* ===== USER ===== */
.user {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}

.user h6 {
  margin: 0;
  font-size: 14px;
}

.user span {
  font-size: 12px;
  color: #888;
}


/* footer */

/* --- Modern Footer Styling --- */
  .fw-800 { font-weight: 800 !important; }
  .tracking-widest { letter-spacing: 2px; }

  /* Glassmorphic Input */
  .glass-input {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid #ffffff1a !important;
    color: white !important;
    padding: 15px 20px !important;
    border-radius: 12px 0 0 12px !important;
  }
  .glass-input::placeholder { color: rgba(255,255,255,0.4) !important; }
  .glass-input:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none;
    border-color: #ff0080 !important;
  }
    /* footer subheading */
    .text-light-subheading{
     color:#b0b2b5;
    }
  /* Gradient Button */
  .btn-gradient {
    background: linear-gradient(135deg, #dea62d, #f5c04d);
    color: white;
    border: none;
    border-radius: 0 12px 12px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .btn-gradient:hover {
    transform: scale(1.02);
    color: white;
    box-shadow: 0 10px 20px rgba(121, 40, 202, 0.3);
  }

  /* Footer Links with Underline Animation (matches your header) */
  .footer-links li { margin-bottom: 12px; }
  .footer-links a {
    
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
  }
  .footer-links a:hover {
    color: #fff;
    padding-left: 5px;
  }

  /* Social Icons */
  .social-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .social-icon:hover {
    background: white;
    color: black;
    transform: translateY(-5px);
  }

  /* Payment Icons Hover */
  .payment-icons i:hover {
    opacity: 1;
    color: white;
    transition: 0.3s;
  }
  .footer-bg {
    background: linear-gradient(135deg, #1a2145, #252f60);  
  }