:root {
    --bs-primary-rgb: 36, 122, 177;
    /* --bs-btn-color: #247ab1;
    --bs-btn-border-color: #247ab1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #247ab1;
    --bs-btn-hover-border-color: #247ab1;
    --bs-btn-focus-shadow-rgb: 36, 122, 177;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #247ab1;
    --bs-btn-active-border-color: #247ab1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #247ab1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #247ab1;
    --bs-gradient: none; */
}

body {
    background-color: #eaf4fb;
    color: #212529; /* Default text color */
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}
a {
    color: rgb(36, 122, 177);
}
.navbar {
    background-color: #fff !important; /* Ensure navbar is white */
    border-bottom: 1px solid #dee2e6; /* Subtle border */
}
main {
    margin-top: 77px;
    min-height: calc(100vh - 150px);
}
.main {
    min-height: calc(100vh - 150px);
}
@media only screen and (max-width:991px) {
    .hero {
        margin-top: 50px;
    }
}
.hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.hero-headline {
    font-size: 3.5rem; /* Large headline */
    font-weight: 700;
    color: #247ab1; /* Primary blue */
}
.hero-subtitle {
    font-size: 1.25rem;
    color: #495057; /* Slightly muted text */
}
.btn-primary {
    background-color: #247ab1; /* Primary blue */
    border-color: #247ab1;
}
.btn-primary:hover {
    background-color: #1f6794; /* Primary blue */
}
.btn-primary:active {
    background-color: #1f6794; /* Primary blue */
}
.btn-outline-primary {
    border-color: #247ab1;
    color: #247ab1;;
}
.btn-outline-primary:hover {
    border-color: #1f6794;
    background-color: #1f6794; /* Primary blue */
}
.btn-outline-primary:active {
    border-color: #1f6794;
    background-color: #1f6794; /* Primary blue */
}
.feature-icon {
    font-size: 2.5rem;
    color: #247ab1; /* Primary blue */
    margin-bottom: 1rem;
}
.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
}
.feature-description {
    color: #6c757d; /* Gray text */
}

.fit-card {
    height: fit-content;
}
.fit-card label {
    font-weight: 500;
}
.fit-card input[type=text],
.fit-card input[type=password],
.fit-card input[type=email] {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
}

.fit-card input[type=text]::placeholder {
  opacity: 0.5;
}

.fit-card .form-check-input:checked {
    border-color: #247ab1;
    background-color: #247ab1;
}

.card .monthly-price > small,
.card .yearly-price > small {
    font-size: 0.5em;
}

.card .subscribe-btn {
    width: 235px;
    max-width: 100%;
}

.max-md {
    max-width: 960px;
}

.bi-bluesky {
    color: #007bff;
}

.footer {
    background-color: #f8f9fa; /* Light gray background for footer */
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #dee2e6;
}
.footer a {
    color: #6c757d;
    text-decoration: none;
}
.footer a:hover {
    color: #247ab1; /* Blue on hover */
}
.placeholder-animation {
    /* background-color: #e9ecef; */
    height: 300px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #6c757d;
    border-radius: 0.375rem; /* Match Bootstrap's border-radius */
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .hero-headline {
        font-size: 2.8rem;
    }
    .hero-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
        text-align: center;
    }
    .placeholder-animation {
        margin-top: 2rem;
        height: 250px;
    }
    .email-form {
       justify-content: center;
    }
}
 @media (max-width: 767.98px) {
    .hero-headline {
        font-size: 2.2rem;
    }
     .hero-subtitle {
        font-size: 1.1rem;
    }
     .footer .d-flex {
        flex-direction: column;
        align-items: center;
    }
    .footer .nav {
        margin-top: 1rem;
        margin-bottom: 1rem;
         justify-content: center !important;
    }
     .footer .text-end {
         text-align: center !important;
     }
}

.nav-link {
    color: #495057;
    font-weight: 500;
    padding: 0.6rem 1rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.nav-link:hover {
    color: #247ab1;
    background-color: #e0e3e5;
}
#navbarNav .nav-link.active, .left-nav .nav-link.active {
    color: #247ab1;
    background-color: #e9ecef;
}
#navbarNav .nav-link.active:hover, .left-nav .nav-link.active:hover {
    color: #247ab1;
    background-color: #e0e3e5;
}
.nav-link .nav-icon {
    width: 28px;
    text-align: center;
    margin-right: 8px;
    font-size: 1.1rem;
    transition: color 0.2s ease-in-out;
}
.nav-link.active .nav-icon {
    color: #247ab1
}

#navbarNav .nav-item, .left-nav .nav-item {
    padding-top: 2px;
}

#navbarNav .nav-item .nav-link, .left-nav .nav-item .nav-link {
    font-size: 0.95rem;
}
#navbarNav .nav-item .nav-link.active, .left-nav .nav-item .nav-link.active {
    font-weight: 600;
}

#navbarNav .nav-flex-column, .left-nav .nav-flex-column {
    padding-left: 1.5rem; /* Indent sub-menu */
}
#navbarNav .nav-flex-column .nav-link, .left-nav .nav-flex-column .nav-link {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    color: #6c757d;
}
#navbarNav .nav-flex-column .nav-link:hover, .left-nav .nav-flex-column .nav-link:hover {
    color: #247ab1;
    background-color: transparent;
}
#navbarNav .nav-flex-column .nav-link.active, .left-nav .nav-flex-column .nav-link.active {
    color: #247ab1;
    font-weight: 600;
    background-color: transparent;
}

.left-nav {
    background-color: #f8f9fa;
    padding: 20px;
    min-height: calc(100vh - 150px);
}