/* =========================================================
   App / CMS-specific styles.

   style.css is kept as a straight copy of the static design's
   stylesheet (insd-html/css/style.css) so it can be refreshed from
   the design at any time. Everything the CMS markup needs on top of
   it - renamed course-* section classes, contact/short-term/MSc
   pages, form validation, enquire modal, CMS icon overrides - lives
   here instead, so a refresh of style.css can't wipe it.
   Loaded after style.css.
   ========================================================= */

.qa-linkedin {
    background-color: #0A66C2;
    color: #fff;
    box-shadow: 0 0 15px rgba(10, 102, 194, 0.4);
}

.qa-linkedin:hover {
    background-color: #0958a8;
    color: #fff;
    box-shadow: 0 0 20px rgba(10, 102, 194, 0.6);
}

.qa-twitter {
    background-color: #000;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.qa-twitter:hover {
    background-color: #222;
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.expert-form-control.is-invalid {
    border-color: #dc2626;
}

.expert-form-error {
    display: none;
    color: #dc2626;
    font-size: .75rem;
}

.expert-form-error.active {
    display: block;
}

.expert-form-message {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: .85rem;
    font-weight: 600;
}

.expert-form-message.success {
    background: #dcfce7;
    color: #15803d;
}

.expert-form-message.error {
    background: #fee2e2;
    color: #b91c1c;
}

/* ENQUIRE NOW modal (single-column variant of the lead modal) */
.enquire-modal {
    width: min(1000px, 92vw);
    max-height: 94vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 32px;
    padding: 40px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: scale(0.96);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.expert-modal-overlay.active .enquire-modal {
    transform: scale(1);
}

.enquire-modal .expert-modal-close {
    top: 24px;
    right: 24px;
    width: 36px;
    height: 36px;
    font-size: 14px;
    box-shadow: none;
}

.enquire-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 50px;
    background: #fee2e2;
    border: 1px solid #fecaca;
    color: #e83232;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.enquire-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e83232;
    opacity: .6;
}

.enquire-title {
    color: #0f172a;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 12px 0 28px;
    font-family: 'Outfit Bold', sans-serif;
    letter-spacing: -.04em;
}

.enquire-modal .expert-form-control {
    border-radius: 16px;
    height: 48px;
}

.enquire-modal .expert-select {
    font-weight: 700;
}

.enquire-modal .expert-select:disabled {
    color: #94a3b8;
    cursor: not-allowed;
}

.enquire-modal .expert-phone-code {
    background: transparent;
    font-size: .75rem;
    color: #64748b;
}

.enquire-modal .expert-phone-input input.expert-form-control {
    border: none;
    box-shadow: none;
    height: 100%;
    background: transparent;
}

.enquire-modal .expert-phone-input:has(.is-invalid) {
    border-color: #dc2626;
}

@media (max-width: 767.98px) {
    .enquire-modal {
        padding: 56px 20px 24px;
        border-radius: 24px;
    }

    .enquire-modal .expert-modal-close {
        top: 14px;
        right: 14px;
    }

    .enquire-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
}

/* =========================================================
   COURSE PAGE HEADER OVERRIDES (course detail pages)
========================================================= */
/* Logo white override */
.page-course .insd-header:not(.header-scrolled) .insd-navbar-logo img,
.page-course .insd-mobile-header:not(.header-scrolled) .insd-mobile-logo img {
    filter: brightness(0) invert(1);
}

/* Nav links white override */
.page-course .insd-header:not(.header-scrolled) .insd-desktop-navigation .nav-link .main-nav,
.page-course .insd-header:not(.header-scrolled) .insd-desktop-navigation .nav-link .hover-nav,
.page-course .insd-header:not(.header-scrolled) .insd-desktop-navigation .nav-link {
    color: #ffffff;
}

/* Contact button white background, black text */
.page-course .insd-header:not(.header-scrolled) .insd-apply-btn {
    background: #ffffff;
    color: #000000;
}

.page-course .insd-header:not(.header-scrolled) .insd-apply-btn:hover {
    color: #ffffff;
}

/* Dropdown arrow white override */
.page-course .insd-header:not(.header-scrolled) .insd-desktop-navigation .nav-link i {
    color: #ffffff;
}

/* =========================================================
   COURSE HERO SECTION (course-designing.php)
========================================================= */
.course-hero {
    position: relative;
    width: 100%;
    /*min-height: 100vh;
    min-height: 100svh;*/
    margin-top: -82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e1816;
    background-image: url('../images/demo.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 180px 20px 100px;
    box-sizing: border-box;
}

.course-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    pointer-events: none;
    z-index: 1;
}

.course-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.course-hero-title span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-family: 'Outfit Bold', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -.05em;
    font-size: clamp(3.5rem, 12vw, 9rem);
    user-select: none;
}

