﻿[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


    /* Ratcliffe-like premium palette */
    --color-primary: #15222e; /* deep navy */
    --color-accent: #b4975a;  /* warm gold */
    --color-muted: #7a858d;
    --bg-muted: #f5f4f0;
    --text-color: #333333;

    --heading-font: 'Playfair Display', serif;
    --body-font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}


.icon-cancel:before {
    content: '\e800';
}

.icon-phone:before {
    content: '\e801';
}

.icon-location:before {
    content: '\e802';
}

.icon-star:before {
    content: '\e803';
}

.icon-star-half:before {
    content: '\e804';
}

.icon-clock:before {
    content: '\e805';
}

.icon-calendar:before {
    content: '\e806';
}

.icon-down-open:before {
    content: '\e807';
}

.icon-left-open:before {
    content: '\e808';
}

.icon-right-open:before {
    content: '\e809';
}

.icon-up-open:before {
    content: '\e80a';
}

.icon-user:before {
    content: '\e80b';
}

.icon-twitter:before {
    content: '\f099';
}

.icon-facebook:before {
    content: '\f09a';
}

.icon-menu:before {
    content: '\f0c9';
}

.icon-mail-alt:before {
    content: '\f0e0';
}

.icon-youtube:before {
    content: '\f167';
}

.icon-youtube-play:before {
    content: '\f16a';
}

.icon-instagram:before {
    content: '\f16d';
}

.icon-google:before {
    content: '\f1a0';
}

.icon-paper-plane:before {
    content: '\f1d8';
}

.icon-pinterest:before {
    content: '\f231';
}

.bg-grey {
    background: var(--bg-muted) !important;
}

/* Ratcliffe-like: background forcing (DISABLED)
   This was preventing per-section `data-bgcolor` from showing.
   Keep Ratcliffe design using per-section `data-bgcolor` values set in index.php.
*/



html,
body {
    background: var(--bg-band-1) !important;
}

/* Override inline section backgrounds so they don't keep changing */
section[style],
section[style*="background-color"],
.main-section[style],
.main-section[style*="background-color"] {
    background-color: var(--bg-band-1) !important;
}

/* If section has a data-bgcolor and your site uses it for band-2,
   map it to band-2. (Safe default: only triggers when a data-bgcolor exists.) */
section[data-bgcolor] {
    background-color: var(--bg-band-2) !important;
}

/* Keep backgrounds uniform behind/around sections */
.bg-grey,
section,
main,
.container,
.container-fluid {
    background-color: transparent;
}


/* Ensure the page background is consistent behind/around all sections */
html,
body {
    background: var(--bg-muted) !important;
}



body {
    margin: 0px;
    padding: 0px;
    font-family: var(--body-font);
    font-size: 1rem;
    color: var(--text-color);
    max-width: 100vw;
    overflow-x: hidden;
    background: var(--bg-muted);
}


a {
    text-decoration: none;
    color: inherit;
}
.text-justify{
    text-align: justify;
}

.btn {
    border-radius: 0;
    border: 2px solid;
    padding: 0.5rem 0.75rem;
}

.heading-font {
    font-family: var(--heading-font);
    font-size: 2rem;
    /* ensure headings stay readable on light + dark sections */
    color: #15222e;
    margin-bottom: 15px;
    line-height: 1.1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}



.sub-heading-font {
    font-size: 1.2rem;
    line-height: 1.2;
    color: var(--color-muted);
    /* max-width: 85%;*/
    margin: auto;
}

/* Ensure page headings remain visible over dark hero sections */
/* Make page section headings readable */
.heading-font,
.sub-heading-font,
.heading-font * ,
.sub-heading-font * {
    color: #15222e !important;
}

/* Keep headings marked white (e.g. over dark footer-top section) white */
.heading-font .text-white,
.heading-font span.text-white,
.heading-font span.text-white * {
    color: #ffffff !important;
}

/* Also force any headings that use bootstrap utility classes */
h2.heading-font,
h2.sub-heading-font,
h2,h2 * {
    color: #15222e !important;
}

/* But keep hero/banner copy white readable */
.banner-hero-copy p,
.banner-heading-sub,
.banner-heading-container .banner-heading-main {
    color: #ffffff !important;
}




.lcs-website-header {
    position: relative;
}

.banner-header {
    height: 100vh;
    max-width: 100vw;
    overflow: hidden;
}
.inner-page .banner-header, .lcs-website-header.inner-page .banner-header {
    height: 70vh !important;
    background-position:center !important;
}

.centered-logo {
    text-align: left;
    top: 0%;
    display: block;
    left: 0;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10rem;
    padding-left: 0rem;
    position: absolute;
    width: 100%;
    z-index: 99;
    border-bottom: none;
}

.header-logo {
    width: 288px;
}

.left-header-btn {
    display: block;
    position: absolute;
    top: 35px;
    left: 18px;
    width: 40px;
    z-index: 99;
}

.navbar-brand {
    margin-left: 36px;
}

.offcanvas_nav_1 {
    position: fixed;
    top: 32px;
    left: 16px;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 200;
}


.nav-btn,
.close-nav-btn {
    display: block;
    width: 40px;
    height: 40px;
}

.nav-btn-2 {
    width: 30px;
}

.nav-btn span {
    display: block;
    height: 3px;
    background: #ffffff;
    margin: 8px 0;
}


.nav-btn.dark span {
    background: #1f1a17;
}

.close-nav-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.close-nav-btn span {
    display: block;
    height: 3px;
    background: #fff;
    margin: 8px 0;
}

