﻿/* Homepage inline style block 1 moved from index.php */
.features-section {
    position: relative;
    padding: 56px 0;
    text-align: center;
    color: #111827;
    overflow: hidden;
}

.features-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.9) 0 120px, transparent 121px),
        linear-gradient(135deg, #fff7f0 0%, #f3fbff 50%, #fff1f3 100%);
}

.features-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    background: linear-gradient(90deg, #e11d2e, #f59e0b, #0ea5a4);
    opacity: .9;
}

.features-container {
    position: relative;
    z-index: 1;
}

.feature {
    padding: 15px;
}

.feature-card {
    position: relative;
    display: flex;
    min-height: 245px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    padding: 28px 18px 24px;
    text-decoration: none;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--feature-accent, #d92129);
}

.feature-card::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -38px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: var(--feature-soft, rgba(217, 33, 41, 0.12));
    transition: transform .25s ease;
}

.feature-card:hover,
.feature-card:focus {
    transform: translateY(-8px);
    border-color: rgba(217, 33, 41, 0.25);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.15);
    outline: none;
}

.feature-card:hover::after,
.feature-card:focus::after {
    transform: scale(1.25);
}

.feature .icon {
    position: relative;
    z-index: 1;
    width: 104px;
    height: 104px;
    background: var(--feature-accent, linear-gradient(135deg, #d92129, #f43f5e));
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0 14px 32px var(--feature-shadow, rgba(217, 33, 41, 0.24));
    transform: rotate(0deg);
    transition: transform .25s ease;
}

.feature-card:hover .icon,
.feature-card:focus .icon {
    transform: translateY(-2px) rotate(-3deg);
}

.feature .icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.feature p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #111827;
    transition: color .25s ease;
}

.feature-card:hover p,
.feature-card:focus p {
    color: #d92129;
}

.feature-card.feature-blue {
    --feature-accent: linear-gradient(135deg, #0f766e, #14b8a6);
    --feature-soft: rgba(20, 184, 166, 0.14);
    --feature-shadow: rgba(20, 184, 166, 0.25);
}

.feature-card.feature-gold {
    --feature-accent: linear-gradient(135deg, #b45309, #f59e0b);
    --feature-soft: rgba(245, 158, 11, 0.15);
    --feature-shadow: rgba(245, 158, 11, 0.24);
}

.feature-card.feature-indigo {
    --feature-accent: linear-gradient(135deg, #4338ca, #6366f1);
    --feature-soft: rgba(99, 102, 241, 0.14);
    --feature-shadow: rgba(99, 102, 241, 0.24);
}

.feature-card.feature-rose {
    --feature-accent: linear-gradient(135deg, #be123c, #f43f5e);
    --feature-soft: rgba(244, 63, 94, 0.14);
    --feature-shadow: rgba(244, 63, 94, 0.24);
}

.feature-card.feature-slate {
    --feature-accent: linear-gradient(135deg, #334155, #64748b);
    --feature-soft: rgba(100, 116, 139, 0.13);
    --feature-shadow: rgba(51, 65, 85, 0.18);
}

@media (max-width: 768px) {
    .features-section {
        padding: 42px 0;
    }

    .feature-card {
        min-height: 190px;
        padding: 22px 12px 20px;
        border-radius: 14px;
    }

    .feature .icon {
        width: 78px;
        height: 78px;
        border-radius: 20px;
    }

    .feature .icon img {
        width: 42px;
        height: 42px;
    }

    .feature p {
        font-size: 14px;
    }
}

/* Facilities heading connected to cards */
.facility-heading {
    position: relative;
    margin: 0;
    padding: 72px 0 18px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.9) 0 120px, transparent 121px),
        linear-gradient(135deg, #fff7f0 0%, #f3fbff 50%, #fff1f3 100%);
}

.notice-list li.notice-empty-item {
    color: rgba(255, 255, 255, 0.78);
    font-style: italic;
}

.notice-list li.notice-empty-item::before {
    content: none;
}

.student-testimonial-page {
    background: #ffffff;
    overflow: hidden;
}

.testimonial-hero-panel {
    padding: 76px 0 68px;
    background: linear-gradient(90deg, #ffffff 0%, #fff7f7 48%, #ffffff 100%);
    position: relative;
}

.testimonial-hero-panel::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34%;
    height: 130px;
    background: linear-gradient(135deg, transparent 28%, rgba(225, 28, 38, 0.88) 29%, rgba(225, 28, 38, 0.88) 55%, transparent 56%);
    opacity: 0.9;
    pointer-events: none;
}

.testimonial-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 48px;
    position: relative;
    z-index: 1;
}

.testimonial-hero-copy span,
.testimonial-page-title span,
.testimonial-red-cta span {
    display: inline-flex;
    color: #df1f2d;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testimonial-hero-copy h2 {
    margin: 14px 0 0;
    color: #18202f;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 800;
}

.testimonial-hero-copy h2 strong,
.testimonial-page-title h2 strong,
.testimonial-video-copy h2 strong {
    color: #d51d28;
}

.testimonial-hero-copy > i,
.testimonial-video-copy > i {
    display: block;
    width: 72px;
    height: 3px;
    margin: 22px 0;
    background: #e51f2b;
    border-radius: 999px;
}

.testimonial-hero-copy p {
    max-width: 520px;
    margin: 0;
    color: #505a68;
    font-size: 16px;
    line-height: 1.85;
}

.testimonial-hero-image {
    min-height: 360px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.14);
}

.testimonial-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
}

.testimonial-voices {
    padding: 72px 0 42px;
}

.testimonial-page-title {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.testimonial-page-title h2 {
    margin: 12px 0 4px;
    color: #18202f;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
}

.testimonial-page-title .icon-19 {
    display: block;
    color: #e51f2b;
    font-size: 62px;
    line-height: 0.65;
    margin-bottom: 14px;
}

.testimonial-page-title p {
    margin: 0 auto;
    max-width: 650px;
    color: #596473;
    font-size: 15px;
    line-height: 1.8;
}

.testimonial-card-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.testimonial-slider-wrap {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 64px 34px;
}

.testimonial-page-slider {
    padding: 8px 4px 54px;
}

.testimonial-page-slider .swiper-slide {
    height: auto;
}

.testimonial-page-slider .student-testimonial-card {
    height: 100%;
}

.testimonial-slider-btn {
    position: absolute;
    top: 43%;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(225, 31, 42, 0.28);
    border-radius: 50%;
    color: #e11f2a;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(17, 24, 39, 0.12);
    transition: 0.25s ease;
}

.testimonial-slider-btn:hover {
    color: #ffffff;
    background: #e11f2a;
    border-color: #e11f2a;
}

.testimonial-slider-prev {
    left: 0;
}

.testimonial-slider-next {
    right: 0;
}

.testimonial-slider-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.testimonial-slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    opacity: 1;
    background: #d7dbe2;
}

.testimonial-slider-pagination .swiper-pagination-bullet-active {
    background: #e11f2a;
}

.student-testimonial-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(224, 41, 52, 0.12);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.student-testimonial-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 54px rgba(17, 24, 39, 0.14);
}

.quote-mark {
    position: absolute;
    top: 16px;
    left: 18px;
    z-index: 2;
    color: #e41f2b;
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
}

.student-testimonial-photo {
    height: 190px;
    background: #f7f7f7;
}

.student-testimonial-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.student-testimonial-content {
    padding: 24px 18px 28px;
    text-align: center;
}

.student-testimonial-content h3 {
    margin: 0 0 4px;
    color: #18202f;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.student-testimonial-content span {
    display: block;
    color: #e11f2a;
    font-size: 13px;
    font-weight: 700;
}

.student-rating {
    margin: 14px 0 12px;
    color: #ffc20a;
    font-size: 14px;
    letter-spacing: 1px;
}

.student-testimonial-content p {
    margin: 0;
    color: #505a68;
    font-size: 14px;
    line-height: 1.75;
}

.testimonial-video-band {
    padding: 24px 0 32px;
}

.testimonial-video-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(224, 41, 52, 0.13);
    border-radius: 9px;
    background: linear-gradient(90deg, #fff5f5 0%, #ffffff 48%);
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
}

.testimonial-video-copy {
    padding: 46px 54px;
}

.testimonial-video-icon {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 50%;
    color: #ffffff;
    background: #df1f2d;
    font-size: 30px;
}

.testimonial-video-copy h2 {
    margin: 0;
    color: #18202f;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 800;
}

.testimonial-video-copy p {
    max-width: 460px;
    margin: 0 0 24px;
    color: #505a68;
    line-height: 1.8;
}

.testimonial-video-thumb {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.testimonial-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-video-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.25);
}

.testimonial-video-thumb span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffffff;
    color: #e11f2a;
    font-size: 26px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.testimonial-feature-strip {
    padding: 0 0 64px;
}

.testimonial-feature-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid rgba(224, 41, 52, 0.16);
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.06);
}

.testimonial-feature-item {
    padding: 30px 24px;
    min-height: 168px;
}

.testimonial-feature-item + .testimonial-feature-item {
    border-left: 1px solid rgba(224, 41, 52, 0.16);
}

.testimonial-feature-item i {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 50%;
    color: #df1f2d;
    background: #fff0f1;
    font-size: 22px;
}

.testimonial-feature-item h3 {
    margin: 0 0 8px;
    color: #18202f;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.testimonial-feature-item p {
    margin: 0;
    color: #5f6877;
    font-size: 13px;
    line-height: 1.7;
}

.testimonial-red-cta {
    padding: 58px 0;
    background: linear-gradient(135deg, rgba(184, 14, 22, 0.96), rgba(236, 32, 42, 0.94)), url('../../img/gallery/sports/1.jpeg') center/cover;
}

.testimonial-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) repeat(4, minmax(0, 0.75fr));
    align-items: center;
    gap: 24px;
}

