/* ====== PAGE LAYOUT (STICKY FOOTER) ====== */
html, body{
  height:100%;
  margin:0;
}

.page-wrapper{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

/* animated navbar */
.animated-navbar {
  position: static;
  top: auto;
  left: auto;
  width: 100%;
  z-index: 1050;
  background: #fff;
  padding: 12px 0;
}

.page-content{
  flex:1;
}

/* ===== HOMEPAGE ===== */
.home-hero{
  background: linear-gradient(120deg, #fff5f5 0, #fff8ed 40%, #ffffff 100%);
}
.hero-card-shell{
  background:#fff;
  border-radius:18px;
  padding:28px 20px;
  border:1px solid #f1f1f1;
}
.hero-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:76px;
  height:76px;
  border-radius:16px;
  background:#ffe2e2;
  color:#c00000;
  font-weight:800;
  font-size:22px;
  margin-bottom:10px;
}
.thumb{
  border-radius:14px;
  overflow:hidden;
}
.ratio-3x4{aspect-ratio:3/4;}
.object-fit-cover{object-fit:cover;}
.card-title{color:#111;}
.card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,0,0,0.08);} 
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}
.product-grid.compact{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}
.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
@media (max-width:900px){.hero-card-shell{width:100%;}}

/* ====== NAVBAR ====== */
.navbar .nav-link {
  font-size: 14px;
  color: #111;
}

.navbar .nav-link.active {
  font-weight: 600;
}

.navbar .nav-link:hover {
  color: #c00000;
}

.nav-icon {
  font-size: 18px;
  cursor: pointer;
  color: #111;
}

.nav-icon:hover {
  color: #c00000;
}

/* Mobile navbar tuning */
@media (max-width: 576px) {
  .animated-navbar { padding: 8px 0; }
  .navbar-brand img { height: 42px !important; }
  .top-header { font-size: 11px; height: 22px; }
}

/* ====== TOP HEADER ====== */
.top-header{
  background:#2f2f2f;
  color:#ddd;
  font-size:13px;
  height:24px;
  display:flex;
  align-items:center;
}

.top-left,
.top-right{
  display:flex;
  align-items:center;
  gap:6px;
}

.top-left i,
.top-right i{
  font-size:13px;
  opacity:0.8;
}

.top-right{
  color:#ddd;
  text-decoration:none;
  font-weight:500;
}

.top-right:hover{
  text-decoration:underline;
}


/* ====== FOOTER ====== */
.lux-footer{

  border-top:1.5px solid #e2e0e0;

}

/* main footer content */
.footer-main{
  padding:50px 0 30px; /* top | bottom spacing */
}

/* footer headings */
.footer-heading{
  font-size:13px;
  letter-spacing:2px;
  font-weight:600;
  margin-bottom:15px;
  margin-top:10px;
}

