
/* ===================================
   Finance Page - Hero Section
   =================================== */
   .finance-hero-wrapper {
    padding: 4rem 0 3rem;
    background: linear-gradient(135deg, #E0F2ED 0%, #fff 50%, #E8F5EE 100%);
    position: relative;
    overflow: hidden;
}

.finance-hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #15966F 0%, #0D6B4F 100%);
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.finance-hero-heading {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: #202020;
    margin-bottom: 1.5rem;
}

.finance-text-gradient {
    background: linear-gradient(135deg, #6AB187 0%, #15966F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.finance-hero-desc {
    font-size: 1.1rem;
    color: #7E909A;
    line-height: 1.8;
}

.finance-btn-primary {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #6AB187 0%, #4A9D6F 100%);
    color: #fff;
    padding: 0.9rem 2rem;
    border-radius: 0.6rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(106, 177, 135, 0.3);
}

.finance-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(106, 177, 135, 0.4);
    color: #fff;
}

.finance-btn-outline {
    display: inline-flex;
    align-items: center;
    border: 2px solid #6AB187;
    color: #6AB187;
    padding: 0.8rem 2rem;
    border-radius: 0.6rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.finance-btn-outline:hover {
    background: #6AB187;
    color: #fff;
}

.finance-hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.finance-stat-item {
    text-align: center;
}

.finance-stat-num {
    font-size: 2.5rem;
    font-weight: 700;
    color: #6AB187;
    margin-bottom: 0.3rem;
}

.finance-stat-label {
    font-size: 0.85rem;
    color: #7E909A;
    margin: 0;
}

.finance-hero-visual {
    position: relative;
    padding: 2rem;
}

.finance-hero-img {
    width: 100%;
    border-radius: 1.5rem;
    box-shadow: 0 15px 40px rgba(21, 150, 111, 0.2);
}

.finance-float-element {
    position: absolute;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: financeFloat 3s ease-in-out infinite;
}

.finance-float-element i {
    font-size: 2rem;
    color: #6AB187;
}

.finance-float-element strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #202020;
}

.finance-float-element small {
    font-size: 0.75rem;
    color: #7E909A;
}

.finance-float-1 {
    top: 15%;
    right: 0;
    animation-delay: 0s;
}

.finance-float-2 {
    bottom: 20%;
    left: 0;
    animation-delay: 1.5s;
}

@keyframes financeFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* ===================================
   Finance Features Section
   =================================== */
.finance-features-wrapper {
    padding: 4rem 0;
    background: #fff;
}

.finance-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.finance-section-badge {
    display: inline-block;
    background: #E0F2ED;
    color: #15966F;
    padding: 0.5rem 1.2rem;
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.finance-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 0.8rem;
}

.finance-section-subtitle {
    font-size: 1.1rem;
    color: #7E909A;
    margin: 0;
}

.finance-feature-box {
    background: #fff;
    padding: 2rem;
    border-radius: 1.2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    height: 100%;
}

.finance-feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(106, 177, 135, 0.2);
}

.finance-feature-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.finance-feature-icon-wrap i {
    font-size: 2.5rem;
}

.finance-feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 0.8rem;
}

.finance-feature-text {
    font-size: 0.95rem;
    color: #7E909A;
    line-height: 1.6;
    margin: 0;
}

/* ===================================
   Finance Courses Section
   =================================== */
.finance-courses-wrapper {
    padding: 4rem 0;
    background: #F8F9FA;
}

.finance-course-block {
    background: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s;
    position: relative;
    height: 100%;
}

.finance-course-block:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(106, 177, 135, 0.25);
}

.finance-featured-course {
    border: 2px solid #6AB187;
}