.close-nav-btn span:first-child {
    transform: rotate(45deg) translate(8px, 7px);
}

.close-nav-btn span:last-child {
    transform: rotate(-45deg);
}

.nav_1.offcanvas.offcanvas-start {
    width: 100%;
    background: #1d2125f0!important;
}

.offcanvas-sidenav {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.offcanvas-sidenav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 0.9rem;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-item {
    position: relative;
}

#lcs-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    color: #ffffff;
}

.nav-item {
    position: relative;
}

#lcs-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 0.9rem;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff !important;
}

#lcs-nav a {
    color: #ffffff !important;
}

#lcs-nav .btn-light {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.55);
    color: #ffffff !important;
}

#lcs-nav .btn-light span,
#lcs-nav .btn-light .text-dark {
    color: #ffffff !important;
}

.logo-item {
    display: none;
}

.logo-white,.offcanvas-logo-image {
    width: 390px;
}


.logo-dark {
    display: none;
    width: 390px;
}

#lcs-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    bottom: unset;
    width: 100%;
    background: #1f3d7a;
    color: #ffffff;
    z-index: 109;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

#lcs-nav.sticky .logo-dark {
    display: none;
}

#lcs-nav.sticky .logo-white {
    display: block;
}

#lcs-nav.sticky a,
#lcs-nav.sticky .nav-link {
    color: #ffffff !important;
    min-width: 110px;
}

.banner-header {
    position: relative;
}

.banner-header::before {
    content: '';
    position: absolute;
    inset: 0;
    /* Fully disable overlay */
    background: transparent;
    opacity: 0;
    z-index: 0;
}

/* extra safety: disable any gradient overlay coming from other rules */
.banner-header::after {
    content: none !important;
}



.banner-heading-container {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1.5rem;
}

.banner-heading-sub {
    font-size: 1.1rem;
    letter-spacing: 0.35em;
    color: rgba(255,255,255,0.8);
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.banner-heading-main {
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-family: serif;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.banner-hero-copy {
    max-width: 740px;
}

.banner-hero-copy p {
    font-size: clamp(1rem, 1.25vw, 1.5rem);
    line-height: 1.6;
    color: #f7f7f7;
    margin-bottom: 0;
}

.banner-hero-actions {
    gap: 0.75rem;
}

.hero-voice-btn,
.banner-hero-actions .btn-outline-light {
    border: 2px solid rgba(255,255,255,0.85);
    color: #fff;
    transition: all 0.25s ease;
}

.hero-voice-btn {
    background: transparent;
}

.hero-voice-btn:hover,
.banner-hero-actions .btn-outline-light:hover,
.banner-hero-actions .btn-light:hover {
    background: rgba(255,255,255,0.16);
    color: #fff;
    border-color: rgba(255,255,255,1);
}

.banner-heading-container .btn-light {
    background: #fff;
    color: #141414;
    border-color: transparent;
}

.banner-heading-container .btn-light:hover {
    background: rgba(255,255,255,0.92);
}

.banner-header .item img,
.banner-header .item video,
.banner-header .banner-school-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: none;
}

/* =========================
   PREMIUM MUTE/UNMUTE BUTTON
   (bottom-right corner of video)
========================= */

.banner-mute-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 15;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    font-size: 1.25rem;
    padding: 0;
    line-height: 1;
}

.banner-mute-btn:hover {
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transform: scale(1.08);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.banner-mute-btn:active {
    transform: scale(0.94);
}

.banner-mute-btn #bannerMuteIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

@media (max-width: 768px) {
    .banner-mute-btn {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 1.05rem;
    }
}

@media (max-width: 991px) {
    .banner-heading-main {
        font-size: 3rem;
    }
    .banner-hero-copy p {
        font-size: 1rem;
    }
}


#lcs-nav.sticky .nav-link {
    padding-top: 10px;
}


#lcs-nav .dropdown-menu a,
.navbar-nav a {
    color: #ffffff;
    font-size: 0.875rem;
}

#lcs-nav .navbar-nav .nav-link,
#lcs-nav .navbar-nav a {
    color: #ffffff !important;
}


#lcs-nav.sticky .logo-item {
    display: inline-block;
}

.logo-item img {
    width: 224px;
    padding: 0 15px;
}

.hover {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.hover:before,
.hover:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0px;
    height: 2px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.5s;
    opacity: 0;
    background-color: #fff;
}



#lcs-nav.sticky .hover:before,
#lcs-nav.sticky .hover:after {
    background-color: #9a8650;
}

.hover.hover-1:before,
.hover.hover-1:after {
    left: 0;
}


.nav-item:hover {
    cursor: pointer;
}

.nav-item:hover .hover:before,
.nav-item:hover .hover:after {
    width: 100%;
    opacity: 1;
}

.navbar-toggler {
    position: absolute;
    top: 24px;
    right: 17px;
    z-index: 99;
    padding: 0;
    border: none !important;
    outline: none;
    box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.btn-close:focus,
.btn-close:active {
    border: none;
    outline: none;
    box-shadow: none;
}


.main-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-menu > li > a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 15px;
    transition: background-color 0.3s;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 2px;
}




.sub-menu {
    list-style-type: none;
    position: absolute;
    display: block;
    left:-1000px;
    top: -15px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(180,149,90,0.35);
    background: var(--color-primary);
    padding: 25px 45px 50px;
    transition: all 1s ease-in-out;
    z-index: 2;
}



.sub-menu > li > a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.show-submenu {
    left: 500px;
}

.main-link {
    display: flex;
    align-items: center;
    transform: translateX(-32px);
}


