﻿/* ============================================================
   SAMRUDDHI AGRI TECH - ABOUT US
   File: Content/css/about-us.css
   ============================================================ */

.rds-about-preview,
.rds-full-about-page {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

    .rds-about-preview *,
    .rds-full-about-page * {
        box-sizing: border-box;
    }


/* ============================================================
   COMMON
   ============================================================ */

.rds-about-preview {
    padding: 80px 5%;
    background: radial-gradient( circle at 5% 20%, rgba(230, 126, 34, .09), transparent 30% ), radial-gradient( circle at 95% 80%, rgba(41, 128, 185, .09), transparent 30% ), #f7f9fb;
}

.rds-about-preview-inner,
.rds-about-content-container,
.rds-full-about-hero-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


/* ============================================================
   LANGUAGE
   ============================================================ */

.rds-about-language-switch,
.rds-full-about-language-switch {
    display: inline-flex;
    padding: 4px;
    gap: 3px;
    background: #edf1f4;
    border-radius: 50px;
    margin-bottom: 22px;
}

.rds-about-lang-btn,
.rds-full-about-lang-btn {
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 9px 17px;
    border-radius: 50px;
    background: transparent;
    color: #65737d;
    font-size: 12px;
    font-weight: 800;
    transition: all .25s ease;
}

    .rds-about-lang-btn:hover,
    .rds-full-about-lang-btn:hover {
        color: #17212b;
    }

    .rds-about-lang-btn.active,
    .rds-full-about-lang-btn.active {
        color: #ffffff;
        background: #263746;
        box-shadow: 0 6px 16px rgba(38,55,70,.20);
    }

.rds-about-lang-panel,
.rds-full-about-lang-panel {
    animation: rdsAboutFade .35s ease both;
}

    .rds-about-lang-panel[hidden],
    .rds-full-about-lang-panel[hidden] {
        display: none !important;
    }

@keyframes rdsAboutFade {

    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ============================================================
   HOMEPAGE ABOUT PREVIEW
   ============================================================ */

.rds-about-preview-inner {
    min-height: 480px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
    gap: 65px;
    align-items: center;
}

.rds-about-preview-content {
    min-width: 0;
}

.rds-about-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #d35400;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
}

.rds-about-preview h2 {
    margin: 0 0 20px;
    color: #182630;
    font-size: clamp(36px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -1.7px;
    font-weight: 900;
}

    .rds-about-preview h2 span {
        display: block;
        color: #2980b9;
    }

.rds-about-short-text {
    max-width: 680px;
    margin: 0 0 15px;
    color: #62717b;
    font-size: 16px;
    line-height: 1.8;
}

.rds-about-location {
    margin: 0 0 20px;
    color: #344650;
    font-size: 13px;
    font-weight: 750;
}

.rds-about-crop-mini-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 27px;
}

    .rds-about-crop-mini-list span {
        padding: 8px 11px;
        border: 1px solid #e4e9ed;
        border-radius: 10px;
        background: #ffffff;
        color: #53636d;
        font-size: 11px;
        font-weight: 750;
    }

.rds-about-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 50px;
    padding: 0 20px 0 23px;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient( 135deg, #d35400, #e67e22 );
    text-decoration: none;
    font-size: 12px;
    font-weight: 850;
    box-shadow: 0 13px 30px rgba(211,84,0,.22);
    transition: all .3s ease;
}

    .rds-about-view-btn b {
        font-size: 20px;
        line-height: 1;
        transition: transform .3s ease;
    }

    .rds-about-view-btn:hover {
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 18px 35px rgba(211,84,0,.28);
    }

        .rds-about-view-btn:hover b {
            transform: translateX(5px);
        }


/* ============================================================
   PREVIEW IMAGE
   ============================================================ */

.rds-about-preview-image {
    min-width: 0;
}

.rds-about-image-frame {
    height: 440px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(37,55,70,.08);
    box-shadow: 0 28px 70px rgba(31,49,63,.14);
}

    .rds-about-image-frame img {
        width: 100%;
        height: 100%;
        display: block;
        padding: 12px;
        object-fit: contain;
    }

.rds-about-image-badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 15px;
    color: #ffffff;
    background: rgba(26,40,50,.90);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

    .rds-about-image-badge strong {
        width: 39px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        background: linear-gradient(135deg,#d35400,#2980b9);
        font-size: 13px;
    }

    .rds-about-image-badge span,
    .rds-about-image-badge small {
        display: block;
    }

    .rds-about-image-badge span {
        font-size: 13px;
        font-weight: 850;
    }

    .rds-about-image-badge small {
        margin-top: 2px;
        opacity: .75;
        font-size: 10px;
    }

.rds-about-image-caption {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
    color: #77858e;
    font-size: 11px;
    font-weight: 700;
}

.rds-caption-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #27ae60;
}


/* ============================================================
   FULL ABOUT HERO
   ============================================================ */

.rds-full-about-hero {
    padding: 65px 5%;
    background: linear-gradient( 135deg, #172733 0%, #223b4b 55%, #173b4c 100% );
}

.rds-full-about-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, .85fr);
    gap: 65px;
    align-items: center;
}

