@font-face {
    font-family: 'Dirtyline';
    src: url('../fonts/dirtyline-36daysoftype-2022.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    text-decoration: none;
    transition: all 0.3s ease, background-position 1ms;
}

.bg-light-yellow {
    background: rgba(254, 255, 219, 1);
}

.bg-light-butter {
    background: rgb(255, 255, 255);
}

/* Our Outlets Section */

.outlet-item .btn-link {
    text-decoration: none;
    color: #000;
}

.display-outlets {
    font-family: 'Dirtyline';
    font-size: 72px;
    line-height: .9;
    color: #9a2c07;
    text-transform: uppercase;
}

.outlets-section .owl-nav {
    position: relative;
    margin-top: -20px;
}

.outlets-section .owl-nav .products-nav {
    background: rgba(0, 0, 0, .08);
}

.outlet-card {
    background: #fff;
    border-radius: 20px;
    padding: 22px 20px 16px;
    /* box-shadow: 0 12px 24px rgba(0,0,0,.08); */
    position: relative;
}

.outlet-thumb {
    /*width: 160px; height: 160px;*/
    border-radius: 14px;
    overflow: hidden;
    margin: 0 auto 14px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .12);
}

.outlet-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.outlet-name {
    color: #000;
    margin-bottom: 6px;
}

.outlet-actions {
    position: absolute;
    left: 14px;
    bottom: -10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
    padding: 8px 10px;
    display: none;
    min-width: 150px;
    text-align: left;
}

.outlet-actions.show {
    display: block;
}

.outlet-actions .action-link {
    display: block;
    color: #333;
    padding: 6px 8px;
    border-radius: 8px;
}

.outlet-actions .action-link:hover {
    background: rgba(0, 0, 0, .04);
}

@media (max-width: 575.98px) {
    .display-outlets {
        font-size: 56px;
    }

    .outlet-thumb {
        width: 140px;
        height: 140px;
    }
}

/* Footer */

footer {
    background: rgba(255, 246, 223, 1);
}

.site-footer {
    color: #2b2b2b;
}

.site-footer .footer-logo img {
    max-height: 120px;
    width: auto;
}

.site-footer .footer-heading {
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px dashed #000;
    padding-bottom: 8px;
    display: inline-block;
}

/* .site-footer .footer-heading:after{
content: ""; display: block; width: 80px; height: 2px; background: #000; opacity: .6; margin-top: 6px;
} */

.site-footer .footer-links li {
    margin: 6px 0;
}

.site-footer .footer-links a {
    color: #2b2b2b;
    text-decoration: none;
}

.site-footer .footer-links a:hover {
    color: var(--secondary);
    font-weight: 600;
}

.site-footer .email {
    color: #2b2b2b;
}

.footer-divider {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 1);
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: rgba(167, 39, 3, 1);
    --secondary: rgba(255, 230, 143, 1);
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.mt-n1 {
    margin-top: -10px !important;
}

.mt-n2 {
    margin-top: -20px !important;
}

.mt-n3 {
    margin-top: -30px !important;
}

.mt-n4 {
    margin-top: -40px !important;
}

a {
    text-decoration: none;
    color: var(--primary);
}

img {
    max-width: 100%;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    background: rgb(255 255 255 / 68%);
    min-height: 55px;
}

header .top-menu .nav-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.banner-bg {
    padding-top: 60px;

    background: linear-gradient(102deg, rgb(112 209 50) 0%, rgb(52 113 14) 100%);
    /* background: #EDCA80;
    background: linear-gradient(102deg, rgba(237, 202, 128, 1) 0%, rgba(203, 145, 14, 1) 100%); */
}

.banner-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-line.png) center left no-repeat;
    background-size: cover;
}

.logo-bg {
    padding: 15px;
    /*background: rgb(255 255 255 / 48%); */
    border-radius: 0px 0px 25px 25px;
    position: fixed;
    top: 0px;
    left: 20px;
    /*background: rgb(242 233 190 / 86%);*/
    /*border: 2px solid rgba(255, 255, 255, 0.428);*/
}

.logo-bg img {
    max-height: 100px;
}

.top-menu {
    /*background: #F4DFB4;*/
    border-radius: 30px;
    /*max-width: 620px;*/
    margin: auto;
    padding: 5px 15px;
}

.shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    /* filter: grayscale(1) contrast(100) brightness(1); */
    /* mix-blend-mode: multiply; */
}

/* Banner decorative rain-drop animation */

.banner-bg #mainCarousel {
    position: relative;
    z-index: 2;
}

.banner-bg .rain-drop {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.banner-bg .rain-drop img {
    position: absolute;
    top: -20%;
    will-change: transform, opacity;
    opacity: 1 !important;
    animation: fall 10s linear infinite;
}

.silder-img {
    margin: auto;
    margin-top: -40px;
    max-width: 590px;
    will-change: transform;
    transform-origin: center center;
    animation: pulse-zoom 3s ease-in-out infinite;
}

@keyframes pulse-zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .silder-img {
        animation: none;
    }
}

/* Different positions, sizes, durations, and delays for variation */

.banner-bg .rain-drop img:nth-child(1) {
    left: 6%;
    width: 42px;
    animation-duration: 9s;
    animation-delay: -1s;
}

.banner-bg .rain-drop img:nth-child(2) {
    left: 22%;
    width: 34px;
    animation-duration: 11s;
    animation-delay: -3s;
}

.banner-bg .rain-drop img:nth-child(3) {
    left: 41%;
    width: 36px;
    animation-duration: 10.5s;
    animation-delay: -5s;
}

.banner-bg .rain-drop img:nth-child(4) {
    left: 64%;
    width: 88px;
    animation-duration: 12s;
    animation-delay: -7s;
}

.banner-bg .rain-drop img:nth-child(5) {
    left: 86%;
    width: 32px;
    animation-duration: 9.5s;
    animation-delay: -2s;
}

@keyframes fall {
    0% {
        transform: translateY(-120vh) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 0.95;
    }

    100% {
        transform: translateY(120vh) rotate(180deg);
        opacity: 0;
    }
}

/* Mobile adjustments */

@media (max-width: 575.98px) {
    .banner-bg .rain-drop img:nth-child(1) {
        width: 28px;
    }

    .banner-bg .rain-drop img:nth-child(2) {
        width: 24px;
    }

    .banner-bg .rain-drop img:nth-child(3) {
        width: 26px;
    }
}

