﻿:root {
    --primary-blue: #0B2F77;
    --secondary-blue: #01369E;
    --dark-blue: #444e61;
    --light-blue: #118FD6;
    --white: #FFFFFF;
    --black: #000000;
    --red: #DB353A;
    --success: #27AE60;
    --gray-one: #ADB5BD;
    --gray-three: #828282;
    --gray-four: #BDBDBD;
    --secondary-text: #E6EBF5;
    --brown: #975902;
    --brown-muted: #F8F4EE;
    --card-bg1: #FAFAFA;
    --card-bg2: #F7F8FA;
    --input-height: 56px;
    --input-border: #c4c4c4;
    --font-8: 0.5rem;
    --font-10: 0.625rem;
    --font-12: 0.75rem;
    --font-14: 0.875rem;
    --font-16: 1rem;
    --font-18: 1.125rem;
    --font-20: 1.25rem;
    --font-22: 1.375rem;
    --font-24: 1.5rem;
    --font-36: 2.25rem;
    --font-48: 3rem;
    --font-60: 3.75rem;
    --small-radius: 8px;
    --radius: 20px;
    --max-width: 1340px;
}


body,
html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: "Nunito Sans", sans-serif;
}

/* Reset for list */
ul,
ol {
    list-style: none;
}

.navbar {
    height: 90px;
}

.hero {
    height: max(100vh, 820px);
    background-color: var(--secondary-blue);
    background-image: url("images/hero-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left -25% top -42%;
    overflow: clip;

    @media (min-width: 768px) {
        & {
            background-position: left -15% bottom 50%;
        }
    }
}

.guaranteed_investment {
    align-self: flex-start;
    background-color: var(--brown-muted);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    padding: 0.5px 5px; /* Add this line for base (mobile) */
img{
    width: 8px;
    height: 8px;
}

p {
    color: var(--brown);
    font-weight: 600;
    font-size: var(--font-8);
}

@media (min-width: 768px) {
    padding: 3px 10px;

    img {
        width: 16px;
        height: 16px;
    }

    p {
        font-size: var(--font-12);
    }
}

}


.hero_heading {
    color: var(--secondary-text);
    font-weight: 800;
    font-size: var(--font-24);
    line-height: 40px;
    letter-spacing: 0%;
    .text-outline

{
    background-image: url("images/eclipse_sketch.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* padding to prevent image cutoff */
    padding: 0 5px;
    display: inline-block;
}

@media (min-width: 768px) {
    & {
        font-size: var(--font-60);
        line-height: 80px;
        .text-outline

{
    /* padding to prevent image cutoff */
    padding: 0 20px 0 5px;
}

}
}
}

.hero_subheading {
    font-weight: 400;
    font-size: var(--font-14);
    line-height: 20px;
    letter-spacing: 0%;
    color: var(--gray-four);

    @media (min-width: 768px) {
        & {
            font-size: var(--font-18);
            line-height: 24px;
        }
    }
}

.hero_right {
    max-width: calc(var(--max-width) - 556px);
}

.hero_image {
    position: relative;
    left: -6%;

    @media (min-width: 768px) {
        & {
            position: static;
        }
    }
}

.heading {
    color: var(--secondary-blue);
    font-weight: 900;
    font-size: var(--font-36);
    line-height: 32px;
    letter-spacing: 0%;

    @media (min-width: 768px) {
        & {
            font-size: var(--font-48);
            line-height: 64px;
        }
    }
}

.subheading {
    font-weight: 700;
    font-size: var(--font-18);
    line-height: 24px;
    letter-spacing: 0%;

    @media (min-width: 768px) {
        & {
            font-size: var(--font-20);
            line-height: 28px;
        }
    }
}

.list-item {
    h6

{
    font-weight: 700;
    font-size: var(--font-14);
    line-height: 20px;
    letter-spacing: 0%;
}

p {
    font-weight: 400;
    font-size: var(--font-16);
    line-height: 20px;
    letter-spacing: 0%;
}

}

.list-item-2 {
    span

{
    color: var(--light-blue);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: var(--font-20);
    line-height: 100%;
    letter-spacing: 0%;
}

h6 {
    font-weight: 700;
    font-size: var(--font-16);
    line-height: 28px;
    letter-spacing: 0%;
}

}

.checkmark-circle {
    width: 24px;
    height: 24px;
    background-color: var(--success);
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    &::after

{
    content: '';
    width: 6px;
    height: 12px;
    border: solid var(--white);
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg) translate(-2px, -2px);
}

}

.footer_heading {
    color: var(--white);
    font-weight: 700;
    font-size: var(--font-22);
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.footer_text {
    color: var(--white);
    font-weight: 400;
    font-size: var(--font-16);
    line-height: 20px;
    letter-spacing: 0%;
}

.social-icon {
    width: 25px;
    height: 25px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .social-icon img {
        width: 12px;
        height: 12px;
    }


/* Layout Utilities */
.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1rem;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

@media (min-width: 768px) {
    .items-center-md {
        align-items: center !important;
    }

    .items-baseline-md {
        align-items: baseline !important;
    }

    .items-start-md {
        align-items: flex-start !important;
    }

    .items-end-md {
        align-items: flex-end !important;
    }

    .justify-center-md {
        justify-content: center !important;
    }

    .justify-between-md {
        justify-content: space-between !important;
    }
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Stack on Mobile */
.responsive-flex {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .responsive-flex {
        flex-direction: row;
        /* align-items: center; */
    }
}

.w-full {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}


/* Spacing Utilities */
.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-16 {
    gap: 4rem;
}


.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

/* Text Utilities */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-underline {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}


.text-red {
    color: var(--red);
}

.text-gray {
    color: var(--gray-three);
}

.text-white {
    color: var(--white);
}


/* Button Utilities */
.btn {
    padding: 0.75rem 1rem;
    border-radius: var(--small-radius);
    border: none;
    cursor: pointer;
    height: var(--input-height);
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: var(--primary-blue);
    color: var(--white);
}

.btn-secondary {
    background-color: var(--secondary-blue);
    color: var(--white);
}

.btn-danger {
    background-color: var(--red);
    color: var(--white);
}

/* Input Utilities */
.input {
    width: 100%;
    height: var(--input-height);
    padding: 0.75rem 1rem;
    border-radius: var(--small-radius);
    border: 1px solid var(--input-border);
    font-size: var(--font-20);
    color: var(--dark-blue);
    &::placeholder

{
    color: var(--gray-one);
    font-weight: 400;
    font-size: var(--font-16);
    line-height: 24px;
    letter-spacing: 0%;
}

}

/* Card Utilities */
.card {
    padding: 1rem;
    border-radius: var(--small-radius);
    box-shadow: var(--dark-shadow);
    background-color: var(--white);
}

.card-bg1 {
    background-color: var(--card-bg1);
}

.card-bg2 {
    background-color: var(--card-bg2);
}

.card-text {
    font-weight: 400;
    font-size: var(--font-18);
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--gray-three);
}

/* Responsive Utilities */
.hidden-mobile {
    display: none;
}

@media (min-width: 768px) {
    .hidden-mobile {
        display: block;
    }
}

/* Background Utilities */
.bg-primary {
    background-color: var(--primary-blue);
}

.bg-secondary {
    background-color: var(--secondary-blue);
}

.bg-dark-blue {
    background-color: var(--dark-blue);
}

.bg-gray {
    background-color: var(--gray-four);
}

.bg-white {
    background-color: var(--white);
}
