/* ----------------------
   GLOBAL STYLES
------------------------ */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #fff;
  color: #333;
}

h1, h3, h4, h5, h6 {
  font-weight: 600;
}

h2 {
    font-weight: 600;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
}


/* ----------------------
   NAVBAR
------------------------ */
.navbar {
  padding: 1rem 0;
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
  color: #4b0082;
}

.navbar-nav .nav-link.active {
  color: #4b0082;
  font-weight: 500;
}

/* ----------------------
   HERO / PROMO BANNER
------------------------ */
.promo-banner {
    background-color: rgba(234, 121, 116, 1);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.promo-banner h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.promo-banner p.lead {
  font-size: 1.25rem;
}
.promo-banner {
    width: 100%;
    overflow: hidden;
}

.hero-image-wrapper {
    width: 100%;
  
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Category images */
.category-image {
    width: 180px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

/* Tablet */
@media (max-width: 991.98px) {

    .hero-image-wrapper {
        height: 450px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {

    .hero-image-wrapper {
        height: 300px;
    }

    .category-image {
        width: 140px;
    }
}

/* ----------------------
   CATEGORY CARDS
------------------------ */
.category-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s;
}

.category-card:hover {
  transform: scale(1.05);
}

.category-card img {
  height: 180px;
  object-fit: cover;
}

/* ----------------------
   PRODUCT CARDS
------------------------ */
.product-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 90%;
  min-height: 220px;
  object-fit: cover;
}

.price-original {
  text-decoration: line-through;
  color: #888;
  margin-right: 8px;
}

.price-discount {
  color: #d9534f;
  font-weight: bold;
  font-size: 1.1rem;
}

/* ----------------------
   THUMBNAILS
------------------------ */
.thumb-img {
  height: 80px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: border 0.2s;
}

.thumb-img.active {
  border: 2px solid #007bff;
}

/* ----------------------
   CART & CHECKOUT
------------------------ */
.cart-table img {
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}

.form-section {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}

#grandTotal {
  font-weight: bold;
  font-size: 1.25rem;
}

/* ----------------------
   CONTACT PAGE
------------------------ */
.map-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 400px;
}

.map-container iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------
   BUTTONS
------------------------ */
.btn-primary {
}

.btn-primary:hover {
  background-color: #3a0066;
  border-color: #3a0066;
}

.btn-outline-primary {
  color: #006C74;
  
}

.btn-outline-primary:hover {
  background-color: rgb(226, 113, 113);
  color: #fff;
}

/* ----------------------
   FOOTER
------------------------ */
footer {
    background-color: rgba(234, 121, 116, 1);
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-size: 0.9rem;
}

.hero-video {
  width: 100%;
  height: 500px;            /* Adjust this to match original site */
  object-fit: cover;        /* Crops video nicely */     /* Optional, matches promo-banner style */
  display: block;
}

.delivery-banner {
    background-color: rgba(234, 121, 116, 1);
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
}

.view-deals-btn {
    background-color: rgba(234, 121, 116, 1);
    color: #fff;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
}

.deals {
    background-color: rgba(234, 121, 116, 1);
    color: #fff;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
}

.text-underline {
    text-decoration: underline;
}

.contact-icon {
    width: 110px; /* circle size */
    height: 110px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

    .contact-icon i {
        font-size: 42px; /* icon size */
        color: #000;
    }


.categories img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

    .categories img:hover {
        transform: scale(1.1);
    }

footer {
    width: 100%;
}

.footer-logo-wrapper {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    width: 220px;
    max-width: 100%;
}

.footer-heading {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact p {
    margin-bottom: 8px;
}

/* DEALS HEADER */
.deals-header {
    font-family: "Playfair Display", Open Sans;
    font-size: 100px;
    color: black;
    padding: 20px 20px;
}

.deals-header2 {
    font-family: "Playfair Display", Open Sans;
    font-size: 47px;
    font-weight: 200;
    color: black;
    padding: 10px 20px;
}

   

/* DEAL CARD */
.deal-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 15px;
    position: relative;
    background-color: #fff;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .deal-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

    .deal-card img {
        border-radius: 10px;
        margin-bottom: 15px;
    }

/* DISCOUNT BADGE */
.discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #3a3a3a;
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 50%;
    font-weight: 600;
}

/* CARD BODY */
.deal-body h5 {
    font-family: serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.product-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}

/* PRICE */
.price {
    display: flex;
    gap: 10px;
    align-items: center;
}

.old-price {
    text-decoration: line-through;
    color: #aaa;
    font-size: 14px;
}

.new-price {
    color: #ff4d4d;
    font-weight: 700;
    font-size: 15px;
}

/* VIEW ALL DEALS BUTTON */
.view-deals-btn {
    background-color: #f07f7b;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 0;
}

    .view-deals-btn:hover {
        background-color: #e96b66;
        color: #fff;
    }

.brands-grid {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .brand-item img {
        max-width: 80%;
        max-height: 60px;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    .brand-item:hover {
        background-color: #f9f9f9;
    }

        .brand-item:hover img {
            transform: scale(1.08);
        }


        /*sShop Image*/
.shop-banner {
    width: 100%;
    height: 10vh; /* adjust this to control banner height */
    overflow: hidden;
}

.shop-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.photo-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.benefits-row {
    margin-top: auto;
    min-height: 170px;
}

.benefit-column {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding: 25px 40px;
}

/* ICON */
.benefit-icon {
    width: 84px;
    height: 84px;
    min-width: 84px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 38px;
}

/* TEXT */
.benefit-content {
    text-align: left;
}

    .benefit-content h3 {
        margin: 0 0 8px 0;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 16px;
        letter-spacing: 4px;
        font-weight: 500;
        color: #000;
    }

    .benefit-content p {
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        line-height: 1.6;
        color: #000;

        @media (max-width: 767.98px) {

    .benefits-row {
        min-height: auto;
    }

    .benefit-column {
        min-height: 120px;
        padding: 25px 20px;
        gap: 20px;
        justify-content: flex-start;
        text-align: left;
    }

    /* Remove vertical borders on mobile */
    .benefit-column.border-end {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .benefit-column:last-child {
        border-bottom: none;
    }

    .benefit-icon {
        width: 65px;
        height: 65px;
        min-width: 65px;
        border-width: 2px;
        font-size: 28px;
    }

    .benefit-content {
        text-align: left;
    }

    .benefit-content h3 {
        font-size: 13px;
        letter-spacing: 2.5px;
        margin-bottom: 5px;
    }

    .benefit-content p {
        font-size: 12px;
        line-height: 1.5;
    }
}