@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/neue/NeueHaasDisplayBlack.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/neue/NeueHaasDisplayBlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/neue/NeueHaasDisplayBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/neue/NeueHaasDisplayBoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/neue/NeueHaasDisplayMedium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/neue/NeueHaasDisplayMediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/neue/NeueHaasDisplayRoman.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url("../fonts/neue/NeueHaasDisplayRomanItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

:root {
    --color-primary: #f4992c;
    --color-secondary: #1b1d6b;
    --color-background: #fffdfa;
    --color-text-dark: #262626;
    --color-text-light: #fafafa;
    --color-text-medium: #404040;
    --color-text-subtle: #595959;
}

body {
    margin: 0;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif !important;
    font-weight: normal;
    font-style: normal;
    background-color: var(--color-background);
    color: var(--color-text-dark);
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

section {
    background-color: white;
}

.transparent-item {
    fill: white !important;
    opacity: 0.5 !important;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-style: normal;
}

p {
    margin: 0;
    font-weight: 400 !important;
    font-style: normal;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    padding-right: 120px;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5em;
}

.logo-images {
    display: flex;
    align-items: center;
    gap: 5.3px;
    /* Approx from (3529-3519.8)/2 */
}

.logo-images img:first-child {
    width: 27.82px;
    height: 36px;
}

.logo-images img:last-child {
    width: 61.08px;
    height: 20.8px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-icon img {
    width: 32px;
    height: 32px;
}

/* CSS for section section:footer */
.site-footer {
    background: linear-gradient(180deg, #3636cb 0%, #13144d 100%);
    color: var(--color-text-light);
    padding: 72px 0 32px 0;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-about {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 186px;
    flex-shrink: 0;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-logo img:first-child {
    width: 36px;
    height: 46px;
}

.footer-logo img:last-child {
    width: 79px;
    height: 27px;
}

.footer-about p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff !important;
}

.footer-bottom p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff !important;
}

.footer-links {
    display: flex;
    justify-content: space-between;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 200px;
}

.footer-column h6 {
    font-size: 16px;
    font-weight: 600;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column ul li a,
.footer-column ul li span {
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contact-item img {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

.footer-bottom {
    border-top: 1px solid #6873e9;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #f0f0f0;
}

@media (max-width: 1024px) {
    .footer-main {
        flex-direction: column;
    }

    .footer-links {
        flex-wrap: wrap;
        margin-left: 25rem !important;
    }
}

@media (max-width: 768px) {
    .footer-links {
        flex-direction: column;
        margin-left: 0px !important;
    }
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 10px 20px;
    background: linear-gradient(150deg, #f4992c 73.03%, #93a1f1 115.33%);
    color: var(--color-text-light);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    border: none;
    cursor: pointer;
    font-family: "Neue Haas Grotesk Display Pro", "Inter", sans-serif;
}

.section-title-tag {
    color: var(--color-text-subtle);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.section-title-tag::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: #fad28e;
}

.section-heading {
    color: var(--color-text-dark);
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
}

.section-subheading {
    color: var(--color-text-medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .section-heading {
        font-size: 36px;
    }

    .section-subheading {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-heading {
        font-size: 32px;
    }

    .section-subheading {
        font-size: 16px;
    }
}
