/*=========================================================
SAINIK SCHOOL PATIALA
Main Stylesheet
=========================================================*/


/*=========================================================
ROOT VARIABLES
=========================================================*/

:root {

    --navy: #101f36;

    --navy-dark: #091526;

    --navy-soft: #1b2d47;

    --ivory: #f7f4ed;

    --cream: #eee9dc;

    --white: #ffffff;

    --gold: #c89a45;

    --gold-light: #e2bd78;

    --red: #8d2f2f;

    --red-dark: #692222;

    --charcoal: #20242b;

    --text: #59616c;

    --muted: #8a9199;

    --border: #ddd7ca;

    --header-height: 140px;

    --transition:
        all .35s ease;

}


/*=========================================================
GLOBAL RESET
=========================================================*/

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}


html {

    scroll-behavior: smooth;

    scroll-padding-top:
        var(--header-height);

}


body {

    margin: 0;

    background: var(--ivory);

    color: var(--charcoal);

    font-family: 'DM Sans', sans-serif;

    overflow-x: hidden;

}


img {

    max-width: 100%;

    display: block;

}


a {

    text-decoration: none;

    color: inherit;

    transition: var(--transition);

}


button,
input,
textarea,
select {

    font-family: inherit;

}


section[id] {

    scroll-margin-top:
        var(--header-height);

}


/*=========================================================
BOOTSTRAP CONTAINER OVERRIDE
=========================================================*/

.container {

    max-width: 1240px;

}


/*=========================================================
COMMON SECTION
=========================================================*/

.section-padding {

    padding: 110px 0;

}


.section-label {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 18px;

    color: var(--red);

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 2.5px;

    text-transform: uppercase;

}


.section-label::before {

    content: "";

    width: 35px;

    height: 4px;

    background: var(--gold);

}


.section-label.light {

    color: var(--gold-light);

}


.section-title {

    margin-bottom: 25px;

    color: var(--navy);

    font-family: 'Playfair Display', serif;

    font-size: clamp(40px,
            5vw,
            68px);

    font-weight: 600;

    line-height: 1.08;

    letter-spacing: -1.5px;

}


.section-title span {

    color: var(--red);

}


.section-title.light {

    color: #fff;

}


.section-title.light span {

    color: var(--gold-light);

}


.section-text {

    color: var(--text);

    font-size: 12px;

    line-height: 1.9;

}


/*=========================================================
TOP BAR
=========================================================*/

.top-bar {

    position: relative;

    z-index: 2;

    background: var(--navy-dark);

    color: rgba(255,
            255,
            255,
            .65);

}


.top-bar-inner {

    min-height: 38px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

}


.top-left,
.top-right {

    display: flex;

    align-items: center;

    gap: 25px;

}


.top-bar span {

    display: flex;

    align-items: center;

    gap: 7px;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;

}


.top-bar i {

    color: var(--gold-light);

    font-size: 11px;

}


.top-right span {

    position: relative;

}


.top-right span:not(:last-child)::after {

    content: "";

    position: absolute;

    width: 1px;

    height: 10px;

    right: -13px;

    top: 50%;

    transform: translateY(-50%);

    background: rgba(255,
            255,
            255,
            .15);

}


/*=========================================================
FIXED HEADER
=========================================================*/

.site-header {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 9999;

    background: rgba(247,
            244,
            237,
            .98);

    box-shadow:
        0 3px 25px rgba(9, 21, 38, .06);

}


.navbar {

    min-height: 102px;

    padding: 0;

    background: var(--ivory);

    border-bottom: 1px solid rgba(20, 31, 48, .1);

    transition: var(--transition);

}


.navbar.navbar-scrolled {

    min-height: 82px;

    box-shadow:
        0 8px 30px rgba(9, 21, 38, .08);

}


/*=========================================================
BRAND
=========================================================*/

.brand-logo {

    display: flex;

    align-items: center;

    gap: 13px;

    flex-shrink: 0;

}


.brand-logo img {

    width: 48px;

    height: 58px;

    object-fit: contain;

}


.brand-text {

    display: flex;

    flex-direction: column;

    line-height: 1;

}


.brand-text strong {

    color: var(--navy);

    font-family: 'Playfair Display', serif;

    font-size: 20px;

    letter-spacing: .5px;

}


.brand-text span {

    margin-top: 6px;

    color: var(--red);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2.8px;

}


/*=========================================================
NAVIGATION
=========================================================*/

.navbar-nav {

    gap: 4px;

}


.nav-link {

    position: relative;

    padding:
        41px 13px !important;

    color: var(--navy) !important;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: .8px;

    text-transform: uppercase;

}


.nav-link::after {

    content: "";

    position: absolute;

    left: 13px;

    right: 13px;

    bottom: 30px;

    height: 2px;

    background: var(--gold);

    transform:
        scaleX(0);

    transform-origin: center;

    transition: var(--transition);

}


.nav-link:hover,
.nav-link.active {

    color: var(--red) !important;

}


.nav-link:hover::after,
.nav-link.active::after {

    transform:
        scaleX(1);

}


/*=========================================================
ADMISSION NAV BUTTON
=========================================================*/

.admission-nav {

    margin-left: 10px;

}


.nav-admission {

    min-width: 128px;

    min-height: 48px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    background: var(--red);

    color: #fff;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;

}


.nav-admission:hover {

    background: var(--navy);

    color: #fff;

}


.nav-admission i {

    font-size: 12px;

}


/*=========================================================
MOBILE TOGGLE
=========================================================*/

.navbar-toggler {

    width: 45px;

    height: 42px;

    padding: 8px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 5px;

    border: 1px solid var(--border);

    border-radius: 0;

    box-shadow: none !important;

}


