@media screen and (min-width: 768px) {
    .ps-footer__widgets .widget_footer {
        max-width: 25%;
    }
}

@media screen and (max-width: 767px) {
    .ps-footer__widgets>* {
        width: 100%;
        max-width: 33%;
    }

    .custom-dynamic-footer-features {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .ps-footer__widgets>* {
        max-width: 100%;
        flex-basis: 100%;
    }
}

.ps-footer__copyright {
    padding: 5px 0;
    align-items: center;
}

.ps-container {
    width: 100%;
}

.ps-product {
    padding: 0;
}

.navigation--list {
    padding: 10px;
}

.header__extra .header-sidebar-toggle:hover .icon-menu,
.header__extra .header-sidebar-toggle:focus .icon-menu,
.header__extra .header-sidebar-toggle:active .icon-menu {
    color: #c25e00 !important;
}

.navigation--mobile-product {
    bottom: 65px;
}

.custom-mobile-signin {
    margin: 0 !important;
}

.ps-product__actions {
    display: none !important;
}

.ps-panel--sidebar .ps-form--search-mobile .form-control {
    color: #000 !important;
}

.ps-product--search-result .ps-product__content,
.ps-panel--sidebar .ps-panel__header {
    text-align: left;
}

.buy-now-btn {
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    bottom: 20%;
    left: 9%;
    background: var(--color-1st);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}

.ps-faq-wrapper .ps-faq-accordion .ps-faq-item .ps-faq-question:not(.collapsed) {
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora";
    font-weight: 700;
}

/* ====== Hero Section ======*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

.custom-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url('/storage/sliders/cow-buffalo.webp');
    background-size: cover;
    background-position: center;
    min-height: 90vh;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}


.custom-hero-section .hero-badge {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px border;
    border-color: rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
}

.custom-hero-section h1 {
    font-size: 4.1rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 700px;
    color: #ffffff;
}

.custom-hero-section .hero-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-style: italic;
    color: #f5e6b3;
    margin-bottom: 15px;
    font-weight: bold;
}

.custom-hero-section p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 550px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.85);
}

.custom-hero-section .hero-btns {
    display: flex;
    gap: 20px;
}

.custom-hero-section .btn-hero-primary {
    background-color: #c25e00;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
}

.custom-hero-section .btn-hero-primary:hover {
    background-color: #a04d00;
    transform: translateY(-2px);
}

.custom-hero-section .btn-hero-outline {
    background-color: transparent;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}

.custom-hero-section .btn-hero-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .custom-hero-section h1 {
        font-size: 3.5rem;
    }
}

@media (max-width: 767px) {
    .custom-hero-section {
        text-align: center;
        padding: 80px 0 20px;
    }

    .custom-hero-section .hero-badge,
    .custom-hero-section h1,
    .custom-hero-section .hero-subtitle,
    .custom-hero-section p {
        margin-left: auto;
        margin-right: auto;
    }

    .custom-hero-section h1 {
        font-size: 2.5rem;
    }

    .custom-hero-section .hero-subtitle {
        font-size: 1.5rem;
    }

    .custom-hero-section .hero-btns {
        justify-content: center;
    }

    @media screen and (max-width: 600px) {
        .custom-hero-section h1 {
            display: none;
        }
    }
}

@media (max-width: 580px) {
    .custom-hero-section .hero-badge {
        display: none;
    }

    .custom-hero-section .btn-hero-primary {
        padding: 8px 20px;
    }

    .custom-hero-section p {
        display: none;
    }

    .custom-hero-section {
        min-height: 40vh;
    }
}

/* ======= Trust Batches ======== */
.custom-trust-section {
    background-color: #1a0f00;
    color: #ffffff;
    padding: 25px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    height: 100%;
}

.trust-icon {
    color: #e3a854;
    flex-shrink: 0;
    font-size: 24px;
    margin-top: 5px;
}

.trust-content h5 {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
}

.trust-content p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

@media (max-width: 991px) {
    .trust-item {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .custom-trust-section {
        padding: 30px 0;
    }

    .trust-item {
        text-align: center;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .trust-icon {
        margin-top: 0;
        font-size: 28px;
    }

    .trust-content p {
        line-height: 1.2;
    }
}


/*========== Shop Category ==========*/
.shop-by-category {
    padding: 60px 0 60px;
    background-color: #f9f4e9;
    position: relative;
}

.shop-by-category .shopbg {
    /*background-size: 300px;*/
    background-image: url('/storage/general/hbg1.webp'), url('/storage/general/hbg2.webp');
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 363px 277px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h1 {
    font-size: 4rem;
    font-weight: 500;
}

.section-header p {
    color: #777;
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Grid Layout */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 80px;
}

/* Card Styling */
.category-card {
    background: #fff;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px #e7ceab;
    transition: 0.3s ease-in-out;
}

.category-card:hover {
    transform: scale(1.02);
}

.card-image {
    flex: 2;
    background: #e9e2d8;
    /* Placeholder color */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px #e7ceab;
}

.card-image img {
    object-fit: cover;
    object-position: center;
}

.btn-explore1,
.btn-explore2,
.btn-explore3 {
    position: absolute;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.btn-explore1 {
    bottom: 20%;
    right: 6%;
    background-color: #7a7a47;
}

.btn-explore2 {
    bottom: 20%;
    right: 7%;
    background-color: #76460d;
}

.btn-explore3 {
    bottom: 14%;
    right: 6%;
    background-color: #7a7a47;
}

.btn-explore1:hover,
.btn-explore2:hover,
.btn-explore3:hover {
    color: #f1f1f1;
    transform: scale(1.03);
}

/* The curved overlay effect */
.card-content {
    flex: 1;
    padding: 40px 25px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    clip-path: ellipse(140% 100% at 100% 50%);
    /* Mimics the curve in image */
    margin-left: -40px;
    z-index: 2;
}

.gift-card .card-content {
    background: #fdf5f2;
    /* Light tinted background for gift card */
}

.category-card h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    margin: 10px 0;
}

.category-card p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    color: #666;
}

/* Buttons */
.btn-explore {
    font-family: 'Playfair Display', serif;
    padding: 10px 25px;
    background: var(--btn-green);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 0.85rem;
    transition: 0.3s;
}

.btn-dark {
    background: var(--btn-burgundy);
}

.btn-explore:hover {
    opacity: 0.9;
    transform: translateX(5px);
}

/* Features Bar */
.features-bar {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border: 0.5px solid transparent;
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 50px;
    box-shadow: 0 0 20px #e7ceab;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 250px;
}

.f-icon {
    font-size: 1.5rem;
    opacity: 0.7;
}

.f-text {
    font-size: 0.8rem;
    line-height: 1.4;
}

.f-text strong {
    font-weight: bolder;
    font-family: 'Playfair Display', serif;
}

.f-text strong {
    display: block;
    font-size: 0.9rem;
    color: var(--text-dark);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .category-card {
        flex-direction: column;
        height: auto;
    }

    .card-content {
        clip-path: none;
        margin-left: 0;
        padding: 30px;
        align-items: center;
        text-align: center;
    }

    .section-header h1 {
        font-size: 2.5rem;
    }

    .features-bar {
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .features-bar {
        justify-content: space-between;
    }

    .feature-item {
        max-width: 100%
    }
}

/*============== Ads ===============*/
.ps-section__Ads {
    padding: 5px 1rem;
    max-width: 1600px;
    margin: 0 auto;
}

.ps-section__Ads h3 {
    font-size: 2.5rem !important;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: bolder;
    color: #c25e00;
}

/*=========== Promotional Banners ============*/
.custom-promo-section {
    background-color: #ffffff;
    padding: 80px 0 0;
}

.promo-card {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height: 83%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.promo-card:hover {
    transform: scale(1.02);
    text-decoration: none;
}

.promo-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
}

.promo-card:hover::before {
    background: rgba(0, 0, 0, 0.15);
}

.promo-card img {
    width: 100%;
    object-fit: fit;
}

.promo-content {
    position: relative;
    z-index: 2;
}

.promo-card .badge-offer {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    background-color: #ffffff;
    color: #1a0f00;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 4px;
}

.promo-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a0f00;
    margin-bottom: 5px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.promo-card .offer-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(26, 15, 0, 0.7);
    margin-bottom: 0;
}

/* Specific card backgrounds (Approximating backgrounds) */
.promo-card.ghee {
    /*position: relative;
        background-image: url('/storage/promotion/110.png');
        background-color: #f7efe4;*/
    overflow: hidden;
}

.promo-card.buffalo {
    /*position: relative;
        background-image: url('/storage/promotion/1113.jpg');
        background-color: #eef5e4;*/
    overflow: hidden;
}

@media (max-width: 767px) {
    .custom-promo-section {
        padding: 60px 0;
    }

    .promo-card {
        min-height: 200px;
        /* padding: 30px 20px; */
    }

    .promo-card h3 {
        font-size: 1.5rem;
    }
}


/*============= Our Story ==============*/
#page-2 .custom-story-section {
    padding: 0px 0 50px;
}

.custom-story-section {
    background-color: #faf9f6;
    padding: 75px 0;
    overflow: hidden;
}

.story-label {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #c25e00;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.custom-story-section .section-header h2 {
    padding: 0 10px;
    margin-bottom: -5px;
}

.custom-story-section h2 {
    /*font-family: 'Cormorant Garamond', serif;*/
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1a0f00;
    margin-bottom: 30px;
}

.custom-story-section h2 span.italic {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: bolder;
    color: #c25e00;
}

.story-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(26, 15, 0, 0.7);
    margin-bottom: 25px;
}

.story-features {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.story-feature-item {
    min-height: 145px;
    background: #ffffff;
    padding: 15px 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.story-feature-item i {
    color: #c25e00;
    font-size: 18px;
}

.story-feature-item span {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a0f00;
}

.story-image-wrapper {
    position: relative;
    padding-left: 20px;
}

.story-main-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.story-floating-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #ffffff;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 280px;
    z-index: 5;
}

.story-floating-badge img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.story-floating-badge .badge-text h6 {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1a0f00;
}

.story-floating-badge .badge-text p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: rgba(26, 15, 0, 0.6);
}

@media (max-width: 991px) {
    .custom-story-section h2 {
        font-size: 2.8rem;
    }

    .story-image-wrapper {
        margin-top: 60px;
        padding-left: 0;
    }

    .explore-process {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .custom-story-section {
        padding: 60px 0;
    }

    .custom-story-section h2 {
        font-size: 2.2rem;
    }

    .story-features {
        justify-content: center;
    }

    .story-floating-badge {
        position: static;
        margin: 20px auto 0;
        transform: none;
    }
}

/*=========== Refferal Block =============*/
.custom-referral-section {
    background-color: #1a0f00;
    padding: 50px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.custom-referral-section .referral-icon {
    font-size: 30px;
    color: #e3a854;
    margin-bottom: 5px;
    display: inline-block;
}

.custom-referral-section h2 {
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: bolder;
    margin-bottom: 15px;
}

.custom-referral-section p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #a79d91;
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 1.5;
}

.referral-btns {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn-referral-primary {
    background-color: #c25e00;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
}

.btn-referral-primary:hover {
    background-color: #a04d00;
    color: white;
}

.btn-referral-outline {
    min-width: 150px;
    background-color: transparent;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s;
}

.btn-referral-outline:hover {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
}

@media (max-width: 767px) {
    .custom-referral-section {
        padding: 60px 0;
    }

    .custom-referral-section h2 {
        font-size: 2.2rem;
    }

    .referral-btns {
        flex-direction: column;
        align-items: center;
    }

    .btn-referral-primary,
    .btn-referral-outline {
        width: 100%;
        max-width: 280px;
    }
}

/*========== Testimmonial ===========*/


/* CONTACT PAGE DESIGN */
.custom-contact-page {
    font-family: Arial, sans-serif;
    background: #f6f3ea;
    color: #444;
    margin: 0;
    padding: 0;
}

/* HERO SECTION */
.custom-contact-banner {
    background: #6d3a14;
    color: #fff;
    text-align: center;
    padding: 70px 20px;
}

.custom-contact-banner h1 {
    color: #ffffff;
    font-size: 56px;
    margin: 0 0 15px;
    font-weight: 700;
}

.custom-contact-breadcrumb {
    font-size: 16px;
    color: #fff;
}

.custom-contact-breadcrumb span {
    margin: 0 8px;
    opacity: 0.7;
}

/* MAIN SECTION */
.custom-contact-wrapper {
    max-width: 1320px;
    margin: auto;
    padding: 70px 20px;
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

.custom-contact-left {
    width: 65%;
}

.custom-contact-right {
    width: 35%;
}

.custom-contact-left h2 {
    color: #b06d12;
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 600;
}

.custom-contact-left p {
    color: #777;
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.7;
}

/* FORM */
.contact-row {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.contact-row input {
    width: 50%;
}

.custom-contact-page input,
.custom-contact-page select,
.custom-contact-page textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #c57a17;
    border-radius: 14px;
    background: transparent;
    font-size: 16px;
    outline: none;
}

.custom-contact-page textarea {
    height: 180px;
    resize: vertical;
    margin-bottom: 20px;
}

.contact-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    font-size: 15px;
}

.contact-checkbox input {
    width: 18px;
    height: 18px;
}

.contact-btn {
    display: inline-block;
    background: #b06d12;
    color: #fff;
    padding: 16px 34px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #8e560d;
}

/* RIGHT SIDE */
.info-box {
    margin-bottom: 45px;
}

.info-box h3 {
    color: #b06d12;
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 600;
}

.info-box p {
    color: #777;
    line-height: 1.9;
    font-size: 16px;
    margin: 0;
}

.social-icons a {
    display: inline-block;
    margin-right: 18px;
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

/* MOBILE */
@media(max-width:991px) {
    .custom-contact-wrapper {
        flex-direction: column;
    }

    .custom-contact-left,
    .custom-contact-right {
        width: 100%;
    }

    .contact-row {
        flex-direction: column;
    }

    .contact-row input {
        width: 100%;
    }

    .custom-contact-banner h1 {
        font-size: 42px;
    }

    .custom-contact-left h2,
    .info-box h3 {
        font-size: 32px;
    }

    .navigation--mobile .header__extra span i {
        font-size: 13px !important;
        color: inherit !important;
    }
}

/*================ About Us ================*/
.who-section {
    /*background: #f3e8d7;*/
    border-radius: 12px;
    padding: 0 20px 50px;
}

.who-section.who-section .section-title {
    font-weight: 700;
    font-size: 32px;
    position: relative;
}

.who-section .section-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #ff6a00;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.who-section .card-custom {
    background: #f7efe3;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    transition: 0.3s ease;
}

.who-section .card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.who-section .icon-box {
    font-size: 43px;
    color: #ff6a00;
    margin-bottom: 20px;
}

.who-section .card-title {
    font-weight: 600;
    font-size: 18px;
}

.who-section .card-text {
    font-size: 14px;
    color: #555;
}

.who-section .desc-text {
    color: #444;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .who-section .who-section {
        padding: 25px;
    }
}


/*=============== Our Purpose ===============*/
.custom-section {
    padding: 0 20px 50px;
}

/* ===== Box ===== */
.custom-box {
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    border: 1px solid #f0e3d2;
    transition: all 0.3s ease;
}

.custom-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.custom-box .section-title {
    font-size: 22px;
    font-weight: 700;
    color: #3d2c1e;
}

.custom-box .underline {
    width: 40px;
    height: 3px;
    background: #e77b2b;
    margin: 10px 0 18px;
}

.custom-box .desc {
    font-size: 14px;
    color: #6c5a47;
    margin-bottom: 20px;
    line-height: 1.6;
}

.custom-box .feature {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.custom-box .feature i {
    font-size: 30px;
    color: #e77b2b;
}

.custom-box .feature span {
    font-size: 14px;
    color: #5a4a3a;
}

.custom-box .grid-wrapper {
    border-top: 1px solid #f0e3d2;
    margin-top: 10px;
}

.custom-box .grid-item {
    padding: 20px;
    border-bottom: 1px solid #f0e3d2;
    transition: 0.2s ease;
}

.custom-box .grid-item:hover {
    background: #fff8ef;
}

@media (min-width: 768px) {
    .custom-box .grid-item:nth-child(even) {
        border-left: 1px solid #f0e3d2;
    }
}

.custom-box .grid-icon {
    font-size: 30px;
    color: #e77b2b;
    margin-bottom: 10px;
    display: inline-block;
    transition: 0.2s ease;
}

.custom-box .grid-item:hover .grid-icon {
    transform: scale(1.1);
}

.custom-box .grid-title {
    font-size: 14px;
    font-weight: 600;
    color: #3d2c1e;
}

.custom-box .grid-text {
    font-size: 13px;
    color: #6c5a47;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .custom-box {
        padding: 20px;
    }

    .custom-box .grid-item {
        padding: 15px;
    }
}

/*============ Our Process =============*/
.process-section {
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

/* ===== Title ===== */
.process-title {
    font-size: 28px;
    font-weight: 700;
    color: #3d2c1e;
    font-family: "Lora";
}

.process-underline {
    width: 50px;
    height: 3px;
    background: #e77b2b;
    margin: 10px auto 40px;
}

/* ===== Timeline ===== */
.process-row {
    position: relative;
}

/* dashed line */
.process-row::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 5%;
    right: 5%;
    border-top: 2px dashed #e77b2b;
    z-index: 0;
}

/* ===== Step ===== */
.process-step {
    position: relative;
    z-index: 1;
}

/* number circle */
.step-number {
    width: 36px;
    height: 36px;
    border: 2px solid #e77b2b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #e77b2b;
    background: #fff;
    margin: 0 auto 15px;
}

/* icon */
.step-icon {
    font-size: 40px;
    color: #e77b2b;
    margin-bottom: 10px;
}

/* title */
.step-title {
    font-weight: 600;
    font-size: 14px;
    color: #3d2c1e;
    margin-bottom: 5px;
}

/* text */
.step-text {
    font-size: 13px;
    color: #6c5a47;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {

    .process-row::before {
        display: none;
    }

    .process-step {
        margin-bottom: 30px;
    }
}

/*============ Mission & Vission ============*/
.mv-section {
    padding: 0 5px;
}

/* ===== Card ===== */
.mv-box {
    background: #fdf7ef;
    border: 1px solid #f0e3d2;
    border-radius: 12px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.mv-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

/* ===== Icon ===== */
.mv-icon {
    font-size: 50px;
    color: #e77b2b;
    min-width: 50px;
}

/* Vision color (green tone) */
.mv-vision .mv-icon {
    color: #e77b2b;
}

/* ===== Content ===== */
.mv-title {
    font-size: 20px;
    font-weight: 700;
    color: #3d2c1e;
    margin-bottom: 6px;
    font-family: "Lora";
}

.mv-text {
    font-size: 14px;
    color: #6c5a47;
    line-height: 1.6;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
    .mv-box {
        padding: 20px;
    }
}

/*============ Value Section ==============*/
.values-section {
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

/* ===== Title ===== */
.values-title {
    font-size: 26px;
    font-weight: 700;
    color: #3d2c1e;
    font-family: "Lora";
}

.values-underline {
    width: 50px;
    height: 3px;
    background: #e77b2b;
    margin: 10px auto 40px;
}

/* ===== Card ===== */
.value-card {
    background: #fdf7ef;
    border: 1px solid #f0e3d2;
    border-radius: 12px;
    padding: 25px 15px;
    height: 100%;
    transition: 0.3s ease;
}

.value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* ===== Icon ===== */
.value-icon {
    font-size: 32px;
    color: #e77b2b;
    margin-bottom: 10px;
}

/* ===== Title ===== */
.value-title {
    font-size: 14px;
    font-weight: 600;
    color: #3d2c1e;
    margin-bottom: 5px;
}

/* ===== Text ===== */
.value-text {
    font-size: 13px;
    color: #6c5a47;
    line-height: 1.5;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
    .value-card {
        padding: 20px 12px;
    }
}

/*============ Our Promisses =============*/
.promise-section {
    position: relative;
    padding: 50px 20px;
    background: url("/storage/general/about-us-banner.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 16px;
}

/* ===== Content ===== */
.promise-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 550px;
    margin: auto;
}

.promise-content .icon-heart {
    color: #e77b2b;
    font-size: 35px;
}

/* Title */
.promise-title {
    font-size: 42px;
    font-weight: 700;
    color: #2f2f2f;
    font-family: "Lora";
}

/* underline */
.promise-underline {
    width: 50px;
    height: 3px;
    background: #e77b2b;
    margin: 12px auto 20px;
}

/* text */
.promise-text {
    font-size: 20px;
    color: #292929ff;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* highlight */
.promise-highlight {
    font-size: 24px;
    font-weight: 700;
    color: #e77b2b;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {

    .promise-img-left,
    .promise-img-right {
        display: none;
    }

    .promise-title {
        font-size: 30px;
    }

    .promise-text {
        font-size: 16px;
    }
}




#homepage-1 .ps-section__header {
    text-align: center;
}

#homepage-1 .ps-product {
    padding: 15px;
}

#homepage-1 .ps-home-ads.mt-40.mb-40 {
    margin-top: 5px !important;
}

.navigation--list .navigation__item i {
    font-size: 15px !important;
}

#page-2 .custom-story-section {
    background: transparent;
}

.ps-product .ps-product__price>span {
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .ps-product .ps-product__thumbnail .ps-product__actions {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    #homepage-1 .ps-product {
        padding: 5px;
    }

    .navigation--mobile .header__extra span.wishlist-counter i {
        font-size: 10px !important;
    }

    .custom-contact-page .social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border: 1px solid #ead8bd;
        border-radius: 50%;
        color: #b06d12;
        transition: all .3s ease;
    }

    .custom-contact-page .social-icons a:hover {
        background-color: #b06d12;
        border-color: #b06d12;
    }

    .custom-contact-page .social-icons a .social-link-image {
        display: block;
        width: 22px;
        height: 22px;
        object-fit: contain;
    }

    .custom-contact-page select {
        appearance: auto;
        height: 58px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .ps-product-list .ps-section__header h3 {
        font-size: 30px !important;
    }

    .ps-section__Ads h3 {
        font-size: 30px !important;
    }

    .section-header h1 {
        font-size: 2rem !important;
    }
}


.header .header__right {
    max-width: 470px;
}

.header .header__left {
    max-width: 400px;
}

.header .header__extra:hover i {
    color: #000000 !important;
}

.header--customized .ps-cart--mini>a>span {
    top: -3px !important;
    right: -3px !important;
}

.header .header__extra:hover span {
    background: #FFFFFF !important;
}

.ps-product,
.ps-product .ps-product__thumbnail .ps-product__actions {
    border: none !important;
}

.ps-footer {
    background-color: var(--color-1st);
    color: #fff;
}

.ps-footer p,
.ps-list--link li a {
    color: #cdcdcd;
}

.widget_footer .widget-title {
    color: #ffffff !important;
}

.ps-footer__copyright {
    border-top: 1px solid #2d2d2d;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    color: #6b6b6b;
}

.ps-footer__copyright p {
    color: #6b6b6b;
}

.ps-product-list .ps-section__header .ps-section__links {
    display: none !important;
}

.ps-product-list .ps-section__header {
    margin-top: 25px;
    background: transparent !important;
    border: none !important;
}

.ps-product-list .ps-section__header h3 {
    font-size: 3.2rem;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: bolder;
    color: #c25e00;
}

@media (min-width: 768px) {
    .ps-footer .ps-footer__widgets .widget_footer {
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .ps-footer__widgets>* {
        max-width: 33%;
        width: 100%;
    }
}

@media (max-width: 660px) {
    .ps-footer__widgets>* {
        max-width: 50%;
        width: 100%;
    }
}


@media (max-width: 480px) {
    .ps-footer__widgets>* {
        max-width: 100%;
        width: 100%;
    }

    .ps-footer__widgets,
    .ps-footer__copyright {
        flex-flow: column;
    }

    .ps-footer__copyright {
        margin-bottom: 1.7rem;
    }
}

.affiliate-registration-hero .hero-title.text-white,
.affiliate-registration-hero .hero-description.text-white,
.affiliate-registration-hero .hero-icon {
    color: #f58220 !important;
}

.ps-product--detail .affiliate-commission-info {
    display: none;
}

.list-group .list-group-item {
    border-bottom: inherit;
}

@media screen and (max-width: 1200px) {
    .customer-order-detail .table-responsive .table-striped img {
        width: 100px;
        height: 100px;
    }

    .customer-order-detail .customer-information-box h5,
    .customer-order-detail .customer-information-box p {
        text-align: left;
    }
}

.customer-order-detail .table-responsive .table {
    min-width: 600px;
}

.ps-copyright img {
  width: auto;
}