/* =========================================================
   WHY ANUBHUTI SECTION
========================================================= */

section.why-anubhuti-section {
    position: relative;
    overflow: hidden;
    background: #FBF3E6 !important;
    font-family: 'Poppins', sans-serif;
    
    
}

/* Decorative background */
.why-anubhuti-section::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    left: -180px;
    top: 150px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(185, 119, 25, 0.10),
            transparent 70%
        );

    pointer-events: none;
}




/* =========================================================
   HEADING
========================================================= */

.why-anubhuti-section .section-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 55px;
}

.why-anubhuti-section .eyebrow {
    color: #a96d12;
    font-weight: 400;
    
    letter-spacing: 2px;
    text-transform: uppercase;
}

.why-anubhuti-section .section-heading h2 {
    color: #4a210d;
    font-size:42px !important;
    font-weight:600;
}
.why-anubhuti-section .section-heading p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}


/* =========================================================
   GRID
========================================================= */

.feature-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}


/* =========================================================
   FEATURE CARD
========================================================= */

.feature-card {
    position: relative;

    min-height: 235px;

    padding: 34px 30px 80px;

    overflow: hidden;

    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(255, 248, 232, 0.96)
        );

    border: 1px solid rgba(137, 83, 25, 0.16);

    box-shadow:
        0 12px 35px rgba(78, 39, 10, 0.09);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


/* Top golden line */
.feature-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 25px;
    right: 25px;

    height: 3px;

    border-radius: 0 0 10px 10px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c58a20,
            #7a3e16,
            #c58a20,
            transparent
        );
}


/* Hover */
.feature-card:hover {
    transform: translateY(-10px);

    border-color: rgba(180, 115, 24, 0.35);

    box-shadow:
        0 22px 50px rgba(78, 39, 10, 0.17);
}


/* =========================================================
   ICON
========================================================= */

/* ICON + HEADING IN ONE LINE */

.feature-top {
    display: flex;
    align-items: center;
    gap: 15px;

    position: relative;
    z-index: 3;

    margin-bottom: 18px;
}

.feature-icon {
    width: 58px;
    height: 58px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;

    border-radius: 16px;

    color: #fff;

    background: linear-gradient(
        135deg,
        #8a4818,
        #c58a20
    );

    box-shadow:
        0 8px 20px rgba(132, 72, 18, 0.20);

    font-size: 22px;

    transition:
        transform 0.4s ease,
        border-radius 0.4s ease;
}

.feature-card:hover .feature-icon {
    transform: rotate(-5deg) scale(1.08);
    border-radius: 50%;
}


/* HEADING */

.feature-content {
    position: relative;
    z-index: 3;
}

.feature-content h3 {
    margin: 0;

    color: #4b210d;

    font-size: 32px;
    font-weight: 600;

    line-height: 1.25;
}


/* DESCRIPTION */

.feature-card > p {
    position: relative;
    z-index: 3;

    margin: 0;

    max-width: 330px;
     font-weight:400;
    color: #765a45;

    font-size: 14px;
    line-height: 1.7;
}

/* =========================================================
   CONTENT
========================================================= */

.feature-content {
    position: relative;
    z-index: 3;
}

.feature-content h3 {
    margin: 0 0 12px;

    color: #4b210d;

    font-size: 23px;
    font-weight: 600;

    line-height: 1.25;
}




/* =========================================================
   BOTTOM 20% IMAGE
========================================================= */

.card-spice-image {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 24%;

    background-position: center 65%;
    background-size: cover;
    background-repeat: no-repeat;

    opacity: 0.95;

    transition:
        height 0.45s ease,
        opacity 0.45s ease,
        transform 0.5s ease;
}


/* Fade image into card */
.card-spice-image::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(255, 250, 241, 1) 0%,
            rgba(255, 250, 241, 0.72) 20%,
            rgba(255, 250, 241, 0.10) 65%,
            rgba(74, 33, 13, 0.18) 100%
        );
}


/* Image gets slightly larger on hover */
.feature-card:hover .card-spice-image {
    height: 29%;
    opacity: 1;
}


/* =========================================================
   UNIQUE PRODUCT IMAGES
========================================================= */

/* =========================================================
   ONLINE IMAGES - WHY ANUBHUTI CARDS
========================================================= */

.feature-card-1 .card-spice-image {
    background-image: url("https://www.sakthimasala.com/assets/images/home/welcome/section_two/sakthimasala_welcome_4.jpg");
}

