:root {
    --primary-color: #e17523;
    --secondary-color: #4ECDC4;
    --dark-blue: #1976D2;
    --light-blue: #b7e9fd;
    --dark-text: #333333;
    --light-text: #FFFFFF;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #000;
}

body {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    font-family: 'Open Sans', Arial, sans-serif;
}

/* Header */
/* .header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
} */

.logo {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    color: black;
}

.btn-orange {
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 5px;
}

.btn-orange:hover {
    background-color: #e17523;
    color: white;
}

/* Hero Section */
.hero {
    background: url(../img/header-background.png) no-repeat;
    background-position: 100% 0%;
    background-size: 100%;
    color: white;
    height: 700px;
    padding-top: 3rem;
    align-content: center;
}

.hero h1 {
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 700;
}

.hero p {
    margin-bottom: 25px;
    max-width: 600px;
    font-size: 28px;
}

/* Announcement Banner */
.announcement {
    color: var(--primary-color);
    padding: 15px 0;
    margin-top: 6rem;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    border-top: 2px solid #176feb;
    border-bottom: 2px solid #176feb;
}

/* Services Section */
.services-heading {
    padding: 30px 0;
    text-align: left;
}

.service-card {
    background-color: var(--light-blue);
    border-radius: 0px;
    padding: 20px 78px;
    height: 100%;
    transition: transform 0.3s;
    align-content: end;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card h5 {
    height: 62px;
    font-weight: bold;
    margin-bottom: 28px;
    font-size: 26px;
}

/* Feature Lists */
.feature-section {
    margin-top: 4rem;
    padding: 4rem 0;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}

.feature-icon {
    color: var(--primary-color);
    font-size: 24px;
    margin-right: 10px;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 20px;
    display: flex;
    align-items: start;
}

.feature-list .icon-container {
    /* width: 30px;
    height: 30px;
    min-width: 30px;
    background-color: #E1F5FE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center; */
    margin-right: 15px;
    margin-top: -7px;
}

.feature-list .icon-container i {
    color: var(--dark-blue);
    font-size: 14px;
}

.feature-text {
    flex: 1;
    margin-bottom: 8px;
    height: 80px;
}

.feature-text h6 {
    margin-bottom: 5px;
    font-weight: bold;
}

.feature-text p {
    font-size: 18px;
    color: #000;
    margin: 0;
}

/* Section Taglines */
.section-tagline {
    text-align: center;
    color: #000;
    font-style: italic;
    padding: 30px 0;
    font-weight: 700;
    font-size: 38px;
}

/* Illustrations */
.illustration {
    text-align: center;
}

.illustration img {
    max-width: 100%;
    height: auto;
    padding: 1rem;
    /* border: 3px solid; */
}

/* Learning Center */
.learning-center {
    background-color: #000;
    color: white;
    padding: 8rem 0 6rem;
}

.learning-center h3 {
    text-align: center;
    margin-bottom: 15px;
}

.learning-center p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    color: #B0BEC5;
}

.resource-card {
    height: 420px;
    border: 2px solid #e17523;
    padding: 20px 4rem 20px 20px;
    /* height: 300px; */
    transition: background-color 0.3s;
}

.resource-card:hover {
    background-color: #323232;
}

.resource-card h5 {
    height: 70px;
    color: #b7e9fd;
    margin-bottom: 15px;
}

.resource-card p {
    font-size: 18px;
    text-align: left;
    color: #fff;
}

.more-articles {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 1399.9px) {
    .hero h1 {
        font-size: 50px;
    }

    .hero p {
        font-size: 22px;
    }

    .service-card {
        padding: 20px 30px;
    }

    .learning-center-card-container {
        justify-content: center;
    }

    .learning-center .col-md {
        width: 0%;
        max-width: 0%;
    }

    .learning-center .col-md-3 {
        width: 30%;
    }

    .resource-card {
        padding: 20px;
    }

    .section-tagline {
        padding-right: 0px !important;
    }

    .more-articles {
        justify-items: center;
        text-align: center;
    }
}


@media (max-width: 991.9px) {
    .hero {
        background-size: 100% 100%;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero p {
        font-size: 18px;
    }

    button.btn.btn-orange.btn-sm.me-2 {
        align-content: center;
        font-size: 16px !important;
    }

    .service-card h5 {
        font-size: 20px;
    }

    .service-card p,
    .feature-section p {
        font-size: 15px !important;
    }

    .feature-list .icon-container img {
        height: 50px !important;
    }

    .feature-list .icon-container {
        margin-top: 0px;
    }

    .feature-text h6 {
        font-size: 16px !important;
    }

    .resource-card h5 {
        font-size: 15px;
    }

    .resource-card p {
        font-size: 14px;
        line-height: 1.3;
    }
}


@media (max-width: 767.9px) {
    section.form-contact .col-md-6 {
        margin-top: 0 !important;
    }

    .hero {
        height: 484px;
        padding-top: 5rem;
    }

    .col-md-5.illustration-one {
        margin-top: 2rem;
    }

    .service-card {
        padding: 20px 20px 20px !important;
        height: auto !important;
    }

    .service-card h5 {
        height: auto;
    }

    button.btn.btn-orange.btn-sm.me-2 {
        align-content: center !important;
        justify-self: center !important;
        margin-top: 2rem !important;
    }

    .feature-section .spv-private-funds {
        margin-top: 2rem;
    }

    .feature-section.section-three {
        padding-bottom: 0rem;
    }

    .learning-center {
        background-color: #000;
        color: white;
        padding: 5rem 0 4rem;
    }

    .learning-center .col-md-3 {
        width: 100%;
    }

    .resource-card {
        height: auto;
    }
}

@media (max-width: 480.9px) {
    .hero {
        height: 590px;
        padding-top: 6rem;
    }

}