/* Respect reduced motion preferences */

@media (prefers-reduced-motion: reduce) {

    .banner-bg .rain-drop img,
    .home-ad .cashew-rain-drop img {
        animation: none;
    }
}

/* Home-ad cashew rain overlay */

.home-ad .container {
    position: relative;
    z-index: 2;
}

.home-ad .cashew-rain-drop {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.home-ad .cashew-rain-drop img {
    position: absolute;
    top: 0px;
    will-change: transform, opacity;
    opacity: 1;
    animation: fall 10s linear infinite;
}

.home-ad .cashew-rain-drop img:nth-child(1) {
    left: 12%;
    width: 40px;
    animation-duration: 9.5s;
    animation-delay: -1.5s;
}

.home-ad .cashew-rain-drop img:nth-child(2) {
    left: 34%;
    width: 32px;
    animation-duration: 11.5s;
    animation-delay: -4s;
}

.home-ad .cashew-rain-drop img:nth-child(3) {
    left: 58%;
    width: 36px;
    animation-duration: 10.2s;
    animation-delay: -2.5s;
}

.home-ad .cashew-rain-drop img:nth-child(4) {
    left: 82%;
    width: 48px;
    animation-duration: 12.5s;
    animation-delay: -6s;
}

@media (max-width: 575.98px) {
    .home-ad .cashew-rain-drop img:nth-child(1) {
        width: 28px;
    }

    .home-ad .cashew-rain-drop img:nth-child(2) {
        width: 22px;
    }

    .home-ad .cashew-rain-drop img:nth-child(3) {
        width: 24px;
    }

    .home-ad .cashew-rain-drop img:nth-child(4) {
        width: 36px;
    }
}

/* Scroll Animation Utilities */

.sa {
    opacity: 0;
    transform: translateY(px);
    transition: transform .6s ease, opacity .6s ease;
    transition-delay: var(--sa-delay, 0s);
}

.sa.in-view {
    opacity: 1;
    transform: none;
}

[data-sa="fade-up"].sa {
    transform: translateY(0px);
}

[data-sa="fade-left"].sa {
    transform: translateX(0px);
}

[data-sa="fade-right"].sa {
    transform: translateX(0px);
}

[data-sa="zoom-in"].sa {
    transform: scale(0.96);
}

@media (prefers-reduced-motion: reduce) {
    .sa {
        transition: none;
        transform: none !important;
        opacity: 1 !important;
    }
}

/* Carousel Styles */

.carousel {
    width: 100%;
    padding: 40px 0;
}

.carousel-item {
    padding: 20px 0;
}

.carousel-item h4 {
    color: #000;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 146%;
    /* 48.18px */
}

.carousel-item h1 {
    font-family: 'Dirtyline';
    color: #000;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 93%;
    /* 164.98px */
}

.carousel-item .lead {
    font-size: 16px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 60%;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.6);
}

/* .carousel-indicators {
  bottom: -20px;
} */

/* .carousel-indicators button {
  width: 12px;
  height: 12px;

  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
} */

.banner-btn {
    display: inline-flex;
    padding: 15px 20px 15px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0 20px 0px 20px;
    background: #FFE6B4;
    color: rgba(147, 100, 0, 1);
    position: relative;
    text-transform: uppercase;
}

.banner-btn img {
    position: absolute;
    left: 2px;
    top: -8px;
}

.banner-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* Responsive adjustments */

@media (max-width: 991.98px) {
    .carousel-item .row {
        text-align: center;
    }

    .carousel-item img {
        margin-top: 30px;
        /* max-width: 80%; */
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }
}

/* Animation for carousel items */

.carousel-item .row>div {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.carousel-item.active .row>div {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

/* Adjust the delay for the image */

.carousel-item.active .row>div:last-child {
    transition-delay: 0.5s;
}

.home-about {
    position: relative;
    background: #ffffff;
}

.home-about h6 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0px;
}

.home-about h2 {
    color: #000;
    font-family: 'Dirtyline';
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
}

.image-top {
    width: 170px;
    object-fit: cover;
    animation: zoomInOut 3s infinite ease-in-out;
    position: absolute;
    right: 0;
    top: -40px;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* .image-top{
  position: absolute;
  right: 0;
  top: -40px;
} */

.section-padding {
    padding: 80px 0;
}

.home-ad {
    background: #F8E594;
    background: radial-gradient(circle, rgba(248, 229, 148, 1) 11%, rgba(220, 186, 98, 1) 72%, rgba(220, 186, 98, 1) 100%);
    border-top: 1px solid #DCBA62;
    position: relative;
    /* host overlay */
}

/* Our Products Section */

.products-section .section-title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

.products-section .view-all {
    color: var(--primary);
    font-weight: 500;
}

.products-wrapper {
    position: relative;
}

.products-wrapper .item {
    padding-top: 60px;
}

.products-track {
    padding: 24px 12px 8px;
}

.products-track::-webkit-scrollbar {
    height: 8px;
}

.products-track::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.product-card {
    background: rgb(255, 255, 255);
    border-radius: 24px;
    padding: 20px;
    color: #000;
    display: block;
    position: relative;
    border: 1px solid #E4D16F;
}

.product-card:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    transition: .2s ease;
}

.product-img-circle {
    /* width: 160px; 
height: 160px;  */
    /*border-radius: 20px; */
    overflow: hidden;
    /*box-shadow: 0 6px 14px rgba(0,0,0,0.12); */
    /*background: #fff; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*margin-top: -60px;*/
    width: 100%;
}

.product-img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-label {
    margin-top: 20px;
    font-weight: 600;
    color: #000;
    display: block;
}

.products-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
    color: #7a4a00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.products-nav.prev {
    left: -6px;
}

.products-nav.next {
    right: -6px;
}

@media (max-width: 991.98px) {
    /* .product-img-circle{ width: 140px; height: 140px; top: -45px; } */
    /* .product-card{ padding-top: 60px; } */
}

/* Owl Carousel adjustments inside products section */

.products-section .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    pointer-events: none;
    /* allow buttons only */
}

.products-section .owl-nav .products-nav {
    pointer-events: auto;
    position: relative;
    left: 0;
    right: 0;
    /* reset from absolute version */
}