/* Quality First */
.feature-card-2 .card-spice-image {
  background-image: url("/assets/images/products/haldi-powder.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Carefully Crafted Blends */
.feature-card-3 .card-spice-image {
    background-image: url("https://silkroadrecipes.com/wp-content/uploads/2024/06/Garam-Masala-Recipe-4.jpg");
}

/* Consistent Taste */
.feature-card-4 .card-spice-image {
    background-image: url("https://images.unsplash.com/photo-1596040033229-a9821ebd058d?auto=format&fit=crop&w=1200&q=80");
    background-position: center;
}

/* Customer Trust */
.feature-card-5 .card-spice-image {
    background-image: url("https://cdn.shopify.com/s/files/1/0613/3992/6706/files/Indian-cooking-essential-spices-true-indian-spicespng.webp?v=1772286183");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Vision Without Borders */
.feature-card-6 .card-spice-image {
    background-image: url("https://365spicery.com/cdn/shop/t/28/assets/cypher-hero-bg.webp?v=91230314763080584691783754938");
}


/* Better image positioning */
.card-spice-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* =========================================================
   SMALL DECORATIVE NUMBER
========================================================= */

.feature-card::after {
    content: "";

    position: absolute;

    top: 28px;
    right: 28px;

    width: 28px;
    height: 28px;

    border: 1px solid rgba(163, 105, 21, 0.20);

    border-radius: 50%;

    opacity: 0.7;
}




/* =========================================================
   QUALITY / COMMITMENT SECTION
========================================================= */


/* =========================================================
   TABLET
========================================================= */




/* =========================================================
   MOBILE
========================================================= */





/* =========================================================
   VERY SMALL MOBILE
========================================================= */

/* =========================================================
   FULL RESPONSIVE SYSTEM
   Desktop → Laptop → Tablet → Mobile → Small Mobile
   ========================================================= */

/* Prevent width/overflow problems */
*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

body {
    overflow-x: hidden;
}


/* =========================================================
   WHY ANUBHUTI
   ========================================================= */

.why-anubhuti-section {
    width: 100%;
    padding: clamp(55px, 7vw, 100px) 0;
}

.why-anubhuti-section .section-heading {
    width: 100%;
    max-width: 900px;
    margin: 0 auto clamp(35px, 5vw, 55px);
    padding: 0 20px;
    text-align: center;
}

.why-anubhuti-section .section-heading h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 42px) !important;
    line-height: 1.2;
}

.why-anubhuti-section .section-heading p {
    max-width: 700px;
    margin: 12px auto 0;
    font-size: clamp(13px, 1.2vw, 15px);
    line-height: 1.7;
}


/* ---------- Feature grid ---------- */

.feature-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 25px);
}

.feature-card {
    width: 100%;
    min-width: 0;
    min-height: clamp(220px, 18vw, 235px);
    padding: clamp(24px, 2.5vw, 34px) clamp(20px, 2.2vw, 30px) 80px;
}

.feature-top {
    align-items: flex-start;
    gap: clamp(10px, 1.2vw, 15px);
}

.feature-icon {
    width: clamp(48px, 4.5vw, 58px);
    height: clamp(48px, 4.5vw, 58px);
    font-size: clamp(18px, 1.8vw, 22px);
}

.feature-content {
    min-width: 0;
}