.course-hero-title-red {
    color: #db3436;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.course-hero-title-white {
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.course-hero-scroll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: clamp(30px, 4.5vh, 48px);
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Outfit SemiBold', 'Outfit Bold', 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

.course-hero-scroll:hover {
    color: #ffffff;
    text-decoration: none;
}

.course-hero-scroll-arrow {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.course-hero-scroll:hover .course-hero-scroll-arrow {
    transform: translateY(3px);
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
    .course-hero {
        min-height: 100vh;
        min-height: 100svh;
        padding: 50px 20px;
    }

    .course-hero-title {
        row-gap: 10px;
        font-size: clamp(3rem, 9.5vw, 5.2rem);
        line-height: 1;
    }

    .course-hero-scroll {
        margin-top: 28px;
        font-size: 10.5px;
        letter-spacing: 0.16em;
    }
}

@media (max-width: 576px) {
    .course-hero {
        min-height: 100vh;
        min-height: 100svh;
        margin-top: -102px;
        padding: 40px 16px;
    }

    .course-hero-title {
        row-gap: 8px;
        font-size: clamp(2.35rem, 12vw, 3.5rem);
        line-height: 1;
        letter-spacing: -0.015em;
    }

    .course-hero-scroll {
        margin-top: 24px;
        font-size: 9.5px;
        letter-spacing: 0.14em;
        gap: 6px;
    }

    .course-hero-scroll-arrow {
        width: 12px;
        height: 12px;
    }
}

/* =========================================================
   FASHION SECTOR CARDS (course-designing.php)
========================================================= */
.course-sector-section {
    background-color: #0F172B;
    padding: 50px 0 70px;
    width: 100%;
}

.course-sector-cards {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.course-sector-card {
    background-color: #1B2235;
    border-radius: 15px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    border: 1px solid #323849;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.course-sector-card:hover {
    border: 1px solid #7b2c36;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.course-sector-card:hover .course-sector-icon {
    background-color: #db3436;
    color: #fff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.course-sector-icon {
    width: 60px;
    height: 60px;
    background-color: #3f242c;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #db3436;
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.course-sector-text {
    display: flex;
    flex-direction: column;
}

.course-sector-label {
    font-family: 'Outfit SemiBold', 'Outfit', sans-serif;
    font-size: 11px;
    color: #8c909e;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
    font-weight: 600;
}

.course-sector-title {
    font-family: 'Outfit Bold', 'Outfit Black', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
}

.course-enroll-container {
    text-align: center;
}

.course-enroll-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #db3436;
    color: #ffffff;
    font-family: 'Outfit Bold', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    gap: 10px;
    transition: all 0.3s ease;
}

.course-enroll-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.course-enroll-btn:hover {
    background-color: #c02b2d;
    color: #ffffff;
    text-decoration: none;
}

.course-enroll-btn:hover i {
    transform: translateX(4px);
}

.course-learning-section {
    background-color: #000000;
    padding: 100px 0;
    width: 100%;
}

.course-learning-content h2 {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 2.25rem;
    color: #ffffff;
    margin-bottom: 5px;
    letter-spacing: -.025em;
}

.course-learning-content p {
    font-family: 'Outfit Bold', sans-serif;
    color: #a0a0a0;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
}

.course-learning-highlights {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.course-learning-highlights li {
    position: relative;
    padding-left: 26px;
    color: #ffffff;
    font-family: 'Outfit SemiBold', 'Outfit', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.course-learning-highlights li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #db3436;
}

/* "Red heading + titled outcomes" format (e.g. Interior "Spatial Outcomes") */
.course-learning-titled h2 {
    font-family: 'Outfit Bold', sans-serif;
    color: var(--insd-red);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
}

.course-learning-outcomes-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.course-learning-outcome {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 24px;
    transition: border-color 0.3s ease;
}

.course-learning-outcome:hover {
    border-left-color: var(--insd-red);
}

.course-learning-titled .course-learning-outcome h4 {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--insd-red);
    margin: 0 0 8px;
}

.course-learning-titled .course-learning-outcome p {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.course-learning-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    height: 100%;
    min-height: 500px;
}

.course-learning-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Single large image (only the first gallery image is set) */
.course-learning-gallery.gallery-single {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr;
    max-width: 420px;
    margin: 0 auto;
}

.gallery-single .gallery-img-large {
    grid-row: 1;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .course-sector-cards {
        gap: 20px;
    }

    .course-sector-card {
        min-width: calc(50% - 10px);
    }

    .course-learning-gallery {
        min-height: 400px;
        margin-top: 40px;
    }

    .course-learning-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .course-sector-section,
    .course-learning-section {
        padding: 60px 0;
    }

    .course-sector-card {
        min-width: 100%;
    }

    .course-learning-content h2 {
        font-size: 30px;
    }

    .course-learning-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        min-height: auto;
    }
}

/* =========================================================
   COURSE INFO CARDS (course-designing.php)
========================================================= */
.course-course-info {
    background-color: #ffffff;
    padding: 60px 0;
    width: 100%;
}

.course-course-info-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.course-course-info-card {
    background-color: #F8FAFC;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    flex: 1;
    min-width: 280px;
}

.course-course-info-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.course-course-info-icon {
    color: #db3436;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-course-info-label {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 10px;
    color: rgba(146, 162, 186, 1);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.course-course-info-value {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 1.125rem;
    color: #1B2235;
    margin: 0;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: -.025em;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .course-course-info-card {
        min-width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .course-course-info {
        padding: 60px 0;
    }

    .course-course-info-card {
        min-width: 100%;
    }
}

/* Group heading (e.g. semester) inside a curriculum panel */
.semester-title {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 12px;
    color: var(--insd-red);
    letter-spacing: .15em;
    text-transform: uppercase;
    margin: 0 0 22px;
}

.feature-icon-wrap i {
    color: var(--insd-red);
    font-size: 32px;
    line-height: 1;
}

/* The design only whitens the svg on the red hover background; do the same for a Bootstrap icon */
.feature-card:hover .feature-icon-wrap i {
    color: #fff;
}

/* CMS-managed cards use a Bootstrap icon (<i>) instead of the static design's inline SVG */
.luxe-f-icon-wrap i {
    font-size: 28px;
    line-height: 1;
    color: var(--luxe-gold);
}

.luxe-feature-card:hover .luxe-f-icon-wrap i {
    color: #fff;
}

.course-modal-industries {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-bottom: 40px;
}

.caf-input-group.caf-invalid,
.caf-consent-wrap.caf-invalid .caf-consent-text {
    border-color: #dc2626;
    color: #f87171;
}

.caf-form .expert-form-message {
    margin-bottom: 20px;
}

/* Uploaded menu icon (CMS page "Menu icon") inside a header dropdown item */
.dropdown-icon-box img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* =========================================================
   STUDENT PAGE HEADER OVERRIDES (transparent header over the dark hero)
========================================================= */
.page-student .insd-header:not(.header-scrolled) .insd-navbar-logo img,
.page-student .insd-mobile-header:not(.header-scrolled) .insd-mobile-logo img {
    filter: brightness(0) invert(1);
}

.page-student .insd-header:not(.header-scrolled) .insd-desktop-navigation .nav-link .main-nav,
.page-student .insd-header:not(.header-scrolled) .insd-desktop-navigation .nav-link .hover-nav,
.page-student .insd-header:not(.header-scrolled) .insd-desktop-navigation .nav-link,
.page-student .insd-header:not(.header-scrolled) .insd-desktop-navigation .nav-link i {
    color: #ffffff;
}

.page-student .insd-header:not(.header-scrolled) .insd-apply-btn {
    background: #ffffff;
    color: #000000;
}

.page-student .insd-header:not(.header-scrolled) .insd-apply-btn:hover {
    color: #ffffff;
}

/* CMS-managed stat cards use a Bootstrap icon (<i>) instead of the static design's inline SVG */
.stat-card .stat-card-icon {
    display: block;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}

.stat-card.dark-card .stat-card-icon {
    color: var(--insd-red);
}

.stat-card.red-card .stat-card-icon {
    color: #fff;
}

/* CMS-managed stat icons use a Bootstrap icon (<i>) instead of the static design's inline SVG */
.ev-stat-icon i {
    font-size: 20px;
    line-height: 1;
}

/* Franchise page: CMS-managed feature cards use a Bootstrap icon (<i>) instead of the static design's inline SVG */
.f-feature-icon i {
    font-size: 32px;
    line-height: 1;
    transition: 0.5s all;
}

.franchise-feature-card:hover .f-feature-icon i {
    display: inline-block;
    rotate: 20deg;
    font-size: 55px;
}

/* Franchise enquiry form validation */
.franchise-form .f-input.is-invalid {
    border-color: #dc2626;
}

.franchise-form .expert-form-message {
    margin-bottom: 16px;
}

.blog-author-name-lg {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
    white-space: nowrap;
}

.blog-author-name-sm {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-footer .blog-author {
    min-width: 0;
}

.blog-card-footer .author-avatar {
    flex-shrink: 0;
}

/* =========================================================
   SHORT-TERM COURSE PAGES, MSc LUXURY BRAND MANAGEMENT AND CONTACT US
   (short_* / msc_* / contact_* CMS sections). The heroes sit under the transparent header
   (body.page-course), like .course-hero. Red accent = INSD courses, gold = INSD Luxe.
========================================================= */
.st-hero,
.ct-hero,
.msc-hero {
    position: relative;
    margin-top: -82px;
    display: flex;
    align-items: center;
    background-color: #101b34;
    background-image: url('../images/demo.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 190px 0 110px;
}

.ct-hero {
    padding: 170px 0 90px;
}

.st-hero-overlay,
.msc-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(16, 27, 52, .92) 0%, rgba(16, 27, 52, .7) 55%, rgba(0, 0, 0, .55) 100%);
    pointer-events: none;
}

.st-hero-inner,
.msc-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.st-eyebrow {
    display: inline-block;
    font-family: 'Outfit Bold', sans-serif;
    font-size: 11px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--insd-red);
    margin-bottom: 18px;
}

.st-eyebrow-dark {
    margin-bottom: 12px;
}

.st-hero-title,
.msc-hero-title {
    font-family: 'Outfit Bold', sans-serif;
    font-size: clamp(3rem, 9vw, 7rem);
    line-height: .95;
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 24px;
}

.msc-hero-title {
    font-size: clamp(2.6rem, 7vw, 5.5rem);
}

.st-hero-sub,
.msc-hero-sub {
    max-width: 640px;
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .78);
    margin-bottom: 38px;
}

.st-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.st-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-family: 'Outfit Bold', sans-serif;
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 38px;
    border-radius: 50px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all .3s ease;
}

.st-btn-red {
    background: var(--insd-red);
    border-color: var(--insd-red);
    color: #ffffff;
}

.st-btn-red:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--insd-red);
}