.testimonial-red-cta span,
.testimonial-red-cta h2,
.testimonial-red-cta p,
.testimonial-stat {
    color: #ffffff;
}

.testimonial-red-cta span {
    color: #ffffff;
    letter-spacing: 1px;
}

.testimonial-red-cta h2 {
    margin: 8px 0 10px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
}

.testimonial-red-cta p {
    max-width: 440px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.75;
}

.testimonial-red-cta .edu-btn {
    background: #ffffff;
    color: #d51d28;
}

.testimonial-stat {
    text-align: center;
    padding: 10px 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.testimonial-stat i {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
}

.testimonial-stat strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
}

.testimonial-stat span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
}

@media (max-width: 1199px) {
    .testimonial-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .testimonial-feature-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .testimonial-feature-item + .testimonial-feature-item {
        border-left: 0;
    }

    .testimonial-cta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .testimonial-hero-grid,
    .testimonial-video-card {
        grid-template-columns: 1fr;
    }

    .testimonial-hero-copy h2 {
        font-size: 44px;
    }

    .testimonial-hero-panel::after {
        width: 60%;
        opacity: 0.35;
    }
}

@media (max-width: 767px) {
    .testimonial-hero-panel {
        padding: 52px 0;
    }

    .testimonial-hero-copy h2 {
        font-size: 36px;
    }

    .testimonial-page-title h2 {
        font-size: 28px;
    }

    .testimonial-card-grid,
    .testimonial-feature-row,
    .testimonial-cta-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-slider-wrap {
        padding: 0 0 34px;
    }

    .testimonial-slider-btn {
        top: auto;
        bottom: 0;
    }

    .testimonial-slider-prev {
        left: calc(50% - 70px);
    }

    .testimonial-slider-next {
        right: calc(50% - 70px);
    }

    .testimonial-video-copy {
        padding: 34px 26px;
    }

    .testimonial-feature-item,
    .testimonial-stat {
        border-left: 0;
        border-top: 1px solid rgba(224, 41, 52, 0.12);
    }
}

.facility-heading .container {
    position: relative;
    z-index: 1;
}

.facility-heading .section-title {
    margin-bottom: 0;
}

.facility-heading .section-title .title {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
}

.facility-heading .section-title .pre-title {
    display: block;
    width: fit-content;
    margin: 0 auto 14px;
    padding: 0;
    background: transparent;
    color: #d51f29;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.features-section {
    padding-top: 36px;
    padding-bottom: 70px;
}

.features-section::before {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.9) 0 120px, transparent 121px),
        linear-gradient(135deg, #fff7f0 0%, #f3fbff 50%, #fff1f3 100%);
}

.features-section+.quick-assist-section {
    margin-top: 0;
}

@media (max-width: 767px) {
    .facility-heading {
        padding: 46px 0 12px;
    }

    .features-section {
        padding-top: 24px;
        padding-bottom: 48px;
    }
}

@media (max-width: 480px) {
    .feature {
        padding: 8px;
    }

    .feature .icon {
        width: 72px;
        height: 72px;
    }

    .feature-card {
        min-height: 168px;
        padding: 18px 8px 16px;
    }

    .feature p {
        font-size: 12px;
        line-height: 1.3;
    }
}


/* Homepage inline style block 2 moved from index.php */
.quick-assist-section {
    position: relative;
    padding: 70px 0;
    background:
        linear-gradient(135deg, rgba(255, 244, 245, 0.88), rgba(255, 255, 255, 0.95)),
        url('assets/images/bg/bg_1.png') center/cover no-repeat;
}

.quick-assist-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 20%, rgba(201, 32, 38, 0.12), transparent 28%),
        radial-gradient(circle at 84% 76%, rgba(242, 139, 143, 0.16), transparent 30%);
    pointer-events: none;
}

.quick-assist-section .container {
    position: relative;
    z-index: 1;
}

.quick-assist-section .section-title {
    margin-bottom: 34px;
}

.form-section,
.notice-section {
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid rgba(201, 32, 38, 0.1);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}

