.elementor-17 .elementor-element.elementor-element-a3393a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-b670781{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-acf7fa5 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Brand Colors */
    --brand-purple: #30286C;
    --brand-yellow: #F4D514;
    --brand-red: #D9261B;
    --brand-orange: #FF5722;
    
    /* Extended Palette */
    --purple-dark: #1f1a4a;
    --purple-light: #483d7a;
    --orange-dark: #E64A19;
    
    /* Light Section */
    --bg-light: #ffffff;
    --text-light: #2a2a2a;
    --text-mid-light: #666666;
    --border-light: #e0e0e0;
    
    /* Dark Section */
    --bg-dark: #30286C;
    --text-dark: #ffffff;
    --text-mid-dark: #e0e0e0;
}

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    padding-bottom: 70px; /* Space for sticky footer */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Alternating */
.section {
    padding: 50px 0;
}

.section-light {
    background: var(--bg-light);
    color: var(--text-light);
}

.section-dark {
    background: linear-gradient(135deg, var(--brand-purple) 0%, var(--purple-dark) 100%);
    color: var(--text-dark);
    position: relative;
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    text-align: center;
    margin-bottom: 40px;
}

.section-light .section-title {
    color: var(--brand-purple);
}

.section-dark .section-title {
    color: white;
}

.section-title .highlight {
    color: var(--brand-red);
}

.section-dark .section-title .highlight {
    color: var(--brand-yellow);
}

/* Hero Section - LIGHT */
.hero-section {
    background: var(--bg-light);
    padding: 40px 0 50px;
}

.hero-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(48, 40, 108, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
}

.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--brand-purple), var(--purple-light));
    color: white;
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.hero-section h1 {
    font-size: clamp(3rem, 8vw, 5.5rem);
    color: var(--brand-purple);
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-shadow: 2px 2px 0px rgba(48, 40, 108, 0.1);
}

.hero-section h1::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 5px;
    background: linear-gradient(90deg, var(--brand-red), var(--brand-orange));
    border-radius: 2px;
}

.hero-subtitle {
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    color: var(--brand-red);
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 0px rgba(217, 38, 27, 0.1);
}

.hero-description {
    font-size: 1.05rem;
    color: var(--text-mid-light);
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Video + Details Grid */
.hero-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
    margin-top: 35px;
}

/* Video Container */
.video-wrapper {
    position: relative;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(48, 40, 108, 0.2);
    border: 4px solid var(--brand-purple);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-caption {
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-mid-light);
    text-align: center;
}

.video-caption strong {
    color: var(--brand-purple);
    font-weight: 600;
}

/* Event Details Cards - 2x2 Grid */
.details-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.detail-card {
    background: white;
    border: 2px solid var(--brand-purple);
    border-radius: 12px;
    padding: 8px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    text-align: left;
    transition: all 0.3s ease;
}

.detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(48, 40, 108, 0.2);
    border-color: var(--brand-red);
}

.detail-icon {
    font-size: 1.75rem;
    flex-shrink: 0;
}

.detail-content {
    flex: 1;
}

.detail-content h3 {
    font-size: 0.7rem;
    color: var(--text-mid-light);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
    font-weight: 600;
}

.detail-content p {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--brand-purple);
    line-height: 1.3;
}

/* Investment Card */
.investment-card {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, var(--brand-purple), var(--purple-dark));
    color: white;
    padding: 18px 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 8px;
    box-shadow: 0 12px 35px rgba(48, 40, 108, 0.3);
}

.investment-card h3 {
    font-size: 0.95rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.price-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 18px;
}

.old-price {
    font-size: 1.3rem;
    text-decoration: line-through;
    opacity: 0.7;
}

.new-price {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--brand-yellow);
    text-shadow: 0 2px 10px rgba(244, 213, 20, 0.3);
}

/* CTA Button - ORANGE */
.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, var(--brand-orange), var(--orange-dark));
    color: white;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 87, 34, 0.4);
    border: 2px solid transparent;
}

.cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(255, 87, 34, 0.6);
    border-color: white;
}