.finance-course-badge-wrap {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.finance-course-badge {
    padding: 0.4rem 1rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.finance-course-icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #E8F5EE 0%, #E0F2ED 100%);
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.finance-course-icon-box i {
    font-size: 2.5rem;
    color: #6AB187;
}

.finance-course-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 0.5rem;
}

.finance-course-subheading {
    font-size: 0.95rem;
    color: #6AB187;
    font-weight: 600;
    margin-bottom: 1rem;
}

.finance-course-description {
    font-size: 0.95rem;
    color: #7E909A;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.finance-course-features-list {
    margin-bottom: 1.5rem;
}

.finance-course-feature-point {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    color: #202020;
}

.finance-course-meta-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #F8F9FA;
    border-radius: 0.8rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.finance-meta-point {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #7E909A;
}

.finance-course-cta-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #6AB187 0%, #4A9D6F 100%);
    color: #fff;
    padding: 1rem;
    border-radius: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.finance-course-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(106, 177, 135, 0.4);
    color: #fff;
}

/* ===================================
   Finance Learning Path Section
   =================================== */
.finance-learning-path-wrapper {
    padding: 4rem 0;
    background: #fff;
}

.finance-path-step-box {
    background: #fff;
    padding: 2rem;
    border-radius: 1.2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    position: relative;
    height: 100%;
}

.finance-path-step-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(106, 177, 135, 0.2);
}

.finance-step-number-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6AB187 0%, #4A9D6F 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(106, 177, 135, 0.3);
}

.finance-step-icon-circle {
    width: 80px;
    height: 80px;
    background: #E8F5EE;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto 1.5rem;
}

.finance-step-icon-circle i {
    font-size: 2.5rem;
    color: #6AB187;
}

.finance-step-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 0.8rem;
}

.finance-step-desc {
    font-size: 0.9rem;
    color: #7E909A;
    line-height: 1.6;
    margin: 0;
}

/* ===================================
   Finance Insights Section
   =================================== */
.finance-insights-wrapper {
    padding: 4rem 0;
    background: #F8F9FA;
}

.finance-insight-card {
    background: #fff;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    height: 100%;
}

.finance-insight-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(106, 177, 135, 0.2);
}

.finance-insight-img-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.finance-insight-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.finance-insight-card:hover .finance-insight-img-wrap img {
    transform: scale(1.1);
}

.finance-insight-category-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #fff;
    color: #6AB187;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.finance-insight-content-area {
    padding: 1.5rem;
}

.finance-insight-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 1rem;
}

.finance-insight-excerpt {
    font-size: 0.9rem;
    color: #7E909A;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.finance-insight-read-link {
    color: #6AB187;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.finance-insight-read-link:hover {
    color: #4A9D6F;
    padding-left: 5px;
}

/* ===================================
   Finance Success Stories Section
   =================================== */
.finance-success-wrapper {
    padding: 4rem 0;
    background: #fff;
}

.finance-success-story-card {
    background: #fff;
    padding: 2rem;
    border-radius: 1.2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 100%;
    transition: all 0.3s;
}

.finance-success-story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(106, 177, 135, 0.2);
}

.finance-quote-mark {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 3.5rem;
    color: #E0F2ED;
    opacity: 0.7;
}

.finance-success-rating {
    margin-bottom: 1rem;
}

.finance-success-rating i {
    color: #FFC107;
    font-size: 1rem;
}

.finance-success-testimonial {
    font-size: 1rem;
    color: #7E909A;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.finance-success-student-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.finance-student-avatar-circle {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #E8F5EE 0%, #E0F2ED 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #6AB187;
    font-size: 1.2rem;
}

.finance-student-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #202020;
    margin: 0;
}

.finance-student-course {
    font-size: 0.85rem;
    color: #7E909A;
}

/* ===================================
   Finance FAQ Section
   =================================== */
.finance-faq-wrapper {
    padding: 4rem 0;
    background: #F8F9FA;
}

.finance-accordion-container {
    background: transparent;
}