/* footer lists */
.footer-list{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-list li{
  margin-bottom:10px;
}

.footer-list a{
  font-size:14px;
  color:#444;
  text-decoration:none;
}

.footer-list a:hover{
  text-decoration:underline;
}

/* footer description */
.footer-desc{
  font-size:14px;
  color:#555;
  max-width:260px;
  line-height:1.6;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  font-size: 18px;
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover {
  color: #c00000;       /* brand accent */
  transform: translateY(-2px);
}


/* footer bottom bar */
.footer-bottom{
  margin-top:25px;
  padding:16px 0;
  font-size:13px;
  color:#777;
  text-align:center;
  border-top:1px solid #eee;
 
}
/* ===== CONTACT PAGE ===== */
.contact-page{
  padding:60px 0;
}

.contact-header{
  max-width:600px;
  margin-bottom:50px;
}

.contact-header h1{
  font-size:36px;
  font-weight:600;
  margin-bottom:10px;
}

.contact-header p{
  font-size:16px;
  color:#555;
}

.contact-content{
  gap:30px;
}

.contact-box{
  border:1px solid #eee;
  padding:30px;
  height:100%;
}

.contact-box h5{
  font-weight:600;
  margin-bottom:15px;
}

.contact-box p{
  font-size:15px;
  color:#444;
}

.contact-box .form-control{
  border-radius:0;
  border-color:#ddd;
  font-size:14px;
}

.contact-box .form-control:focus{
  border-color:#111;
  box-shadow:none;
}
.alert{
  font-size:14px;
  border-radius:0;
}
main {
  background-color:rgb(246, 246, 246);
}
/* ===== VISIT US PAGE ===== */
.visit-page h1{
  font-size:36px;
  font-weight:600;
}

.visit-box{
  border:1px solid #eee;
  padding:30px;
  height:100%;
  background:#fff;
}

.visit-box p{
  font-size:15px;
  color:#444;
}
/* ===== OUR STORY PAGE ===== */
.story-page h1{
  font-size:36px;
  font-weight:600;
}

.story-header p{
  font-size:16px;
}

.story-page p{
  font-size:16px;
  line-height:1.8;
  color:#444;
}
/* ===== FLOATING WHATSAPP BUTTON ===== */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 9999;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
  color: #fff;
}
.product-card {
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* 🔒 FIXED MEDIA SIZE */
.product-media {
  height: 240px;          /* 👈 SAME FOR ALL */
  background: #f7f7f7;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  aspect-ratio: 1/1;
}

.product-media img,
.product-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* 👈 CROPS, DOES NOT STRETCH */
}

/* TEXT AREA */
.product-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  min-height: 38px;       /* 👈 aligns titles */
}

.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #1a7f37;
}

/* ===================== */
/* PRODUCT LISTING CARDS */
/* ===================== */

.product-card-media {
    width: 100%;
    height: 220px;              /* FIXED height for grid */
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-media img,
.product-card-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* IMPORTANT for cards */
}

/* Prevent video controls in grid */
.product-card-media video {
    pointer-events: none;
}

/* PRODUCT DETAIL */
.product-detail-media img {
  max-height: 520px;
  object-fit: contain;
  background: #f8f8f8;
  padding: 20px;
}

.product-detail-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-detail-price {
  font-size: 22px;
  font-weight: 700;
  color: #1a7f37;
  margin-bottom: 15px;
}

