/* ========== Karma (Hindi) ========== */
@import url("https://fonts.googleapis.com/css2?family=Karma:wght@300;400;500;600;700&display=swap");

/* ========== HCLTech Roobert Font ========== */
/* Single woff file used for multiple weights (normal, 500, 600, 700, 800, bold) */
@font-face {
    font-family: "HCLTech Roobert";
    src: url("../fonts/Font.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HCLTech Roobert";
    src: url("../fonts/Font.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HCLTech Roobert";
    src: url("../fonts/Font.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HCLTech Roobert";
    src: url("../fonts/Font.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HCLTech Roobert";
    src: url("../fonts/Font.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HCLTech Roobert";
    src: url("../fonts/Font.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
}
:root {
    --darkgrey: #000;
    --oar-primary: #41863b; /* Primary green for buttons, links, accents */
}
body {
    font-family: "HCLTech Roobert", "Inter", sans-serif !important;
}
a {
    font-family: "HCLTech Roobert", "Inter", sans-serif !important;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
    color: grey;
    border: 1px solid rgb(189, 184, 184);
    border-radius: 3px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
}
img {
    max-width: 100%;
}
h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 72px;
    line-height: 98px;
    color: var(--darkgrey);
}
h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    color: var(--darkgrey);
}
h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    color: var(--darkgrey);
}
h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: var(--darkgrey);
}
h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--darkgrey);
}
h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--darkgrey);
}
.subtitle-1 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: var(--darkgrey);
}
.subtitle-2 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--darkgrey);
}
.lead-1 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: var(--darkgrey);
}
.lead-2 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--darkgrey);
}
p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--darkgrey);
}
.body-2 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: var(--darkgrey);
}
.btn-dark a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
}
.btn-dark {
    background: #8c30f5;
    border-radius: 6px;
    padding: 12px 32px;
    border: none;
}
.btn-light a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #8c30f5;
    text-decoration: none;
}
.btn-light {
    background: transparent;
    border: none;
}
.btn-light img {
    padding-left: 6px;
}
@media (max-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 44px;
    }
    h2 {
        font-size: 28px;
        line-height: 32px;
    }
    h3 {
        font-size: 20px;
        line-height: 24px;
    }
    h4 {
        font-size: 18px;
        line-height: 22px;
    }
    h5 {
        font-size: 16px;
        line-height: 20px;
    }
    h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .subtitle-1 {
        font-size: 14px;
        line-height: 20px;
    }
    .subtitle-2 {
        font-size: 14px;
        line-height: 20px;
    }
    .lead-1 {
        font-size: 14px;
        line-height: 20px;
    }
    .lead-2 {
        font-size: 14px;
        line-height: 18px;
    }
    p {
        font-size: 14px;
        line-height: 18px;
    }
    .body-2 {
        font-size: 14px;
        line-height: 18px;
    }
    .btn-dark a {
        font-size: 14px;
        line-height: 20px;
    }
    .btn-light a {
        font-size: 14px;
        line-height: 20px;
    }
}

/*Header*/

