﻿@font-face {
    font-family: 'Filson Pro';
    src: url('/fonts/FilsonPro-Regular.woff2') format('woff2'), url('/fonts/FilsonPro-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

/* Single, consistent :root block */
:root {
    font-family: 'Filson Pro', sans-serif;
    font-style: normal;
}

body {
    font-family: inherit;
    font-style: normal;
}


.hero-section2 {
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url('/Images/AboutUs/aboutus2.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
   
}

    .hero-section2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
       
        z-index: 2;
    }

.hero-content2 {
    font-family: "Filson Pro";
    position: relative;
    z-index: 2;
    max-width: 1000px;
}

.hero-title2 {
    font-family: "Filson Pro";
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    color: #a5ec5b;
    margin-bottom: 20px;
}

.hero-description2 {
    font-family: "Filson Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    max-width: 865px;
    margin: 0 auto;
}

.content-section2 {
    font-family: "Filson Pro";
    padding: 60px 150px;
    color: #223532;
}

.section-title2 {
    font-family: "Filson Pro";
    font-size: 32px;
    font-weight: 500;
    color: #a698ea;
    margin-bottom: 20px;
}

.highlighted-content {
   
    font-family: "Filson Pro";
    color: var(--Imperial-green, #243837) !important;
}
.highlighted-content2 {
      font-family: "Filson Pro";
    color: var(--Imperial-green, #243837) !important;
}
.section-text2 {
    font-family: "Filson Pro";
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #223532;
    margin-bottom: 30px;
}

    .section-text2 strong {
        color: #B1A0FF;
        font-family: "Filson Pro";
    }

.values-list2 {
    list-style-type: none;
}

    .values-list2 li {
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        font-family: "Filson Pro"
    }

    .values-list2 strong {
        color: var(--light-green, #4A917E);
        font-family: "Filson Pro"
    }

.company-logo2 {
    display: block;
    margin: 50px auto;
    max-width: 100%;
    width: 350px;
    height: auto;
    display: block;
    padding-bottom: 50px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin: 50px 0;
}

.cta-btn {
    padding: 16px 0;
    width: 197px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 12px;
    cursor: pointer;
}

.contact-btn2 {
    background-color: #a698ea;
    color: #ffffff;
    border: none;
}

    .contact-btn2:hover {
        background-color: #8f7de0;
    }

.why-btn {
    background-color: transparent;
    color: #2c3c3d;
    border: 2px solid #b1a0ff;
}

    .why-btn:hover {
        background-color: #f5f3ff;
    }

.footer-banner2 {
    background-color: #2d3d3f;
    padding: 80px 20px;
    text-align: center;
    color: #ffffff;
}

.banner-title2 {
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    margin-bottom: 20px;
}

    .banner-title2 span {
        color: #a5ec5b;
    }

.banner-subtitle2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}


@media (max-width: 768px) {
    .hero-section2 {
        padding: 20px;
    }

    .hero-title2 {
        font-size: 40px;
    }

    .hero-description2 {
        font-size: 18px;
    }

    .content-section2 {
        padding: 15px;
        display: flex;
        flex-direction: column;
    }

    .section-text2 {
        font-size: 18px !important;
        width: 100%;
    }

    .values-list2 {
        font-size: 18px !important;
        padding-left: 0;
        list-style-position: inside;
    }

    .values-list2 {
        list-style-type: none;
    }

        .values-list2 li {
            margin-bottom: 15px;
            font-size: 18px !important;
            font-weight: 400;
            line-height: 32px !important;
            font-family: "Filson Pro"
        }

        .values-list2 strong {
            color: var(--light-green, #4A917E);
            font-family: "Filson Pro"
        }

    .company-logo2 {
        max-width: 100%;
        height: auto;
        margin: 20px auto;
        display: block;
    }


    .cta-buttons {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
        max-width: 200px; /* Optional: Control maximum width */
    }
}

