/* Fonts and colors */
body {
    font-family: 'Tinos', serif;
    color: #6438e0;
    line-height: 1.6;
}

.header .navbar-brand {
    font-size: 1.8rem;
    color: #6438e0;
    border-bottom: 1px solid;
}

.hero {
    background-color: #f8f9fa;
    padding: 60px 0;
}
.navbar {
    justify-content: space-between !important;
}
.navbar-collapse {
     flex-grow: 0;
}
.navbar-nav a {
    color: #6438e0 !important;
}
.navbar-nav a:hover,
.navbar-nav a:active {
    transition: all 0.3s;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.hero-title {
    font-size: 2.5rem;
    color: #6438e0;
}

.hero-text {
    font-size: 1.5rem;
    color: #63768d;
}

.btn-primary {
    background-color: #6438e0;
    border: none;
    padding: 10px 40px;
}

.btn-primary:hover {
    background-color: #b298f9;
    color: #000;
}

.hero-image {
    border-radius: 10px;
}

.footer {
    background-color: #6438e0;
    color: #fff;
}

/* About Section */
.about-title {
    color: #b298f9;
    font-size: 2rem;
}

.about-image {
    border-radius: 10px;
}

/* Why Choose Us Section */
.why-choose-us .section-title {
    color: #6438e0;
}

.why-choose-us p {
    font-size: 1.3rem;
}

.list-group-item {
    font-size: 1.2rem;
    color: #000;
}

/* Image Only Section */
.image-only img {
    max-width: 80%;
    border-radius: 15px;
}

/* Our Courses Section */
.our-courses .section-title {
    color: #6438e0;
}

.card-title {
    color: #6438e0;
    font-size: 1.2rem;
}

.card-text {
    color: #63768d;
}

/* Why Financial Planning Section */
.why-financial-planning .section-title {
    color: #6438e0;
    font-size: 2rem;
}

.why-financial-planning p {
    color: #63768d;
    font-size: 1.2rem;
    line-height: 1.6;
}

/* Financial Literacy Basics Section */
.financial-literacy-title {
    color: #6438e0;
    font-size: 2rem;
}

.financial-literacy-image {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

/* Investments for Beginners Section */
.investments-title {
    color: #6438e0;
    font-size: 2rem;
}

.investments-image {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

/* Family Budget Section */
.family-budget-title {
    color: #6438e0;
    font-size: 2rem;
}

.family-budget-image {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

/* Saving on Everyday Expenses Section */
.saving-expenses-title {
    color: #6438e0;
    font-size: 2rem;
}

.saving-expenses-image {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

/* Cookie Policy Section */
.cookie-policy-title {
    color: #6438e0;
    font-size: 2rem;
}

.cookie-policy p {
    color: #554971;
    font-size: 1rem;
    line-height: 1.6;
}

/* Privacy Policy Section */
.privacy-policy-title {
    color: #6438e0;
    font-size: 2rem;
}

.privacy-policy p {
    color: #554971;
    font-size: 1rem;
    line-height: 1.6;
}


.bg-light {
    background-color: #b89efa63 !important;
}