/* Custom Styles for Valor Ag Landing Page */

/* Base Styles */
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}
.btn-primary {
  background-color: #064C80;
  border-color: #064C80;
  color: white;
  border-radius: 5px;
  padding: 10px 45px 10px 35px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  display: inline-block;
  border-radius: 28px;
  position: relative;
}
.btn-primary::after {
  content: '';
  position: absolute;
  width: 19px;
  height: 24px;
  top: 10px;
  right: 21px;
  background-image: url('../img/rm.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-primary.bg-green {
  background-color: #15733F;
  border-color: #15733F;
}
.btn-primary:hover {
  background-color: #064C80;
  border-color: #064C80;
  color: white;
}
.bth-primary.bg-green:hover {
  background-color: #15733F;
  border-color: #15733F;
  color: white;
}
/* Header Styles */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
}

.navbar {
  padding: 15px 0;
}

.navbar-brand .logo-img {
  height: 50px;
  width: auto;
}

.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  margin: 0 15px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #28a745;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 8px;
}

.dropdown-item {
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.contact-info {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  color: #28a745;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-info i {
  margin-right: 0;
  margin-top: 0;
  font-size: 18px;
}

.navbar .contact-info {
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
}
.navbar .contact-info i{
  margin-right: 10px;
}

/* Hero Section Styles */
.hero-section {
  /* background: linear-gradient(135deg, #28a745 0%, #20c997 100%); */
  background-image: url('../img/hero-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.1);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-right: 30px;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 15px;
  opacity: 0.9;
}

.hero-quote {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.8;
  opacity: 0.95;
  max-width: 600px;
}

.hero-image {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

/* Heritage Section Styles */
.heritage-section {
  background: white;
  padding: 80px 0;
}

.heritage-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
}

.heritage-para {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0;
}

.heritage-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Brands Section Flip Card Styles */
.brands-section .brand-card {
  width: 250px;
  height: 260px;
  perspective: 1000px;
  margin: 0 auto;
  position: relative;
}

.brands-section .brand-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.brands-section .brand-card:hover .brand-inner {
  transform: rotateY(180deg);
}

.brands-section .brand-card:hover .brand-inner,
.brands-section .brand-card:focus-within .brand-inner,
.brands-section .brand-card.active .brand-inner {
  transform: rotateY(180deg);
}

.brands-section .brand-front,
.brands-section .brand-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  z-index: 2;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.brands-section .brand-front {
  background: #fff;
}

.brands-section .brand-back {
  background: linear-gradient(135deg, #064c80 0%, #0f6098 100%);
  transform: rotateY(180deg);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 345px;
  padding: 12px;
}
.brands-section .brand-back ul {
  padding: 0 0 0 15px;
  margin: 0 0 15px;
  text-align: left;
  font-size: 0.85rem;
}
.brands-section .brand-back ul li {
  margin-bottom: 5px;
}
.brands-section .brand-back h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 700;
}

.brands-section .brand-back p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.brands-section .brand-img {
  width: auto;
  object-fit: contain;
}

.brands-section .brand-card .brand-front img {
  transition: transform 0.6s ease;
}

.brands-section .brand-card:hover .brand-front img,
.brands-section .brand-card:focus-within .brand-front img {
  transform: scale(1.05);
}

.brands-section .brand-card {
  cursor: pointer;
}

/* Video Section Styles */
.video-section {
  padding: 0;
  margin: 60px 0;
}

.video-banner {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.video-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C4C4C4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.play-overlay:hover {
  background: rgba(0, 0, 0, 0.7);
}

.play-icon {
  width: 80px;
  height: 80px;
  background: #353635;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.play-overlay:hover .play-icon {
  transform: scale(1.1);
}

.play-icon i {
  color: white;
  font-size: 30px;
  margin-left: 5px; /* Adjust for triangle shape */
}

.play-text {
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Brands Section Styles */
.brands-section {
  padding: 0 0 80px 0;
  background: white;
}

.brands-section.ob {
  padding: 80px 0;
}

.brands-heading {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 20px;
}
.brands-headingo {
  font-size: 2.5rem;
  font-weight: 800;
  color: #F47F20;
  margin-bottom: 20px;
}

.brands-para {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  max-width: 975px;
  margin: 0 auto 40px;
}

.brand-item {
  transition: transform 0.3s ease;
}

.brand-item:hover {
  transform: scale(1.05);
}

.brand-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.brand-item:hover .brand-img {
  opacity: 0.8;
}

/* Clients Section Styles */
.clients-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.clients-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

/* Custom column class for 8 items per row */
.col-lg-1-5 {
  flex: 0 0 auto;
  width: 12.5%;
}

.client-item {
  padding: 15px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.client-img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}

.client-item:hover .client-img {
  opacity: 0.8;
}

/* Footer Section Styles */
.footer-section {
  background-color: #15733F;
  color: white;
  padding: 30px 0 0;
}

.footer-column {
  padding: 0 30px;
  margin-bottom: 30px;
  position: relative;
}

.footer-column.second,
.footer-column.third {
  padding-top: 60px;
}

.footer-column:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.footer-column:last-child {
  padding-right: 0;
}

.footer-column:first-child {
  padding-left: 0;
}

.footer-logo {
  max-width: 200px;
  height: auto;
}

.footer-para {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
  position: relative;
}

/* .footer-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #fff;
} */

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  position: relative;
  padding-left: 0;
}

/* .footer-links li a::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
} */

.footer-links li a:hover {
  color: white;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-item i {
  margin-right: 15px;
  min-width: 20px;
  color: white;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  color: white;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: white;
  color: #15733F;
  transform: translateY(-3px);
}

.footer-bottom {
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 0.9rem;
}

/* Hero Section for About Us */
.hero-section {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  padding: 120px 0 80px;
  color: white;
  position: relative;
  overflow: hidden;
  background-image: url(../img/main.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section.about {
  background-image: url(../img/about-us.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section.apply-now {
  background-image: url(../img/apply-now.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section.portfolio{
  background-image: url(../img/pf.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section.csr{
  background-image: url(../img/csr.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section.oc{
  background-image: url(../img/our-client.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section.ob{
  background-image: url(../img/ourbrand.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.25);
  z-index: 1;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}
.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.team-card img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.team-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.team-card:hover img {
    transform: scale(1.05);
}

.team-card:hover .overlay {
    transform: translateY(0);
}

.overlay h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.overlay p {
    margin: 5px 0 0;
    font-size: 14px;
}
.pagination {
  font-size: 1.1rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.pagination a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.pagination a:hover {
  color: white;
}

.pagination .separator {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.6);
}

.pagination .current {
  color: white;
  font-weight: 500;
}

/* Who We Are Section */
.who-we-are-section {
  background: white;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 30px;
  position: relative;
}

.section-para {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #000;
  margin-bottom: 0;
}

/* Mission and Vision Section */
.mission-vision-section {
  /* background: #f8f9fa; */
}

.mission-vision-box {
  background: rgba(21, 115, 63, 0.2);
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-vision-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.mission-vision-box .section-heading {
    margin-bottom: 15px;
    font-size: 2.5rem;
}

.box-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.box-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}

.box-para {
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  margin-bottom: 0;
}

/* Core Values Section */
.core-values-section {
  padding: 80px 0 0;
}

.core-values-container {
  padding: 60px 0;
}

.core-value-item {
  padding: 0;
  transition: all 0.3s ease;
  margin-bottom: 25px;
  gap: 35px;
  align-items: center;
}

.core-value-item.reverse {
    flex-direction: row-reverse;
}

.core-value-item.flex-row-reverse .core-value-image {
  margin-left: 1rem;
  margin-right: 0;
}

.core-value-item.flex-row-reverse .core-value-content {
  margin-left: 0;
  margin-right: 1rem;
}


.core-value-image {
  flex-shrink: 0;
}

.core-img {
  object-fit: contain;
}

.core-value-content {
  flex-grow: 1;
}

.core-value-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #15733F;
  font-weight: 800;
  margin-bottom: 15px;
}

.reverse .core-value-heading {
    color: #2c3e50;
}

.core-value-para {
  font-size: 1rem;
  line-height: 1.7;
  color: #000;
  margin-bottom: 0;
}
.team-list {
  margin-bottom: 50px;
}
.team-list img {
  width: 100%;
}
.applynowbox  {
  height: 400px;
  background-image: url('../img/apply-nw.png');
  background-size: contain;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  color: white;
  font-weight: 600;
  margin-bottom: 70px;
}
.applicationModal .modal-content {
  padding: 30px 25px 50px;
}
.applicationModal .modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.applicationModal .modal-content .modal-body {
  border-bottom: none;
  padding-bottom: 0;
}
.applicationModal .modal-content .modal-header .close {
  font-size: 1.5rem;
  color: #333;
  opacity: 1;
  position: relative;
  top: -50px;
  right: -20px;
}
.applicationModal .modal-content h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #064C80;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#vendorModal.applicationModal .modal-content h3 {
  text-align: left;
}
.form-label {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.applicationModal .form-control {
  font-size: 14px;
  padding: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.applicationModal .form-control:focus {
  border-color: #064C80;
  box-shadow: 0 0 5px rgba(6, 76, 128, 0.5);
}
.applicationModal .mb-4 .d-inline-block {
  width: 50px;
  text-align: center;
  background-color: #e6e6e6;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 12px;
}
.locations-area {
  background-color: rgb(21, 115, 63, 0.2);
  padding: 40px 30px;
  border-radius: 10px;
  text-align: left;
  gap: 50px;
  margin-bottom: 50px;
}
.locations-area h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #064C80;
  margin-bottom: 10px;
}
.locations-area p {
  font-size: 1rem;
}
.locations-area p:first-of-type {
  font-size: 1rem;
  font-weight: 600;
  color: #064C80;
  margin-bottom: 15px;
}
#accessRequestModal .modal-title {
  color: #064C80;
  font-weight: 600;
  font-size: 1.45rem;
}
#accessRequestModal .modal-content {
  padding: 30px 30px 30px;
}
#accessRequestModal .modal-header,
#accessRequestModal .modal-footer {
  border: none;
  padding: 0;
}
#accessRequestModal .modal-footer {
  justify-content: center;
  padding-top: 25px;
}
#accessRequestModal .modal-footer .btn {
  min-width: 250px;
  background-color: #064C80;
  color: #fff;
  border: none;
  font-size: .85rem;
  padding: 10px 20px;
}
#accessRequestModal .modal-footer .btn:hover {
  background-color: #023156;
  color: #fff;
}
#accessRequestModal .modal-footer .btn#cancelBtn {
  background-color: white;
  color: #000000;
  border: 1px solid #064C80;
}
.applicationModal#businessInquiry .modal-content h3 {
  text-align: left;
  font-size: 1.65rem;
}
.brands-section.brands-page {
  padding: 80px 0 160px;
}
.inner-banner-section {
  padding: 50px 0;
}
.inner-banner-sections {
  padding: 50px 0;
}
.inner-brand-section {
  padding: 80px 0 80px;
}
.inner-brand-sections {
  padding: 80px 0 80px;
}
.inner-brand-section img {
  margin-bottom: 50px;
}
.inner-brand-sections img {
  margin-bottom: 50px;
}
.inner-brand-section h2 {
  color: #74C040;
  margin-bottom: 10px;
}
.inner-brand-sections h2 {
  color: #74C040;
  margin-bottom: 10px;
}
.inner-brand-sections h2 {
  color: #F47F20;
  margin-bottom: 10px;
}
.inner-brand-section h4 {
  color: #000000;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 15px;
}
.inner-brand-sections h4 {
  color: #000000;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 15px;
}
.inner-brand-section h5 {
  color: #74C040;
  font-weight: 800;
  margin: 20px 0;
}
.inner-brand-sections h5 {
  color: #F47F20;
  font-weight: 800;
  margin: 20px 0;
}
.inner-brand-section .brands-para {
  font-size: 1.45rem;
  line-height: 1.8;
  color: #000;
  max-width: 100%;
  margin: 0 auto;
}
.inner-brand-sections .brands-para {
  font-size: 1.45rem;
  line-height: 1.8;
  color: #000;
  max-width: 100%;
  margin: 0 auto;
}
.inner-brand-sections .brands-para {
  font-size: 1.45rem;
  line-height: 1.8;
  color: #000;
  max-width: 100%;
  margin: 0 auto;
}
.inner-brand-section ul li {
  font-size: 1.45rem;
  line-height: 1.8;
  color: #000;
}
.inner-brand-sections ul li {
  font-size: 1.45rem;
  line-height: 1.8;
  color: #000;
}
/* Responsive Design */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-quote {
    font-size: 1.5rem;
  }
  
  .hero-content {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .navbar-nav .nav-link {
    margin: 5px 15px;
  }
  
  .contact-info {
    margin-top: 15px;
    justify-content: center;
  }
  
  .heritage-heading {
    font-size: 2rem;
    text-align: center;
  }
  
  .heritage-text {
    text-align: center;
  }
  
  .video-banner {
    height: 400px;
  }
  
  .play-text {
    font-size: 20px;
  }
  
  .brands-heading {
    font-size: 2rem;
  }
  
  .brand-item {
    padding: 15px;
  }
  
  .clients-section {
    padding: 60px 0;
  }
  
  .clients-heading {
    font-size: 2rem;
  }
  
  .col-lg-1-5 {
    width: 20%; /* 5 per row on medium screens */
  }
  
  .client-item {
    padding: 12px;
    height: 110px;
  }
  
  .client-img {
    max-height: 55px;
  }
  
  .footer-column {
    padding: 0 15px;
    margin-bottom: 40px;
    position: relative;
  }
  
  .footer-column:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  
  .footer-column:last-child {
    padding-right: 15px;
  }
  
  .footer-column:first-child {
    padding-left: 15px;
  }
}
.brand-back a {
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.brand-back a:hover {
    color: #fff !important;
    transform: scale(1.08);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-quote {
    font-size: 1.3rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .heritage-section {
    padding: 60px 0;
  }
  
  .heritage-heading {
    font-size: 1.8rem;
  }
  
  .video-banner {
    height: 350px;
  }
  
  .play-icon {
    width: 70px;
    height: 70px;
  }
  
  .play-icon i {
    font-size: 24px;
  }
  
  .play-text {
    font-size: 18px;
  }
  
  .brands-section {
    padding: 60px 0;
  }
  
  .brands-heading {
    font-size: 1.8rem;
  }
  
  .brand-item {
    padding: 10px;
  }
  
  .clients-section {
    padding: 50px 0;
  }
  
  .clients-heading {
    font-size: 1.8rem;
  }
  
  .col-lg-1-5 {
    width: 25%; /* 4 per row on small-medium screens */
  }
  
  .client-item {
    padding: 10px;
    height: 100px;
  }
  
  .client-img {
    max-height: 50px;
  }
  
  .footer-column {
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
  }
  
  .footer-column:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  
  .footer-column:last-child {
    padding-right: 15px;
  }
  
  .footer-column:first-child {
    padding-left: 15px;
  }
  
  .hero-section {
    padding: 100px 0 60px;
  }
  
  .hero-title {
    font-size: 2.3rem;
  }
  
  .section-heading {
    font-size: 2rem;
  }
  
  .section-para {
    font-size: 1rem;
  }
  
  .box-heading {
    font-size: 1.5rem;
  }
  
  .box-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
  
  .mission-vision-box {
    padding: 30px 20px;
  }
  
  .core-values-section {
    padding: 50px 0;
  }
  
  .core-values-container {
    padding: 45px 0;
  }
  
  .core-value-item {
    padding: 20px;
    margin-bottom: 15px;
  }
  
  .core-img {
    width: 60px;
    height: 60px;
  }
  
  .core-value-heading {
    font-size: 1.2rem;
  }
  
  .core-value-para {
    font-size: 0.9rem;
  }
}
.hero-section.agro-live {
  min-height: 475px;
  display: flex;
  align-items: center;
}

.landing-agrolive {
  text-align: center;
}
.landing-agrolive h2.brands-heading {
  font-size: 3rem;
  margin: 0 0 10px;
}
.landing-agrolive h5 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 20px;
}
.landing-agrolive .brands-para {
  margin-bottom: 30px;
}

.cardbox {
  background-color: #74C040;
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 50px 0 20px;
  min-height: 430px;
}
.cardbox h2 {
  color: white;
  font-size: 4.5rem;
  margin-bottom: 10px;
  font-weight: 800;
}
.cardbox h6 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.cardbox .brands-para {
  color: white;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: justify;
}

.offer-text,
.impact-row,
.commitment-row,
.quality-row {
  display: flex;
  text-align: left;
  margin-bottom: 60px;
}
.offer-text { justify-content: center; margin: 60px 0; }
.commitment-row { flex-direction: row-reverse; }
.commitment-row .brands-para,
.quality-row .brands-para { margin-bottom: 5px; }

.enviornment-row { margin-bottom: 50px; }
.enviornment-row .imgbox-wrap {
  display: flex;
  gap: 55px;
  margin-top: 30px;
  justify-content: center;
}
.enviornment-row .imgbox-wrap .imgbox { max-width: 240px; }

.legacy-section {
  padding: 80px 0;
}
.legacy-section .imgbox img { width: 100%; }
.legacy-section .textbox {
  background-color: #74C040;
  padding: 60px 12% 30px 75px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.legacy-section.black-section .textbox {
  background-color: #000;
}
.legacy-section.black-section .textbox h1 {
  color: #FF3F40;
}

.greenboxes-wrap {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
}
.greenboxes-wrap .greenbox {
  background-color: #74C040;
  color: white;
  padding: 20px;
  max-width: 29%;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
}

.why-choose-section {
  text-align: center;
  padding: 30px 0 80px;
}
.why-choose-section .greenboxes-wrap .greenbox {
  background-color: rgba(235, 40, 42, 0.1);
  color: #000;
}

.cambio-mission-vision .mission-vision-box {
  max-width: 90%;
  margin: 0 auto;
  background-color: rgba(235, 40, 42, 0.1);
}
.cambio-mission-vision .mission-vision-box ul {
  margin-top: 15px;
}
.cambio-mission-vision .mission-vision-box ul li {
  font-weight: 500;
  margin-bottom: 5px;
}

.landing-agrolive .cambio-impact-row h2.brands-heading {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.inner-brand-section .cambio-impact-row .brands-para {
  font-size: 1.25rem;
}
.inner-brand-section .btn {
  background-color: #FF3F40;
  border-color: #FF3F40;
}
.inner-brand-section .btn:hover,
.inner-brand-section .btn:focus {
  background-color: #e62e2f;
  border-color: #e62e2f;
}

/* ===== Missing classes from file 2 ===== */
.brands-headingo {
  font-size: 2.5rem;
  font-weight: 800;
  color: #F47F20;
  margin-bottom: 20px;
}

.inner-banner-sections {
  padding: 50px 0;
}
.inner-brand-sections {
  padding: 80px 0;
}
.inner-brand-sections img {
  margin-bottom: 50px;
}
.inner-brand-sections h2 {
  color: #F47F20;
  margin-bottom: 10px;
}
.inner-brand-sections h4 {
  color: #000;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 15px;
}
.inner-brand-sections h5 {
  color: #F47F20;
  font-weight: 800;
  margin: 20px 0;
}
.inner-brand-sections .brands-para,
.inner-brand-sections ul li {
  font-size: 1.45rem;
  line-height: 1.8;
  color: #000;
  max-width: 100%;
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .navbar-brand .logo-img {
    height: 40px;
  }
  
  .contact-info span {
    font-size: 14px;
  }
  
  .heritage-heading {
    font-size: 1.6rem;
  }
  
  .heritage-para {
    font-size: 1rem;
  }
  
  .video-banner {
    height: 250px;
  }
  
  .play-icon {
    width: 60px;
    height: 60px;
  }
  
  .play-icon i {
    font-size: 20px;
  }
  
  .play-text {
    font-size: 16px;
  }
  
  .brands-section {
    padding: 40px 0;
  }
  
  .brands-heading {
    font-size: 1.6rem;
  }
  
  .brands-para {
    font-size: 1rem;
  }
  
  .brand-item {
    padding: 8px;
  }
  
  .clients-section {
    padding: 40px 0;
  }
  
  .clients-heading {
    font-size: 1.6rem;
  }
  
  .col-lg-1-5 {
    width: 50%; /* 2 per row on extra small screens */
  }
  
  .client-item {
    padding: 8px;
    height: 90px;
    margin-bottom: 10px;
  }
  
  .client-img {
    max-height: 40px;
  }
  
  .footer-column {
    padding: 0 10px;
    margin-bottom: 25px;
    position: relative;
  }
  
  .footer-column:not(:last-child)::after {
    display: none; /* Hide dividers on mobile since columns stack vertically */
  }
  
  .footer-column:last-child {
    padding-right: 10px;
  }
  
  .footer-column:first-child {
    padding-left: 10px;
  }
  
  .footer-logo {
    max-width: 150px;
  }
  
  .footer-title {
    font-size: 1.1rem;
  }
  
  .social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  
  .core-values-section {
    padding: 40px 0;
  }
  
  .core-values-container {
    padding: 40px 0;
  }
  
  .core-value-item {
    padding: 18px;
    margin-bottom: 15px;
  }
  
  .core-img {
    width: 50px;
    height: 50px;
  }
  
  .core-value-heading {
    font-size: 1.1rem;
  }
  
  .core-value-para {
    font-size: 0.85rem;
  }
}