.st-btn-outline {
    border-color: rgba(255, 255, 255, .6);
    color: #ffffff;
}

.st-btn-outline:hover {
    background: #ffffff;
    color: var(--insd-dark);
}

.st-btn-disabled {
    background: transparent;
    border-color: var(--insd-red);
    color: var(--insd-red);
    cursor: default;
}

.st-btn-disabled:hover {
    background: transparent;
    border-color: var(--insd-red);
    color: var(--insd-red);
}

/* .pd90 only pads the sides, so the content sections carry their own vertical padding */
.st-modules,
.msc-pillars,
.msc-masters,
.msc-advantage,
.ct-section {
    padding: 100px 0;
}

/* Short-term module cards */
.st-modules {
    background: var(--insd-light);
}

.st-section-head {
    margin-bottom: 56px;
}

.st-section-title {
    font-family: 'Outfit Bold', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    letter-spacing: -.05em;
    line-height: 1;
    text-transform: uppercase;
    color: var(--insd-text);
    margin: 0;
}

.st-card {
    height: 100%;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(16, 27, 52, .07);
    transition: transform .3s ease, box-shadow .3s ease;
}

.st-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 50px rgba(16, 27, 52, .14);
}

.st-card-img {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.st-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.st-card:hover .st-card-img img {
    transform: scale(1.06);
}

.st-card-duration {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: var(--insd-red);
    color: #ffffff;
    font-family: 'Outfit Bold', sans-serif;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 50px;
}

.st-card-body {
    position: relative;
    padding: 30px 30px 34px;
}

.st-card-num {
    position: absolute;
    top: 22px;
    right: 28px;
    font-family: 'Outfit Bold', sans-serif;
    font-size: 2.6rem;
    line-height: 1;
    color: rgba(16, 27, 52, .07);
}

.st-card-title {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 1.4rem;
    line-height: 1.15;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: var(--insd-text);
    margin: 0 0 10px;
    padding-right: 50px;
}

.st-card-tools {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--insd-red);
    margin: 0 0 12px;
}