.header {
    padding: 16px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.header-logo-nav {
    display: flex;
    align-items: center;
}
.header-logo-nav nav {
    padding-left: 18px;
}
.header-logo-nav ul li {
    list-style: none;
    display: inline-block;
    padding: 0 7px;
    margin: 0 7px;
}
.header-logo-nav ul li a {
    color: var(--darkgrey);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.header-logo-nav ul li a img {
    padding-left: 3px;
    padding-bottom: 1px;
}
.header-app {
    text-align: right;
}
.header-app img:first-child {
    padding-right: 4px;
}

/*Hamburger*/

.hamburger {
    display: none;
}
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .hamburger-active {
        overflow: hidden;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .hamburger {
        padding-left: 0;
        position: absolute;
        right: 25px;
        top: 16px;
        z-index: 10;
    }
    .header-logo-nav img {
        z-index: 10;
    }
    .header-logo-nav ul {
        position: fixed;
        left: -100%;
        top: 0;
        padding-top: 100px;
        height: 100vh;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        z-index: 5;
    }
    .header-logo-nav ul li {
        display: block;
    }
    .header-logo-nav ul.active {
        left: 0;
    }
    .header-logo-nav ul li {
        margin: 2rem 0;
    }
    .hamburger {
        display: block;
        cursor: pointer;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .header-app.mobile {
        position: absolute;
        bottom: 100px;
        left: calc(50% - 138px);
    }
    .header-app.mobile div {
        text-align: center;
        padding-bottom: 40px;
    }
}

/*Hero Section*/

.hero-section {
    background-image: url("../img/home-page/hero/Background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 140px;
}
.hero-section .col-8 h1 {
    margin-bottom: 32px;
}
.hero-section .col-8 {
    padding-bottom: 240px;
}
.hero-section .col-4 {
    text-align: right;
}
.hero-section img {
    width: 350px;
    height: auto;
}

@media (max-width: 768px) {
    .hero-section .col-8 {
        padding-bottom: 80px;
        text-align: center;
    }
    .hero-section .col-4 {
        text-align: center;
    }
    .hero-section img {
        width: 300px;
        height: auto;
    }
}

/*Logos Section*/

.divider-top {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(192, 204, 218, 0.1) 0%, rgba(192, 204, 218, 0.6) 50.38%, rgba(192, 204, 218, 0.1) 100%);
    margin: 40px 0px;
}
.divider-bottom {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 109px;
    background: linear-gradient(90deg, rgba(192, 204, 218, 0.1) 0%, rgba(192, 204, 218, 0.6) 50.38%, rgba(192, 204, 218, 0.1) 100%);
    margin: 34px 0px;
}
.logos-section .row {
    max-width: 940px;
    margin: auto;
    align-items: center;
}
.logos-section img {
    max-width: 200px;
    margin: auto;
    align-items: center;
}
@media (max-width: 768px) {
    .logos-section .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .logos-section .col-3 img {
        padding: 20px;
        max-width: 150px;
    }
}

/*Features Section*/

.features-section {
    text-align: center;
    padding: 40px 0 60px;
}
.features-section h2 {
    margin-bottom: 8px;
}
.features-section .row {
    margin-top: 45px;
}
.features-section .row .col-4 .wrapper {
    margin: 0 15px;
}
.features-section .row .col-4:first-child .wrapper {
    margin-left: 0;
}
.features-section .row .col-4:last-child .wrapper {
    margin-right: 0;
}
.features-section .row img {
    margin-bottom: 24px;
}
.features-section .row h5 {
    margin-bottom: 8px;
}
.features-section .row:last-child {
    margin-top: 55px;
}
.features-section .lead-1 {
    width: 540px;
    max-width: 100%;
    margin: auto;
}
@media (max-width: 768px) {
    .features-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .features-section .row .col-4 .wrapper {
        margin: 0 !important;
        margin-bottom: 40px !important;
    }
    .features-section .row:last-child {
        margin-top: 0;
    }
}

/*Testimonials Section*/

.testimonials-section {
    background: #d5fafc;
    position: relative;
    padding: 120px 0 80px;
}
.testimonials-section .container {
    width: 900px;
    margin: auto;
    position: relative;
    max-width: 100%;
}
.testimonials-section .quation {
    position: absolute;
    width: 143px;
    height: 120px;
    z-index: 0;
    left: -100px;
    top: -54px;
    opacity: 0.3;
}
.testimonials-section h2 {
    z-index: 1;
    position: relative;
    margin-bottom: 8px;
}
.testimonials-section .col-6 > .lead-1 {
    margin-bottom: 24px;
}
.testimonial-box-container {
    display: flex;
    justify-content: flex-end;
}
.testimonial-box {
    background: #ffffff;
    padding: 32px;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 8px;
    margin: 0 14px;
    max-width: 100%;
}
.testimonial-box.one {
    width: 290px;
}
.testimonial-box.two {
    margin-top: 45px;
    margin-bottom: 30px;
    width: 380px;
}
.testimonial-box.three {
    width: 290px;
}
.testimonial-box > img {
    height: 40px;
    width: auto;
    margin-bottom: 38px;
}
.testimonial-box .content {
    display: flex;
    align-items: flex-start;
}
.testimonial-box .content img {
    width: 15px;
    height: auto;
    opacity: 0.3;
    padding-right: 16px;
}
.testimonial-box .content .lead-1 {
    margin-bottom: 24px;
}
.testimonial-box .content .lead-2 {
    color: #969bab;
}
@media (max-width: 768px) {
    .testimonials-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .testimonials-section .container {
        width: auto;
    }
    .testimonial-box {
        padding: 30px 20px;
        width: auto !important;
        margin: 0;
    }
    .testimonials-section .quation {
        position: absolute;
        width: 74px;
        height: 100px;
        z-index: 0;
        left: 0;
        top: -48px;
        opacity: 0.3;
    }
    .testimonial-box .content img {
        padding-right: 10px;
    }
    .testimonial-box-container {
        display: block;
        margin-top: 40px;
    }
    .testimonial-box.two {
        margin-top: 30px;
    }
    .testimonial-box > img {
        height: 30px;
        width: auto;
        margin-bottom: 16px;
        margin-left: 32px;
    }
    .testimonial-box .content .lead-1 {
        margin-bottom: 16px;
    }
}

/*Achievements Section*/

.achievements-section {
    padding: 80px 0;
}
.achievements-section h2 {
    margin-bottom: 8px;
}
.achievements-section .col-6 .row:first-child {
    margin-bottom: 40px;
}
.achievement-box {
    display: flex;
}
.achievement-box img {
    padding-right: 26px;
}
@media (max-width: 768px) {
    .achievements-section {
        padding: 50px 0;
    }
    .achievements-section .col-6 .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .achievements-section .lead-1 {
        margin-bottom: 40px;
    }
}

/*Get Started Section*/

.get-started-section {
    padding: 64px 0;
}
.get-started-section .wrapper {
    padding-left: 30px;
}
.get-started-section h3 {
    margin-bottom: 32px;
}
.get-started-section .lead-1 {
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .get-started-section {
        padding: 0;
    }
    .get-started-section h3 {
        margin-bottom: 20px;
    }
    .get-started-section .col-6:first-child img {
        margin-bottom: 40px;
    }
    .get-started-section .wrapper {
        padding-left: 0;
    }
}

/*Trends Section*/

.trends-section {
    padding: 55px 0;
}
.trends-section h3 {
    padding-right: 40px;
}
.trends-section img {
    margin-top: 48px;
    width: 100%;
}
@media (max-width: 768px) {
    .trends-section {
        padding: 40px 0 50px;
    }
    .trends-section .col-12:first-child {
        order: 1;
    }
    .trends-section .col-12:last-child {
        order: 0;
    }
    .trends-section img {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .trends-section h3 {
        padding-right: 0;
        margin-bottom: 15px;
    }
}

/*CTA Section*/

.cta-section {
    background: #2ec5ce;
    margin-bottom: -4px;
}
.cta-section h2 {
    margin-bottom: 8px;
}
.cta-section .lead-1 {
    margin-bottom: 48px;
}
.cta-section .subtitle-2 {
    margin-bottom: 8px;
}
.cta-app img:first-child {
    padding-right: 4px;
}
.cta-section .col-6:first-child .wrapper {
    padding-right: 40px;
}
.cta-section .col-6:last-child {
    text-align: right;
}
.cta-section .col-6:last-child img {
    margin-right: -20px;
}
@media (max-width: 768px) {
    .cta-section {
        margin-bottom: 0;
        padding-bottom: 50px;
    }
    .cta-app div {
        display: inline-block;
    }
    .cta-section .col-6:first-child {
        order: 1;
    }
    .cta-section .col-6:last-child {
        order: 0;
    }
    .cta-section .col-6:last-child {
        text-align: center;
        margin-bottom: 30px;
    }
    .cta-section .col-6:last-child img {
        margin-right: 0;
    }
}

/*Footer*/

.footer {
    background: #0b0d17;
    padding: 56px 0;
}
.footer .col-10 img {
    margin-bottom: 24px;
}
.footer p {
    color: #fff;
}
.footer-logo-nav ul {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.footer-logo-nav ul li {
    list-style: none;
    display: inline-block;
    padding: 0 6px;
    margin: 0 6px;
}
.footer-logo-nav ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.footer-logo-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.footer-logo-nav p {
    color: #d9dbe1;
    margin-top: 24px;
}
.footer-app .subtitle-2 {
    margin-bottom: 16px;
}
.footer-app img:first-child {
    margin-bottom: 12px;
}
@media (max-width: 768px) {
    body .footer {
        padding: 50px 20px 30px;
    }
    body .footer .col-10 img {
        margin-left: 0;
    }
    body .footer .footer-logo-nav ul {
        display: inline-block;
        margin-bottom: 12px;
    }
    body .footer .footer-logo-nav ul li:first-child {
        padding-left: 0;
        margin-left: 0;
    }
    body .footer .footer-logo-nav ul li {
        margin-bottom: 6px !important;
        padding: 0;
        margin: 0;
    }
    body .footer .footer-app img:first-child {
        margin-bottom: 0;
    }
    body .footer .footer-logo-nav p {
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 20px;
    }
    body .footer .footer-app {
        margin-left: 0;
    }
}

/* ========== Language Toggle ========== */

.lang-eng {
    display: inline;
}

.lang-hin {
    display: none;
    font-family: "Karma", serif;
}

/*
 * OAR sections follow index.html document order (for readability):
 * 1. OAR Header
 * 2. OAR Hero Section
 * 3. OAR Search Section
 * 4. OAR Quick Results Section
 * 5. OAR Featured Crops Section
 * 6. OAR Statistics Section
 * 7. OAR Footer
 */

/* ========== 1. OAR Header ========== */

.oar-header {
    background: #ffffff;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
}

.oar-header .oar-header-logo {
    display: flex;
    align-items: center;
}

.oar-header .oar-header-logo .oar-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.oar-header .oar-header-logo .oar-logo-wrapper .oar-logo-image {
    height: auto;
    max-height: 60px;
    width: auto;
    display: block;
}

.oar-header .oar-header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hide mobile-only elements on desktop */
.oar-header .oar-header-nav .oar-menu-close,
.oar-header .oar-header-nav .oar-mobile-lang-toggle,
.oar-header .oar-header-nav .oar-mobile-nav-collab {
    display: none !important;
    visibility: hidden !important;
}

.oar-header .oar-header-nav .oar-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    flex-wrap: wrap;
}

.oar-header .oar-header-nav .oar-nav ul li {
    margin: 0;
}

.oar-header .oar-header-nav .oar-nav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: inline-block;
}

.oar-header .oar-header-nav .oar-nav ul li a:hover {
    color: #41863b;
}

/* About Us submenu (Contact Us) – minimal dropdown */
.oar-header .oar-header-nav .oar-nav ul li.oar-nav-item-has-submenu {
    position: relative;
}
.oar-header .oar-header-nav .oar-nav ul li.oar-nav-item-has-submenu .oar-nav-submenu-row {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.oar-header .oar-header-nav .oar-nav .oar-nav-submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    color: inherit;
}
.oar-header .oar-header-nav .oar-nav .oar-nav-submenu-arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-left: 2px;
    transition: transform 0.2s ease;
    opacity: 0.85;
}
.oar-header .oar-header-nav .oar-nav ul li.oar-nav-item-has-submenu:hover .oar-nav-submenu-arrow {
    transform: rotate(180deg);
}
.oar-header .oar-header-nav .oar-nav .oar-nav-submenu {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 140px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease;
    z-index: 50;
}
.oar-header .oar-header-nav .oar-nav ul li.oar-nav-item-has-submenu:hover .oar-nav-submenu {
    opacity: 1;
    visibility: visible;
}
.oar-header .oar-header-nav .oar-nav .oar-nav-submenu li {
    margin: 0;
}
.oar-header .oar-header-nav .oar-nav .oar-nav-submenu li a {
    display: block;
    padding: 8px 14px;
    font-size: 15px;
    color: #000;
    border-radius: 4px;
    margin: 0 4px;
}
.oar-header .oar-header-nav .oar-nav .oar-nav-submenu li a:hover {
    color: #41863b;
}

.oar-header .oar-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.oar-header .oar-header-actions .oar-lang-toggle {
    background: #41863b;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-header .oar-header-actions .oar-lang-toggle:hover {
    background: #35692f;
}

.oar-header .oar-header-actions .oar-lang-toggle .lang-icon {
    font-size: 16px;
    font-weight: 600;
}

.oar-header .oar-lang-toggle .lang-icon[src],
.oar-header .oar-lang-toggle img.lang-icon {
    display: block;
    height: 20px;
    width: auto;
}

.oar-header .oar-header-actions .oar-user-icon {
    background: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.oar-header .oar-header-actions .oar-user-icon:hover {
    background: #f5f5f5;
}

.oar-header .oar-header-actions .oar-user-icon .oar-account-icon {
    width: 33px;
    height: 33px;
    display: block;
}

.oar-header .oar-user-menu {
    position: relative;
}

.oar-header .oar-user-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 232px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 1100;
}

.oar-header .oar-user-dropdown-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.oar-header .oar-user-dropdown-name {
    font-weight: 600;
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.3;
}

.oar-header .oar-user-dropdown-state {
    font-size: 13px;
    color: #555;
}

.oar-header .oar-user-dropdown-state-value {
    display: block;
    margin-top: 4px;
    font-weight: 500;
    color: #333;
}

.oar-header .oar-user-dropdown-logout {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 8px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background: none;
    border: none;
    border-radius: 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.oar-header .oar-user-dropdown-logout-icon {
    flex-shrink: 0;
}

.oar-header .oar-user-dropdown-logout:hover {
    color: #41863b;
    background: none;
}

.oar-header .hamburger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    position: relative;
}

.oar-header .hamburger .bar {
    width: 25px;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
    border-radius: 2px;
}
.oar-header .container .oar-header-logo {
    flex: 0 0 20%;
}
.oar-header .oar-header-actions {
    flex: 0 0 20%;
}
.oar-header .oar-header-nav {
    flex: 0 0 60%;
    max-width: 60%;
}
@media (max-width: 1241px) {
    .oar-header .oar-header-nav .oar-nav ul {
        gap: 0;
    }
}
@media (max-width: 768px) {
    .oar-header {
        padding: 12px 0;
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .oar-header .container .row {
        position: relative;
        align-items: center;
    }

    .oar-header .container .row > .col-3:first-child {
        flex: 0 0 auto;
        max-width: none;
    }

    .oar-header .container .row > .col-6 {
        display: none;
    }

    .oar-header .container .row > .col-3:last-child {
        flex: 0 0 auto;
        max-width: none;
        margin-left: auto;
    }

    .oar-header .oar-header-logo {
        position: relative;
        z-index: 10;
    }

    .oar-header .oar-header-logo .oar-logo-wrapper .oar-logo-image {
        max-height: 50px;
    }

    .oar-header .oar-header-nav {
        position: fixed;
        left: -100%;
        top: 0;
        width: calc(100vw - 20px);
        max-width: calc(100vw - 20px);
        height: 100vh;
        background-color: #ffffff;
        transition: left 0.3s ease;
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
        z-index: 999;
        overflow-y: auto;
        padding: 0;
        display: flex !important;
        flex-direction: column;
    }

    .oar-header .oar-header-nav.active {
        left: 0;
    }

    .oar-header .oar-header-actions {
        position: relative;
        z-index: 10;
        display: flex !important;
        align-items: center;
        gap: 10px;
        flex-wrap: nowrap;
        justify-content: flex-end;
        width: auto;
        min-width: auto;
    }

    .oar-header .oar-header-actions .oar-user-icon {
        position: static !important;
        transform: none !important;
        margin: 0 !important;
        padding: 4px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: auto;
        height: auto;
    }

    .oar-header .oar-header-actions .oar-user-icon .oar-account-icon {
        width: 26px;
        height: 26px;
        display: block !important;
    }

    .oar-header .hamburger {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        transform: none !important;
        z-index: 1000 !important;
        width: 25px !important;
        height: 20px !important;
        min-width: 25px !important;
        min-height: 20px !important;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        flex-direction: column;
        gap: 4px;
        flex-shrink: 0;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent;
        border: none;
    }

    /* Keep hamburger as hamburger - never transform to X */
    .oar-header .hamburger.active .bar:nth-child(1),
    .oar-header .hamburger.active .bar:nth-child(2),
    .oar-header .hamburger.active .bar:nth-child(3) {
        transform: none !important;
        opacity: 1 !important;
        position: static !important;
    }

    .oar-header .hamburger.active {
        gap: 4px !important;
    }

    .oar-header .hamburger .bar {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 25px !important;
        height: 3px !important;
        min-width: 25px !important;
        min-height: 3px !important;
        background-color: #000 !important;
        transition: all 0.3s ease;
        border-radius: 2px;
        margin: 0;
        padding: 0;
    }

    .oar-header .oar-header-actions .oar-lang-toggle {
        display: none !important;
    }

    .oar-header .oar-header-nav .oar-menu-close {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        border-radius: 8px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 1000;
        transition: all 0.3s ease;
        visibility: visible !important;
    }

    .oar-header .oar-header-nav .oar-menu-close:hover {
        background: #e5e7eb;
    }

    .oar-header .oar-header-nav .oar-menu-close svg {
        width: 25px;
        height: 25px;
        color: #000;
    }

    .oar-header .oar-header-nav .oar-mobile-lang-toggle {
        display: block !important;
        visibility: visible !important;
        padding: 16px 24px 24px;
        position: absolute;
        top: 2px;
        left: 0;
    }

    .oar-header .oar-header-nav .oar-mobile-lang-toggle .oar-lang-toggle {
        display: inline-flex !important;
        width: auto;
        max-width: none;
        justify-content: flex-start;
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        align-items: center;
        font-family: "HCLTech Roobert", Inter, sans-serif;
        background: rgb(65, 134, 59);
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        border-radius: 20px;
        padding: 8px 16px;
        gap: 8px;
        transition: 0.3s;
    }

    .oar-header .oar-header-nav .oar-nav {
        width: 100%;
        height: 100%;
        padding: 0;
        padding-top: 96px;
    }

    .oar-header .oar-header-nav .oar-nav ul {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        align-items: flex-start;
    }

    .oar-header .oar-header-nav .oar-nav ul li {
        width: 100%;
        margin: 0;
        position: relative;
    }

    .oar-header .oar-header-nav .oar-nav ul li::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 24px;
        right: 24px;
        height: 1px;
        background: #e5e7eb;
    }

    .oar-header .oar-header-nav .oar-nav ul li:last-child::after {
        display: none;
    }

    .oar-header .oar-header-nav .oar-nav ul li a {
        display: block;
        /* width: 100%; */
        padding: 12px 24px;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        transition: all 0.2s ease;
        background-color: transparent;
    }

    .oar-header .oar-header-nav .oar-nav ul li a:hover,
    .oar-header .oar-header-nav .oar-nav ul li a:active {
        background-color: #f9fafb;
        color: #41863b;
    }

    /* Mobile: About Us dropdown – Contact Us hidden by default; only arrow button toggles */
    .oar-header .oar-header-nav .oar-nav ul li.oar-nav-item-has-submenu .oar-nav-submenu-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .oar-header .oar-header-nav .oar-nav ul li.oar-nav-item-has-submenu .oar-nav-submenu-toggle {
        margin-left: auto;
        padding: 8px;
        min-width: 36px;
        min-height: 36px;
        margin-right: 20px;
    }
    .oar-header .oar-header-nav .oar-nav ul li.oar-nav-item-has-submenu .oar-nav-submenu-arrow {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        transition: transform 0.2s ease;
    }
    .oar-header .oar-header-nav .oar-nav ul li.oar-nav-item-has-submenu.oar-submenu-open .oar-nav-submenu-arrow {
        transform: rotate(180deg);
    }
    .oar-header .oar-header-nav .oar-nav ul li.oar-nav-item-has-submenu .oar-nav-submenu {
        position: static;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
        border: none;
        background: #fafafa;
        padding: 0;
        margin: 0 24px 0 0;
        min-width: 0;
        border-radius: 0 0 8px 8px;
        transition:
            max-height 0.25s ease,
            opacity 0.2s ease,
            visibility 0.2s,
            padding 0.2s ease;
    }
    .oar-header .oar-header-nav .oar-nav ul li.oar-nav-item-has-submenu.oar-submenu-open .oar-nav-submenu {
        max-height: 120px;
        opacity: 1;
        visibility: visible;
        padding: 0 0 4px 0;
    }
    .oar-header .oar-header-nav .oar-nav ul li.oar-nav-item-has-submenu .oar-nav-submenu li a {
        padding: 10px 24px 10px 32px;
        font-size: 14px;
    }
    .oar-header .oar-header-nav .oar-nav ul li.oar-nav-item-has-submenu .oar-nav-submenu li::after {
        display: none;
    }

    /* Collaboration block at bottom of hamburger menu (light background) */
    .oar-header .oar-header-nav .oar-mobile-nav-collab {
        display: block !important;
        visibility: visible !important;
        margin-top: auto;
        padding: 20px 24px 24px;
        border-top: none;
        position: relative;
    }

    .oar-header .oar-header-nav .oar-mobile-nav-collab::before {
        content: "";
        position: absolute;
        top: 0;
        left: 24px;
        right: 24px;
        height: 1px;
        background: #e5e7eb;
    }

    .oar-header .oar-header-nav .oar-mobile-collab-label {
        font-size: 14px;
        color: #374151;
        margin: 0 0 12px;
        font-weight: 500;
        text-align: center;
    }

    .oar-header .oar-header-nav .oar-mobile-collab-logos {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }

    .oar-header .oar-header-nav .oar-mobile-collab-logo {
        display: block;
        height: 36px;
        width: auto;
        max-width: 120px;
        object-fit: contain;
        filter: invert(1);
        opacity: 0.85;
    }

    .oar-header .oar-header-nav .oar-mobile-collab-emblem .oar-mobile-collab-logo {
        max-width: 140px;
    }

    .oar-header .hamburger {
        position: relative;
    }

    /* Keep hamburger as hamburger, don't transform to X */
    .oar-header .hamburger.active .bar:nth-child(1),
    .oar-header .hamburger.active .bar:nth-child(2),
    .oar-header .hamburger.active .bar:nth-child(3) {
        transform: none;
        opacity: 1;
        position: static;
    }

    .oar-header .hamburger.active {
        gap: 4px;
    }

    /* Overlay when menu is open – behind header so menu stays clickable */
    body.hamburger-active::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    body.hamburger-active::after {
        opacity: 1;
        pointer-events: all;
    }
}

/* ========== 2. OAR Hero Section ========== */

.oar-hero-section {
    position: relative;
    min-height: 500px;
    max-height: 600px;
    overflow: hidden;
    margin-top: 0;
    padding: 20px;
}

.oar-hero-slider {
    position: relative;
    width: 100%;
    min-height: 500px;
    max-height: 600px;
    border-radius: 20px;
}

.oar-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
    padding: 60px 0;
    border-radius: 20px;
}

.oar-hero-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.3); */
    border-radius: 20px;
    backdrop-filter: blur(2px);
    background: linear-gradient(90deg, rgb(0 0 0 / 79%) 0%, rgb(0 0 0 / 20%) 100%) !important;
    /* background: linear-gradient(135deg, rgba(65, 134, 59, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%); */
    z-index: 1;
}