.navbar-toggler span {

    display: block;

    width: 100%;

    height: 2px;

    background: var(--navy);

}


/*=========================================================
HERO
=========================================================*/

.patiala-hero {

    position: relative;

    min-height: 100vh;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: var(--navy-dark);

}


.hero-background {

    position: absolute;

    inset: 0;

}


.hero-background img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}


.hero-overlay {

    position: absolute;

    inset: 0;

    background:

        linear-gradient(90deg,
            rgba(7, 18, 32, .94) 0%,
            rgba(7, 18, 32, .78) 42%,
            rgba(7, 18, 32, .28) 75%,
            rgba(7, 18, 32, .35) 100%);

}


.hero-content {

    position: relative;

    z-index: 2;

    max-width: 750px;

    padding-top: 80px;

}


.hero-kicker {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 25px;

    color: var(--gold-light);

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 3px;

}


.hero-kicker span {

    width: 35px;

    height: 3px;

    background: var(--gold-light);

}


.hero-content h1 {

    max-width: 780px;

    margin-bottom: 25px;

    color: #fff;

    font-family: 'Playfair Display', serif;

    font-size: clamp(48px,
            7vw,
            88px);

    font-weight: 600;

    line-height: .98;

    letter-spacing: -2.5px;

}


.hero-content h1 em {

    color: var(--gold-light);

    font-style: normal;

}


.hero-content>p {

    max-width: 590px;

    margin-bottom: 35px;

    color: rgba(255,
            255,
            255,
            .68);

    font-size: 13px;

    line-height: 1.9;

}


.hero-buttons {

    display: flex;

    align-items: center;

    gap: 12px;

    flex-wrap: wrap;

}


.hero-btn {

    min-height: 52px;

    padding:
        0 25px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;

}


.hero-btn-primary {

    background: var(--gold);

    color: var(--navy);

}


.hero-btn-primary:hover {

    background: var(--gold-light);

    color: var(--navy);

}


.hero-btn-outline {

    border: 1px solid rgba(255, 255, 255, .45);

    color: #fff;

}


.hero-btn-outline:hover {

    background: #fff;

    border-color: #fff;

    color: var(--navy);

}


.hero-stats {

    display: flex;

    align-items: stretch;

    margin-top: 65px;

    border-top: 1px solid rgba(255, 255, 255, .18);

}


.hero-stat {

    min-width: 150px;

    padding:
        20px 28px 0 0;

}


.hero-stat:not(:first-child) {

    padding-left: 28px;

    border-left: 1px solid rgba(255, 255, 255, .18);

}


.hero-stat strong {

    display: block;

    color: #fff;

    font-size: 9px;

    letter-spacing: 1.5px;

}


.hero-stat span {

    display: block;

    margin-top: 5px;

    color: rgba(255,
            255,
            255,
            .42);

    font-size: 8px;

}


.hero-scroll {

    position: absolute;

    z-index: 3;

    right: 30px;

    bottom: 35px;

    display: flex;

    align-items: center;

    gap: 12px;

    color: rgba(255,
            255,
            255,
            .65);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    writing-mode:
        vertical-rl;

}


.hero-scroll i {

    color: var(--gold-light);

    font-size: 17px;

}


/*=========================================================
RESPONSIVE — LARGE TABLET
=========================================================*/

@media(max-width:1199px) {

    .container {

        max-width: 960px;

    }


    .navbar-nav {

        gap: 0;

    }


    .nav-link {

        padding-left: 8px !important;

        padding-right: 8px !important;

    }


    .nav-link::after {

        left: 8px;

        right: 8px;

    }


    .nav-admission {

        min-width: 110px;

    }

}


/*=========================================================
RESPONSIVE — TABLET
=========================================================*/

@media(max-width:991px) {

    :root {

        --header-height: 116px;

    }


    .top-bar {

        display: none;

    }


    .navbar {

        min-height: 116px;

    }


    .navbar.navbar-scrolled {

        min-height: 80px;

    }


    .navbar-collapse {

        margin-top: 15px;

        padding:
            10px 0 20px;

        background: var(--ivory);

        border-top: 1px solid var(--border);

    }


    .navbar-nav {

        align-items: stretch !important;

    }


    .nav-link {

        padding:
            14px 5px !important;

    }


    .nav-link::after {

        display: none;

    }


    .nav-link.active {

        padding-left: 12px !important;

        background:
            rgba(141, 47, 47, .06);

        border-left:
            2px solid var(--gold);

    }


    .admission-nav {

        margin:
            12px 0 0;

    }


    .nav-admission {

        width: 100%;

    }


    .patiala-hero {

        min-height:
            calc(100vh - 116px);

    }


    .hero-content {

        padding-top: 30px;

    }


    .hero-scroll {

        display: none;

    }

}


/*=========================================================
RESPONSIVE — MOBILE
=========================================================*/