.products-section .owl-nav .disabled {
    opacity: .35;
    cursor: default;
}

.products-section .owl-dots {
    text-align: center;
    margin-top: 12px;
}

.products-section .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, .2);
}

.products-section .owl-dot.active span {
    background: var(--primary);
}

/* Fallback so items show even if Owl JS fails to init */

.products-carousel:not(.owl-loaded) {
    display: flex;
    gap: 18px;
    overflow-x: auto;
}

.products-carousel:not(.owl-loaded) .item {
    flex: 0 0 260px;
}

/* Our Divisions Section */

.divisions-section {
    position: relative;
}

.overline {
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.main-title {
    font-family: 'Dirtyline';
    font-size: 72px;
    line-height: .9;
    color: #000000;
    /* deep red-brown */
}

.division-list .division-item {
    padding: 10px 0;
    font-weight: 600;
    color: #2b2b2b;
}

.division-list .divider {
    height: 2px;
    background: #2b2b2b;
    opacity: .5;
}

.division-list .arrow-btn {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
}

.division-list .active {
    color: #9a2c07;
}

.division-desc {
    color: #333;
    margin: 18px 0 22px;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 0px 12px 0 12px;
    background: rgb(75 158 17);
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .5px;
}

.btn-read-more:hover {
    filter: brightness(0.95);
}

.division-visual {
    max-width: 560px;
    margin-left: auto;
}

.division-photo {
    width: 100%;
    display: block;
    border-radius: 28px;
    /* angled mask look */
    clip-path: polygon(10% 0%, 100% 0, 100% 84%, 90% 100%, 0 100%, 0 16%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.floating-icons {
    position: absolute;
    right: 16px;
    top: 16px;
    display: grid;
    gap: 10px;
}

.float-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 10px;
    background: #fff;
    color: #9a2c07;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.float-btn:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 8px 20px rgba(154, 44, 7, 0.3);
}

.float-btn:active {
    transform: translateY(0) scale(0.95);
}

/* Division Navigation Enhancements */

.division-nav {
    position: relative;
    overflow: hidden;
}

.division-nav::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(154, 44, 7, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.division-nav:hover::before {
    width: 120%;
    height: 120%;
}

.division-nav svg {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.division-nav:hover svg {
    transform: scale(1.2);
}

.division-nav.prev:hover svg {
    transform: scale(1.2) rotate(-10deg);
}

.division-nav.next:hover svg {
    transform: scale(1.2) rotate(10deg);
}

/* Enhanced image transitions */

#divisionImage {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

#divisionCaption {
    transition: all 0.3s ease;
    opacity: 0.9;
}

.division-visual:hover #divisionCaption {
    opacity: 1;
    transform: translateY(-2px);
}

.photo-caption {
    font-weight: 600;
    margin-top: 10px;
    color: #2b2b2b;
}

.bg-light-yellow {
    background-color: white;
    /* background: linear-gradient(109.6deg, #1e4d0024 11.2%, rgb(112 209 50) 91.7%); */
}

/* Customer Reviews Section */

.reviews-section {
    position: relative;
}

.display-reviews {
    font-family: 'Dirtyline';
    font-size: 64px;
    line-height: .9;
    color: #9a2c07;
}

#ReviewsCarousel .review-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    min-height: 220px;
    position: relative;
}

#ReviewsCarousel .review-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

#ReviewsCarousel .review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#ReviewsCarousel .review-text {
    color: #222;
    margin-left: 64px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

#ReviewsCarousel .review-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 64px;
}

#ReviewsCarousel .review-author {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
}

#ReviewsCarousel .review-stars {
    color: #FFC107;
    letter-spacing: 2px;
    font-size: 18px;
}

/* Emphasize centered item */

#ReviewsCarousel .owl-item.center .review-card {
    transform: scale(1.03);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .12);
}

/* Dotted connector line across stage */

.reviews-section .owl-stage-outer {
    position: relative;
}

.reviews-section .owl-stage-outer:before {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    /* Hidden to match the provided design */
    border-top: 0;
    transform: translateY(-50%);
    z-index: 0;
}

#ReviewsCarousel .review-card,
#ReviewsCarousel .review-avatar {
    z-index: 1;
}

.reviews-section .owl-dots {
    margin-top: 14px;
}

@media (max-width: 575.98px) {
    #ReviewsCarousel .review-avatar {
        left: -18px;
        width: 64px;
        height: 64px;
    }

    #ReviewsCarousel .review-text,
    #ReviewsCarousel .review-meta {
        margin-left: 48px;
    }

    #ReviewsCarousel .review-card {
        padding: 20px;
    }
}

.review-item {
    padding-left: 30px;
}

.bg-bubble {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hover-zoom {
    transition: 0.5s ease-in-out;
}

.hover-zoom:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.about-page {
    background: #FFF5E1;
    padding-top: 160px;
    min-height: 350px;
}

.round-pattern-one {
    position: absolute;
    top: -300px;
    left: 0;
    width: 25%;
}

.round-pattern-two {
    position: absolute;
    top: -80px;
    right: 0;
    width: 25%;
}

/* Chairman's Message Section */

.chairman-message {
    background: #6E2C26;
    /* warm brown */
    position: relative;
}

.chairman-message .overline {
    color: var(--secondary);
}

.text-gold {
    color: rgba(192, 138, 7, 1);
}

.text-white-80 {
    color: rgba(255, 255, 255, .9);
}

.cm-title {
    font-family: 'Dirtyline';
    color: #fff;
    font-size: 72px;
    line-height: .9;
}

.cm-lead {
    font-size: 18px;
}

.cm-photo {
    overflow: hidden;
    position: relative;
}

.cm-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

.cm-sign {
    color: #fff;
}

/* Left heading plaque */

.cm-heading {
    color: #fff;
    width: max-content;
    text-align: right;
}

.cm-heading .small {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 20px;
    margin-bottom: 5px;
}

.cm-word {
    font-family: 'Dirtyline';
    font-size: 72px;
    line-height: .9;
    color: #FFE6B4;
}

/* Decorative icons */

.cm-drop {
    position: absolute;
    left: 18px;
    top: 86px;
    width: 14px;
    opacity: .9;
}

.cm-cashew {
    position: absolute;
    right: 10px;
    top: -18px;
    width: 42px;
    opacity: .95;
}

@media (max-width: 575.98px) {
    .cm-title {
        font-size: 56px;
    }

    .cm-lead {
        font-size: 16px;
    }

    .cm-word {
        font-size: 56px;
    }

    .cm-heading {
        border-radius: 18px 18px 18px 60px;
        padding: 12px 16px;
    }

    .cm-drop {
        left: 8px;
        top: 72px;
        width: 12px;
    }

    .cm-cashew {
        right: 4px;
        top: -10px;
        width: 32px;
    }
}

/* Product Banner Hero */

.product-page {
    background: #F4D6BE;
}

/* .product-cats {
  background: #F4E7CF; 
  border-radius: 15px; 
  outline: 1px #E2E2E2 solid; outline-offset: -1px;
  padding: 3px 0px;
} */

.product-banner {
    padding: 180px 0 140px;
    position: relative;
    color: #111;
}

.product-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url(../images/product-banner.jpg) center top;
    background-size: 100%;
    z-index: 1;
}