.oar-hero-slide.active {
    opacity: 1;
    z-index: 2;
}
.oar-hero-slide .container {
    margin: 0 !important;
    padding: 0 50px !important;
}
.oar-hero-content {
    position: relative;
    z-index: 3;
    text-align: left;
    margin: 0;
    padding: 20px 0;
    max-width: 720px;
}

/* Scoped child selectors to prevent site-wide overrides */
.oar-hero-content .oar-tagline {
    display: inline-block;
    color: #46ec13;
    background-color: rgba(98, 255, 83, 0.25);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    position: relative;
    box-shadow:
        0 0 15px rgb(0 0 0 / 21%),
        inset 0 0 10px rgb(98 255 83 / 0%);
    /* box-shadow: 0 0 15px rgba(98, 255, 83, 0.25), inset 0 0 10px rgba(98, 255, 83, 0.15); */
}

.oar-hero-content .oar-hero-headline {
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    line-height: 72px;
    margin-bottom: 32px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    min-height: 140px;
}

.oar-hero-content .oar-hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.oar-hero-content .oar-hero-buttons .oar-btn-primary,
.oar-hero-content .oar-hero-buttons a.oar-btn-primary {
    background: #41863b;
    color: #ffffff;
    border: none;
    border-radius: 40px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    max-width: 200px;
    text-decoration: none;
}
.oar-hero-content .oar-hero-buttons a.oar-btn-primary:hover {
    color: #ffffff;
}

.oar-hero-content .oar-hero-buttons .oar-btn-primary img,
.oar-hero-content .oar-hero-buttons .oar-btn-secondary img {
    display: block;
    flex-shrink: 0;
}

/* .oar-hero-content .oar-hero-buttons .oar-btn-primary:hover {
  background: #35692F;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(65, 134, 59, 0.3);
} */

.oar-hero-content .oar-hero-buttons .oar-btn-secondary,
.oar-hero-content .oar-hero-buttons a.oar-btn-secondary {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 40px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    text-decoration: none;
}
.oar-hero-content .oar-hero-buttons a.oar-btn-secondary:hover {
    color: #fff;
}

/* .oar-hero-content .oar-hero-buttons .oar-btn-secondary:hover {
  background: #F5F5F5;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */

.oar-hero-section .oar-carousel-indicators {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
    z-index: 10;
}

.oar-hero-section .oar-carousel-indicators .indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.oar-hero-section .oar-carousel-indicators .indicator:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.oar-hero-section .oar-carousel-indicators .indicator.active {
    background: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}

@media (max-width: 768px) {
    .oar-hero-section {
        max-height: 500px;
        padding: 10px;
        position: relative;
    }
    .oar-hero-section .oar-hero-slide .container {
        margin: 0 !important;
        padding: 0 20px !important;
    }

    .oar-hero-section .oar-hero-slider {
        max-height: 500px;
    }

    .oar-hero-section .oar-hero-slide {
        height: 500px;
        max-height: 430px;
        padding: 40px 0;
        border-radius: 20px;
    }

    .oar-hero-section .oar-hero-content {
        max-width: 100%;
        width: 100%;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .oar-hero-section .oar-hero-content .oar-hero-headline {
        font-size: 34px;
        line-height: 1.2em;
        margin-bottom: 24px;
        font-weight: 700;
        min-height: 80px;
        text-align: center !important;
    }

    .oar-hero-section .oar-hero-content .oar-hero-buttons {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 12px;
        margin-bottom: 32px;
        width: 100%;
        max-width: 280px;
    }

    .oar-hero-section .oar-hero-content .oar-hero-buttons .oar-btn-primary,
    .oar-hero-section .oar-hero-content .oar-hero-buttons .oar-btn-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center !important;
        width: auto;
    }

    .oar-hero-section .oar-carousel-indicators {
        bottom: 20px;
        width: 100%;
        justify-content: center;
        left: 0;
    }

    .oar-hero-section .oar-hero-content .oar-tagline {
        font-size: 12px;
        padding: 4px 13px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .oar-hero-section .oar-carousel-indicators {
        bottom: 20px;
    }
}

/* ========== 3. OAR Search Section ========== */

.oar-search-section {
    position: relative;
    margin-top: 0;
    z-index: 10;
    padding: 20px 0 40px 0;
    background: #ffffff;
}

.oar-search-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* .oar-search-bar {
    background: #e4e4e4;
    background-color: rgba(228, 228, 228, 0.4);
    border-radius: 20px;
    padding: 4px 8px;
    display: flex;
    border: 1px solid #bfbfbf;
    align-items: center;
    margin-bottom: 24px;
} */

.oar-search-bar {
    background: rgba(220, 223, 186, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 15px;
    padding: 10px;
    display: flex;
    border: 1px solid rgba(220, 223, 186, 1);
    align-items: center;
    margin-bottom: 24px;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.06),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 2px 8px rgba(255, 255, 255, 0.15);
}

.oar-search-bar .search-icon {
    margin-left: 16px;
    flex-shrink: 0;
    display: block;
}

.oar-search-bar .oar-search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 16px 20px 14px;
    font-size: 17px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    color: #000000;
    background: transparent;
}

.oar-search-bar .oar-search-input::placeholder {
    color: #000000;
}

.oar-search-bar .oar-search-btn {
    background: #41863b;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.oar-search-bar .oar-search-btn:hover {
    background: #35692f;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(65, 134, 59, 0.3);
}

.oar-search-bar .oar-search-btn svg,
.oar-search-bar .oar-search-btn img {
    flex-shrink: 0;
    display: block;
}

.oar-search-section .oar-quick-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px 16px;
}

.oar-search-section .oar-quick-filters .quick-filter-label {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    flex-shrink: 0;
}