@media(max-width:767px) {

    :root {

        --header-height: 80px;

    }


    .navbar {

        min-height: 80px;

    }


    .navbar.navbar-scrolled {

        min-height: 70px;

    }


    .brand-logo img {

        width: 38px;

        height: 45px;

    }


    .brand-text strong {

        font-size: 14px;

    }


    .brand-text span {

        font-size: 7px;

        letter-spacing: 2px;

    }


    .section-padding {

        padding: 75px 0;

    }


    .section-title {

        font-size:
            clamp(36px,
                10vw,
                50px);

        letter-spacing: -1px;

    }


    .patiala-hero {

        min-height:
            calc(100vh - 80px);

    }


    .hero-background img {

        object-position:
            62% center;

    }


    .hero-overlay {

        background:

            linear-gradient(90deg,
                rgba(7, 18, 32, .93),
                rgba(7, 18, 32, .67));

    }


    .hero-content {

        padding:
            35px 0 30px;

    }


    .hero-kicker {

        font-size: 7px;

        letter-spacing: 2px;

    }


    .hero-content h1 {

        font-size:
            clamp(43px,
                12vw,
                65px);

        letter-spacing: -1.5px;

    }


    .hero-content>p {

        font-size: 11px;

    }


    .hero-buttons {

        flex-direction: column;

        align-items: stretch;

    }


    .hero-btn {

        width: 100%;

    }


    .hero-stats {

        margin-top: 40px;

    }


    .hero-stat {

        min-width: 0;

        flex: 1;

        padding:
            16px 10px 0 0;

    }


    .hero-stat:not(:first-child) {

        padding-left: 10px;

    }


    .hero-stat strong {

        font-size: 7px;

    }


    .hero-stat span {

        font-size: 7px;

    }

}


/*=========================================================
SMALL MOBILE
=========================================================*/

@media(max-width:480px) {

    .container {

        padding-left: 20px;

        padding-right: 20px;

    }


    .brand-text strong {

        font-size: 13px;

    }


    .hero-content h1 {

        font-size: 43px;

    }


    .hero-stats {

        display: grid;

        grid-template-columns:
            repeat(3, 1fr);

    }


    .hero-stat {

        padding-right: 7px;

    }


    .hero-stat:not(:first-child) {

        padding-left: 7px;

    }
}

/*=========================================================
ABOUT
=========================================================*/

.about-section {

    position: relative;

    background: var(--ivory);

}


.about-layout {

    display: grid;

    grid-template-columns:
        .9fr 1.1fr;

    gap: 80px;

    align-items: center;

}


/* IMAGE */

.about-image-wrap {

    position: relative;

    padding:
        25px 25px 45px 0;

}


.about-image {

    position: relative;

    height: 590px;

    overflow: hidden;

}


.about-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform .8s ease;

}


.about-image-wrap:hover .about-image img {

    transform: scale(1.04);

}


/* DECORATIVE FRAME */

.about-frame {

    position: absolute;

    top: 0;

    right: 0;

    width: 70%;

    height: 70%;

    border: 1px solid var(--gold);

    z-index: 0;

}


.about-image {

    position: relative;

    z-index: 1;

}


/* YEAR BADGE */

.about-badge {

    position: absolute;

    z-index: 3;

    right: 0;

    bottom: 0;

    width: 180px;

    min-height: 145px;

    padding: 25px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background: var(--red);

    color: #fff;

}


.about-badge strong {

    font-family:
        'Playfair Display',
        serif;

    font-size: 43px;

    line-height: 1;

    color: var(--gold-light);

}


.about-badge span {

    margin-top: 9px;

    color: rgba(255,
            255,
            255,
            .7);

    font-size: 8px;

    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 1px;

    text-transform: uppercase;

}


/* CONTENT */

.about-content {

    padding-right: 30px;

}


.about-content .section-title {

    max-width: 650px;

}


.about-content>p {

    max-width: 600px;

    margin-bottom: 18px;

    color: var(--text);

    font-size: 13px;

    line-height: 1.95;

}


/* HIGHLIGHTS */

.about-points {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 1px;

    margin-top: 38px;

    border-top: 1px solid var(--border);

    border-bottom: 1px solid var(--border);

}


.about-point {

    min-height: 125px;

    padding:
        22px 18px 20px 0;

}


.about-point:not(:first-child) {

    padding-left: 18px;

    border-left: 1px solid var(--border);

}


.about-point i {

    display: block;

    margin-bottom: 15px;

    color: var(--red);

    font-size: 22px;

}


.about-point strong {

    display: block;

    margin-bottom: 6px;

    color: var(--navy);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .5px;

}


.about-point span {

    display: block;

    color: var(--muted);

    font-size: 9px;

    line-height: 1.6;

}


.about-link {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 30px;

    color: var(--red);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.2px;

    text-transform: uppercase;

}


.about-link i {

    transition:
        transform .3s ease;

}


.about-link:hover i {

    transform:
        translateX(5px);

}


/*=========================================================
WHY CHOOSE US
=========================================================*/

.why-section {

    background:
        var(--navy);

    color: #fff;

    overflow: hidden;

}


.why-header {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 60px;

    margin-bottom: 60px;

}


.why-header .section-title {

    max-width: 680px;

    margin-bottom: 0;

}


.why-header>p {

    max-width: 390px;

    margin: 0;

    color: rgba(255,
            255,
            255,
            .55);

    font-size: 11px;

    line-height: 1.9;

}


/* GRID */

.why-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    border-top: 1px solid rgba(255, 255, 255, .15);

    border-bottom: 1px solid rgba(255, 255, 255, .15);

}


.why-card {

    position: relative;

    min-height: 300px;

    padding:
        35px 28px;

    overflow: hidden;

}


.why-card:not(:last-child) {

    border-right: 1px solid rgba(255, 255, 255, .15);

}


.why-number {

    position: absolute;

    top: 25px;

    right: 25px;

    color: rgba(255,
            255,
            255,
            .2);

    font-family:
        'Playfair Display',
        serif;

    font-size: 34px;

}


.why-icon {

    width: 55px;

    height: 55px;

    margin-bottom: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(200, 154, 69, .6);

    color: var(--gold-light);

    font-size: 21px;

}


.why-card h3 {

    margin-bottom: 13px;

    color: #fff;

    font-family:
        'Playfair Display',
        serif;

    font-size: 25px;

    font-weight: 600;

}


.why-card p {

    margin: 0;

    color: rgba(255,
            255,
            255,
            .48);

    font-size: 10px;

    line-height: 1.8;

}


