/* ========== HCLTech Roobert Font ========== */
@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;
}
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;
}

/*
 * 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: relative;
  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 {
  background: #f5f5f5;
  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 .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: relative;
  }

  .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: #fafafa;
    transition: left 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.08);
    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;
  }

  .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;
  }

  /* 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;
  }

  .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 */
  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: 998;
    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 {
  background: #41863b;
  color: #ffffff;
  border: none;
  border-radius: 40px;
  padding: 14px 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;
  max-width: 200px;
}

.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 {
  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: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
  /* max-width: 200px; */
}

/* .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: 20px;
  }
  .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%;
    /* padding: 15px; */
    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: 36px;
    line-height: 1.4em;
    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;
    align-items: center !important;
    gap: 12px;
    margin-bottom: 32px;
  }

  .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;
  }

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

  .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: 20px;
  padding: 7px;
  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;
  font-size: 16px;
  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 48px 12px 16px;
  font-size: 14px;
  font-family: "HCLTech Roobert", "Inter", sans-serif;
  color: #000;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.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;
  }

  .oar-quick-results-section .container {
    padding: 40px 20px;
  }
}

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

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

.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: 32px;
}

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

.oar-quick-results-section .oar-results-list .oar-result-item {
  padding: 20px 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 {
    /* padding: 40px 0; */
  }

  .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: 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: #e8f5e9;
  color: #41863b;
  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;
}

.oar-featured-crops-section .oar-crops-grid .oar-crop-card .oar-crop-content .oar-view-details-btn:hover {
  background: #35692f;
}

@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 .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;
}

@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%;
  }
}

/* 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-footer .container,
  .oar-footer .oar-footer-bottom .container {
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