.sub-menu > li.main-link > a{
    font-size: 2rem;
    padding: 0px 0px;
    margin-left: 17px;
    margin-bottom: 10px;
    border-bottom:1px solid #fff;
}

.go-back {
    cursor: pointer;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 4px;
}
.go-back img {
    width: 90%;
}

.main-menu a:hover .hover:before,
.main-menu a:hover .hover:after {
    width: 100%;
    opacity: 1;
    background-color: var(--color-accent);
}

.active-menu-link .hover:before,
.active-menu-link .hover:after{
    width: 100%;
    opacity: 1;
    background-color: var(--color-accent);
}



.before-line::before {
    display: inline-block;
    content: "";
    border-top: 0.1rem solid #9a8650;
    width: 2.5rem;
    margin-bottom: 0.4rem;
    margin-right: 0.5rem;
}


.banner-heading-container {
    position: absolute;
    bottom: 188px;
    width: 100%;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px #00000066;
    line-height: 1.2;
}

.banner-heading-sub {
    font-size: 2.1rem;
    letter-spacing: 0.5px;
}

.banner-heading-main {
    font-size: 42px !important;   /* reduced so it fits */
    white-space: nowrap !important;
    margin-bottom: 20px !important;
    letter-spacing: 1px;
}


.banner-italic-container {
    position: absolute;
    bottom: 28px;
    right: 10px;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.2;
    text-shadow: 1px 1px 4px #00000066;
}


.btn-school {
    display: inline-block;
    border: 1px solid rgba(21,34,46,0.06);
    padding: 0;
    width: 250px;
    margin: auto;
    font-weight: 700;
    transition: all 0.25s linear;
    background: #ffffff;
    color: var(--color-primary);
    border-radius: 6px; /* rectangular corners */
    box-shadow: 0 26px 48px rgba(21,34,46,0.06);
}


.btn-school span {
    display: block;
    background: transparent;
    border: none;
    padding: 14px 22px;
    text-transform: uppercase;
    color: inherit;
    border-radius: 6px;
}


.btn-school:hover {
    transform: translateY(-6px);
    box-shadow: 0 36px 70px rgba(21,34,46,0.08);
    background: #ffffff;
}


.image-box {
    padding: 0 40px;
}

.image-box-1 {
    transform: translateY(75px);
    text-align: start;
}

.image-box-2 {
    transform: translateY(30px);
    text-align: end;
}

.image-box-3 {
    transform: translateY(-120px);
    text-align: center;
}

.image-box-link {
    display: block;
    color: #6a6a6a;
    font-family: serif;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 15px;
}

.image-box-link img {
    width: 16px;
    transform: translateY(-2px);
}
/* Right-side fixed utility sidebar — same slide-in behaviour as phpscripts */
.sidefixed {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 99;
}

.sidefixed li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.sidefixed a {
    transform: translateX(115px);
    text-transform: uppercase;
    transition: 0.5s;
    padding: 10px 15px;
    width: 160px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    border-radius: 0;
    background: #1f3d7a !important;
    display: block;
}

.sidefixed li a:hover {
    background-color: #6a6a6a !important;
    transform: translateX(0px);
}