.why-card::after {

    content: "";

    position: absolute;

    left: 28px;

    bottom: 25px;

    width: 30px;

    height: 2px;

    background: var(--gold);

}


/* HOVER */

.why-card {

    transition:
        background .4s ease;

}


.why-card:hover {

    background:
        rgba(255, 255, 255, .045);

}


/*=========================================================
ACADEMICS
=========================================================*/

.academics-section {

    background: var(--cream);

}


.academics-header {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 60px;

    margin-bottom: 55px;

}


.academics-header .section-title {

    max-width: 670px;

    margin-bottom: 0;

}


.academics-header>p {

    max-width: 400px;

    margin-bottom: 8px;

    color: var(--text);

    font-size: 11px;

    line-height: 1.9;

}


/* FEATURE */

.academic-feature {

    display: grid;

    grid-template-columns:
        1.05fr .95fr;

    min-height: 520px;

    background: #fff;

}


.academic-feature-image {

    position: relative;

    min-height: 520px;

    overflow: hidden;

}


.academic-feature-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform .8s ease;

}


.academic-feature:hover .academic-feature-image img {

    transform: scale(1.035);

}


.academic-feature-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(180deg,
            transparent 60%,
            rgba(8, 20, 36, .3));

}


.academic-feature-content {

    padding:
        65px 60px;

    display: flex;

    flex-direction: column;

    justify-content: center;

}


.feature-label {

    margin-bottom: 18px;

    color: var(--gold);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;

}


.academic-feature-content h3 {

    max-width: 500px;

    margin-bottom: 22px;

    color: var(--navy);

    font-family:
        'Playfair Display',
        serif;

    font-size: 43px;

    line-height: 1.12;

}


.academic-feature-content h3 span {

    color: var(--red);

}


.academic-feature-content p {

    max-width: 510px;

    margin-bottom: 15px;

    color: var(--text);

    font-size: 11px;

    line-height: 1.9;

}


/* ACADEMIC LINK */

.academic-link {

    align-self: flex-start;

    margin-top: 20px;

    padding:
        15px 20px;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    background: var(--navy);

    color: #fff;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;

}


.academic-link:hover {

    background: var(--red);

    color: #fff;

}


/* ACADEMIC CARDS */

.academic-cards {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    margin-top: 1px;

}


.academic-card {

    min-height: 220px;

    padding:
        30px 28px;

    background: #fff;

    border-right: 1px solid var(--border);

    border-bottom: 1px solid var(--border);

    transition:
        transform .3s ease,
        background .3s ease;

}


.academic-card:nth-child(3n) {

    border-right: none;

}


.academic-card:hover {

    position: relative;

    z-index: 2;

    background: var(--navy);

    transform:
        translateY(-5px);

}


.academic-card i {

    display: block;

    margin-bottom: 32px;

    color: var(--red);

    font-size: 22px;

}


.academic-card:hover i {

    color: var(--gold-light);

}


.academic-card h4 {

    margin-bottom: 10px;

    color: var(--navy);

    font-family:
        'Playfair Display',
        serif;

    font-size: 23px;

}


.academic-card:hover h4 {

    color: #fff;

}


.academic-card p {

    max-width: 270px;

    margin: 0;

    color: var(--muted);

    font-size: 9px;

    line-height: 1.8;

}


.academic-card:hover p {

    color: rgba(255,
            255,
            255,
            .55);

}


/*=========================================================
TRAINING
=========================================================*/

.training-section {

    background: var(--red);

    color: #fff;

    overflow: hidden;

}


.training-layout {

    display: grid;

    grid-template-columns:
        .9fr 1.1fr;

    min-height: 650px;

}


.training-content {

    padding:
        100px 80px 100px max(30px, calc((100vw - 1240px)/2));

    display: flex;

    flex-direction: column;

    justify-content: center;

}


.training-content .section-title {

    max-width: 580px;

    margin-bottom: 25px;

}


.training-content>p {

    max-width: 530px;

    color: rgba(255,
            255,
            255,
            .67);

    font-size: 11px;

    line-height: 1.9;

}


.training-points {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    max-width: 560px;

    margin-top: 30px;

    border-top: 1px solid rgba(255, 255, 255, .18);

}


.training-point {

    display: flex;

    align-items: flex-start;

    gap: 14px;

    padding:
        20px 20px 20px 0;

}


.training-point:nth-child(odd) {

    border-right: 1px solid rgba(255, 255, 255, .18);

}


.training-point:nth-child(n+3) {

    border-top: 1px solid rgba(255, 255, 255, .18);

}

.training-point:nth-child(even) {

    padding-left: 20px;

}

.training-point i {

    color: var(--gold-light);

    font-size: 19px;

}

.training-point strong {

    display: block;

    margin-bottom: 5px;

    color: #fff;

    font-size: 9px;

    letter-spacing: .5px;

}


.training-point span {

    display: block;

    color: rgba(255,
            255,
            255,
            .5);

    font-size: 8px;

    line-height: 1.6;

}


/* IMAGE */

.training-image {

    position: relative;

    min-height: 650px;

    overflow: hidden;

}


.training-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}


.training-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(105, 34, 34, .45),
            transparent);

}


.training-badge {

    position: absolute;

    z-index: 2;

    right: 35px;

    bottom: 35px;

    width: 145px;

    height: 145px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .4);

    background: rgba(20, 20, 20, .28);

    backdrop-filter: blur(5px);

}


.training-badge i {

    margin-bottom: 10px;

    color: var(--gold-light);

    font-size: 28px;

}


.training-badge span {

    color: #fff;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1px;

    line-height: 1.6;

    text-align: center;

    text-transform: uppercase;

}


