/* SIMPLE CSS REBOOT */
body {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-family: "AcuminVariableConcept", sans-serif;
}

html {
    scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h2,
h1.h2 {
    font-family: butlerbold;
    font-size: 45px;
    color: #622171;
    margin-bottom: 2rem;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

@font-face {
    font-family: "butlerbold";
    src:
        url("/fonts/web/fonts/butler_bold-webfont.woff2") format("woff2"),
        url("/fonts/web/fonts/butler_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url("/fonts/web/fonts/AvenirNext_Variable.woff2")
        format("woff2-variations");
    font-family: "Avenir Next Variable";
    font-style: normal;
}

@font-face {
    font-family: "nilland-smallcapsregular";
    src:
        url("/fonts/web/fonts/nilland-smallcaps-webfont.woff2") format("woff2"),
        url("/fonts/web/fonts/nilland-smallcaps-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.select2-container--default .select2-selection--single {
    height: 40px;
}

.homepage-navbar {
    background-color: #11b9c9;
}

.navbar-nav .nav-item {
    padding-right: 15px;
}

.navbar-nav .nav-item .nav-link {
    color: #f8f9fa !important;
}

/* Homepage */
.content .homepage-1-container {
    background-image: url("/assets/images/homepage/Website-Homepage-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.homepage-title {
    font-family: "butlerbold", sans-serif;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
}

.homepage-text-group {
    margin-top: 178px;
    margin-left: -194px;
}

.homepage-description {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
}

.homepage-2-container {
    background-color: #11b9c9;
    width: 100%;
    min-height: 50vh;
}

.homepage-2-container {
    background-color: #00b4c5;
    padding: 80px 0;
    width: 100%;
}

.homepage-3-container {
    padding: 80px 0;
    background-color: white;
}

.category-card {
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
}

.homepage-title {
    width: 100%;
    height: auto;
}

.homepage-4-container {
    background-image: url("/assets/images/homepage/Website-Homepage-banner-02.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0;
}

.pillars-row {
    margin-bottom: -100px;
    position: relative;
    z-index: 10;
}

.lets-talk-section {
    padding-top: 150px !important;
}

.homepage-4-container h3 {
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1.5rem;
}

.homepage-4-container p {
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    opacity: 0.9;
}

.homepage-5-container {
    background-image: url("/assets/images/homepage/Website-Homepage-banner-03.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px; /* Adjust height as needed */
    display: flex;
    align-items: center;
}

/* Footer */
.position-relative {
    position: relative;
}

.footer_layout {
    position: relative;
    background-color: #00549d;
    padding: 20vw 0 3vw 20vw;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .homepage-title {
        margin-left: 4rem;
    }

    .group-1 .logo {
        margin-left: 4rem !important;
    }

    .homepage-text-group {
        margin-top: 209px;
    }

    .group-2-container {
        width: 100%;
        max-width: 960px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .category-card {
        min-height: 490px;
    }
}

@media screen and (min-width: 1440px) {
    .homepage-text-group {
        margin-top: 188px;
        margin-left: -287px;
    }

    .group-2-container {
        max-width: 1162px;
    }

    .category-card {
        min-height: 583px;
    }
}

@media screen and (min-width: 1600px) {
    .group-2-container {
        max-width: 1378px;
    }

    .category-card {
        min-height: 660px;
    }
}