.sidefixed li img {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.sidefixed li span {
    padding: 5px;
    font-size: 0.85rem;
    white-space: nowrap;
    display: inline !important;
    color: #ffffff !important;
    font-weight: inherit;
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    word-wrap: normal;
    text-align: left;
}



.owl-nav button {
    background: transparent;
    border: none;
}

.img-arrow {
    display: inline-block;
    border-radius: 100%;
}

.img-arrow img {
    border: 2px solid #8e7943;
    border-radius: 100%;
    padding: 5px;
    width: 27px;
}


.box-content {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 90px 10px;
}

.box-title {
    display: block;
    font-size: 1.2rem;
    text-transform: uppercase;
    min-height: 70px;
}

.box-figure {
    font-size: 3.8rem;
    color: #6a6a6a;
}
.alumni-card {
    min-height: 465px;
}
.alumni-card-text {
    padding: 20px 12px 40px 12px;
    line-height: 1.2;
}

.alumni-name {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.alumni-org {
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 19px;
    width: 255px;
}


.alumni-location {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.alumni-card-text .alumni-location img {
    display: inline-block;
    width: 18px;
}

.btn-alumni {
    display: inline-block;
    font-weight: 700;
    transition: all 0.3s linear;
}

 .btn-alumni span {
    width: 200px;
    display: inline-block;
    background: var(--color-primary);
    border: 1px solid transparent;
    padding: 10px 20px;
    margin: 0 25px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 55px;
}


.btn-alumni:hover {
    transform: scale(1.1);
}

.widget-content {
    height: 66%;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 20px;
}

.widget-content.first-widget {
    border-left: none;
}

.footer,
.site-footer {
    background: #1f3d7a !important;
    color: #ffffff !important;
}

.footer a,
.site-footer a,
.footer p,
.site-footer p,
.footer span,
.site-footer span,
.footer li,
.site-footer li {
    color: #ffffff !important;
}

.footer-col {
    width: 20%;
    min-width: 230px;
    margin-bottom: 30px;
    padding: 0;
}

.footer-widget-title-1 {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}



.footer-widget-title-2 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}


.footer-widget-title-3 {
    color: #ffffff;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.3;
}


.footer-widget-list-1 {
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer-widget-list-1 li {
    margin: 4px auto;
}

.footer-widget-subtitle-2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
}

.footer-social-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #ffffff;
}


.footer-social-link img {
    display: inline-block;
    margin-left: 5px;
    padding: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #d1ccbd;
}

.btn-direction {
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.footer .btn-direction,
.site-footer .btn-direction {
    color: #ffffff !important;
}

.btn-direction img {
    display: inline-block;
    width: 10px;
}

.btn-contact {
    display: inline-block;
    font-weight: 700;
    transition: all 0.3s linear;
}

.btn-contact span {
    width: 200px;
    display: inline-block;
    background: #8e7943;
    color: #fff;
    font-weight: 100;
    padding: 10px 20px;
    /* margin: 0 25px; */
    text-transform: uppercase;
}


.btn-contact:hover {
    transform: scale(1.1);
}


/* Disabled old conflicting sidebar block (right/width/transform) */
/*.sidefixed {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 99;
}

.sidefixed li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.sidefixed a {
    transform: translateX(115px);
    text-transform: uppercase;
    transition: 0.5s;
    padding: 10px 15px;
    width: 160px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    border-radius: 0;
    background: #878683e0;
    display: block;
}

.sidefixed li a:hover {
    background-color: #6a6a6a;
    transform: translateX(0px);
}

.sidefixed li img {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.sidefixed li span {
    padding: 5px;
    font-size: 0.85rem;
}
*/


.image-carousel-container img {
    border: 20px solid #f5f5f5;
}

.image-carousel .owl-item.active img {
    transform: scale(0.8) translate(55px, 0px);
}

.image-carousel .owl-item.center.active img {
    transform: scale(1) translate(0px, 0px);
}

.image-carousel .owl-item.center.active+.owl-item img {
    transform: scale(0.8) translate(-55px, 0px);
}

.image-custom-nav {
    z-index: 100;
}

.image-custom-nav button {
    position: absolute;
    top: 50%;
    z-index: 100;
}

.image-custom-nav .owl-prev {
    left: 0;
    z-index: 100;
}

.image-custom-nav .owl-next {
    right: 0;
    z-index: 100;
}

.page-banner-heading-container {
    position: absolute;
    bottom: 70px;
    width: 100%;
    font-weight: 700;
    letter-spacing: 4px;
    text-shadow: 1px 1px 4px #00000066;
    line-height: 1.2;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    gap: 18px;
    text-align: center;
    letter-spacing: 0;
    padding-top: 23px;
}

.breadcrumb {
    display: block;
    text-align: center;
    letter-spacing: 0;
    padding-top: 23px;
}

.breadcumb-item {
    display: inline-block;
    padding: 0 13px;
    border-right: 2px solid #fff;
}

.breadcumb-item:last-child {
    border-right: none;
}

.top-quote.mx-auto {
    /* max-width: 630px; */
}
.quotes-1 {
    display: inline-block;
    position: absolute;
    transform: scale(1.5);
    top: -26px;
    left: -20px;
}

.quotes-2 {
    display: inline-block;
    position: absolute;
    transform: scale(1.4);
    top: -22px;
    left: 0px;
}

.video-yt-section {
    min-height: 60vh;
}

.publication-box-container {
    gap: 48px;
}

.publication-box {
    position: relative;
    width: 280px;
}


.publication-box-text {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
}

.bg-line {
    display: block;
    width: 56%;
    height: 3px;
    margin: auto;
    background: #8e7943;
    transform: translateY(56px);
    z-index: 1;
}

.bg-logo {
    position: relative;
    display: inline-block;
    width: 120px;
    padding: 15px 28px;
    height: 100px;
    background: #fff;
    z-index: 2;
}

.page-carousel-container {
    position: relative;
}




.page-carousel-text {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.page-link-carousel-container{
    max-width: 664px;
    margin:auto;
}

.page-link-box {
    width: 300px;
    height: 300px;
    padding: 13px;
    margin:20px 10px;
    position: relative;
}

.page-link-border {
    display: block;
    border: 2px solid #ccc;
    padding: 15px;
    width: 100%;
    height: 100%;
    transition: transform 0.3s linear;
}
.page-link-border:hover {
    transform: scale(1.1);
}

.page-link-title {
    display: block;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 20px auto;
}


.page-link-image {
    max-width: 70px;
}

.page-link-custom-nav {
    z-index: 100;
}

.page-link-custom-nav button {
    position: absolute;
    top: 49%;
    z-index: 100;
}

.page-link-subtitle {
    position: absolute;
    bottom: 31px;
    left: 0;
    display: block;
    color: #8e7943;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
}

.page-link-custom-nav .owl-prev {
    left: -50px;
    z-index: 100;
}

.page-link-custom-nav .owl-next {
    right: -50px;
    z-index: 100;
}

.lcs-list-1 {
    list-style: none;
}

.lcs-list-1 li{
    display:block;
    position:relative;
    margin-bottom: 10px;
}

.icon-check{
    display: inline-block;
    width:8px;
    height: 14px;
    background-image: url(../images/svg/caret-right.svg);
    background-repeat: no-repeat;
    padding: 2px 2px 1px 10px;
}

.word-break {
    word-break: break-word;
}
.digital-links-heading {
    font-size: 1.5rem;
    padding-bottom: 15px;
    border-bottom: 2px solid #8a7754;
}
.digital-links {
    list-style: none;
    padding: 0;
    font-weight: 600;
}

.digital-links li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.lcs-event-cal {
    min-height: 1200px;
    overflow-y: hidden !important;
}

.flipbook {
    display: block;
    width: 500px;
    height: 830px;
    margin: auto;
}

.contact-form {
    background-color: #f9f9f9;
    padding: 10px;
    height: 450px;
}
.contact-details {
    font-size: 1.3rem;
}

.post-title {
    font-size: 1.6rem;
    font-weight: 600;
}

.post-date span {
    display: inline-block;
    background: #8e7943;
    color: #fff;
    padding: 3px 10px;
    margin-bottom: 5px;
}

span.post-image {
    max-height: 208px;
    overflow: hidden;
}

.active>.page-link, .page-link.active {
    background: #969592;
    border: none;
}

.light-box-link{
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.popupModal {
    position: fixed;
    bottom: 11px;
    left: 16px;
    width: 271px;
    border:5px solid;
    z-index: 99;
}
#closePopupModal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 5px;
    top: -5px;
    right: -3px;
    background: #505050;
    cursor: pointer;
}
#closePopupModal:hover {
    background: #910b0b;
}

@media(max-width:1366px) {
    .image-carousel .owl-item.active img {
        transform: scale(0.8) translate(47px, 0px);
    }

    .image-carousel .owl-item.center.active img {
        transform: scale(1) translate(0px, 0px);
    }

    .image-carousel .owl-item.center.active+.owl-item img {
        transform: scale(0.8) translate(-47px, 0px);
    }
}

@media(min-width:700px) {
    .sidefixed li a.show {
        background-color: #1f3d7a !important;
        transform: translateX(0px);
    }
}

@media(max-width:1200px) {
    .header-logo img {
        width: 360px;
    }

    #lcs-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .btn-school {
        width: 224px;
    }

    .footer-widget-title-1 {
        font-size: 1.5rem;
    }

    .footer-widget-title-2 {
        font-size: 1.9rem;
        min-height: 50px;
    }

    .footer-widget-list-1,
    .footer-social-link {
        font-size: 1.1rem;
    }

    .footer-widget-subtitle-2 {
        font-size: 1.1rem;
    }

    .btn-contact span {
        width: 140px;
        margin: 0 auto;
    }

    .widget-content {
        border: none;
    }

}



@media(max-width:1149px) {
    .footer-col.footer-col-3 {
        width: 80%;
    }
}



@media(max-width:991px) {
    .header-logo {
        display: block;
        width: 100%;
    }

    .header-logo img {
        width: 410px;
    }

    .navbar-toggler {
        width: 28px;
        top: 24px;
    }

    #lcs-nav .offcanvas {
        border: none;
    }

    #lcs-nav a {
        color: unset;
    }

    .image-box-link {
        font-size: 1.5rem;
    }

    .image-box-link img {
        width: 18px;
        transform: translateY(-2px);
    }
    .nav-btn-2{
        display: none;
    }

    .show-submenu {
        left: 50px;
    }
}

