/* ---------- Company Logos ---------- */
.company-logo {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

.company-logos .company-logo {
    height: 120px;
    width: 100%;
    padding: 2rem;
}

/* ---------- Biz Section ---------- */

.biz-heading {
    font-size: 3.6rem;
    font-weight: 500;
}

.biz-copy {
    font-size: 1.125rem;
    line-height: 1.6;
}

.biz-text-muted {
    font-size: 1.25rem;
    font-style: italic;
}

.biz-btn {
    padding: 0.75rem 1.5rem;
    width: auto;
}

.biz-img {
    display: flex;
}

.biz-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------- Testimonials Section ---------- */
.testimonials-heading {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin: 0 0 2rem;
    font-size: 6rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--light-dark-grey);
    pointer-events: none;
}


/* 2) Inject your own light-grey arrows */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
    font-size: 2.0rem;
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: monospace;
}

/* ← on the left */
.swiper-button-prev::after {
    content: '←';
    left: 0.5rem;
    color: black;
}

/* → on the right */
.swiper-button-next::after {
    content: '→';
    right: 0.5rem;
    color: black;
}

.strategy-section {
    position: relative;
    background-image:
        linear-gradient(to right,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.9) 25%,
            rgba(255, 255, 255, 1.0) 75%,
            rgba(255, 255, 255, 0.3) 100%),
        url('/assets/images/farm_photo.jpg');
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

.strategy-section h2 {
    font-size: 36px;
}

.strategy-section .h5 {
    font-size: 30px;
    font-weight: 700;
}

.strategy-section p {
    font-weight: 500;
    font-size: 24px;
    line-height: 210%;
    text-align: center;
    color: #101010;
    max-width: 728px;
    margin: 0 auto;
}

/* services.css */
#our-services {
    position: relative;
    overflow: hidden;
    min-height: 750px;
}

/* break the H1 out to full viewport width */
#our-services .services-title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin: 0 0 2rem;
    font-size: 11rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--light-dark-grey);
    pointer-events: none;
}

/* pale block behind image */
#our-services .bg-block {
    position: absolute;
    top: 35%;
    right: -20%;
    width: 100%;
    height: 80%;
    background-color: #e6eef3;
    border-radius: 0.25rem;
    z-index: 1;
}

/* lift image above the block */
#our-services .section-img {
    position: relative;
    z-index: 2;
}

/* underline on Learn More */
#our-services .learn-more {
    border-bottom: 3px solid #00adef;
    padding-bottom: 2px;
}


/* 2. Sub-heading (<h2>) */
#our-services h2 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #33503f;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: .21em;
}

/* 3. Paragraphs */
#our-services p {
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #222;
    margin-bottom: 1rem;
}

/* 4. List items */
#our-services ul li {
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #222;
    margin-bottom: .5rem;
}

/* 5. “Learn More” link/button */
#our-services .learn-more {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1d1d1d;
    text-decoration: none;
    border-bottom: 4px solid #009db3;
    /*padding-bottom: 2px;*/
    display: inline-block;
}

#our-services .learn-more:hover {
    border-color: #007a8a;
}

/* ---------- Media Queries ---------- */
/* Medium tablets and below (≤992px) */
@media (max-width: 992px) {
    .hero {
        height: 80vh;
        padding: 4rem 0;
    }

    .hero-card {
        text-align: center !important;
    }

    .hero .hero-card {
        padding: 1rem;
        margin-left: 0rem;
    }

    .hero-card h1.display-5 {
        font-size: 3.5rem;
    }


    .hero-card p {
        font-size: 1.05rem;
    }

    .services-heading {
        font-size: 3.5rem;
    }

    .service-point h5 {
        font-size: 2rem;
        font-weight: 500 !important;
    }

    .service-point p {
        font-size: 1.125rem;
    }

    .biz-heading {
        font-size: 2.75rem;
    }

    .biz-copy {
        font-size: 1.25rem;
    }

    .biz-section .row {
        margin-top: 2rem;
    }

    .testimonials-heading {
        font-size: 4rem;
    }
}

/* Phones down (≤576px) */
@media (max-width: 576px) {
    .hero {
        padding: 2rem 1rem;
    }

    .hero-card {
        text-align: center !important;
    }

    .hero-card h1.display-5 {
        font-size: 3rem;
    }

    .hero-btn {
        width: 97% !important;
    }

    .hero-card p {
        font-size: 1.15rem;
    }

    .company-logo {
        max-height: 35px;
    }

    .services-heading {
        font-size: 2.5rem;
    }

    .service-point h5 {
        font-size: 1.5rem;
        font-weight: 500 !important;
    }

    .service-point p {
        font-size: 1.125rem;
    }

    .biz-heading {
        font-size: 2.25rem;
    }

    .biz-copy {
        font-size: 1rem;
    }

    .biz-btn {
        display: block;
        width: 100%;
        text-align: center;
    }

    .testimonials-heading {
        font-size: 2.5rem;
    }

}

/* Responsive tweaks for .strategy-section */
@media (max-width: 767.98px) {

    .strategy-section h2 {
        font-size: 1.5rem;
    }

    .strategy-section p.h5 {
        font-size: 1.125rem;
    }

    .strategy-section p.lead {
        font-size: 1rem;
        max-width: 100%;
    }

    #our-services .services-title {
        font-size: 3rem !important;
        padding-bottom: 0rem;
        padding-top: 1rem;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {

    /* Tablet */
    .strategy-section {
        min-height: 300px;
        padding: 3rem 1.5rem;
        background-image:
            linear-gradient(to right,
                rgba(255, 255, 255, 0.3) 0%,
                rgba(255, 255, 255, 0.9) 25%,
                rgba(255, 255, 255, 1.0) 75%,
                rgba(255, 255, 255, 0.3) 100%),
            url('/assets/images/farm_photo.jpg');
    }

    .strategy-section h2 {
        font-size: 1.75rem;
    }

    .strategy-section p.h5 {
        font-size: 1.25rem;
    }

    .strategy-section p.lead {
        font-size: 1.125rem;
        max-width: 600px;
    }
}