.product-banner .container {
    position: relative;
    z-index: 2;
}

.pb-eyebrow {
    font-weight: 600;
    font-size: 33px;
    color: #111;
    margin-bottom: 12px;
}

/* Product Catalog Styles */

.product-catalog {
    margin: 2rem 0;
}

.product-cats {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

.product-cats .cat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0dfbf;
    border-radius: 0px;
    padding: 0px 12px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .04);
    text-transform: uppercase;
    font-size: 13px;
    min-width: 120px;
    width: 100%;
    background: #fff;
    height: 100%;
    line-height: 17px;
    /*min-height: 53px;*/
}

.product-cats .cat:hover,
.product-cats .cat.active {
    opacity: 1;
    background: rgba(154, 44, 7, 0.05);
}

.product-cats .cat img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 0.5rem;
    display: block;
    margin: 0 auto 0.5rem;
}

.product-cats .cat span {
    display: block;
    font-size: 0.85rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Product Grid */

.product-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2rem;
    /* margin-top: 2rem; */
}

.p-card {
    display: block;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.p-card.hidden {
    display: none;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.p-thumb {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.p-card:hover .p-thumb img {
    transform: scale(1.05);
}

/* Responsive adjustments */

@media (max-width: 991.98px) {
    .product-card-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 1.5rem;
    }

    .p-thumb {
        height: 150px;
    }
}

@media (max-width: 767.98px) {
    .product-card-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 1rem;
    }

    .p-thumb {
        height: 130px;
    }

    .p-name {
        font-size: 0.85rem;
        padding: 0.75rem 0.5rem;
    }

    .top-menu {
        border-radius: 10px;
        background: #F1DFA0;
        background: linear-gradient(162deg, rgba(241, 223, 160, 1) 0%, rgba(241, 223, 160, 1) 53%, rgba(234, 207, 92, 1) 100%);
        margin: 0px 65px 0px auto;
        max-width: 260px;
        border: 2px solid rgba(255, 255, 255, 0.428);
    }

    .section-padding {
        padding: 30px 0;
    }

    .home-ad {
        padding-top: 30px;
    }

    .about-page {
        padding-top: 100px;
    }

    .image-top {
        max-width: 80px;
        top: -150px;
        right: 10px;
    }

    .mt-n4 {
        margin-top: 10px !important;
    }

    .home-about h2 {
        font-size: 45px;
    }
}

@media (max-width: 575.98px) {
    .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .p-card {
        padding: 0px !important;
    }

    .p-thumb {
        width: 100%;
        height: auto;
        border-radius: 0px !important;
    }
}

.pb-title {
    font-family: 'Dirtyline';
    font-size: 110px;
    line-height: .85;
    color: #D4453D;
    margin: 0 0 16px;
    letter-spacing: 2px;
}

.pb-sub {
    font-size: 18px;
    color: #222;
    max-width: 860px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .pb-title {
        font-size: 96px;
    }

    .pb-eyebrow {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .product-banner {
        padding: 90px 0 100px;
    }

    .pb-title {
        font-size: 64px;
        letter-spacing: 1px;
    }

    .pb-sub {
        font-size: 16px;
    }
}

/* Product Catalog */

.product-catalog {
    padding: 20px;
    background: #FFF5E1;
    border-radius: 20px;
}

.product-panel {
    /* margin-top: 20px; */
    /* padding: 20px; background: #F4D6BE; */
    border-radius: 20px;
}

.product-cats.owl-carousel {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.product-cats .owl-stage-outer {
    padding: 2px 6px;
    margin: 0 auto;
}

.product-cats .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.product-cats.owl-carousel {
    display: block;
}

.product-cats .owl-stage-outer {
    padding: 2px 6px;
}

/* Equal heights for category tiles */

.product-cats .owl-stage {
    display: flex;
}

.product-cats .owl-item {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.product-cats .owl-item>.item {
    display: flex;
    width: 100%;
}

.product-cats .cat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 2px;
    padding: 7px 12px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 13px;
    min-width: 120px;
    width: 100%;
    background: #fff;
    height: 100%;
    min-height: 48px;
}

.product-cats .cat img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.product-cats .cat:hover {
    filter: brightness(0.98);
    transform: translateY(-1px);
}

.product-cats .cat.active {
    background: #EFC63D;
    border-color: #eabf2a;
    color: #6a4600;
}

.product-cats .cat.active img {
    filter: none;
}

.product-cats .cat span {
    display: inline-block;
}

.product-card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.p-card {
    display: block;
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 12px;
    border-radius: 20px;
}

.p-thumb {
    border-radius: 18px;
    overflow: hidden;
}

.p-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.p-name {
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .product-card-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991.98px) {
    .product-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575.98px) {
    .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Careers Page */

.careers-page {
    background: #FFF5E1;
}

.careers-hero {
    position: relative;
    padding: 160px 0 40px 0px;
}

.careers-brand {
    font-family: 'Dirtyline';
    font-size: 113px;
    color: #000;
    text-transform: capitalize;
}

.careers-sub {
    color: #333;
    max-width: 780px;
    margin: 10px auto 0;
}

.careers-hero .overline {
    color: #000;
    opacity: .85;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 33px;
}

.careers-float {
    position: absolute;
    width: 48px;
    opacity: .9;
}

.careers-float.left {
    left: 16%;
    top: 52px;
}

.careers-float.right {
    right: 6%;
    top: 84px;
}

.careers-filters {
    padding: 10px 0 0;
}

.filters-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.pill {
    border: 1px solid #1b1b1b;
    background: transparent;
    color: #000;
    border-radius: 10px;
    padding: 10px 16px;
    cursor: pointer;
    transition: .2s ease;
}

.pill:hover {
    filter: brightness(.98);
    transform: translateY(-1px);
}

.pill.active {
    background: #EFC63D;
    border-color: #caa61f;
}

.careers-list {
    padding: 20px 0 80px;
}

.job-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0;
}

.job-title {
    font-size: 33px;
    font-weight: 500;
    color: #000;
    margin: 0 0 8px;
}

.job-blurb {
    color: #333;
    margin: 0 0 14px;
}

.job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #000;
    border-radius: 22px;
    padding: 8px 12px;
    background: transparent;
    color: #111;
    font-weight: 500;
    font-size: 14px;
}

.job-apply {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
}

.job-apply:hover {
    text-decoration: underline;
}

.job-divider {
    border: 0;
    border-top: 1px solid #1b1b1b;
    opacity: 1;
}

.contact-banner {
    background: url(../images/contact-banner.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    padding-bottom: 60px;
}

/* Contact Hero overlay */

.contact-hero {
    /* padding-top: 160px ; */
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.contact-eyebrow {
    font-weight: 600;
    font-size: 28px;
    opacity: .95;
}

.contact-title {
    font-family: 'Dirtyline';
    font-size: 110px;
    line-height: .9;
    margin: 8px 0 16px;
    letter-spacing: 2px;
}

.contact-copy {
    max-width: 630px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    opacity: .95;
}

@media (max-width: 991.98px) {
    .contact-title {
        font-size: 96px;
    }
}

@media (max-width: 575.98px) {
    .contact-hero {
        padding-top: 0px
    }

    .contact-title {
        font-size: 64px;
        letter-spacing: 1px;
    }

    .contact-copy {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .careers-brand {
        font-size: 64px;
    }

    .job-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .careers-brand {
        font-size: 48px;
    }
}

/* Contact Form Panel */

.contact-form-wrap {
    background: transparent;
}

.contact-panel {
    background: #FFF5E1;
    /* warm butter */
    border: 1px solid #f0d9ae;
    border-radius: 28px;
    /* big rounded corners */
    box-shadow: 0 24px 48px rgba(0, 0, 0, .10);
    padding: 26px 26px 30px;
    margin: 50px 0px;
}

.contact-panel-title {
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.cf-input-group {
    margin-bottom: 16px;
}

.cf-input {
    width: 100%;
    border-radius: 22px;
    border: 1px solid rgba(0, 0, 0, 0.431);
    background: transparent;
    padding: 12px 18px;
    outline: none;
    color: #2b2b2b;
    font-weight: 500;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.cf-input:focus {
    border-color: #e0bf66;
    box-shadow: 0 0 0 3px rgba(239, 198, 61, .25);
}

.cf-textarea {
    width: 100%;
    border-radius: 22px;
    border: none;
    background: #F4E7CF;
    padding: 16px 18px;
    outline: none;
    color: #000;
    resize: vertical;
    /* min-height: 220px; */
}

.cf-textarea:focus {
    border-color: #e0bf66;
    box-shadow: 0 0 0 3px rgba(239, 198, 61, .25);
}

.cf-submit {
    display: inline-block;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: #F1BE4C;
    color: #2b2b2b;
    padding: 12px 28px;
    border-radius: 22px;
    transition: filter .2s ease, transform .1s ease;
    width: 100%;
}

.cf-submit:hover {
    filter: brightness(0.95);
}

.cf-submit:active {
    transform: translateY(1px);
}

@media (max-width: 575.98px) {
    .contact-panel {
        padding: 20px;
        border-radius: 22px;
    }

    .cf-textarea {
        min-height: 180px;
    }
}

/* Contact Info Panel */

.contact-info-panel {
    padding-bottom: 80px;
}

.ci-panel {
    background: #FEF1D6;
    border: 1px solid #f0d9ae;
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.ci-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
}

.ci-body {
    height: 100%;
    background: #FFF5E1;
    padding: 35px;
}

.ci-head h3 {
    font-weight: 600;
    color: #000;
    font-size: 22px;
}

.ci-download {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.ci-download:hover {
    text-decoration: underline;
}

.ci-item {
    padding: 10px 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.ci-item:last-child {
    border-bottom: 0;
}

.ci-label {
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}

.ci-value {
    color: #222;
    font-size: 16px;
    font-weight: 300;
}

.ci-value a {
    color: #000;
    text-decoration: none;
}

.ci-value a:hover {
    text-decoration: underline;
}

.ci-item img {
    height: 25px;
    width: 25px;
}

.contact-page-outlets {
    background: #FFF5E1;
    padding: 30px;
    border-radius: 28px;
    margin-top: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.contact-page-outlets .outlet-card {
    background: #F2E4C9;
}

.round-gradient {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 440px;
    height: 440px;
    background: radial-gradient(ellipse 70.71% 70.71% at 50.00% 50.00%, #FF786C 0%, #FFB92C 51%, #FFF5E1 100%);
    filter: blur(97px)
}

@media (max-width: 991.98px) {
    .ci-body {
        padding: 20px;
    }
}

/* Careers Highlights */

.careers-highlights {
    padding: 20px 0 10px;
}

.ch-grid {
    row-gap: 28px;
}

.ch-item {
    max-width: 360px;
    margin: 0 auto;
}

.ch-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 12px;
}

.ch-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.ch-text {
    color: #111;
    font-weight: 500;
    max-width: 260px;
    margin: 0 auto;
    font-size: 20px;
}

@media (max-width: 575.98px) {
    .ch-icon {
        width: 68px;
        height: 68px;
    }

    .ch-icon img {
        width: 52px;
        height: 52px;
    }
}

/* Vision & Mission (About page) */

.vision-mission {
    background: #6E2C26;
    position: relative;
    overflow: hidden;
}

.vision-mission .container {
    position: relative;
    z-index: 2;
}

.vm-float {
    position: absolute;
    width: 56px;
    opacity: .9;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .18));
}

.vm-left {
    left: 2%;
    top: 6%;
}

.vm-right {
    right: 3%;
    bottom: 8%;
}

.vm-heading .vm-eyebrow {
    color: #EFC63D;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 8px;
}

.vm-heading .vm-word {
    font-family: 'Dirtyline';
    color: #FFF5E1;
    font-size: 88px;
    line-height: .9;
    letter-spacing: 1px;
}

.vm-card {
    background: #FFF1DB;
    color: #1d1d1d;
    padding: 70px 90px;
    border-radius: 20px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .12);
}

/* Angled notch style reminiscent of the reference */

.vm-card.vm-vision {
    clip-path: polygon(25% 0%, 100% 0, 100% 60%, 80% 100%, 0 99%, 0 31%);
}

.vm-card.vm-mission {
    clip-path: polygon(25% 0%, 100% 0, 100% 60%, 80% 100%, 0 99%, 0 31%);
}

@media (max-width: 991.98px) {
    .vm-heading .vm-word {
        font-size: 72px;
    }
}

@media (max-width: 575.98px) {
    .vm-heading .vm-word {
        font-size: 56px;
    }

    .vm-float {
        width: 40px;
    }
}

/* Our Own Products carousel (About page) */

.own-products {
    background: #6E2C26;
}

.own-products .op-title {
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
}

.op-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.op-item img {
    width: auto;
    max-width: 180px;
    height: auto;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .18));
}

@media (max-width: 575.98px) {
    .op-item img {
        max-width: 140px;
    }
}

/* Partners panel */

.partners-panel {
    background: #6E2C26;
}

.partners-panel .pp-box {
    background: #FFF5E1;
    border-radius: 16px;
    outline-offset: -6px;
    padding: 24px 16px;
}

.partners-panel .pp-title {
    color: #000;
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid rgba(0, 0, 0, .8);
    padding-bottom: 6px;
    margin-bottom: 18px;
}

.pp-logo {
    max-height: 64px;
    width: auto;
    display: block;
}

@media (max-width: 575.98px) {
    .pp-logo {
        max-height: 48px;
    }
}

/* About stats icons row */

.about-stats {
    background: transparent;
}

.about-stats .as-item {
    background: transparent;
    padding: 10px;
}

.about-stats .as-icon {
    margin-bottom: 10px;
}

.about-stats .as-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.about-stats .as-text {
    color: #000;
    font-weight: 600;
    line-height: 1.35;
}

.about-stats .as-text strong {
    font-weight: 800;
    margin-right: 4px;
}

@media (max-width: 575.98px) {
    .about-stats .as-icon img {
        width: 54px;
    }

    .about-stats .as-text {
        font-size: 14px;
    }
}

.yellow-bg {
    background: #E6BD45;
    background: radial-gradient(circle, rgba(230, 189, 69, 1) 0%, rgba(255, 220, 113, 1) 100%);
    /* position: relative; */
    /* padding-top: 350px; */
}

.shape-about {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
}

/* About page banner redesign */

.about-page.banner-bg {
    position: relative;
}

.ab-hero {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
    padding: 0 16px;
}

.ab-eyebrow {
    color: #fff;
    font-weight: 700;
    letter-spacing: .3px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}

.ab-title {
    color: #fff;
    margin: 6px 0 0;
    line-height: .95;
    text-shadow: 0 4px 24px rgba(0, 0, 0, .28);
}

.ab-title span {
    display: block;
    font-family: 'Dirtyline';
    font-size: 96px;
    letter-spacing: 1px;
}

.ab-title small {
    font-size: 22px;
    font-weight: 600;
    margin: 0 8px;
    opacity: .95;
}

.ab-title strong {
    font-size: 72px;
    font-weight: 800;
    letter-spacing: .5px;
}

.ab-heart {
    max-width: 700px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 16px 40px rgba(0, 0, 0, .2));
    position: relative;
    z-index: 2;
    margin-top: -300px;
}

@media (max-width: 991.98px) {
    .ab-title span {
        font-size: 72px;
    }

    .ab-title strong {
        font-size: 52px;
    }
}

@media (max-width: 575.98px) {
    .ab-hero {
        top: 36%;
    }

    .ab-title span {
        font-size: 52px;
    }

    .ab-title strong {
        font-size: 40px;
    }

    .ab-title small {
        font-size: 18px;
    }
}

/* Divisions accordion custom design */

.divisions-section .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
}

.divisions-section .accordion-item {
    background: transparent;
    border: 0;
}

.divisions-section .accordion-item+.accordion-item {
    margin-top: 18px;
}

.divisions-section .division-head {
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.divisions-section .division-head::after {
    display: none;
}

.divisions-section .division-title {
    font-size: 22px;
    font-weight: 600;
    color: #1b1b1b;
}

.divisions-section .division-head .div-arrow {
    margin-left: auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #6E2C26;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

.divisions-section .division-head {
    border-bottom: 2px solid rgba(0, 0, 0, .5);
}

.divisions-section .accordion-button:not(.collapsed) .div-arrow {
    transform: rotate(90deg);
    transition: transform .25s ease;
}

.divisions-section .accordion-button.collapsed .div-arrow {
    transform: rotate(0deg);
    transition: transform .25s ease;
}

.divisions-section .accordion-button:focus {
    box-shadow: none;
}

.divisions-section .accordion-body {
    padding: 18px 0 4px;
    font-size: 18px;
    line-height: 1.7;
    color: #000;
}

/* Global responsive typography */

@media (max-width: 991.98px) {
    html {
        font-size: 15px;
    }

    h1,
    .display-1 {
        font-size: 2.2rem;
    }

    h2,
    .main-title {
        font-size: 1.8rem;
    }

    h3,
    .section-title {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 0.95rem;
    }

    p,
    .lead {
        font-size: 1rem;
    }

    .top-menu .nav-link {
        font-size: .95rem;
    }

    .btn-read-more span,
    .banner-btn {
        font-size: .95rem;
    }

    .product-label {
        font-size: .95rem;
    }

    .accordion-body {
        font-size: 1rem;
    }
}

/* Job Application Modal Styles */

.modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 1.25rem 1.5rem;
}

.modal-header .btn-close {
    background: none;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.modal-header .btn-close:hover {
    opacity: 1;
}

.modal-title {
    font-weight: 600;
    color: #333;
    font-size: 1.4rem;
}

/* .modal-body {
padding: 1.5rem;
} */

.modal-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 1rem 1.5rem;
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #495057;
}

.form-control,
.form-select {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.6rem 0.9rem;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #9a2c07;
    box-shadow: 0 0 0 0.25rem rgba(154, 44, 7, 0.15);
}

.form-text {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.btn-primary {
    background-color: #9a2c07;
    border: none;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-primary:hover {
    background-color: #7a2306;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(154, 44, 7, 0.15);
}

.btn-outline-secondary {
    border: 1px solid #dee2e6;
    color: #495057;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-outline-secondary:hover {
    background-color: #f8f9fa;
    border-color: #adb5bd;
    transform: translateY(-1px);
}

/* Responsive adjustments */

@media (max-width: 767.98px) {
    .modal-dialog {
        margin: 0.5rem;
    }

    .modal-content {
        border-radius: 12px;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 1rem;
    }

    .product-catalog {
        padding: 10px;
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 14px;
    }

    body {
        line-height: 1.6;
    }

    h1,
    .display-1 {
        font-size: 1.9rem;
    }

    h2,
    .main-title {
        font-size: 1.6rem;
    }

    h3,
    .section-title {
        font-size: 1.35rem;
    }

    h4 {
        font-size: 1.15rem;
    }

    h5 {
        font-size: 1rem;
    }

    h6 {
        font-size: .9rem;
    }

    p,
    .lead {
        font-size: .95rem;
    }

    .top-menu .nav-link {
        font-size: .9rem;
        padding: .35rem .5rem;
    }

    .btn-read-more span,
    .banner-btn {
        font-size: .9rem;
    }

    /* .product-label{ font-size: .9rem; } */
    .division-title {
        font-size: 1.05rem;
    }

    .divisions-section .accordion-body {
        font-size: .95rem;
    }

    .review-text {
        font-size: .95rem;
    }

    .photo-caption {
        font-size: .85rem;
    }
}

/* Blog/Careers hero banner responsive typography */

@media (max-width: 991.98px) {

    /* .careers-hero .pb-title{ font-size: 2rem; } */
    /* .careers-hero .pb-sub{ font-size: 1rem; } */
    .careers-hero .pb-eyebrow {
        font-size: .9rem;
    }
}

@media (max-width: 767.98px) {
    .careers-hero {
        padding: 100px 0 50px 0px !important;
    }

    /* .careers-hero .pb-title{ font-size: 5.75rem; } */
    /* .careers-hero .pb-sub{ font-size: .95rem; } */
    .carousel-item h1 {
        font-size: 60px;
    }

    .carousel-item h4 {
        font-size: 30px;
    }

    .logo-bg img {
        max-height: 50px;
    }
}

@media (max-width: 575.98px) {

    /* .careers-hero .pb-title{ font-size: 1.5rem; line-height: 1.15; } */
    /* .careers-hero .pb-sub{ font-size: .9rem; } */
    .careers-hero .pb-eyebrow {
        font-size: .85rem;
    }
}

.navbar-toggler {
    position: fixed;
    right: 20px;
    top: 5px;
    /*background: var(--secondary);*/
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
}

/* Quick View Modal */

#quickViewModal .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
}

#quickViewModal .modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

#quickViewModal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#quickViewModal .carousel-inner {
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    /*background: #f8f9fa;*/
    display: flex;
    align-items: center;
}

#quickViewModal .modal-body {
    padding: 30px;
}

#quickViewModal .carousel-item {
    text-align: center;
    padding: 0px;
}

#quickViewModal .carousel-item img {
    max-height: 500px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 20px;
}

#quickViewModal .carousel-control-prev,
#quickViewModal .carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    margin: 0 15px;
}