@media(max-width:780px) {
    .offcanvas_nav_1 {
        top: 20px;
    }
    .offcanvas-logo-image {
        width: 222px;
    }
    .header-logo {
        display: block;
        width: 100%;
    }

    .header-logo img {
        width: 280px;
    }

    .navbar-toggler {
        width: 20px;
        top: 19px;
    }

    .banner-heading-container {
        bottom: 60px;
    }

    .banner-italic-container {
        position: absolute;
        bottom: 58px;
        right: 6px;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.2;
    }

    .btn-school {
        margin-bottom: 10px;
    }

    .btn-alumni span {
        margin: 0 5px;
    }

    .image-box-1 {
        transform: translateY(0px);
        text-align: start;
        margin-bottom: 35px;
    }

    .image-box-2 {
        transform: translateY(0px);
        text-align: start;
        margin-bottom: 35px;
    }

    .image-box-3 {
        transform: translateY(0px);
        text-align: start;
        margin-bottom: 35px;
    }

    .offcanvas-sidenav {
        position: absolute;
        left: 0;
        top: 84px;
    }
    .offcanvas-sidenav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 0.7rem;
        font-weight: 100;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .page-link-carousel-container {
        max-width: 341px;
    }
}

@media(max-width:600px){
    .offcanvas-sidenav {
       width:100%;
       padding: 0;
       justify-content: center;
    }
    .page-link-box {
        margin:20px 10px;
    }
    .page-link-custom-nav button {
        display: none;
    }
    .bg-line {
        width: 85%;
    }
    .main-menu > li > a {
        padding: 10px;
        font-size: 1.4rem;
    }
    .show-submenu {
        left: 0px;
    }
    .main-menu > li > a {
        padding: 10px;
        font-size: 1rem;
    }
    .sub-menu > li.main-link > a {
        font-size: 1.2rem;
        margin-bottom: 6px;
    }
    .sub-menu > li > a {
        padding: 6px 20px;
        font-size: 1rem;
    }
    .table-courses{
        font-size: 0.8rem;
    }
}



@media(max-width:350px){
    .page-link-carousel-container {
        max-width: 300px;
    }
    .page-link-box {
        width:280px;
    }
}

/* Admission button hover (keep visible on dark hero) */
.btn-admission-live:hover,
.btn-admission-live:focus,
.btn-admission-live:active {
    background: #ffffff !important;
    color: var(--color-primary) !important;
}

