.hero h3 {
    color: #3F51B5;
}

.hero {
    background-color: #fbf5f0;
}

.enroll-btn {
    background-color: #3F51B5;
}

.enroll-btn:hover {
    color: #4CAF50;
}

.main-nav a.active {
    color: #3F51B5;
}

.main-nav a:hover {
    color: #3F51B5;
}

.footer-section a:hover {
    color: #3F51B5;
}

.footer-section h3::after {
    background-color: #3F51B5;
}

.footer-logo {

    background-color: white;
    margin-bottom: 36px;
    border-radius: 50px;
}



.about-banner .overlay {
    background-color: rgb(40, 47, 59, 0.9);
}

.about-title {
    color: black;
}

.membership-sections {
    background-color: #f8ebdf;
}

.membership-sections h3 {
    color: #3F51B5;

}

.student-bar {
    background-color: #3F51B5;
}

.individual-bar {
    background-color: #3F51B5;
}

.institutional-nav {
    background-color: #3F51B5;
}

.button {
    background-color: #3F51B5;
}

.add-member-btn {
    background-color: #3F51B5;
}

/* .padai-membership-benefits-container::before {
    top: 444px;
    bottom: -764px;
} */
.padai-hover-content {
    background-color: #3F51B5;
}

.padai-icon {
    color: #3F51B5;
}

.button-submit {
    background-color: #3F51B5;
}

.button-submit:hover {
    background-color: #3F51B5;
}

.contact-subtitle {
    color: #3F51B5;
    border-bottom: 2px solid #3F51B5;
}

.info-img {
    background-color: #3F51B5;
}

.input-group .contact-icon {
    color: #3F51B5;
}

.contact-btn {
    background-color: #3F51B5;
}

.benefits h4 {
    color: #3F51B5;
}

.benefits h2 {
    color: #54595F;
}

.icon-circle {
    color: #3F51B5;
}

.section-subtitle {
    color: #3F51B5;
}

.close-modal {
    background-color: #3F51B5;
}

.model-submit {
    background-color: #3F51B5;
}

.model-submit:hover {
    background-color: #3F51B5;
}

/* .header-logo {
    margin-top: -32px;
} */

.logo img {
    height: 200px;
    margin-top: -30px;
}

.icon-circle img {
    color: #3F51B5;
    filter: brightness(0) saturate(100%) invert(34%) sepia(34%) saturate(1143%) hue-rotate(209deg) brightness(91%) contrast(94%);

}

.tagline {
    color: #3F51B5;
    border-bottom: 2px solid rgb(63, 81, 181);
}

.padai-icon img {
    height: 100px;
    color: #3F51B5;
    filter: brightness(0) saturate(100%) invert(34%) sepia(34%) saturate(1143%) hue-rotate(209deg) brightness(91%) contrast(94%);
}

.contact-img {
    height: 40px;
    color: #3F51B5;
    filter: brightness(0) saturate(100%) invert(34%) sepia(34%) saturate(1143%) hue-rotate(209deg) brightness(91%) contrast(94%);
}

.info-images {
    height: 40px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    color: #ffff;
}

.about-img {
    height: 60px;
    color: #3F51B5;
    filter: brightness(0) saturate(100%) invert(34%) sepia(34%) saturate(1143%) hue-rotate(209deg) brightness(91%) contrast(94%);
}

.student-img {
    height: 40px;
}

.lines-img {
    height: 40px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    color: #ffff;
}

.dropdown .dropdown-menu a:hover {
    color: #3F51B5;
}

.feature ul li::before {
    background-color: #4CAF50;
}

.overlay_link {
    background-color: #4CAF50;
}

@media (max-width: 768px) {
    .header-logo {
        width: 190px;
        height: auto;
    }

    .logo img {
        height: auto;
        width: 190px;
    }
}

.sticky-header-logo {
    width: 180px;
}

@media (max-width: 768px) {
    .info-images {
        height: auto;
        width: 32px;
    }
}