#quickViewModal .carousel-control-prev {
    left: 0px;
}

#quickViewModal .carousel-control-next {
    right: 0px;
}

#quickViewModal .carousel {
    padding: 0;
}

#productTitle {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.product-meta {
    margin-bottom: 20px;
    color: #666;
}

.product-price {
    margin: 25px 0;
}

#productPrice {
    font-weight: 700;
    color: #d32f2f;
}

#originalPrice {
    font-size: 1rem;
    color: #999;
}

.quantity-selector {
    display: flex;
    align-items: center;
}

.quantity-selector button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#productQty {
    width: 50px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

#productQty::-webkit-outer-spin-button,
#productQty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#addToCart {
    height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #9a2c07;
    border: none;
}

#addToCart:hover {
    background: #7a2306;
}

.product-actions {
    margin: 20px 0;
}

.product-actions a {
    color: #666;
    transition: color 0.3s;
}

.product-actions a:hover {
    color: #9a2c07;
    text-decoration: none;
}

.about-box {
    background: rgba(255, 255, 255, 0.30);
    padding: 30px;
    border-radius: 15px;
}

.about-box p {
    text-align: justify;
}

.about-box-image {
    background: url(../images/warehouse.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.about-box-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(70, 55, 0, 0.7);
}

.about-box-image p {
    position: relative;
    z-index: 1;
    text-align: justify;
    color: #fff;
}

/* Responsive styles for quick view modal */

@media (max-width: 991.98px) {
    #quickViewModal .modal-dialog {
        max-width: 95%;
    }

    #quickViewModal .carousel-inner {
        min-height: 400px;
    }

    #quickViewModal .carousel-item img {
        max-height: 400px;
    }
}