/* Mobile overrides for image-carousel slideshow */
@media (max-width: 991px) {

    .image-carousel {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .image-carousel .owl-stage-outer,
    .image-carousel .owl-stage,
    .image-carousel .owl-item {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .image-carousel-container {
        width: 100% !important;
        padding: 5px !important;
        box-sizing: border-box !important;
        margin: 0 auto !important;
    }

    .image-carousel-container img,
    .image-carousel-container video {
        width: 100% !important;
        height: auto !important;
        max-height: 280px !important;
        object-fit: cover !important;
        border: 8px solid #f5f5f5 !important;
        transform: none !important;
        margin: 0 auto !important;
        display: block !important;
    }


    .image-carousel .owl-item.active img,
    .image-carousel .owl-item.center.active img,
    .image-carousel .owl-item.center.active+.owl-item img {
        transform: none !important;
    }
}

@media (max-width: 768px) {
    .image-carousel-container img {
        max-height: 220px !important;
        border-width: 6px !important;
    }
}

@media (max-width: 991px) {
    .lcs-website-header:not(.inner-page) .banner-header {
        height: auto !important;
        min-height: 320px;
    }
    .inner-page .banner-header {
        height: 65vh !important;
        min-height: 320px;
    }
    .banner-header .banner-carousel,
    .banner-header .banner-carousel .owl-stage-outer,
    .banner-header .banner-carousel .owl-stage,
    .banner-header .banner-carousel .owl-item,
    .banner-header .banner-carousel .item {
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .banner-header .banner-carousel {
        overflow: visible !important;
    }
    .banner-header .banner-carousel .item img {
        width: 100% !important;
        height: auto !important;
        max-height: 360px !important;
        object-fit: cover !important;
        display: block !important;
        visibility: visible !important;
        margin: 0 auto !important;
    }
}

/* Gallery container */
body {
    margin-left: 0.2cm;
    margin-right: 0cm;
    
    
}

/*.atl-hero {
    background-image: url("../images/atl/lancers_build.jpg"); /* your image */
    /*background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding-top: 40px;
    padding-bottom: 0px;
    outline: 3px solid blue;
    border-radius: 12px;
}*/
/*.atl-hero::before {
    background: rgba(0,0,0,0.6);
}*/

/*.atl-hero::before {
    background: rgba(0, 0, 0, 0.65);
}

.atl-hero h1,
.atl-hero h2,
.atl-hero p,
.atl-hero a {
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.7);
}*/



.basketball-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
}

/* Box for each image */
.gallery-item {
    width: calc(33.333% - 16px);
    box-sizing: border-box;
    border: 4px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fff;

    /* ðŸ”´ IMPORTANT */
    overflow: hidden;
}

/* Image stays inside box */
.gallery-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;

    /* ðŸ”´ IMPORTANT */
    display: block;
    max-width: 100%;
    border-radius: 8px;
}
/* Caption */
.caption {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align: center;
}
.atl-section {
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
}

.atl-title {
    text-align: center;
    font-family: serif;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 700;
    color: #8a7754;
    margin-bottom: 10px;
    
}

.atl-tagline {
    text-align: center;
    font-family: serif;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 600;
    color: #8a7754;
    margin-bottom: 23px;
}

.atl-description {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    text-align: justify;
}

/*.atl-section {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.atl-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.atl-tagline {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.atl-description {
    font-size: 17px;
    line-height: 1.7;
}*/

.atl-club-section {
    margin-top: 50px;
}

.atl-subtitle {
    font-size: 26px;
    color: #8a7754;
    font-weight: 550;
    margin-bottom: 25px;
}

.atl-club-text {
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 40px;
}

.atl-club-list {
    margin-left: 20px;
    margin-bottom: 15px;
}

.atl-club-list li {
    font-size: 16px;
    margin-bottom: 8px;
}

/* Image Gallery */
.atl-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.atl-card {
    border: 2px solid #ddd;
    padding: 10px;
    text-align: center;
    background: #fafafa;
}

.atl-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border: 1px solid #ccc;
}

.atl-caption {
    margin-top: 8px;
    font-size: 17px;
    color: #444;
}
.atl-workshop-section {
    margin-top: 60px;
}

.atl-workshop-text {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 12px;
}

.atl-workshop-list {
    margin-left: 20px;
    margin-bottom: 15px;
}

.atl-workshop-list li {
    font-size: 16px;
    margin-bottom: 8px;
}
.atl-event-section {
    margin-top: 60px;
}

.atl-event-text {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 12px;
}

.atl-event-list {
    margin-left: 20px;
    margin-bottom: 15px;
}

.atl-event-list li {
    font-size: 16px;
    margin-bottom: 8px;
}
.atl-bootcamp-section {
    margin-top: 60px;
}

.atl-bootcamp-text {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 12px;
}

.atl-bootcamp-list {
    margin-left: 20px;
    margin-bottom: 15px;
}

.atl-bootcamp-list li {
    font-size: 16px;
    margin-bottom: 8px;
}
.atl-competition-section {
    margin-top: 60px;
}

.atl-competition-text {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 12px;
}

.atl-competition-list {
    margin-left: 20px;
    margin-bottom: 15px;
}

.atl-competition-list li {
    font-size: 16px;
    margin-bottom: 8px;
}
/* ATL Vision Section */
.atl-vision {
    max-width: 750px;
    margin: 40px auto;
    padding: 20px 25px;
    background-color: #f4f8fb;  /* soft light background */
    border-left: 5px solid #8a7754;
 /* ATL blue accent */
    border-radius: 8px;
    box-shadow: 0 6px 14px rgba(95, 81, 56, 0.35);

    font-family: 'Arial', sans-serif;
}

.atl-vision-heading {
    color: #8a7754;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}

.atl-vision-text {
    font-size: 18px;
    line-height: 1.6;
    color: #222222;
    text-align: justify;
}
.atl-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 30px auto;
    padding: 12px 15px;
    background: #f4f8fb;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.atl-nav a {
    text-decoration: underline;
    border-bottom: 2px solid transparent;
    color: #8a7754;
    font-weight: 600;
    font-size: 20px;   /* ðŸ‘ˆ Increase text size here */
    padding: 8px 14px;
    border-radius: 6px;
    transition: background 0.3s ease;
}