.form-section {
    background: linear-gradient(145deg, #ffe1e4 0%, #ffb0b6 100%);
}

.notice-section {
    background: #ffffff;
}

/* Heading */
.section-header {
    background: linear-gradient(90deg, #c92026, #f02c34);
    color: #fff;
    padding: 16px 18px;
    font-weight: bold;
    font-size: 24px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 12px 24px rgba(201, 32, 38, 0.22);
}

.form-note,
.notice-note {
    margin: 16px 0 22px;
    color: #6b4d52;
    text-align: center;
    font-weight: 600;
}

/* Form */
.form-contact-us input,
.form-contact-us textarea,
.form-contact-us select {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.btn-send-now {
    width: 100%;
    background: linear-gradient(90deg, #c92026, #e6272a);
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 22px rgba(201, 32, 38, 0.18);
}

.btn-send-now:hover {
    opacity: 0.9;
}

/* Notice Scroll */
.notice-box {
    min-height: 390px;
    overflow: visible;
    position: relative;
    margin-top: 8px;
}

.notice-list {
    position: static;
    width: 100%;
    padding-left: 0;
    margin: 0;
}

.notice-list li {
    list-style: none;
    padding: 14px 14px 14px 46px;
    margin-bottom: 12px;
    border: 1px solid #f2d6d9;
    border-radius: 8px;
    background: #fff8f8;
    color: #4b5563;
    position: relative;
    transition: 0.3s;
}

.notice-list li::before {
    content: "\f0a4";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #c92026;
}

.notice-list li a {
    color: inherit;
    font-weight: 700;
}

.notice-list li:hover {
    background: linear-gradient(90deg, #c92026, #e6272a);
    color: #fff;
    transform: translateX(4px);
}

.notice-list li:hover::before,
.notice-list li:hover a {
    color: #fff;
}

/* Smooth animation */
@keyframes scrollUp {
    0% {
        top: 100%;
    }

    100% {
        top: -100%;
    }
}

/* Input Wrapper */
.input-group-custom {
    position: relative;
    margin-bottom: 18px;
}

.form-two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

/* Icon */
.input-group-custom i {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: #c92026;
    font-size: 15px;
    z-index: 2;
}

/* Input */
.input-group-custom input,
.input-group-custom textarea,
.input-group-custom select {
    width: 100%;
    padding: 16px 16px 16px 46px;
    border: 1px solid rgba(201, 32, 38, 0.16);
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.94);
    min-height: 64px;
    margin-bottom: 0;
    line-height: 1.35;
    color: #777777;
}

.input-group-custom select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
}

.input-group-custom::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid #c92026;
    border-bottom: 2px solid #c92026;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
    opacity: 0;
}

.input-group-custom:has(select)::after {
    opacity: 1;
}

/* Focus Effect */
.input-group-custom input:focus,
.input-group-custom textarea:focus,
.input-group-custom select:focus {
    border-color: #c92026;
    box-shadow: 0 0 6px rgba(201, 32, 38, 0.2);
}

/* Textarea icon fix */
.input-group-custom textarea {
    padding-top: 16px;
    min-height: 110px;
}

.input-group-custom textarea+i,
.input-group-custom textarea~i {
    top: 24px;
}

@media (max-width: 575px) {
    .form-two-column {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* Button */
.btn-send-now {
    width: 100%;
    background: linear-gradient(90deg, #c92026, #e6272a);
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .quick-assist-section {
        padding: 48px 0;
    }

    .notice-box {
        min-height: auto;
    }
}


/* Homepage inline style block 3 moved from index.php */
.testimonial-area-5 .testimonial-grid .thumbnail-review {
    display: none;
}

.testimonial-grid .thumbnail-review img {
    border-radius: 50%;
    height: 50px;
}

.testimonial-area-1.section-gap-equal {
    padding: 64px 0 56px;
    margin-bottom: 0;
}

.testimonial-area-1 .row.g-lg-5 {
    --bs-gutter-x: 2.4rem;
    align-items: center;
}

.testimonial-area-1 .testimonial-heading-area .section-title p {
    max-width: 500px;
}

.testimonial-area-1 .home-one-testimonial-activator {
    padding: 10px 2px 18px;
    margin: 0;
}

.testimonial-area-1 .home-one-testimonial-activator .swiper-wrapper .swiper-slide {
    opacity: 1;
    visibility: visible;
}

.placement-success-card {
    max-width: 275px;
    margin: 0 auto;
    padding: 14px 14px 18px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%);
    border: 1px solid rgba(213, 31, 41, 0.16);
    box-shadow: 0 18px 36px rgba(20, 28, 45, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.placement-success-card:hover {
    transform: translateY(-8px);
    border-color: rgba(213, 31, 41, 0.42);
    box-shadow: 0 24px 50px rgba(213, 31, 41, 0.16);
}

.placement-success-card .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: radial-gradient(circle at center, #ffffff 0%, #f2f4f7 100%);
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.placement-success-card .thumbnail::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28));
    pointer-events: none;
}

.placement-success-card .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.placement-success-card:hover .thumbnail img {
    transform: scale(1.025);
}

.placement-success-content {
    margin-top: 6px;
    text-align: center;
}

.placement-success-content span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(213, 31, 41, 0.1);
    color: #d51f29;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.placement-success-content h5 {
    margin: 9px 0 3px;
    color: #111827;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
}

.placement-success-content p {
    margin: 0;
    color: #5f6b7a;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 767px) {
    .testimonial-area-1.section-gap-equal {
        padding: 44px 0 42px;
    }

    .placement-success-card {
        max-width: 290px;
    }

    .placement-success-content h5 {
        font-size: 19px;
    }
}


/* Homepage inline style block 4 moved from index.php */
.brand-grid img {
    width: 120px;
    height: auto;
}


/* Homepage inline style block 5 moved from index.php */
.social-media-container {
    max-width: 1250px;
    margin: auto;
    /* background: white; */
    padding: 20px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px; */
    justify-content: center;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.social-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.social-header {
    background: #d32f2f;
    color: white;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.social-media-container {
    display: flex;
    justify-content: center;
}

/* Grid Center */
.social-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Box Design */
.social-box {
    width: 320px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: 0.3s;
}

.social-box:hover {
    transform: translateY(-5px);
}

/* Header */
.social-header {
    text-align: center;
    padding: 10px;
    font-weight: 600;
    color: #fff;
}

.fb {
    background: #3b5998;
}

.x {
    background: #000;
}

.yt {
    background: #ff0000;
}

.ig {
    background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}

.social-content {
    padding: 10px;
    height: 450px;
}

iframe {
    width: 100%;
    height: 400px;
    border: none;
}

@media (max-width: 992px) {
    .social-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .social-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Homepage quick assistance polish */
.quick-assist-section {
    padding: 82px 0 86px;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 248, 0.9)),
        url("../images/bg/bg_1.png") center/cover no-repeat;
}

.quick-assist-section::before {
    background:
        radial-gradient(circle at 10% 15%, rgba(201, 32, 38, 0.13), transparent 25%),
        radial-gradient(circle at 88% 72%, rgba(14, 165, 164, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.82));
}

.quick-assist-section .section-title {
    max-width: 920px;
    margin: 0 auto 42px;
}

.quick-assist-section .section-title .title {
    color: #121826;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.16;
    letter-spacing: 0;
}

.form-section,
.notice-section {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    box-shadow: 0 26px 70px rgba(126, 31, 42, 0.16);
}

.form-section {
    position: relative;
    overflow: hidden;
    padding: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 226, 230, 0.84)),
        linear-gradient(135deg, #fff5f6 0%, #ffc5cc 100%);
}

.form-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 6% 0%, rgba(255, 255, 255, 0.9), transparent 28%),
        radial-gradient(circle at 95% 102%, rgba(201, 32, 38, 0.16), transparent 30%);
    pointer-events: none;
}

.form-section>*,
.notice-section>* {
    position: relative;
    z-index: 1;
}

.notice-section {
    padding: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 72px;
    border-radius: 12px;
    background: linear-gradient(135deg, #b9151d 0%, #ef2630 100%);
    box-shadow: 0 18px 34px rgba(201, 32, 38, 0.24);
    font-size: clamp(22px, 2vw, 30px);
    letter-spacing: 0;
}

.section-header i {
    font-size: 0.95em;
}

.form-note,
.notice-note {
    margin: 20px 0 26px;
    color: #64444a;
    font-size: 17px;
    line-height: 1.45;
}

.form-contact-us {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.input-group-custom {
    margin-bottom: 0;
}

.form-two-column {
    gap: 20px;
}

.input-group-custom input,
.input-group-custom textarea,
.input-group-custom select {
    min-height: 66px;
    border: 1px solid rgba(201, 32, 38, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 22px rgba(126, 31, 42, 0.07);
    color: #4b5563;
    font-weight: 600;
}

.input-group-custom select {
    color: #6b7280;
    padding-right: 54px;
}

.input-group-custom textarea {
    min-height: 126px;
    resize: vertical;
}

.input-group-custom i {
    left: 22px;
    color: #d51f29;
}

.input-group-custom input:focus,
.input-group-custom textarea:focus,
.input-group-custom select:focus {
    border-color: rgba(201, 32, 38, 0.55);
    box-shadow: 0 14px 30px rgba(201, 32, 38, 0.14);
    background: #ffffff;
}

.btn-send-now {
    min-height: 58px;
    border-radius: 12px;
    background: linear-gradient(135deg, #b9151d 0%, #f32732 100%);
    box-shadow: 0 18px 34px rgba(201, 32, 38, 0.22);
    font-size: 18px;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-send-now:hover,
.btn-send-now:focus {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(201, 32, 38, 0.28);
}

.notice-box {
    min-height: 390px;
    padding: 0;
}

.notice-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.notice-list li {
    display: flex;
    align-items: center;
    min-height: 68px;
    margin-bottom: 0;
    padding: 16px 18px 16px 58px;
    border: 1px solid rgba(201, 32, 38, 0.14);
    border-radius: 12px;
    background: linear-gradient(135deg, #fffafa, #fff4f5);
    box-shadow: 0 12px 28px rgba(126, 31, 42, 0.06);
    color: #344054;
    font-weight: 700;
}

.notice-list li::before {
    left: 22px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    color: #c92026;
}

.notice-list li a {
    color: #344054;
}

.notice-list li:hover {
    background: linear-gradient(135deg, #c92026, #f02c34);
    box-shadow: 0 18px 34px rgba(201, 32, 38, 0.2);
    transform: translateY(-3px);
}

@media (max-width: 991px) {
    .quick-assist-section {
        padding: 58px 0 64px;
    }

    .form-section,
    .notice-section {
        padding: 22px;
        border-radius: 16px;
    }

    .notice-box {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .quick-assist-section .section-title .title {
        font-size: 28px;
    }

    .form-two-column {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .section-header {
        min-height: 64px;
        font-size: 22px;
    }
}

/* Refined quick assistance design */
.quick-assist-section {
    padding: 58px 0 72px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 248, 249, 0.96) 48%, rgba(248, 252, 255, 0.96) 100%),
        url("../images/bg/bg_1.png") center/cover no-repeat;
}

.quick-assist-section::before {
    background:
        radial-gradient(circle at 9% 18%, rgba(201, 32, 38, 0.08), transparent 22%),
        radial-gradient(circle at 92% 75%, rgba(14, 165, 164, 0.08), transparent 26%);
}

.quick-assist-section .section-title {
    margin-bottom: 34px;
}

.quick-assist-section .section-title .title {
    max-width: 820px;
    margin: 0 auto;
    color: #151923;
    font-size: 34px;
    line-height: 1.22;
    font-weight: 800;
}

.quick-assist-section .shape-line {
    margin-top: 12px;
}

.form-section,
.notice-section {
    border-radius: 14px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.09);
}

.form-section {
    padding: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 239, 241, 0.92)),
        #fff7f8;
}

.notice-section {
    padding: 26px;
    background: #ffffff;
}

.section-header {
    min-height: 62px;
    border-radius: 10px;
    background: linear-gradient(135deg, #c51620 0%, #f02b34 100%);
    box-shadow: 0 14px 28px rgba(201, 32, 38, 0.18);
    font-size: 26px;
    font-weight: 800;
}

.section-header i {
    font-size: 23px;
}

.form-note,
.notice-note {
    margin: 18px 0 22px;
    color: #5f4b51;
    font-size: 16px;
    font-weight: 600;
}

.form-contact-us {
    gap: 15px;
}

.form-two-column {
    gap: 16px;
}

.input-group-custom input,
.input-group-custom textarea,
.input-group-custom select {
    min-height: 58px;
    padding: 14px 16px 14px 50px;
    border-radius: 10px;
    border-color: rgba(201, 32, 38, 0.12);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
    font-size: 15px;
    font-weight: 600;
}

.input-group-custom textarea {
    min-height: 112px;
}

.input-group-custom i {
    left: 22px;
    font-size: 14px;
}

.btn-send-now {
    min-height: 54px;
    border-radius: 10px;
    font-size: 16px;
}

.notice-box {
    min-height: 350px;
}

.notice-list {
    gap: 12px;
}

.notice-list li {
    min-height: 62px;
    padding: 14px 16px 14px 56px;
    border-radius: 10px;
    background: #fff8f8;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
    font-size: 16px;
}

.notice-list li::before {
    left: 21px;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .quick-assist-section .section-title .title {
        font-size: 30px;
    }

    .section-header {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .quick-assist-section {
        padding: 42px 0 54px;
    }

    .quick-assist-section .section-title .title {
        font-size: 25px;
    }

    .form-section,
    .notice-section {
        padding: 18px;
    }

    .section-header {
        min-height: 56px;
        font-size: 21px;
    }
}

/* Quick assistance image background */
.quick-assist-section {
    padding: 64px 0 78px;
    background: url("../../img/background.JPG") center center / cover no-repeat;
    overflow: visible;
}

.quick-assist-section .container,
.quick-assist-section .row,
.quick-assist-section .col-lg-7,
.form-section,
.form-contact-us,
.input-group-custom,
.custom-subject-select {
    overflow: visible;
}

.quick-assist-section::before {
    background: rgba(0, 0, 0, 0.75);
}

.quick-assist-section .section-title .title {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.25;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

@media (max-width: 1199px) {
    .quick-assist-section .section-title .title {
        font-size: 27px;
    }
}

@media (max-width: 767px) {
    .quick-assist-section .section-title .title {
        font-size: 23px;
    }
}

.quick-assist-section .shape-line i::before,
.quick-assist-section .shape-line i::after {
    background-color: #ffffff;
}

.form-section,
.notice-section {
    border: 1px solid rgba(255, 255, 255, 0.82);
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.form-section {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.notice-section {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.65);
    border-radius: 16px;
    box-shadow: none;
}

.notice-list li {
    margin-bottom: 0;
    padding: 15px 6px 16px 56px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.notice-list li:last-child {
    border-bottom: 0;
}

.notice-list li:hover {
    background: transparent;
    box-shadow: none;
    transform: translateX(4px);
}

.form-section::before {
    background: transparent;
}

.form-section .section-header {
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.form-note,
.notice-note {
    color: #5f4b51;
    text-shadow: none;
}

.form-section .form-note {
    color: #ffffff;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.notice-section .notice-note {
    color: #ffffff;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.notice-list li,
.notice-list li a {
    color: #ffffff;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.section-header {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
    position: relative;
    min-height: auto;
    padding: 0 0 18px;
}

.section-header::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 92px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffffff, #ef2630, #ffffff);
    transform: translateX(-50%);
    box-shadow: 0 6px 18px rgba(239, 38, 48, 0.35);
}

.section-header i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(239, 38, 48, 0.92);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.input-group-custom input,
.input-group-custom textarea,
.input-group-custom select,
.notice-list li {
    border-color: rgba(255, 255, 255, 0.36);
    background: transparent;
}

.notice-list li {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.input-group-custom input,
.input-group-custom textarea,
.input-group-custom select {
    color: #ffffff;
    box-shadow: none;
}

.input-group-custom input::placeholder,
.input-group-custom textarea::placeholder {
    color: rgba(255, 255, 255, 0.82);
}

.input-group-custom select {
    color: rgba(255, 255, 255, 0.86);
}

.input-group-custom select option {
    color: #ffffff;
    background: #1f1f1f;
}

.input-group-custom select option:checked,
.input-group-custom select option:hover {
    color: #ffffff;
    background: #c92026;
}

.input-group-custom select option:checked {
    color: #ffffff;
    background: linear-gradient(0deg, #d51f29 0%, #d51f29 100%);
    box-shadow: 0 0 0 100px #d51f29 inset;
}

.input-group-custom select:focus option:checked {
    color: #ffffff;
    background: linear-gradient(0deg, #d51f29 0%, #d51f29 100%);
    box-shadow: 0 0 0 100px #d51f29 inset;
}

.input-group-custom select option:active,
.input-group-custom select option:focus {
    color: #ffffff;
    background: #d51f29;
    box-shadow: 0 0 0 100px #d51f29 inset;
}

.input-group-custom input:focus,
.input-group-custom textarea:focus,
.input-group-custom select:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow: none;
}

/* Final transparent enquiry form treatment */
.form-section {
    padding: 8px 26px 0 0;
}

.form-section .section-header {
    justify-content: flex-start;
    gap: 14px;
    padding: 0 0 16px 0;
    font-size: 25px;
    text-align: left;
}

.form-section .section-header::after {
    left: 0;
    width: 132px;
    transform: none;
    background: linear-gradient(90deg, #ef2630, rgba(255, 255, 255, 0.9));
}

.form-section .section-header i {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
}

.form-section .form-note {
    max-width: 720px;
    margin: 20px 0 24px;
    padding-left: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
}

.form-contact-us {
    position: relative;
    padding-left: 0;
}

.form-contact-us::before {
    display: none;
}

.input-group-custom input,
.input-group-custom textarea,
.input-group-custom select {
    min-height: 58px;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.42);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    box-shadow: none;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.input-group-custom textarea {
    min-height: 106px;
}

.input-group-custom input:focus,
.input-group-custom textarea:focus,
.input-group-custom select:focus {
    background: rgba(255, 255, 255, 0.14);
    border-color: #ffffff;
    transform: translateY(-1px);
}

.input-group-custom i {
    color: #ffffff;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

.input-group-custom::after {
    border-color: #ffffff;
}

.btn-send-now {
    width: auto;
    min-width: 210px;
    min-height: 54px;
    align-self: flex-start;
    border-radius: 999px;
    padding: 14px 34px;
    background: linear-gradient(135deg, #ef2630, #b9151d);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.btn-send-now:hover,
.btn-send-now:focus {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34);
}

@media (max-width: 991px) {
    .form-section {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .form-section .section-header {
        font-size: 22px;
        padding-left: 0;
    }

    .form-section .section-header::after {
        left: 0;
    }

    .form-section .form-note,
    .form-contact-us {
        padding-left: 0;
    }

    .form-contact-us::before {
        display: none;
    }

    .btn-send-now {
        width: 100%;
    }
}

/* Custom subject dropdown */
.custom-subject-select {
    position: relative;
    width: 100%;
}

.custom-subject-toggle {
    width: 100%;
    min-height: 58px;
    padding: 14px 54px 14px 50px;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.42);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.custom-subject-toggle::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.25s ease;
}

.custom-subject-select.is-open .custom-subject-toggle {
    background: rgba(255, 255, 255, 0.14);
    border-color: #ffffff;
}

.custom-subject-select.is-open .custom-subject-toggle::after {
    transform: translateY(-25%) rotate(225deg);
}

.custom-subject-menu {
    position: absolute;
    z-index: 9999;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    max-height: none;
    margin: 0;
    padding: 6px 0;
    overflow-y: visible;
    list-style: none;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(0, 0, 0, 0.18);
    box-shadow: none;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: none;
}

.custom-subject-select.is-open .custom-subject-menu {
    display: block;
}

.custom-subject-menu button {
    display: block;
    width: 100%;
    padding: 8px 28px 8px 50px;
    border: 0;
    background: transparent;
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

/* Compact subject dropdown spacing */
.input-group-custom .custom-subject-toggle {
    padding-left: 38px;
}

.input-group-custom .custom-subject-menu button {
    padding-left: 38px;
}

.input-group-custom:has(.custom-subject-select) i {
    left: 4px;
}

.custom-subject-menu button:hover,
.custom-subject-menu button:focus,
.custom-subject-menu button.is-selected {
    background: rgba(213, 31, 41, 0.92);
    color: #ffffff;
}

.custom-subject-select.is-invalid .custom-subject-toggle {
    border-color: #ff7780;
}

.subject-field>i {
    left: 0;
}

.subject-field .custom-subject-toggle {
    padding-left: 34px;
}

.subject-field .custom-subject-menu {
    overflow: visible;
    scrollbar-width: none;
}

.subject-field .custom-subject-menu::-webkit-scrollbar {
    display: none;
}

.subject-field .custom-subject-menu button {
    padding-left: 34px;
    min-height: 40px;
}

/* Footer background image */
.edu-footer.footer-style-1.footer-lighten {
    position: relative;
    background: url("../../img/footer.png") center center / cover no-repeat;
}

.edu-footer.footer-style-1.footer-lighten .copyright-area {
    background: transparent;
    border-top: 0;
}

/* Blog listing cards */
.blog-page-section .edu-blog.blog-style-5 {
    height: 100%;
}

.blog-page-section .edu-blog.blog-style-5 .inner {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(213, 31, 41, 0.12);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-page-section .edu-blog.blog-style-5:hover .inner {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(213, 31, 41, 0.14);
}

.blog-page-section .edu-blog .thumbnail a {
    display: block;
    height: 260px;
    overflow: hidden;
}

.blog-page-section .edu-blog .thumbnail a::after {
    display: none;
}

.blog-page-section .edu-blog .thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-page-section .edu-blog .content.position-top {
    position: relative;
    margin: 0;
    padding: 28px 28px 32px;
    border-radius: 0;
    box-shadow: none;
}

.blog-page-section .edu-blog .content.position-top .read-more-btn {
    top: -28px;
    right: 24px;
    visibility: visible;
    opacity: 1;
}

.blog-page-section .edu-blog .content .blog-category {
    color: #d51f29;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.blog-page-section .edu-blog .content .title {
    line-height: 1.35;
}

.blog-page-section .edu-blog .content p {
    color: #667085;
    line-height: 1.65;
}

@media (max-width: 767px) {
    .blog-page-section .edu-blog .thumbnail a {
        height: 220px;
    }

    .blog-page-section .edu-blog .content.position-top {
        padding: 24px 22px 28px;
    }
}

/* Blog details share strip */
.blog-details-content .blog-share-area {
    margin-top: 54px;
    padding-top: 24px;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
}

.blog-share-clean {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
}

.blog-share-clean .title {
    margin: 0;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.blog-social-share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-social-share li {
    margin: 0;
    padding: 0;
}

.blog-social-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 17px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-social-share a:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.2);
}

.blog-social-share .facebook {
    background: #1877f2;
}

.blog-social-share .twitter {
    background: #111827;
}

.blog-social-share .whatsapp {
    background: #25d366;
}

.blog-social-share .instagram {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
}

@media (max-width: 575px) {
    .blog-share-clean {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Facility image marquee */
.facility-image-marquee {
    overflow: hidden;
    padding: 58px 0 86px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.facility-marquee-head {
    margin-bottom: 24px;
    text-align: center;
}

.facility-marquee-head span {
    display: inline-block;
    margin-bottom: 8px;
    color: #d51f29;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.facility-marquee-head h3 {
    margin: 0;
    color: #111827;
    font-size: 34px;
    font-weight: 800;
}

.facility-marquee-shell {
    width: 100%;
    overflow: hidden;
}

.facility-marquee-track {
    display: flex;
    width: max-content;
    animation: facilityMarquee 28s linear infinite;
}

.facility-marquee-shell:hover .facility-marquee-track {
    animation-play-state: paused;
}

.facility-marquee-item {
    flex: 0 0 25vw;
    max-width: 25vw;
    padding: 0 12px;
}

.facility-marquee-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    cursor: zoom-in;
}

.facility-marquee-link::after {
    content: "\f00e";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: "Font Awesome 6 Free";
    font-size: 28px;
    font-weight: 900;
    background: rgba(213, 31, 41, 0.42);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.facility-marquee-link:hover::after {
    opacity: 1;
}

.facility-marquee-item img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(213, 31, 41, 0.14);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
    transition: transform 0.25s ease;
}

.facility-marquee-link:hover img {
    transform: scale(1.04);
}

.mfp-facility-gallery.mfp-bg {
    opacity: 0.9;
    background: #050505;
}

.mfp-facility-gallery .mfp-close {
    top: 22px;
    right: 26px;
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    background: #d51f29;
    opacity: 1;
}

.mfp-facility-gallery .mfp-close:hover {
    background: #ffffff;
    color: #d51f29;
}

.mfp-facility-gallery .mfp-figure>.mfp-close {
    display: none;
}

.mfp-facility-gallery .mfp-arrow {
    width: 58px;
    height: 58px;
    margin-top: -29px;
    border-radius: 50%;
    background: rgba(213, 31, 41, 0.95);
    opacity: 1;
}

.mfp-facility-gallery .mfp-arrow:hover {
    background: #ffffff;
}

.mfp-facility-gallery .mfp-arrow::before,
.mfp-facility-gallery .mfp-arrow::after {
    border: 0;
    margin: 0;
    opacity: 1;
}

.mfp-facility-gallery .mfp-arrow::before {
    display: none;
}

.mfp-facility-gallery .mfp-arrow::after {
    top: 0;
    left: 0;
    width: 58px;
    height: 58px;
    color: #ffffff;
    font-family: "Font Awesome 6 Free";
    font-size: 25px;
    font-weight: 900;
    line-height: 58px;
    text-align: center;
}

.mfp-facility-gallery .mfp-arrow-left {
    left: 32px;
}

.mfp-facility-gallery .mfp-arrow-left::after {
    content: "\f104";
}

.mfp-facility-gallery .mfp-arrow-left:hover::after {
    color: #d51f29;
}

.mfp-facility-gallery .mfp-arrow-right {
    right: 32px;
}

.mfp-facility-gallery .mfp-arrow-right::after {
    content: "\f105";
}

.mfp-facility-gallery .mfp-arrow-right:hover::after {
    color: #d51f29;
}

.mfp-facility-gallery img.mfp-img {
    max-height: 82vh !important;
    padding: 28px 0;
    border-radius: 10px;
}

.mfp-facility-gallery .mfp-title,
.mfp-facility-gallery .mfp-counter {
    color: #ffffff;
    font-weight: 700;
}

@keyframes facilityMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .facility-marquee-item {
        flex-basis: 50vw;
        max-width: 50vw;
    }

    .facility-marquee-head h3 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .facility-image-marquee {
        padding: 42px 0 60px;
    }

    .facility-marquee-item {
        flex-basis: 86vw;
        max-width: 86vw;
        padding: 0 9px;
    }

    .facility-marquee-item img {
        height: 210px;
        border-radius: 10px;
    }

    .mfp-facility-gallery .mfp-close {
        top: 14px;
        right: 14px;
    }

    .mfp-facility-gallery .mfp-arrow-left {
        left: 8px;
    }

    .mfp-facility-gallery .mfp-arrow-right {
        right: 8px;
    }
}

/* Sports facilities detailed page */
.sports1-page {
    background: #ffffff;
    color: #111827;
}

.sports1-page .edu-breadcrumb-area {
    margin-bottom: 0;
}

.sports1-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.sports1-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 62%;
    background: linear-gradient(120deg, rgba(153, 12, 18, 0.96), rgba(213, 31, 41, 0.78) 58%, rgba(213, 31, 41, 0) 59%);
    z-index: 1;
}

.sports1-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 24, 39, 0.52), rgba(17, 24, 39, 0.12));
}

.sports1-hero-content {
    position: relative;
    z-index: 2;
    max-width: 660px;
    padding: 74px 0;
    color: #ffffff;
}

.sports1-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 700;
}

.sports1-breadcrumb li:not(:last-child)::after {
    content: ">";
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.72);
}

.sports1-breadcrumb a {
    color: #ffffff;
}

.sports1-hero h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
}

.sports1-hero h5 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.sports1-hero p {
    max-width: 540px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.75;
}

.sports1-intro {
    padding: 52px 0 44px;
}

.sports1-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: 58px;
    align-items: center;
}

.sports1-copy p,
.sports1-section-copy p {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.85;
}

.sports1-value-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.sports1-value-card {
    min-height: 142px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 22px 14px;
    border: 1px solid rgba(213, 31, 41, 0.18);
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
}

.sports1-value-card i {
    color: #ed1f2f;
    font-size: 34px;
}

.sports1-value-card span {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.sports1-section {
    padding: 56px 0;
    scroll-margin-top: 130px;
}

.sports1-indoor {
    background: linear-gradient(90deg, #fff 0%, #fff 55%, #fff6f7 100%);
}

.sports1-outdoor {
    background: linear-gradient(120deg, #fff8f8, #ffffff 48%, #f8fbff);
}

.sports1-fest {
    background: #ffffff;
}

.sports1-split {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: 42px;
    align-items: start;
}

.sports1-split-reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
}

.sports1-section-copy {
    padding-top: 0;
}

.sports1-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #ed1f2f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sports1-eyebrow.light {
    color: rgba(255, 255, 255, 0.82);
}

.sports1-section-copy h2,
.sports1-final h2 {
    position: relative;
    margin: 0 0 26px;
    color: #111827;
    font-size: clamp(30px, 3.2vw, 46px);
    font-weight: 900;
    line-height: 1.14;
}

.sports1-section-copy h2::after,
.sports1-final h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 72px;
    height: 5px;
    border-radius: 999px;
    background: #ed1f2f;
}

.sports1-check-list {
    display: grid;
    gap: 6px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.sports1-check-list li {
    position: relative;
    min-height: 0;
    display: flex;
    align-items: center;
    padding: 0 0 0 44px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111827;
    font-weight: 700;
    box-shadow: none;
    line-height: 1.45;
}

.sports1-check-list li::before {
    content: "\f00c";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ed1f2f;
    border-radius: 50%;
    color: #ed1f2f;
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 900;
}

.sports1-two-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.sports1-two-list .sports1-check-list {
    margin-top: 16px;
    gap: 7px;
}

.sports1-mosaic {
    display: grid;
    gap: 10px;
}

.sports1-mosaic img,
.sports1-fest-grid img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.sports1-mosaic-indoor {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 160px;
}

.sports1-mosaic-indoor img:nth-child(4) {
    grid-column: 1 / span 2;
    grid-row: span 2;
}

.sports1-mosaic-indoor img:nth-child(5) {
    grid-column: 3;
    grid-row: span 2;
}

.sports1-mosaic-outdoor {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 160px;
}

.sports1-coach-note {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 36px;
    padding: 24px 34px;
    border: 1px solid rgba(213, 31, 41, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.sports1-coach-note i {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f1;
    color: #ed1f2f;
    font-size: 34px;
}

.sports1-coach-note p {
    margin: 0;
    color: #374151;
    font-size: 16px;
    line-height: 1.75;
}

.sports1-fest-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    grid-auto-rows: 165px;
}

.sports1-fest-grid img:first-child {
    grid-column: 1 / -1;
    min-height: 0;
    grid-row: span 2;
}

.sports1-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 15px 24px;
    border-radius: 6px;
    background: linear-gradient(135deg, #d51f29, #f02c37);
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(213, 31, 41, 0.24);
}

.sports1-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.sports1-final {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
    background: linear-gradient(135deg, rgba(176, 15, 23, 0.98), rgba(237, 31, 47, 0.95)), url("../../img/facilities/sport.jpg") center / cover no-repeat;
    color: #ffffff;
}

.sports1-final::after {
    content: "";
    position: absolute;
    right: 6%;
    bottom: -34px;
    width: 360px;
    height: 220px;
    background: rgba(0, 0, 0, 0.12);
    clip-path: polygon(0 100%, 12% 44%, 24% 70%, 34% 30%, 45% 74%, 58% 24%, 72% 74%, 86% 40%, 100% 100%);
}

.sports1-final .container {
    position: relative;
    z-index: 1;
}

.sports1-final h2 {
    color: #ffffff;
}

.sports1-final p {
    max-width: 960px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.8;
}

.sports1-final strong {
    display: block;
    max-width: 960px;
    color: #ffffff;
    font-style: italic;
    line-height: 1.8;
}

.sports1-feature-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 42px;
    padding: 18px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(58, 5, 8, 0.18);
}

.sports1-feature-strip div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 12px;
    border-radius: 8px;
    color: #111827;
    font-weight: 800;
}

.sports1-feature-strip i {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f1;
    color: #ed1f2f;
    font-size: 18px;
}

.sports1-feature-strip span {
    line-height: 1.25;
}

@media (max-width: 1199px) {
    .sports1-feature-strip {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .sports1-hero::before {
        width: 100%;
        background: linear-gradient(90deg, rgba(153, 12, 18, 0.92), rgba(213, 31, 41, 0.62));
    }

    .sports1-intro-grid,
    .sports1-split,
    .sports1-split-reverse {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sports1-split-reverse .sports1-section-copy {
        order: -1;
    }
}

@media (max-width: 767px) {
    .sports1-hero {
        min-height: 360px;
    }

    .sports1-intro,
    .sports1-section,
    .sports1-final {
        padding: 44px 0;
    }

    .sports1-value-grid,
    .sports1-two-list,
    .sports1-feature-strip {
        grid-template-columns: 1fr;
    }

    .sports1-mosaic-indoor,
    .sports1-mosaic-outdoor,
    .sports1-fest-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 150px;
    }

    .sports1-mosaic-indoor img:nth-child(4),
    .sports1-mosaic-indoor img:nth-child(5),
    .sports1-fest-grid img:first-child {
        grid-column: auto;
        grid-row: auto;
    }

    .sports1-coach-note {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .sports1-hero-content {
        padding: 56px 0;
    }

    .sports1-hero h5 {
        font-size: 20px;
    }

    .sports1-mosaic-indoor,
    .sports1-mosaic-outdoor,
    .sports1-fest-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .sports1-mosaic img,
    .sports1-fest-grid img {
        min-height: 220px;
    }
}

/* Chanakya scholarship page */
.scholarship-test-page {
    background: #ffffff;
    color: #111827;
}

.scholarship-test-page .section-title {
    margin-bottom: 42px;
}

.scholarship-test-page .section-title .title {
    margin-bottom: 6px;
    font-size: var(--h2);
    font-weight: 800;
    text-transform: capitalize;
}

.scholarship-about {
    padding: 74px 0 46px;
}

.scholarship-about-grid {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 58px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.scholarship-brand-card {
    text-align: center;
}

.scholarship-brand-card img {
    width: 230px;
    height: 230px;
    object-fit: contain;
    border-radius: 50%;
    border: 8px solid #fff4f4;
    box-shadow: 0 18px 45px rgba(213, 31, 41, 0.16);
}

.scholarship-brand-card span {
    display: inline-block;
    margin-top: -24px;
    padding: 10px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #cf141f, #ed1f2f);
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(213, 31, 41, 0.24);
}

.scholarship-about-copy p,
.scholarship-prize-card p,
.scholarship-commitment-copy p {
    color: #4b5563;
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}

.scholarship-about-copy p {
    margin-bottom: 14px;
}

.scholarship-prize {
    padding: 34px 0 62px;
}

.scholarship-prize-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 180px 1fr 210px;
    gap: 34px;
    align-items: center;
    padding: 42px 58px;
    border: 1px solid rgba(219, 151, 55, 0.34);
    border-radius: 12px;
    background:
        radial-gradient(circle at 3% 12%, rgba(237, 31, 47, 0.08) 0 2px, transparent 3px) 0 0 / 18px 18px,
        linear-gradient(105deg, #fff8f0 0%, #ffffff 45%, #fff4e2 100%);
    box-shadow: 0 18px 45px rgba(120, 67, 18, 0.08);
}

.scholarship-prize-icon,
.scholarship-prize-trophy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scholarship-prize-icon {
    position: relative;
    width: 138px;
    height: 138px;
    border: 8px solid #ffffff;
    border-radius: 50%;
    background: linear-gradient(135deg, #d51621, #f0444f);
    color: #ffe9a8;
    box-shadow: 0 16px 34px rgba(213, 31, 41, 0.2);
}

.scholarship-prize-icon .fa-graduation-cap {
    font-size: 58px;
}

.scholarship-prize-icon .fa-indian-rupee-sign {
    position: absolute;
    right: 30px;
    bottom: 26px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffd86b;
    color: #c8141f;
    font-size: 18px;
}

.scholarship-prize-content span {
    display: block;
    color: #111827;
    font-size: var(--h4);
    font-weight: 800;
    text-transform: uppercase;
}

.scholarship-prize-content h2 {
    margin: 4px 0 14px;
    color: #d51f29;
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 900;
    line-height: 1;
}

.scholarship-prize-content sup {
    font-size: 22px;
}

.scholarship-prize-trophy i {
    color: #d89b24;
    font-size: 124px;
    filter: drop-shadow(0 18px 20px rgba(148, 86, 12, 0.22));
}

.scholarship-why {
    padding: 18px 0 64px;
}

.scholarship-why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.scholarship-why-card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 26px 18px;
    border: 1px solid rgba(213, 31, 41, 0.16);
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.scholarship-why-card i {
    width: 82px;
    height: 82px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f1;
    color: #d51f29;
    font-size: 30px;
}

.scholarship-why-card p {
    margin: 0;
    color: #111827;
    font-size: var(--font-size-b1);
    font-weight: 600;
    line-height: 1.55;
}

.scholarship-commitment {
    padding: 10px 0 0;
}

.scholarship-commitment-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) 360px;
    gap: 34px;
    align-items: center;
    border-radius: 14px 14px 0 0;
    background: linear-gradient(90deg, #fff1f2 0%, #ffffff 56%, #fff1f2 100%);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.scholarship-commitment-icon {
    display: flex;
    justify-content: center;
    padding-left: 34px;
}

.scholarship-commitment-icon i {
    width: 118px;
    height: 118px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #ed1f2f;
    font-size: 44px;
    box-shadow: 0 16px 34px rgba(213, 31, 41, 0.12);
}

.scholarship-commitment-copy {
    padding: 48px 0;
}

.scholarship-commitment-copy span {
    color: #d51f29;
    font-size: var(--font-size-b2);
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.scholarship-commitment-copy h2 {
    position: relative;
    margin: 10px 0 30px;
    color: #111827;
    font-size: var(--h3);
    font-weight: 800;
}

.scholarship-commitment-copy h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 68px;
    height: 4px;
    border-radius: 99px;
    background: #ed1f2f;
}

.scholarship-commitment-image {
    height: 100%;
    min-height: 310px;
}

.scholarship-commitment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scholarship-cta {
    position: relative;
    overflow: hidden;
    padding: 62px 0;
    background: linear-gradient(135deg, rgba(197, 12, 21, 0.98), rgba(237, 31, 47, 0.94)), url("../../img/facilities/student_scholar.jpg") right center / cover no-repeat;
    color: #ffffff;
}

.scholarship-cta-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 32px;
    align-items: center;
}

.scholarship-cta-content span,
.scholarship-cta-content h2,
.scholarship-cta-content h3 {
    grid-column: 1;
}

.scholarship-cta-content span {
    font-size: var(--h5);
    font-weight: 700;
}

.scholarship-cta-content h2 {
    margin: 10px 0 0;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    line-height: 1.04;
}

.scholarship-cta-content h3 {
    margin: 8px 0 0;
    color: #ffd51f;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.12;
}

.scholarship-cta-btn {
    grid-column: 2;
    grid-row: 1 / span 3;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 17px 28px;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    color: #ffffff;
    font-weight: 800;
}

.scholarship-cta-btn:hover {
    background: #ffffff;
    color: #d51f29;
}

.scholarship-feature-strip {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 48px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 22px 46px rgba(74, 4, 9, 0.22);
}

.scholarship-feature-strip div {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 96px;
    padding: 20px 22px;
    border-right: 1px solid rgba(213, 31, 41, 0.14);
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.32;
}

.scholarship-feature-strip div:last-child {
    border-right: 0;
}

.scholarship-feature-strip i {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f1;
    color: #ed1f2f;
    font-size: 21px;
}

@media (max-width: 1199px) {
    .scholarship-why-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .scholarship-commitment-card {
        grid-template-columns: 130px minmax(0, 1fr) 300px;
    }

    .scholarship-feature-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {

    .scholarship-about-grid,
    .scholarship-prize-card,
    .scholarship-commitment-card,
    .scholarship-cta-content {
        grid-template-columns: 1fr;
    }

    .scholarship-brand-card {
        order: -1;
    }

    .scholarship-prize-card {
        text-align: center;
    }

    .scholarship-prize-icon,
    .scholarship-prize-trophy,
    .scholarship-commitment-icon {
        margin: 0 auto;
        padding-left: 0;
    }

    .scholarship-commitment-copy {
        padding: 0 34px 42px;
    }

    .scholarship-cta-btn {
        grid-column: 1;
        grid-row: auto;
        width: max-content;
        margin-top: 26px;
    }
}

@media (max-width: 767px) {

    .scholarship-about,
    .scholarship-prize,
    .scholarship-why {
        padding: 48px 0;
    }

    .scholarship-prize-card {
        padding: 34px 24px;
    }

    .scholarship-why-grid,
    .scholarship-feature-strip {
        grid-template-columns: 1fr;
    }

    .scholarship-feature-strip div {
        border-right: 0;
        border-bottom: 1px solid rgba(213, 31, 41, 0.14);
    }

    .scholarship-feature-strip div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 575px) {
    .scholarship-brand-card img {
        width: 190px;
        height: 190px;
    }

    .scholarship-prize-content span {
        font-size: var(--h5);
    }

    .scholarship-prize-trophy i {
        font-size: 100px;
    }
}

/* College committees page */
.committee-page {
    background: #ffffff;
}

.committee-overview {
    padding: 90px 0 70px;
    background: radial-gradient(circle at 9% 14%, rgba(213, 31, 41, 0.05) 0 120px, transparent 122px), linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.committee-section-title {
    max-width: 980px;
    margin: 0 auto 48px;
    text-align: center;
}

.committee-section-title span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #d51f29;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.committee-section-title span::before,
.committee-section-title span::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #d51f29;
}

.committee-section-title h2 {
    margin: 12px 0 6px;
    color: #111827;
    font-size: 38px;
    line-height: 1.22;
    font-weight: 800;
}

.committee-section-title>i {
    display: block;
    margin: 0 auto 18px;
    color: #d51f29;
    font-size: 42px;
}

.committee-section-title p {
    max-width: 860px;
    margin: 0 auto;
    color: #536075;
    font-size: 17px;
    line-height: 1.8;
}

.committee-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.committee-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 382px;
    padding: 42px 24px 0;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(213, 31, 41, 0.12);
    border-radius: 8px;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.committee-card:hover {
    transform: translateY(-7px);
    border-color: rgba(213, 31, 41, 0.45);
    box-shadow: 0 28px 58px rgba(213, 31, 41, 0.16);
}

.committee-count {
    position: absolute;
    top: -1px;
    left: 22px;
    min-width: 44px;
    padding: 10px 8px 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #c9151f, #ef2330);
    border-radius: 0 0 7px 7px;
}

.committee-icon {
    display: grid;
    place-items: center;
    width: 108px;
    height: 108px;
    margin: 0 auto 22px;
    color: #d51f29;
    font-size: 45px;
    background: #fde7e9;
    border-radius: 50%;
}

.committee-card h3 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}

.committee-card p {
    margin: 0;
    color: #536075;
    font-size: 15px;
    line-height: 1.75;
}

.committee-detail-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: calc(100% + 48px);
    margin: auto -24px 0;
    padding: 18px;
    border: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    color: #d51f29;
    font-size: 14px;
    font-weight: 800;
    background: #ffffff;
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease;
}

.committee-detail-trigger:hover {
    color: #ffffff;
    background: #d51f29;
}

.committee-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.committee-popup.is-open {
    opacity: 1;
    pointer-events: auto;
}

.committee-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 13, 24, 0.72);
}

.committee-popup-dialog {
    position: relative;
    width: min(680px, 100%);
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 48px 42px 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
    transform: translateY(18px) scale(0.96);
    transition: transform 0.25s ease;
}

.committee-popup.is-open .committee-popup-dialog {
    transform: translateY(0) scale(1);
}

.committee-popup-close {
    position: absolute;
    top: -18px;
    right: -18px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    color: #ffffff;
    font-size: 20px;
    background: #d51f29;
    border-radius: 50%;
    box-shadow: 0 12px 26px rgba(213, 31, 41, 0.28);
    cursor: pointer;
}

.committee-popup-close:hover {
    background: #111827;
}

.committee-popup-icon {
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    margin: 0 auto 22px;
    color: #d51f29;
    font-size: 40px;
    background: #fde7e9;
    border-radius: 50%;
}

.committee-popup-dialog h3 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 800;
}

.committee-popup-text {
    margin: 0;
    color: #536075;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.committee-popup-text p {
    margin: 0 0 12px;
}

.committee-popup-text p:last-child {
    margin-bottom: 0;
}

/* Modern labs page */
.modern-labs-page {
    background: #ffffff;
}

.modern-labs-intro {
    position: relative;
    padding: 88px 0 64px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%);
}

.modern-labs-intro::before {
    content: "";
    position: absolute;
    left: -90px;
    bottom: 70px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(213, 31, 41, 0.08) 0 55%, transparent 56%);
    border-radius: 50%;
}

.modern-labs-title {
    max-width: 850px;
    margin: 0 auto 44px;
    text-align: center;
}

.modern-labs-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #d51f29;
    font-size: 34px;
}

.modern-labs-title span::before,
.modern-labs-title span::after {
    content: "";
    width: 90px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d51f29);
}

.modern-labs-title span::after {
    background: linear-gradient(90deg, #d51f29, transparent);
}

.modern-labs-title h2 {
    margin: 16px 0 14px;
    color: #141824;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 800;
}

.modern-labs-title h2 strong {
    color: #d51f29;
}

.modern-labs-title p {
    margin: 0 auto;
    color: #536075;
    font-size: 16px;
    line-height: 1.75;
}

.modern-labs-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.modern-lab-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(213, 31, 41, 0.12);
    border-radius: 10px;
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.modern-lab-card:hover {
    transform: translateY(-7px);
    border-color: rgba(213, 31, 41, 0.36);
    box-shadow: 0 28px 62px rgba(213, 31, 41, 0.16);
}

.modern-lab-image {
    height: 214px;
    overflow: hidden;
}

.modern-lab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.modern-lab-card:hover .modern-lab-image img {
    transform: scale(1.06);
}

.modern-lab-content {
    position: relative;
    padding: 38px 28px 24px;
}

.modern-lab-icon {
    position: absolute;
    top: -36px;
    left: 26px;
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    color: #ffffff;
    font-size: 30px;
    background: linear-gradient(135deg, #c9151f, #ef2330);
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 16px 32px rgba(213, 31, 41, 0.28);
}

.modern-lab-content h3 {
    margin: 0 0 14px 86px;
    color: #141824;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.modern-lab-content h3::after {
    content: "";
    display: block;
    width: 58px;
    height: 2px;
    margin-top: 10px;
    background: #ef2330;
}

.modern-lab-content p {
    min-height: 94px;
    margin: 18px 0 20px;
    color: #536075;
    font-size: 15px;
    line-height: 1.72;
}

.modern-lab-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(213, 31, 41, 0.18);
}

.modern-lab-features div {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 16px 8px 0;
    color: #141824;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.modern-lab-features div+div {
    border-left: 1px solid rgba(213, 31, 41, 0.16);
}

.modern-lab-features i {
    color: #ef2330;
    font-size: 22px;
}

.modern-lab-highlights {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 44px;
    padding: 28px 24px;
    background: linear-gradient(135deg, #fff7f7, #ffffff);
    border: 1px solid rgba(213, 31, 41, 0.14);
    border-radius: 10px;
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.07);
}

.modern-lab-highlight {
    display: flex;
    gap: 16px;
    padding: 0 20px;
}

.modern-lab-highlight+.modern-lab-highlight {
    border-left: 1px solid rgba(213, 31, 41, 0.18);
}

.modern-lab-highlight>i {
    flex: 0 0 44px;
    color: #d51f29;
    font-size: 38px;
}

.modern-lab-highlight h4 {
    margin: 0 0 7px;
    color: #141824;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
}

.modern-lab-highlight p {
    margin: 0;
    color: #536075;
    font-size: 12px;
    line-height: 1.55;
}

.modern-lab-cta {
    padding: 0 0 70px;
    background: #ffffff;
}

.modern-lab-cta-wrap {
    display: grid;
    grid-template-columns: 84px minmax(0, 1.3fr) repeat(3, minmax(0, 0.75fr));
    align-items: center;
    gap: 28px;
    padding: 38px 42px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(185, 15, 24, 0.98), rgba(238, 35, 48, 0.96)), url('../../img/facilities/clinical.jpg') center/cover;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 24px 54px rgba(213, 31, 41, 0.22);
}

.modern-lab-cta-icon {
    display: grid;
    place-items: center;
    width: 84px;
    height: 84px;
    color: #ffffff;
    font-size: 38px;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
}

.modern-lab-cta-text h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
}

.modern-lab-cta-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.6;
}

.modern-lab-stat {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    column-gap: 14px;
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.modern-lab-stat i {
    grid-row: span 2;
    color: #ffffff;
    font-size: 36px;
}

.modern-lab-stat strong {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
}

.modern-lab-stat span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.35;
}

@media (max-width: 1199px) {
    .modern-labs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modern-lab-highlights,
    .modern-lab-cta-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modern-lab-highlight,
    .modern-lab-stat {
        border-left: 0;
    }

    .modern-lab-cta-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .modern-labs-intro {
        padding: 60px 0 44px;
    }

    .modern-labs-title h2 {
        font-size: 29px;
    }

    .modern-labs-title span::before,
    .modern-labs-title span::after {
        width: 54px;
    }

    .modern-labs-grid,
    .modern-lab-highlights,
    .modern-lab-cta-wrap {
        grid-template-columns: 1fr;
    }

    .modern-lab-content {
        padding: 36px 22px 22px;
    }

    .modern-lab-content h3 {
        margin-left: 78px;
        font-size: 20px;
    }

    .modern-lab-features div {
        font-size: 11px;
    }
}

/* Education loan page */
.loan-page {
    background: #ffffff;
}

.loan-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 70px;
    background: linear-gradient(120deg, #fff9f7 0%, #ffffff 48%, #fef0f0 100%);
}

.loan-hero::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -120px;
    width: 470px;
    height: 260px;
    background: linear-gradient(135deg, #c9151f, #ef2330);
    border-radius: 100% 0 0 0;
    transform: rotate(-8deg);
}

.loan-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    align-items: center;
    gap: 56px;
}

.loan-hero-content>span {
    color: #d51f29;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.loan-hero h1 {
    margin: 14px 0 14px;
    color: #141824;
    font-size: 50px;
    line-height: 1.12;
    font-weight: 800;
}

.loan-hero h1 strong {
    display: block;
    color: #c9151f;
}

.loan-hero h3 {
    margin: 0 0 18px;
    color: #141824;
    font-size: 21px;
    font-weight: 800;
}

.loan-hero h3::after {
    content: "";
    display: block;
    width: 62px;
    height: 3px;
    margin-top: 16px;
    background: #ef2330;
}

.loan-hero p {
    max-width: 610px;
    margin: 0;
    color: #536075;
    font-size: 16px;
    line-height: 1.75;
}

.loan-hero-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 610px;
    margin-top: 34px;
}