.st-card-desc {
    font-size: .9rem;
    line-height: 1.65;
    color: rgba(69, 85, 108, 1);
    margin: 0;
}

.st-cta {
    background: var(--insd-dark);
    padding: 110px 0;
}

.st-cta-title {
    font-family: 'Outfit Bold', sans-serif;
    font-size: clamp(2.2rem, 6vw, 4.6rem);
    letter-spacing: -.05em;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 18px;
}

.st-cta-text {
    max-width: 520px;
    margin: 0 auto 36px;
    color: rgba(255, 255, 255, .7);
    font-size: 1.05rem;
}

/* MSc Luxury Brand Management */
.msc-hero {
    background-color: #0b1220;
}

.msc-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.msc-fact {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 190px;
    padding: 18px 24px;
    border: 1px solid rgba(197, 160, 69, .35);
    border-radius: 20px;
    background: rgba(255, 255, 255, .04);
}

.msc-fact i {
    color: var(--luxe-gold);
    font-size: 20px;
    margin-bottom: 6px;
}

.msc-fact-label {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 10px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
}

.msc-fact-value {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 1.05rem;
    color: #ffffff;
}

.msc-pillars {
    background: var(--luxe-light-bg);
}

.msc-masters {
    background: #ffffff;
}

.msc-section-head {
    margin-bottom: 56px;
}