/*=========================================================
RESPONSIVE — 1199px
=========================================================*/

@media(max-width:1199px) {

    .about-layout {

        gap: 50px;

    }


    .about-image {

        height: 520px;

    }


    .academic-feature-content {

        padding:
            45px;

    }


    .academic-feature-content h3 {

        font-size: 37px;

    }


    .training-content {

        padding:
            80px 45px;

    }

}


/*=========================================================
RESPONSIVE — 991px
=========================================================*/

@media(max-width:991px) {

    .about-layout {

        grid-template-columns:
            1fr;

        gap: 50px;

    }


    .about-content {

        padding-right: 0;

    }


    .about-image {

        height: 550px;

    }


    .why-header {

        align-items: flex-start;

        flex-direction: column;

        gap: 20px;

    }


    .why-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .why-card:nth-child(2) {

        border-right: none;

    }


    .why-card:nth-child(n+3) {

        border-top: 1px solid rgba(255, 255, 255, .15);

    }


    .academics-header {

        align-items: flex-start;

        flex-direction: column;

        gap: 20px;

    }


    .academic-feature {

        grid-template-columns:
            1fr;

    }


    .academic-feature-image {

        min-height: 450px;

    }


    .academic-feature-content {

        padding: 50px;

    }


    .academic-cards {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .academic-card:nth-child(3n) {

        border-right: 1px solid var(--border);

    }


    .academic-card:nth-child(2n) {

        border-right: none;

    }


    .training-layout {

        grid-template-columns:
            1fr;

    }


    .training-content {

        min-height: auto;

        padding:
            80px 30px;

    }


    .training-image {

        min-height: 500px;

    }

}


/*=========================================================
RESPONSIVE — 767px
=========================================================*/

@media(max-width:767px) {

    .about-image-wrap {

        padding:
            15px 15px 35px 0;

    }


    .about-image {

        height: 420px;

    }


    .about-frame {

        width: 65%;

        height: 65%;

    }


    .about-badge {

        width: 145px;

        min-height: 115px;

        padding: 18px;

    }


    .about-badge strong {

        font-size: 34px;

    }


    .about-points {

        grid-template-columns:
            1fr;

    }


    .about-point {

        min-height: auto;

        padding:
            20px 0;

    }


    .about-point:not(:first-child) {

        padding-left: 0;

        border-left: none;

        border-top: 1px solid var(--border);

    }


    .why-grid {

        grid-template-columns:
            1fr;

    }


    .why-card {

        min-height: 250px;

        border-right: none !important;

    }


    .why-card:not(:first-child) {

        border-top: 1px solid rgba(255, 255, 255, .15);

    }


    .academic-feature-image {

        min-height: 350px;

    }


    .academic-feature-content {

        padding:
            40px 25px;

    }


    .academic-feature-content h3 {

        font-size: 32px;

    }


    .academic-cards {

        grid-template-columns:
            1fr;

    }


    .academic-card,
    .academic-card:nth-child(3n),
    .academic-card:nth-child(2n) {

        border-right: none;

    }


    .training-content {

        padding:
            70px 20px;

    }


    .training-points {

        grid-template-columns:
            1fr;

    }


    .training-point:nth-child(odd) {

        border-right: none;

    }


    .training-point:nth-child(n+3) {

        border-top: none;

    }


    .training-point+.training-point {

        border-top: 1px solid rgba(255, 255, 255, .18);

    }


    .training-point:nth-child(even) {

        padding-left: 0;

    }


    .training-image {

        min-height: 400px;

    }


    .training-badge {

        width: 110px;

        height: 110px;

        right: 20px;

        bottom: 20px;

    }

}

/*=========================================================
FACILITIES
=========================================================*/

.facilities-section {
    background: var(--ivory);
}

.facilities-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 55px;
}

.facilities-heading .section-title {
    max-width: 650px;
    margin-bottom: 0;
}

.facilities-heading>p {
    max-width: 390px;
    margin: 0 0 5px;
    color: var(--text);
    font-size: 11px;
    line-height: 1.9;
}


/* GRID */

.facilities-grid {
    display: grid;
    grid-template-columns:
        repeat(2, 1fr);
    gap: 1px;
    background: var(--border);
}


/* CARD */

.facility-item {
    position: relative;
    display: grid;
    grid-template-columns:
        .9fr 1.1fr;
    min-height: 330px;
    overflow: hidden;
    background: #fff;
}

.facility-image {
    position: relative;
    min-height: 330px;
    overflow: hidden;
}

.facility-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .7s ease;
}

.facility-item:hover .facility-image img {
    transform: scale(1.06);
}

.facility-content {
    position: relative;
    padding: 38px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.facility-content>span {
    margin-bottom: 12px;
    color: var(--gold);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.facility-content h3 {
    margin-bottom: 12px;
    color: var(--navy);
    font-family: 'Playfair Display', serif;
    font-size: 29px;
}

.facility-content p {
    max-width: 250px;
    margin: 0;
    color: var(--text);
    font-size: 10px;
    line-height: 1.8;
}

.facility-content>i {
    position: absolute;
    right: 25px;
    bottom: 25px;
    color: var(--red);
    font-size: 18px;
    transition:
        transform .3s ease;
}

.facility-item:hover .facility-content>i {
    transform: translate(4px, -4px);
}


/*=========================================================
RESIDENTIAL
=========================================================*/

.residential-section {
    background: var(--navy);
    overflow: hidden;
}

.residential-layout {
    display: grid;
    grid-template-columns:
        1fr 1fr;
    min-height: 680px;
}

.residential-image {
    position: relative;
    min-height: 680px;
    overflow: hidden;
}

.residential-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .8s ease;
}

.residential-section:hover .residential-image img {
    transform: scale(1.025);
}

.residential-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(9, 21, 38, .05),
            rgba(9, 21, 38, .4));
}