/* Focus Cards with Animated Numbers */
.focus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 35px;
}

.focus-card {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 35px 30px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.focus-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(244, 213, 20, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.focus-card:hover::before {
    opacity: 1;
}

.focus-card:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--brand-yellow);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.focus-number {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--brand-yellow) 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    animation: numberPulse 2s ease-in-out infinite;
    position: relative;
    z-index: 1;
}

@keyframes numberPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

.focus-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: white;
    position: relative;
    z-index: 1;
}

/* Center align bottom row cards */
.focus-card:nth-child(4),
.focus-card:nth-child(5) {
    grid-column: auto;
}

.focus-grid-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.focus-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.focus-row.center-row {
    grid-template-columns: repeat(2, 1fr);
    max-width: 66.666%;
    margin: 0 auto;
}

/* Audience List */
.audience-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 35px;
}

.audience-item {
    background: rgba(48, 40, 108, 0.05);
    border-left: 4px solid var(--brand-red);
    padding: 22px 25px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: all 0.3s ease;
}

.audience-item:hover {
    background: rgba(48, 40, 108, 0.1);
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(48, 40, 108, 0.1);
}

.audience-item.full-width {
    grid-column: 1 / -1;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.checkmark {
    color: var(--brand-red);
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* Benefits Grid - 2x2 Layout */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 35px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 40px 35px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.benefit-card:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--brand-yellow);
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.benefit-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.benefit-card h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--brand-yellow);
}

.benefit-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
}

/* Faculty Section - LIGHT with Sticky Image */
.faculty-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 50px;
    align-items: start;
    margin-top: 35px;
}

.faculty-image-wrapper {
    position: sticky;
    top: 20px;
}

.faculty-image {
    width: 100%;
    height: 480px;
    border-radius: 20px;
    border: 4px solid var(--brand-purple);
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(48, 40, 108, 0.2);
    transition: all 0.3s ease;
}

.faculty-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(48, 40, 108, 0.3);
    border-color: var(--brand-red);
}

.faculty-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.faculty-info h2 {
    font-size: 2.5rem;
    color: var(--brand-purple);
    margin-bottom: 12px;
}

.faculty-tagline {
    font-size: 1.1rem;
    color: var(--brand-red);
    font-style: italic;
    margin-bottom: 25px;
    font-weight: 500;
}

.credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.credential-badge {
    background: rgba(48, 40, 108, 0.1);
    border: 2px solid var(--brand-purple);
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--brand-purple);
}

.faculty-bio {
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--text-light);
}

.faculty-bio p {
    margin-bottom: 18px;
}

.highlight-box {
    background: rgba(217, 38, 27, 0.05);
    border-left: 5px solid var(--brand-red);
    padding: 22px;
    margin: 25px 0;
    border-radius: 10px;
}

.highlight-box strong {
    color: var(--brand-red);
    font-size: 1.15rem;
    display: block;
    margin-bottom: 10px;
}

/* FAQ Section - DARK */
.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    margin-bottom: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.faq-item:hover {
    border-color: var(--brand-yellow);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
}

.faq-toggle {
    color: var(--brand-yellow);
    font-size: 2rem;
    font-weight: 700;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 20px;
}

.faq-answer {
    padding: 0 30px 25px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    font-size: 1.02rem;
    display: none;
}

/* Final CTA Section - Reduced Padding */
.final-cta-section {
    padding: 40px 0;
}

.final-cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.final-cta-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 25px;
    line-height: 1.3;
}

.final-cta-content p {
    font-size: 1.1rem;
    color: var(--text-mid-light);
    margin-bottom: 25px;
    line-height: 1.7;
}

.urgency-badge {
    display: inline-block;
    background: rgba(217, 38, 27, 0.08);
    border: 2px solid var(--brand-red);
    padding: 12px 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    color: var(--brand-red);
    font-size: 1.05rem;
}

.cta-section {
    text-align: center;
    margin-top: 40px;
}

.price-note {
    margin-top: 20px;
    font-size: 1rem;
    color: var(--text-mid-light);
}

