﻿
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*font-family: Arial, sans-serif;*/
}


body {
    background: #f8f9fa;
}

.subText {
    font-size: 2.0rem;
    font-weight: 300 !important;
}

.text-container {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    margin: 10px;
    font-size: 2.3rem;
    color: white;
    z-index: 2;
    max-width: 40%;
    margin-left: 30px;
}

    .text-container::before {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        width: calc(100% + 40px);
        height: calc(100% + 60px);
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
    }

.btn-custom {
    background-color: #84BD00;
    color: white;
    margin-left: 0;
}

.second-section {
    /* margin-top: 110vh; */
    padding: 20px;
    background-color: #f8f9fa;
    text-align: left;
}

.icon {
    color: #00C2FF;
    transition: transform 0.3s ease-in-out;
}

    .icon:hover {
        transform: scale(1.1);
        color: #84BD00;
    }

.section-title {
    color: #008BB2;
    font-weight: bold;
}

.section-content {
    color: black;
}

.image-container {
    position: absolute;
    width: 100%;
    width: 100%;
    top: 0;
}

.image-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.metric-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 0;
    display: flex;
    gap: 3rem;
    align-items: center;
    min-height: 80vh;
}

.financial-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    flex: 1;
}

.financial-metric {
    background-color: #003b47;
    color: #00e5ff;
    padding: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 180px;
}

    .financial-metric h3 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
        overflow: hidden;
        position: relative;
        height: 2.5rem;
    }

        .financial-metric h3 .number {
            display: inline-block;
            transition: transform 0.5s ease;
            position: relative;
        }

    .financial-metric p {
        color: #7aff7a;
        font-size: 1.1rem;
        margin-top: 0.5rem;
    }

.financial-metrics div:nth-child(2n) {
    margin-top: 2rem;
}

.text-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .text-section h4 {
        font-size: 1.3rem;
        color: black;
        margin-bottom: 1rem;
        padding-bottom: 0.2rem;
        position: relative;
        display: inline-block;
        letter-spacing: 0.1rem;
        font-weight: bold;
    }

        .text-section h4::before {
            content: "";
            position: absolute;
            bottom: 0;
            width: 100px;
            height: 3px;
            background-color: #00c3ff;
        }

    .text-section h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin: 1.5rem 0;
        line-height: 1.2;
    }

    .text-section p {
        font-size: 1rem;
        color: #333;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }

.download-btn {
    background-color: #00c3ff;
    color: #fff;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-top: 1.5rem;
    width: fit-content;
}

#policy-icon {
    width: 1.5rem !important;
}

.policy-svg{

}
.policy-svg img {
    width: 2rem;
    margin: auto;
}

.download-policy {
    background-color: #00c3ff;
    color: #fff;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    width: fit-content;
    border: 2px solid #00c3ff !important;

}

.corporate-policy{
    margin-top: 5rem;
}
.download-btn:hover {
    color: #0a58ca;
}

.quarterly-nav {
    margin-top: 3rem;
    text-align: center;
}

    .quarterly-nav a {
        color: #000;
        text-decoration: none;
        font-size: 1.1rem;
        margin: 0 1.5rem;
        cursor: pointer;
    }

        .quarterly-nav a.active {
            text-decoration: underline;
            font-weight: bold;
        }

.third-section {
    padding: 2rem 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding-bottom: 100px;
}

.third-section h4 {
    font-size: 1.3rem;
    color: #003b47;
    margin-bottom: 1rem;
    padding-bottom: 0.2rem;
    position: relative;
    display: inline-block;
    letter-spacing: 0.1rem;
    font-weight: bold;
}

    .third-section h4::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #00c3ff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.thirdHeader {
    margin-bottom: 2rem;
    font-weight: bold;
}

.third-financial-metrics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 1200px;
    padding: 0 4rem;
}

.third-financial-metric {
    text-align: center;
    flex: 1;
    margin: 0 1rem;
    padding: 1rem;
    border: 3px solid gray;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: white;
    max-width: 300px;
    width: 300px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .third-financial-metric h5 {
        color: #00c3ff;
        font-size: 1.2rem;
        white-space: nowrap;
    }


    .third-financial-metric p {
        color: #84BD00;
        font-size: 1.8rem;
        margin-top: 0.5rem;
    }

    .third-financial-metric i {
        font-size: 2.9rem;
        color: #00C2FF;
        margin-bottom: 0.9rem;
    }

.third-download-btn {
    display: inline-block;
    margin: 0 auto;
    background-color: #84BD00;
    color: white;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.bkl {
    color: #003b47;
}

.bk2 {
    color: #00c3ff;
}

.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3; /* Ensure navbar is above the carousel */
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero {
    position: relative;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100vh;
}

#qFinancial, #annualReportLead {
    color: #00c3ff
}
@media (max-width: 768px) {
    .text-container {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.5rem;
        color: white;
        z-index: 2;
        width: 100%;
        margin-left: 0 !important;
        text-align: center
    }

        .text-container::before {
            content: "";
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 85vw;
            height: calc(100% + 100px);
            background: rgba(0, 0, 0, 0.7);
        }

    .metric-container {
        width: 100%;
    }
}