.loan-hero-benefits div,
.loan-info-card {
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(213, 31, 41, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.loan-hero-benefits div {
    padding: 24px 16px;
}

.loan-hero-benefits i {
    color: #ef2330;
    font-size: 32px;
}

.loan-hero-benefits strong {
    display: block;
    margin: 14px 0 7px;
    color: #141824;
    font-size: 15px;
    font-weight: 800;
}

.loan-hero-benefits span {
    display: block;
    color: #536075;
    font-size: 13px;
    line-height: 1.45;
}

.loan-hero-visual {
    position: relative;
    min-height: 420px;
}

.loan-hero-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

.loan-student-card {
    position: absolute;
    z-index: 2;
    top: 62px;
    left: -32px;
    width: 220px;
    padding: 22px;
    color: #ffffff;
    background: linear-gradient(135deg, #111827, #273244);
    border-radius: 14px;
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.26);
    transform: rotate(-7deg);
}

.loan-student-card span,
.loan-student-card small {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.loan-student-card strong {
    display: block;
    margin: 22px 0 14px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
}

.loan-gov-badge {
    position: absolute;
    z-index: 3;
    right: -22px;
    top: 96px;
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
    color: #141824;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.loan-gov-badge i {
    color: #d51f29;
    font-size: 34px;
}

.loan-gov-badge span {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
}

.loan-benefits,
.loan-steps,
.loan-documents {
    padding: 76px 0 0;
}

.loan-section-title {
    margin: 0 auto 40px;
    text-align: center;
}

.loan-section-title span {
    display: block;
    color: #536075;
    font-size: 14px;
    font-weight: 700;
}

.loan-section-title h2 {
    margin: 8px 0 4px;
    color: #141824;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
}

.loan-section-title h2 strong {
    color: #d51f29;
}

.loan-section-title i {
    color: #d51f29;
    font-size: 38px;
}

.loan-benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.loan-info-card {
    padding: 34px 20px;
    background: linear-gradient(180deg, #fffafa 0%, #ffffff 100%);
}

.loan-info-card i {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    margin: 0 auto 20px;
    color: #d51f29;
    font-size: 33px;
    background: #fde7e9;
    border-radius: 50%;
}

.loan-info-card h3 {
    margin: 0 0 12px;
    color: #141824;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
}

.loan-info-card p {
    margin: 0;
    color: #536075;
    font-size: 14px;
    line-height: 1.65;
}

.loan-step-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.loan-step {
    position: relative;
    text-align: center;
}

.loan-step:not(:last-child)::after {
    content: "\f061";
    position: absolute;
    top: 58px;
    right: -18px;
    color: #c9151f;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    opacity: 0.65;
}

.loan-step div {
    display: grid;
    place-items: center;
    width: 104px;
    height: 104px;
    margin: 0 auto 16px;
    color: #d51f29;
    font-size: 39px;
    background: #fde7e9;
    border-radius: 50%;
}

.loan-step>span {
    display: inline-block;
    min-width: 34px;
    margin-bottom: 9px;
    padding: 4px 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    background: #d51f29;
    border-radius: 12px;
}

.loan-step h3 {
    margin: 0 0 8px;
    color: #141824;
    font-size: 16px;
    font-weight: 800;
}

.loan-step p {
    margin: 0;
    color: #536075;
    font-size: 13px;
    line-height: 1.55;
}

.loan-doc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.loan-doc-card {
    min-height: 365px;
    padding: 36px;
    background: linear-gradient(135deg, #fff5f5, #ffffff);
    border: 1px solid rgba(213, 31, 41, 0.12);
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.loan-doc-card h3 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 22px;
    color: #141824;
    font-size: 21px;
    font-weight: 800;
}

.loan-doc-card h3 i {
    color: #d51f29;
    font-size: 29px;
}

.loan-doc-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.loan-doc-card li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    color: #263044;
    font-size: 14px;
    line-height: 1.55;
}

.loan-doc-card li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 1px;
    color: #ef2330;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.loan-arrow-list li::before {
    content: "\f105";
}

.loan-note {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 34px;
    padding: 22px 26px;
    background: #fff8e9;
    border: 1px solid #f3d29a;
    border-radius: 8px;
}

.loan-note i {
    flex: 0 0 62px;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    color: #141824;
    font-size: 28px;
    background: #fff1cf;
    border-radius: 50%;
}

.loan-note p {
    margin: 0;
    color: #263044;
    font-size: 14px;
    line-height: 1.65;
}

.loan-note a {
    color: #d51f29;
    font-weight: 800;
}

.loan-cta {
    margin-top: 58px;
    padding: 0 0 70px;
}

.loan-cta-wrap {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) auto minmax(230px, 0.35fr);
    align-items: center;
    gap: 30px;
    padding: 42px;
    color: #ffffff;
    background: linear-gradient(135deg, #b80f18, #ef2330);
    border-radius: 10px;
    box-shadow: 0 24px 54px rgba(213, 31, 41, 0.24);
}

.loan-cta-icon,
.loan-help>i {
    display: grid;
    place-items: center;
    width: 84px;
    height: 84px;
    color: #ffffff;
    font-size: 36px;
    border: 2px solid rgba(255, 255, 255, 0.68);
    border-radius: 50%;
}

.loan-cta h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 800;
}

.loan-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.65;
}

.loan-cta-btn,
.loan-help a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    color: #d51f29;
    font-size: 14px;
    font-weight: 800;
    background: #ffffff;
    border-radius: 7px;
}