.rds-full-about-hero-content {
    min-width: 0;
}

.rds-full-about-kicker {
    display: block;
    margin-bottom: 17px;
    color: #f5b041;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2.2px;
}

.rds-full-about-hero h1 {
    margin: 0 0 23px;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 67px);
    line-height: 1.05;
    letter-spacing: -2px;
    font-weight: 900;
}

    .rds-full-about-hero h1 span {
        display: block;
        color: #f5b041;
    }

.rds-full-about-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.85;
}

.rds-full-about-hero .rds-full-about-language-switch {
    background: rgba(255,255,255,.10);
}

.rds-full-about-hero .rds-full-about-lang-btn {
    color: rgba(255,255,255,.65);
}

    .rds-full-about-hero .rds-full-about-lang-btn.active {
        color: #253746;
        background: #ffffff;
    }

.rds-full-about-hero-image {
    height: 420px;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(0,0,0,.27);
}

    .rds-full-about-hero-image img {
        width: 100%;
        height: 100%;
        padding: 12px;
        display: block;
        object-fit: contain;
    }

.rds-full-about-hero-overlay-card {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 14px 17px;
    border-radius: 14px;
    color: #ffffff;
    background: rgba(23,39,51,.88);
    backdrop-filter: blur(10px);
}

    .rds-full-about-hero-overlay-card strong {
        display: block;
        font-size: 17px;
    }

    .rds-full-about-hero-overlay-card span {
        display: block;
        margin-top: 2px;
        color: #f5b041;
        font-size: 11px;
        font-weight: 800;
    }


/* ============================================================
   SECTION COMMON
   ============================================================ */

.rds-about-company-section,
.rds-about-crops-section,
.rds-about-strength-section,
.rds-about-future-section,
.rds-about-contact-section {
    padding: 85px 5%;
}

.rds-about-company-section {
    background: #ffffff;
}

.rds-about-crops-section {
    background: #f7f9fb;
}

.rds-about-strength-section {
    background: #ffffff;
}

.rds-about-future-section {
    background: #f3f6f8;
}

.rds-about-contact-section {
    padding-top: 65px;
    padding-bottom: 65px;
    background: #172733;
}

.rds-about-small-title {
    display: block;
    margin-bottom: 12px;
    color: #d35400;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
}