@media (max-width: 767.98px) {
    #quickViewModal .modal-dialog {
        margin: 0.5rem;
    }

    #quickViewModal .modal-content {
        border-radius: 12px;
    }

    #quickViewModal .carousel-inner {
        min-height: 300px;
        border-radius: 12px 12px 0 0;
    }

    #quickViewModal .carousel-item img {
        max-height: 300px;
    }

    #quickViewModal .col-lg-6 {
        padding: 1.5rem 0px;
    }
}

@media (max-width: 575.98px) {
    #quickViewModal .carousel-inner {
        min-height: 250px;
    }

    #quickViewModal .carousel-item img {
        max-height: 100%;
    }

    #productTitle {
        font-size: 24px;
    }

    .product-meta {
        font-size: 14px;
    }
}

/* Sticky actions (WhatsApp + Catalogue) */

.sticky-actions {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1200;
}

.sticky-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.06);
}

.sticky-btn svg {
    display: block;
}

.sticky-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.sticky-btn.whatsapp {
    background: linear-gradient(180deg, #25D366, #128C7E);
    border: none;
}

.sticky-btn.whatsapp svg {
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.1));
}

.sticky-btn.catalogue {
    background: #FFF5E1;
    border: 2px solid rgba(154, 44, 7, 0.12);
}