.loan-help {
    display: grid;
    gap: 8px;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.loan-help>i {
    width: 66px;
    height: 66px;
    font-size: 26px;
}

.loan-help span {
    color: #ffffff;
    font-weight: 800;
}

.loan-help a {
    width: max-content;
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

@media (max-width: 1199px) {

    .loan-hero-grid,
    .loan-doc-grid {
        grid-template-columns: 1fr;
    }

    .loan-benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .loan-step-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .loan-step:not(:last-child)::after {
        display: none;
    }

    .loan-cta-wrap {
        grid-template-columns: 80px 1fr;
    }

    .loan-help {
        grid-column: span 2;
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .loan-hero {
        padding: 58px 0 48px;
    }

    .loan-hero h1 {
        font-size: 34px;
    }

    .loan-hero-benefits,
    .loan-benefit-grid,
    .loan-step-row {
        grid-template-columns: 1fr;
    }

    .loan-hero-visual img {
        height: 300px;
    }

    .loan-student-card,
    .loan-gov-badge {
        position: static;
        margin: 0 0 16px;
        transform: none;
    }

    .loan-gov-badge {
        width: 130px;
        height: 130px;
    }

    .loan-section-title h2 {
        font-size: 27px;
    }

    .loan-doc-card,
    .loan-cta-wrap {
        padding: 28px 22px;
    }

    .loan-note,
    .loan-cta-wrap {
        grid-template-columns: 1fr;
    }

    .loan-note {
        display: grid;
    }
}

.committee-values {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 54px;
    padding: 22px 28px;
    background: #ffffff;
    border: 1px solid rgba(213, 31, 41, 0.14);
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.committee-value {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 10px 20px;
}

.committee-value+.committee-value {
    border-left: 1px solid rgba(213, 31, 41, 0.14);
}

.committee-value span {
    flex: 0 0 68px;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    color: #d51f29;
    font-size: 30px;
    background: #fde7e9;
    border-radius: 50%;
}

.committee-value h4 {
    margin: 0 0 5px;
    color: #111827;
    font-size: 17px;
    font-weight: 800;
}

.committee-value p {
    margin: 0;
    color: #536075;
    font-size: 13px;
    line-height: 1.45;
}

.committee-cta {
    position: relative;
    padding: 70px 0 62px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, #d51f29 0%, #e92732 52%, #ad1018 100%);
}

.committee-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 52%, rgba(255, 255, 255, 0.12), transparent 24%), linear-gradient(90deg, rgba(0, 0, 0, 0.06), transparent);
}

.committee-cta-wrap,
.committee-stats {
    position: relative;
    z-index: 1;
}

.committee-cta-wrap {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 70px;
    align-items: center;
    max-width: 1020px;
    margin: 0 auto 56px;
}

.committee-trophy {
    display: grid;
    place-items: center;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    color: #ffcf54;
    font-size: 150px;
    filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.22));
}

