﻿/* ============================================================
   SAMRUDDHI AGRI TECH
   MAIZE PAGE - START / HERO SECTION
   ============================================================ */

.rds-maize-page {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
}


/* ============================================================
   HERO
   ============================================================ */

.rds-maize-hero {
    position: relative;
    width: 100%;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #514718;
}


/* ============================================================
   BACKGROUND IMAGE
   ============================================================ */

.rds-maize-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: url('../images/maize/maize-field.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.02);
}


/* ============================================================
   IMAGE OVERLAY
   ============================================================ */

.rds-maize-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient( 90deg, rgba(25, 31, 10, 0.89) 0%, rgba(40, 44, 13, 0.78) 36%, rgba(75, 62, 13, 0.50) 67%, rgba(35, 31, 8, 0.46) 100% );
}


/* ============================================================
   DECORATIVE GLOWS
   ============================================================ */

.rds-maize-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    filter: blur(5px);
}


.rds-maize-glow-one {
    width: 340px;
    height: 340px;
    top: -175px;
    right: 8%;
    background: rgba(255, 202, 48, 0.18);
}


.rds-maize-glow-two {
    width: 260px;
    height: 260px;
    left: 3%;
    bottom: -155px;
    background: rgba(190, 220, 54, 0.13);
}


/* ============================================================
   CONTAINER
   ============================================================ */

.rds-maize-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}


/* ============================================================
   HERO GRID
   ============================================================ */

.rds-maize-hero-grid {
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    align-items: center;
    gap: 70px;
    padding: 70px 0;
}


/* ============================================================
   LEFT CONTENT
   ============================================================ */

.rds-maize-hero-content {
    max-width: 720px;
    color: #ffffff;
}


/* ============================================================
   EYEBROW
   ============================================================ */

.rds-maize-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffe17a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}


/* ============================================================
   TITLE
   ============================================================ */

.rds-maize-title {
    margin: 23px 0 18px;
    font-size: clamp(45px, 5.3vw, 76px);
    line-height: 0.99;
    letter-spacing: -2.8px;
    font-weight: 850;
    color: #ffffff;
}


.rds-maize-title-en,
.rds-maize-title-mr {
    display: block;
}


/* ============================================================
   DESCRIPTION
   ============================================================ */

.rds-maize-description {
    max-width: 650px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
}


/* ============================================================
   CTA BUTTONS
   ============================================================ */

.rds-maize-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
}


.rds-maize-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 21px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}


    .rds-maize-btn:hover {
        transform: translateY(-3px);
    }


.rds-maize-btn-primary {
    color: #3e3205;
    background: linear-gradient( 135deg, #f5e27c, #ffc83e );
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.20);
}


    .rds-maize-btn-primary:hover {
        color: #3e3205;
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.28);
    }


.rds-maize-btn-secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


    .rds-maize-btn-secondary:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.18);
    }


.rds-maize-arrow {
    font-size: 20px;
    line-height: 1;
}


/* ============================================================
   TRUST LINE
   ============================================================ */

.rds-maize-trust {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 700;
}


.rds-maize-trust-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #3a3608;
    background: #e5e36d;
    font-size: 12px;
    font-weight: 900;
}


/* ============================================================
   RIGHT SIDE
   ============================================================ */

.rds-maize-hero-side {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 410px;
}


/* ============================================================
   FOCUS CARD
   ============================================================ */

.rds-maize-focus-card {
    position: relative;
    width: min(100%, 410px);
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 25px;
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0.08) );
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.27);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* ============================================================
   CARD TOP
   ============================================================ */

.rds-maize-focus-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}


.rds-maize-focus-label-en,
.rds-maize-focus-label-mr {
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.7px;
}


.rds-maize-focus-season {
    padding: 6px 10px;
    border-radius: 100px;
    color: #493b08;
    background: #f4d35e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
}


/* ============================================================
   CROP NAME
   ============================================================ */

.rds-maize-crop-name {
    margin-top: 19px;
    color: #ffffff;
    font-size: 43px;
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: -1.5px;
}


.rds-maize-crop-en,
.rds-maize-crop-mr {
    display: block;
}


/* ============================================================
   CARD LINE
   ============================================================ */