.atl-nav a:hover {
    background: #b89b5e;

    color: #fff;
}
html {
    scroll-behavior: smooth;
}
.atl-highlight-section {
    padding: 40px 0;
}

.atl-list {
    list-style: disc;
    padding-left: 20px;
    font-size: 16px;
}

.atl-list li {
    margin-bottom: 10px;
}


/* Smooth Fade Effect */
.banner-carousel .owl-item {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.banner-carousel .owl-item.active {
  opacity: 1;
}

/* Premium Zoom Effect — fully removed (images + video) */
.banner-carousel .owl-item img,
.banner-carousel .owl-item video,
.banner-carousel .banner-school-video,
.banner-carousel .owl-item.active img,
.banner-carousel .owl-item.active video,
.banner-carousel .owl-item.active .banner-school-video {
  transform: none !important;
  transition: none !important;
  animation: none !important;
}


/* FIXED TEXT OVER SLIDER */
.banner-heading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  color: #fff;
}

/* TEXT STYLE */
.banner-heading-main {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
}

.banner-heading-sub {
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

/* =========================
   FINAL CLEAN HERO SLIDER
========================= */

.banner-header {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* FULL HEIGHT STRUCTURE */
.banner-carousel,
.banner-carousel .owl-stage-outer,
.banner-carousel .owl-stage,
.banner-carousel .owl-item,
.banner-carousel .item {
  height: 100%;
}

/* IMAGE SETTINGS */
.banner-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* DARK OVERLAY */
.banner-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  top: 0;
  left: 0;
  z-index: 1;
}

/* TEXT CENTERED PERFECTLY */
.banner-heading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0 15px;
}

/* TEXT STYLE */
.banner-heading-main {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}

