.about-container {
    font-family: Arial, sans-serif;
    color: #fff;
    background-color: #035252;
    /* Dark Purple Background */
    padding: 20px;
}

.Contact {
    text-align: center;
    /* Center the content */
    padding: 10px 0;
    /* Add padding above and below the contact information */
    font-size: 1rem;
    /* Adjust the font size as needed */
}

.email,
.phone {
    margin: 0 10px;
    /* Add horizontal spacing */
    display: inline-block;
    /* Ensure the icons and text align properly */
    color: #fff;
    /* White text */
}

.email i,
.phone i {
    margin-right: 5px;
    /* Space between the icon and text */
    color: #FFFF00;
    /* Use the green color for icons to match the header */
}

/* --- Highlight for Main Heading (No line, no shadow) --- */
.header {
    background: #0a2e47;
    color: #87CEEB;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: none;
    text-shadow: none;
    border: 3px solid #87CEEB;
    display: inline-block;
    margin-bottom: 18px;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.header:hover {
    background: #035252;
    color: #FFA500;
    border-color: #FFFF00;
    cursor: pointer;
}

.intro,
.section p,
.module p {
    margin-bottom: 10px;
    line-height: 1.6;
}


.sub-header,
.module-header {
    color: #FFFF00
        /* Dark Green for Sub-Headers */
    ;
}

.module {
    background: linear-gradient(to right, #301934, #4a3f92);
    /* Gradient from green (#32a852) to dark purple (#4a3f92) */
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
}


.section-text {
    color: #fff;
    /* White text color */
    background-color: #035252;
    /* Dark Purple Background */
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    line-height: 1.6;
    font-size: 16px;
}

.objectives-list {
    list-style-type: none;
    /* Removes default list styling */
    padding: 15px;
    background-color: #87CEEB;
    /* Sky Blue Background */
    color: #0a2e47;
    /* Dark blue text color */
    border-radius: 5px;
    font-size: 16px;
}

.objectives-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.objectives-list li::before {
    content: '✔';
    /* Adds a custom bullet point */
    color: #fff;
    /* White color for bullet points */
    position: absolute;
    left: 0;
}

.objectives-list2 {
    display: flex;
    /* Enables Flexbox layout */
    align-items: center;
    /* Aligns items vertically in the center */
    list-style-type: none;
    /* Removes default list styling */
    padding: 15px;
    background-color: #87CEEB;
    /* Sky Blue Background */
    color: #0a2e47;
    /* Dark blue text color */
    border-radius: 5px;
    font-size: 16px;
}

.image-container {
    flex: 0 0 auto;
    /* Does not grow, does not shrink, based on content width */
    padding-right: 20px;
    /* Adds some space between image and text */
}

.text-container {
    flex: 1;
    /* Takes the remaining space */
}

.thead-dark th {
    color: white;
}

.table th,
.table td {
    color: white;
}

.card {
    box-shadow: none;
    border-radius: 0 !important;
}

a:hover {
    color: orange !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .mb-4 {
        margin-bottom: 1.5rem !important;
    }
}


.scroll-container {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    gap: 1.5rem;
    padding: 1rem 0;
    scroll-behavior: smooth;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.pricing-card {
    min-width: 300px;
    height: 600px;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}



.pricing-btn {
    background-color: #FFA500;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.pricing-btn:hover {
    background-color: #e69500;
}

.social-icons a {
    margin-right: 15px;
    text-decoration: none;
}

.social-icons i:hover {
    transform: scale(1.2);
    transition: 0.2s ease-in-out;
}

tr:nth-child(even):not(.header-row):not(.price-row) {
    background-color: #CCC;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

th,
td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
    white-space: nowrap;
}

th {
    background-color: #FFA500;
    color: black;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 2;
    text-align: center;
}

tr {
    background-color: #fff;
    color: teal;
    font-weight: bold;
}

.header-row {

    color: black;
    font-weight: bold;
    text-align: center;
}

.price-row {
    background-color: #FFA500;
    color: black;
    font-weight: bold;
    text-align: center;
}

.feature-name {
    text-align: left;
    font-weight: 500;
    background-color: teal;
    color: white;
}

.tick {
    color: #28a745;
    font-weight: bold;
    font-size: 1.2em;
}

.cross {
    color: #dc3545;
    font-weight: bold;
    font-size: 1.2em;
}

.plan-name {
    font-weight: bold;
    color: white;
}

@media (max-width: 480px) {
    body {
        padding: 10px;
    }

    th,
    td {
        padding: 6px 4px;
        font-size: 0.85em;
    }

}

/* --- HIGHLIGHTER & OUTLINE EFFECTS --- */
.highlight {
    background: linear-gradient(90deg, #32a852 0%, #035252 100%);
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(3, 82, 82, 0.12);
    font-weight: bold;
    display: inline-block;
}

.header,
.module-header,
.sub-header {
    position: relative;
    z-index: 1;
}

/* --- Remove outline from below headings --- */
.header::after,
.module-header::after,
.sub-header::after {
    display: none;
}

/* --- OUTLINE EFFECTS --- */
.pricing-card,
.card,
.table-container,
.feature-list,
.card-header,
.card-body {
    /* Remove the glow shadow from these elements */
    box-shadow: none;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.pricing-card:hover,
.card:hover,
.table-container:hover,
.feature-list:hover,
.card-header:hover,
.card-body:hover {
    box-shadow: none;
    border-color: #FFA500;
    background: rgba(255, 255, 0, 0.08);
}

/* --- TABLE ROW HOVER --- */
.table tbody tr:hover {
    background-color: #32a852 !important;
    color: #fff !important;
    outline: 2px solid #FFA500;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

/* --- FEATURE SECTION OUTLINE --- */
.feature-list,
.feature-item {
    border-left: 6px solid #FFA500;
    padding-left: 12px;
    background: rgba(50, 168, 82, 0.08);
    margin-bottom: 8px;
}

/* --- CARD OUTLINE --- */
.card {
    border-radius: 8px !important;
    border: 2px solid #035252 !important;
    box-shadow: 0 2px 12px rgba(3, 82, 82, 0.08);
}

.card-header {
    border-bottom: 2px solid #32a852;
    background: linear-gradient(90deg, #035252 0%, #32a852 100%);
    color: #fff;
}

.card-body {
    border-top: 2px solid #FFA500;
    background: rgba(3, 82, 82, 0.04);
}

/* --- HIGHLIGHTER FOR IMPORTANT TEXT --- */
.important {
    background: linear-gradient(90deg, #FFA500 0%, #FFFF00 100%);
    color: #035252;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
}

/* --- FadeInRight Animation --- */
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    animation: fadeInRight 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

/* --- Card Outline, Highlighter, Glowing Shadow, Hover --- */
.feature-card {
    border: 2px solid #87CEEB;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(135, 206, 235, 0.5);
    background: #0a2e47;
    color: #fff;
    margin-bottom: 32px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 24px 20px;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(135, 206, 235, 0.15), transparent);
    transition: left 0.5s ease;
    pointer-events: none;
}

.feature-card:hover::before {
    left: 100%;
}

.feature-card:hover {
    box-shadow: 0 8px 32px rgba(135, 206, 235, 0.5), 0 0 20px rgba(255, 165, 0, 0.2);
    border-color: #FFFF00;
    background: linear-gradient(135deg, #0a2e47 0%, #0d3f5c 100%);
    transform: translateY(-6px);
}

.card-highlighter {
    background: linear-gradient(90deg, #FFA500 0%, #FFFF00 100%);
    color: #035252;
    padding: 6px 18px;
    border-radius: 8px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 18px;
    box-shadow: 0 0 12px 2px #FFA50080;
}

.table-container table {
    transition: box-shadow 0.3s, border-color 0.3s;
    box-shadow: 0 0 16px 2px #32a85280;
    border: 3px solid #FFA500;
}

.table-container table:hover {
    box-shadow: 0 0 32px 6px #FFA500cc, 0 0 12px 3px #FFFF00cc;
    border-color: #FFFF00;
}

.edubuddy-textbox {
    background: #0a2e47;
    color: #fff;
    border: 2px solid #87CEEB;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(135, 206, 235, 0.4);
    padding: 32px 28px;
    margin-bottom: 18px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.edubuddy-textbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(135, 206, 235, 0.1), transparent);
    transition: left 0.5s ease;
    pointer-events: none;
}

.edubuddy-textbox:hover::before {
    left: 100%;
}

.edubuddy-textbox:hover {
    box-shadow: 0 8px 32px rgba(135, 206, 235, 0.5), 0 0 20px rgba(255, 165, 0, 0.2);
    border-color: #FFFF00;
    transform: translateY(-6px);
}

/* --- PRICING CARDS ROW --- */
.pricing-cards-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 30px 0;
    overflow-x: auto;
    padding: 20px 0;
}

.pricing-plan-card {
    flex: 1;
    min-width: 240px;
    max-width: 280px;
    height: auto;
    background: #0a2e47;
    border: 2px solid #87CEEB;
    border-radius: 12px;
    padding: 25px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(135, 206, 235, 0.5);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.pricing-plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(135, 206, 235, 0.1), transparent);
    transition: left 0.5s ease;
    pointer-events: none;
}

.pricing-plan-card:hover::before {
    left: 100%;
}

.pricing-plan-card:hover {
    border-color: #FFFF00;
    box-shadow: 0 8px 32px rgba(135, 206, 235, 0.4), 0 0 20px rgba(255, 255, 0, 0.2);
    transform: translateY(-8px);
    background: linear-gradient(135deg, #0a2e47 0%, #0d3f5c 100%);
}

.plan-badge {
    background: linear-gradient(90deg, #FFA500 0%, #FFFF00 100%);
    color: #035252;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
    display: inline-block;
}

.plan-title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFF00;
    margin-bottom: 8px;
    line-height: 1.3;
}

.plan-tagline {
    font-size: 12px;
    color: #b0d4d4;
    margin-bottom: 15px;
    min-height: 24px;
}

.plan-price {
    font-size: 28px;
    font-weight: bold;
    color: #FFA500;
    margin-bottom: 6px;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.plan-price .year-label {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.plan-price-note {
    font-size: 14px;
    color: #87CEEB;
    margin-bottom: 20px;
    white-space: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.plan-price-note strong {
    color: #87CEEB;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Trebuchet MS', sans-serif;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.plan-features li {
    font-size: 13px;
    color: #fff;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    line-height: 1.4;
}

.plan-features li::before {
    content: '✔';
    color: #32a852;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.plan-button {
    background: linear-gradient(90deg, #FFA500 0%, #FFFF00 100%);
    color: #0a2e47;
    border: 2px solid #FFA500;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 0 12px rgba(255, 165, 0, 0.4);
}

.plan-button:hover {
    background: linear-gradient(90deg, #FFFF00 0%, #FFA500 100%);
    color: #0a2e47;
    border-color: #FFFF00;
    box-shadow: 0 0 16px rgba(255, 255, 0, 0.6);
    transform: scale(1.05);
}

.feature-highlight-last {
    background: linear-gradient(90deg, rgba(255, 165, 0, 0.2), rgba(255, 255, 0, 0.2));
    padding: 8px 12px;
    border-left: 3px solid #FFA500;
    border-radius: 4px;
    font-weight: bold;
}

.feature-highlight-first {
    background: linear-gradient(90deg, rgba(50, 168, 82, 0.2), rgba(0, 255, 127, 0.2));
    padding: 8px 12px;
    border-left: 3px solid #32a852;
    border-radius: 4px;
    font-weight: bold;
}

/* --- CALCULATOR SECTION --- */
.calculator-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    background: #0a2e47;
    padding: 40px;
    border-radius: 20px;
    border: 3px solid #87CEEB;
    box-shadow: 0 0 30px rgba(135, 206, 235, 0.4), inset 0 0 30px rgba(135, 206, 235, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.calculator-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 165, 0, 0.1), transparent);
    transition: left 0.5s ease;
    pointer-events: none;
}

.calculator-section:hover::before {
    left: 100%;
}

.calculator-section:hover {
    box-shadow: 0 0 50px rgba(135, 206, 235, 0.6), inset 0 0 40px rgba(135, 206, 235, 0.2), 0 0 20px rgba(255, 165, 0, 0.3);
    border-color: #FFFF00;
    transform: translateY(-4px);
}

.calculator-section-title {
    color: #FFFF00;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(255, 255, 0, 0.3);
}

.calculator-inputs-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.calculator-box {
    flex: 0 1 auto;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.calculator-label {
    display: block;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14px;
}

.calculator-select,
.calculator-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #00D4FF;
    border-radius: 8px;
    background-color: #fff;
    color: #035252;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.calculator-select:focus,
.calculator-input:focus {
    outline: none;
    border-color: #00FFFF;
    box-shadow: 0 0 12px rgba(0, 212, 255, 0.5);
    background-color: #f0fffe;
}

.calculator-btn {
    padding: 12px 30px;
    background: linear-gradient(135deg, #0a2e47 0%, #0d3f5c 100%);
    color: #87CEEB;
    border: 2px solid #87CEEB;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(135, 206, 235, 0.3);
}

.calculator-btn:hover {
    background: linear-gradient(135deg, #0d3f5c 0%, #0a2e47 100%);
    color: #87CEEB;
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(135, 206, 235, 0.5);
    border-color: #87CEEB;
}

.calculator-result {
    background: #0a2e47;
    border: 2px solid #87CEEB;
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 20px rgba(135, 206, 235, 0.3);
}

.result-title {
    font-size: 12px;
    color: #b0d4d4;
    margin-bottom: 8px;
}

.result-price {
    font-size: 28px;
    font-weight: bold;
    color: #FFFF00;
}

.result-detail {
    font-size: 11px;
    color: #b0d4d4;
    margin-top: 8px;
}

.monthly-payment-note {
    font-size: 11px;
    color: #FFFF00;
    font-weight: bold;
    margin-top: 12px;
    padding: 8px;
    background: rgba(255, 165, 0, 0.1);
    border-left: 2px solid #FFFF00;
    border-radius: 2px;
}

.feature-highlight-last::before,
.feature-highlight-first::before {
    content: '' !important;
    display: none !important;
}

@media (max-width: 1400px) {
    .pricing-cards-container {
        flex-wrap: wrap;
    }

    .pricing-plan-card {
        flex: 0 1 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .pricing-cards-container {
        flex-wrap: wrap;
    }

    .pricing-plan-card {
        flex: 0 1 calc(50% - 10px);
        max-width: 100%;
    }

    .plan-price {
        font-size: 24px;
    }

    .plan-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .pricing-cards-container {
        gap: 15px;
    }

    .pricing-plan-card {
        flex: 0 1 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

/* Details Section Separators */
.details-section {
    margin-top: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 2px solid #87CEEB;
    border-bottom: 2px solid #87CEEB;
}

.details-section h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

/* Pricing Plans Header */
.pricing-plans-header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.pricing-plans-header {
    background: linear-gradient(135deg, #0a2e47 0%, #0d3f5c 100%);
    color: #87CEEB;
    padding: 16px 28px;
    border-radius: 12px;
    border: 2px solid #87CEEB;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 0 15px rgba(135, 206, 235, 0.4);
    transition: all 0.3s ease;
    font-size: 24px;
    animation: slideInDown 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pricing-plans-header:hover {
    box-shadow: 0 0 30px rgba(135, 206, 235, 0.8), 0 0 50px rgba(255, 165, 0, 0.3);
    transform: translateY(-5px) scale(1.02);
    border-color: #FFFF00;
    background: linear-gradient(135deg, #0d3f5c 0%, #0a2e47 100%);
}

.pricing-plans-header .icon {
    font-size: 28px;
    animation: bounce 2s infinite;
    display: inline-block;
}

.pricing-plans-header .icon:nth-child(1) {
    animation-delay: 0s;
}

.pricing-plans-header .icon:nth-child(3) {
    animation-delay: 0.2s;
}

.pricing-plans-header:hover .icon {
    animation: pulse 0.6s ease-in-out;
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

/* --- ZoomIn Animation --- */
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* --- FadeInUp Animation --- */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply ZoomIn animation to elements with zoom-in class */
.zoom-in {
    animation: zoomIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
}

.zoom-in.visible {
    animation: zoomIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Apply FadeInUp animation to elements with fade-in-up class */
.fade-in-up {
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
}

.fade-in-up.visible {
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Staggered animation for pricing cards */
.pricing-plan-card.zoom-in {
    opacity: 0;
}

.pricing-plan-card.zoom-in.visible {
    animation: zoomIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Staggered delays for cards */
.pricing-plan-card:nth-child(1).zoom-in.visible {
    animation-delay: 0s;
}

.pricing-plan-card:nth-child(2).zoom-in.visible {
    animation-delay: 0.15s;
}

.pricing-plan-card:nth-child(3).zoom-in.visible {
    animation-delay: 0.3s;
}

.pricing-plan-card:nth-child(4).zoom-in.visible {
    animation-delay: 0.45s;
}

.pricing-plan-card:nth-child(5).zoom-in.visible {
    animation-delay: 0.6s;
}

/* Feature cards zoom-in */
.feature-card.zoom-in {
    opacity: 0;
}

.feature-card.zoom-in.visible {
    animation: zoomIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-card:nth-child(1).zoom-in.visible {
    animation-delay: 0s;
}

.feature-card:nth-child(2).zoom-in.visible {
    animation-delay: 0.2s;
}

/* Calculator section zoom-in */
.calculator-section.zoom-in {
    opacity: 0;
}

.calculator-section.zoom-in.visible {
    animation: zoomIn 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Details section zoom-in */
.details-section.zoom-in {
    opacity: 0;
}

.details-section.zoom-in.visible {
    animation: zoomIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Header zoom-in */
.header.zoom-in {
    opacity: 0;
}

.header.zoom-in.visible {
    animation: zoomIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Intro section zoom-in */
.intro.zoom-in {
    opacity: 0;
}

.intro.zoom-in.visible {
    animation: zoomIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Pricing plans header zoom-in */
.pricing-plans-header-container.zoom-in {
    opacity: 0;
}

.pricing-plans-header-container.zoom-in.visible {
    animation: zoomIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Table container zoom-in */
.table-container.zoom-in {
    opacity: 0;
}

.table-container.zoom-in.visible {
    animation: zoomIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* EduBuddy textbox zoom-in */
.edubuddy-textbox.zoom-in {
    opacity: 0;
}

.edubuddy-textbox.zoom-in.visible {
    animation: zoomIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* FadeInUp staggered delays for pricing cards */
.pricing-plan-card.fade-in-up {
    opacity: 0;
}

.pricing-plan-card:nth-child(1).fade-in-up.visible {
    animation-delay: 0s;
}

.pricing-plan-card:nth-child(2).fade-in-up.visible {
    animation-delay: 0.15s;
}

.pricing-plan-card:nth-child(3).fade-in-up.visible {
    animation-delay: 0.3s;
}

.pricing-plan-card:nth-child(4).fade-in-up.visible {
    animation-delay: 0.45s;
}

.pricing-plan-card:nth-child(5).fade-in-up.visible {
    animation-delay: 0.6s;
}

/* FadeInUp for feature cards */
.feature-card.fade-in-up {
    opacity: 0;
}

.feature-card:nth-child(1).fade-in-up.visible {
    animation-delay: 0s;
}

.feature-card:nth-child(2).fade-in-up.visible {
    animation-delay: 0.2s;
}

/* FadeInUp for other sections */
.calculator-section.fade-in-up {
    opacity: 0;
}

.calculator-section.fade-in-up.visible {
    animation-delay: 0.2s;
}

.details-section.fade-in-up {
    opacity: 0;
}

.details-section.fade-in-up.visible {
    animation-delay: 0.2s;
}

.table-container.fade-in-up {
    opacity: 0;
}

.table-container.fade-in-up.visible {
    animation-delay: 0.2s;
}

.edubuddy-textbox.fade-in-up {
    opacity: 0;
}

.edubuddy-textbox.fade-in-up.visible {
    animation-delay: 0.2s;
}