.feature-content h3 {
    font-size: clamp(20px, 2vw, 23px);
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.feature-card > p {
    max-width: 100%;
    font-size: clamp(13px, 1.1vw, 14px);
}

.card-spice-image {
    height: 24%;
}


/* =========================================================
   LAPTOP
   ========================================================= */

@media (max-width: 1200px) {

    .feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .feature-card {
        padding-left: 22px;
        padding-right: 22px;
    }

    .feature-top {
        gap: 10px;
    }

}


/* =========================================================
   TABLET LANDSCAPE
   ========================================================= */

@media (max-width: 1024px) {

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .feature-card {
        min-height: 230px;
    }

    .feature-content h3 {
        font-size: 22px;
    }

}


/* =========================================================
   TABLET PORTRAIT
   ========================================================= */

@media (max-width: 768px) {

    .why-anubhuti-section {
        padding: 65px 0;
    }

    .why-anubhuti-section .section-heading {
        margin-bottom: 38px;
    }

    .why-anubhuti-section .eyebrow {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .feature-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .feature-card {
        min-height: 220px;
        padding: 24px 20px 75px;
        border-radius: 20px;
    }

    .feature-card:hover {
        transform: translateY(-5px);
    }

    .feature-icon {
        width: 48px;
        height: 48px;
        border-radius: 13px;
        font-size: 18px;
    }

    .feature-content h3 {
        font-size: 20px;
    }

    .feature-card > p {
        font-size: 13px;
        line-height: 1.6;
    }

    .card-spice-image {
        height: 25%;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .why-anubhuti-section {
        padding: 55px 0;
    }

    .why-anubhuti-section .section-heading {
        padding: 0 16px;
        margin-bottom: 32px;
    }

    .why-anubhuti-section .section-heading h2 {
        font-size: clamp(26px, 8vw, 34px) !important;
    }

    .why-anubhuti-section .section-heading p {
        font-size: 13px;
        line-height: 1.65;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .feature-card {
        min-height: 230px;
        padding: 25px 22px 78px;
        border-radius: 20px;
    }

    .feature-top {
        gap: 12px;
        margin-bottom: 14px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }

    .feature-content h3 {
        font-size: 21px;
    }

    .feature-card > p {
        max-width: 100%;
        font-size: 13px;
    }

    .feature-card:hover {
        transform: translateY(-4px);
    }

    .feature-card:hover .card-spice-image {
        height: 27%;
    }

    .card-spice-image {
        height: 25%;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .why-anubhuti-section {
        padding: 48px 0;
    }

    .why-anubhuti-section .section-heading {
        padding: 0 14px;
        margin-bottom: 28px;
    }

    .why-anubhuti-section .eyebrow {
        font-size: 11px;
    }

    .why-anubhuti-section .section-heading h2 {
        font-size: 27px !important;
    }

    .why-anubhuti-section .section-heading p {
        font-size: 12.5px;
    }

    .feature-grid {
        gap: 14px;
    }

    .feature-card {
        min-height: 220px;
        padding: 22px 18px 72px;
        border-radius: 18px;
    }

    .feature-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        font-size: 17px;
    }

    .feature-content h3 {
        font-size: 19px;
    }

    .feature-card > p {
        font-size: 12.5px;
        line-height: 1.6;
    }

    .feature-card::after {
        top: 20px;
        right: 20px;
        width: 24px;
        height: 24px;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
   ========================================================= */

@media (max-width: 360px) {

    .why-anubhuti-section {
        padding: 42px 0;
    }

    .why-anubhuti-section .section-heading {
        padding: 0 12px;
    }

    .why-anubhuti-section .section-heading h2 {
        font-size: 24px !important;
    }

    .feature-card {
        min-height: 210px;
        padding: 20px 15px 68px;
    }

    .feature-top {
        gap: 9px;
    }

    .feature-icon {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .feature-content h3 {
        font-size: 17px;
    }

    .feature-card > p {
        font-size: 12px;
    }

    .card-spice-image {
        height: 24%;
    }

}


/* =========================================================
   COMMITMENT SECTION
   ========================================================= */

.commitment-section {
    width: 100%;
}

.commitment-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: center;
}

.commitment-content {
    min-width: 0;
}

.commitment-content h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
}

.commitment-intro {
    max-width: 650px;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.7;
}

.commitment-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.commitment-visual {
    position: relative;
    width: 100%;
    min-width: 0;
}

.image-frame {
    max-width: 100%;
}

.floating-spice {
    pointer-events: none;
}


/* =========================================================
   PROCESS
   ========================================================= */

.process-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 25px);
}

.process-card {
    min-width: 0;
}


/* =========================================================
   COMMITMENT - TABLET
   ========================================================= */

@media (max-width: 992px) {

    .commitment-section {
        padding: 70px 0;
    }

    .commitment-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .commitment-content {
        order: 1;
    }

    .commitment-visual {
        order: 2;
        min-height: 450px;
    }

    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   COMMITMENT - MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .commitment-section {
        padding: 55px 0;
    }

    .commitment-wrapper {
        gap: 40px;
    }

    .commitment-content h2 {
        font-size: 32px;
    }

    .commitment-intro {
        font-size: 14px;
        line-height: 1.7;
    }

    .commitment-highlights {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .commitment-btn {
        width: 100%;
        justify-content: center;
    }

    .commitment-visual {
        min-height: 380px;
        padding: 10px;
    }

    .image-frame {
        width: min(88%, 380px);
        height: 380px;
        margin: 0 auto;
    }

    .visual-glow {
        width: 280px;
        height: 280px;
    }

    .floating-spice {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .spice-one {
        left: 0;
        top: 55px;
    }

    .spice-two {
        right: 0;
        bottom: 45px;
    }

    .quality-badge {
        left: 10px;
        bottom: 10px;
        padding: 8px 12px;
    }

    .process-section {
        margin-top: 60px;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .process-card {
        padding: 23px 20px;
    }

}


/* =========================================================
   COMMITMENT - SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .commitment-section {
        padding: 45px 0;
    }

    .commitment-content h2 {
        font-size: 28px;
    }

    .commitment-visual {
        min-height: 330px;
        padding: 5px;
    }

    .image-frame {
        width: min(78%, 230px);
        height: 330px;
        border-radius: 130px 130px 20px 20px;
    }

    .visual-glow {
        width: 220px;
        height: 220px;
    }

    .floating-spice {
        width: 35px;
        height: 35px;
        font-size: 11px;
    }

    .spice-one {
        left: 0;
        top: 45px;
    }

    .spice-two {
        right: 0;
        bottom: 35px;
    }

    .quality-badge {
        left: 4px;
        bottom: 5px;
    }

}


/* =========================================================
   VERY SMALL DEVICES
   ========================================================= */

@media (max-width: 320px) {

    .why-anubhuti-section .section-heading h2 {
        font-size: 22px !important;
    }

    .feature-card {
        padding-left: 14px;
        padding-right: 14px;
    }

    .feature-content h3 {
        font-size: 16px;
    }

    .feature-card > p {
        font-size: 11.5px;
    }

    .commitment-content h2 {
        font-size: 25px;
    }

    .image-frame {
        width: 190px;
        height: 285px;
    }

}
