/* =========================================
   HOMEPAGE - FULL WIDTH ASTRA CONTAINER
========================================= */

body.home .site-content > .ast-container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* =========================================
   HOMEPAGE INNER CONTAINER
========================================= */

.home-container {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}


/* =========================================
   FULL WIDTH SECTIONS
========================================= */

.home-section-full {
    width: 100%;
}

@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

/* =========================================
   HOME HERO SLIDER
========================================= */

.home-hero {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 3 / 1;
    background:rgba(153,153,153,0.7);
}

.home-hero-slider {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.home-hero .swiper-wrapper {
    margin: 0;
    padding: 0;
}

.home-hero .swiper-slide {
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-hero-slide {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.home-hero-slide img {
    display: block;
    width: 100% !important;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}


.home-hero .swiper-button-prev,
.home-hero .swiper-button-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
}

.home-hero .swiper-button-prev {
    left: 25px;
}

.home-hero .swiper-button-next {
    right: 25px;
}

.home-hero .swiper-button-prev::after,
.home-hero .swiper-button-next::after {
    font-size: 16px;
    font-weight: 600;
}


.home-hero .swiper-pagination {
    bottom: 15px;
}

.home-hero .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.6;
}

.home-hero .swiper-pagination-bullet-active {
    opacity: 1;
}


@media (max-width: 767px) {
    .home-hero {
        aspect-ratio: 3 / 4;
    }
    
    .home-hero .swiper-button-prev,
    .home-hero .swiper-button-next {
        width: 32px;
        height: 32px;
        margin-top: -16px;
    }

    .home-hero .swiper-button-prev {
        left: 10px;
    }

    .home-hero .swiper-button-next {
        right: 10px;
    }

    .home-hero .swiper-button-prev::after,
    .home-hero .swiper-button-next::after {
        font-size: 12px;
    }

    .home-hero .swiper-pagination {
        bottom: 8px;
    }
}


/* =========================
   Common Section Heading
========================= */

.section-heading {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}


.section-heading::before {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: #BC9658;
    margin: 0 auto 14px;
    border-radius: 10px;
}


.section-heading h2 {
    margin: 0;
    color: #224D32;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}


.section-heading p {
    margin: 10px auto 0;
    max-width: 650px;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}


@media (max-width: 767px) {

    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading::before {
        width: 35px;
        height: 3px;
        margin-bottom: 11px;
    }

    .section-heading h2 {
        font-size: 26px;
    }

    .section-heading p {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 10px;
    }
}

/* =========================
   Common Homepage Section
========================= */

.section {
    width: 100%;
    padding: 70px 0;
}

/* Alternate section background */
section.cream-bg {
    background: #faf8f2;
}

/* Mobile */
@media (max-width: 767px) {
    section {
        padding: 45px 0;
    }

}

.cta-button{
    background: #BC9658;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    color: #ffffff !important;
}

/* =========================================
   Product Slider Skeleton
========================================= */
.product-slider-skeleton.is-hidden {
    display: none;
}
.product-slider-skeleton {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
    width: 100%;
}

@media (max-width: 1023px) {
    .product-slider-skeleton {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .product-slider-skeleton .skeleton-product-card:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-slider-skeleton {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .product-slider-skeleton .skeleton-product-card:not(:first-child) {
        display: none;
    }
}

.skeleton-product-card {
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}

.skeleton-product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    background: #eeeeee;
    position: relative;
    overflow: hidden;
}

.skeleton-product-content {
    padding: 18px 5px 5px;
}

.skeleton-line,
.skeleton-rating,
.skeleton-price,
.skeleton-button {
    background: #eeeeee;
    position: relative;
    overflow: hidden;
}

.skeleton-line::after,
.skeleton-rating::after,
.skeleton-price::after,
.skeleton-button::after,
.skeleton-product-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    animation: productSkeletonShimmer 1.5s infinite;
}

.skeleton-title {
    height: 15px;
    width: 90%;
    margin-bottom: 9px;
    border-radius: 5px;
}

.skeleton-rating {
    width: 75px;
    height: 12px;
    margin-top: 15px;
    border-radius: 5px;
}

.skeleton-price {
    width: 85px;
    height: 18px;
    margin-top: 15px;
    border-radius: 5px;
}

.skeleton-button {
    width: 100%;
    height: 40px;
    margin-top: 18px;
    border-radius: 7px;
}

@keyframes productSkeletonShimmer {
    100% {
        left: 150%;
    }
}

@media (max-width: 1023px) {
    .product-slider-skeleton {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .product-slider-skeleton .skeleton-product-card:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-slider-skeleton {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .product-slider-skeleton .skeleton-product-card:not(:first-child) {
        display: none;
    }
}



.swiper-button-next, .swiper-button-prev{
    width:40px;
    height:40px;
    border-radius:100px;
    background:#bc9658;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size:18px;
    color:#fff;
}




@media (max-width: 544px) {
    .ast-container .woocommerce .home-new-arrivals ul.products:not(.elementor-grid){
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}



.new-arrivals-slider.is-loading {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.new-arrivals-loading.is-hidden {
    display: none;
}




.best-sellers-footer{
    text-align:center;
}


.home-best-sellers{
    background:#fff;
}


/* =========================
   Trust Features
========================= */

.home-trust-features {
    background: #F7F8F0;
    padding: 24px 0;
    border-bottom: 1px solid #E6E5DC;
}

.trust-features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 0;
}

.trust-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 18px;
    min-height: 58px;
    border-right: 1px solid #DDDCD3;
}

.trust-feature:last-child {
    border-right: none;
}

.trust-feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #B3A357;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
}

.trust-feature-content {
    text-align: left;
}

.trust-feature-content h3 {
    margin: 0 0 3px;
    color: #233D2B;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.trust-feature-content p {
    margin: 0;
    color: #6B6B63;
    font-size: 11px;
    line-height: 1.4;
}


/* =========================
   Tablet
========================= */

@media (max-width: 1024px) {

    .trust-features-grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 15px;
    }

    .trust-feature:nth-child(3) {
        border-right: none;
    }

}


/* =========================
   Mobile
========================= */

@media (max-width: 767px) {

    .home-trust-features {
        padding: 16px 0;
    }

    .trust-features-grid {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding: 0 12px;

        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .trust-features-grid::-webkit-scrollbar {
        display: none;
    }

    .trust-feature {
        flex: 0 0 75%;
        justify-content: flex-start;

        padding: 10px 12px;

        background: #FFFFFF;
        border: 1px solid #E2E1D8;
        border-radius: 10px;

        min-height: 58px;
    }

    .trust-feature:last-child {
        border-right: 1px solid #E2E1D8;
    }

    .trust-feature-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 18px;
    }

    .trust-feature-content h3 {
        font-size: 13px;
    }

    .trust-feature-content p {
        font-size: 10px;
    }
}





/* =========================================================
   SHOP BY CATEGORY
========================================================= */

.home-shop-category {
    overflow: hidden;
    background:#224d32;
}

.home-shop-category .section-heading h2, .home-shop-category .section-heading p{color:#fff !important;}

.category-slider-wrapper {
    position: relative;
    width: 100%;
}

.category-slider {
    width: 100%;
    overflow: hidden;
}

.category-slider .swiper-wrapper {
    align-items: stretch;
}

.category-slider .swiper-slide {
    height: auto;
    display: flex;
}

/* =========================
   Category Card
========================= */

.category-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}



.category-card-image {
    width: 100%;
    aspect-ratio: 1 / 0.78;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.category-card:hover .category-card-image img {
    transform: scale(1.04);
}

.category-card-content {
    padding: 18px 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 1;
    text-align:center;
}

.category-card-content h3 {
    margin: 0;
    color: #224D32;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}



/* =========================
   Navigation Arrows
========================= */

.category-slider .swiper-button-prev,
.category-slider .swiper-button-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background:#bc9658;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    color: #224D32;
}

.category-slider .swiper-button-prev {
    left: 8px;
}

.category-slider .swiper-button-next {
    right: 8px;
}

.category-slider .swiper-button-prev::after,
.category-slider .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}

.category-slider .swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

/* =========================
   Tablet
========================= */

@media (max-width: 1024px) {

    .category-card-content {
        padding: 16px;
    }

    .category-card-content h3 {
        font-size: 17px;
    }

}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {

    .category-slider {
        overflow: visible;
    }

    .category-slider .swiper-slide {
        width: 78%;
    }

    .category-card {
        border-radius: 12px;
    }

    .category-card-image {
        aspect-ratio: 1 / 0.82;
    }

    .category-card-content {
        padding: 14px 15px 16px;
    }

    .category-card-content h3 {
        font-size: 16px;
    }


    /* Smaller mobile arrows */
    .category-slider .swiper-button-prev,
    .category-slider .swiper-button-next {
        width: 36px;
        height: 36px;

        margin-top: -18px;
    }

    .category-slider .swiper-button-prev::after,
    .category-slider .swiper-button-next::after {
        font-size: 14px;
    }

    .category-slider .swiper-button-prev {
        left: 4px;
    }

    .category-slider .swiper-button-next {
        right: 4px;
    }
}

/* =========================
   Very Small Mobile
========================= */

@media (max-width: 480px) {

    .category-slider .swiper-slide {
        width: 82%;
    }

}





/* =========================================================
   COMPLETE YOUR EQUIPMENT SETUP
========================================================= */

.complete-equipment-setup {
    overflow: hidden;
    background:#fff;
}

.setup-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}


/* =========================================================
   SETUP CARD
========================================================= */

.setup-card {
    background: #F7F7F7;
    border-radius: 16px;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.setup-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   IMAGE
========================================================= */

.setup-card-image {
    width: 100%;
    aspect-ratio: 1 / 0.72;
    background: #ffffff;
    overflow: hidden;
}

.setup-card-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;

    transition: transform 0.4s ease;
}

.setup-card:hover .setup-card-image img {
    transform: scale(1.04);
}


/* =========================================================
   CONTENT
========================================================= */

.setup-card-content {
    padding: 20px;

    display: flex;
    flex-direction: column;

    flex: 1;
}

.setup-card-content h3 {
    margin: 0 0 7px;

    color: #224D32;

    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.setup-description {
    margin: 0 0 17px;

    color: #666666;

    font-size: 14px;
    line-height: 1.55;
}


/* =========================================================
   COMPANION PRODUCTS
========================================================= */

.setup-products {
    display: flex;
    flex-direction: column;

    gap: 8px;

    margin-bottom: 20px;
}

.setup-products a {
    display: flex;
    align-items: center;

    gap: 8px;

    color: #333333;

    font-size: 14px;
    font-weight: 500;

    text-decoration: none;

    transition: color 0.25s ease;
}

.setup-products a span {
    color: #BC9658;

    font-size: 16px;

    transition: transform 0.25s ease;
}

.setup-products a:hover {
    color: #224D32;
}

.setup-products a:hover span {
    transform: translateX(3px);
}


/* =========================================================
   MAIN CATEGORY LINK
========================================================= */

.setup-main-link {
    margin-top: auto;

    padding-top: 15px;

    border-top: 1px solid rgba(34, 77, 50, 0.12);

    color: #224D32;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
}

.setup-main-link span {
    display: inline-block;

    margin-left: 4px;

    color: #BC9658;

    transition: transform 0.25s ease;
}

.setup-main-link:hover span {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .setup-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .setup-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .setup-card-image {
        aspect-ratio: 1 / 0.65;
    }

    .setup-card-content {
        padding: 18px;
    }

    .setup-card-content h3 {
        font-size: 18px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .setup-card-image {
        aspect-ratio: 1 / 0.68;
    }

    .setup-card-content {
        padding: 16px;
    }
}





/* =========================================================
   WHY CHOOSE JK AGRO
========================================================= */

.why-choose-jk-agro {
    background: #F8F9F0;
    overflow: hidden;
}


/* =========================================================
   GRID
========================================================= */

.why-choose-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 18px;
}


/* =========================================================
   CARD
========================================================= */

.why-choose-card {
    background: #ffffff;

    border: 1px solid rgba(34, 77, 50, 0.08);

    border-radius: 14px;

    padding: 25px 20px;

    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-height: 235px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.why-choose-card:hover {
    transform: translateY(-4px);

    border-color: rgba(34, 77, 50, 0.15);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}


/* =========================================================
   ICON
========================================================= */

.why-choose-icon {
    width: 54px;
    height: 54px;

    border-radius: 50%;

    background: #F7F1E5;

    color: #224D32;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    font-size: 23px;
    font-weight: 600;
}

.why-choose-icon span {
    line-height: 1;
}


/* =========================================================
   CONTENT
========================================================= */

.why-choose-content h3 {
    margin: 0 0 10px;

    color: #224D32;

    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
}

.why-choose-content p {
    margin: 0;

    color: #666666;

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .why-choose-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .why-choose-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .why-choose-card {
        padding: 20px 15px;

        min-height: 220px;
    }

    .why-choose-icon {
        width: 48px;
        height: 48px;

        margin-bottom: 14px;

        font-size: 20px;
    }

    .why-choose-content h3 {
        font-size: 15px;
    }

    .why-choose-content p {
        font-size: 13px;
        line-height: 1.5;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .why-choose-grid {
        grid-template-columns: 1fr;
    }

    .why-choose-card {
        min-height: auto;

        flex-direction: row;

        text-align: left;

        align-items: flex-start;

        padding: 18px;
    }

    .why-choose-icon {
        flex-shrink: 0;

        margin: 0 14px 0 0;
    }
}




/* =========================================================
   HOME SEO CONTENT
========================================================= */

.home-seo-content {
    background: #ffffff;
}

.seo-content-inner {
    max-width: 950px;
    margin: 0 auto;
}


/* =========================================================
   HEADINGS
========================================================= */

.seo-content-inner h2 {
    margin: 0 0 22px;

    color: #224D32;

    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;

    text-align: center;
}

.seo-content-inner h3 {
    margin: 30px 0 12px;

    color: #224D32;

    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
}


/* =========================================================
   PARAGRAPHS
========================================================= */

.seo-content-inner p {
    margin: 0 0 17px;

    color: #555555;

    font-size: 16px;
    line-height: 1.75;
}

.seo-content-inner p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .seo-content-inner h2 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .seo-content-inner h3 {
        font-size: 19px;
        margin-top: 25px;
    }

    .seo-content-inner p {
        font-size: 15px;
        line-height: 1.7;
    }

}