.sticky-btn.catalogue svg {
    stroke: #9a2c07;
}

.sticky-btn.call {
    background: linear-gradient(180deg, #FF6B6B, #E64545);
    border: none;
}

.sticky-btn.call svg {
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.12));
}

.sticky-btn.call:hover {
    transform: translateY(-4px) scale(1.02);
}

@media (max-width: 575.98px) {
    .sticky-actions {
        right: 14px;
        bottom: 14px;
        gap: 10px;
    }

    .sticky-btn {
        width: 48px;
        height: 48px;
    }
}

/* Deferred background loader for contact-banner */

.contact-banner.defer-bg {
    background-color: #F4D6BE;
    /* neutral placeholder */
    position: relative;
    overflow: hidden;
}

/* .contact-banner.defer-bg::after{
content: '';
position: absolute;
inset: 0;
background: url('../images/contact-banner.jpg') center top / cover no-repeat;
filter: blur(8px) brightness(.9);
transform: scale(1.02);
opacity: 0.6;
transition: opacity .4s ease, filter .45s ease;
z-index: 0;
height: 100vh;
background-attachment: fixed;
} */

.contact-banner.bg-ready::after {
    filter: none;
    opacity: 1;
}

.contact-banner .contact-hero {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .5s ease, transform .45s ease;
}