.finance-accordion-item {
    background: #fff;
    border: none;
    border-radius: 1rem !important;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.finance-accordion-header {
    margin: 0;
}

.finance-accordion-btn {
    width: 100%;
    background: #fff;
    border: none;
    padding: 1.2rem 1.5rem;
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
    color: #202020;
    transition: all 0.3s;
}

.finance-accordion-btn:not(.collapsed) {
    background: #E8F5EE;
    color: #6AB187;
}

.finance-accordion-btn:focus {
    box-shadow: none;
}

.finance-accordion-body {
    padding: 1.2rem 1.5rem;
    font-size: 0.95rem;
    color: #7E909A;
    line-height: 1.7;
}

/* ===================================
   Finance Tools Section
   =================================== */
.finance-tools-wrapper {
    padding: 4rem 0;
    background: #fff;
}

.finance-tool-resource-box {
    background: #fff;
    padding: 2rem;
    border-radius: 1.2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    height: 100%;
}

.finance-tool-resource-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(106, 177, 135, 0.2);
}

.finance-tool-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #E8F5EE 0%, #E0F2ED 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.finance-tool-icon-wrapper i {
    font-size: 2.5rem;
    color: #6AB187;
}

.finance-tool-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 0.8rem;
}

.finance-tool-description {
    font-size: 0.9rem;
    color: #7E909A;
    margin: 0;
}

/* ===================================
   Finance CTA Banner Section
   =================================== */
.finance-cta-banner-wrapper {
    padding: 5rem 0;
    background: linear-gradient(135deg, #6AB187 0%, #4A9D6F 100%);
    position: relative;
    overflow: hidden;
}

.finance-cta-banner-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
}

.finance-cta-content-box {
    position: relative;
    text-align: center;
    z-index: 1;
}

.finance-cta-main-heading {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}

.finance-cta-sub-text {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.finance-cta-primary-button {
    display: inline-flex;
    align-items: center;
    background: #FFC107;
    color: #000;
    padding: 1rem 2.5rem;
    border-radius: 0.6rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
}

.finance-cta-primary-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.5);
    color: #000;
}

.finance-cta-secondary-button {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 0.9rem 2.5rem;
    border-radius: 0.6rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.finance-cta-secondary-button:hover {
    background: #fff;
    color: #6AB187;
}

/* ===================================
   Responsive Styles
   =================================== */
@media (max-width: 991px) {
    .finance-hero-heading {
        font-size: 2.2rem;
    }

    .finance-section-title {
        font-size: 2rem;
    }

    .finance-cta-main-heading {
        font-size: 2rem;
    }

    .finance-float-element {
        position: static;
        margin-top: 1rem;
        display: inline-flex;
        animation: none;
    }

    .finance-hero-stats {
        gap: 1.5rem;
    }

    .finance-stat-num {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .finance-hero-heading {
        font-size: 1.8rem;
    }

    .finance-section-title {
        font-size: 1.8rem;
    }

    .finance-cta-main-heading {
        font-size: 1.8rem;
    }

    .finance-hero-wrapper,
    .finance-features-wrapper,
    .finance-courses-wrapper,
    .finance-learning-path-wrapper,
    .finance-insights-wrapper,
    .finance-success-wrapper,
    .finance-faq-wrapper,
    .finance-tools-wrapper {
        padding: 3rem 0;
    }

    .finance-cta-banner-wrapper {
        padding: 3.5rem 0;
    }

    .finance-course-meta-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .finance-hero-stats {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .finance-hero-heading {
        font-size: 1.6rem;
    }

    .finance-section-title {
        font-size: 1.6rem;
    }

    .finance-hero-desc {
        font-size: 1rem;
    }

    .finance-stat-num {
        font-size: 1.8rem;
    }

    .finance-btn-primary,
    .finance-btn-outline {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }

    .finance-course-heading {
        font-size: 1.3rem;
    }

    .finance-cta-main-heading {
        font-size: 1.5rem;
    }

    .finance-cta-sub-text {
        font-size: 1rem;
    }
}

/* ===================================
   Utility Classes for Finance Page
   =================================== */
.finance-shadow-hover {
    transition: all 0.3s;
}

.finance-shadow-hover:hover {
    box-shadow: 0 15px 35px rgba(106, 177, 135, 0.25) !important;
}

.finance-text-success-custom {
    color: #6AB187 !important;
}

.finance-bg-success-custom {
    background-color: #6AB187 !important;
}

.finance-border-success-custom {
    border-color: #6AB187 !important;
}


