:root {
    --yellow: #e6cf6f;
    --red: #b31921;
    --green: #8bc440;
    --black: #000;
    --white: #fff;
}

cc
/*  */

.performance-section {
    padding: 60px 0;
}

.image-showcase img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

.about-banner-bg {
    background-image: url('/img/4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

@media (max-width:991px) {
    .about-banner-bg  {
        margin-top: -40px !important;
    }
}

.about-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 20%;
}

@media (max-width:700px){
    .about-overlay{
        top: 33%;
    }
}

.about-banner-heading {
    font-size: 50px;
}

.breadcrumb-item {
    color: #fff !important;
}


/* About Section start */

.why-choose-us-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.why-choose-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20%;
    width: 75%;
    height: 100%;
    background-color: #FFF9EE;
    transform: skewX(-15deg);
    z-index: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.why-choose-us-section .container {
    position: relative;
    z-index: 1;
}


.feature-item-why-us {
    border: 2px solid var(--rose);
    padding: 25px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-item-why-us:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.feature-item-why-us.highlight-feature {
    background-color: #FFA500;
    color: white;
}

.feature-item-why-us.highlight-feature .feature-icon-why-us,
.feature-item-why-us.highlight-feature .feature-title-why-us,
.feature-item-why-us.highlight-feature .feature-description-why-us {
    color: white;
}

.feature-item-why-us.highlight-feature .feature-icon-why-us {
    background-color: rgba(255, 255, 255, 0.2);
}


.feature-icon-why-us {
    background-color: var(--rose);
    color: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.feature-title-why-us {
    font-size: 1.1rem;
    font-weight: 700;
    color: #253D4E;
    margin-bottom: 8px;
}

.feature-description-why-us {
    font-size: 0.85rem;
    color: #494343;
    line-height: 1.6;
}


.why-choose-us-content {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.eyebrow-why-us {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--red);
    margin-bottom: 10px;
    display: block;
}

.eyebrow-why-us::before,
.eyebrow-why-us::after {
    content: "~";
    margin: 0 5px;
}

.main-heading-why-us {
    font-family: 'Lora', serif;
    font-size: 40px;
    font-weight: 700;
    color: #253D4E;
    line-height: 1.3;
    margin-bottom: 20px;
}

.description-why-us {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
}

.description-why-us p {
    margin-bottom: 1rem;
}


@media (max-width: 991.98px) {

    .why-choose-us-section::before {
        left: -30%;
        width: 85%;
    }

    .why-choose-us-content {
        padding-left: 15px;
        margin-top: 40px;
        text-align: center;
    }

    .main-heading-why-us {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {

    .why-choose-us-section::before {
        left: -50%;
        width: 100%;
        transform: skewX(-10deg);
    }

    .feature-item-why-us {
        padding: 20px 15px;
    }

    .main-heading-why-us {
        font-size: 1.8rem;
    }

    .description-why-us {
        font-size: 0.9rem;
    }
}



.filter-tag {
    background-color: #b9b9b9;
    border-radius: 20px;
    padding: 10px;
}

.btn-close-tag {
    border: none;
    background-color: #b9b9b9;
    color: #fff;
}


.performance-content .eyebrow-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ADADAD;
    /* Light grey for eyebrow */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}

.performance-content .main-heading {
    font-size: 2.5rem;
    /* Adjust as needed */
    font-weight: 700;
    color: #253D4E;
    /* Dark blue/grey text color */
    line-height: 1.3;
    margin-bottom: 20px;
}

.performance-content .description-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #7E7E7E;
    /* Standard grey for paragraphs */
}

.performance-content .description-text p {
    margin-bottom: 1.5rem;
}

.performance-content .description-text p:last-child {
    margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {

    /* Tablets */
    .performance-section .row>div {
        margin-bottom: 30px;
        /* Space between stacked elements */
    }

    .performance-section .row>div:last-child {
        margin-bottom: 0;
    }

    .performance-content .main-heading {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {

    /* Mobile */
    .performance-content {
        text-align: center;
        /* Center text on mobile */
    }

    .performance-content .main-heading {
        font-size: 1.8rem;
    }

    .image-showcase img {
        max-height: 350px;
        /* Limit image height on mobile */
    }
}

.provide-button {
    background-color: #2f9a6a;
    border: none;
    padding: 8px 50px;
    border-radius: 8px;
    margin-bottom: 30px;
}

/* banner section start */

.company-stats-section {
    /* Replace with your actual background image path */
    background-image: url('/user-assets/assets/img/about-page-img/3.webp');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    border-radius: 20px;
    position: relative;
    margin: 30px;
    overflow: hidden;
}

/* Overlay to make text more readable on background image */
.company-stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 69, 62, 0.7);
    /* Dark green overlay, adjust opacity (0.7 here) */
    border-radius: 20px;
    /* Match parent's border-radius */
    z-index: 1;
}

/* Ensure actual content is above the overlay */
.company-stats-section .container {
    position: relative;
    z-index: 2;
}

.stat-item {
    text-align: center;
    color: white;
    /* Text color for stats */
    padding: 15px 0;
    /* Vertical padding for each stat item */
}

.stat-number {
    font-size: 3rem;
    /* Large font size for number */
    font-weight: 700;
    display: block;
    line-height: 1.1;
    margin-bottom: 5px;
}

.stat-description {
    font-size: 0.95rem;
    /* Adjust as needed */
    font-weight: 500;
    line-height: 1.4;
    opacity: 0.9;
    /* Slightly less prominent than the number */
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {

    /* Tablets */
    .stat-number {
        font-size: 2.5rem;
    }

    .stat-description {
        font-size: 0.9rem;
    }

    .stat-item {
        /* Column will have spacing from Bootstrap's row-cols-* g-* */
    }
}

@media (max-width: 767.98px) {

    /* Mobile */
    .company-stats-section {
        padding: 40px 0;
        border-radius: 15px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-description {
        font-size: 0.85rem;
    }

    /* On mobile, row-cols-sm-2 will make 2 items per row,
               row-cols-1 (default) will make 1 item per row.
               Adjust g-* (gap) on the row for spacing. */
}

@media (max-width: 575.98px) {

    /* Small Mobile */
    .company-stats-section {
        margin: 15px;
    }
}

/* <!-- our team section start --> */

.our-team-section {
    padding: 60px 0;
}

.section-main-title-wrapper {
    text-align: center;
    /* Center the main "Our Team" title */
    margin-bottom: 50px;
}

.section-main-title {
    font-size: 2.5rem;
    /* Adjust as needed */
    font-weight: 700;
    color: #253D4E;
    /* Dark blue/grey text color */
    display: inline-block;
    /* To keep wavy line close */
    position: relative;
}

/* Wavy line using SVG (simple version) or pseudo-element */
.section-main-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 15px;
    background-image: url('/user-assets/assets/img/icons/download.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -90px;
    bottom: 5px;
}


.team-intro-content .eyebrow-text-team {
    font-size: 0.9rem;
    font-weight: 600;
    color: #3BB77E;
    /* Green for eyebrow */
    margin-bottom: 10px;
    display: block;
}

.team-intro-content .main-heading-team {
    font-size: 2.9rem;
    /* Adjust as needed */
    font-weight: 700;
    color: #253D4E;
    line-height: 1.3;
    margin-bottom: 20px;
}

.team-intro-content .description-text-team p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #7E7E7E;
    margin-bottom: 1.5rem;
}

.team-intro-content .btn-view-all-members {
    border: 2px solid var(--rose) !important;
    color: var(--black) !important;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background-color 0.3s ease;
    border: none;
}

.team-intro-content .btn-view-all-members:hover {
    background-color: var(--rose);
    color: var(--white) !important;
}




/* Team Member Card Styles */
.team-member-card {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    /* To clip image and info box */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.team-member-image img {
    width: 100%;
    height: 300px;
    /* Adjust image height */
    object-fit: cover;
}

.team-member-info {
    background-color:var(--rose);
    padding: 20px;
    text-align: center;
    border-top: 3px solid var(--white);
}

.team-member-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 5px;
}

.team-member-title {
    font-size: 0.85rem;
    color: var(--white);
    margin-bottom: 15px;
    text-align: center;
}

.team-social-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.team-social-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #f0f3f2;
    /* Light grey background for social icons */
    color: var(--black);
    /* Green icon */
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.team-social-links li a:hover {
    background-color: #3BB77E;
    color: white;
}

.team-social-links li a i {
    font-size: 0.9rem;
}

/* Swiper Styles (Optional, if using slider for team members) */
.team-slider-container .swiper {
    padding-bottom: 30px;
    /* Space for pagination if added */
}

/* If you add Swiper navigation buttons: */
/*
        .team-slider-container .swiper-button-next,
        .team-slider-container .swiper-button-prev {
            color: #3BB77E; top: 45%;
        }
        */

/* Responsive Adjustments */
@media (max-width: 991.98px) {

    /* Tablets */
    .our-team-section .row>.col-lg-6:first-child {
        /* Text content column */
        margin-bottom: 40px;
        text-align: center;
        /* Center text content on tablet when stacked */
    }

    .team-member-card {
        margin-bottom: 20px;
        /* Space between cards if stacked */
    }

    .section-main-title {
        font-size: 2.2rem;
    }

    .team-intro-content .main-heading-team {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {

    /* Mobile */
    .section-main-title {
        font-size: 2rem;
    }

    .team-intro-content .main-heading-team {
        font-size: 1.8rem;
    }

    .team-member-image img {
        height: 250px;
    }
}



.deals-banner-section {
    /* ====================================================================== */
    /* REPLACE THIS with your actual dark food background image path         */
    background-image: url('/img/5.png');
    /* Example: background-image: url('./assets/img/dark-food-background.jpg'); */
    /* ====================================================================== */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    /* Adjust vertical padding */
    min-height: 70vh;
    /* Minimum height, adjust as needed */
    position: relative;
    color: white;
    display: flex;
    /* To help with vertical alignment if needed */
    align-items: center;
}

/* Dark overlay for better text readability over the background image */
.deals-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.315);
    /* Dark overlay, adjust opacity (0.65 here) */
    z-index: 0;
    /* Behind the content */
}

/* Ensure actual content is above the overlay */
.deals-banner-section .container {
    position: relative;
    z-index: 1;
}


.deal-main-title {
    font-size: 3rem;
    /* Adjust as needed */
    font-weight: 900;
    /* Extra bold */
    line-height: 1.2;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.deal-main-title .highlight-weeks {
    color: #FFA500;
    /* Orange color from image for "Weeks" */
}

.deal-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    /* Slightly off-white */
    max-width: 550px;
    /* Limit width of description */
    margin-bottom: 30px;
}

/* Countdown Timer Styles */
.countdown-timer-deals {
    display: flex;
    gap: 10px;
    /* Space between timer boxes */
}

.timer-box {
    background-color: #FFA500;
    /* Orange background for timer boxes */
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    min-width: 65px;
    /* Minimum width for each box */
    border: 2px dashed rgba(255, 255, 255, 0.3);
    /* Dotted/dashed border from image */
}

.timer-box .time-value {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.timer-box .time-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    display: block;
    opacity: 0.9;
    letter-spacing: 0.5px;
}


/* Right Side Image (Vegetable Basket) */
.deal-image-wrapper img {
    max-width: 100%;
    height: auto;
}

.deal-side-image {
    text-align: right;
    /* Align image to right */
}

.deal-side-image img {
    max-width: 350px;
}


/* Floating Buttons */
.floating-buy-envato-deals {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #333;
    /* Dark button */
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 998;
}

.floating-buy-envato-deals:hover {
    background-color: #222;
    color: white;
}

.floating-buy-envato-deals i {
    margin-right: 5px;
}

.scroll-to-top-deals {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #82DD44;
    /* Green */
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    /* Square with rounded edges */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
    transform: translateY(10px);
}

.scroll-to-top-deals.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top-deals i {
    font-size: 1rem;
}


/* Responsive Adjustments */
@media (max-width: 991.98px) {

    /* Tablets */
    .deals-banner-section {
        text-align: center;
    }

    .deal-description {
        margin-left: auto;
        margin-right: auto;
    }

    .countdown-timer-deals {
        justify-content: center;
    }

    .deal-content-wrapper {
        /* For aligning text and countdown */
        align-items: center;
    }

    .deal-image-column {
        display: none;
        /* Hide decorative image on right for tablet/mobile */
    }
}

@media (max-width: 767.98px) {

    /* Mobile */
    .deals-banner-section {
        padding: 60px 0;
        min-height: 60vh;
    }

    .deal-main-title {
        font-size: 2.2rem;
    }

    .deal-description {
        font-size: 0.9rem;
    }

    .timer-box {
        min-width: 55px;
        padding: 8px;
    }

    .timer-box .time-value {
        font-size: 1.5rem;
    }

    .timer-box .time-label {
        font-size: 0.6rem;
    }

    .floating-buy-envato-deals {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 400px) {

    /* Very small mobile, stack timer boxes */
    .countdown-timer-deals {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .timer-box {
        width: 80px;
    }

    /* Give them some width when stacked */
}