.product-detail-desc {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

.product-steps {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.product-steps h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.product-steps ul {
  padding-left: 18px;
  margin: 0;
}

.product-steps li {
  font-size: 14px;
  margin-bottom: 6px;
}

.product-cta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
/* ============================= */
/* PRODUCT DETAIL MEDIA SECTION */
/* ============================= */

.product-detail-media {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMAGE & VIDEO COMMON RULES */
.product-detail-media img,
.product-detail-media video {
  max-width: 100%;
  max-height: 480px;        /* 🔑 controls size */
  width: auto;
  height: auto;
  object-fit: contain;     /* no crop, no stretch */
  border-radius: 8px;
}

/* VIDEO SPECIFIC */
.product-detail-media video {
  background: #000;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .product-detail-media img,
  .product-detail-media video {
    max-height: 320px;
  }
}

/* Product card media height on small screens */
@media (max-width: 576px) {
  .product-card-media { height: 160px; }
}
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #ffffff;
    color: #333;
}

/* ===== BANNER ===== */
.banner {
    height: 70vh;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                url("/static/images/banner.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content {
    text-align: center;
    color: white;
}

.banner h1 {
    font-size: 3rem;
}

.banner p {
    font-size: 1.2rem;
    margin: 15px 0;
}

.btn {
    padding: 12px 25px;
    background: #ff4d4d;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

/* ===== SECTIONS ===== */
.section {
    padding: 60px 20px;
    text-align: center;
}

.section.gray {
    background: #f5f5f5;
}

.section h2 {
    margin-bottom: 40px;
}

/* ===== GRIDS ===== */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: auto;
}

.card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    cursor: pointer;
}

/* ===== PRODUCTS ===== */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: auto;
}

.product {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.product-img {
    height: 160px;
    background: #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* ===== FOOTER ===== */
.footer {
    background: #111;
    color: white;
    text-align: center;
    padding: 20px;
}
.category-block {
    margin-bottom: 4rem;
}

.category-block h2 {
    border-left: 4px solid #dc3545;
    padding-left: 10px;
}
/* Wrapper controls overall media presence */
.product-media-wrapper {
    height: 620px;              /* makes media dominant */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Unified image + video styling */
.product-media {
    width: 100%;
    height: 100%;
    object-fit: contain;        /* no cropping */
    background: #f5f5f5;
    border-radius: 12px;
}

/* Carousel cleanup */
.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 620px;
}

/* Keep indicators close */
.carousel-indicators {
    position: absolute;
    bottom: 12px;
}
@media (max-width: 768px) {
    .product-media-wrapper {
        height: 360px;
    }

    .carousel-item {
        height: 360px;
    }
}
/* ================= BUSINESS ESSENTIALS ================= */

.business-hero {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    padding: 70px 0;
    border-bottom: 1px solid #eee;
}

.business-hero h1 {
    font-weight: 700;
    margin-bottom: 12px;
}

.business-hero p {
    color: #6c757d;
    font-size: 1.05rem;
    max-width: 600px;
}

/* Category cards */
.business-category-card {
    height: 100%;
    padding: 30px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .25s ease, box-shadow .25s ease;
}

.business-category-card h3 {
    font-size: 1.25rem;
    margin-bottom: 6px;
    color: #212529;
}

.business-category-card span {
    color: #6c757d;
    font-size: .9rem;
}

.business-category-card .category-action {
    margin-top: 25px;
    font-weight: 600;
    color: #dc3545;
}

.business-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Mobile tuning */
@media (max-width: 768px) {
    .business-hero {
        padding: 50px 0;
    }

    .business-category-card {
        padding: 22px;
    }
}
/* ===== Category image preview ===== */

.category-preview-images {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.category-preview-images img,
.category-preview-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #6c757d;
    font-size: 1.1rem;
}

/* Count text */
.category-count {
    font-size: .9rem;
    color: #6c757d;
}

/* Card height balance */
.business-category-card {
    min-height: 300px;
}
/* ===== Home: Business Essentials ===== */

.home-category-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}

.home-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.home-category-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: #f1f3f5;
}

.home-category-images img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
/* ================= HOME HERO ================= */

.hero-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-bottom: 1px solid #eee;
}

.hero-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #dc3545;
    color: #fff;
    font-size: .8rem;
    border-radius: 50px;
    margin-bottom: 16px;
}

.hero-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
}

.hero-subtitle {
    font-size: 1.05rem;
    color: #6c757d;
    max-width: 600px;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.hero-trust {
    font-size: .9rem;
    color: #495057;
}

/* ===== Hero Trust Card ===== */

.hero-trust-card {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 22px;
    padding: 40px 36px;
    box-shadow: 0 20px 45px rgba(0,0,0,.12);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trust-brand {
    text-align: center;
}

.trust-since {
    display: inline-block;
    font-size: .85rem;
    color: #6c757d;
    margin-bottom: 6px;
}

.trust-brand h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.trust-brand p {
    font-size: .95rem;
    color: #6c757d;
}

/* Trust points */
.trust-points {
    margin-top: 26px;
    display: grid;
    gap: 12px;
    font-size: .95rem;
    color: #212529;
}

.trust-points div {
    padding: 10px 14px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

/* Mobile */
@media (max-width: 768px) {
    .hero-trust-card {
        padding: 28px;
        margin-top: 20px;
    }
}

/* Hero mobile adjustments */
@media (max-width: 576px) {
  .hero-section { padding: 48px 0; }
  .hero-title { font-size: 1.8rem; }
  .hero-subtitle { font-size: .95rem; max-width: none; }
  .hero-actions .btn { padding: .5rem .9rem; }
}

/* Footer mobile spacing */
@media (max-width: 576px) {
  .footer-main { padding: 28px 0 20px; }
  .footer-desc { max-width: none; }
}