.rds-maize-card-line {
    width: 100%;
    height: 1px;
    margin: 21px 0;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0) );
}


/* ============================================================
   BENEFITS
   ============================================================ */

.rds-maize-benefits {
    display: grid;
    gap: 13px;
}


.rds-maize-benefit {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 54px;
    padding: 8px 11px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.075);
    transition: background 0.25s ease, transform 0.25s ease;
}


    .rds-maize-benefit:hover {
        background: rgba(255, 255, 255, 0.13);
        transform: translateX(4px);
    }


.rds-maize-benefit-icon {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: rgba(255, 215, 75, 0.17);
    font-size: 19px;
}


.rds-maize-benefit strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.35;
}


/* ============================================================
   CARD BOTTOM
   ============================================================ */

.rds-maize-card-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: #ffe696;
    font-size: 12px;
    font-weight: 750;
}


.rds-maize-bottom-arrow {
    margin-left: auto;
    font-size: 20px;
    animation: rdsMaizeArrow 1.6s ease-in-out infinite;
}


@keyframes rdsMaizeArrow {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}


/* ============================================================
   QUALITY BADGE
   ============================================================ */

.rds-maize-quality-badge {
    position: absolute;
    right: -34px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    background: rgba(31, 34, 11, 0.82);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff;
}


.rds-maize-quality-star {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #59480a;
    background: #f4d86d;
    font-size: 16px;
}


.rds-maize-quality-badge strong,
.rds-maize-quality-badge small {
    display: block;
}


.rds-maize-quality-badge strong {
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
}


.rds-maize-quality-badge small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 9px;
}


/* ============================================================
   SCROLL INDICATOR
   ============================================================ */

.rds-maize-scroll {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}


.rds-maize-scroll-line {
    position: relative;
    width: 32px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.32);
}


    .rds-maize-scroll-line::after {
        content: "";
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #f5d761;
        animation: rdsMaizeScroll 1.8s linear infinite;
    }


@keyframes rdsMaizeScroll {

    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}


/* ============================================================
   LANGUAGE - DEFAULT ENGLISH
   ============================================================ */

.rds-maize-eyebrow-mr,
.rds-maize-title-mr,
.rds-maize-description-mr,
.rds-maize-btn-mr,
.rds-maize-trust-mr,
.rds-maize-focus-label-mr,
.rds-maize-crop-mr,
.rds-maize-benefit-mr,
.rds-maize-bottom-mr,
.rds-maize-quality-mr,
.rds-maize-quality-small-mr,
.rds-maize-scroll-text-mr {
    display: none;
}


/* ============================================================
   MARATHI MODE
   ============================================================ */

body.rds-marathi-mode .rds-maize-eyebrow-en,
body.rds-marathi-mode .rds-maize-title-en,
body.rds-marathi-mode .rds-maize-description-en,
body.rds-marathi-mode .rds-maize-btn-en,
body.rds-marathi-mode .rds-maize-trust-en,
body.rds-marathi-mode .rds-maize-focus-label-en,
body.rds-marathi-mode .rds-maize-crop-en,
body.rds-marathi-mode .rds-maize-benefit-en,
body.rds-marathi-mode .rds-maize-bottom-en,
body.rds-marathi-mode .rds-maize-quality-en,
body.rds-marathi-mode .rds-maize-quality-small-en,
body.rds-marathi-mode .rds-maize-scroll-text-en {
    display: none;
}


body.rds-marathi-mode .rds-maize-eyebrow-mr,
body.rds-marathi-mode .rds-maize-title-mr,
body.rds-marathi-mode .rds-maize-description-mr,
body.rds-marathi-mode .rds-maize-btn-mr,
body.rds-marathi-mode .rds-maize-trust-mr,
body.rds-marathi-mode .rds-maize-focus-label-mr,
body.rds-marathi-mode .rds-maize-crop-mr,
body.rds-marathi-mode .rds-maize-benefit-mr,
body.rds-marathi-mode .rds-maize-bottom-mr,
body.rds-marathi-mode .rds-maize-quality-mr,
body.rds-marathi-mode .rds-maize-quality-small-mr,
body.rds-marathi-mode .rds-maize-scroll-text-mr {
    display: block;
}