.committee-cta-content h2 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 800;
}

.committee-red-line {
    display: block;
    width: 76px;
    height: 3px;
    margin: 20px 0 24px;
    background: #ffffff;
    border-radius: 999px;
}

.committee-cta-content p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.85;
}

.committee-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.committee-stats div {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    column-gap: 15px;
    row-gap: 3px;
    padding: 0 22px;
}

.committee-stats div+div {
    border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.committee-stats i {
    grid-row: span 2;
    align-self: center;
    color: #ffffff;
    font-size: 34px;
}

.committee-stats strong {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
}

.committee-stats span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

@media (max-width: 1199px) {
    .committee-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .committee-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .committee-value+.committee-value {
        border-left: 0;
    }

    .committee-cta-wrap {
        grid-template-columns: 240px 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .committee-overview {
        padding: 64px 0 52px;
    }

    .committee-section-title {
        margin-bottom: 32px;
    }

    .committee-section-title h2 {
        font-size: 28px;
    }

    .committee-section-title p {
        font-size: 15px;
    }

    .committee-grid,
    .committee-values,
    .committee-stats {
        grid-template-columns: 1fr;
    }

    .committee-card {
        min-height: auto;
    }

    .committee-values {
        padding: 18px;
    }

    .committee-cta-wrap {
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: center;
    }

    .committee-trophy {
        width: 150px;
        height: 150px;
        font-size: 104px;
    }

    .committee-cta-content h2 {
        font-size: 28px;
    }

    .committee-red-line {
        margin-left: auto;
        margin-right: auto;
    }

    .committee-stats div {
        padding: 18px 0;
        border-left: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .committee-popup-dialog {
        padding: 42px 24px 32px;
    }

    .committee-popup-close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
    }
}

/* Header menu stability */
@media only screen and (min-width: 1200px) {
    .edu-header.header-style-1 .header-navbar {
        grid-template-columns: clamp(220px, 18vw, 320px) minmax(0, 1fr) auto;
        column-gap: 12px;
    }

    .edu-header.header-style-1 .header-brand .logo img {
        max-width: 100%;
        height: auto;
    }

    .edu-header.header-style-1 .mainmenu-nav .mainmenu {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .edu-header.header-style-1 .mainmenu-nav .mainmenu > li > a {
        display: flex;
        align-items: center;
        gap: 5px;
        white-space: nowrap;
        padding-left: clamp(7px, 0.72vw, 15px);
        padding-right: clamp(7px, 0.72vw, 15px);
        font-size: clamp(13px, 0.88vw, 14px);
        line-height: 90px;
    }

    .edu-header.header-style-1 .mainmenu-nav .mainmenu > li.has-droupdown > a::after {
        position: static;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        margin-left: 5px;
        line-height: 1;
        transform: none;
    }

    .edu-header.header-style-1 .header-action li.header-btn {
        margin-left: 8px;
        margin-right: 0;
    }

    .edu-header.header-style-1 .header-action li.header-btn .edu-btn {
        white-space: nowrap;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .edu-header.header-style-1 .header-navbar {
        display: flex;
        justify-content: space-between;
        gap: 18px;
    }

    .edu-header.header-style-1 .header-navbar .header-mainnav {
        display: none !important;
    }

    .edu-header.header-style-1 .header-action .mobile-menu-bar.d-xl-none {
        display: block !important;
    }
}

/* Keep the home-page course artwork at its original brightness. */
.course-area-1 .edu-course.course-style-3 .thumbnail a::after,
.course-area-1 .edu-course.course-style-3:hover .thumbnail a::after {
    background-color: transparent;
}