.section-dark .price-note {
    color: rgba(255, 255, 255, 0.8);
}

.price-note strong {
    color: var(--brand-red);
    font-size: 1.2rem;
    font-weight: 700;
}

.section-dark .price-note strong {
    color: var(--brand-yellow);
}

/* Sticky Footer - Desktop */
.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    background: linear-gradient(135deg, var(--brand-purple), var(--purple-dark));
    padding: 12px 0;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-top: 3px solid var(--brand-yellow);
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    max-width: 100%;
}

.footer-text {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .faculty-grid {
        grid-template-columns: 1fr;
    }

    .faculty-image-wrapper {
        position: static;
    }

    .faculty-image {
        max-width: 400px;
        margin: 0 auto;
        height: 420px;
    }

    .focus-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .focus-row.center-row {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 60px;
    }

    .section {
        padding: 30px 0;
    }

    .hero-section {
        padding: 30px 0 35px;
    }

    .hero-header {
        margin-bottom: 25px;
        padding: 5px 0;
    }

    .hero-badge {
        font-size: 0.75rem;
        padding: 9px 22px;
        margin-bottom: 15px;
    }

    .hero-section h1 {
        font-size: 3.5rem;
        margin-bottom: 12px;
    }

    .hero-section h1::after {
        bottom: -6px;
    }

    .hero-subtitle {
        font-size: 1.6rem;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .hero-description {
        font-size: 0.98rem;
        line-height: 1.6;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 25px;
    }

    .video-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .video-container {
        border-width: 3px;
        border-radius: 12px;
    }

    .video-caption {
        margin-top: 12px;
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .details-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .detail-card {
        padding: 14px 12px;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .detail-icon {
        font-size: 1.8rem;
    }

    .detail-content h3 {
        font-size: 0.65rem;
        margin-bottom: 3px;
    }

    .detail-content p {
        font-size: 1.15rem;
        font-weight: 700;
    }

    .investment-card {
        margin-top: 10px;
        padding: 16px;
    }

    .investment-card h3 {
        font-size: 0.9rem;
    }

    .price-display {
        margin-bottom: 14px;
    }

    .old-price {
        font-size: 1.15rem;
    }

    .new-price {
        font-size: 2.2rem;
    }

    .investment-card .cta-button {
        padding: 12px 32px;
        font-size: 1rem;
    }

    .focus-row,
    .focus-row.center-row {
        grid-template-columns: 1fr;
    }

    .audience-list {
        grid-template-columns: 1fr;
    }

    .audience-item.full-width {
        grid-column: 1;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .faculty-image {
        height: 350px;
        max-width: 100%;
        border-width: 3px;
        border-radius: 15px;
    }

    .sticky-footer {
        padding: 8px 0;
        width: 100vw;
        left: 0;
        right: 0;
        margin: 0;
    }

    .sticky-footer .container {
        padding: 0 15px;
        max-width: 100%;
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
        gap: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .footer-text {
        display: none;
    }

    .sticky-footer .cta-button {
        font-size: 0.95rem;
        padding: 10px 35px;
        width: auto;
        max-width: 90%;
    }

    .final-cta-section {
        padding: 30px 0;
    }

    .final-cta-content h2 {
        font-size: 1.6rem;
    }

    .final-cta-content p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    body {
        padding-bottom: 55px;
    }

    .hero-section {
        padding: 25px 0 30px;
    }

    .hero-header {
        margin-bottom: 20px;
    }

    .hero-badge {
        font-size: 0.7rem;
        padding: 8px 20px;
        margin-bottom: 12px;
    }

    .hero-section h1 {
        font-size: 2.8rem;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .hero-section h1::after {
        width: 100px;
        height: 4px;
        bottom: -5px;
    }

    .hero-subtitle {
        font-size: 1.4rem;
        margin-top: 15px;
        margin-bottom: 12px;
    }

    .hero-description {
        font-size: 0.95rem;
        padding: 0 10px;
    }

    .hero-grid {
        gap: 20px;
        margin-top: 20px;
    }

    .video-container {
        border-width: 2px;
        border-radius: 10px;
    }

    .video-caption {
        font-size: 0.9rem;
        margin-top: 10px;
        padding: 0 5px;
    }

    .container {
        padding: 0 15px;
    }

    .details-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .detail-card {
        padding: 12px 10px;
        gap: 8px;
    }

    .detail-icon {
        font-size: 1.5rem;
    }

    .detail-content h3 {
        font-size: 0.6rem;
        margin-bottom: 2px;
    }

    .detail-content p {
        font-size: 1.05rem;
        font-weight: 700;
    }

    .investment-card {
        padding: 14px;
        margin-top: 8px;
    }

    .investment-card h3 {
        font-size: 0.85rem;
        margin-bottom: 10px;
    }

    .price-display {
        margin-bottom: 12px;
        gap: 10px;
    }

    .old-price {
        font-size: 1.05rem;
    }

    .new-price {
        font-size: 2rem;
    }

    .investment-card .cta-button {
        font-size: 0.95rem;
        padding: 11px 28px;
    }

    .focus-number {
        font-size: 3rem;
    }

    .benefit-icon {
        font-size: 2.8rem;
    }

    .faculty-info h2 {
        font-size: 2rem;
    }

    .audience-item {
        padding: 18px 20px;
    }

    .benefit-card {
        padding: 30px 25px;
    }

    .faculty-image {
        height: 320px;
        border-width: 2px;
        border-radius: 12px;
    }

    .sticky-footer {
        padding: 7px 0;
        width: 100vw;
    }

    .sticky-footer .container {
        padding: 0 10px;
    }

    .sticky-footer .cta-button {
        font-size: 0.9rem;
        padding: 9px 30px;
        width: auto;
        max-width: 85%;
    }
}

@media (max-width: 380px) {
    body {
        padding-bottom: 50px;
    }

    .hero-section {
        padding: 20px 0 25px;
    }

    .hero-header {
        margin-bottom: 18px;
    }

    .hero-badge {
        font-size: 0.65rem;
        padding: 7px 18px;
        margin-bottom: 10px;
    }

    .hero-section h1 {
        font-size: 2.3rem;
        letter-spacing: 0.5px;
        margin-bottom: 8px;
    }

    .hero-section h1::after {
        width: 80px;
        height: 3px;
        bottom: -4px;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .hero-description {
        font-size: 0.88rem;
        padding: 0 5px;
    }

    .hero-grid {
        gap: 18px;
        margin-top: 18px;
    }

    .video-container {
        border-width: 2px;
    }

    .video-caption {
        font-size: 0.85rem;
        margin-top: 8px;
    }

    .container {
        padding: 0 12px;
    }

    .details-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
    }

    .detail-card {
        padding: 10px 8px;
        gap: 6px;
    }

    .detail-icon {
        font-size: 1.4rem;
    }

    .detail-content h3 {
        font-size: 0.55rem;
        margin-bottom: 2px;
        letter-spacing: 0.3px;
    }

    .detail-content p {
        font-size: 0.95rem;
        font-weight: 700;
    }

    .investment-card {
        padding: 12px;
        margin-top: 7px;
    }

    .investment-card h3 {
        font-size: 0.8rem;
        margin-bottom: 8px;
    }

    .price-display {
        margin-bottom: 10px;
        gap: 8px;
    }

    .old-price {
        font-size: 0.95rem;
    }

    .new-price {
        font-size: 1.8rem;
    }

    .investment-card .cta-button {
        font-size: 0.88rem;
        padding: 10px 25px;
    }

    .faculty-image {
        height: 280px;
        border-radius: 10px;
    }

    .sticky-footer {
        padding: 6px 0;
        width: 100vw;
        max-width: 100vw;
    }

    .sticky-footer .container {
        padding: 0 8px;
        width: 100%;
    }

    .sticky-footer .cta-button {
        font-size: 0.85rem;
        padding: 8px 28px;
        width: auto;
        max-width: 80%;
    }
}/* End custom CSS */