/* ============================================================
   1050px
   ============================================================ */

@media (max-width: 1050px) {

    .rds-maize-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
        gap: 42px;
    }


    .rds-maize-quality-badge {
        right: -10px;
    }


    .rds-maize-title {
        font-size: clamp(43px, 6vw, 66px);
    }
}


/* ============================================================
   820px
   ============================================================ */

@media (max-width: 820px) {

    .rds-maize-hero {
        min-height: auto;
    }


    .rds-maize-container {
        width: min(100% - 34px, 680px);
    }


    .rds-maize-hero-grid {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 65px 0 80px;
    }


    .rds-maize-hero-content {
        max-width: 680px;
    }


    .rds-maize-hero-side {
        min-height: auto;
        padding-bottom: 10px;
    }


    .rds-maize-focus-card {
        width: min(100%, 500px);
    }


    .rds-maize-quality-badge {
        right: calc(50% - 250px);
        bottom: -5px;
    }


    .rds-maize-scroll {
        display: none;
    }
}


/* ============================================================
   600px
   ============================================================ */

@media (max-width: 600px) {

    .rds-maize-container {
        width: calc(100% - 28px);
    }


    .rds-maize-hero-overlay {
        background: linear-gradient( 180deg, rgba(27, 32, 9, 0.89), rgba(55, 47, 11, 0.77) );
    }


    .rds-maize-hero-grid {
        gap: 34px;
        padding: 50px 0 60px;
    }


    .rds-maize-eyebrow {
        padding: 8px 13px;
        font-size: 10px;
        letter-spacing: 1.2px;
    }


    .rds-maize-title {
        margin-top: 18px;
        margin-bottom: 15px;
        font-size: clamp(39px, 12vw, 57px);
        letter-spacing: -1.8px;
    }


    .rds-maize-description {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.65;
    }


    .rds-maize-actions {
        width: 100%;
    }


    .rds-maize-btn {
        min-height: 49px;
        padding: 0 16px;
        font-size: 13px;
    }


    .rds-maize-trust {
        align-items: flex-start;
        font-size: 10.5px;
        line-height: 1.45;
    }


    .rds-maize-focus-card {
        padding: 22px 19px;
        border-radius: 20px;
    }


    .rds-maize-crop-name {
        font-size: 37px;
    }


    .rds-maize-quality-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 12px;
        align-self: flex-end;
    }
}


/* ============================================================
   400px
   ============================================================ */

@media (max-width: 400px) {

    .rds-maize-container {
        width: calc(100% - 20px);
    }


    .rds-maize-hero-grid {
        padding: 40px 0 48px;
    }


    .rds-maize-title {
        font-size: 37px;
        letter-spacing: -1.4px;
    }


    .rds-maize-description {
        font-size: 14px;
    }


    .rds-maize-actions {
        flex-direction: column;
        align-items: stretch;
    }


    .rds-maize-btn {
        width: 100%;
    }


    .rds-maize-focus-card {
        padding: 19px 15px;
    }


    .rds-maize-focus-top {
        align-items: flex-start;
    }


    .rds-maize-crop-name {
        font-size: 33px;
    }


    .rds-maize-benefit {
        padding: 7px 8px;
    }


    .rds-maize-benefit-icon {
        width: 35px;
        height: 35px;
        flex-basis: 35px;
    }


    .rds-maize-benefit strong {
        font-size: 11.5px;
    }


    .rds-maize-quality-badge {
        width: 100%;
    }
}


/* ============================================================
   340px - VERY SMALL DEVICES
   ============================================================ */

@media (max-width: 340px) {

    .rds-maize-container {
        width: calc(100% - 16px);
    }


    .rds-maize-title {
        font-size: 33px;
    }


    .rds-maize-eyebrow {
        font-size: 9px;
    }


    .rds-maize-description {
        font-size: 13px;
    }


    .rds-maize-focus-card {
        padding: 17px 12px;
    }


    .rds-maize-crop-name {
        font-size: 30px;
    }
}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .rds-maize-btn,
    .rds-maize-benefit {
        transition: none;
    }


    .rds-maize-bottom-arrow,
    .rds-maize-scroll-line::after {
        animation: none;
    }
}