.oar-search-section .oar-quick-filters .quick-filter-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.oar-search-section .oar-quick-filters .oar-filter-dropdowns {
/*     flex-basis: 100%; */
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.oar-search-section .oar-quick-filters .quick-filter-buttons .quick-filter-btn {
    background: transparent;
    color: #000;
    border: 2px solid #41863b;
    border-radius: 40px;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-search-section .oar-quick-filters .quick-filter-buttons .quick-filter-btn-lght {
    background: transparent;
    color: #000;
    border: 2px solid #41863b;
}

/* Non-active: black icon via filter */
.oar-search-section .oar-quick-filters .quick-filter-buttons .quick-filter-btn:not(.active) svg,
.oar-search-section .oar-quick-filters .quick-filter-buttons .quick-filter-btn:not(.active) img {
    filter: brightness(0);
}

.oar-search-section .oar-quick-filters .quick-filter-buttons .quick-filter-btn svg,
.oar-search-section .oar-quick-filters .quick-filter-buttons .quick-filter-btn img {
    flex-shrink: 0;
    display: block;
}

.oar-search-section .oar-filter-dropdowns {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.oar-search-section .oar-filter-dropdowns .oar-filter-dropdown {
    flex: 1;
    max-width: 220px;
    background-color: rgba(228, 228, 228, 0.4);
    background-image: url("../img/home-page/cta-section/keyboard_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px 24px;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    padding: 12px 60px 12px 20px;
    font-size: 14px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    color: #000;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	height: 45px;
}

.oar-search-section .oar-filter-dropdowns .oar-filter-dropdown:hover {
    border-color: #41863b;
}

.oar-search-section .oar-filter-dropdowns .oar-filter-dropdown:focus {
    border-color: #41863b;
    box-shadow: 0 0 0 3px rgba(65, 134, 59, 0.1);
}

.oar-search-section .oar-quick-filters .quick-filter-buttons .quick-filter-btn.active {
    background: #41863b;
    color: #ffffff;
    border: 2px solid #41863b;
    /* box-shadow: 0 2px 8px rgba(65, 134, 59, 0.4); */
}

/* Active: white icon via filter */
.oar-search-section .oar-quick-filters .quick-filter-buttons .quick-filter-btn.active svg,
.oar-search-section .oar-quick-filters .quick-filter-buttons .quick-filter-btn.active img {
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .oar-search-section {
        margin-top: 0;
        padding: 30px 00px;
    }
    .oar-search-section .oar-quick-filters {
        align-items: center !important;
    }
    .oar-search-section .oar-search-bar {
        flex-direction: row;
        padding: 10px 12px;
        gap: 12px;
        align-items: center;
        border-radius: 16px;
    }

    .oar-search-section .oar-search-bar .search-icon {
        display: block;
        flex-shrink: 0;
        margin-left: 2px;
        width: 16px;
        height: 16px;
        opacity: 0.85;
    }

    .oar-search-section .oar-search-bar .oar-search-input {
        flex: 1 1 0;
        min-width: 100px;
        padding: 10px 8px 10px 4px;
        font-size: 13px;
        letter-spacing: 0.01em;
    }

    .oar-search-section .oar-search-bar .oar-search-input::placeholder {
        font-size: 12px;
    }

    .oar-search-section .oar-search-bar .oar-search-btn {
        flex-shrink: 0;
        justify-content: center;
        padding: 12px 14px;
        font-size: 13px;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(65, 134, 59, 0.25);
    }

    .oar-search-section .oar-quick-filters {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .oar-search-section .oar-quick-filters .quick-filter-buttons {
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .oar-search-section .oar-quick-filters .quick-filter-buttons .quick-filter-btn {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
    }

    .oar-search-section .oar-filter-dropdowns {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }

    .oar-search-section .oar-filter-dropdowns .oar-filter-dropdown {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
    }
}

/* ========== 4. OAR Quick Results Section ========== */

.oar-quick-results-section {
    /* padding: 60px 0; */
    background: #ffffff;
    margin-bottom: 40px;
}

.oar-quick-results-section[hidden] {
    display: none !important;
}
.oar-quick-results-section .container {
    background-color: rgba(220, 223, 186, 0.2);
    padding: 40px;
    border-radius: 20px;
}
.oar-quick-results-wrapper {
    /* max-width: 1200px;  */
    margin: 0 auto;
}

.oar-quick-results-section .oar-quick-results-title {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
}

.oar-quick-results-section .oar-results-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.oar-quick-results-section .oar-results-list .oar-result-item {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.oar-quick-results-section .oar-results-list .oar-result-item:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}

.oar-quick-results-section .oar-results-list .oar-result-item .oar-result-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.oar-quick-results-section .oar-results-list .oar-result-item .oar-result-content .oar-result-title {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.oar-quick-results-section .oar-results-list .oar-result-item .oar-result-content .oar-result-tags {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
}

.oar-quick-results-section .oar-results-list .oar-result-item .oar-result-content .oar-result-tags .oar-result-tag {
    background-color: rgba(98, 255, 83, 0.25);
    color: #000;
    padding: 6px 18px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
}

.oar-quick-results-section .oar-results-list .oar-result-item .oar-result-type {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.oar-quick-results-section .oar-explore-more-btn {
    background: #41863b;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
    transition: all 0.3s ease;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-quick-results-section .oar-explore-more-btn:hover {
    background: #35692f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(65, 134, 59, 0.3);
}

.oar-quick-results-section .oar-no-results {
    text-align: center;
    color: #969bab;
    font-size: 16px;
    padding: 40px 0;
}

@media (max-width: 768px) {
    .oar-quick-results-section {
        margin: 5px;
    }
    .oar-quick-results-section .container {
        padding: 40px 20px;
    }

    .oar-quick-results-section .oar-results-list .oar-result-item {
        align-items: flex-start;
        gap: 16px;
    }

    .oar-quick-results-section .oar-results-list .oar-result-item .oar-result-type {
        align-self: flex-end;
    }
}

/* ========== 5. OAR Featured Crops Section ========== */

.oar-featured-crops-section {
    padding: 20px 0 80px 0;
    background: #ffffff;
}

.oar-featured-crops-section .oar-featured-header {
    margin-bottom: 48px;
}

.oar-featured-crops-section .oar-featured-header .oar-featured-tag {
    display: inline-block;
    background: #e8f5e9;
    color: #41863b;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16px;
}

.oar-featured-crops-section .oar-featured-header .oar-featured-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.oar-featured-crops-section .oar-featured-header .oar-featured-title-wrapper .oar-featured-title {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    margin: 0;
}

.oar-featured-crops-section .oar-featured-header .oar-featured-title-wrapper .oar-view-all-link {
    color: #41863b;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.oar-featured-crops-section .oar-featured-header .oar-featured-title-wrapper .oar-view-all-link:hover {
    color: #35692f;
    gap: 12px;
}

.oar-featured-crops-section .oar-crops-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-image-wrapper {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-image-wrapper .oar-crop-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-image-wrapper .oar-crop-type-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #41863b !important;
    color: #fff !important;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-content .oar-crop-name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-content .oar-crop-availability {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-content .oar-crop-availability .oar-availability-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #000;
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-content .oar-crop-icons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    justify-content: space-between;
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-content .oar-crop-icons .oar-crop-many-icon {
    width: 110px;
    height: auto;
    display: block;
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-content .oar-crop-icons .oar-view-details-btn {
    width: auto;
    flex-shrink: 0;
    background: #41863b;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-content .oar-view-details-btn:hover {
    background: #35692f;
    color: #ffffff;
}

@media (max-width: 992px) {
    .oar-featured-crops-section .oar-crops-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .oar-featured-crops-section {
        padding: 40px 0;
    }
    .oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-image-wrapper {
        max-height: 180px;
    }

    .oar-featured-crops-section .oar-crops-grid {
        grid-template-columns: 1fr;
    }

    .oar-featured-crops-section .oar-featured-header .oar-featured-title-wrapper .oar-featured-title {
        font-size: 28px;
    }
}

/* ========== 6. OAR Statistics Section ========== */

.oar-statistics-section {
    background: #f8f9f1;
    padding: 80px 0;
}

.oar-statistics-section .oar-stat-box {
    text-align: center;
}

.oar-statistics-section .oar-stat-box .oar-stat-number {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.2;
    text-align: left;
}

.oar-statistics-section .oar-stat-box .oar-stat-label {
    font-size: 18px;
    font-weight: 400;
    color: #41863b;
    text-align: left;
    margin: 0;
}

@media (max-width: 768px) {
    .oar-statistics-section {
        padding: 40px 0;
    }

    .oar-statistics-section .oar-stat-box .oar-stat-number {
        font-size: 28px;
        text-align: center !important;
    }

    .oar-statistics-section .oar-stat-box .oar-stat-label {
        font-size: 14px;
        text-align: center;
    }
    .oar-statistics-section .row {
        gap: 10px;
        justify-content: center;
    }

    .oar-statistics-section .col-3 {
        flex: 0 0 45%;
    }
}

/* ========== 7. OAR Footer ========== */

.oar-footer {
    background: #082206;
    color: #ffffff;
    padding: 60px 0 0;
}

.oar-footer .oar-footer-column {
    margin-bottom: 40px;
}
.oar-footer .oar-footer-column.col-6 p {
    padding-right: 100px;
}

.oar-footer .oar-footer-column .oar-footer-title {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
}
/* Main footer row only (3 columns) – does not affect footer bottom */
.oar-footer .oar-footer-main-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

/* Equal-width columns with equal spacing (3 columns, 2 gaps of 32px) */
.oar-footer .oar-footer-main-row > .col-4 {
    flex: 1 1 calc((100% - 64px) / 3);
    min-width: 0;
    max-width: calc((100% - 64px) / 3);
}

/* Footer bottom row: copyright + legal links – stays inline */
.oar-footer .oar-footer-bottom-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.oar-footer .oar-footer-bottom .oar-footer-bottom-row > .col-6 {
    flex: 0 1 auto;
    min-width: 0;
}

/* Legal links: always inline (separate class so other footer styles don’t change it) */
.oar-footer .oar-footer-links.oar-footer-links-inline {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
}

.oar-footer .oar-footer-column .oar-footer-description {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 24px;
}

.oar-footer .oar-footer-column .oar-footer-collab {
    margin-top: 24px;
}

.oar-footer .oar-footer-column .oar-footer-collab .oar-collab-label {
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
    display: block;
}

.oar-footer .oar-footer-column .oar-footer-collab .oar-collab-logos {
    display: flex;
    align-items: center;
    gap: 24px;
}

.oar-footer .oar-footer-column .oar-footer-collab .oar-collab-name {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.oar-footer .oar-footer-column .oar-footer-collab .oar-govt-emblem {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.oar-footer .oar-footer-column .oar-footer-collab .oar-govt-emblem .oar-govt-logo {
    width: auto;
    height: auto;
    max-width: 200px;
    display: block;
}

.oar-footer .oar-footer-column .oar-footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.oar-footer .oar-footer-column .oar-footer-nav ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.oar-footer .oar-footer-column .oar-footer-nav ul li a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.oar-footer .oar-footer-column .oar-newsletter {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.oar-footer .oar-footer-column .oar-newsletter .oar-newsletter-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px 16px;
    color: #ffffff;
    font-size: 14px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    outline: none;
}

.oar-footer .oar-footer-column .oar-newsletter .oar-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.oar-footer .oar-footer-column .oar-newsletter .oar-newsletter-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.oar-footer .oar-footer-column .oar-newsletter .oar-newsletter-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.oar-footer .oar-footer-column .oar-social-links {
    display: flex;
    gap: 12px;
}

.oar-footer .oar-footer-column .oar-social-links .oar-social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.oar-footer .oar-footer-column .oar-social-links .oar-social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.oar-footer .oar-footer-bottom {
    background: #082206;
    padding: 24px 0;
    margin-top: 40px;
    position: relative;
}

.oar-footer .oar-footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.oar-footer .oar-footer-bottom .oar-footer-copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.oar-footer .oar-footer-bottom .oar-footer-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: 0;
}

.oar-footer .oar-footer-bottom .oar-footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.oar-footer .oar-footer-bottom .oar-footer-links a:hover {
    color: #ffffff;
}
.oar-crop-tabs .container .row {
    border-bottom: 1px solid #b3b3b3;
}

@media (max-width: 768px) {
    .oar-footer {
        padding: 40px 0 0;
    }
    .oar-footer .oar-footer-bottom .oar-footer-links {
        justify-content: center;
        text-align: center;
    }
    .oar-footer .oar-footer-bottom .oar-footer-links a {
        font-size: 12px;
    }

    .oar-footer .oar-footer-bottom .oar-footer-copyright {
        text-align: center;
        font-size: 12px;
    }
    .oar-footer .oar-footer-column {
        margin-bottom: 32px;
    }

    .oar-footer .oar-footer-bottom {
        padding: 20px 0;
    }

    /* Keep .oar-footer-links-inline always inline; other .oar-footer-links can stack on small screens */
    .oar-footer .oar-footer-bottom .oar-footer-links:not(.oar-footer-links-inline) {
        flex-direction: column;
        gap: 12px;
        justify-content: flex-start;
    }
    .oar-footer .oar-footer-main-row {
        gap: 20px;
        flex-wrap: wrap;
    }

    .oar-footer .oar-footer-main-row > .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .oar-footer .oar-footer-bottom-row > .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .oar-footer .oar-footer-column .oar-newsletter {
        flex-direction: column;
    }

    .oar-footer .oar-footer-column .oar-newsletter .oar-newsletter-btn {
        width: 100%;
    }
}

/* ========== OAR Contact Us Page ========== */

.oar-contact-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #2d5016;
    padding: 88px 20px 64px;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px;
}

.oar-contact-hero .oar-contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.78) 0%, rgba(102, 102, 102, 0) 100%);
    pointer-events: none;
}

.oar-contact-hero .container {
    position: relative;
    z-index: 1;
}

.oar-contact-hero .oar-contact-hero-inner {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.oar-contact-hero .oar-contact-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-contact-hero .oar-contact-hero-desc {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 32px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-contact-hero .oar-contact-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.oar-contact-hero .oar-contact-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    border: none;
    cursor: pointer;
}

.oar-contact-hero .oar-contact-hero-btn-icon {
    display: block;
    flex-shrink: 0;
}

.oar-contact-hero .oar-contact-hero-btn-icon svg {
    display: block;
}

/* Give Feedback: solid green */
.oar-contact-hero .oar-contact-hero-btn--feedback {
    background: #41863b;
    color: #fff;
    border: none;
}

.oar-contact-hero .oar-contact-hero-btn--feedback:hover {
    background: #35692f;
    color: #fff;
}

/* Partner With Us: second button style from oar-crop-meta-pill (translucent, white border) */
.oar-contact-hero .oar-contact-hero-btn--partner.oar-crop-meta-pill {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 18px;
    font-size: 16px;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 2px 8px rgba(255, 255, 255, 0.1);
}

.oar-contact-hero .oar-contact-hero-btn--partner.oar-crop-meta-pill:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Contact Main: Reach Us + Form */
.oar-contact-main {
    background: #fff;
    padding: 60px 0 80px;
}

.oar-contact-main .oar-contact-main-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    align-items: flex-start;
}

.oar-contact-main .oar-contact-main-row > .oar-contact-reach {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 0;
}

.oar-contact-main .oar-contact-main-row > .oar-contact-form-col {
    flex: 1 1 0;
    min-width: 0;
}

.oar-contact-main .oar-contact-reach-title {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    margin: 0 0 24px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-contact-main .oar-contact-reach-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 325px;
}

.oar-contact-main .oar-contact-reach-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* First column icons: background #9DF595, rounded, icon centered */
.oar-contact-main .oar-contact-reach-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9df595;
    border-radius: 10px;
    color: #41863b;
}

.oar-contact-main .oar-contact-reach-icon svg,
.oar-contact-main .oar-contact-reach-icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.oar-contact-main .oar-contact-reach-text {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-contact-main .oar-contact-form-card {
    background: #f5f7ef;
    border: 1px solid #e0e2d8;
    border-radius: 16px;
    padding: 10px 32px 35px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.oar-contact-main .oar-contact-form-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.oar-contact-main .oar-contact-form-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 500;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid #41863b;
    background: #fff;
    color: #41863b;
}

.oar-contact-main .oar-contact-form-tab .oar-contact-form-tab-icon {
    display: block;
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(42%) sepia(45%) saturate(800%) hue-rotate(80deg);
}

.oar-contact-main .oar-contact-form-tab.active {
    background: #41863b;
    color: #fff;
    border-color: #41863b;
}

.oar-contact-main .oar-contact-form-tab.active .oar-contact-form-tab-icon {
    filter: brightness(0) invert(1);
}

.oar-contact-main .oar-contact-form-tab:hover:not(.active) {
    background: rgba(65, 134, 59, 0.08);
}

.oar-contact-main .oar-contact-form .oar-contact-form-row {
    margin-bottom: 20px;
}

.oar-contact-main .oar-contact-form .oar-contact-form-row:last-of-type {
    margin-bottom: 0;
}

.oar-contact-main .oar-contact-form-row--two-cols {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.oar-contact-main .oar-contact-form-row--two-cols .oar-contact-form-field {
    flex: 1 1 0;
    min-width: 0;
}

@media (max-width: 480px) {
    .oar-contact-main .oar-contact-form-row--two-cols {
        flex-direction: column;
        gap: 0;
    }
    .oar-contact-main .oar-contact-form-row--two-cols .oar-contact-form-field {
        margin-bottom: 20px;
    }
    .oar-contact-main .oar-contact-form-row--two-cols .oar-contact-form-field:last-of-type {
        margin-bottom: 0;
    }
}

.oar-contact-main .oar-contact-form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-contact-main .oar-contact-form-input,
.oar-contact-main .oar-contact-form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 16px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    color: #000;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.oar-contact-main .oar-contact-form-input:focus,
.oar-contact-main .oar-contact-form-textarea:focus {
    outline: none;
    border-color: #41863b;
    box-shadow: 0 0 0 3px rgba(65, 134, 59, 0.1);
}

.oar-contact-main .oar-contact-form-textarea {
    min-height: 120px;
    resize: vertical;
}

.oar-contact-main .oar-contact-form-actions {
    margin-top: 24px;
}

.oar-contact-main .oar-contact-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #41863b;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(65, 134, 59, 0.25);
}

.oar-contact-main .oar-contact-form-submit:hover {
    background: #35692f;
}

.oar-contact-main .oar-contact-form-submit-arrow {
    display: block;
    flex-shrink: 0;
}

/* Contact FAQ Section */
.oar-contact-faq-section {
    background: #fff;
    padding: 40px 0 80px;
}

.oar-contact-faq-section .oar-contact-faq-title {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    margin: 0 0 32px;
    text-align: center;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-contact-faq-section .oar-faq-accordion {
    /* max-width: 800px; */
    margin: 0 auto;
}

@media (max-width: 768px) {
    .oar-contact-hero {
        padding: 48px 20px 40px;
        margin: 12px;
        border-radius: 16px;
    }
    .oar-contact-hero .oar-contact-hero-title {
        font-size: 32px;
    }
    .oar-contact-hero .oar-contact-hero-desc {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .oar-contact-hero .oar-contact-hero-btns {
        /* flex-direction: column; */
        gap: 12px;
        /* width: max-content; */
    }
    .oar-contact-hero .oar-contact-hero-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    .oar-contact-main {
        padding: 40px 0 60px;
    }
    .oar-contact-main .oar-contact-main-row {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 32px;
    }
    .oar-contact-main .oar-contact-main-row > .oar-contact-reach,
    .oar-contact-main .oar-contact-main-row > .oar-contact-form-col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .oar-contact-main .oar-contact-reach-title {
        font-size: 24px;
    }
    .oar-contact-main .oar-contact-form-card {
        padding: 20px 20px;
    }
    .oar-contact-main .oar-contact-form-tabs {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .oar-contact-main .oar-contact-form-tab {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
    }
    .oar-contact-faq-section .oar-contact-faq-title {
        font-size: 28px;
        margin-bottom: 24px;
    }
}

@media (min-width: 769px) {
    .oar-contact-hero .container,
    .oar-contact-main .container,
    .oar-contact-faq-section .container {
        max-width: 1200px;
        padding-left: 50px;
        padding-right: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ========== OAR About Us Page ========== */

.oar-about-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #2d5016;
    padding: 88px 20px 64px;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px;
}

.oar-about-hero .oar-about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.78) 0%, rgba(102, 102, 102, 0) 100%);
    pointer-events: none;
}

.oar-about-hero .container {
    position: relative;
    z-index: 1;
}

.oar-about-hero .oar-about-hero-inner {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Tagline: same as .oar-hero-content .oar-tagline */
.oar-about-hero .oar-about-hero-tagline.oar-tagline {
    display: inline-block;
    color: #46ec13;
    background-color: rgba(98, 255, 83, 0.25);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    position: relative;
    box-shadow:
        0 0 15px rgb(0 0 0 / 21%),
        inset 0 0 10px rgb(98 255 83 / 0%);
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-about-hero .oar-about-hero-title {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-about-hero .oar-about-hero-desc {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 32px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-about-hero .oar-about-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.oar-about-hero .oar-about-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    cursor: pointer;
}

.oar-about-hero .oar-about-hero-btn-icon {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.oar-about-hero .oar-about-hero-btn--primary {
    background: #41863b;
    color: #fff;
    border: none;
}

.oar-about-hero .oar-about-hero-btn--primary:hover {
    background: #35692f;
    color: #fff;
}

.oar-about-hero .oar-about-hero-btn--secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.oar-about-hero .oar-about-hero-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

/* Watch Videos: same as contact partner pill (oar-contact-hero-btn--partner oar-crop-meta-pill) */
.oar-about-hero .oar-about-hero-btn--secondary.oar-crop-meta-pill {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 18px;
    font-size: 16px;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 2px 8px rgba(255, 255, 255, 0.1);
}

.oar-about-hero .oar-about-hero-btn--secondary.oar-crop-meta-pill:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Vision & Mission: two cards side by side */
.oar-about-vision-mission {
    padding: 60px 0;
    background: #fff;
}

.oar-about-vision-mission .oar-about-vision-mission-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
    display: block;
}

.oar-about-vision-mission .oar-about-vision-card,
.oar-about-vision-mission .oar-about-mission-card {
    flex: 1 1 0;
    min-width: 280px;
    padding: 32px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 25px;
}

.oar-about-vision-mission .oar-about-vision-card {
    background: #e8f7e8;
    border: 1px solid rgba(157, 245, 149, 0.5);
}

.oar-about-vision-mission .oar-about-mission-card {
    background: #fff;
    border: 1px solid #9df595;
}

/* Faded background graphic (vision-Intersect.svg / misssion-group.svg) */
.oar-about-vision-mission .oar-about-card-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    max-width: 180px;
    height: auto;
    pointer-events: none;
    opacity: 1;
    z-index: 0;
}

.oar-about-vision-mission .oar-about-card-bg img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom right;
}

.oar-about-vision-mission .oar-about-card-icon,
.oar-about-vision-mission .oar-about-card-title,
.oar-about-vision-mission .oar-about-card-text {
    position: relative;
    z-index: 1;
}

/* Icon: background #9DF595, eye-icon.svg / flag-icon.svg */
.oar-about-vision-mission .oar-about-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    background: #9df595;
    border-radius: 12px;
    color: #1a1a1a;
}

.oar-about-vision-mission .oar-about-card-icon--vision {
    border-radius: 50%;
}

.oar-about-vision-mission .oar-about-card-icon img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.oar-about-vision-mission .oar-about-card-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 12px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-about-vision-mission .oar-about-card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}
.oar-about-mission-card .oar-about-card-bg--mission {
    right: -30px !important;
    bottom: -25px !important;
}

/* Statistics strip: dark green */
.oar-about-stats {
    background: #11320e;
    padding: 48px 20px;
}

.oar-about-stats .oar-about-stats-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.oar-about-stats .oar-about-stat-item {
    flex: 1 1 0;
    min-width: 120px;
}

.oar-about-stats .oar-about-stat-number {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-about-stats .oar-about-stat-label {
    font-size: 16px;
    font-weight: 300;
    color: #85fc7a;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

/* Core Platform Features: 6-card grid */
.oar-about-features {
    padding: 60px 0 80px;
    background: #fff;
}

.oar-about-features .oar-about-features-title {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 40px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-about-features .oar-about-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.oar-about-features .oar-about-feature-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s;
}

.oar-about-features .oar-about-feature-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.oar-about-features .oar-about-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    color: #41863b;
}

.oar-about-features .oar-about-feature-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.oar-about-features .oar-about-feature-icon--text {
    font-size: 28px;
    font-weight: 700;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    line-height: 1;
}

.oar-about-features .oar-about-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-about-features .oar-about-feature-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #010101;
    margin: 0;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

/* How OAR Works: 3 steps with Line5.svg through circles, left-aligned text */
.oar-about-how {
    padding: 60px 0 80px;
    background: #f9f9f4;
}

.oar-about-how .oar-about-how-title {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 48px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-about-how .oar-about-steps {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Line row: one continuous line via ::before, circles with equal gaps (space-between) */
.oar-about-how .oar-about-steps-line-row.step-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    margin-bottom: 16px;
    position: relative;
}

.oar-about-how .oar-about-steps-line-row.step-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 74%;
    background-color: #41863b;
    z-index: 0;
}

.oar-about-how .oar-about-step-node {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.oar-about-how .oar-about-step-node .oar-about-step-num {
    margin: 0;
}

.oar-about-how .oar-about-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #41863b;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    border-radius: 50%;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    flex-shrink: 0;
}

/* Content row: titles + descriptions, left-aligned under each circle */
.oar-about-how .oar-about-steps-content-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 70px;
}

.oar-about-how .oar-about-steps-content-row .oar-about-step {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 12px;
}

.oar-about-how .oar-about-step-content {
    width: 100%;
    margin-left: 0;
    text-align: left;
    box-sizing: border-box;
}

.oar-about-how .oar-about-step-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    text-align: left;
}

.oar-about-how .oar-about-step-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #1a1a1a;
    margin: 0;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

/* Collaboration */
.oar-about-collab {
    padding: 40px 0;
    background: #fff;
    text-align: center;
}

/* Single horizontal line: label + HCL logo + "&" + govt logo */
.oar-about-collab-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 12px;
}

.oar-about-collab .oar-about-collab-label {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 6px;
    font-size: 16px;
    color: #333;
    margin: 0;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-about-collab .oar-about-collab-name {
    color: #0066cc;
    font-weight: 600;
    margin-left: 4px;
}

.oar-about-collab .oar-about-collab-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.oar-about-collab .oar-about-collab-logo-inline {
    vertical-align: middle;
    margin: 0 2px;
    height: 60px;
}

.oar-about-collab .oar-about-collab-logo-govt {
    filter: invert(1);
    opacity: 0.85;
}

/* Open Access & Licensing card */
.oar-about-licensing {
    padding: 40px 0 80px;
    background: #fff;
}

.oar-about-licensing .oar-about-licensing-card {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border: 1.5px dashed #939393;
    border-radius: 20px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.oar-about-licensing .oar-about-licensing-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.oar-about-licensing .oar-about-licensing-icon-img {
    width: 55px;
    height: auto;
    object-fit: contain;
}

.oar-about-licensing .oar-about-licensing-content {
    flex: 1;
    min-width: 0;
}

.oar-about-licensing .oar-about-licensing-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 12px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-about-licensing .oar-about-licensing-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #010101;
    margin: 0 0 16px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-about-licensing .oar-about-licensing-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #41863b;
    text-decoration: none;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-about-licensing .oar-about-licensing-link:hover {
    text-decoration: underline;
}

.oar-about-licensing .oar-about-licensing-link-icon {
    width: 16px;
    height: 12px;
    object-fit: contain;
}

/* About Us: active nav link */
.oar-about-page .oar-nav a[href="about.html"],
.oar-about-page .oar-nav a.oar-nav-link-active {
    border-bottom: 2px solid #41863b;
    color: #1a1a1a;
}

/* Farmer Voices: active nav link */
.oar-voices-page .oar-nav a[href="farmer-voices.html"],
.oar-voices-page .oar-nav a.oar-nav-link-active {
    border-bottom: 2px solid #41863b;
    color: #1a1a1a;
}

/* ========== Farmer Voices Page (scoped) ========== */
.oar-voices-page .oar-voices-hero {
    border-radius: 20px;
    padding: 48px 0;
    margin: 20px;
}

.oar-voices-page .oar-voices-hero .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
    background: #eeffed;
    border-radius: 20px;
}

.oar-voices-page .oar-voices-hero-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
}

/* Equal width columns (50/50) like site col-6; image first */
.oar-voices-page .oar-voices-hero-image {
    flex: 1 1 0;
    min-width: 260px;
    max-width: 100%;
}

.oar-voices-page .oar-voices-hero-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    object-fit: cover;
}

.oar-voices-page .oar-voices-hero-content {
    flex: 1 1 0;
    min-width: 260px;
    max-width: 100%;
}

.oar-voices-page .oar-voices-hero-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #62ff5340;
    color: #353333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 6px 14px;
    border-radius: 40px;
    margin-bottom: 16px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-voices-page .oar-voices-tagline-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.oar-voices-page .oar-voices-hero-title {
    font-size: 50px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 16px;
    line-height: 1.3em;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-voices-page .oar-voices-hero-title-green {
    color: #41863b;
}

.oar-voices-page .oar-voices-hero-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 24px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-voices-page .oar-voices-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.oar-voices-page .oar-voices-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    transition:
        background 0.2s,
        color 0.2s;
}

.oar-voices-page .oar-voices-hero-btn-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.oar-voices-page .oar-voices-hero-btn--primary {
    background: #41863b;
    color: #fff;
    border: none;
    border-radius: 40px;
}

.oar-voices-page .oar-voices-hero-btn--secondary {
    background: #fff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 40px;
}

/* Featured Story Spotlight */
.oar-voices-page .oar-voices-spotlight {
    padding: 48px 0 32px;
    background: #fff;
}

.oar-voices-page .oar-voices-spotlight .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.oar-voices-page .oar-voices-spotlight-heading {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 24px;
    text-align: center;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    line-height: 1.3em;
}

.oar-voices-page .oar-voices-spotlight-card {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-width: 1038px;
    margin: 0 auto;
    padding: 24px;
}

.oar-voices-page .oar-voices-spotlight-image {
    flex: 0 0 33.333%;
    max-width: 100%;
    min-width: 260px;
    min-height: 280px;
}

.oar-voices-page .oar-voices-spotlight-image img,
.oar-voices-page .oar-voices-spotlight-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 400px;
}

.oar-voices-page .oar-voices-spotlight-content {
    flex: 1 1 320px;
    padding: 32px 40px;
    position: relative;
    min-width: 0;
}

.oar-voices-page .oar-voices-spotlight-quote-icon {
    position: absolute;
    top: 0px;
    right: 0;
    width: 126px;
    height: auto;
    object-fit: contain;
    pointer-events: none;
}

.oar-voices-page .oar-voices-spotlight-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    max-width: 450px;
    line-height: 1.4em;
}

.oar-voices-page .oar-voices-spotlight-meta {
    font-size: 16px;
    color: #808080;
    margin: 0 0 16px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-voices-page .oar-voices-spotlight-quote-text {
    font-size: 16px;
    line-height: 1.6;
    color: #363636;
    margin: 0 0 20px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-voices-page .oar-voices-spotlight-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #41863b;
    padding: 12px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    transition: background 0.2s;
}

.oar-voices-page .oar-voices-spotlight-link:hover {
    background: #35692f;
    color: #fff;
    text-decoration: none;
}

.oar-voices-page .oar-voices-spotlight-link-icon {
    width: 16px;
    height: 12px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Filter Stories */
.oar-voices-page .oar-voices-filter {
    padding: 24px 0 32px;
    background: #fff;
}

.oar-voices-page .oar-voices-filter .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.oar-voices-page .oar-voices-filter-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
}

.oar-voices-page .oar-voices-filter-heading {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-voices-page .oar-voices-filter-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 20px;
    flex: 1;
}

.oar-voices-page .oar-voices-filter-label {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    display: none;
}

.oar-voices-page .oar-voices-filter-select {
    padding: 10px 44px 10px 14px;
    font-size: 15px;
    color: #1a1a1a;
    background-color: rgba(228, 228, 228, 0.4);
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    appearance: none;
    background-image: url("../img/home-page/cta-section/keyboard_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px 24px;
    cursor: pointer;
    min-width: 160px;
}

.oar-voices-page .oar-voices-filter-select:hover {
    border-color: #41863b;
}

.oar-voices-page .oar-voices-filter-select:focus {
    outline: none;
    border-color: #41863b;
    box-shadow: 0 0 0 3px rgba(65, 134, 59, 0.1);
}

/* Story Cards Grid */
.oar-voices-page .oar-voices-grid {
    padding: 0 0 80px;
    background: #fff;
}

.oar-voices-page .oar-voices-grid .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.oar-voices-page .oar-voices-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.oar-voices-page .oar-voices-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6.52px 55.38px 9.77px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
}

.oar-voices-page .oar-voices-card:hover {
    box-shadow: 0 8px 56px 12px rgba(0, 0, 0, 0.12);
}

.oar-voices-page .oar-voices-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.oar-voices-page .oar-voices-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Story card tags: grouped top-left with small gap (like second image) */
.oar-voices-page .oar-voices-card-tags {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.oar-voices-page .oar-voices-card-tags .oar-video-lang-tag {
    position: static;
}

.oar-voices-page .oar-voices-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.oar-voices-page .oar-voices-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
    line-height: 1.3;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-voices-page .oar-voices-card-meta {
    font-size: 13px;
    color: #666;
    margin: 0 0 10px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-voices-page .oar-voices-card-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin: 0 0 16px;
    flex: 1;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-voices-page .oar-voices-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #41863b;
    padding: 10px 18px;
    border-radius: 40px;
    text-decoration: none;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    transition: background 0.2s;
    align-self: flex-start;
}

.oar-voices-page .oar-voices-card-link:hover {
    background: #35692f;
    color: #fff;
}

.oar-voices-page .oar-voices-card-link-icon {
    width: 16px;
    height: 12px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .oar-voices-page .oar-voices-hero {
        margin: 12px 0;
        padding: 32px 16px;
        border-radius: 12px;
    }
    .oar-voices-page .oar-voices-hero-inner {
        flex-direction: column;
        text-align: center;
    }
    .oar-voices-page .oar-voices-hero-content {
        max-width: 100%;
    }
    .oar-voices-page .oar-voices-hero-tagline {
        margin-left: auto;
        margin-right: auto;
    }
    .oar-voices-page .oar-voices-hero-title {
        font-size: 28px;
    }
    .oar-voices-page .oar-voices-hero-btns {
        justify-content: center;
    }
    .oar-voices-page .oar-voices-hero-image {
        flex: 0 0 auto;
        width: 100%;
        margin: 0 auto;
    }
    .oar-voices-page .oar-voices-spotlight-card {
        flex-direction: column;
        align-items: center;
    }
    .oar-voices-page .oar-voices-spotlight-image {
        flex: 0 0 auto;
        min-height: 240px;
    }
    .oar-voices-page .oar-voices-spotlight-content {
        padding: 65px 20px 20px 20px;
    }
    .oar-voices-page .oar-voices-spotlight-quote-icon {
        width: 56px;
        top: 12px;
        right: 16px;
    }
    .oar-voices-page .oar-voices-filter-inner {
        flex-direction: column;
        align-items: stretch;
    }
    .oar-voices-page .oar-voices-filter-controls {
        flex-direction: column;
        align-items: stretch;
    }
    .oar-voices-page .oar-voices-filter-select {
        min-width: 0;
        width: 100%;
    }
    .oar-voices-page .oar-voices-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (min-width: 769px) {
    .oar-voices-page .oar-voices-hero .container,
    .oar-voices-page .oar-voices-spotlight .container,
    .oar-voices-page .oar-voices-filter .container,
    .oar-voices-page .oar-voices-grid .container {
        max-width: 1200px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* ========== Farmer Voice Details Page ========== */
.oar-voice-details-page .oar-voice-detail-hero {
  padding: 32px 20px 40px;
  margin: 0;
}

.oar-voice-details-page .oar-voice-detail-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 28px;
  background: #eeffed;
  border-radius: 20px;
  overflow: hidden;
}

.oar-voice-details-page .oar-voice-detail-hero-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.oar-voice-details-page .oar-voice-detail-hero-content {
  flex: 1 1 0;
  min-width: 280px;
  max-width: 100%;
}

/* Back link + FARMER STORY on same row (like 1st/3rd image) */
.oar-voice-details-page .oar-voice-detail-hero-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 20px;
}

.oar-voice-details-page .oar-voice-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #41863b;
  text-decoration: none;
  margin: 0;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
  transition: color 0.2s;
}

.oar-voice-details-page .oar-voice-detail-back:hover {
  color: #35692f;
  text-decoration: none;
}

.oar-voice-details-page .oar-voice-detail-back-icon {
  transform: scaleX(-1);
  width: 16px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
}

.oar-voice-details-page .oar-voice-detail-tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #62ff5340;
  color: #353333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 14px;
  border-radius: 40px;
  margin: 0;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-voice-details-page .oar-voice-detail-tagline-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.oar-voice-details-page .oar-voice-detail-title {
  font-size: 60px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px;
  line-height: 1.2em;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-voice-details-page .oar-voice-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.oar-voice-details-page .oar-voice-detail-tags .oar-video-lang-tag {
  position: static;
  background: #62ff5340;
  color: #353333;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 40px;
}

/* Right column: farmer image (prominent, rounded) */
.oar-voice-details-page .oar-voice-detail-hero-image {
  flex: 0 0 38%;
  min-width: 280px;
  max-width: 420px;
}

.oar-voice-details-page .oar-voice-detail-hero-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
  max-width: 100%;
}

.oar-voice-details-page .oar-voice-detail-body {
  background: #fff;
  padding: 0 0 80px;
}

.oar-voice-details-page .oar-voice-detail-body .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 0;
}

.oar-voice-details-page .oar-content-figure {
  margin: 24px 0;
}

.oar-voice-details-page .oar-content-figure-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

/* Typography for body content – h1–h5, p (user-entered or any content) */
.oar-voice-details-page .oar-voice-detail-body h1 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px;
  line-height: 1.35;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}
.oar-voice-details-page .oar-voice-detail-body h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 24px 0 12px;
  line-height: 1.4;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}
.oar-voice-details-page .oar-voice-detail-body h2:first-child {
  margin-top: 0;
}
.oar-voice-details-page .oar-voice-detail-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 20px 0 10px;
  line-height: 1.4;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}
.oar-voice-details-page .oar-voice-detail-body h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 16px 0 8px;
  line-height: 1.45;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}