.residential-content {
    padding:
        100px max(35px, calc((100vw - 1240px)/2)) 100px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.residential-content .section-title {
    max-width: 580px;
}

.residential-content>p {
    max-width: 550px;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.9;
}

.residential-points {
    display: grid;
    grid-template-columns:
        repeat(2, 1fr);
    max-width: 570px;
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.residential-point {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding:
        20px 18px 20px 0;
}

.residential-point:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.residential-point:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.residential-point:nth-child(even) {
    padding-left: 18px;
}

.residential-point i {
    color: var(--gold-light);
    font-size: 18px;
}

.residential-point strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 9px;
}

.residential-point span {
    display: block;
    color: rgba(255, 255, 255, .43);
    font-size: 8px;
    line-height: 1.6;
}


/*=========================================================
SPORTS
=========================================================*/

.sports-section {
    background: var(--cream);
}

.sports-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 50px;
}

.sports-heading .section-title {
    margin-bottom: 0;
}

.sports-heading>p {
    max-width: 410px;
    margin: 0 0 5px;
    color: var(--text);
    font-size: 11px;
    line-height: 1.9;
}

.sports-grid {
    display: grid;
    grid-template-columns:
        repeat(4, 1fr);
    gap: 12px;
}

.sport-card {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    background: var(--navy);
}

.sport-image {
    position: absolute;
    inset: 0;
}

.sport-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .8s ease;
}

.sport-card:hover .sport-image img {
    transform: scale(1.08);
}

.sport-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top,
            rgba(9, 21, 38, .95),
            rgba(9, 21, 38, .05) 65%);
}

.sport-overlay {
    position: absolute;
    z-index: 2;
    left: 25px;
    right: 25px;
    bottom: 25px;
}

.sport-overlay>span {
    color: var(--gold-light);
    font-family:
        'Playfair Display', serif;
    font-size: 13px;
}

.sport-overlay h3 {
    margin: 5px 0 7px;
    color: #fff;
    font-family:
        'Playfair Display', serif;
    font-size: 28px;
}

.sport-overlay p {
    margin: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 9px;
}


/*=========================================================
REGIONAL SEO GUIDE
=========================================================*/

.regional-seo-section {
    background: #fff;
}

.regional-seo-layout {
    display: grid;
    grid-template-columns:
        .8fr 1.2fr;
    gap: 100px;
    align-items: start;
}

.regional-seo-intro {
    position: sticky;
    top:
        calc(var(--header-height) + 35px);
}

.regional-seo-intro .section-title {
    max-width: 500px;
}

.regional-seo-intro>p {
    max-width: 400px;
    color: var(--text);
    font-size: 11px;
    line-height: 1.9;
}

.regional-seo-content {
    padding-top: 8px;
}

.regional-seo-content>p {
    margin-bottom: 23px;
    color: var(--text);
    font-size: 12px;
    line-height: 1.95;
}

.regional-seo-content strong {
    color: var(--navy);
    font-weight: 700;
}

.regional-note {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 30px;
    padding: 20px;
    border-left: 3px solid var(--gold);
    background: var(--cream);
}

.regional-note i {
    flex-shrink: 0;
    color: var(--red);
    font-size: 18px;
}

.regional-note span {
    color: var(--text);
    font-size: 9px;
    line-height: 1.8;
}

.regional-note strong {
    color: var(--navy);
}


/*=========================================================
ADMISSION
=========================================================*/

.admission-section {
    position: relative;
    padding: 110px 0;
    background: var(--navy-dark);
    overflow: hidden;
}

.admission-section::before {
    content: "";
    position: absolute;
    top: -300px;
    right: -180px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(200, 154, 69, .14);
    border-radius: 50%;
}

.admission-section::after {
    content: "";
    position: absolute;
    left: -300px;
    bottom: -400px;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
}

.admission-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        1.1fr .9fr;
    gap: 90px;
    align-items: center;
}

.admission-content .section-title {
    max-width: 700px;
}

.admission-content>p {
    max-width: 600px;
    color: rgba(255, 255, 255, .56);
    font-size: 12px;
    line-height: 1.9;
}