.contact-banner.bg-ready .contact-hero {
    opacity: 1;
    transform: translateY(0);
}

/* small loading shimmer while background loads */

.contact-banner .bg-placeholder {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(255, 255, 255, 0.03) 100%);
    animation: shimmer 1.2s linear infinite;
}

.contact-banner.bg-ready .bg-placeholder {
    display: none;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0
    }

    100% {
        background-position: 200% 0
    }
}

.ad-banner {
    background: #ffffff;
}

.ad-banner .carousel {
    margin-top: -170px;
}

.ad-banner .carousel img {
    border-radius: 20px;
}

/* Clients Section */

.clients-section .owl-carousel .client-item {
    text-align: center;
    padding: 20px 10px;
}

.clients-section .client-logo {
    display: inline-block;
    max-height: 200px;
    margin: 0 auto;
}

.clients-section .client-logo:hover {
    transform: translateY(-5px);
}

.clients-section .client-logo img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.clients-section .client-logo:hover img {
    filter: grayscale(0%);
}

@media (max-width: 767.98px) {
    .clients-section .client-logo img {
        max-height: 60px;
    }

    .ad-banner .carousel {
        margin-top: -160px;
    }

    .clients-section .owl-carousel .client-item {
        padding: 0px;
    }
}

@media (max-width: 575.98px) {
    .clients-section .client-logo img {
        max-height: 50px;
    }
}

/* Enhanced Tab Menu Styling */

.product-panel .nav-tabs {
    /*border-bottom: 2px solid #f8f9fa;*/
    /*background: #fff;*/
    border-radius: 30px;
    /* padding: 0 20px; */
    margin-bottom: 0;
    overflow: hidden;
    border: none;
}

.product-panel .nav-tabs .nav-link {
    border: none;
    border-radius: 40px;
    color: #9a2c07;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 25px;
    position: relative;
    transition: all 0.3s ease;
    /*border-bottom: 3px solid transparent;*/
    background: #fff;
}

.product-panel .nav-tabs .nav-link:hover {
    color: #7a2306;
    background: rgba(154, 44, 7, 0.05);
    box-shadow: none;
}

.product-panel .nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(135deg, #9a2c07 0%, #b83a0a 100%);
    /*border-bottom: 3px solid #ffdd57;*/
    /*box-shadow: 0 4px 12px rgba(154, 44, 7, 0.3);*/
}

.product-panel .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #ffdd57;
    border-radius: 2px;
}

.product-panel .tab-content {
    /* background: #fff; */
    /* border-radius: 0 0 15px 15px; */
    padding: 20px 0px;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); */
    min-height: 400px;
}

.product-panel .tab-pane {
    animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Tab Styling */

@media (max-width: 767.98px) {
    .product-panel .nav-tabs {
        /* padding: 0 10px; */
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .product-panel .nav-tabs .nav-link {
        font-size: 0.9rem;
        padding: 12px 18px;
        white-space: nowrap;
        min-width: 120px;
    }

    .product-panel .tab-content {
        padding: 20px 15px;
    }
}

@media (max-width: 575.98px) {
    .product-panel .nav-tabs .nav-link {
        font-size: 0.85rem;
        padding: 10px 15px;
        min-width: 100px;
    }

    .product-panel .tab-content {
        padding: 15px 10px;
    }
}

.obj {
    object-fit: cover;
}

.export {
    background-image: url(../../image/banner/export.jpg);
    height: 500px;
    width: 100%;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

.jus {
    text-align: justify;
}

@media screen and (max-width:768px) {
    .ag-vid {
        height: 200px;
        object-fit: contain;
        object-position: top;
    }

    .vid {
        object-fit: cover !important;
    }

}

.divisions-section .division-head .div-arrow {
    margin-left: auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #4b9e11 !important;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}



.btn-grad-enq {
    background-image: linear-gradient(to right, #ADD100 0%, #7B920A 51%, #ADD100 100%)
}

.btn-grad-enq {
    margin: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad-enq:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


.icon-b {
    background-color: white;
}

.icon-b {
    color: #000000;

    transition: 0.5s;
    background-size: 200% auto;

    
    border-radius: 50%;
    display: block;
}

.icon-b:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.icon-b i {
    font-size: 30px;
    text-align: center;
}

.icon-b {
    height: 100px;
    width: 100px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;

}







.btn-contact {
    background-image: linear-gradient(to right, #56ab2f 0%, #a8e063 51%, #56ab2f 100%)
}

.btn-contact {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-contact:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}



.s1 {
    background-color: green;
}