.oar-voice-details-page .oar-voice-detail-body h5 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 14px 0 8px;
  line-height: 1.45;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}
.oar-voice-details-page .oar-voice-detail-body p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 16px;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}
.oar-voice-details-page .oar-voice-detail-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .oar-voice-details-page .oar-voice-detail-hero {
    padding: 20px 16px 32px;
  }
  .oar-voice-details-page .oar-voice-detail-hero .container {
    padding: 24px 20px;
  }
  .oar-voice-details-page .oar-voice-detail-hero-inner {
    flex-direction: column;
    text-align: left;
    gap: 24px;
  }
  /* Content first, then image (both inside green box) – no order:-1 so no full-width banner look */
  .oar-voice-details-page .oar-voice-detail-hero-image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .oar-voice-details-page .oar-voice-detail-hero-img {
    max-width: 100%;
  }
  .oar-voice-details-page .oar-voice-detail-title {
    font-size: 24px;
  }
  .oar-voice-details-page .oar-voice-detail-body .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 769px) {
  .oar-voice-details-page .oar-voice-detail-hero .container,
  .oar-voice-details-page .oar-voice-detail-body .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 769px) {
  .oar-about-how .oar-about-steps-line-row.step-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    margin-bottom: 16px;
    position: relative;
    gap: 70px;
  }
  .oar-about-how .oar-about-steps-line-row.step-container .oar-about-step-node {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
  }
}

