/*
Theme Name: Forever Growing Products Professional
Author: Forever Growing Products
Description: Professional responsive corporate single-page WordPress theme for Forever Growing Products.
Version: 2.0.0
Text Domain: forever-growing-products-new
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --navy: #082f5f;
  --navy2: #0b447d;
  --blue: #0868b4;
  --green: #68b52b;
  --ink: #142033;
  --muted: #667085;
  --soft: #f4f7fa;
  --line: #e5eaf0;
  --white: #fff
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased
}

a {
  text-decoration: none;
  color: inherit
}

img {
  display: block;
  max-width: 100%
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: auto
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(229, 234, 240, .9)
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px
}

a.brand-logo {
  display: flex;
  width: 100%;
  max-width: 230px
}

a.brand-logo img {
  width: 100%;
  height: auto
}

.menu {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 600
}

.menu a {
  transition: .2s
}

.menu a:hover {
  color: var(--blue)
}

.menu .call {
  background: var(--navy);
  color: #fff;
  padding: 11px 17px;
  border-radius: 8px
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 23px;
  color: var(--navy)
}

.fgp-hero-image-banner {
  width: 100%;
  background: #f7fafc
}

.fgp-hero-image-banner img {
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: cover;
  object-position: center
}

.eyebrow {
  display: inline-block;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 14px
}

.company-intro {
  padding: 88px 0 94px
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 90px;
  align-items: center
}

.intro-copy h1 {
    font-size: 45px;
    line-height: 1.06;
    letter-spacing: -.045em;
    margin: 0 0 22px;
    font-weight: 700;
    max-width: 730px;
    color: #101828;
}

.lead {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 700px
}

.buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--navy);
  transition: .2s
}

.btn-primary {
  background: var(--navy);
  color: #fff
}

.btn-primary:hover {
  background: var(--blue);
  border-color: var(--blue)
}

.btn-secondary {
  background: #fff;
  color: var(--navy)
}

.btn-secondary:hover {
  background: var(--soft)
}

.intro-proof {
  border-left: 1px solid var(--line);
  padding-left: 44px
}

.proof-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line)
}

.proof-item:last-child {
  border-bottom: 0
}

.proof-item>span {
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  padding-top: 3px
}

.proof-item strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px
}

.proof-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65
}

.section {
  padding: 100px 0
}

.about-pro {
  background: var(--soft)
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 78px;
  align-items: center
}

.about-image {
  position: relative
}

.about-image:after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 120px;
  height: 120px;
  border-right: 4px solid var(--green);
  border-bottom: 4px solid var(--green);
  z-index: 0
}

.about-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 4px
}

.section h2, .business-cta h2 {
    font-size: 40px;
    line-height: 1.12;
    letter-spacing: -.04em;
    font-weight: 700;
    margin: 0 0 20px;
    color: #101828;
}
.about-copy p {
  color: var(--muted);
  margin: 0 0 17px
}

.lead-small {
  font-size: 17px;
  line-height: 1.75
}

.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 28px 0
}

.about-points div {
  padding-top: 17px;
  border-top: 2px solid var(--green)
}

.about-points strong {
  display: block;
  font-size: 14px;
  margin-bottom: 7px
}

.about-points span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6
}

.text-link,
.product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700
}

.text-link span,
.product-link span {
  color: var(--green);
  font-size: 18px
}

.capabilities {
  background: #fff
}

.section-head {
  margin-bottom: 48px
}

.split-head {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 80px;
  align-items: end
}

.split-head p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 5px
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.feature {
  padding: 36px 38px 38px;
  border-right: 1px solid var(--line)
}

.feature:last-child {
  border-right: 0
}

.feature-no {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 30px
}

.feature h3 {
  font-size: 20px;
  margin: 0 0 12px;
  color: var(--navy);
  letter-spacing: -.02em
}

.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75
}

.product-section {
  background: #f8fafc
}

.product-head {
  margin-bottom: 42px
}

.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.product {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: .25s;
  display: flex;
  flex-direction: column
}

.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(8, 47, 95, .08);
  border-color: #d8e2ec
}

.product-media {
  aspect-ratio: 1.22/1;
  background: #edf1f5;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #edf1f5
}

.product-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  margin: auto
}

.product-body {
  padding: 20px 21px 21px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.product h3 {
  font-size: 16px;
  line-height: 1.35;
  color: var(--navy);
  margin: 0 0 8px;
  letter-spacing: -.015em
}

.product p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 16px
}

.product-link {
  margin-top: auto;
  font-size: 12px
}

.business-cta {
  background: linear-gradient(115deg, var(--navy), #075b99);
  color: #fff;
  padding: 76px 0
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: center
}

.business-cta h2 {
  color: #fff;
  max-width: 720px;
  margin-bottom: 15px
}

.business-cta p {
  color: #dbe8f4;
  max-width: 760px;
  margin: 0;
  line-height: 1.75
}

.light-label {
  color: #a8d6f7
}

.cta-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}

.btn-white {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
  white-space: nowrap
}

.cta-phone {
  font-size: 14px;
  font-weight: 600;
  color: #fff
}

.contact-pro {
  background: #fff
}

.contact-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 90px;
  align-items: start
}

.contact-copy>p {
  color: var(--muted);
  max-width: 520px
}

.details {
  margin-top: 35px
}

.detail {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line)
}

.detail small {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #8993a4;
  padding-top: 4px
}

.detail strong {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: #27364a
}

.contact-card {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 34px
}

.form-head {
  margin-bottom: 25px
}

.form-head span {
  font-size: 11px;
  color: var(--blue);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em
}

.form-head h3 {
  font-size: 23px;
  letter-spacing: -.03em;
  margin: 5px 0 0
}

.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.field {
  margin-bottom: 14px
}

.field label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #3a4657
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #d8e0e9;
  border-radius: 7px;
  background: #fff;
  padding: 12px 13px;
  font: 400 14px 'Inter', Arial, sans-serif;
  outline: none;
  transition: .2s
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(8, 104, 180, .08)
}

.field textarea {
  min-height: 125px;
  resize: vertical
}

.form-submit {
  margin-top: 4px
}

.notice {
  padding: 12px 14px;
  border-radius: 7px;
  margin-bottom: 16px;
  font-size: 13px
}

.success {
  background: #ecfdf3;
  color: #027a48
}

.error {
  background: #fef3f2;
  color: #b42318
}

footer {
  background: #071f43;
  color: #c8d5e4;
  padding: 38px 0
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center
}

.footer-brand {
  font-size: 17px;
  font-weight: 700;
  color: #fff
}

@media(max-width:1000px) {
  .menu {
    gap: 17px
  }

  .intro-grid {
    gap: 50px
  }

  .about-grid {
    gap: 50px
  }

  .split-head {
    gap: 45px
  }

  .contact-grid {
    gap: 50px
  }
}

@media(max-width:900px) {
  .container {
    width: min(100% - 36px, 1180px)
  }

  .nav {
    height: 72px
  }

  a.brand-logo {
    max-width: 205px
  }

  .menu-toggle {
    display: block
  }

  .menu {
    display: none;
    position: absolute;
    top: 72px;
    left: 18px;
    right: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 16px 40px rgba(8, 47, 95, .12);
    flex-direction: column;
    align-items: stretch
  }

  .menu.open {
    display: flex
  }

  .menu .call {
    text-align: center
  }

  .company-intro, .section {
    padding: 40px 0;
}

  .intro-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 42px
  }

  .intro-proof {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 15px 0 0
  }

  .about-image img {
    height: 430px
  }

  .split-head {
    grid-template-columns: 1fr;
    gap: 8px
  }

.feature-grid {
    grid-template-columns: repeat(2, 1fr);
}

  .feature {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 28px 0
  }

  .feature:last-child {
    border-bottom: 0
  }

  .feature-no {
    margin-bottom: 14px
  }

  .products {
    grid-template-columns: repeat(2, 1fr)
  }

  .cta-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .contact-card {
    max-width: 720px
  }
}

@media(max-width:600px) {
.feature-grid {
    grid-template-columns: repeat(1, 1fr);
}
  .container {
    width: calc(100% - 28px)
  }

  a.brand-logo {
    max-width: 175px
  }

  .fgp-hero-image-banner img {
    min-height: 250px;
    object-fit: cover
  }

  .company-intro {
    padding: 30px 0
  }

  .intro-copy h1 {
    font-size: 23px
  }

  .lead {
    font-size: 16px
  }

  .proof-item {
    grid-template-columns: 34px 1fr
  }

  .section {
    padding: 30px 0
  }

  .section h2,
  .business-cta h2 {
    font-size: 31px
  }

  .about-image img {
    height: 310px
  }

  .about-points {
    grid-template-columns: 1fr
  }

  .products {
    grid-template-columns: 1fr
  }

  .product-media {
    aspect-ratio: 1.18/1
  }

  .business-cta {
    padding: 58px 0
  }

  .contact-grid {
    gap: 36px
  }

  .detail {
    grid-template-columns: 1fr;
    gap: 5px
  }

  .contact-card {
    padding: 22px 18px
  }

  .two {
    grid-template-columns: 1fr
  }

  .field input,
  .field select,
  .field textarea {
    font-size: 16px
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (min-width:601px) and (max-width:900px) {
  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .fgp-hero-image-banner img {
    width: 100%;
    height: auto;
    object-fit: contain
  }
}

@media (max-width:600px) {

  .products,
  .two {
    grid-template-columns: 1fr
  }

  .fgp-hero-image-banner img {
    width: 100%;
    height: auto;
    object-fit: contain
  }

  input,
  select,
  textarea {
    max-width: 100%
  }
}