
/* ==========================================================================
   ABOUT US PAGE START HERE
========================================================================== */
.custom-about-container {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-inline: 60px;
}

.mb-120 {
    margin-bottom: 120px;
}

.about-hero-section {
    background: #000;
    padding: 180px 20px 170px;
    text-align: center;
}

.about-mini-title {
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    color: #2e6905;
    margin-bottom: 26px;
}

.about-main-title {
    font-size: 5rem;
    line-height: 1.05;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 34px;
}

.about-hero-text {
    max-width: 820px;
    margin: auto;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #cfcfcf;
    margin-bottom: 40px;
}

.about-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 58px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .025rem;
    line-height: 1.25;
}

.about-hero-btn:hover {
    background: #2e6905;
    color: #fff !important;
}

.about-story-section {
    padding: 120px 0;
    background: #fff;
}

.about-image-large {
    overflow: hidden;
}

.about-image-large img {
    width: 100%;
    height: 900px;
    object-fit: contain;
}

.about-content-box {
    max-width: 560px;
}

.about-label {
    display: block;
    font-size: .875rem;
    letter-spacing: .1rem;
    color: #2e6905;
    line-height: 1.2rem;
    margin-bottom: 18px;
}

.about-section-title {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 500;
    color: #111;
    letter-spacing: 2px;
    margin-bottom: 28px;
}

.about-content-box p {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.values-section {
    padding: 40px 0 120px;
}

.values-heading-wrap {
    text-align: center;
    margin-bottom: 60px;
}

.values-main-title {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 3;

    color: #111;
}

.value-card {
    border: 1px solid #ececec;
    padding: 42px 28px;
    text-align: center;
    height: 100%;
}

.value-card:hover {
    border-color: #2e6905;
}

.value-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #eef5e8;
    color: #2e6905;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.text-accent {
    color: #2e6905;
}

.value-card h3 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 14px;
}

.value-card p {
    font-size: .875rem;
    line-height: 1.8;
}

/* STATS */

.stats-box {
    background: #f7f7f7;
    padding: 34px 20px;
    text-align: center;
}

.stats-box h4 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

.stats-box p {
    font-size: 15px;
    margin: 0;
}

.mission-section {
    padding: 140px 20px;
    text-align: center;
}

.mission-content {
    max-width: 920px;
    margin: auto;
}

.mission-content h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 3px;
    color: #111;
    margin-bottom: 30px;
}

.mission-content p {
    font-size: 1.5rem;
    line-height: 1.625;
    margin-bottom: 40px;
}

.mission-content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 58px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .025;
    line-height: 1.25;
}

.mission-content a:hover {
    background: #2e6905;
    color: #fff !important;

}

@media(max-width:1199px) {

    .about-main-title {
        font-size: 74px;
    }

    .about-section-title {
        font-size: 52px;
    }

    .values-main-title {
        font-size: 52px;
    }

}

@media(max-width:991px) {

    .custom-about-container {
        padding-inline: 24px;
    }

    .about-main-title {
        font-size: 58px;
    }

    .about-section-title {
        font-size: 42px;
    }

    .mission-content h2 {
        font-size: 54px;
    }

}

@media(max-width:767px) {

    .custom-about-container {
        padding-inline: 16px;
    }

    .about-hero-section {
        padding: 130px 16px 120px;
    }

    .about-main-title {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .about-hero-text {
        font-size: 17px;
    }

    .about-image-large img {
        height: auto;
        aspect-ratio: 3/4;
    }

    .about-section-title {
        font-size: 34px;
    }

    .values-main-title {
        font-size: 36px;
    }

    .mission-content h2 {
        font-size: 40px;
    }

    .mission-content p {
        font-size: 18px;
    }

}

/* ==========================================================================
   ABOUT US PAGE  END HERE
========================================================================== */

/* ==========================================================================
    Strip SECTION  END
========================================================================== */

/* ==========================================================================
    Support PAGE START
========================================================================== */

.support-section {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.support-heading {
    font-size: clamp(2rem, 5vw, 1.7rem);
    line-height: 1.2;
    font-weight: 400 !important;
    color: #000;
    margin-bottom: 12px;
}

.support-subheading {
    font-size: 16px;
    color: #7d7d7d;
    margin-bottom: 0;
}

.support-card {
    background: #ffffff;
    text-align: center;
    padding: 20px 30px;
    height: 100%;
    transition: 0.4s;
}

.support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
}

.support-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #e4e7de;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    transition: 0.4s;
}

.support-icon i {
    color: #3d7b12;
    font-size: 28px;
    transition: 0.4s;
}

.support-card h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.support-card p {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 0;
    line-height: 1.6;
}

.support-card:hover .support-icon {
    background: #dce8d2;
}

.support-card:hover .support-icon i {
    transform: scale(1.1);
}

@media(max-width:991px) {

    .support-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .support-subheading {
        font-size: 1rem;
    }

    .support-card {
        padding: 40px 25px;
    }

    .support-card h4 {
        font-size: 1.5rem;
    }

    .support-card p {
        font-size: 1rem;
    }

}

.mini-cart-overlay {

    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, .4);

    z-index: 9998;

    opacity: 0;
    visibility: hidden;

    transition: .3s ease;

}

.mini-cart-overlay.active {

    opacity: 1;
    visibility: visible;

}

.mini-cart-drawer {

    position: fixed;

    top: 0;
    right: 0;

    width: 420px;
    max-width: 100%;

    height: 100vh;

    background: #fff;

    z-index: 9999;

    transform: translateX(100%);

    transition: .35s ease;

    display: flex;
    flex-direction: column;

}

.mini-cart-drawer.active {

    transform: translateX(0);

}

.mini-cart-header {

    padding: 24px;

    border-bottom: 1px solid #eee;

    display: flex;
    align-items: center;
    justify-content: space-between;

}

.mini-cart-close {

    border: none;
    background: none;

    font-size: 2rem;

    line-height: 1;

}

.mini-cart-body {

    flex: 1;

    overflow-y: auto;

    padding: 24px;

}

.mini-cart-footer {

    border-top: 1px solid #eee;

    padding: 24px;

}

.mini-cart-subtotal {

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 20px;

}

.mini-cart-btn {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 54px;

    border-radius: 999px;

    border: 1px solid #111;

    color: #111;

    text-decoration: none;

    margin-bottom: 12px;

    font-weight: 600;

}

.mini-cart-btn.dark {

    background: #111;
    color: #fff;

}

.mini-cart-item {

    display: flex;

    gap: 16px;

    margin-bottom: 24px;

}

.mini-cart-item img {

    width: 90px;
    height: 110px;

    object-fit: cover;

    border-radius: 14px;

}

.mini-cart-item-title {

    font-size: .95rem;
    font-weight: 600;

    margin-bottom: 8px;

}

.mini-cart-remove {

    border: none;
    background: none;

    padding: 0;

    color: red;

    font-size: .85rem;

}

.wishlist-count-badge {
    position: absolute;
    top: 2px;
    right: 38px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 0 5px;
    z-index: 10;
}

/* ==========================================================================
    Support PAGE  END
========================================================================== */

