/* S5 Medical Billing Info Section Styles */
.info-section {
    width: 100%;
    background: #f8fbff;
    padding: 40px 0 32px 0;
    box-shadow: 0 2px 16px 0 rgba(0,60,180,0.04);
    border-radius: 0 0 32px 32px;
    margin-bottom: 0;
}
.info-section-content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 10em 24px;
}
.info-columns {
    display: flex;
    gap: 36px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.info-content {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px 0 rgba(0,60,180,0.07);
    padding: 32px 24px 24px 24px;
    flex: 1 1 340px;
    min-width: 300px;
    max-width: 420px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.info-center {
    align-items: center;
    text-align: center;
    background: linear-gradient(120deg, #e6f0ff 60%, #c3e0ff 100%);
    box-shadow: 0 2px 18px 0 rgba(0,60,180,0.09);
    padding: 36px 18px 28px 18px;
    max-width: 440px;
}
.info-content h2 {
    font-size: 1.5rem;
    color: #003cb4;
    margin-bottom: 10px;
    font-weight: 700;
}
.modal-info-tagline {
    font-size: 1.08rem;
    color: #0074d9;
    margin-bottom: 8px;
    font-weight: 600;
}
.modal-info-desc {
    font-size: 1.01rem;
    color: #333;
    margin-bottom: 18px;
}
.modal-info-section-title {
    font-size: 1.08rem;
    color: #003cb4;
    background: #e6f0ff;
    border-radius: 8px;
    padding: 6px 12px;
    margin-bottom: 8px;
    font-weight: 700;
    display: inline-block;
}
.modal-info-list {
    font-size: 1rem;
    color: #222;
    margin-bottom: 12px;
}
.modal-info-mission {
    font-size: 1.01rem;
    color: #0074d9;
    font-weight: 600;
    margin: 12px 0 10px 0;
}
.modal-flyer-cta {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.modal-flyer-cta .btn {
    width: 100%;
    font-size: 1.08rem;
    padding: 12px 0;
}
.modal-info-center-title {
    font-size: 2.6rem;
    color: #0a1a4f;
    font-weight: 900;
    margin-bottom: 18px;
    letter-spacing: -1px;
    text-shadow: 0 2px 12px rgba(0,60,180,0.08);
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}
.standout-headline {
    font-size: 2.8rem;
    color: #003cb4;
    font-weight: 900;
    background: linear-gradient(90deg, #e6f0ff 60%, #c3e0ff 100%);
    border-radius: 12px;
    padding: 18px 24px;
    margin-bottom: 18px;
    box-shadow: 0 4px 24px 0 rgba(0,60,180,0.13);
    display: inline-block;
    letter-spacing: -1.5px;
    text-shadow: 0 4px 18px rgba(0,60,180,0.10);
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}
.modal-info-center-desc,
/* removed empty ruleset */
.modal-info-center-benefits {
    font-size: 1.45rem;
    color: #0a7b2c;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px rgba(0,123,44,0.08);
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.standout-benefits {
    font-size: 1.55rem;
    color: #0a7b2c;
    font-weight: 900;
    background: #eafff2;
    border-radius: 10px;
    padding: 10px 18px;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px 0 rgba(10,123,44,0.10);
    display: inline-block;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(10,123,44,0.10);
}
.benefit-dot {
    color: #0a7b2c;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 8px;
    vertical-align: middle;
}
.info-center img {
    width: 100%;
    max-width: 320px;
    border-radius: 12px;
    margin-top: 10px;
    box-shadow: 0 2px 12px 0 rgba(0,60,180,0.08);
}
.modal-info-specialist {
    font-size: 1rem;
    color: #003cb4;
    margin-bottom: 10px;
    font-weight: 600;
}
.modal-info-footer {
    margin-top: 18px;
    font-size: 0.98em;
    color: #333;
    text-align: left;
    line-height: 1.5;
    background: #f8fafc;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid #e0e0e0;
    padding: 16px 12px 10px 12px;
}
@media (max-width: 1100px) {
    .info-columns {
        flex-direction: column;
        align-items: stretch;
    }
    .info-content, .info-center {
        max-width: 100%;
        margin: 0 0 18px 0;
    }
}
@media (max-width: 700px) {
    .info-section {
        padding: 18px 0 10px 0;
        border-radius: 0 0 18px 18px;
    }
    .info-section-content {
        padding: 3em 6px;
    }
    .info-content, .info-center {
        padding: 18px 6px 14px 6px;
        font-size: 0.97rem;
    }
    .info-center img {
        max-width: 98vw;
    }
}
/* Header Video Styling */
.header-video-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #f8fbff;
    padding: 24px 0 0 0;
}
.header-video {
    width: 90vw;
    max-width: 1100px;
    height: 420px;
    min-height: 260px;
    border: 4px solid #003cb4;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 4px 24px 0 rgba(0,60,180,0.10);
    background: #e6f0ff;
    margin-bottom: 32px;
    z-index: 10;
    display: block;
}
@media (max-width: 600px) {
    .service-card {
        width: 92vw;
        min-width: 0;
        max-width: 98vw;
        /* height: 220px; removed to allow dropdown to expand */
        border-radius: 14px;
        font-size: 0.97rem;
    }
    .service-card-img {
        height: 90px;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }
    .service-card-caption {
        font-size: 0.95rem;
        padding: 8px 12px;
    }
}
/* Modal Headings and Center Image Styling */
.modal-info-section-title, .modal-info-center-title {
    background: linear-gradient(90deg, #e6f0ff 60%, #c3e0ff 100%);
    color: #003cb4;
    border-radius: 8px;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 1.08rem;
    box-shadow: 0 1px 6px 0 rgba(0,60,180,0.06);
    display: inline-block;
}
.modal-info-center-title {
    font-size: 1.18rem;
    margin-bottom: 10px;
}
.modal-info-content h2 {
    background: linear-gradient(90deg, #e6f0ff 60%, #c3e0ff 100%);
    color: #003cb4;
    border-radius: 10px;
    padding: 10px 18px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 1px 8px 0 rgba(0,60,180,0.07);
    display: inline-block;
}
.modal-info-center img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 12px;
    object-fit: cover;
    box-shadow: 0 2px 12px 0 rgba(0,60,180,0.08);
}
/* Modal Info Columns Flex Layout */
.modal-info-columns {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    align-items: flex-end;
}
.modal-info-content {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.modal-info-col1, .modal-info-col2 {
    max-width: 340px;
}
@media (max-width: 900px) {
    .modal-info-columns {
        flex-direction: column;
        gap: 18px;
        align-items: stretch;
    }
    .modal-info-col1, .modal-info-col2 {
        max-width: 100%;
        padding: 0;
    }
}
.modal-info-footer {
    margin-top: 18px;
    font-size: 0.95em;
    color: #555;
    text-align: left;
    line-height: 1.5;
}
/* Flyer Modal Styles */
.modal-flyer {
    display: none;
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: rgba(0,0,0,0.55);
    align-items: center;
    justify-content: center;
}
.modal-flyer-content {
    background: #fff;
    margin: auto;
    padding: 24px 24px 16px 24px;
    border-radius: 18px;
    box-shadow: 0 8px 40px 0 rgba(0,60,180,0.18);
    max-width: 1420px;
    width: 100vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-flyer-img {
    width: auto;
    height: 80vh;
    max-width: 90vw;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 18px;
    box-shadow: 0 2px 16px 0 rgba(0,60,180,0.10);
}
.modal-flyer-close {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 2rem;
    color: #003cb4;
    cursor: pointer;
    font-weight: bold;
    z-index: 1;
    transition: color 0.2s;
}
.modal-flyer-close:hover {
    color: #d32f2f;
}
.modal-flyer-cta {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.modal-flyer-img {
    width: auto;
    height: 80vh;
    max-width: 90vw;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 18px;
    box-shadow: 0 2px 16px 0 rgba(0,60,180,0.10);
}
.modal-flyer-close {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 2rem;
    color: #003cb4;
    cursor: pointer;
    font-weight: bold;
    z-index: 1;
    transition: color 0.2s;
}
.modal-flyer-close:hover {
    color: #d32f2f;
}
.modal-flyer-cta {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
/* Services Section Wavy Background */
.services {
    position: relative;
    overflow: hidden;
    padding: 110px 0 140px;
    min-height: 1100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
}
.services-wave-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 0;
    pointer-events: none;
}
.services-wave-svg {
    width: 100%;
    height: 120px;
    display: block;
}
.services-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services-header {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 780px;
}
.services-header h1 {
    font-size: 2.2rem;
    color: var(--primary-color, #003cb4);
    margin-bottom: 10px;
}
.services-header p {
    color: var(--text-light, #555);
    font-size: 1.08rem;
}
.services-interface {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}
.services-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #e7eef9;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 18px 45px rgba(20, 33, 61, 0.08);
    min-height: 620px;
    max-height: 700px;
    overflow-y: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    scrollbar-color: #8fb7e7 transparent;
}

.services-nav::-webkit-scrollbar {
    width: 8px;
}

.services-nav::-webkit-scrollbar-thumb {
    background: #8fb7e7;
    border-radius: 999px;
}
.service-nav-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e7eef9;
    border-radius: 16px;
    background: #f8fbff;
    color: #1f2a44;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.service-nav-item:hover,
.service-nav-item:focus-visible,
.service-accordion-trigger:hover,
.service-accordion-trigger:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 116, 217, 0.14);
    border-color: #0074d9;
    outline: none;
}
.service-nav-item.active,
.service-accordion-trigger.active {
    background: linear-gradient(135deg, #0074d9 0%, #0d63c9 100%);
    color: #ffffff;
    border-color: #0074d9;
}
.service-nav-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    flex-shrink: 0;
    background: rgba(0, 116, 217, 0.12);
    color: #0074d9;
}
.service-nav-item.active .service-nav-icon {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}
.service-nav-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.service-nav-title {
    font-weight: 600;
    line-height: 1.35;
}
.service-nav-subtitle {
    font-size: 0.9rem;
    opacity: 0.8;
}
.services-detail-card {
    background: #ffffff;
    border: 1px solid #e7eef9;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 45px rgba(20, 33, 61, 0.08);
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 24px;
    min-height: 600px;
    margin:0 auto;
}
.services-detail-media {
    min-height: 280px;
    border-radius: 20px;
    overflow: hidden;
    background: #eef6ff;
}
.services-detail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.services-detail-image.is-ready {
    opacity: 1;
    transform: scale(1);
}
.services-detail-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}
.services-detail-eyebrow {
    color: #0074d9;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.services-detail-title {
    font-size: 1.75rem;
    color: #14213d;
    margin: 0;
}
.services-detail-headline {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1f2a44;
    margin: 0;
}
.services-detail-description {
    color: #4b5b72;
    line-height: 1.7;
    margin: 0;
}
.services-detail-benefits h3 {
    font-size: 1rem;
    color: #14213d;
    margin-bottom: 10px;
}
.services-detail-benefits ul {
    list-style: none;
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 0;
}
.services-detail-benefits li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f7fbff;
    color: #3d4f6b;
}
.services-detail-benefits li::before {
    content: '✓';
    color: #10b981;
    font-weight: 700;
}
.services-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 6px;
    padding: 12px 22px;
    border-radius: 999px;
}
.services-accordion {
    display: none;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}
.service-accordion-item {
    border: 1px solid #e7eef9;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(20, 33, 61, 0.06);
}
.service-accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 0;
    background: transparent;
    padding: 16px 18px;
    font-weight: 600;
    color: #14213d;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}
.service-accordion-trigger.active {
    color: #0074d9;
}
.accordion-icon {
    font-size: 1.1rem;
    font-weight: 700;
}
.service-accordion-panel {
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.service-accordion-item.is-open .service-accordion-panel {
    max-height: 320px;
    padding: 0 18px 18px;
}
.service-accordion-headline {
    font-weight: 600;
    color: #1f2a44;
    margin-bottom: 8px;
}
.service-accordion-description {
    color: #4b5b72;
    line-height: 1.65;
    margin-bottom: 10px;
}
@media (max-width: 1024px) {
    .services-interface {
        grid-template-columns: 280px minmax(0, 1fr);
    }
    .services-detail-card {
        min-height: 520px;
    }
}
@media (max-width: 768px) {
    .services {
        padding: 70px 0 100px;
        min-height: auto;
    }
    .services-interface {
        grid-template-columns: 1fr;
    }
    .services-nav {
        display: none;
    }
    .services-detail-card {
        display: none;
    }
    .services-accordion {
        display: flex;
    }
    .services-header h1 {
        font-size: 1.6rem;
    }
    .services-header p {
        font-size: 1rem;
    }
}
@media (max-width: 600px) {
    .services-header h1 {
        font-size: 1.35rem;
    }
    .service-accordion-trigger {
        padding: 14px 14px;
    }
    .service-accordion-panel {
        padding: 0 14px;
    }
    .service-accordion-item.is-open .service-accordion-panel {
        padding: 0 14px 14px;
    }
}
/* About Section Carousel Styles */
.about-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 32px 0 0 0;
    position: relative;
}
.about-carousel-track {
    min-width: 0;
    width: 340px;
    max-width: 90vw;
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
}
.about-card {
    background: var(--white);
    border-radius: 18px;
    box-shadow: var(--shadow-md);
    padding: 32px 20px;
    min-width: 320px;
    max-width: 340px;
    margin: 0 auto;
    animation: fadeInUp 0.7s;
    display: block;
    text-align: left;
    font-size: 1.08rem;
    color: var(--text-dark);
    transition: box-shadow 0.3s, transform 0.3s;
}
.about-card strong {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--primary-color);
}
.about-card ul {
    margin-left: 18px;
    margin-bottom: 0;
}
.about-card li {
    margin-bottom: 7px;
    color: var(--text-light);
    font-size: 1rem;
}
.about-carousel-arrow {
    background: var(--gradient);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: background 0.2s, transform 0.2s;
    user-select: none;
}
.about-carousel-arrow:hover {
    background: var(--primary-dark);
    transform: scale(1.08);
}
@media (max-width: 600px) {
    .about-carousel-track, .about-card {
        width: 70vw;
        min-width: 0;
        max-width: 98vw;
        padding: 18px 8px;
        text-align: center;
    }
    .about-card strong {
        font-size: 1.05rem;
    }
    .about-carousel-arrow {
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
    }
}
/* Chat Widget Styles */
.chat-fab {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 56px;
    height: 56px;
    background: var(--gradient);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: var(--shadow-lg);
    cursor: pointer;
    z-index: 2000;
    transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
    animation: float 2.5s infinite;
}
.chat-fab:hover {
    background: var(--primary-dark);
    transform: scale(1.08);
}
.chat-widget {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 340px;
    max-width: 95vw;
    height: 420px;
    background: var(--white);
    border-radius: 18px;
    box-shadow: var(--shadow-xl);
    display: none;
    flex-direction: column;
    z-index: 2100;
    animation: fadeInUp 0.5s;
}
.chat-header {
    background: var(--gradient);
    color: #fff;
    padding: 16px;
    font-weight: 600;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
}
.chat-close {
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 700;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.chat-close:hover { opacity: 1; }
.chat-body {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.chat-message {
    padding: 10px 16px;
    border-radius: 16px;
    max-width: 80%;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2px;
    word-break: break-word;
    box-shadow: var(--shadow-sm);
    animation: fadeIn 0.4s;
}
.chat-message.bot {
    background: var(--primary-light);
    color: #fff;
    align-self: flex-start;
}
.chat-message.user {
    background: var(--primary-color);
    color: #fff;
    align-self: flex-end;
}
.chat-input-area {
    display: flex;
    border-top: 1px solid #e2e8f0;
    padding: 10px;
    background: #fff;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.chat-input {
    flex: 1;
    border: none;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 1rem;
    background: #f1f5f9;
    margin-right: 8px;
    outline: none;
    transition: background 0.2s;
}
.chat-input:focus {
    background: #fff;
}
.chat-send {
    background: var(--gradient);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0 18px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.chat-send:hover {
    background: var(--primary-dark);
    transform: scale(1.05);
}
@media (max-width: 600px) {
    .chat-widget, .chat-fab {
        right: 0px;
        bottom: 80px;
        border-radius: 0;
    }
    .chat-widget {
        width: 98vw;
        height: 60vw;
        min-height: 320px;
        max-height: 90vh;
    }
}
/* Services Section Styles */
.services{
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr !important;
    }
}
.service-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: transform 0.4s cubic-bezier(.4,2,.6,1), box-shadow 0.4s;
    position: relative;
    animation: fadeInUp 1s cubic-bezier(.4,2,.6,1);
}
.service-card:hover {
    transform: translateY(-12px) scale(1.03) rotate(-1deg);
    box-shadow: var(--shadow-xl);
    z-index: 2;
}
.service-image {
    height: 220px;
    overflow: hidden;
}
.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(.4,2,.6,1), filter 0.4s;
}
.service-card:hover .service-image img {
    transform: scale(1.08) rotate(1deg);
    filter: brightness(1.08) saturate(1.1);
}
.service-content {
    padding: 30px;
}
.service-title {
    font-size: 1.4rem;
    color: var(--text-dark);
    font-weight: 700;
}
.service-desc {
    color: var(--text-light);
    margin: 15px 0 25px;
    line-height: 1.7;
}
.btn-block {
    width: 100%;
    display: block;
}
/* Service Card Animations */
.service-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: transform 0.4s cubic-bezier(.4,2,.6,1), box-shadow 0.4s;
    position: relative;
    animation: fadeInUp 1s cubic-bezier(.4,2,.6,1);
}
.service-card:hover {
    transform: translateY(-12px) scale(1.03) rotate(-1deg);
    box-shadow: var(--shadow-xl);
    z-index: 2;
}
.service-image img {
    transition: transform 0.6s cubic-bezier(.4,2,.6,1), filter 0.4s;
}
.service-card:hover .service-image img {
    transform: scale(1.08) rotate(1deg);
    filter: brightness(1.08) saturate(1.1);
}
@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Section header animation */
.section-header { animation: fadeIn 1.2s cubic-bezier(.4,2,.6,1); }

/* Button animation */
.btn, .btn-primary, .btn-secondary, .btn-service {
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
}
.btn:active, .btn-primary:active, .btn-secondary:active, .btn-service:active {
    transform: scale(0.97);
    box-shadow: var(--shadow-sm);
}
/* ENROLL PAGE STYLES (migrated from enroll.css) */
:root {
    --primary-color: #0e7490;
    --accent-color: #10b981;
    --dark-bg: #0f172a;
    --light-bg: #f8fafc;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --white: #ffffff;
    --gradient: linear-gradient(135deg, #0e7490 0%, #06b6d4 100%);
}
body.enroll-page { font-family: Poppins, sans-serif; background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); min-height: 100vh; padding: 40px 20px; }
.enroll-container { max-width: 800px; margin: 0 auto; }
.enroll-header { text-align: center; margin-bottom: 40px; color: var(--white); }
.back-link { display: inline-block; color: #06b6d4; text-decoration: none; margin-bottom: 20px; transition: all 0.3s; }
.back-link:hover { color: var(--white); transform: translateX(-5px); }
.enroll-header h1 { font-size: 3rem; font-weight: 700; margin-bottom: 15px; background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.subtitle { font-size: 1.2rem; color: rgba(255, 255, 255, 0.8); }
.enroll-form { background: var(--white); border-radius: 20px; padding: 50px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16); }
.form-section { margin-bottom: 40px; padding-bottom: 30px; border-bottom: 2px solid var(--light-bg); }
.form-section:last-of-type { border-bottom: none; }
.form-section h2 { font-size: 1.5rem; color: var(--text-dark); margin-bottom: 25px; font-weight: 600; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; color: var(--text-dark); font-weight: 600; margin-bottom: 8px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 14px 18px; border: 2px solid #e2e8f0; border-radius: 10px; font-size: 1rem; font-family: inherit; transition: all 0.3s; background: var(--light-bg); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--primary-color); background: var(--white); box-shadow: 0 0 0 4px rgba(14, 116, 144, 0.1); }
.form-field textarea { resize: vertical; min-height: 120px; }
.radio-group { display: flex; gap: 20px; margin-top: 10px; }
.radio-label { display: flex; align-items: center; cursor: pointer; color: var(--text-dark); }
.radio-label input { width: auto; margin-right: 8px; }
.submit-btn { width: 100%; padding: 16px; background: var(--gradient); color: var(--white); border: none; border-radius: 50px; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: all 0.4s; margin-top: 20px; }
.submit-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); }
.form-note { text-align: center; font-size: 0.9rem; color: var(--text-light); margin-top: 20px; }
@media (max-width: 768px) {
    .enroll-header h1 { font-size: 2rem; }
    .enroll-form { padding: 30px 20px; }
    .form-row { grid-template-columns: 1fr; }
}
/* Animated Banner Marquee */
.banner-content {
    display: block;
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 2.2em;
}
.banner-marquee {
    display: inline-block;
    white-space: nowrap;
    animation: banner-marquee 18s linear infinite;
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}
@keyframes banner-marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}
@media (max-width: 768px) {
    .banner-marquee {
        font-size: 1rem;
    }
    .site-banner {
        padding: 14px 0 6px 0;
    }
}
/* Site Banner Styles */
.site-banner {
    width: 100vw;
    background: var(--gradient);
    color: var(--white);
    text-align: center;
    padding: 22px 0 10px 0;
    box-shadow: var(--shadow-md);
    font-family: 'Poppins', sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
}
.banner-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
}
.banner-line {
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 0 2px 0;
}
@media (max-width: 768px) {
    .banner-line {
        font-size: 1rem;
    }
    .site-banner {
        padding: 14px 0 6px 0;
    }
}
/* Responsive for Services Grid */
@media (max-width: 768px) {
    .services {
        height: auto;
        padding: 40px 20px;
    }
    .services-grid {
        grid-template-columns: 1fr !important;
    }
}
/* HIGH QUALITY HEALTH CARE - Modern Professional Styles */

:root {
    --primary-color: #0e7490;
    --primary-dark: #0c5975;
    --primary-light: #06b6d4;
    --accent-color: #10b981;
    --dark-bg: #0f172a;
    --light-bg: #f8fafc;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --white: #ffffff;
    --gradient: linear-gradient(135deg, #0e7490 0%, #06b6d4 100%);
    --gradient-transparent: linear-gradient(135deg, rgba(14, 116, 144, 0.8) 0%, rgba(6, 182, 212, 0.8) 100%);
    --gradient-alt: linear-gradient(135deg, #10b981 0%, #059669 100%);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.16);
    --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--light-bg);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideInLeft {
    from { transform: translateX(-100px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideInRight {
    from { transform: translateX(100px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@keyframes scroll {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0; }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.gradient-text {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    transition: all 0.4s ease;
    text-align: center;
}

.btn-primary {
    background: var(--gradient);
    color: var(--white);
    box-shadow: var(--shadow-md);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.btn-secondary {
    background: var(--white);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
}

.btn-course, .btn-full {
    width: 100%;
}

.btn-footer {
    background: var(--accent-color);
    color: var(--white);
    padding: 10px 24px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
    animation: slideUp 0.6s ease-out;
}
@media (max-width: 768px) {
    .site-banner {
        padding: 14px 0 6px 0;
    }
    .navbar {
        bottom: 0px;
        position: fixed;
        top: auto;
        width: 100%;
        padding: 0px 0;
    }
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-logo h2 {
    font-size: 1.8rem;
    font-weight: 700;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.navbar-logo span {
    display: block;
    font-size: 0.7rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar-menu {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-link {
    color: var(--text-dark);
    font-weight: 500;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-btn {
    padding: 10px 24px;
    background: var(--gradient);
    color: var(--white);
    border-radius: 50px;
    font-weight: 600;
}

.nav-btn:hover {
    transform: translateY(-2px);
}

.mobile-menu-toggle {
    display: block;
}

/* Hero Section */
.hero {
    min-height: 30vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding-top: 80px;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(14, 116, 144, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.15) 0%, transparent 50%);
    animation: float 20s ease-in-out infinite;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:var(--gradient-transparent); /* blue shader overlay */
    opacity: 1;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: left;
    max-width: 900px;
    padding: 40px 60px;
    animation: fadeIn 1s ease-out;
}

.hero-badge {
    display: inline-block;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: var(--white);
    font-size: .8rem;
    margin-bottom: 30px;
    animation: slideUp 0.8s ease-out 0.2s both;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 20px;
    animation: slideUp 1s ease-out 0.4s both;
    font-family: 'Playfair Display', serif;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    animation: slideUp 1.2s ease-out 0.6s both;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin-bottom: 60px;
    animation: slideUp 1.4s ease-out 0.8s both;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    animation: slideUp 1.6s ease-out 1s both;
}

.stat-item {
    text-align: center;
}

.stat-item h3 {
    font-size: 2.5rem;
    font-weight: 700;
    background: var(--gradient-alt);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-item p {
    color: rgba(255, 255, 255, 0.7);
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.scroll-indicator span {
    width: 6px;
    height: 12px;
    background: var(--white);
    border-radius: 3px;
    animation: scroll 2s ease-in-out infinite;
}

/* Section Headers */
.section-header { text-align: center; margin-bottom: 60px; }
.section-badge { display: inline-block; padding: 6px 16px; background: rgba(14, 116, 144, 0.1); color: var(--primary-color); border-radius: 50px; font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }
.section-title { font-size: 2.8rem; font-weight: 700; color: var(--text-dark); margin-bottom: 15px; font-family: 'Playfair Display', serif; }
.section-subtitle { font-size: 1.1rem; color: var(--text-light); max-width: 600px; margin: 0 auto; }

/* About Section */
.about { padding: 100px 0; background: var(--white); }
.about-image { animation: slideInLeft 1s ease-out; }
.image-wrapper { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-xl); }
.image-wrapper img { width: 100%; height: 600px; object-fit: cover; transition: transform 0.6s; }
.image-wrapper:hover img { transform: scale(1.05); }
.image-badge { position: absolute; bottom: 30px; left: 30px; background: var(--white); padding: 15px 25px; border-radius: 50px; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-lg); }
.badge-icon { width: 30px; height: 30px; background: var(--gradient-alt); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); }
.badge-text { font-weight: 600; color: var(--text-dark); font-size: 0.9rem; }
.about-content { animation: slideInRight 1s ease-out; }
.feature-card { display: flex; gap: 20px; margin-bottom: 30px; padding: 25px; background: var(--light-bg); border-radius: 15px; transition: all 0.4s; }
.feature-card:hover { transform: translateX(10px); box-shadow: var(--shadow-md); }
.feature-icon { font-size: 2.5rem; flex-shrink: 0; }
.feature-text h3 { font-size: 1.3rem; color: var(--text-dark); margin-bottom: 10px; }
.feature-text p { color: var(--text-light); line-height: 1.7; }

/* Old About Section Classes (for compatibility) */
.about-section {
    padding: 100px;
    animation: fadeIn 1.5s ease-in;
}

.about-section-info {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
}


.about-section-text {
    animation: slideInRight 1.2s ease-out;
    padding: 20px;
}

.about-section-text h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-section-text p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-section-text a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.about-section-text a:hover {
    color: var(--accent-color);
    text-decoration: none;
}

/* Courses */
.courses { padding: 100px 0; background: var(--light-bg); }
.courses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.course-card { background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-md); transition: all 0.5s; position: relative; animation: slideUp 0.8s ease-out; }
.course-card:nth-child(2) { animation-delay: 0.2s; }
.course-card:nth-child(3) { animation-delay: 0.4s; }
.course-card:hover { transform: translateY(-15px); box-shadow: var(--shadow-xl); }
.course-card.featured { border: 3px solid var(--accent-color); }
.featured-badge { position: absolute; top: 20px; right: -35px; background: var(--gradient-alt); color: var(--white); padding: 8px 40px; font-weight: 600; font-size: 0.85rem; transform: rotate(45deg); z-index: 10; }
.course-image { position: relative; height: 250px; overflow: hidden; }
.course-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.course-card:hover .course-image img { transform: scale(1.1); }
.course-badge { position: absolute; top: 20px; left: 20px; background: rgba(255, 255, 255, 0.95); color: var(--primary-color); padding: 8px 16px; border-radius: 50px; font-size: 0.8rem; font-weight: 600; }
.course-content { padding: 30px; }
.course-header { display: flex; justify-content: space-between; margin-bottom: 15px; }
.course-name { font-size: 1.4rem; color: var(--text-dark); font-weight: 700; flex: 1; }
.price-amount { font-size: 1.8rem; font-weight: 700; color: var(--primary-color); }
.course-desc { color: var(--text-light); margin-bottom: 20px; line-height: 1.7; }
.course-features { margin-bottom: 20px; }
.course-features li { color: var(--text-light); padding: 8px 0; font-size: 0.95rem; }

/* Contact */

/* Light Theme Contact Section */
.contact {
    padding: 100px 0;
    background: var(--light-bg);
}
.contact .section-badge {
    background: rgba(14, 116, 144, 0.08);
    color: var(--primary-color);
}
.contact .section-title {
    color: var(--primary-color);
}
.contact .section-subtitle {
    color: var(--text-light);
}
.contact-grid {
    display: block;
    width: 100%;
}
.contact-info {
    animation: slideInLeft 1s ease-out;
}
.info-card {
    background: var(--white);
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s;
}
.info-card:hover {
    background: #f4f8ff;
    transform: translateX(10px);
    box-shadow: var(--shadow-md);
}
.info-icon {
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--primary-color);
}
.info-card h3 {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-bottom: 8px;
}
.info-card p {
    color: var(--text-dark);
}
.map-container {
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}
.contact-form-wrapper {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: var(--shadow-xl);
    animation: slideInRight 1s ease-out;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.form-group {
    margin-bottom: 25px;
}
.form-group label {
    display: block;
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 8px;
}
.form-group input, .form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s;
    background: var(--light-bg);
    color: var(--text-dark);
}
.form-group input:focus, .form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(14, 116, 144, 0.1);
}
.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Footer */
.footer { background: var(--dark-bg); color: var(--white); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 40px; }
.footer-brand h3 { font-size: 2rem; font-weight: 700; background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 10px; }
.footer-brand p { color: rgba(255, 255, 255, 0.7); margin-bottom: 8px; }
.footer-tagline { font-size: 0.9rem; color: rgba(255, 255, 255, 0.5); }
.footer-links h4 { font-size: 1.2rem; margin-bottom: 20px; }
.footer-links ul li { margin-bottom: 12px; }
.footer-links a { color: rgba(255, 255, 255, 0.7); transition: all 0.3s; }
.footer-links a:hover { color: var(--white); padding-left: 5px; }
.footer-contact h4 { font-size: 1.2rem; margin-bottom: 15px; }
.footer-contact p { color: rgba(255, 255, 255, 0.7); margin-bottom: 20px; }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer-bottom p { color: rgba(255, 255, 255, 0.5); font-size: 0.9rem; margin-bottom: 5px; }
.footer-bottom a { color: var(--primary-light); font-weight: 500; }

/* Responsive */
@media (max-width: 1024px) {
    .hero-title { font-size: 3rem; }
    .about-grid, .contact-grid { grid-template-columns: 1fr; }
    .about-section-info { grid-template-columns: 1fr; gap: 40px; }
    .about-section-photo video { height: 400px; width: 100%; }
    .about-section-text h1 { font-size: 2rem; }
    .courses-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .navbar-menu { display: flex;}
    .navbar-menu li {font-size: .8em;}
    .navbar-menu .nav-btn { display: none; }
    .mobile-menu-toggle { display: flex; flex-direction: column; gap: 5px; }
    .mobile-menu-toggle span { width: 25px; height: 3px; background: var(--primary-color); border-radius: 3px; }
    .hero-title { font-size: 2.5rem; }
    .about-section { padding: 60px; align-items: flex-start; height: 20vh; }
    .about-section-info { grid-template-columns: 1fr; }
    .about-section-photo video { height: 250px; width: 100%; margin: 0;
    padding: 0;}
    .about-section-text { padding: 10px; }
    .about-section-text h1 { font-size: 1.8rem; }
    .about-section-text p { font-size: 1rem; }
    .courses-grid, .footer-grid { grid-template-columns: 1fr; }
    .footer{ padding: 90px 20px; }
    .hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 60px;
    animation: slideUp 1.4s ease-out 0.8s both;
}}