/* Agrisolar page */
.ag-link { color: var(--orange); text-decoration: underline; }
.page-agrisolar .ag-intro .split__text { padding-top: 0; align-self: center; }
.page-agrisolar .ag-intro .split__text h2 { margin-bottom: 20px; }
.ag-intro__sub { font-size: 24px; line-height: 28.8px; margin: 20px 0 20px; }
.ag-intro__list { list-style: disc inside; text-align: center; padding: 0 0 0 32px; }
.ag-intro__list li { margin-bottom: 24px; }
.page-agrisolar .split__form .form-card__title { font-family: var(--font-body); font-weight: 700; color: var(--navy); }

/* Accreditation logos */
.ag-logos { padding: 20px 40px; }

/* Process steps beside a background video */
.proc { display: grid; grid-template-columns: 1fr 1fr; background: var(--grey-3); }
.proc__left { padding: 92px 40px 80px; }
.ag-proc__title { font-size: 36px; line-height: 50.4px; text-align: center; max-width: 560px; margin: 0 0 12px; }
.ag-proc__lead { text-align: center; max-width: 660px; margin: 0 0 12px; }
.proc__tabs { display: grid; grid-template-columns: 97px 1fr; column-gap: 23px; }
.proc__nav { border-right: 2px solid #ddd; }
.proc__tab { display: block; width: 100%; padding: 23px 20px; margin-right: -2px; background: none; border: 0; border-right: 2px solid transparent; font-family: var(--font-body); font-size: 21px; line-height: 31.5px; font-weight: 700; color: var(--dark); text-align: center; cursor: pointer; }
.proc__tab.is-active { color: var(--orange); border-right-color: var(--orange); }
.proc__panels { display: flex; align-items: center; max-width: 419px; }
.proc__panel { display: none; }
.proc__panel.is-active { display: block; }
.proc__title { font-size: 22px; line-height: 33px; font-weight: 700; margin: 0 0 15px; }
.proc__panel p { margin: 0; }
.proc__media { position: relative; min-height: 400px; background: #000; }
.proc__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Testimonial */
.ag-quote { padding: 120px 20px; background: #fff; }
.ag-quote__box { position: relative; max-width: var(--container); margin: 0 auto; background: #101c30; color: #fff; padding: 75px 50px 45px; }
.ag-quote__mark { position: absolute; left: 50px; top: -48px; font-family: var(--font-head); font-size: 200px; line-height: 1; font-weight: 900; color: var(--orange); }
.ag-quote__box h3 { color: #fff; font-size: 24px; line-height: 36px; font-weight: 400; margin: 0 0 42px; }
.ag-quote__name { color: #fff; font-size: 24px; line-height: 48px; font-style: italic; margin: 0; }
.ag-quote__org { color: #fff; font-size: 18px; line-height: 27px; font-weight: 400; margin: 0; }

/* Get started cards */
.ag-mob { display: none; }
.ag-cards .info-card__title { font-size: 18px; margin-bottom: 8px; }
.ag-cards .info-card__title--lg { font-size: 24px; }
@media (min-width: 1025px) {
  .ag-cards.info-cards--alt { padding-top: 0; }
  .ag-cards.info-cards--alt .info-card { padding: 20px 20px 20px 90px; }
  .ag-cards.info-cards--alt .info-card__icon { left: 35px; top: 40px; width: 26px; height: 26px; padding: 0; background: none; border-radius: 0; }
}
@media (max-width: 1024px) {
  .ag-desk { display: none; }
  .ag-mob { display: inline-flex; }
  .ag-cards.info-cards--alt .info-card__icon { background: none; padding: 0; width: 40px; height: 40px; }
  .ag-cards .info-card__title { font-size: 18px; color: var(--navy); }
  .ag-cards .info-card__title--lg { font-size: 22px; }
}

/* Why choose us: case study carousel + team cards */
.ag-why h2 { margin: 0 0 45px; }
.section--dark .ag-why__sub { color: #fff; font-size: 30px; line-height: 45px; margin: 0 0 57px; }
.ag-cases .slider-arrow { color: var(--orange); }
.ag-cases .slider-arrow::before { width: 22px; height: 22px; border-width: 5px; }
.ag-case::after { background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 65%); }
.ag-case .pkg__body { bottom: 54px; }
.ag-case h3 { font-size: 30px; line-height: 45px; font-weight: 700; margin: 0 0 8px; }
.ag-case p { color: #fff; margin: 0; }
.ag-team { display: grid; grid-template-columns: 560px 560px; gap: 40px; justify-content: center; margin-top: 70px; }
.ag-team .team-card { max-width: none; margin: 0; }
.ag-team .team-card__inner { text-align: left; }
.ag-team__photo { height: 160px; border-radius: 20px; background: #3a3a3a; display: flex; align-items: center; justify-content: center; margin-bottom: 5px; }
.ag-team__photo img { width: 510px; max-width: 90%; height: 111px; object-fit: contain; opacity: .6; }
.ag-team .team-card h2 { color: #fff; font-size: 30px; line-height: 36px; margin: 0 0 5px; }
.ag-team .team-card h4 { color: #fff; font-size: 18px; font-weight: 900; margin: 0; }
.ag-team .team-card__toggle { right: 30px; bottom: 10px; }
.ag-team .team-card__social { justify-content: center; gap: 5px; margin-top: 10px; }
.ag-team .team-card__social a { background: var(--orange); color: #222; }
.ag-team .team-card__bio { padding-top: 20px; }

/* Packages */
.page-agrisolar .packages h2 { color: var(--orange); }
.page-agrisolar .pkg h3 { font-size: 30px; line-height: 45px; }

@media (min-width: 1025px) {
  .page-agrisolar .page-hero--short { height: 392px; align-items: flex-start; }
  .page-agrisolar .page-hero--short .page-hero__inner { padding: 230px 0 0; }
}
@media (max-width: 1100px) {
  .proc { grid-template-columns: 1fr; }
  .proc__media { order: -1; min-height: 320px; }
  .ag-team { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .page-agrisolar .ag-intro .split__form { display: none; }
  .page-agrisolar .ag-intro { padding-bottom: 50px; }
  .ag-logos { padding: 20px 16px; }
  .proc__left { padding: 40px 20px 50px; }
  .ag-proc__title { font-size: 32px; line-height: 1.2; margin-bottom: 16px; }
  .proc__tabs { grid-template-columns: 1fr; row-gap: 20px; }
  .proc__nav { display: flex; border-right: 0; overflow: hidden; }
  .proc__tab { width: auto; padding: 12px 16px; margin: 0; border-right: 0; border-left: 2px solid #ddd; font-size: 18px; line-height: 27px; white-space: nowrap; }
  .proc__tab:first-child { border-left-color: transparent; }
  .proc__tab.is-active { border-left-color: var(--orange); }
  .proc__panels { max-width: none; }
  .ag-quote { padding: 60px 20px; }
  .ag-quote__box { padding: 60px 20px 40px; text-align: center; }
  .ag-quote__box h3 { font-size: 20px; line-height: 30px; }
  .ag-quote__mark { left: 20px; top: -40px; font-size: 150px; }
  .ag-quote__name { font-size: 16px; line-height: 24px; }
  .ag-quote__org { font-size: 15px; }
  .ag-why h2 { margin-bottom: 20px; }
  .section--dark .ag-why__sub { font-size: 24px; line-height: 32px; margin-bottom: 30px; }
  .ag-team { margin-top: 40px; gap: 30px; }
  .ag-team__photo { height: 80px; border-radius: 10px; }
  .ag-team__photo img { height: 70px; }
  .ag-team .team-card h2 { font-size: 24px; line-height: 30px; }
  .ag-team .team-card h4 { font-size: 16px; }
}