.rds-about-section-heading {
    max-width: 800px;
    margin: 0 auto 35px 0;
}

    .rds-about-section-heading.centered {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .rds-about-section-heading h2,
    .rds-about-strength-heading h2 {
        margin: 0;
        color: #1c2c37;
        font-size: clamp(30px, 4vw, 48px);
        line-height: 1.12;
        letter-spacing: -1.2px;
        font-weight: 900;
    }

        .rds-about-section-heading h2 span,
        .rds-about-strength-heading h2 span {
            color: #2980b9;
        }

    .rds-about-section-heading p,
    .rds-about-strength-heading p {
        margin: 13px 0 0;
        color: #73818a;
        font-size: 14px;
        line-height: 1.7;
    }


/* ============================================================
   STORY CARD
   ============================================================ */

.rds-about-story-card {
    position: relative;
    max-width: 1100px;
    padding: 38px 42px 38px 90px;
    border: 1px solid #e7ebee;
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(31,49,63,.08);
}

.rds-about-story-number {
    position: absolute;
    left: 28px;
    top: 31px;
    color: #d35400;
    font-size: 12px;
    font-weight: 900;
}

.rds-about-story-card p {
    margin: 0 0 17px;
    color: #5d6d76;
    font-size: 14px;
    line-height: 1.9;
}

    .rds-about-story-card p:last-child {
        margin-bottom: 0;
    }


/* ============================================================
   CROPS
   ============================================================ */

.rds-about-crops-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.rds-about-crop-card {
    min-height: 155px;
    padding: 23px 15px;
    border: 1px solid #e5eaed;
    border-radius: 19px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: all .3s ease;
}

    .rds-about-crop-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(31,49,63,.10);
    }

    .rds-about-crop-card span {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .rds-about-crop-card strong {
        color: #253746;
        font-size: 15px;
        font-weight: 900;
    }

    .rds-about-crop-card small {
        margin-top: 4px;
        color: #87939a;
        font-size: 11px;
        font-weight: 700;
    }


/* ============================================================
   STRENGTHS
   ============================================================ */

.rds-about-strength-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 65px;
    align-items: start;
}

.rds-about-strength-heading {
    position: sticky;
    top: 110px;
}

.rds-about-strength-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.rds-about-strength-card {
    min-height: 180px;
    padding: 23px;
    border: 1px solid #e6ebee;
    border-radius: 19px;
    background: #f9fafb;
    transition: all .3s ease;
}

    .rds-about-strength-card:hover {
        background: #ffffff;
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(31,49,63,.09);
    }

    .rds-about-strength-card > span {
        display: block;
        margin-bottom: 25px;
        color: #d35400;
        font-size: 11px;
        font-weight: 900;
    }

    .rds-about-strength-card h3 {
        margin: 0 0 8px;
        color: #253746;
        font-size: 16px;
        font-weight: 900;
    }

    .rds-about-strength-card p {
        margin: 0;
        color: #71808a;
        font-size: 12px;
        line-height: 1.7;
    }


/* ============================================================
   FUTURE
   ============================================================ */

.rds-about-future-card {
    max-width: 1100px;
    margin: 0 auto;
    padding: 45px;
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 30px;
    border-radius: 27px;
    background: linear-gradient( 135deg, #ffffff, #f8fafb );
    box-shadow: 0 20px 55px rgba(31,49,63,.09);
}

.rds-about-future-icon {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    background: #fff1e7;
    font-size: 30px;
}

.rds-about-future-card h2 {
    margin: 0 0 14px;
    color: #1e303b;
    font-size: clamp(28px, 4vw, 43px);
    line-height: 1.1;
    font-weight: 900;
}

.rds-about-future-card p {
    margin: 0 0 14px;
    color: #63727b;
    font-size: 14px;
    line-height: 1.8;
}

.rds-about-future-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

    .rds-about-future-points span {
        padding: 9px 12px;
        border-radius: 9px;
        background: #edf4f7;
        color: #405761;
        font-size: 10px;
        font-weight: 800;
    }


/* ============================================================
   CONTACT
   ============================================================ */

.rds-about-contact-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.rds-about-contact-info h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
    font-weight: 900;
}

    .rds-about-contact-info h2 span {
        color: #f5b041;
    }

.rds-about-contact-info p {
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 14px;
}

.rds-about-contact-info .rds-about-small-title {
    color: #f5b041;
}

.rds-about-contact-address {
    padding: 27px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 20px;
    background: rgba(255,255,255,.05);
}