@media (max-width: 1024px)  {
  .oar-voice-details-page .oar-voice-detail-title {
    font-size: 48px;
  }

}
@media (max-width: 768px) {
    .oar-about-hero {
        padding: 48px 20px 40px;
        margin: 12px;
        border-radius: 16px;
    }
    .oar-about-hero .oar-about-hero-tagline.oar-tagline {
        font-size: 12px;
        padding: 4px 13px;
    }
    .oar-about-hero .oar-about-hero-title {
        font-size: 36px;
    }
    .oar-about-hero .oar-about-hero-desc {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .oar-about-hero .oar-about-hero-btns {
        gap: 12px;
    }
    .oar-about-hero .oar-about-hero-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    .oar-about-vision-mission {
        padding: 40px 0;
    }
    .oar-about-vision-mission .oar-about-vision-mission-row {
        flex-direction: column;
    }
    .oar-about-vision-mission .oar-about-mission-card {
        margin-bottom: 0;
    }
    .oar-about-vision-mission .oar-about-vision-card,
    .oar-about-vision-mission .oar-about-mission-card {
        min-width: 0;
        flex: auto;
    }

    .oar-about-stats {
        padding: 32px 16px;
    }
    .oar-about-stats .oar-about-stats-row {
        justify-content: center;
    }
    .oar-about-stats .oar-about-stat-number {
        font-size: 28px;
    }
    .oar-about-features {
        padding: 40px 0 60px;
    }
    .oar-about-features .oar-about-features-title {
        font-size: 28px;
        margin-bottom: 28px;
    }
    .oar-about-features .oar-about-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .oar-about-how {
        padding: 40px 0 60px;
    }
    .oar-about-how .oar-about-how-title {
        font-size: 28px;
        margin-bottom: 32px;
    }
    .oar-about-how .oar-about-steps {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: 1fr;
        align-items: stretch;
        gap: 0 20px;
        max-width: 100%;
    }
    /* Left column: circles + one vertical line (no line after 3rd), space-between to align with content */
    .oar-about-how .oar-about-steps-line-row.step-container {
        flex-direction: column;
        justify-content: space-between;
        height: auto;
        min-height: 280px;
        gap: 0;
        margin-bottom: 0;
        position: relative;
        padding: 12px 0;
    }
    .oar-about-how .oar-about-steps-line-row.step-container::before {
        display: block;
        top: 28px;
        left: 27px;
        right: auto;
        bottom: 28px;
        width: 2px;
        height: auto;
        transform: none;
        background-color: #41863b;
    }
    .oar-about-how .oar-about-steps-line-row.step-container .oar-about-step-node {
        flex-direction: row;
    }
    .oar-about-how .oar-about-step-node:not(:last-child)::after {
        display: none;
    }
    /* Right column: content aligned with circles */
    .oar-about-how .oar-about-steps-content-row {
        flex-direction: column;
        justify-content: space-between;
        gap: 32px;
        padding: 12px 0;
        min-height: 280px;
    }
    .oar-about-how .oar-about-steps-content-row .oar-about-step {
        margin-bottom: 0;
        padding: 0 0 0 0;
    }
    .oar-about-how .oar-about-steps-content-row .oar-about-step:last-child {
        margin-bottom: 0;
    }
    .oar-about-how .oar-about-step-content {
        width: 100%;
        margin-left: 0;
    }
    .oar-about-how .oar-about-step-desc {
        max-width: 100%;
    }
    .oar-about-licensing .oar-about-licensing-card {
        padding: 20px 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .oar-about-licensing .oar-about-licensing-title {
        font-size: 20px;
    }
}

@media (min-width: 769px) {
    .oar-about-hero .container,
    .oar-about-vision-mission .container,
    .oar-about-stats .container,
    .oar-about-features .container,
    .oar-about-how .container,
    .oar-about-collab .container,
    .oar-about-licensing .container {
        max-width: 1200px;
        padding-left: 50px;
        padding-right: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Above 768px: constrain these sections to max-width 1200px with 50px horizontal padding */
@media (min-width: 769px) {
    .oar-search-section .container,
    .oar-quick-results-section .container,
    .oar-featured-crops-section .container,
    .oar-statistics-section .container,
    .oar-crop-library-hero .container,
    .oar-crop-library-content .container,
    .oar-crop-tabs .container,
    .oar-crop-tab-panels .container,
    .oar-footer .container,
    .oar-footer .oar-footer-bottom .container {
        max-width: 1200px;
        padding-left: 50px;
        padding-right: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    /* Crop overview hero: same container as header so logo and "Wheat" align from left */
    .oar-crop-overview-hero .container {
        max-width: 1400px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Crop overview: 20px padding for tabs and panels (hero uses 15px to match header) */
@media (min-width: 769px) {
    .oar-crop-tabs .container,
    .oar-crop-tab-panels .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ========== Crop Library Page ========== */

.oar-crop-library-hero {
    background: linear-gradient(110deg, #c9f5d0, #ffffff);
    padding: 48px 0 56px;
    text-align: center;
}

.oar-crop-library-hero .oar-crop-library-title {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-crop-library-hero .oar-crop-library-desc {
    font-size: 18px;
    color: #333;
    max-width: 720px;
    margin: 0 auto 32px;
    line-height: 1.5;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-crop-library-search {
    max-width: 800px;
    margin: 0 auto;
}

.oar-crop-library-search .oar-search-bar {
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
    box-shadow: 4px 4px 17px 1px #00000024;
    border-radius: 15px;
}
.oar-crop-library-search .oar-search-bar .oar-search-input::placeholder {
    color: #6b6b6b;
}

.oar-crop-library-content {
    background: #fff;
    padding: 40px 0 80px;
}
/* .oar-crop-library-content .container {
    max-width: 1360px;
} */

.oar-crop-library-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.oar-crop-library-sidebar {
    flex: 0 0 280px;
    min-width: 0;

    /* position: sticky;
    top: 110px; */
}

.oar-crop-library-filters-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.oar-filters-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-filters-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
}

.oar-filters-toggle:hover {
    border-color: #41863b;
    color: #41863b;
}

.oar-filters-reset {
    margin-left: auto;
    font-size: 14px;
    color: #41863b;
    text-decoration: none;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-filters-reset:hover {
    text-decoration: underline;
}

.oar-filter-group {
    margin-bottom: 28px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    padding: 25px;
}

.oar-filter-group:last-child {
    margin-bottom: 0;
}

.oar-filter-group-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #333;
    margin-bottom: 10px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-filter-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-filter-checkbox:last-child {
    border-bottom: none;
}

.oar-filter-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #41863b;
    flex-shrink: 0;
}

.oar-filter-checkbox-label {
    flex: 1;
}

.oar-content-type-btns {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.oar-content-type-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border: 2px solid #41863b;
    border-radius: 50px;
    background: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    transition: all 0.2s ease;
    text-align: left;
}

.oar-content-type-btn img {
    flex-shrink: 0;
    filter: brightness(0);
}

.oar-content-type-btn.active {
    background: #41863b;
    color: #fff;
}

.oar-content-type-btn.active img {
    filter: brightness(0) invert(1);
}

.oar-content-type-btn:hover:not(.active) {
    background: rgba(65, 134, 59, 0.08);
}

.oar-crop-library-main {
    flex: 1 1 0;
    min-width: 0;
}

.oar-crop-library-grid-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

/* Reuse crop card grid styles on crop library page */
.oar-crop-library-main .oar-crops-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.oar-crop-library-main .oar-crop-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.oar-crop-library-main .oar-crop-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.oar-crop-library-main .oar-crop-card .oar-crop-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.oar-crop-library-main .oar-crop-card .oar-crop-image-wrapper .oar-crop-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oar-crop-library-main .oar-crop-card .oar-crop-image-wrapper .oar-crop-type-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-crop-library-main .oar-crop-card .oar-crop-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.oar-crop-library-main .oar-crop-card .oar-crop-content .oar-crop-name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-crop-library-main .oar-crop-card .oar-crop-content .oar-crop-availability {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px;
}

.oar-crop-library-main .oar-crop-card .oar-crop-content .oar-crop-availability .oar-availability-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #000;
}

.oar-crop-library-main .oar-crop-card .oar-crop-content .oar-crop-availability .oar-availability-manual img {
    opacity: 0.7;
}

.oar-crop-library-main .oar-crop-card .oar-crop-content .oar-crop-icons {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

.oar-crop-library-main .oar-crop-card .oar-crop-content .oar-crop-icons .oar-crop-many-icon {
    width: 110px;
    height: auto;
}

.oar-crop-library-main .oar-crop-card .oar-crop-content .oar-view-details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #41863b;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    transition: all 0.3s ease;
}

.oar-crop-library-main .oar-crop-card .oar-crop-content .oar-view-details-btn:hover {
    background: #35692f;
}

@media (max-width: 992px) {
    .oar-crop-library-main .oar-crops-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .oar-crop-library-sidebar {
        flex: 0 0 240px;
    }
}

@media (max-width: 768px) {
    .oar-crop-library-hero {
        padding: 32px 0 40px;
    }
    .oar-crop-library-hero .oar-crop-library-title {
        font-size: 28px;
    }
    .oar-crop-library-hero .oar-crop-library-desc {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .oar-crop-library-row {
        flex-direction: column;
        gap: 24px;
    }
    .oar-crop-library-sidebar {
        flex: 0 0 auto;
        width: 100%;
        position: static;
    }
    .oar-crop-library-filters-header {
        margin-bottom: 20px;
    }
    .oar-crop-library-main .oar-crops-grid {
        grid-template-columns: 1fr;
    }
    .oar-crop-library-grid-title {
        font-size: 20px;
    }
}

/* ========== Crop Overview Page (single page, tabbed) ========== */

.oar-crop-overview-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #2d5016;
    padding: 88px 20px 64px;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px;
}

.oar-crop-overview-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.78) 0%, rgba(102, 102, 102, 0) 100%);
    pointer-events: none;
}

.oar-crop-overview-hero .container {
    position: relative;
    z-index: 1;
}

.oar-crop-overview-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-crop-meta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.oar-crop-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    padding: 10px 18px;
    border-radius: 40px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 2px 8px rgba(255, 255, 255, 0.1);
}

.oar-crop-meta-pill--season {
    background: #41863b;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
}

.oar-crop-meta-pill .oar-crop-meta-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
}

.oar-crop-meta-icon {
    flex-shrink: 0;
}

/* Tabs: use global max-width (1400px from layout .container), center aligned */
.oar-crop-tabs {
    background: #fff;

    position: sticky;
    top: 0;
    z-index: 50;
}

.oar-crop-tabs-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 0;
}

.oar-crop-tab {
    padding: 18px 20px;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 600;
    color: #6b6b6b;
    cursor: pointer;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    position: relative;
    transition: color 0.2s;
}

.oar-crop-tab:hover {
    color: #333;
}

.oar-crop-tab.active {
    color: #1a1a1a;
}

.oar-crop-tab.active::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 3px;
    background: #41863b;
    border-radius: 3px 3px 0 0;
}

/* Tab panels */
.oar-crop-tab-panels {
    background: #fff;
    padding: 40px 0 80px;
}

.oar-crop-tab-panel {
    display: none;
}

.oar-crop-tab-panel.active {
    display: block;
}

/* Overview: content sections */
.oar-content-section {
    margin-bottom: 32px;
}

.oar-content-section:last-of-type {
    margin-bottom: 40px;
}

.oar-content-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 24px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-content-heading {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-content-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 16px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-content-section p:last-child {
    margin-bottom: 0;
}

.oar-content-list {
    margin: 12px 0 16px;
    padding-left: 24px;
}

.oar-content-list li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

/* Download CTA banner (reusable) */
.oar-download-cta-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #f8f9f1;
    border-radius: 16px;
    padding: 28px 32px;
    margin-top: 40px;
    border: 1px solid #dcdfba;
}

.oar-download-cta-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.oar-download-cta-icon {
    color: #41863b;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oar-download-cta-icon img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.oar-download-cta-btn .oar-download-cta-btn-icon {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.oar-download-cta-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-download-cta-desc {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.5;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-download-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #41863b;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    transition: background 0.2s;
    justify-content: center;
}

.oar-download-cta-btn:hover {
    background: #35692f;
}

/* Lifecycle Videos: sections + video cards */
.oar-lifecycle-section {
    margin-bottom: 40px;
}

.oar-lifecycle-section:last-child {
    margin-bottom: 0;
}

.oar-lifecycle-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-lifecycle-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a4ee9e;
    color: #41863b;
    border-radius: 8px;
    font-size: 18px;
    flex-shrink: 0;
}
.oar-lifecycle-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.oar-video-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
    width: 100%;
}

