body {
    background-color: #FFFFFF;
    color: #1E1E1E !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

a {
    text-decoration: none !important;
    color: #1E1E1E !important;
}

a:hover {
    color: #1E1E1E !important;
}

ul {
    list-style-type: none !important;
}

.btn-primary-custom {
    background: #0C4009;
    padding: 12px 16px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}

.section-header .content-wraper {
    height: 102px;
    flex-wrap: wrap;
}

/* Search Box */
.search-container {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 38px;
}

.search-container .search-input {
    width: 100%;
    height: 100%;
    padding: 8px 16px;
    border-radius: 24px;
    background: #F4F4F4;
    border: none;
    outline: none;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #1E1E1E;
    cursor: pointer;
}

/* User / Cart */
.user-container .register-btn {
    padding: 8px 12px;
    background: #EEEEEE;
    border-radius: 24px;
    font-size: 14px;
}

.user-container .register-btn .user-icon {
    width: 14px;
    height: 14px;
}

.user-container .cart-btn {
    padding: 8px 12px;
    background: #EEEEEE;
    border-radius: 24px;
}

.user-container .cart-btn .cart-icon {
    width: 20px;
    height: 20px;
}

.user-container .cart-btn .cart-count {
    background-color: rgb(10, 163, 46);
    color: #EEEEEE;
    font-size: 10px;
    padding: 1px;
    border-radius: 50%;
    margin-left: -7px;
    margin-top: -11px;
}

/* Navigation */
.nav-bg {
    width: 100%;
    background-color: #0C4009;
}

.nav-link-wrapper {
    background: #0C4009;
    height: 50px;
    padding: 0 10px; /* reduce padding for small screens */
    flex-wrap: wrap;
    justify-content: center;
}

.nav-link-wrapper a {
    font-size: 16px;
    color: white !important;
    padding: 10px 15px;
}

.nav-link-wrapper a:hover, 
.nav-link-wrapper a.active {
    color: #b0adad !important;
}

.navbar-toggler, .navbar-toggler:active, .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.section-title {
    font-size: 32px;
    font-weight: 600 !important;
}

.view-all-title {
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: unset !important;
    margin-right: 8px !important;
}

.view-all-icon {
    width: 24px;
    height: 24px;
}

.product-card {
    max-height: 447px;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
}
.product-card .product-image-wraper {
    border-radius: 12px;
    background: #F5EFE2;
    height: 227px;
    gap: 10px;
    position: relative;
}

.product-card .product-image-wraper .badge {
    position: absolute;
    background: #FFFFFF;
    padding: 4px 8px;
    width: fit-content;
    height: 29px;
    border-radius: 24px;
    bottom: 10px;
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    color: #C05509;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
}
.product-card .product-title {
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    gap: 8px;
    line-height: 100%;
}
.product-card .description-wraper {
    margin-top: 15px;
}
.product-card .description-wraper .product-pricing-wraper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 4px;
}
.product-card .description-wraper .product-pricing-wraper .product-price {
    flex-grow: 1;
}
.product-card .description-wraper .product-pricing-wraper .product-price .text-regular {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #202020;
}
.product-card .description-wraper .product-pricing-wraper .product-price .text-strick {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
    color: #808080;
}
.product-card .description-wraper .product-pricing-wraper .product-discount-percent {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0A9D01;
}
.product-card .description-wraper .rating-wraper {
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.product-card .description-wraper .rating-wraper .rating-star {
    border-radius: 16px;
    height: fit-content;
    width: fit-content;
    padding: 4px 6px;
    background: #F0AC22;
    font-size: 14px;
    margin-right: 10px;
}
.product-card .description-wraper .rating-count {
    color: #808080;
}
.product-btn {
    margin-top: 30px;
    font-weight: 300;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: unset;
    cursor: pointer;
}
.product-card .product-cart-icon {
    margin-left: 10px;
    width: 14px;
}

/* Card container */
.selection-card {
    position: relative;
    height: 231px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    background: #F5EFE2;
}

/* Image fixed to the right end */
.selection-image {
    position: absolute;
    top: 0;
    right: 0;                   /* pin to right */
    bottom: 0;
    height: 100%;
    object-fit: contain;        /* show full image, no cropping */
    transform: rotate(180deg);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index: 1;
}

/* Text overlay on left */
.selection-overlay {
    position: relative;
    z-index: 2;
    padding: 1.5rem;
    max-width: 60%;
    /* background: rgba(245,239,226,0.7); */
    border-radius: 16px 0 0 16px;
}
.selection-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #0C4009;
    word-break: break-word;
}
.selection-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #0C4009;
    margin-bottom: 0.5rem;
}
.selection-icon {
    width: 56px;
    height: auto;
    margin-top: 1rem;
}


/* card styling */
.spice-card {
    width: 192px;
    height: 192px;
    background: #F5EFE2;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* title under each card */
.spice-name {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-top: 8px;
}

/* ensure fixed width columns with 10px gutters */
.spice-col {
    flex: 0 0 auto;
    width: 192px;
    margin-bottom: 10px;
}


/* Heading */
.what-we-serve {
    margin-top: 9em;
    margin-bottom: 3em;
}

.serve-heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #0A9D01;
}

