﻿@media (min-width: 1px) {

    /*#############################################################*/
    /* SHARED ###################################################
    ############################################################*/

    .top-row-margin {
        margin-top: calc(28.08vw);
    }

    /* Separator styles */
    .row-separator {
        padding: calc(8vw) 0;
    }

    .separator-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .separator-line {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #509E2F;
    }

    .separator-icon {
        position: relative;
        background-color: rgb(246, 248, 243);
        padding: 0 calc(4vw);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

        .separator-icon img {
            width: calc(12vw);
            height: auto;
        }

    /* Content rows with white background */
    .content-row {
        margin: 0;
    }

    /* Shared text container */
    .content-text-container {
        padding: calc(8vw) 5.33%;
        display: flex;
        align-items: center;
    }

    .content-text-content {
        width: 100%;
    }

    .centered-text-content {
        text-align: center;
    }

    /* Shared text styles */
    .content-title {
        color: #326295;
        margin-bottom: calc(3vw);
        font-weight: 600;
    }

    .content-subtitle {
        color: rgb(0, 0, 0);
        font-weight: 600;
        margin-bottom: calc(4vw);
        line-height: 1.4;
    }

    .content-text {
        color: rgb(60, 60, 60);
        line-height: 1.6;
        margin-bottom: calc(5vw);
    }

    /* Shared button styles */
    .content-button a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #509E2F;
        color: rgb(255, 255, 255);
        padding: calc(3vw) calc(6vw);
        text-decoration: none;
        border-radius: 4px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: calc(3.5vw);
        letter-spacing: 0.5px;
    }

        .content-button a:hover {
            background-color: rgb(76, 132, 62);
        }

    /* Shared image container */
    .content-image-container {
        padding: 0;
        min-height: calc(80vw);
    }

    .content-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .centered-text-image-container {
        margin-bottom: calc(5.33vw);
    }

    /* Background image rows */
    .background-row {
        height: calc(153.87vw);
    }

    .background-text-container {
        position: relative;
        width: 100%;
        height: calc(153.87vw);
    }

    .background-text-background-row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        margin: 0;
    }

    .background-text-content-row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(10vw) 5.33%;
    }

    .background-text {
        color: white;
        font-size: calc(6vw);
        text-align: center;
        margin: 0;
        font-weight: 400;
        line-height: 1.4;
        max-width: 70%;
    }

    /*#############################################################*/
    /* ROW ONE ###################################################
    ############################################################*/

    /* Uses .background-row */

    /*#############################################################*/
    /* ROW TWO ###################################################
    ############################################################*/

    /* Row Two Background and Heading Section */
    .home-row-two-container {
        position: relative;
        width: 100%;
        height: calc(120vw);
    }

    .home-row-two-background-row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        margin: 0;
    }

    .home-row-two-content-row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(10vw) 5.33%;
    }

    .home-row-two-content {
        width: 100%;
        text-align: center;
    }

    .home-row-two-heading {
        color: #326295;
        font-size: calc(8vw);
        margin-bottom: calc(4vw);
        font-weight: 600;
    }

    .home-row-two-intro-text {
        color: rgb(0, 0, 0);
        font-size: calc(4vw);
        line-height: 1.6;
        margin: 0;
    }

    /* Row Three - Image and Card Section */
    .row-three {
        margin: 0;
        padding-top: calc(10.66vw);
        padding-bottom: calc(10.66vw);
    }

    /* Image container */
    .r3-image-container {
        padding: 0;
        margin-bottom: calc(5.33vw);
    }

    .r3-image-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
    }

    /* Card container */
    .r3-card-container {
        padding: 5.33%;
    }

    .r3-card {
        background-color: rgb(255, 255, 255);
        padding: calc(6vw);
        border: 1px solid rgb(230, 230, 230);
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .r3-card-title {
        color: #326295;
        margin-bottom: calc(2vw);
        font-weight: 600;
    }

    .r3-card-subtitle {
        color: rgb(0, 0, 0);
        font-size: calc(3vw);
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: calc(3vw);
        /*text-transform: uppercase;*/
    }

    .r3-card-text {
        color: rgb(60, 60, 60);
        line-height: 1.6;
        margin-bottom: calc(5vw);
    }

    .r3-card-button a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #509E2F;
        color: rgb(255, 255, 255);
        padding: calc(3vw) calc(6vw);
        text-decoration: none;
        border-radius: 4px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: calc(3.5vw);
        letter-spacing: 0.5px;
    }

    .r3-card-button a:hover {
        background-color: rgb(60, 110, 48);
    }

    /*#############################################################*/
    /* ROW FOUR ###################################################
    ############################################################*/

    /* Uses .background-text-container, .background-text-background-row, .background-text-content-row, .background-text */

    /*#############################################################*/
    /* ROW FIVE ###################################################
    ############################################################*/

    /* Uses .content-row, .content-text-container, .content-text-content */
    /* Uses .content-title, .content-subtitle, .content-text */
    /* Uses .content-button, .content-image-container */
    /*#############################################################*/
    /* ROW SIX ###################################################
    ############################################################*/

    /* Uses .background-text-container, .background-text-background-row, .background-text-content-row, .background-text */

    /*#############################################################*/
    /* ROW SEVEN ###################################################
    ############################################################*/

    /* Uses .content-row, .content-text-container, .content-text-content */
    /* Uses .content-title, .content-subtitle, .content-text */
    /* Uses .content-button, .content-image-container */

    /*#############################################################*/
    /* ROW EIGHT ###################################################
    ############################################################*/

    /* Uses .background-text-container, .background-text-background-row, .background-text-content-row, .background-text */

    /*#############################################################*/
    /* ROW NINE ###################################################
    ############################################################*/

    /* Uses .content-row, .content-text-container, .content-image-container, .centered-text-content, .centered-text-image-container */

    /*#############################################################*/
    /* ROW TEN ###################################################
    ############################################################*/

    /* Uses .background-text-container, .background-text-background-row, .background-text-content-row, .background-text */

    /*#############################################################*/
    /* ROW ELEVEN ###################################################
    ############################################################*/

    /* Uses .content-row, .content-text-container, .content-image-container, .centered-text-content, .centered-text-image-container */
    
    /*###################################################*/
    /*###################################################*/
    /*###################################################*/

}