.oar-video-card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.oar-video-cards--cols-2 .oar-video-card {
    flex: 0 0 calc((100% - 24px) / 2);
}

.oar-video-card .oar-video-card-thumb {
    flex-shrink: 0;
}
.oar-video-card .oar-video-card-title {
    flex: 1 1 auto;
}
.oar-video-card .oar-video-watch-btn {
    flex-shrink: 0;
}

.oar-video-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.oar-video-card-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e0e0e0;
    cursor: pointer;
}

.oar-video-card-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.oar-video-lang-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #9df595;
    color: #000000;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 5px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.oar-video-play-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.oar-video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #000000;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 5px;
    border-radius: 4px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-video-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    padding: 16px 16px 12px;
    line-height: 1.4;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-video-watch-btn {
    display: block;
    margin: 0 16px 16px;
    padding: 12px;
    background: #41863b;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    transition: background 0.2s;
}

.oar-video-watch-btn:hover {
    background: #35692f;
}
a.oar-video-watch-btn {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font: inherit;
}

/* Manuals: guide cards */
.oar-manual-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
    width: 100%;
}

.oar-manual-card {
    flex: 0 0 calc((100% - 24px) / 2);
    min-width: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s;
}

.oar-manual-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.oar-manual-card-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    padding: 20px;
    padding-right: 0;
    width: 200px;
}