.serve-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
}

.serve-col {
    flex: 0 0 234px; /* fixed width */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Gap between columns handled by Bootstrap gap-4 (1.5rem) */

/* Icon */
.serve-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 1rem;
}

/* Title */
.serve-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 0.5rem;
}

/* Subtitle */
.serve-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.footer-section {
    width: 100%;
    background: #FDFDFD;
    height: 324px; /* main footer height */
}

.footer-main {
    display: flex;
    justify-content: space-between;
    height: calc(100% - 72px); /* leave space for copyright */
    flex-wrap: wrap;
    padding: 40px 120px;
}

/* Footer Column */
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 250px;
}

/* Logo */
.footer-logo {
    width: 82px;
}

/* Footer Description */
.footer-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #292929;
}

/* Column Heading */
.footer-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2AB722;
}

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

.footer-links li {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
}

.footer-links li a {
    text-decoration: none;
    color: #292929;
}

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

/* Contact Icons */
.footer-links li i {
    color: #2AB722;
}

.footer-copy {
    border-top:1px solid #DCDCDC;
    padding: 24px 120px;
}

/* Social Icons */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #292929; /* default icon color */
    font-size: 16px;
    text-decoration: none;
}

.footer-social a:hover {
    color: #2AB722; /* hover color */
}

/* Responsive adjustment */

@media (max-width: 1399px) {
    .product-card {
        max-height: 466px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-card .product-image-wraper {
        height: 185px;
    }
    
    .product-card .product-title {
        font-size: 16px;
    }

    .product-card .description-wraper .product-pricing-wraper .product-price .text-regular, .product-card .description-wraper .product-pricing-wraper .product-price .text-strick {
        font-size: 17px;
    }

    .product-card .description-wraper .product-pricing-wraper .product-discount-percent {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .selection-card {
        height: 123px;
    }
  
    .selection-image {
        width: 45%;          /* instead of full height */
        height: auto;        /* keep proportion */
    }
  
    .selection-overlay {
        max-width: 55%;      /* give text more space */
        padding: 1rem;
    }
  
    .selection-title {
        font-size: 16px;
    }
  
    .selection-subtitle {
        font-size: 12px;
        margin-bottom: 0.25rem;
    }
  
    .selection-icon {
        width: 24px;
    }
}

@media (max-width: 992px) { /* medium screens */
    .section-header .content-wraper {
        height: auto;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .search-container {
        max-width: 100%;
        order: 2;
    }

    .user-container {
        order: 3;
        justify-content: flex-end;
        width: 100%;
    }

    .logo {
        order: 1;
    }

    .nav-link-wrapper {
        padding: 0 5px;
    }

    .nav-link-wrapper {
        flex-direction: column !important;
        align-items: flex-start;
        width: 100%;
        padding: 10px 0;
        height: auto;
    }

    .nav-link-wrapper a {
        display: block;
        padding: 12px 20px;
        width: 100%;
    }

    .product-card .product-image-wraper .badge {
        font-size: 12px;
    }

    .section-title {
        font-size: 24px;
    }
    
    .view-all-title {
        font-size: 14px;
    }

    .view-all-icon {
        width: 22px;
    }

    .product-card .product-title {
        font-size: 16px;
    }

    .product-card .description-wraper .product-pricing-wraper .product-price .text-regular {
        font-size: 18px;
    }

    .product-card .description-wraper .product-pricing-wraper .product-price .text-strick {
        font-size: 18px;
    }

    .btn-primary-custom {
        font-size: 15px;
    }

    .selection-card {
        height: 90px;
    }

    .selection-icon {
        display: none;
    }

    .spice-col {
        width: 170px;
    }

    .spice-card {
        width: 170px;
        height: 170px;
    }

    .spice-name {
        font-size: 16px;
    }

    .serve-heading {
        font-size: 28px;
    }
    
    .serve-description {
        font-size: 15px;
    }
    
    .serve-title {
        font-size: 24px;
    }

    .serve-subtitle {
        font-size: 15px;
    }

    .serve-col {
        flex: 0 0 45%;
    }

    .footer-main {
        flex-direction: column;
        padding: 40px 40px;
        height: auto;
    }
    .footer-col {
        margin-bottom: 20px;
    }

    .footer-copy {
        display: flex;
        flex-direction: column-reverse;
        padding: 24px 0;
    }
}

@media (max-width: 767px) {
    .selection-card {
        height: 140px;
    }
    
    .selection-image {
        height: 100%;
    }

    .selection-title {
        font-size: 22px;
    }
  
    .selection-subtitle {
        font-size: 15px;
    }
  
    .selection-icon {
        display: block;
        width: 40px;
        margin-top: 0;
    }

    .footer-copy {
        gap: 12px;
        text-align: center;
    }
    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 576px) { /* small screens */
    .serve-col {
        flex: 0 0 100%; /* full width */
    }
}