.admission-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.admission-primary,
.admission-secondary {
    min-height: 52px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.admission-primary {
    background: var(--gold);
    color: var(--navy);
}

.admission-primary:hover {
    background: var(--gold-light);
    color: var(--navy);
}

.admission-secondary {
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
}

.admission-secondary:hover {
    background: #fff;
    color: var(--navy);
}


/* ADMISSION CARD */

.admission-card {
    padding: 38px;
    background: #fff;
    border-top: 4px solid var(--gold);
}

.admission-card-label {
    color: var(--red);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.admission-card h3 {
    margin: 12px 0 25px;
    color: var(--navy);
    font-family:
        'Playfair Display', serif;
    font-size: 29px;
}

.admission-step {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 12px;
    padding: 17px 0;
    border-top: 1px solid var(--border);
}

.admission-step>span {
    color: var(--gold);
    font-family:
        'Playfair Display', serif;
    font-size: 15px;
}

.admission-step strong {
    display: block;
    margin-bottom: 5px;
    color: var(--navy);
    font-size: 10px;
}

.admission-step p {
    margin: 0;
    color: var(--muted);
    font-size: 8px;
    line-height: 1.7;
}


/*=========================================================
RESPONSIVE — 1199px
=========================================================*/

@media(max-width:1199px) {

    .facility-item {
        grid-template-columns:
            1fr 1fr;
    }

    .residential-content {
        padding:
            80px 45px;
    }

    .regional-seo-layout {
        gap: 55px;
    }

    .admission-layout {
        gap: 55px;
    }

}


/*=========================================================
RESPONSIVE — 991px
=========================================================*/

@media(max-width:991px) {

    .facilities-heading,
    .sports-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .facilities-grid {
        grid-template-columns: 1fr;
    }

    .residential-layout {
        grid-template-columns: 1fr;
    }

    .residential-image {
        min-height: 500px;
    }

    .residential-content {
        min-height: 620px;
        padding:
            80px 30px;
    }

    .regional-seo-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .regional-seo-intro {
        position: static;
    }

    .admission-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

}


/*=========================================================
RESPONSIVE — 767px
=========================================================*/

@media(max-width:767px) {

    .facility-item {
        grid-template-columns: 1fr;
    }

    .facility-image {
        min-height: 260px;
    }

    .facility-content {
        min-height: 230px;
        padding: 28px 25px;
    }

    .residential-image {
        min-height: 360px;
    }

    .residential-content {
        min-height: auto;
        padding:
            70px 20px;
    }

    .residential-points {
        grid-template-columns: 1fr;
    }

    .residential-point {
        padding:
            17px 0 !important;
    }

    .residential-point:nth-child(odd) {
        border-right: none;
    }

    .residential-point:nth-child(n+3) {
        border-top: none;
    }

    .residential-point+.residential-point {
        border-top: 1px solid rgba(255, 255, 255, .15);
    }

    .sports-grid {
        grid-template-columns:
            1fr 1fr;
    }

    .sport-card {
        min-height: 350px;
    }

    .regional-seo-content>p {
        font-size: 11px;
    }

    .admission-section {
        padding: 75px 0;
    }

    .admission-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .admission-primary,
    .admission-secondary {
        width: 100%;
    }

    .admission-card {
        padding: 28px 22px;
    }

}


/*=========================================================
SMALL MOBILE
=========================================================*/

@media(max-width:480px) {

    .sports-grid {
        grid-template-columns: 1fr;
    }

    .sport-card {
        min-height: 380px;
    }

    .regional-note {
        padding: 16px;
    }

}

/*=========================================================
GALLERY
=========================================================*/

.gallery-section {
    background: var(--ivory);
}

.gallery-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 55px;
}

.gallery-heading .section-title {
    margin-bottom: 0;
}

.gallery-heading>p {
    max-width: 390px;
    margin: 0 0 5px;
    color: var(--text);
    font-size: 11px;
    line-height: 1.9;
}


/* GALLERY GRID */

.gallery-grid {
    display: grid;
    grid-template-columns:
        1.35fr .8fr .8fr;
    grid-template-rows:
        300px 300px;
    gap: 10px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    background: var(--navy);
}

.gallery-large {
    grid-row:
        span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .8s ease;
}

.gallery-item:hover img {
    transform: scale(1.07);
}

.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top,
            rgba(7, 18, 32, .82),
            transparent 55%);
    pointer-events: none;
}