.oar-manual-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.oar-manual-download-btn .oar-manual-download-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}

.oar-manual-card-body {
    flex: 1;
    padding: 24px;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.oar-manual-card-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-manual-card-meta {
    font-size: 13px;
    color: #666;
    margin: 0 0 16px;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    margin-bottom: 25px;
}

.oar-manual-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
    background: #41863b;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    transition: background 0.2s;
}

.oar-manual-download-btn:hover {
    background: #35692f;
}

a.oar-manual-download-btn {
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
}

/* FAQs: accordion */
.oar-faq-accordion {
    width: 100%;
}

.oar-faq-item {
    background: #f8f7f0;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}

.oar-faq-item:last-child {
    margin-bottom: 0;
}

.oar-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: left;
    cursor: pointer;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
    transition: background 0.2s;
}

.oar-faq-chevron {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oar-faq-chevron img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.oar-faq-chevron img.oar-faq-chevron-down {
    display: block;
}
.oar-faq-chevron img.oar-faq-chevron-up {
    display: none;
}
.oar-faq-item.active .oar-faq-chevron img.oar-faq-chevron-down {
    display: none;
}
.oar-faq-item.active .oar-faq-chevron img.oar-faq-chevron-up {
    display: block;
}

.oar-faq-answer {
    padding: 0 24px 20px;
}

.oar-faq-answer p {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-faq-item:not(.active) .oar-faq-answer {
    display: none;
}

/* In-page video player modal */
.oar-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.oar-video-modal[hidden] {
    display: none;
}
.oar-video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}
.oar-video-modal-inner {
    position: relative;
    width: 100%;
    max-width: 900px;
    z-index: 1;
}
.oar-video-modal-close {
    position: absolute;
    top: -44px;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.2s;
}
.oar-video-modal-close:hover {
    background: #fff;
}
.oar-video-modal-embed-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}
.oar-video-modal-embed-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Crop overview responsive */
@media (max-width: 992px) {
    .oar-video-cards .oar-video-card {
        flex: 0 0 calc((100% - 24px) / 2);
    }
    .oar-manual-cards .oar-manual-card {
        flex: 0 0 100%;
    }
}

@media (max-width: 768px) {
    .oar-crop-overview-hero {
        padding: 40px 20px 48px;
        /* border-radius: 0 0 16px 16px; */
        margin: 5px;
        border-radius: 10px;
    }
    .oar-crop-overview-hero .container {
        padding: 0;
    }
    .oar-crop-overview-title {
        font-size: 32px;
    }
    .oar-crop-meta-pills {
        gap: 8px;
    }
    .oar-crop-meta-pill {
        padding: 8px 14px;
        font-size: 13px;
    }
    .oar-crop-tabs-inner {
        padding-bottom: 0;
        gap: 0;
    }
    .oar-crop-tab {
        padding: 14px 16px;
        font-size: 14px;
        white-space: nowrap;
    }
    .oar-crop-tab.active::after {
        left: 16px;
        right: 16px;
    }
    .oar-crop-tab-panels {
        padding: 24px 0 60px;
    }
    .oar-content-heading {
        font-size: 18px;
    }
    .oar-download-cta-banner {
        flex-direction: column;
        align-items: stretch;
        padding: 24px 20px;
        text-align: center;
    }
    .oar-download-cta-content {
        flex-direction: column;
    }
    .oar-video-cards .oar-video-card {
        flex: 0 0 100%;
    }
    .oar-manual-card {
        flex: 0 0 100%;
        flex-direction: column;
    }
    .oar-manual-card-title {
        text-align: center;
    }
    .oar-manual-card-meta {
        text-align: center;
    }
    .oar-manual-card-cover {
        flex: none;
        min-height: 140px;
        padding-right: 20px;
        width: 150px;
    }
    .oar-manual-card-body {
        padding: 0;
        padding-bottom: 25px;
        width: calc(100% - 50px);
    }
}


/* ========== OAR Events & Gallery Page ========== */

.oar-events-hero {
  position: relative;
  background-size: cover;
  /* background-position: center; */
  background-color: #2d5016;
  padding: 88px 20px 88px;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px;
}

.oar-events-hero .oar-events-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0) 100%);
  pointer-events: none;
}

.oar-events-hero .container {
  position: relative;
  z-index: 1;
}

.oar-events-hero .oar-events-hero-inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.oar-events-hero .oar-events-hero-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-events-hero .oar-events-hero-desc {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-events-upcoming {
  background: #fff;
  padding: 48px 0 56px;
}

.oar-events-upcoming .oar-events-upcoming-title {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  margin: 0 0 32px;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-events-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.oar-event-card {
  background: #fff;
  border-radius: 16px; 
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
  border: 1px solid #BEBEBE;
}

.oar-event-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.oar-event-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 5.6/3;
  overflow: hidden;
}

.oar-event-card-image .oar-event-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.oar-event-location-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--oar-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-event-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.oar-event-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.35;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-event-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: var(--oar-primary);
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.2s;
  width: auto;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
  justify-content: center;
}

.oar-event-read-more:hover {
  background: #35692f;
  color: #fff;
}

.oar-event-read-more-icon {
  display: block;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.oar-gallery-section {
  background: #fff;
  padding: 40px 0 64px;
}

.oar-gallery-section .oar-gallery-title {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  margin: 0 0 32px;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.oar-gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}

.oar-gallery-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.oar-gallery-item-image {
  position: absolute;
  inset: 0;
}

.oar-gallery-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.oar-gallery-item-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
 max-height: 100px;
  padding: 20px 22px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, #000000 100%);
  border-radius: 0 0 10px 10px;
}

.oar-gallery-item-desc {
  font-family: "Inter", "HCLTech Roobert", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
}

.oar-gallery-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.oar-gallery-pagination-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--oar-primary);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.oar-gallery-pagination-btn:hover {
  background: #35692f;
}

.oar-gallery-pagination-btn img {
  display: block;
  filter: brightness(0) invert(1);
}

@media (min-width: 769px) {
  .oar-events-hero .container,
  .oar-events-upcoming .container,
  .oar-gallery-section .container {
    max-width: 1200px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .oar-events-hero {
    padding: 48px 20px 40px;
    margin: 12px;
    border-radius: 16px;
  }
  .oar-events-hero .oar-events-hero-title {
    font-size: 32px;
  }
  .oar-events-hero .oar-events-hero-desc {
    font-size: 16px;
  }
  .oar-events-upcoming {
    padding: 32px 0 40px;
  }
  .oar-events-upcoming .oar-events-upcoming-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .oar-events-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .oar-gallery-section {
    padding: 32px 0 48px;
  }
  .oar-gallery-section .oar-gallery-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .oar-gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .oar-gallery-pagination {
    margin-top: 32px;
  }
}

/* ========== OAR Login Modal (Phone + OTP) ========== */

.oar-login-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.25s, opacity 0.25s;
}

.oar-login-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.oar-login-modal.is-open .oar-login-modal-card {
  transform: scale(1);
}

.oar-login-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 65%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}

.oar-login-modal-card {
  position: relative;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
  padding: 32px 28px 28px;
  transform: scale(0.95);
  transition: transform 0.25s;
}

.oar-login-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #333;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.oar-login-modal-close:hover {
  background: #f0f0f0;
  color: #000;
}

.oar-login-modal-title {
  
  font-size: 27px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px;
  text-align: center;
  padding-right: 0;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
  line-height: 1.4em;
}

.oar-login-modal-subtitle {
  font-size: 15px;
  line-height: 1.45;
  color: #555;
  margin: 0 0 20px;
  text-align: center;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}

/* Login / Signup pill tabs (match second image) */
  .oar-login-tabs {
  display: flex;
  width: 100%;
  border: 1px solid var(--oar-primary);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
  background: #fff;
  max-width: 200px;
  margin-inline: auto;
}

.oar-login-tab {
  flex: 1;
  padding: 8px 12px !important;
  font-size: 15px;
  font-weight: 600;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
  border: none;
  background: transparent;
  color: var(--oar-primary);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.oar-login-tab:first-child {
  border-radius: 5px 0 0 5px;
}

.oar-login-tab:last-child {
  border-radius: 0 5px 5px 0;
}

.oar-login-tab.is-active {
  background: var(--oar-primary);
  color: #fff;
  
}

/* Login / Signup panes: show one at a time */
.oar-login-pane {
  display: none;
}

.oar-login-pane.is-visible {
  display: block;
}

/* Signup form: full-width fields and two-column rows */
.oar-login-pane .oar-login-field {
  margin-bottom: 16px;
  
    display: flex;
    flex-direction: column;
    gap: 10px;
 
}

.oar-login-pane .oar-login-field:last-of-type {
  margin-bottom: 0;
}

.oar-login-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.oar-login-row .oar-login-field {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}

.oar-login-row:last-of-type {
  margin-bottom: 16px;
}

.oar-login-pane .oar-login-submit {
  margin-top: 16px;
  margin-bottom: 0;
}

/* Select same look as input (height, padding, font color); icon matches oar-filter-dropdown (keyboard_arrow.svg) */
.oar-login-select {
  appearance: none;
  background-image: url("/wp-content/themes/oar/assets/img/home-page/cta-section/keyboard_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 24px 24px;
  width: 100%;
  padding: 12px 14px;
  padding-right: 36px;
  font-size: 15px;
  line-height: 1.4;
  min-height: 46px;
  height: 47px;
  color: #1a1a1a;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
  box-sizing: border-box;
  cursor: pointer;
}

/* Placeholder state when no option selected (required + value empty) – match input placeholder #999 */
.oar-login-select:invalid {
  color: #999;
}

.oar-login-form .oar-login-step {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* OTP step stays hidden until Send OTP is clicked (override [hidden]) */
.oar-login-form .oar-login-step[hidden] {
  display: none !important;
}

.oar-login-form .oar-login-step + .oar-login-step {
  margin-top: 0;
}

.oar-login-label {
  font-size: 14px;
  font-weight: 600;
  color: #404040;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
}

.oar-login-label .oar-required-asterisk {
  color: #41863B;
}

.oar-login-input {
  width: 100%;
  height: 47px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.4;
  color: #1a1a1a;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
  box-sizing: border-box;
}

.oar-login-input::placeholder {
  color: #999;
}

.oar-login-input:focus {
  outline: none;
  border-color: var(--oar-primary);
  box-shadow: 0 0 0 2px rgba(65, 134, 59, 0.2);
}

.oar-login-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--oar-primary);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
  transition: background 0.2s;
}

.oar-login-submit:hover {
  background: #35692f;
}

.oar-login-submit-arrow {
  display: block;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

@media (max-width: 480px) {
  .oar-login-modal {
    align-items: flex-start;
    padding: 20px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .oar-login-modal-card {
    padding: 48px 20px 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: auto 16px;
  }
  .oar-login-modal-close {
    top: 10px;
  }
  .oar-login-modal-title {
    font-size: 20px;
  }
  .oar-login-tab {
    padding: 10px 14px;
    font-size: 14px;
  }
  .oar-login-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
  }
  .oar-login-row .oar-login-field {
    margin-bottom: 16px;
  }
  .oar-login-row .oar-login-field:last-child {
    margin-bottom: 0;
  }
}