.banner-heading-sub {
  font-size: 22px;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

/* =========================
   SMOOTH FADE (NO JERK)
========================= */

.banner-carousel .owl-stage {
  transform: none !important;
}

.banner-carousel .owl-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.banner-carousel .owl-item.active {
  opacity: 1;
  position: relative;
}

.banner-carousel img {
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* =========================
   MOBILE FIX (IMPORTANT)
========================= */

@media (max-width: 768px) {
  .lcs-website-header:not(.inner-page) .banner-header {
    height: 60vh;
  }
  .inner-page .banner-header {
    height: 55vh !important;
  }

  .banner-carousel,
  .banner-carousel .owl-stage-outer,
  .banner-carousel .owl-stage,
  .banner-carousel .owl-item,
  .banner-carousel .item {
    height: 100% !important;
  }

  .banner-carousel .item img {
    height: 100% !important;
    object-fit: cover;
  }

  .banner-heading-main {
    font-size: 24px;
    line-height: 1.3;
  }

  .banner-heading-sub {
    font-size: 14px;
  }
}

@media (max-width: 480px) {

  .banner-header {
    height: 55vh;
  }

  .banner-heading-main {
    font-size: 20px;
  }

  .banner-heading-sub {
    font-size: 12px;
  }
}

/* ===== FINAL MOBILE FIX (ONLY THIS SHOULD CONTROL HEIGHT) ===== */

@media (max-width: 768px) {

  .lcs-website-header:not(.inner-page) .banner-header {
    height: 60dvh !important;   /* âœ… consistent height */
    min-height: 320px;
  }
  .inner-page .banner-header {
    height: 55vh !important;
    min-height: 320px;
  }

  .banner-carousel,
  .banner-carousel .owl-stage-outer,
  .banner-carousel .owl-stage,
  .banner-carousel .owl-item,
  .banner-carousel .item {
    height: 100% !important;
  }

  .banner-carousel .item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
}
/* ===============================
   FINAL HERO SECTION FIX (MOBILE + DESKTOP)
================================= */

/* RESET ANY UNWANTED BODY SHIFT */
body {
    margin: 0 !important;
    padding: 0 !important;
}

/* MAIN BANNER FULL HEIGHT */
.banner-header {
    height: 100vh !important;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* FULL HEIGHT STRUCTURE */
.banner-carousel,
.banner-carousel .owl-stage-outer,
.banner-carousel .owl-stage,
.banner-carousel .owl-item,
.banner-carousel .item {
    height: 100% !important;
}

/* IMAGE FULL COVER */
.banner-carousel .item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
}

/* REMOVE ANY MAX HEIGHT RESTRICTIONS */
.banner-header .banner-carousel .item img {
    max-height: none !important;
}

/* REMOVE GREY GAP (COMMON CAUSE) */
.bg-grey,
section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ===============================
   MOBILE PERFECT FIX
================================= */

@media (max-width: 991px) {

    .banner-header {
        height: 100vh !important;   /* ðŸ”¥ FULL SCREEN */
        min-height: unset !important;
    }

    .banner-carousel .item img {
        height: 100% !important;
    }
}

/* ===============================
   EXTRA SMALL DEVICES
================================= */

@media (max-width: 480px) {

    .banner-header {
        height: 100vh !important;
    }
}
/* =========================
   FINAL FIX FOR GREY GAP (MOBILE HERO)
========================= */

@media (max-width: 991px) {

    /* FORCE FULL SCREEN HERO */
    .banner-header {
        height: 100vh !important;
        min-height: 100vh !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* REMOVE ANY HEIGHT LIMITS */
    .banner-header .banner-carousel .item img {
        height: 100vh !important;
        max-height: none !important;
        object-fit: cover !important;
    }

    /* REMOVE GREY GAP FROM SECTIONS */
    .bg-grey,
    section,
    .container,
    .container-fluid {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* FIX OWL STRUCTURE HEIGHT */
    .banner-carousel,
    .banner-carousel .owl-stage-outer,
    .banner-carousel .owl-stage,
    .banner-carousel .owl-item,
    .banner-carousel .item {
        height: 100vh !important;
    }

    /* PREVENT BODY SHIFT */
    body {
        overflow-x: hidden;
    }
}
/* =========================
   FIX TEXT CUT OFF ISSUE
========================= */

/* Allow full width for text container */
.banner-heading-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important; /* small side spacing */
    box-sizing: border-box;
    overflow: visible !important;
}

/* Ensure text stays centered and visible */
.banner-heading-main {
    font-size: clamp(2.6rem, 2rem + 2.4vw, 4.8rem) !important;
    white-space: nowrap !important;
    display: inline-block;
}

/* Prevent parent clipping */
.banner-header {
    overflow: visible !important;
}

/* ===============================
   MOBILE: STACK IMAGES VERTICALLY
================================= */

@media (max-width: 768px) {

    /* Disable owl carousel behavior */
    .image-carousel {
        display: block !important;
    }

    .image-carousel .owl-stage,
    .image-carousel .owl-stage-outer {
        display: block !important;
        transform: none !important;
        width: 100% !important;
    }

    .image-carousel .owl-item {
        display: block !important;
        width: 100% !important;
        margin-bottom: 15px;
        opacity: 1 !important;
        position: relative !important;
    }

    /* Hide arrows completely */
    .image-carousel .owl-nav {
        display: none !important;
    }

    /* Make images clean and full width */
    .image-carousel-container img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: cover;
        border: 6px solid #f5f5f5;
    }
}
/* ===============================
   FIX DUPLICATE IMAGES (OWL CLONES)
================================= */

@media (max-width: 768px) {

    .image-carousel .owl-item.cloned {
        display: none !important;
    }

}


    letter-spacing: 2px;
}

.lcs-website-header .banner-heading-main {
    font-size: clamp(2.6rem, 2rem + 2.4vw, 4.8rem) !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
}

@media (max-width: 768px) {
    .inner-page .banner-header {
        height: 50vh !important;
        min-height: 250px !important;
    }
    .lcs-website-header .banner-heading-sub {
        font-size: clamp(1.1rem, 1rem + 1vw, 1.5rem) !important;
        letter-spacing: 1px;
    }

    .lcs-website-header .banner-heading-main {
        font-size: clamp(1.8rem, 1.45rem + 1.9vw, 2.35rem) !important;
        letter-spacing: 1px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 480px) {
    .inner-page .banner-header {
        height: 30vh !important;
        min-height: 200px !important;
    }
    .lcs-website-header .banner-heading-container {
        padding: 0 10px !important;
    }

    .lcs-website-header .banner-heading-main {
        font-size: clamp(1.55rem, 7.2vw, 2rem) !important;
        letter-spacing: 0.5px !important;
    }
}


.lcs-website-header.inner-page .banner-header,
.inner-page .banner-header {
    height: 70vh !important;
    background-position: center !important;
}

/* ============================================
   FOOTER OPTIONS SECTION - GOLDEN HOVER ANIMATION
   Applies to the "Where will Lancer's Convent
   will take you" option buttons
============================================ */
.footer-options-section .btn-school {
    transition: all 0.35s ease !important;
}

.footer-options-section .btn-school span {
    transition: all 0.35s ease !important;
}

.footer-options-section .btn-school:hover {
    transform: translateY(-6px) scale(1.05);
    border-color: #8e7943;
    background: #8e7943;
    box-shadow: 0 12px 26px rgba(142, 121, 67, 0.45);
}

.footer-options-section .btn-school:hover span,
.footer-options-section .btn-school:hover span.shadow {
    color: #ffffff !important;
    background: #8e7943;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* ============================================
   FOOTER MENU LINKS - GOLDEN HOVER ANIMATION
   Applies to footer menu options such as
   About Us, Our Mission, Vision, Know Us,
   Quick Links, Admission, Career, Contact Us,
   Publications, Prescribed Books, etc.
============================================ */
.footer-widget-list-1 li a,
.footer .footer-widget-list-1 li a,
.site-footer .footer-widget-list-1 li a {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease !important;
    padding: 2px 6px;
}

.footer-widget-list-1 li a:hover,
.footer .footer-widget-list-1 li a:hover,
.site-footer .footer-widget-list-1 li a:hover {
    color: #e6cf8a !important;
    transform: translateX(8px);
    letter-spacing: 0.5px;
}

/* golden underline animation on hover */
.footer-widget-list-1 li a::after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #8e7943;
    transition: width 0.3s ease;
}

.footer-widget-list-1 li a:hover::after {
    width: calc(100% - 12px);
}

/* Social links - same golden hover animation */
.footer-social-link {
    position: relative;
    display: inline-flex;
    transition: all 0.3s ease;
    padding: 2px 6px;
}

.footer-social-link:hover {
    color: #e6cf8a !important;
    transform: translateX(8px);
    letter-spacing: 1px;
}

.footer-social-link::after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #8e7943;
    transition: width 0.3s ease;
}

.footer-social-link:hover::after {
    width: calc(100% - 12px);
}

.footer-social-link:hover img {
    border-color: #e6cf8a;
}