.gallery-caption {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.gallery-caption span {
    color: var(--gold-light);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.gallery-caption strong {
    color: #fff;
    font-family:
        'Playfair Display', serif;
    font-size: 18px;
}


/*=========================================================
FAQ
=========================================================*/

.faq-section {
    background: var(--cream);
}

.faq-layout {
    display: grid;
    grid-template-columns:
        .75fr 1.25fr;
    gap: 100px;
    align-items: start;
}

.faq-intro {
    position: sticky;
    top:
        calc(var(--header-height) + 35px);
}

.faq-intro .section-title {
    max-width: 450px;
}

.faq-intro>p {
    max-width: 400px;
    margin-bottom: 25px;
    color: var(--text);
    font-size: 11px;
    line-height: 1.9;
}

.faq-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--red);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.faq-contact-link i {
    transition:
        transform .3s ease;
}

.faq-contact-link:hover i {
    transform:
        translateX(5px);
}


/* FAQ ITEMS */

.faq-list {
    border-top: 1px solid var(--border);
}

.faq-item {
    border-bottom: 1px solid var(--border);
}

.faq-question {
    width: 100%;
    min-height: 78px;
    padding:
        20px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    background: transparent;
    color: var(--navy);
    text-align: left;
    font-size: 11px;
    font-weight: 700;
}

.faq-question i {
    flex-shrink: 0;
    color: var(--red);
    font-size: 14px;
    transition:
        transform .3s ease;
}

.faq-item.active .faq-question i {
    transform:
        rotate(45deg);
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition:
        grid-template-rows .35s ease;
}

.faq-answer>div {
    overflow: hidden;
}

.faq-answer p {
    max-width: 700px;
    margin: 0;
    padding:
        0 45px 25px 5px;
    color: var(--text);
    font-size: 10px;
    line-height: 1.9;
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}


/*=========================================================
CONTACT
=========================================================*/

.contact-section {
    background: var(--red);
}

.contact-layout {
    display: grid;
    grid-template-columns:
        .9fr 1.1fr;
    min-height: 700px;
}

.contact-information {
    padding:
        100px max(35px, calc((100vw - 1240px)/2)) 100px max(35px, calc((100vw - 1240px)/2));
    padding-right: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-information .section-title {
    max-width: 550px;
}

.contact-information>p {
    max-width: 500px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.9;
}


/* CONTACT DETAILS */

.contact-details {
    max-width: 500px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.contact-detail i {
    width: 25px;
    color: var(--gold-light);
    font-size: 17px;
}

.contact-detail span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .4);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-detail strong {
    display: block;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
}


/* SOCIAL */

.contact-social {
    display: flex;
    gap: 8px;
    margin-top: 25px;
}

.contact-social a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    font-size: 12px;
}

.contact-social a:hover {
    background: #fff;
    border-color: #fff;
    color: var(--red);
}


/* CONTACT FORM */

.contact-form {
    padding:
        80px max(35px, calc((100vw - 1240px)/2)) 80px 70px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-heading {
    margin-bottom: 35px;
}

.form-heading>span {
    display: block;
    margin-bottom: 10px;
    color: var(--gold);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.form-heading h3 {
    margin: 0;
    color: var(--navy);
    font-family:
        'Playfair Display', serif;
    font-size: 36px;
}


/* FORM ROW */

.form-row {
    display: grid;
    grid-template-columns:
        repeat(2, 1fr);
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--navy);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding:
        14px 15px;
    border: 1px solid var(--border);
    border-radius: 0;
    outline: none;
    background: #fff;
    color: var(--navy);
    font-size: 10px;
    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}

.form-group input,
.form-group select {
    min-height: 48px;
}

.form-group textarea {
    min-height: 135px;
    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--gold);
    box-shadow:
        0 0 0 3px rgba(200, 154, 69, .1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #a6abb0;
}


/* SUBMIT */

.contact-submit {
    min-height: 52px;
    padding:
        0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    background: var(--navy);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition);
}

.contact-submit:hover {
    background: var(--red);
}


/*=========================================================
FOOTER
=========================================================*/

.site-footer {
    background: var(--navy-dark);
    color: #fff;
    padding:
        75px 0 0;
}

.footer-main {
    display: grid;
    grid-template-columns:
        1.7fr .7fr .8fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
}


/* FOOTER BRAND */

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.footer-brand img {
    width: 45px;
    height: 55px;
    object-fit: contain;
}

.footer-brand strong {
    display: block;
    color: #fff;
    font-family:
        'Playfair Display', serif;
    font-size: 16px;
    line-height: 1;
}

.footer-brand span {
    display: block;
    margin-top: 6px;
    color: var(--gold-light);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.footer-brand-column>p {
    max-width: 350px;
    margin:
        22px 0 25px;
    color: rgba(255, 255, 255, .42);
    font-size: 9px;
    line-height: 1.8;
}


/* FOOTER SOCIAL */

.footer-social {
    display: flex;
    gap: 7px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
}

.footer-social a:hover {
    border-color: var(--gold);
    background: var(--gold);
    color: var(--navy);
}


/* FOOTER COLUMNS */

.footer-column h4 {
    margin-bottom: 22px;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column li {
    margin-bottom: 12px;
}

.footer-column li a {
    color: rgba(255, 255, 255, .43);
    font-size: 9px;
}

.footer-column li a:hover {
    color: var(--gold-light);
}


/* FOOTER CONTACT */

.footer-contact-column li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact-column li i {
    flex-shrink: 0;
    color: var(--gold-light);
    font-size: 12px;
}

.footer-contact-column li span {
    color: rgba(255, 255, 255, .43);
    font-size: 9px;
    line-height: 1.6;
}


/* FOOTER BOTTOM */

.footer-bottom {
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .3);
    font-size: 8px;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, .35);
    font-size: 8px;
}

.footer-bottom-links a:hover {
    color: var(--gold-light);
}


/*=========================================================
BACK TO TOP
=========================================================*/

.back-to-top {
    position: fixed;
    z-index: 9998;
    right: 25px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: var(--gold);
    color: var(--navy);
    font-size: 15px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform:
        translateY(15px);
    transition: var(--transition);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform:
        translateY(0);
}

.back-to-top:hover {
    background: var(--red);
    color: #fff;
}


/*=========================================================
TABLET
=========================================================*/

@media(max-width:991px) {

    .gallery-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .gallery-grid {
        grid-template-columns:
            1fr 1fr;
        grid-template-rows:
            300px 300px 300px;
    }

    .gallery-large {
        grid-column:
            span 2;
        grid-row:
            span 1;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-information {
        padding:
            80px 30px;
    }

    .contact-form {
        padding:
            70px 30px;
    }

    .footer-main {
        grid-template-columns:
            1.5fr 1fr 1fr;
        gap: 45px;
    }

    .footer-contact-column {
        grid-column:
            span 3;
    }

}


/*=========================================================
MOBILE
=========================================================*/

@media(max-width:767px) {

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows:
            repeat(5, 300px);
    }

    .gallery-large {
        grid-column: auto;
        grid-row: auto;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .faq-intro {
        position: static;
    }

    .faq-question {
        min-height: 70px;
        padding:
            17px 0;
        font-size: 10px;
    }

    .faq-answer p {
        padding:
            0 20px 22px 0;
    }

    .contact-information {
        padding:
            70px 20px;
    }

    .contact-form {
        padding:
            60px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-heading h3 {
        font-size: 31px;
    }

    .footer-main {
        grid-template-columns:
            1fr 1fr;
        gap: 40px 25px;
        padding-bottom: 40px;
    }

    .footer-brand-column {
        grid-column:
            span 2;
    }

    .footer-contact-column {
        grid-column:
            span 2;
    }

    .footer-bottom {
        min-height: auto;
        padding: 20px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

}


/*=========================================================
SMALL MOBILE
=========================================================*/

@media(max-width:480px) {

    .gallery-grid {
        grid-template-rows:
            repeat(5, 260px);
    }

    .gallery-caption {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .gallery-caption strong {
        font-size: 16px;
    }

    .faq-question {
        gap: 12px;
    }

    .faq-question i {
        font-size: 12px;
    }

    .contact-detail strong {
        font-size: 8px;
    }

    .back-to-top {
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
    }

}


/*=========================================================
ACCESSIBILITY / REDUCED MOTION
=========================================================*/

@media(prefers-reduced-motion:reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important;
    }

}