.rds-contact-line {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

    .rds-contact-line > span {
        font-size: 23px;
    }

    .rds-contact-line p {
        margin: 0;
        color: rgba(255,255,255,.70);
        font-size: 13px;
        line-height: 1.8;
    }

    .rds-contact-line strong {
        color: #ffffff;
        font-size: 15px;
    }


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1100px) {

    .rds-about-preview,
    .rds-full-about-hero,
    .rds-about-company-section,
    .rds-about-crops-section,
    .rds-about-strength-section,
    .rds-about-future-section,
    .rds-about-contact-section {
        padding-left: 4%;
        padding-right: 4%;
    }

    .rds-about-preview-inner,
    .rds-full-about-hero-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .rds-about-preview-image {
        max-width: 760px;
    }

    .rds-about-image-frame {
        height: 400px;
    }

    .rds-full-about-hero-image {
        max-width: 760px;
        height: 390px;
    }

    .rds-about-crops-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .rds-about-strength-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .rds-about-strength-heading {
        position: static;
    }
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 760px) {

    .rds-about-preview,
    .rds-full-about-hero,
    .rds-about-company-section,
    .rds-about-crops-section,
    .rds-about-strength-section,
    .rds-about-future-section,
    .rds-about-contact-section {
        padding: 50px 16px;
    }

    .rds-about-preview-inner,
    .rds-full-about-hero-inner {
        gap: 28px;
    }

    .rds-about-preview h2 {
        font-size: 36px;
    }

    .rds-about-short-text {
        font-size: 14px;
    }

    .rds-about-image-frame {
        height: 320px;
        border-radius: 22px;
    }

    .rds-full-about-hero h1 {
        font-size: 39px;
        letter-spacing: -1px;
    }

    .rds-full-about-hero-image {
        height: 300px;
        border-radius: 21px;
    }

    .rds-about-section-heading h2,
    .rds-about-strength-heading h2 {
        font-size: 32px;
    }

    .rds-about-story-card {
        padding: 27px 22px;
    }

    .rds-about-story-number {
        position: static;
        margin-bottom: 17px;
    }

    .rds-about-crops-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rds-about-crop-card {
        min-height: 135px;
    }

    .rds-about-strength-list {
        grid-template-columns: 1fr;
    }

    .rds-about-strength-card {
        min-height: auto;
    }

    .rds-about-future-card {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 28px 22px;
    }

    .rds-about-contact-card {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .rds-about-preview,
    .rds-full-about-hero,
    .rds-about-company-section,
    .rds-about-crops-section,
    .rds-about-strength-section,
    .rds-about-future-section,
    .rds-about-contact-section {
        padding-left: 12px;
        padding-right: 12px;
    }

        .rds-about-preview h2 {
            font-size: 31px;
        }

        .rds-full-about-hero h1 {
            font-size: 32px;
        }

    .rds-about-image-frame {
        height: 260px;
    }

    .rds-full-about-hero-image {
        height: 255px;
    }

    .rds-about-crop-mini-list {
        gap: 6px;
    }

        .rds-about-crop-mini-list span {
            padding: 7px 9px;
            font-size: 10px;
        }

    .rds-about-view-btn {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .rds-about-crops-grid {
        gap: 10px;
    }

    .rds-about-crop-card {
        min-height: 120px;
        padding: 15px 8px;
    }

        .rds-about-crop-card span {
            font-size: 27px;
        }

        .rds-about-crop-card strong {
            font-size: 13px;
        }

    .rds-about-future-points {
        flex-direction: column;
    }

        .rds-about-future-points span {
            width: 100%;
        }

    .rds-about-contact-address {
        padding: 20px;
    }
}


/* ============================================================
   VERY SMALL
   ============================================================ */

@media (max-width: 350px) {

    .rds-about-preview h2 {
        font-size: 28px;
    }

    .rds-full-about-hero h1 {
        font-size: 29px;
    }

    .rds-about-lang-btn,
    .rds-full-about-lang-btn {
        padding: 8px 11px;
        font-size: 10px;
    }
}