.msc-section-head .luxe-eyebrow {
    margin-bottom: 12px;
}

.msc-pillar-card {
    border-radius: 32px;
    padding: 40px 32px;
}

.msc-master-card {
    position: relative;
    height: 380px;
    border-radius: 28px;
    overflow: hidden;
    background: #111827;
}

.msc-master-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform .6s ease;
}

.msc-master-card:hover .msc-master-bg {
    transform: scale(1.07);
}

.msc-master-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11, 18, 32, .95) 0%, rgba(11, 18, 32, .45) 55%, rgba(11, 18, 32, .15) 100%);
}

.msc-master-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 26px;
}

.msc-master-title {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 1.3rem;
    line-height: 1.15;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 10px;
}

.msc-master-title::before {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    background: var(--luxe-gold);
    margin-bottom: 14px;
}

.msc-master-desc {
    font-size: .85rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, .75);
    margin: 0;
}

.msc-advantage {
    background: var(--luxe-blue);
}

.msc-advantage-title {
    font-family: 'Outfit Bold', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 56px;
}

.msc-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.msc-stat-value {
    font-family: 'Outfit Bold', sans-serif;
    font-size: clamp(2.6rem, 6vw, 4.4rem);
    line-height: 1;
    letter-spacing: -.05em;
    color: var(--luxe-gold);
}

