﻿:root {
    --red: #c91f27;
    --deep-red: #b91520;
    --blue: #0d4f9e;
    --ink: #252525;
    --muted: #697386;
    --line: #e2e2e2;
    --hero-image: url("https://images.unsplash.com/photo-1562774053-701939374585?auto=format&fit=crop&w=2200&q=82");
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    padding-bottom: 66px;
    color: var(--ink);
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.topbar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto auto auto auto;
    align-items: center;
    gap: 28px;
    min-height: 84px;
    padding: 0 4.8vw;
    border-bottom: 1px solid var(--line);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 230px;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 3px solid #8dc63f;
    border-radius: 50%;
    color: var(--red);
    font-size: 28px;
    font-weight: 800;
}

.brand-title { display: grid; line-height: 1; color: var(--red); font-weight: 800; text-transform: uppercase; }
.brand-title strong { font-size: clamp(18px, 2vw, 25px); }
.brand-title span { color: #10366f; font-size: 17px; text-align: right; }

.admission-text { white-space: nowrap; color: #111; font-size: 18px; font-weight: 500; }
.admission-text span { color: #a9b9d8; font-weight: 800; }

.search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(350px, 28vw);
    height: 62px;
    padding: 0 8px 0 26px;
    border: 1px solid #c8c8c8;
    border-radius: 34px;
    background: #fff;
}

.search-box input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #333;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
}

.search-box input::placeholder { color: #9b9ca3; }

.search-button, .apply-arrow, .home-icon, .float-button { display: grid; place-items: center; }

.search-button {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: var(--red);
    cursor: pointer;
}

.search-button span {
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: relative;
}

.search-button span::after {
    content: "";
    position: absolute;
    right: -9px;
    bottom: -8px;
    width: 12px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    transform: rotate(45deg);
}

.apply-button {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    height: 62px;
    padding: 0 8px 0 28px;
    border-radius: 35px;
    color: #fff;
    background: var(--red);
    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;
}

.apply-arrow { width: 50px; height: 50px; border-radius: 50%; background: #fff; color: var(--red); font-size: 32px; }

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: #222; }

.nav-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
    min-height: 64px;
    padding: 0 4vw;
    font-size: 22px;
}

.nav-row a { position: relative; display: inline-flex; align-items: center; gap: 8px; min-height: 64px; }
.nav-row a + a::before { content: ""; width: 1px; height: 18px; margin-right: 34px; background: #bdbdbd; }
.home-icon { width: 30px; height: 30px; font-size: 28px; }
.nav-row .active::after { content: ""; position: absolute; left: 7px; bottom: 14px; width: 24px; height: 3px; border-radius: 4px; background: var(--red); }

.hero {
    position: relative;
    min-height: calc(100vh - 149px);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(176, 197, 231, 0.9) 0%, rgba(174, 193, 225, 0.62) 39%, rgba(255, 255, 255, 0.03) 62%), var(--hero-image) center bottom / cover no-repeat;
}

.hero::before, .hero::after { content: ""; position: absolute; z-index: 1; pointer-events: none; }
.hero::before { left: -26px; top: 58px; width: 160px; height: 170px; background: radial-gradient(circle at 45% 45%, #3f9d32 0 11px, transparent 12px), radial-gradient(circle at 68% 34%, #66b542 0 10px, transparent 11px), radial-gradient(circle at 34% 66%, #5aa937 0 12px, transparent 13px), radial-gradient(circle at 78% 72%, #438f2e 0 13px, transparent 14px); }
.hero::after { right: -42px; top: 220px; width: 260px; height: 300px; border-radius: 50%; background: radial-gradient(circle at center, #3c9b39 0 8px, transparent 9px), radial-gradient(circle at 30% 55%, #61aa42 0 12px, transparent 13px), radial-gradient(circle at 62% 42%, #3f9336 0 14px, transparent 15px), radial-gradient(circle at 52% 70%, #70b848 0 12px, transparent 13px), linear-gradient(78deg, transparent 45%, #6a4b2b 46% 49%, transparent 50%); }

.hero-content { position: relative; z-index: 2; display: grid; justify-items: center; max-width: 1500px; margin: 0 auto; padding: 58px 24px 300px; text-align: center; }
.hero h1 { margin: 0; color: #cf2429; font-family: "Playfair Display", Georgia, serif; font-size: clamp(36px, 4.1vw, 64px); font-weight: 800; line-height: 1.16; }
.hero h2 { margin: 14px 0 18px; color: var(--blue); font-size: clamp(34px, 4vw, 58px); font-weight: 800; line-height: 1.18; }

.intake-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 64px; padding: 8px 26px; border: 2px solid var(--blue); border-radius: 8px; color: var(--blue); background: rgba(178, 197, 229, 0.58); font-size: clamp(23px, 2.1vw, 33px); font-weight: 800; }

.ranking-badge { display: grid; grid-template-columns: 52px 1fr 50px; align-items: center; gap: 8px; width: 172px; min-height: 80px; margin-top: 32px; padding: 11px 12px; border-radius: 10px; background: #fff; box-shadow: 0 8px 18px rgba(24, 61, 106, 0.18); }
.qs-box { display: grid; place-items: center; height: 40px; color: #fff; background: #f5a900; font-size: 20px; font-weight: 800; }
.ranking-badge p { margin: 0; color: #232323; font-size: 8px; font-weight: 800; text-align: left; text-transform: uppercase; }
.rank-bars { display: grid; gap: 6px; }
.rank-bars span { height: 9px; background: #f5a900; }


.course-overview {
    background: #fff;
}

.course-meta-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    min-height: 112px;
    padding: 0 11vw;
    color: #fff;
    background: #124f9c;
}

.course-meta-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 76px;
}

.course-meta-item + .course-meta-item {
    border-left: 2px solid rgba(255, 255, 255, 0.78);
}

.course-meta-item svg {
    width: 74px;
    height: 74px;
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.course-meta-item svg .yellow {
    stroke: #ffd230;
}

.course-meta-item p {
    display: grid;
    gap: 2px;
    margin: 0;
    font-size: 20px;
    line-height: 1.45;
}

.course-meta-item strong {
    font-weight: 600;
}

.course-meta-item span {
    font-weight: 500;
}

.course-intro {
    max-width: 1380px;
    margin: 0 auto;
    padding: 126px 24px 92px;
    text-align: center;
}

.course-intro h2 {
    margin: 0 0 28px;
    color: var(--blue);
    font-size: clamp(34px, 3.7vw, 56px);
    font-weight: 500;
    line-height: 1.18;
}

.course-intro h2 span {
    color: var(--red);
}

.course-intro h3 {
    margin: 0 0 28px;
    color: #000;
    font-size: clamp(22px, 2.1vw, 30px);
    font-weight: 800;
    line-height: 1.3;
}

.course-intro p {
    max-width: 1320px;
    margin: 0 auto 28px;
    color: #0a0a0a;
    font-size: clamp(18px, 1.7vw, 25px);
    line-height: 1.38;
}

.brochure-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 70px;
    padding: 0 12px 0 26px;
    border-radius: 36px;
    color: #fff;
    background: var(--red);
    font-size: 20px;
    font-weight: 800;
}

.brochure-button span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--red);
    background: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
}

.why-choose {
    overflow: hidden;
    padding: 76px 0 86px 4.5vw;
    background: #eef8ff;
}

.why-choose-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    margin-right: 5vw;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(33, 44, 64, 0.38);
}

.why-choose-head h2 {
    margin: 0;
    color: var(--blue);
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.16;
}

.why-choose-head h2 span {
    color: var(--red);
}

.slider-actions {
    display: flex;
    gap: 26px;
    align-items: center;
}

.slider-btn {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border: 1px solid #cbdcf7;
    border-radius: 50%;
    color: var(--blue);
    background: #edf6ff;
    font-size: 48px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.slider-btn:hover {
    color: #fff;
    background: var(--blue);
    transform: translateY(-1px);
}

.why-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(360px, 28vw);
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 30px 5vw 12px 6px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.why-slider::-webkit-scrollbar {
    display: none;
}

.why-card {
    min-height: 500px;
    padding: 24px 24px 34px;
    border: 1px solid #dbe6ee;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 0 14px rgba(25, 54, 85, 0.2);
    scroll-snap-align: start;
}

.why-icon {
    display: grid;
    place-items: center;
    width: 114px;
    height: 114px;
    margin-bottom: 78px;
    border-radius: 26px;
    background: #fff5cf;
}

.why-icon svg {
    width: 72px;
    height: 72px;
    fill: none;
    stroke: var(--blue);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.why-card h3 {
    margin: 0 0 24px;
    color: #2b2b2b;
    font-size: clamp(22px, 1.7vw, 28px);
    font-weight: 800;
    line-height: 1.25;
}

.why-card p {
    margin: 0;
    color: #2c2c2c;
    font-size: clamp(18px, 1.45vw, 25px);
    line-height: 1.34;
}

.admission-requirements {
    padding: 28px 4.9vw 106px;
    background: #fff;
}

.admission-requirements h2 {
    margin: 0 0 28px;
    color: var(--blue);
    text-align: center;
    font-size: clamp(38px, 3.8vw, 54px);
    font-weight: 500;
    line-height: 1.18;
}

.admission-requirements h2 span {
    color: var(--red);
}

.requirements-list {
    display: grid;
    gap: 24px;
}

.requirement-item {
    overflow: hidden;
    border: 1px solid #9d9d9d;
    border-radius: 24px;
    background: #fff;
}

.requirement-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 98px;
    padding: 0 38px 0 50px;
    border: 0;
    background: transparent;
    color: #050505;
    text-align: left;
    font-size: clamp(24px, 2vw, 31px);
    font-weight: 400;
    cursor: pointer;
}

.requirement-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1.5px solid var(--red);
    border-radius: 50%;
    flex: 0 0 auto;
}

.requirement-icon::before,
.requirement-icon::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    border-radius: 4px;
    background: var(--red);
}

.requirement-icon::after {
    transform: rotate(90deg);
}

.requirement-item.is-open .requirement-icon {
    border-color: var(--red);
    background: var(--red);
}

.requirement-item.is-open .requirement-icon::before,
.requirement-item.is-open .requirement-icon::after {
    background: #fff;
}

.requirement-item.is-open .requirement-icon::before {
    transform: rotate(45deg);
}

.requirement-item.is-open .requirement-icon::after {
    transform: rotate(-45deg);
}

.requirement-panel {
    display: none;
    border-top: 1px solid #9d9d9d;
    padding: 38px 60px 46px 76px;
}

.requirement-item.is-open .requirement-panel {
    display: block;
}

.requirement-panel ul {
    margin: 0;
    padding-left: 24px;
}

.requirement-panel li {
    color: #2d2d2d;
    font-size: clamp(20px, 1.7vw, 26px);
    line-height: 1.45;
}

.hiring-partners {
    overflow: hidden;
    padding: 74px 0 68px;
    background: #fff;
}

.partners-copy {
    max-width: 1340px;
    margin: 0 auto 54px;
    padding: 0 24px;
    text-align: center;
}

.partners-copy h2 {
    margin: 0 0 24px;
    color: var(--blue);
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 500;
    line-height: 1.18;
}

.partners-copy h2 span {
    color: var(--red);
}

.partners-copy p {
    max-width: 1320px;
    margin: 0 auto;
    color: #030303;
    font-size: clamp(18px, 1.7vw, 27px);
    line-height: 1.28;
}

.logo-marquee {
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
    background: #fff;
}

.logo-track {
    display: flex;
    width: max-content;
    gap: 24px;
    will-change: transform;
}

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

.marquee-right .logo-track {
    animation: partnersRight 34s linear infinite;
}

.marquee-left .logo-track {
    animation: partnersLeft 34s linear infinite;
}

.partner-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    height: 116px;
    padding: 0 28px;
    border: 1px solid #d4d4d4;
    border-radius: 12px;
    color: #1f1f1f;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.09);
    font-size: 31px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.logo-capgemini { color: #0786bd; font-family: "Comic Sans MS", cursive; font-weight: 700; }
.logo-ibm { color: #2774bb; font-family: Georgia, serif; font-size: 48px; letter-spacing: 2px; }
.logo-ericsson { color: #113f8f; font-size: 25px; }
.logo-federal { color: #fff; background: linear-gradient(180deg, #0b66b0, #07498d); font-size: 18px; }
.logo-hero { color: #d71920; font-family: Georgia, serif; font-size: 25px; }
.logo-kazo { color: #111; font-family: Georgia, serif; font-size: 45px; font-weight: 400; }
.logo-deloitte { color: #050505; font-size: 30px; }
.logo-deloitte span { color: #8dc63f; }
.logo-lt { color: #17457d; font-size: 20px; }
.logo-wipro { color: #553a96; }
.logo-microsoft { gap: 10px; color: #6a6a6a; font-size: 31px; font-weight: 500; }
.logo-microsoft b { width: 42px; height: 42px; background: conic-gradient(#7fba00 0 25%, #ffb900 0 50%, #00a4ef 0 75%, #f25022 0); }
.logo-bfsi { color: #143f8f; font-size: 28px; }
.logo-ahpi { color: #487a91; font-size: 20px; }
.logo-acca { gap: 10px; color: #222; font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.logo-acca strong { padding: 18px 12px; color: #fff; background: #d90000; font-family: Arial, sans-serif; font-size: 20px; }
.logo-byjus { color: #8a2c91; font-size: 31px; }
.logo-infoedge { color: #676767; font-size: 37px; font-weight: 400; }
.logo-infoedge b { color: #3a3a3a; }
.logo-fidelity { color: #0066a4; font-size: 30px; }
.logo-adp { color: #ef2b22; font-size: 44px; }
.logo-atos { color: #19a3de; font-size: 36px; }

@keyframes partnersLeft {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 12px)); }
}

@keyframes partnersRight {
    from { transform: translateX(calc(-50% - 12px)); }
    to { transform: translateX(0); }
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 68px 5.2vw 86px;
    background: #eef7fc;
}

.site-footer::before {
    content: "";
    position: absolute;
    left: 36%;
    bottom: 36px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(24, 74, 145, 0.07), transparent 64%);
    pointer-events: none;
}

.footer-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 1.35fr 1.35fr 1.35fr 1.15fr;
    gap: 42px;
    max-width: 1700px;
    margin: 0 auto;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    color: var(--red);
    line-height: 0.95;
}

.footer-logo-mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 3px solid #8dc63f;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 800;
}

.footer-brand strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
}

.footer-brand small {
    display: block;
    color: #10366f;
    font-size: 22px;
    font-weight: 800;
    text-align: right;
}

.footer-about p,
.footer-contact p,
.footer-column a {
    color: #5e6268;
    font-size: 22px;
    line-height: 1.34;
}

.footer-about p {
    margin: 0 0 6px;
}

.read-more {
    color: #5e6268;
    font-size: 18px;
    font-weight: 800;
    text-decoration: underline;
}

.footer-about h3,
.footer-column h3,
.footer-contact h3 {
    margin: 40px 0 22px;
    color: var(--red);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.35;
}

.footer-column h3,
.footer-contact h3 {
    margin-top: 0;
}

.social-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.social-links a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background: var(--red);
    font-size: 20px;
    font-weight: 800;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column li {
    border-bottom: 1px solid rgba(94, 98, 104, 0.18);
}

.footer-column a {
    position: relative;
    display: block;
    padding: 12px 0 14px 18px;
}

.footer-column a::before {
    content: "›";
    position: absolute;
    left: 0;
    color: var(--red);
    font-weight: 800;
}

.footer-column a.active {
    color: var(--red);
}

.quick-links {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    margin-top: 70px;
    padding: 0 28px;
    border: 1px solid var(--red);
    border-radius: 30px;
    color: var(--red);
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}

.contact-row {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 16px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(94, 98, 104, 0.18);
}

.contact-row span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: var(--red);
    font-size: 22px;
}

.contact-row p,
.copyright {
    margin: 0;
}

.copyright {
    padding: 18px 0;
    color: #6a6a6a;
    font-size: 20px;
    line-height: 1.4;
}

.footer-legal {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-legal a {
    color: var(--red);
    font-size: 21px;
}

.sticky-enquire {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    min-height: 66px;
    color: #fff;
    background: var(--red);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.14);
}

.sticky-enquire a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    padding: 0 24px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

.sticky-enquire span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
    flex: 0 0 auto;
}

.enquire-main {
    position: relative;
    min-width: 230px;
    background: #96161d;
    font-size: 29px !important;
    font-weight: 800 !important;
}

.enquire-main::before,
.enquire-main::after {
    content: "";
    position: absolute;
    top: -12px;
    border-bottom: 12px solid #7b1218;
}

.enquire-main::before {
    left: 0;
    border-left: 20px solid transparent;
}

.enquire-main::after {
    right: 0;
    border-right: 20px solid transparent;
}
.section { padding: 72px 5vw; }
.section-heading { margin: 0 0 8px; color: var(--blue); font-size: clamp(30px, 3vw, 48px); line-height: 1.15; text-align: center; }
.section-subtitle { margin: 0 auto 34px; max-width: 780px; color: #626b78; text-align: center; font-size: 18px; }
.rank-grid, .program-grid, .steps { display: grid; gap: 22px; max-width: 1200px; margin: 0 auto; }
.rank-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.program-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.rank-card, .program-card, .step-card { border: 1px solid #e7e9ee; border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(27, 41, 73, 0.08); }
.rank-card { padding: 24px; }
.rank-card strong { display: block; margin-bottom: 10px; color: var(--red); font-size: 22px; }
.rank-card p, .program-card p, .step-card p { margin: 0; color: #5f6875; font-size: 15px; line-height: 1.6; }
.programmes { background: #f6f8fc; }
.program-card { overflow: hidden; }
.thumb { min-height: 150px; background: linear-gradient(135deg, #0d4f9e, #c91f27); }
.thumb-business { background: linear-gradient(135deg, #253b80, #cf2429); }
.thumb-management { background: linear-gradient(135deg, #006e8f, #f0ad2e); }
.program-card .body { padding: 22px; }
.program-card small { color: var(--red); font-weight: 800; letter-spacing: 0.08em; }
.program-card h3 { margin: 8px 0 10px; color: #13213a; font-size: 23px; }
.card-actions { display: flex; gap: 12px; margin-top: 18px; }
.card-actions a { flex: 1; padding: 12px 14px; border-radius: 6px; border: 1px solid var(--red); color: var(--red); font-size: 13px; font-weight: 800; text-align: center; }
.card-actions a:first-child { color: #fff; background: var(--red); }
.step-card { padding: 22px; min-height: 190px; }
.step-card span { color: #b9c3d7; font-size: 36px; font-weight: 800; }
.step-card h3 { margin: 8px 0 10px; color: #102c5c; font-size: 17px; }

.floating { position: fixed; right: 28px; bottom: 104px; z-index: 60; display: grid; gap: 20px; justify-items: end; }
.float-row { display: flex; align-items: center; gap: 12px; }
.float-button { width: 78px; height: 78px; border: 0; border-radius: 50%; color: #fff; box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18); font-size: 38px; font-weight: 800; cursor: pointer; }
.whatsapp { background: #25d366; }
.chat { position: relative; background: #1738ed; }
.chat::after { content: "1"; position: absolute; top: -4px; right: -2px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #fff; background: #f04747; font-size: 14px; font-weight: 700; }
.chat-pop { width: min(315px, calc(100vw - 126px)); padding: 14px 20px; border-radius: 6px; background: #fff; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18); font-size: 18px; line-height: 1.45; }
.floating.hide-pop .chat-pop { display: none; }

@media (max-width: 1180px) {
    .topbar { grid-template-columns: 1fr auto auto; gap: 18px; padding-block: 14px; }
    .admission-text { order: 3; grid-column: 1 / -1; text-align: center; }
    .search-box { width: 310px; }
    .menu-toggle { display: block; }
    .nav-row { display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 24px 18px; font-size: 18px; }
    .nav-row.is-open { display: flex; }
    .nav-row a, .nav-row a + a::before { min-height: 48px; margin: 0; }
    .nav-row a + a::before { display: none; }
    .course-meta-strip { padding: 0 5vw; }
    .course-meta-item { justify-content: flex-start; padding: 0 28px; }
    .course-intro { padding-top: 92px; }
    .why-choose { padding-left: 24px; }
    .why-choose-head { margin-right: 24px; }
    .why-slider { grid-auto-columns: minmax(330px, 48vw); padding-right: 24px; }
    .admission-requirements { padding-inline: 24px; }
    .requirement-toggle { padding-inline: 32px; }
    .partner-logo { min-width: 190px; height: 100px; font-size: 26px; }
    .logo-ibm, .logo-kazo, .logo-adp { font-size: 38px; }
    .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-contact { grid-column: 1 / -1; }
    .sticky-enquire a { font-size: 16px; padding-inline: 12px; }
    .enquire-main { min-width: 190px; font-size: 24px !important; }
    .program-head { grid-template-columns: 1fr; align-items: start; }
    .program-tabs { max-width: 100%; overflow-x: auto; }
    .program-slider { grid-auto-columns: minmax(340px, 48vw); }
    .program-image, .program-image img { height: 290px; min-height: 290px; }
    .rank-grid, .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .topbar { grid-template-columns: 1fr auto; justify-items: stretch; min-height: auto; padding: 14px 18px; }
    .brand { min-width: 0; }
    .admission-text, .search-box, .apply-button { grid-column: 1 / -1; width: 100%; }
    .hero { min-height: 660px; background-position: center bottom; }
    .hero-content { padding: 42px 16px 230px; }
    .intake-pill { width: 100%; }
    .course-meta-strip { grid-template-columns: 1fr; padding: 0; }
    .course-meta-item { justify-content: flex-start; min-height: 96px; padding: 0 24px; }
    .course-meta-item + .course-meta-item { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.5); }
    .course-meta-item svg { width: 62px; height: 62px; }
    .course-meta-item p { font-size: 18px; }
    .course-intro { padding: 62px 18px 72px; }
    .brochure-button { width: 100%; justify-content: center; font-size: 17px; }
    .why-choose { padding: 52px 0 66px 18px; }
    .why-choose-head { grid-template-columns: 1fr; margin-right: 18px; }
    .slider-actions { gap: 12px; }
    .slider-btn { width: 54px; height: 54px; font-size: 36px; }
    .why-slider { grid-auto-columns: minmax(280px, 86vw); gap: 18px; padding-right: 18px; }
    .why-card { min-height: 430px; border-radius: 20px; }
    .why-icon { width: 92px; height: 92px; margin-bottom: 48px; }
    .why-icon svg { width: 58px; height: 58px; }
    .admission-requirements { padding: 28px 18px 72px; }
    .requirements-list { gap: 16px; }
    .requirement-item { border-radius: 18px; }
    .requirement-toggle { min-height: 78px; padding: 0 18px 0 22px; }
    .requirement-icon { width: 40px; height: 40px; }
    .requirement-icon::before, .requirement-icon::after { width: 22px; }
    .requirement-panel { padding: 26px 24px 30px 32px; }
    .hiring-partners { padding: 54px 0 50px; }
    .partners-copy { margin-bottom: 34px; }
    .logo-track { gap: 14px; }
    .partner-logo { min-width: 154px; height: 78px; padding: 0 18px; font-size: 20px; }
    .logo-ibm, .logo-kazo, .logo-adp { font-size: 30px; }
    .logo-microsoft b { width: 30px; height: 30px; }
    .logo-acca strong { padding: 12px 8px; font-size: 15px; }
    .program-carousel-section { padding: 54px 0 68px 18px; }
    .program-head { grid-template-columns: 1fr; margin-right: 18px; gap: 18px; }
    .program-tabs { width: 100%; min-height: 58px; border-radius: 30px; overflow-x: auto; }
    .program-tab { min-height: 48px; padding: 0 18px; font-size: 14px; }
    .program-slider { grid-auto-columns: minmax(286px, 86vw); padding-right: 18px; }
    .program-slider .program-card { min-height: 490px; border-radius: 18px; }
    .program-image, .program-image img { height: 245px; min-height: 245px; }
    .program-slider .card-actions { grid-template-columns: 1fr; }
    .program-arrow { display: none; }
    .rank-grid, .program-grid, .steps { grid-template-columns: 1fr; }
    .site-footer { padding: 46px 18px 84px; }
    .footer-inner { grid-template-columns: 1fr; gap: 28px; }
    .footer-about h3, .footer-column h3, .footer-contact h3 { margin-top: 24px; font-size: 24px; }
    .footer-about p, .footer-contact p, .footer-column a { font-size: 18px; }
    .quick-links { width: 100%; justify-content: center; margin-top: 26px; padding-inline: 16px; }
    .sticky-enquire { grid-template-columns: 1fr; }
    .sticky-enquire a:not(.enquire-main) { display: none; }
    .enquire-main { min-height: 62px; width: 100%; }
    .floating { right: 14px; bottom: 86px; }
    .float-button { width: 58px; height: 58px; font-size: 28px; }
    .chat-pop { display: none; }
}








/* Global polish and motion effects */
.site-header {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.94);
    transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 28px rgba(15, 43, 76, 0.12);
}

.hero h1,
.hero h2,
.intake-pill,
.ranking-badge {
    animation: heroRise 0.8s ease both;
}

.hero h2 { animation-delay: 0.12s; }
.intake-pill { animation-delay: 0.24s; }
.ranking-badge { animation-delay: 0.36s; }

.rank-card,
.program-card,
.step-card,
.why-card,
.requirement-item,
.partner-logo {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.rank-card:hover,
.program-card:hover,
.step-card:hover,
.why-card:hover,
.requirement-item:hover,
.partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(17, 52, 96, 0.16);
}

.apply-button,
.brochure-button,
.enquire-main,
.search-button,
.float-button {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.apply-button:hover,
.brochure-button:hover,
.enquire-main:hover,
.search-button:hover,
.float-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(201, 31, 39, 0.24);
}

.reveal-ready {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-ready.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes heroRise {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .reveal-ready {
        opacity: 1;
        transform: none;
    }
}

/* Programme carousel */
.program-carousel-section {
    overflow: hidden;
    background: #fff;
    padding: 82px 0 88px 5.5vw;
}

.program-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 28px;
    margin-right: 5.5vw;
    margin-bottom: 38px;
}

.program-head h2 {
    margin: 0;
    color: var(--blue);
    font-size: clamp(38px, 3.7vw, 54px);
    font-weight: 500;
    line-height: 1.18;
}

.program-head h2 span {
    color: var(--red);
}

.program-tabs {
    display: inline-flex;
    align-items: center;
    min-height: 82px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 44px;
    background: #fff;
}

.program-tab {
    min-height: 68px;
    padding: 0 24px;
    border: 0;
    border-radius: 36px;
    color: #050505;
    background: transparent;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

.program-tab.is-active {
    color: #fff;
    background: var(--red);
    font-weight: 800;
}

.program-slider-wrap {
    position: relative;
}

.program-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(430px, 29vw);
    grid-template-columns: none !important;
    max-width: none;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 5.5vw 10px 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.program-slider::-webkit-scrollbar {
    display: none;
}

.program-slider .program-card {
    min-height: 560px;
    padding: 18px;
    border: 1px solid #d8d8d8;
    border-radius: 24px;
    background: #fff;
    box-shadow: none;
    scroll-snap-align: start;
}

.program-image {
    position: relative;
    min-height: 367px;
    overflow: hidden;
    border-radius: 14px;
    background: #e9f1fa;
}

.program-image img {
    width: 100%;
    height: 367px;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.program-card:hover .program-image img {
    transform: scale(1.05);
}

.program-image span {
    position: absolute;
    left: 0;
    top: 52px;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 38px 0 22px;
    color: #1b1b1b;
    background: #d9e8ff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.08em;
    clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
}

.program-slider .program-card .body {
    padding: 28px 0 0;
}

.program-slider .program-card h3 {
    margin: 0 0 14px;
    color: var(--blue);
    font-size: clamp(24px, 1.7vw, 29px);
    font-weight: 600;
    line-height: 1.22;
}

.program-slider .duration {
    color: var(--blue);
    font-size: 17px;
    line-height: 1.2;
}

.program-slider .duration strong {
    font-weight: 800;
}

.program-slider .card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 28px;
}

.program-slider .card-actions a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 10px 0 24px;
    border-radius: 26px;
    border: 1px solid var(--red);
    color: #111;
    background: #fff;
    font-size: 15px;
    font-weight: 800;
}

.program-slider .card-actions a:first-child {
    color: #fff;
    background: var(--red);
}

.program-slider .card-actions span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: var(--red);
    font-size: 24px;
    line-height: 1;
}

.program-slider .card-actions a:first-child span {
    color: var(--red);
    background: #fff;
}

.program-arrow {
    position: absolute;
    top: 44%;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid #d7e0ee;
    border-radius: 50%;
    color: var(--blue);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 12px 28px rgba(16, 45, 86, 0.16);
    font-size: 38px;
    cursor: pointer;
}

.program-prev { left: 10px; }
.program-next { right: 22px; }
.program-card.is-hidden { display: none; }

/* Programme carousel responsive overrides */
@media (max-width: 1180px) {
    .program-head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .program-tabs {
        max-width: 100%;
        overflow-x: auto;
    }

    .program-slider {
        grid-auto-columns: minmax(340px, 48vw);
    }

    .program-image,
    .program-image img {
        height: 290px;
        min-height: 290px;
    }
}

@media (max-width: 760px) {
    .program-carousel-section {
        padding: 54px 0 68px 18px;
    }

    .program-head {
        grid-template-columns: 1fr;
        margin-right: 18px;
        gap: 18px;
    }

    .program-tabs {
        width: 100%;
        min-height: 58px;
        border-radius: 30px;
        overflow-x: auto;
    }

    .program-tab {
        min-height: 48px;
        padding: 0 18px;
        font-size: 14px;
    }

    .program-slider {
        grid-auto-columns: minmax(286px, 86vw);
        padding-right: 18px;
    }

    .program-slider .program-card {
        min-height: 490px;
        border-radius: 18px;
    }

    .program-image,
    .program-image img {
        height: 245px;
        min-height: 245px;
    }

    .program-slider .card-actions {
        grid-template-columns: 1fr;
    }

    .program-arrow {
        display: none;
    }
}

/* Blue admission process timeline */
.admission-process {
    position: relative;
    margin: 42px auto 72px;
    width: min(94vw, 1800px);
    padding: 110px 5.2vw 118px;
    color: #fff;
    background: #144f99;
}

.admission-process::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: -32px;
    height: 32px;
    background: linear-gradient(90deg, rgba(213, 231, 253, 0.92), rgba(251, 207, 249, 0.84));
    z-index: -1;
}

.admission-process h2 {
    margin: 0 0 60px;
    color: #fff;
    text-align: center;
    font-size: clamp(34px, 3.5vw, 48px);
    font-weight: 500;
    line-height: 1.18;
}

.process-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 42px;
    max-width: 1600px;
    margin: 0 auto;
}

.process-timeline::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 68px;
    border-top: 2px dashed rgba(255, 255, 255, 0.88);
}

.process-step {
    position: relative;
    z-index: 1;
}

.process-number {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    margin-bottom: 14px;
}

.process-icon {
    color: #ffc12b;
    font-size: 39px;
    line-height: 1;
}

.process-number strong {
    color: rgba(255, 255, 255, 0.18);
    font-size: clamp(40px, 4vw, 54px);
    font-weight: 800;
    line-height: 1;
}

.process-dot {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 0 18px 7px;
    border: 4px solid #ffc12b;
    border-radius: 50%;
    background: #144f99;
}

.process-step h3 {
    max-width: 245px;
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(18px, 1.4vw, 21px);
    font-weight: 800;
    line-height: 1.4;
}

.process-step p {
    max-width: 250px;
    margin: 0;
    color: #fff;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.38;
}
@media (max-width: 1180px) {
    .admission-process {
        padding: 82px 34px 86px;
    }

    .process-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 46px;
    }

    .process-timeline::before {
        display: none;
    }
}

@media (max-width: 760px) {
    .admission-process {
        width: auto;
        margin: 28px 12px 54px;
        padding: 54px 22px 58px;
    }

    .process-timeline {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .process-step h3,
    .process-step p {
        max-width: none;
    }
}

/* Flexible careers slider */
.career-slider-section {
    overflow: hidden;
    padding: 64px 0 82px 5.8vw;
    background: #fff;
}

.career-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    margin: 0 5.8vw 34px 0;
    text-align: center;
}

.career-head h2 {
    margin: 0;
    color: var(--blue);
    font-size: clamp(36px, 3.5vw, 50px);
    font-weight: 500;
    line-height: 1.18;
}

.career-head h2 span {
    color: var(--red);
}

.career-controls {
    display: flex;
    gap: 12px;
}

.career-arrow {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid #d4dfef;
    border-radius: 50%;
    color: var(--blue);
    background: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(16, 45, 86, 0.12);
}

.career-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(420px, 29vw);
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 5.8vw 10px 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.career-slider::-webkit-scrollbar {
    display: none;
}

.career-card {
    position: relative;
    min-height: 290px;
    overflow: hidden;
    background: #10243d;
    scroll-snap-align: start;
}

.career-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.82;
}

.career-card.navy::before {
    background: linear-gradient(90deg, rgba(11, 31, 55, 0.98), rgba(11, 31, 55, 0.36));
}

.career-card.olive::before {
    background: linear-gradient(90deg, rgba(93, 80, 0, 0.98), rgba(93, 80, 0, 0.42));
}

.career-card.maroon::before {
    background: linear-gradient(90deg, rgba(142, 18, 24, 0.98), rgba(142, 18, 24, 0.4));
}

.career-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.career-card:hover img {
    transform: scale(1.05);
}

.career-card h3 {
    position: absolute;
    left: 28px;
    bottom: 24px;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 2.5vw, 40px);
    font-weight: 800;
    line-height: 1.14;
}

.career-card sup {
    font-size: 0.58em;
}

@media (max-width: 1180px) {
    .career-head {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .career-controls {
        justify-content: flex-end;
    }

    .career-slider {
        grid-auto-columns: minmax(340px, 48vw);
    }
}

@media (max-width: 760px) {
    .career-slider-section {
        padding: 48px 0 62px 18px;
    }

    .career-head {
        margin-right: 18px;
    }

    .career-controls {
        display: none;
    }

    .career-slider {
        grid-auto-columns: minmax(280px, 86vw);
        padding-right: 18px;
    }

    .career-card {
        min-height: 230px;
    }

    .career-card h3 {
        left: 22px;
        bottom: 20px;
    }
}

/* Blog carousel */
.blog-slider-section {
    overflow: hidden;
    padding: 64px 0 86px 2vw;
    background: #fff;
}

.blog-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    margin-right: 5.8vw;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}

.blog-head h2 {
    margin: 0 0 14px;
    color: var(--blue);
    font-size: clamp(38px, 3.7vw, 54px);
    font-weight: 500;
    line-height: 1.1;
}

.blog-head h2 span {
    color: var(--red);
}

.blog-head p {
    margin: 0;
    color: #2e2e2e;
    font-size: clamp(18px, 1.5vw, 23px);
}

.blog-controls {
    display: flex;
    gap: 18px;
}

.blog-arrow {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border: 1px solid #cbdcf7;
    border-radius: 50%;
    color: var(--blue);
    background: #edf6ff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
}

.blog-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(360px, 22vw);
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 5.8vw 10px 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.blog-slider::-webkit-scrollbar {
    display: none;
}

.blog-card {
    min-height: 500px;
    padding: 10px 10px 20px;
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    background: #fff;
    scroll-snap-align: start;
}

.blog-card img {
    display: block;
    width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 14px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin: 10px 0 14px;
    color: #111;
    font-size: 14px;
}

.blog-meta a {
    color: #111;
}

.blog-card h3 {
    margin: 0 0 8px;
    color: var(--blue);
    font-size: clamp(19px, 1.35vw, 22px);
    font-weight: 600;
    line-height: 1.35;
}

.blog-card p {
    margin: 0 0 26px;
    color: #333;
    font-size: 18px;
    line-height: 1.35;
}

.read-link {
    color: #001a37;
    font-size: 15px;
    font-weight: 800;
    text-decoration: underline;
}

@media (max-width: 1180px) {
    .blog-slider {
        grid-auto-columns: minmax(330px, 38vw);
    }
}

@media (max-width: 760px) {
    .blog-slider-section {
        padding: 48px 0 66px 18px;
    }

    .blog-head {
        grid-template-columns: 1fr;
        margin-right: 18px;
    }

    .blog-controls {
        display: none;
    }

    .blog-slider {
        grid-auto-columns: minmax(286px, 86vw);
        padding-right: 18px;
    }

    .blog-card img {
        height: 210px;
    }
}

/* Category FAQ */
.category-faq {
    padding: 54px 5vw 90px;
    background-color: #f3fbff;
    background-image: repeating-radial-gradient(ellipse at center, rgba(20, 79, 153, 0.08) 0 1px, transparent 1px 10px);
}

.category-faq h2 {
    margin: 0 0 34px;
    color: var(--blue);
    text-align: center;
    font-size: clamp(38px, 3.6vw, 52px);
    font-weight: 500;
    line-height: 1.18;
}

.category-faq h2 span {
    color: var(--red);
}

.faq-layout {
    display: grid;
    grid-template-columns: 264px minmax(0, 1fr);
    gap: 28px;
    max-width: 1210px;
    margin: 0 auto;
}

.faq-categories {
    display: grid;
    gap: 18px;
    align-self: start;
    padding: 34px 24px;
    border-radius: 12px;
    background: var(--blue);
}

.faq-category {
    min-height: 48px;
    border: 0;
    color: #fff;
    background: transparent;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

.faq-category.is-active {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.faq-panel {
    display: none;
}

.faq-panel.is-active {
    display: grid;
    gap: 14px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    background: #fff;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 76px;
    padding: 0 28px;
    border: 0;
    color: #111;
    background: #fff;
    text-align: left;
    font-size: 21px;
    font-weight: 800;
    cursor: pointer;
}

.faq-question i {
    position: relative;
    width: 31px;
    height: 31px;
    border: 1px solid var(--red);
    border-radius: 50%;
    flex: 0 0 auto;
}

.faq-question i::before,
.faq-question i::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 14px;
    height: 1px;
    background: var(--red);
}

.faq-question i::after {
    transform: rotate(90deg);
}

.faq-item.is-open .faq-question i::after {
    transform: rotate(0deg);
}

.faq-answer {
    display: none;
    padding: 0 28px 26px;
}

.faq-item.is-open .faq-answer {
    display: block;
}

.faq-answer p {
    margin: 0;
    color: #676767;
    font-size: 19px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .faq-layout {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 600px) {
    .category-faq {
        padding: 46px 18px 68px;
    }

    .faq-categories {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 22px;
    }

    .faq-question {
        min-height: 66px;
        padding: 0 18px;
        font-size: 17px;
    }

    .faq-answer {
        padding: 0 18px 22px;
    }

    .faq-answer p {
        font-size: 16px;
    }
}

/* Blog list and detail pages */
.blog-list-hero {
    padding: 86px 5vw 56px;
    text-align: center;
    background: linear-gradient(180deg, #eef8ff, #ffffff);
}

.blog-list-hero span {
    color: var(--red);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-list-hero h1 {
    margin: 12px 0 14px;
    color: var(--blue);
    font-size: clamp(38px, 4vw, 62px);
    line-height: 1.1;
}

.blog-list-hero p {
    max-width: 820px;
    margin: 0 auto;
    color: #4d5664;
    font-size: 20px;
    line-height: 1.55;
}

.blog-list-page {
    padding: 38px 5vw 96px;
    background: #fff;
}

.blog-list-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 1720px;
    margin: 0 auto;
}

.blog-list-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 10px 10px 20px;
    border: 1px solid #d5d5d5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(18, 52, 89, 0.08);
}

.blog-list-image img {
    display: block;
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 14px;
}

.blog-list-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 12px 0 12px;
    color: #111;
    font-size: 14px;
}

.blog-list-card h2 {
    margin: 0 0 8px;
    color: var(--blue);
    font-size: 19px;
    line-height: 1.4;
}

.blog-list-card h2 a {
    color: inherit;
}

.blog-list-card p {
    margin: 0 0 12px;
    color: #383838;
    font-size: 17px;
    line-height: 1.45;
}

.blog-list-card small {
    margin-top: auto;
    color: var(--blue);
    font-size: 12px;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: max-content;
    min-width: 180px;
    min-height: 48px;
    margin-top: 18px;
    padding: 0 8px 0 28px;
    border: 1px solid var(--red);
    border-radius: 28px;
    color: #111;
    font-size: 17px;
    font-weight: 700;
}

.blog-read-more span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    background: var(--red);
    font-size: 25px;
}

.blog-detail-page {
    padding: 44px 5vw 100px;
    background: #fff;
}

.breadcrumb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 22px;
    color: #5d6572;
    font-size: 14px;
}

.breadcrumb a {
    color: var(--blue);
    font-weight: 700;
}

.blog-alert {
    max-width: 1200px;
    margin: 0 auto 18px;
    padding: 12px 16px;
    border: 1px solid #f0c36a;
    border-radius: 8px;
    color: #6f4b00;
    background: #fff7dd;
}

.blog-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 42px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px;
    border-radius: 22px;
    background: #eef8ff;
}

.blog-detail-hero h1 {
    margin: 12px 0 18px;
    color: var(--blue);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.12;
}

.blog-detail-hero p {
    margin: 0 0 18px;
    color: #3e4654;
    font-size: 20px;
    line-height: 1.55;
}

.blog-date,
.blog-detail-hero small {
    color: var(--red);
    font-weight: 800;
}

.blog-detail-hero img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 18px;
}

.blog-detail-body {
    max-width: 900px;
    margin: 42px auto 0;
}

.blog-detail-body p,
.blog-detail-body li {
    color: #303846;
    font-size: 20px;
    line-height: 1.75;
}

.blog-detail-body h2 {
    margin-top: 34px;
    color: var(--blue);
    font-size: 32px;
}

.blog-back {
    display: inline-flex;
    margin-top: 26px;
    color: var(--red);
    font-weight: 800;
    text-decoration: underline;
}

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

    .blog-detail-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .blog-list-grid {
        grid-template-columns: 1fr;
    }

    .blog-detail-page,
    .blog-list-page,
    .blog-list-hero {
        padding-left: 18px;
        padding-right: 18px;
    }

    .blog-detail-hero {
        padding: 20px;
    }

    .blog-detail-hero img {
        height: 250px;
    }
}

/* Contact page */
.contact-hero-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 34px;
    align-items: center;
    padding: 96px 5vw 72px;
    color: #fff;
    background: linear-gradient(135deg, rgba(13, 79, 158, 0.96), rgba(201, 31, 39, 0.86)), url("https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=1800&q=80") center / cover no-repeat;
}

.contact-hero-copy span,
.form-eyebrow,
.contact-map-card span {
    color: #ffd230;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-hero-copy h1 {
    max-width: 900px;
    margin: 12px 0 18px;
    font-size: clamp(42px, 5vw, 74px);
    line-height: 1.04;
}

.contact-hero-copy p {
    max-width: 820px;
    margin: 0;
    font-size: 21px;
    line-height: 1.55;
}

.contact-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.contact-hero-actions a,
.contact-form-card button,
.contact-mini-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 28px;
    color: #fff;
    background: var(--red);
    font-weight: 800;
}

.contact-hero-actions a:last-child {
    color: var(--red);
    background: #fff;
}

.contact-highlight-card {
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(14px);
}

.contact-highlight-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
}

.contact-highlight-card p,
.contact-highlight-card li {
    font-size: 17px;
    line-height: 1.5;
}

.contact-page-wrap {
    padding: 70px 5vw 100px;
    background: #f6fbff;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1240px;
    margin: 0 auto 34px;
}

.contact-info-card,
.contact-form-card,
.contact-side-panel,
.contact-map-card {
    border: 1px solid #e1e7ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(20, 79, 153, 0.09);
}

.contact-info-card {
    padding: 28px;
}

.contact-info-card span,
.contact-benefit span {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 50%;
    color: #fff;
    background: var(--red);
    font-weight: 800;
}

.contact-info-card h2,
.contact-form-card h2,
.contact-side-panel h2,
.contact-map-card h2 {
    margin: 0 0 10px;
    color: var(--blue);
    font-size: 27px;
}

.contact-info-card p {
    color: #566171;
    line-height: 1.55;
}

.contact-info-card a {
    color: var(--red);
    font-weight: 800;
}

.contact-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 28px;
    max-width: 1240px;
    margin: 0 auto;
}

.contact-form-card {
    padding: 34px;
}

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

.form-grid label {
    display: grid;
    gap: 8px;
    color: #253145;
    font-weight: 700;
}

.form-grid .full {
    grid-column: 1 / -1;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
    width: 100%;
    border: 1px solid #d7e1ed;
    border-radius: 10px;
    padding: 14px 16px;
    outline: 0;
    color: #1e2938;
    background: #fbfdff;
}

.contact-form-card button {
    margin-top: 22px;
    border: 0;
    cursor: pointer;
}

.contact-side-panel {
    padding: 30px;
    background: linear-gradient(180deg, #ffffff, #eef8ff);
}

.contact-benefit {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: start;
    margin-top: 22px;
}

.contact-benefit p {
    margin: 0;
    color: #4c596c;
    line-height: 1.55;
}

.contact-mini-cta {
    margin-top: 30px;
    padding: 22px;
    border-radius: 16px;
    color: #fff;
    background: var(--blue);
}

.contact-mini-cta strong {
    display: block;
    margin-bottom: 14px;
}

.contact-map-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 26px;
    align-items: center;
    max-width: 1240px;
    margin: 34px auto 0;
    padding: 32px;
}

.contact-map-card p {
    color: #566171;
    font-size: 18px;
    line-height: 1.55;
}

.map-visual {
    display: grid;
    place-items: center;
    min-height: 230px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, rgba(13, 79, 158, 0.88), rgba(201, 31, 39, 0.78));
    text-align: center;
}

.map-visual span {
    font-size: 54px;
}

.map-visual strong {
    display: block;
    font-size: 24px;
}

@media (max-width: 1000px) {
    .contact-hero-page,
    .contact-main-grid,
    .contact-map-card {
        grid-template-columns: 1fr;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .contact-hero-page,
    .contact-page-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-card,
    .contact-side-panel,
    .contact-map-card,
    .contact-highlight-card {
        padding: 22px;
    }
}

/* Course detail page */
.course-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 42px;
    align-items: center;
    padding: 88px 5vw 68px;
    color: #fff;
    background: linear-gradient(135deg, rgba(13, 79, 158, 0.97), rgba(201, 31, 39, 0.84));
}

.course-detail-copy > span,
.course-section-title > span,
.career-growth-block span {
    color: #ffd230;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.course-detail-copy h1 {
    max-width: 920px;
    margin: 12px 0 18px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.05;
}

.course-detail-copy p {
    max-width: 760px;
    font-size: 21px;
    line-height: 1.55;
}

.course-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.course-hero-actions a,
.course-brochure-row a,
.course-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 30px;
    color: #fff;
    background: var(--red);
    font-weight: 800;
}

.course-hero-actions a:last-child {
    color: var(--red);
    background: #fff;
}

.course-hero-media img {
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.course-stats-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    color: #fff;
    background: var(--blue);
}

.course-stats-strip article {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 30px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.course-stats-strip span {
    color: #ffd230;
    font-size: 38px;
}

.course-stats-strip p,
.course-stats-strip strong {
    margin: 0;
}

.course-stats-strip strong {
    font-size: 25px;
}

.course-about-block,
.course-curriculum,
.career-growth-block,
.course-cta {
    padding: 74px 5vw;
    background: #fff;
}

.course-section-title {
    max-width: 940px;
    margin: 0 auto 36px;
    text-align: center;
}

.course-section-title h2,
.career-growth-block h2,
.course-cta h2 {
    margin: 10px 0 14px;
    color: var(--blue);
    font-size: clamp(34px, 3.5vw, 52px);
    line-height: 1.15;
}

.course-section-title p,
.course-two-col p,
.career-growth-block p,
.course-cta p {
    color: #4c5968;
    font-size: 19px;
    line-height: 1.65;
}

.approval-grid,
.growth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 980px;
    margin: 0 auto 38px;
}

.approval-grid article,
.course-feature-card,
.growth-grid article,
.semester-panel {
    border: 1px solid #e1e7ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(20, 79, 153, 0.09);
}

.approval-grid article {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    color: var(--blue);
    font-size: 20px;
}

.approval-grid span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: var(--red);
}

.course-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 34px;
    max-width: 1180px;
    margin: 0 auto;
}

.course-feature-card {
    padding: 28px;
    background: #eef8ff;
}

.course-feature-card h3 {
    margin-top: 0;
    color: var(--blue);
    font-size: 28px;
}

.course-feature-card li,
.semester-panel li,
.growth-grid p {
    color: #4c5968;
    line-height: 1.55;
}

.course-curriculum {
    background: #f6fbff;
}

.semester-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.semester-tab {
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid #d9e2ef;
    border-radius: 24px;
    color: var(--blue);
    background: #fff;
    font-weight: 800;
    cursor: pointer;
}

.semester-tab.is-active {
    color: #fff;
    background: var(--red);
    border-color: var(--red);
}

.semester-panel {
    display: none;
    max-width: 980px;
    margin: 0 auto;
    padding: 28px;
}

.semester-panel.is-active {
    display: block;
}

.semester-panel ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 30px;
    margin: 0;
}

.course-brochure-row {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.career-growth-block {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 42px;
    align-items: start;
}

.growth-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    margin: 0;
}

.growth-grid article {
    padding: 24px;
}

.growth-grid strong {
    display: block;
    margin-bottom: 10px;
    color: var(--red);
    font-size: 21px;
}

.course-cta {
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--red));
}

.course-cta h2,
.course-cta p {
    color: #fff;
}

.course-cta p {
    max-width: 720px;
    margin: 0 auto 26px;
}

.course-cta a {
    color: var(--red);
    background: #fff;
}

@media (max-width: 1000px) {
    .course-detail-hero,
    .course-two-col,
    .career-growth-block {
        grid-template-columns: 1fr;
    }

    .growth-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .course-detail-hero,
    .course-about-block,
    .course-curriculum,
    .career-growth-block,
    .course-cta {
        padding-left: 18px;
        padding-right: 18px;
    }

    .course-stats-strip,
    .approval-grid {
        grid-template-columns: 1fr;
    }

    .semester-panel ul {
        grid-template-columns: 1fr;
    }

    .course-hero-media img {
        height: 280px;
    }
}

/* Header compact final menu */
.topbar {
    grid-template-columns: minmax(220px, 0.9fr) auto minmax(260px, 330px) auto auto;
    gap: 20px;
    min-height: 72px;
    padding: 0 4.2vw;
}

.brand {
    gap: 10px;
    min-width: 220px;
}

.brand-mark {
    width: 42px;
    height: 42px;
    font-size: 24px;
    border-width: 2px;
}

.brand-title strong {
    font-size: 23px;
}

.brand-title span {
    font-size: 15px;
}

.admission-text {
    font-size: 15px;
}

.search-box {
    width: min(330px, 25vw);
    height: 52px;
    padding-left: 22px;
}

.search-box input {
    font-size: 16px;
}

.search-button {
    width: 42px;
    height: 42px;
}

.search-button span {
    width: 16px;
    height: 16px;
    border-width: 3px;
}

.apply-button {
    height: 52px;
    gap: 14px;
    padding: 0 7px 0 24px;
    font-size: 17px;
}

.apply-arrow {
    width: 42px;
    height: 42px;
    font-size: 27px;
}

.nav-row {
    gap: 0;
    min-height: 52px;
    padding: 0 4.2vw;
    font-size: 15.5px;
    font-weight: 500;
}

.nav-item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 52px;
}

.nav-item + .nav-item::before {
    content: "";
    width: 1px;
    height: 18px;
    margin: 0 18px;
    background: #cfcfcf;
}

.nav-row a {
    min-height: 52px;
    gap: 5px;
    white-space: nowrap;
}

.nav-row a + a::before {
    display: none;
}

.home-icon {
    width: 24px;
    height: 24px;
    font-size: 22px;
}

.nav-row .active::after {
    left: 3px;
    bottom: 8px;
    width: 22px;
    height: 3px;
}

.chevron {
    font-size: 13px;
    line-height: 1;
}

.dropdown-menu {
    position: absolute;
    left: 18px;
    top: calc(100% - 2px);
    z-index: 80;
    min-width: 230px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(15, 43, 76, 0.1);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 18px 36px rgba(15, 43, 76, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li a {
    display: flex;
    min-height: 0;
    padding: 9px 16px;
    color: #2f3640;
    font-size: 13px;
    line-height: 1.35;
}

.dropdown-menu li a:hover {
    color: var(--red);
    background: #fff5f5;
}

@media (max-width: 1180px) {
    .topbar {
        grid-template-columns: 1fr auto auto;
    }

    .admission-text,
    .search-box {
        display: none;
    }

    .nav-row {
        font-size: 14px;
        padding: 0 22px;
    }

    .nav-item + .nav-item::before {
        margin: 0 12px;
    }
}

@media (max-width: 900px) {
    .nav-row {
        align-items: stretch;
        padding: 8px 20px 16px;
        font-size: 15px;
    }

    .nav-item {
        display: block;
        min-height: auto;
    }

    .nav-item + .nav-item::before {
        display: none;
    }

    .nav-row a {
        min-height: 42px;
        padding: 0;
    }

    .dropdown-menu {
        position: static;
        min-width: 0;
        padding: 0 0 8px 16px;
        border: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent;
    }

    .dropdown-menu li a {
        min-height: 34px;
        padding: 7px 0;
        font-size: 13px;
    }
}

/* SWCW polished footer */
.site-footer {
    padding: 58px 5vw 0;
    background: linear-gradient(180deg, #f3f8fd 0%, #eaf2f8 100%);
    border-top: 1px solid #dce8f2;
}

.site-footer::before {
    left: auto;
    right: 8%;
    top: 42px;
    width: 260px;
    height: 260px;
    opacity: 0.22;
}

.footer-inner {
    grid-template-columns: 1.2fr repeat(3, 1fr) 1.15fr;
    gap: 34px;
    max-width: 1440px;
    margin: 0 auto;
}

.footer-brand {
    margin-bottom: 18px;
}

.footer-logo-mark {
    width: 44px;
    height: 44px;
    border-width: 2px;
    font-size: 24px;
}

.footer-brand strong {
    font-size: 18px;
    line-height: 0.95;
}

.footer-brand small {
    font-size: 16px;
    text-align: right;
}

.footer-about p,
.footer-contact p,
.footer-column a {
    color: #52606d;
    font-size: 14.5px;
    line-height: 1.55;
}

.footer-about p {
    max-width: 290px;
    margin-bottom: 10px;
}

.footer-about .read-more {
    color: var(--red);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.footer-about h3,
.footer-column h3,
.footer-contact h3 {
    margin: 0 0 16px;
    color: var(--red);
    font-size: 18px;
    font-weight: 700;
}

.footer-about h3 {
    margin-top: 30px;
}

.social-links {
    gap: 10px;
}

.social-links a {
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--red);
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(201, 31, 39, 0.18);
}

.footer-column li {
    border-bottom: 1px solid rgba(82, 96, 109, 0.14);
}

.footer-column a {
    padding: 8px 0 9px 16px;
    transition: color 0.18s ease, transform 0.18s ease;
}

.footer-column a::before {
    top: 8px;
    color: var(--red);
    font-size: 18px;
}

.footer-column a:hover {
    color: var(--red);
    transform: translateX(3px);
}

.footer-contact .contact-row {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 12px;
    align-items: start;
    padding: 0 0 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(82, 96, 109, 0.14);
}

.footer-contact .contact-row span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: #fff;
    background: var(--red);
    border-radius: 50%;
    font-size: 17px;
}

.footer-contact p {
    margin: 0;
}

.footer-contact a:hover,
.footer-legal a:hover,
.footer-bottom-line a:hover {
    color: var(--red);
}

.footer-legal {
    gap: 12px;
    margin-top: 8px;
}

.footer-legal a {
    color: #10366f;
    font-size: 14px;
    font-weight: 600;
}

.footer-bottom-line {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: 1440px;
    margin: 38px auto 0;
    padding: 18px 0 22px;
    border-top: 1px solid rgba(82, 96, 109, 0.18);
    color: #52606d;
    font-size: 14px;
}

.footer-bottom-line p {
    margin: 0;
}

.footer-bottom-line div {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-bottom-line a {
    color: #10366f;
    font-weight: 600;
}

.sticky-enquire a {
    font-size: 16px;
}

.enquire-main {
    font-size: 24px !important;
}

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

    .footer-contact {
        grid-column: auto;
    }
}

@media (max-width: 720px) {
    .site-footer {
        padding: 42px 18px 0;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .footer-about h3,
    .footer-column h3,
    .footer-contact h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .footer-about p,
    .footer-contact p,
    .footer-column a {
        font-size: 14px;
    }

    .footer-bottom-line {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 26px;
    }
}
