
/* Common styles */
.mutual-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.mutual-section {
    padding: 4rem 0;
}

.mutual-py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mutual-bg-light {
    background: #73C8A9;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #373B44, #73C8A9);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #373B44, #73C8A9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
.mutual-bg-blue {
    background-color: #14171F;
}

.mutual-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.mutual-col-left,
.mutual-col-right,
.mutual-col-md-4,
.mutual-col-md-6,
.mutual-col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.mutual-text-center {
    text-align: center;
}

.mutual-mb-4 {
    margin-bottom: 1.5rem;
}

.mutual-section-title-left {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;
}

.mutual-section-title-left::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 2%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #f5dd0a;
}

.mutual-section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;

}

.mutual-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #4a90e2;
}

/* Hero section */
.mutual-hero-section {
    background: #667db6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: white;
    padding: 6rem 0;
}

.mutual-heading {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.mutual-subheading {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.mutual-hero-form {

     background-color: rgba(255, 255, 255, 0.1);
            padding: 2rem;
            border-radius: 10px;
            backdrop-filter: blur(10px);
}

.mutual-form-heading {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.mutual-form-group {
    margin-bottom: 1rem;
}

.mutual-form-control {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.mutual-btn-primary {
    display: inline-block;
    width: 100%;
    font-weight: 500; /* Slightly bolder for a modern look */
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem; /* Slightly rounder corners for a modern touch */
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

    /* Modern colors */
    color: #fff;
    background-color: #0b2c35; /* A fresh, soft green */
    border-color: #4ca3af;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Slight shadow for a modern raised effect */
}

.mutual-btn-primary:hover {
    background-color: #45a049; /* A slightly darker green for hover effect */
    border-color: #45a049;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Slightly deeper shadow on hover */
}


/* What is a Mutual Fund section */
.mutual-lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.mutual-list-unstyled {
    list-style-type: none;
    padding-left: 0;
}

.mutual-text-success {
    color: #28a745;
}

.mutual-me-2 {
    margin-right: 0.5rem;
}

.mutual-img-fluid {
    max-width: 100%;
    height: auto;
    margin-top: -80px;


}
/* Adjustments for smaller screens (e.g., tablets and mobile phones) */
@media (max-width: 768px) {
    .mutual-img-fluid {
        margin-top: -40px; /* Reduce negative margin on smaller screens */
    }
}

@media (max-width: 576px) {
    .mutual-img-fluid {
        margin-top: -20px; /* Further reduce margin for very small screens */
    }
}


.mutual-rounded-3 {
    border-radius: 0.3rem;
}

.mutual-shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Types of Mutual Funds section */
.mutual-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}

.mutual-fund-type-card {
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

.mutual-fund-type-card:hover {
    transform: translateY(-5px);
}

.mutual-card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.mutual-fund-type-icon {
    font-size: 3rem;
    color: #4a90e2;
    margin-bottom: 1rem;
}

.mutual-card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.mutual-card-text {
    color: #6c757d;
}

/* Mutual Fund Investment Plans section */
.mutual-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mutual-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.mutual-table th,
.mutual-table td {
    text-align: center ;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border: 1px solid #ccc;
    width: 1rem;
}

.mutual-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background-color: #eca727;
    color: white;
}

.mutual-table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

/* How to Invest section */
.mutual-step-icon {
    width: 60px;
    height: 60px;
    background-color: #4a90e2;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

/* SIP Calculator section */
.mutual-calculator-section {
    background-color: #fff;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.mutual-btn-hover {
    background-color: rgba(0, 123, 255, 0.9);
    color: #fff;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.mutual-btn-hover:hover {
    background-color: rgb(19, 161, 26);
    color: #fff;
    transform: scale(1.05);
}

.mutual-form-label {
    margin-bottom: 0.5rem;
    display: block;
}

.mutual-form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.mutual-mb-3 {
    margin-bottom: 1rem;
}

.mutual-w-100 {
    width: 100%;
}

.mutual-btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.mutual-mt-4 {
    margin-top: 1.5rem;
}

/* FAQ section */
.mutual-bg-gradient{
    background-color: #F8F9FA;
}
.mutual-accordion .mutual-card {
    overflow: hidden;
    margin-bottom: 0.5rem;

}

.accordion-button .fa-chevron-down {
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .fa-chevron-down {
    transform: rotate(180deg);
}
.mutual-card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    position: relative;
    cursor: pointer;
}

.mutual-card-header::after {
    content: '\25BC'; /* Unicode for downward arrow */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8rem; /* Adjust size as needed */
}

.mutual-btn-link {
    font-weight: 400;
    color: #4a90e2;
    text-decoration: none;
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0;
}

.mutual-btn-link:hover {
    color: #357ae8;
    text-decoration: underline;
}

.mutual-collapse:not(.show) {
    display: none;
}

.mutual-mb-0 {
    margin-bottom: 0;
}

/* Responsive styles */
@media (min-width: 768px) {
    .mutual-col-left {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mutual-col-right {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mutual-col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .mutual-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mutual-col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (max-width: 767px) {
    .mutual-hero-section {
        text-align: center;
    }

    .mutual-heading {
        font-size: 2.5rem;
    }

    .mutual-subheading {
        font-size: 1.1rem;
    }

    .mutual-section-title {
        font-size: 2rem;
    }

    .mutual-lead {
        font-size: 1.1rem;
    }

    .mutual-card {
        margin-bottom: 1.5rem;
    }
}