.msc-stat-label {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8);
}

/* Contact Us */
.ct-section {
    background: #ffffff;
}

.ct-title {
    margin-bottom: 40px;
}

.ct-info {
    display: flex;
    gap: 18px;
    margin-bottom: 32px;
}

.ct-info-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #fdecec;
    color: var(--insd-red);
    font-size: 22px;
}

.ct-info-heading {
    font-family: 'Outfit Bold', sans-serif;
    font-size: .8rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--insd-text);
    margin: 4px 0 8px;
}

.ct-info-text {
    margin: 0 0 6px;
    line-height: 1.6;
    color: rgba(69, 85, 108, 1);
}

.ct-info-text a {
    color: inherit;
    text-decoration: none;
}

.ct-info-text a:hover {
    color: var(--insd-red);
}

.ct-hours i {
    color: var(--insd-red);
    margin-right: 4px;
}

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

.ct-social-links a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e3e6ec;
    color: var(--insd-text);
    font-size: 18px;
    text-decoration: none;
    transition: all .3s ease;
}

.ct-social-links a:hover {
    background: var(--insd-red);
    border-color: var(--insd-red);
    color: #ffffff;
}

.ct-form-card {
    background: var(--insd-light);
    border-radius: 32px;
    padding: 44px;
    border-top: 5px solid var(--insd-red);
}

.ct-form-title {
    font-family: 'Outfit Bold', sans-serif;
    font-size: 2rem;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: var(--insd-text);
    margin-bottom: 8px;
}

.ct-form-sub {
    color: rgba(69, 85, 108, 1);
    margin-bottom: 28px;
}

.ct-form label {
    display: block;
    font-family: 'Outfit Bold', sans-serif;
    font-size: 10px;
    letter-spacing: .2em;
    color: rgba(69, 85, 108, 1);
    margin-bottom: 8px;
}

.ct-input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e3e6ec;
    border-radius: 14px;
    padding: 14px 18px;
    font-size: .95rem;
    color: var(--insd-text);
    transition: border-color .3s ease, box-shadow .3s ease;
}

.ct-input:focus {
    outline: none;
    border-color: var(--insd-red);
    box-shadow: 0 0 0 3px rgba(229, 50, 56, .12);
}

.ct-input.is-invalid {
    border-color: #dc2626;
}

textarea.ct-input {
    resize: vertical;
}

.ct-phone {
    display: flex;
    align-items: stretch;
}

.ct-phone-prefix {
    display: flex;
    align-items: center;
    padding: 0 16px;
    background: #eef0f4;
    border: 1px solid #e3e6ec;
    border-right: 0;
    border-radius: 14px 0 0 14px;
    font-family: 'Outfit Bold', sans-serif;
    font-size: .9rem;
    color: var(--insd-text);
}

.ct-phone .ct-input {
    border-radius: 0 14px 14px 0;
}

.ct-form .expert-form-message {
    margin-bottom: 20px;
}

.ct-submit:disabled {
    opacity: .6;
    cursor: wait;
}

@media (max-width: 991px) {
    .st-hero,
    .msc-hero {
        padding: 150px 0 80px;
    }

    .ct-hero {
        padding: 140px 0 70px;
    }

    .st-cta {
        padding: 80px 0;
    }

    /* .pd90's 90px side padding is too wide on tablets and phones */
    .st-hero-inner.pd90,
    .msc-hero-inner.pd90,
    .st-modules .pd90,
    .msc-pillars .pd90,
    .msc-masters .pd90,
    .msc-advantage .pd90,
    .ct-section .pd90 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .st-modules,
    .msc-pillars,
    .msc-masters,
    .msc-advantage,
    .ct-section {
        padding: 70px 0;
    }
}

@media (max-width: 575px) {
    .st-hero-sub,
    .msc-hero-sub {
        font-size: 1rem;
    }

    .msc-fact {
        min-width: 100%;
    }

    .msc-master-card {
        height: 320px;
    }

    .ct-form-card {
        padding: 28px 20px;
        border-radius: 24px;
    }
}
