

.hero {
    padding: 1rem 0;
}




/* Main */
/* :root {
    --primary-color: #19331F;
    --secondary-color: #f8f9fa;
    --text-color: #343a40;
    {% comment %} --heading-font: "Arial Black", sans-serif; {% endcomment %}
    {% comment %} --body-font: "Arial", sans-serif; {% endcomment %}

} */
/* :root {
    --spacing: 1.5rem;
    --max-width: 1200px;
} */
#main-landing-header {
    padding: 4rem 0;
    margin: 5vh 0;
    background-color: #19331F;
    color: white;
    text-align: center;
}
#main-landing-header h1 {
    margin: 0 0 1.5rem 0;
    font-weight: 600;
}

#main-landing-header p {
    margin: 0;
    font-size: 1.2rem;
}

#main-details {
    padding: 1.5rem;
}

#main-details .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

#main-details .opt-icon-box {
    flex: 1 1 calc(33.333% - 1.5rem);
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#main-details .opt-icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

#main-details .opt-icon-box h4 {
    margin-bottom: 1.5rem;
    color: #19331F;
    font-weight: 600;
}

#main-details .opt-icon-box p {
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    #main-details .opt-icon-box {
    flex: 1 1 100%;
    }
}







/* Options */
.opt-hero {
    background: linear-gradient(to bottom right,rgb(52, 55, 66), #339af0);
    color: white;
    padding: 60px 15px;
}
.opt-icon-box {
    text-align: center;
}
.opt-icon-box i {
    font-size: 50px;
    color:rgb(57, 119, 51);
    margin-bottom: 10px;
}




/* Financials */
.fin-hero {
    background: linear-gradient(to bottom right,rgb(35, 143, 44),rgb(20, 66, 39));
    color: white;
    padding: 60px 15px;
  }
.fin-icon-box {
    text-align: center;
}
.fin-icon-box i {
    font-size: 50px;
    color:rgb(153, 84, 150);
    margin-bottom: 10px;
}




/* Calculator */
.calc-hero {
    background: linear-gradient(to bottom right, rgb(26, 95, 63), rgb(20, 66, 39));
    color: white;
    padding: 60px 15px;
}
.calc-icon-box {
    text-align: center;
}
.calc-icon-box i {
    font-size: 50px;
    color: rgb(153, 84, 150);
    margin-bottom: 10px;
}




/* MARKETS */
#tv-container {
    width: 100%;
    height: 90vh;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}



#pdf-loading {
    width: 100%;
    height: 85%;
    /* padding-top: 20%; */
}

#pdf-viewer {
    width: 100%;
    height: 100%;
}

.loading-container {
    display: flex; 
    align-items: center; 
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
