@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);

:root {
    /* Brand / Primary Blue */
    --color-primary: #074ea4;
    --color-primary-rgb: 7, 78, 164;
    --color-primary-hover: #053a7a;
    --color-primary-dark: #031f4a;
    --color-primary-dark-rgb: 3, 31, 74;
    --color-primary-light: #c0d4f5;
    --color-primary-bg: #e8f0fb;
    --color-primary-bg-alt: #f2f6fe;
    --color-primary-shadow: #086ad8;
    --color-primary-shadow-rgb: 8, 106, 216;
    --color-primary-accent-1: #1769d4;
    --color-primary-accent-2: #4d90e8;
    --color-primary-accent-3: #1565c0;
    --color-primary-accent-4: #1a6ed4;

    /* Navy / Dark Backgrounds */
    --color-navy: #013371;
    --color-navy-rgb: 1, 51, 113;
    --color-navy-darker: #001726;
    --color-navy-darker-rgb: 0, 23, 38;
    --color-navy-darkest: #030f24;
    --color-navy-darkest-rgb: 3, 15, 36;
    --color-dark: #0f1b30;
    --color-dark-alt: #20273c;
    --color-gray-darker: #282828;
    --color-almost-black: #222222;
    --color-almost-black-alt: #101212;

    /* Accent Red / Secondary */
    /* --color-secondary: #f8392f; */
    --color-secondary: #FF5E14;
    --color-secondary-rgb: 248, 57, 47;
    --color-danger: #c0392b;
    --color-red: #e74c3c;
    --color-red-dark: #9b1a1a;
    --color-red-darker: #7a1a1a;
    --color-red-lightest: #fce8e8;
    --color-red-lightest-alt: #fff8f8;

    /* Gold / Orange */
    --color-gold: #f0b429;
    --color-gold-rgb: 240, 180, 41;
    --color-gold-hover: #e5a820;
    --color-orange: #ff9900;
    --color-orange-rgb: 255, 153, 0;
    --color-orange-alt: #ff6600;
    --color-orange-deep: #e07c24;
    --color-brown: #8b4513;

    /* Green */
    --color-green: #2ecc71;
    --color-green-dark: #1a7a44;
    --color-green-lightest: #e8f8ef;

    /* Teal */
    --color-teal: #0ba089;
    --color-teal-alt: #0ba08a;
    --color-teal-alt-rgb: 11, 160, 138;
    --color-teal-light: #1eae98;
    --color-teal-dark-1: #0b3742;
    --color-teal-dark-2: #072e36;
    --color-teal-dark-3: #053e49;
    --color-teal-dark-4: #062d35;
    --color-teal-dark-5: #083943;
    --color-teal-dark-6: #0d3944;
    --color-teal-dark-7: #023b44;
    --color-teal-dark-7-rgb: 2, 59, 68;

    /* Purple */
    --color-purple: #3e419f;
    --color-purple-rgb: 62, 65, 159;
    --color-purple-dark: #1d1729;

    /* Text */
    --color-heading: #042127;
    --color-body-text: #687693;
    --color-text-muted: #607090;
    --color-text-secondary: #2d4065;

    /* Grays / Borders */
    --color-gray-dark: #4d4b4b;
    --color-gray-dark-2: #373940;
    --color-gray-text: #535353;
    --color-gray: #828a8d;
    --color-gray-warm: #999292;
    --color-gray-mid: #818181;
    --color-gray-mid-2: #aeaeae;
    --color-gray-mid-2-rgb: 174, 174, 174;
    --color-gray-neutral: #bababa;
    --color-gray-neutral-rgb: 186, 186, 186;
    --color-border: #c2c2c2;
    --color-border-alt: #c1c1c1;
    --color-border-light: #dddddd;
    --color-gray-light: #f1f1f1;
    --color-gray-bg: #edeeee;

    /* Base */
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;

    /* Social Brand Colors */
    --color-facebook: #3b5998;
    --color-whatsapp: #25d366;
    --color-google: #ea4335;
    --color-youtube: #c4302b;
    --color-instagram-yellow: #fdf497;
    --color-instagram-orange: #fd5949;
    --color-instagram-pink: #d6249f;
    --color-instagram-blue: #285aeb;

    /* Misc */
    scroll-behavior: unset;
}

body,
p {
    color: var(--color-body-text);
}

.fi:before,
.hero .slick-dots li,
ul {
    margin: 0;
}

.back-to-top:hover,
.theme-btn::before,
.theme-btn:after {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.theme-btn::before,
.theme-btn:after {
    background-color: var(--color-secondary);
    color: var(--color-white);
}

.back-to-top:hover i {
    color: var(--color-white);
}

.view-cart-btn::before,
.view-cart-btn:after {
    background-color: var(--color-secondary);
}

.theme-btn::before,
.view-cart-btn::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

.sr-only,
.sticky-header,
.wow {
    visibility: hidden;
}

.back-to-top,
a {
    transition: 0.2s;
}

.alumni-cta,
.ct-strip-val a,
.mf-social-side-list ul li a,
.portal-access,
a,
a:hover {
    text-decoration: none;
}

.eval-list,
.pp-toc-list,
.value-list,
.wpo-site-footer ul,
.wpo-site-footer-s2 ul,
.wpo-site-footer-s3 ul,
.wpo-site-header #navbar ul,
ul {
    list-style: none;
}

html {
    font-size: 15px;
}

body {
    font-family: "DM Sans";
    background-color: var(--color-white);
    font-size: 1rem;
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-heading);
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
}

ul {
    padding-left: 0;
}

img {
    max-width: 100%;
}

.sr-only {
    display: none !important;
    opacity: 0;
}

.page-wrapper {
    position: relative;
    overflow: hidden;
}

.section-padding {
    padding: 70px 0;
}

.back-to-top {
    background-color: rgb(var(--color-navy-rgb) / 61%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid var(--color-primary);
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
}

.back-to-top i {
    font-size: 1.2rem;
    color: var(--color-primary);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wpo-section-title {
    margin-bottom: 20px;
    text-align: center;
}

.wpo-section-title h2 {
    color: var(--color-secondary);
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.76px;
    text-decoration-line: underline;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
}

.academics-section .title h2::before,
.facility-section .title h2::before,
.fcp-message-section .title h2::before,
.vision-mission-section .title h2::before,
.wpo-about-section .about-content .title h2::before,
.wpo-about-section-s4 .about-content .title h2::before,
.wpo-section-title h2::before {
    position: absolute;
    left: 0;
    top: 45%;
    width: 14px;
    height: 16px;
    transform: translateY(-50%);
    content: url(../images/title-shape.svg);
}

.wpo-section-title h3 {
    text-transform: capitalize;
    color: var(--color-heading);
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 90px 0;
    }

    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .wpo-section-title h3 {
        font-size: 36px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .section-padding {
        padding: 10px 0;
    }

    .wpo-section-title {
        margin-bottom: 0;
    }

    .wpo-section-title h2 {
        font-size: 20px;
    }

    .wpo-section-title h3 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 330px) {
    .wpo-section-title h3 {
        font-size: 30px;
    }
}

.facility-infra-sec p,
.wpo-section-title p {
    font-size: 18px;
}

.theme-btn,
.view-cart-btn {
    background: var(--color-primary);
    color: var(--color-white);
    display: inline-block;
    padding: 21px 45px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 15px;
    border-radius: 0;
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    overflow: hidden;
}

.theme-btn::before,
.theme-btn:after,
.view-cart-btn::before,
.view-cart-btn:after {
    height: 0;
    transition: 0.4s ease-in-out;
    border-radius: 0;
    z-index: -1;
    content: "";
}

.theme-btn:after,
.view-cart-btn:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 51%;
}

.mission-section:hover h3,
.mission-section:hover p,
.theme-btn:active,
.theme-btn:focus,
.theme-btn:hover,
.view-cart-btn:active,
.view-cart-btn:focus,
.view-cart-btn:hover,
.vision-section:hover h3,
.vision-section:hover p {
    color: var(--color-white) !important;
}

.theme-btn:hover::before,
.theme-btn:hover:after,
.view-cart-btn:hover::before,
.view-cart-btn:hover:after {
    height: 100%;
}

.wpo-site-header {
    background-color: var(--color-white);
}

.sticky-header {
    box-shadow: 0 -5px 15px rgba(var(--color-primary-shadow-rgb), 0.2901960784);
}

@media (min-width: 991px) {
    .wpo-site-header {
        padding: 0;
        position: relative;
        z-index: 11;
    }
}

.wpo-about-section .about-left .image-1 img,
.wpo-about-section .about-left .image-2 img,
.wpo-about-section .about-left .image-3 img,
.wpo-about-section .about-left .image-4 img,
.wpo-about-section-s4 .about-left .image-1 img,
.wpo-about-section-s4 .about-left .image-2 img,
.wpo-about-section-s4 .about-left .image-3 img,
.wpo-about-section-s4 .about-left .image-4 img,
.wpo-process-section .process-item .top-contnent .item-shape img,
.wpo-site-header .row {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul>li>a:before {
        position: absolute;
        left: 0px;
        top: 45%;
        width: 5px;
        height: 5px;
        background: var(--color-secondary);
        content: "";
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        border-radius: 10px;
        transform: translateX(-50%);
    }

    .wpo-site-header #navbar>ul>li>a.active:before,
    .wpo-site-header #navbar>ul>li>a:hover:before {
        opacity: 1;
        visibility: visible;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        content: "\e649";
        font-family: themify;
        content: "\e649";
        font-size: 11px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .wpo-site-header #navbar>ul>li .sub-menu a,
    .wpo-site-header #navbar>ul>li>a {
        font-size: 20px;
        display: block;
        position: relative;
        font-weight: 600;
        text-transform: capitalize;
    }

    .wpo-site-header #navbar li,
    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }

    .wpo-site-header #navbar>ul>li>a {
        padding: 18px 12px;
        color: var(--color-white);
    }

    .wpo-site-header #navbar>ul .sub-menu {
        background-color: var(--color-secondary);
        box-shadow: 0 2px 20px 0 rgba(var(--color-purple-rgb), 0.09);
        width: 225px;
        position: absolute;
        padding: 20px 0;
        left: 0;
        top: 110%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
    }

    .wpo-site-header #navbar>ul>li .sub-menu a {
        padding: 10px 15px;
        color: var(--color-white);
        overflow: hidden;
    }

    .wpo-site-header #navbar>ul>li .sub-menu a.active,
    .wpo-site-header #navbar>ul>li .sub-menu a:hover {
        color: var(--color-primary);
        text-decoration: underline;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 110%;
        top: 0;
    }

    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 158%;
        visibility: visible;
        opacity: 1;
    }

    .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }

    .wpo-site-header #navbar .close-navbar,
    .wpo-site-header .navbar-header .open-btn {
        display: none;
    }

    .hero .slick-dots {
        display: none !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1499px) {
    .wpo-site-header #navbar>ul>li>a:before {
        left: 0;
    }
}

/* .wpo-site-header .container-fluid {
    padding-right: 0;
} */
@media (max-width: 991px) and (max-width: 991px) {
    .wpo-site-header #navbar {
        top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.wpo-site-header .header-right {
    display: flex;
    justify-content: start;
    z-index: 991;
    position: relative;
    align-items: center;
    /* margin-left: -80px;
    margin-top: 20px; */
}

.wpo-site-header .header-right .call {
    display: flex;
    align-items: center;
    margin-right: 95px;
}

.wpo-site-header .header-right .call .text {
    margin-left: 15px;
}

.wpo-site-header .header-right .call .text span {
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.wpo-site-header .header-right .call .text h4 {
    color: var(--color-teal-light);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.wpo-site-header .header-right button {
    padding: 0;
    border: 0;
    outline: 0;
}

@media (max-width: 991px) {

    .theme-btn,
    .view-cart-btn {
        font-size: 14px;
        padding: 18px 45px;
    }

    .wpo-site-header .navigation {
        padding: 20px 0;
    }

    .wpo-site-header .container {
        width: 100%;
        max-width: 100%;
    }

    .wpo-site-header .header-right {
        right: -10px;
    }

    .wpo-site-header .navbar-header button span {
        background-color: var(--color-white);
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .wpo-site-header .navbar-header button span:last-child {
        margin: 0;
    }

    .wpo-site-header #navbar>ul {
        z-index: 101;
    }

    .wpo-site-header #navbar ul a {
        color: var(--color-black);
    }

    .wpo-site-header #navbar ul a:hover,
    .wpo-site-header #navbar ul li.current a {
        color: var(--color-primary);
    }

    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        transition: 0.3s;
    }

    .wpo-site-header .x-close .middle-angle {
        opacity: 0;
    }

    .wpo-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .wpo-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }

    .wpo-site-header .header-right .close-form,
    .wpo-site-header .navbar-collapse.collapse {
        display: none;
    }

    .wpo-site-header .navbar-collapse.collapse.in,
    .wpo-site-header .navbar-header .collapse,
    .wpo-site-header .navbar-toggle {
        display: block;
    }

    .wpo-site-header .navbar-header {
        float: none;
        position: relative;
        z-index: 99;
        text-align: center;
        margin-bottom: 0 !important;
    }

    .wpo-site-header .navbar-nav,
    .wpo-site-header .navbar-nav>li,
    .wpo-site-header .navbar-right {
        float: none;
    }
}

.wpo-site-header .header-right .close-form .theme-btn,
.wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 0 20px;
    text-transform: capitalize;
    color: var(--color-primary);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
    background: var(--color-white);
    display: flex;
    align-items: center;
    border: 2px solid var(--color-primary);
}

@media (max-width: 1880px) {

    .wpo-site-header .header-right .close-form .theme-btn,
    .wpo-site-header .header-right .close-form .view-cart-btn {
        padding: 0 20px;
    }
}

@media (max-width: 1699px) {
    .wpo-site-header .header-right .call {
        margin-right: 10px;
    }

    .wpo-site-header .header-right .close-form .theme-btn,
    .wpo-site-header .header-right .close-form .view-cart-btn {
        padding: 0 20px;
    }
}

.wpo-site-header .header-right .close-form .theme-btn i,
.wpo-site-header .header-right .close-form .view-cart-btn i {
    margin-left: 20px;
    font-size: 25px;
    line-height: 45px;
    padding-top: 7px;
}

.adm-doc-card,
.adm-elig-band,
.adm-elig-inner,
.adm-header-edge,
.adm-subtitle,
.adm-tile-header,
.adm-title,
.ba-card,
.ba-wrap,
.ct-hours,
.ct-info-blocks,
.ct-info-card,
.ct-info-top,
.ct-map-wrap,
.ct-submit-btn,
.pullquote,
.pullquote-src,
.pullquote-txt,
.sec-beyond,
.stream-card,
.wpo-process-section .process-wrap,
.wpo-site-footer .container,
.wpo-site-footer .link-widget ul li,
.wpo-site-footer-s2 .container,
.wpo-site-footer-s2 .link-widget ul li,
.wpo-site-footer-s3 .container,
.wpo-site-footer-s3 .link-widget ul li,
.wpo-site-header .header-right .header-search-form-wrapper,
.wpo-site-header .navigation>.container {
    position: relative;
}

.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
    font-size: 22px;
}

@media (max-width: 450px) {
    .wpo-site-header .header-right>div {
        margin-right: 10px;
    }

    .wpo-site-header .header-right {
        right: -30px;
    }

    .wpo-site-header .header-right .cart-toggle-btn {
        display: none;
    }
}

.wpo-site-header .header-right .cart-toggle-btn,
.wpo-site-header .header-right .search-toggle-btn {
    line-height: 0.66em;
    color: var(--color-white);
    width: 50px;
    height: 50px;
    border: 0;
    background: 0 0;
}

.fcp-message-section .msg-txt p,
.wpo-site-header .header-right .cart-toggle-btn i,
.wpo-site-header .header-right .search-toggle-btn i {
    font-size: 20px;
}

.wpo-site-header .header-right .cart-toggle-btn .ti-close,
.wpo-site-header .header-right .search-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: -2px;
}

.wpo-site-header .navigation {
    background-color: var(--color-white);
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

/* .wpo-site-header .navigation::before {
    position: absolute;
    left: 42%;
    bottom: -27px;
    width: 100%;
    height: 110%;
    content: "";
    background: var(--color-white);
    transform: translateX(-50%);
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
} */
/* .wpo-site-header .navigation::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    width: 80%;
    height: 20px;
    background: 0 0;
    box-shadow: 0 12px 20px rgba(var(--color-black-rgb), 0.18);
    border-radius: 50%;
    z-index: -2;
} */
.wpo-site-header .navigation.sticky-header::after,
.wpo-site-header .navigation.sticky-header .navbar-brand,
.wpo-site-header .navigation.sticky-header .logo-headline {
    display: none !important;
}

.wpo-site-header #navbar {
    transition: 0.5s;
    /* padding-top: 5px;
    margin-bottom: -10px; */
}

.wpo-site-header #navbar>ul li a.active,
.wpo-site-header #navbar>ul li a:focus,
.wpo-site-header #navbar>ul li a:hover {
    color: var(--color-secondary);
    text-decoration: underline;
}

.hero .slick-dots button:before,
.hero .slide .slider-bg,
.hero-section .slick-arrow.slick-next::before,
.hero-section .slick-arrow.slick-prev::before,
.odometer-formatting-mark,
.track-page .item:last-child .shape,
.wpo-funfact-section-s2 .wraper .col:last-child .item::before,
.wpo-funfact-section-s3 .wraper .col:last-child .item::before,
.wpo-site-header .menu-close,
.wpo-site-header .navigation.sticky-header .header-right .close-form .theme-btn,
.wpo-site-header .navigation.sticky-header .header-right .close-form .view-cart-btn,
.wpo-site-header .navigation.sticky-header:before {
    display: none;
}

.wpo-site-footer .link-widget ul li+li,
.wpo-site-footer-s2 .link-widget ul li+li,
.wpo-site-footer-s3 .link-widget ul li+li,
.wpo-site-header .navbar-header .navbar-brand img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo-headline {
    font-size: 39px;
    font-weight: 700;
    color: var(--color-primary);
    font-family: sans-serif;
    margin-bottom: 10px;
    letter-spacing: normal;
}

.wpo-site-header .navbar-header .navbar-brand img {
    max-height: 120px;
}

@media (max-width: 440px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-height: 150px;
    }
}

@media (max-width: 370px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-height: 140px;
    }
}

@media (max-width: 1700px) {
    .wpo-site-header {
        padding: 0;
    }
}

@media (max-width: 1500px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 15px 10px;
    }

    .wpo-site-header {
        padding: 0;
        box-shadow: 0 12px 20px -5px rgba(var(--color-black-rgb), 0.18);
    }
}

@media (max-width: 1400px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 14px 7px;
        font-size: 18px;
    }
}

@media (max-width: 1200px) {

    .wpo-site-header .header-right .cart-toggle-btn,
    .wpo-site-header .header-right .search-toggle-btn {
        width: 50px;
        height: 50px;
    }

    .wpo-site-header #navbar>ul>li>a {
        padding: 15px 8px;
        font-size: 18px;
    }
}

.wpo-site-header .navigation.sticky-header {
    padding: 0px;
}

@media (max-width: 1499px) {
    .wpo-site-header .header-right {
        justify-content: start;
        margin: 10px 0;
    }

    .wpo-site-header .header-right .call .text,
    .wpo-site-header .navigation::before {
        display: none;
    }

    .wpo-site-header .header-right .close-form .theme-btn,
    .wpo-site-header .header-right .close-form .view-cart-btn {
        padding: 0 20px;
        font-size: 18px;
        line-height: 20px;
    }

    .wpo-site-header .navigation::after {
        display: none !important;
    }

    .wpo-site-header #navbar {
        padding-top: 0;
        margin-bottom: 0;
        justify-content: center;
    }

    .wpo-site-header .navbar-header .navbar-brand img {
        margin-bottom: 20px;
    }

    .wpo-site-header .navigation.sticky-header {
        padding: 10px 100px;
    }
}

.wpo-site-header .navigation.sticky-header .navbar-header .navbar-brand img {
    margin-top: 0;
    margin-bottom: 0;
}

.wpo-site-header .navigation.sticky-header #navbar {
    padding-top: 5px;
    margin-bottom: 0;
}

.wpo-site-header .navigation.sticky-header .header-right {
    margin-top: 0;
    justify-content: end;
}

.gal-header-wave,
.gal-strip,
.gal-subtitle,
.gal-title,
.hero-section {
    position: relative;
    z-index: 1;
}

.hero-section .slider-item {
    height: 82vh;
    position: relative;
    display: flex;
    align-items: center;
}

.blog-card .content .comment li,
.gal-lb,
.gal-lb-close,
.gal-lb-nav,
.hero-section .hero-btn,
.hero-section .hero-btn .call,
.sc-lrow {
    align-items: center;
    display: flex;
}

.hero-section .slider-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/slider/bg-shape.svg) no-repeat;
    z-index: -1;
    opacity: 0.6;
}

.hero-section .slider-item .bg-image,
.wpo-site-footer .bg-image,
.wpo-site-footer-s2 .bg-image,
.wpo-site-footer-s3 .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -11;
}

.hero-section .slider-item .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: 2s;
}

.hero-section .slider-item .down-shape {
    position: absolute;
    left: 50%;
    bottom: 10%;
    animation: 5s infinite top-bottom;
}

.hero-section .content {
    max-width: 900px;
    position: relative;
}

.hero-section .content .bg-text {
    position: absolute;
    left: 0;
    top: -70px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(var(--color-white-rgb), 0.24);
    font-size: 260px;
    font-weight: 500;
    font-family: "DM Sans";
    margin-bottom: 0;
    color: transparent;
    z-index: -1;
}

.hero-section .content h2 {
    color: var(--color-secondary);
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.hero-section .content h3 {
    font-family: "Playfair Display", serif;
    color: var(--color-white);
    font-size: 60px;
    font-weight: 800;
    line-height: 75px;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.hero-section .content p {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 45px;
}

.hero-section .hero-btn .call {
    margin-left: 30px;
}

.hero-section .hero-btn .call .icon {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    line-height: 60px;
    background: var(--color-secondary);
    font-size: 19px;
    color: var(--color-white);
    text-align: center;
    margin-right: 15px;
}

.hero-section .hero-btn .call .text span {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    display: inline-block;
    margin-bottom: 5px;
}

.hero-section .hero-btn .call .text h4 {
    margin-bottom: 0;
    color: var(--color-white);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-section .animated {
    transition: 0.5s;
}

.hero-section .slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s 0.3s;
}

.hero-section .slick-arrow {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: -30px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    transition: 0.3s ease-in-out;
    border: 1px solid var(--color-white);
    z-index: 1;
}

.hero,
.hero .slide {
    height: 100vh;
    position: relative;
}

.hero-section .slick-arrow.slick-next,
.hero-section .slick-arrow.slick-prev {
    right: 125px;
    bottom: -50px;
    display: none !important;
}

.hero-section .slick-arrow.slick-next::after,
.hero-section .slick-arrow.slick-prev::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "\f125";
    font-family: flaticon_logistics !important;
    font-size: 15px;
    color: var(--color-white);
    transition: 0.3s ease-in-out;
}

.hero-section .slick-arrow.slick-next {
    right: 30px;
}

.hero-section .slick-arrow.slick-next::after {
    content: "\f124";
}

.hero-section .slick-arrow:hover {
    background: var(--color-teal-dark-4);
}

.adm-elig-inner .adm-section-heading,
.blog-card-s2:hover .content .b-btn a,
.blog-card-s2:hover .content .comment li i,
.blog-card-s2:hover .content .comment li span,
.blog-card-s2:hover .content h2 a,
.faculty-inner .section-heading,
.features-card:hover h3,
.features-card:hover i,
.hero-section .slick-arrow:hover::after,
.track-page .active .icon i,
.wpo-site-footer li,
.wpo-site-footer p,
.wpo-site-footer-s2 li,
.wpo-site-footer-s2 p,
.wpo-site-footer-s3 li,
.wpo-site-footer-s3 p {
    color: var(--color-white);
}

.hero-section .slick-dots {
    bottom: 60px;
}

.hero-section .slick-dots li {
    height: 7px;
    width: 40px;
    border: 0;
    border-radius: 100px;
    color: var(--color-teal-dark-1);
    margin: 0 5px;
    background: var(--color-white);
    box-shadow: 0 4px 4px 0 rgba(var(--color-black-rgb), 0.06);
    transition: 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}

.hero-section .slick-dots .slick-active,
.mission-section:hover,
.wpo-blog-section-s2 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.wpo-process-section .process-item:hover .top-contnent .text {
    background: var(--color-secondary);
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    animation-name: zoomInImage;
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    animation-name: zoomOutImage;
}

@keyframes top-bottom {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(50%);
        opacity: 0;
    }
}

.hero .slide {
    background-repeat: no-repeat;
}

.hero .slide:focus {
    outline: 0;
}

.hero .slide .container {
    height: 100%;
    display: table;
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-next,
.hero .slick-prev {
    background-color: transparent;
    width: 55px;
    height: 55px;
    z-index: 10;
    border-radius: 50%;
    transition: 0.5s;
    top: auto;
    bottom: 140px;
    border: 1px solid var(--color-gray-mid);
}

.hero .slick-next:hover,
.hero .slick-prev:hover {
    background-color: rgba(var(--color-teal-alt-rgb), 0.6);
}

.hero .slick-prev {
    left: 45%;
}

.hero .slick-prev:before {
    font-family: themify;
    content: "\e629";
    opacity: 1;
    font-size: 18px;
}

.hero .slick-next {
    left: 50%;
}

.hero .slick-next:before {
    font-family: themify;
    content: "\e628";
    opacity: 1;
    font-size: 18px;
}

.hero .slick-dots {
    bottom: 30px;
}

.hero .slick-dots button {
    background-color: var(--color-primary);
    width: 14px;
    height: 14px;
    border: 2px solid var(--color-white);
    border-radius: 50%;
}

.hero .slide-caption>div {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero .slide-caption>div * {
    animation: 1.5s both fadeOutLeft;
}

.hero .slide-caption>.slider-pic * {
    animation: 1.5s both fadeOutRight;
}

.hero .slide-caption>div.btns *,
.hero .slide-caption>div.slide-subtitle *,
.hero .slide-caption>div.slide-title * {
    animation-delay: 0s;
}

.hero .hero-slider-s2 .slick-current .slide-caption>div * {
    animation-name: fadeInLeft;
}

.hero .hero-slider-s2 .slick-current .slide-caption>.slider-pic * {
    animation-name: fadeInRight;
}

.hero .hero-slider-s2 .slick-current .slide-caption>div.slide-title *,
.hero .hero-slider-s2 .slick-current .slide-caption>div.slider-pic * {
    animation-delay: 0.5s;
}

.hero .hero-slider-s2 .slick-current .slide-caption>div.slide-subtitle * {
    animation-delay: 1s;
}

.hero .hero-slider-s2 .slick-current .slide-caption>div.btns * {
    animation-delay: 1.5s;
}

.wpo-site-footer,
.wpo-site-footer-s2,
.wpo-site-footer-s3 {
    position: relative;
    font-size: 16px;
    z-index: 1;
}

.wpo-site-footer-s2::after,
.wpo-site-footer-s3::after,
.wpo-site-footer::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -11;
    content: "";
    background: linear-gradient(270deg, rgba(var(--color-teal-dark-7-rgb), 0.91) 5.16%, var(--color-teal-dark-5) 36.3%, var(--color-teal-dark-1) 57.47%);
}

.wpo-blog-section .bg-img img,
.wpo-site-footer .bg-image img,
.wpo-site-footer-s2 .bg-image img,
.wpo-site-footer-s3 .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wpo-site-footer .shape,
.wpo-site-footer-s2 .shape,
.wpo-site-footer-s3 .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.wpo-site-footer .shape-1,
.wpo-site-footer-s2 .shape-1,
.wpo-site-footer-s3 .shape-1 {
    position: absolute;
    left: 100px;
    top: 200px;
    z-index: -1;
}

.wpo-site-footer .footer-map,
.wpo-site-footer-s2 .footer-map,
.wpo-site-footer-s3 .footer-map {
    max-width: 700px;
    max-height: 403px;
    position: absolute;
    left: 30%;
    top: 10%;
    transform: translateX(-50%);
    z-index: -1;
}

.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer-s2 .wpo-upper-footer,
.wpo-site-footer-s3 .wpo-upper-footer {
    padding: 20px 0;
    position: relative;
}

.wpo-site-footer .widget-title,
.wpo-site-footer-s2 .widget-title,
.wpo-site-footer-s3 .widget-title {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.wpo-site-footer .widget-title h3,
.wpo-site-footer-s2 .widget-title h3,
.wpo-site-footer-s3 .widget-title h3 {
    color: var(--color-white);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.wpo-site-footer .about-widget,
.wpo-site-footer-s2 .about-widget,
.wpo-site-footer-s3 .about-widget {
    max-width: 280px;
}

.wpo-site-footer .about-widget .logo,
.wpo-site-footer-s2 .about-widget .logo,
.wpo-site-footer-s3 .about-widget .logo {
    max-width: 180px;
}

.wpo-site-footer .about-widget p,
.wpo-site-footer-s2 .about-widget p,
.wpo-site-footer-s3 .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}

.academics-section ul li:last-child,
.adm-cal-row:last-child,
.blog-card .content .text h2,
.cisce-body p:last-child,
.eval-body p:last-child,
.faculty-body p:last-child,
.how-step:last-of-type,
.pp-body p:last-child,
.uniform-body p:last-of-type,
.wpo-about-section .about-content ul li:last-child,
.wpo-about-section-s4 .about-content ul li:last-child,
.wpo-site-footer .about-widget p:last-child,
.wpo-site-footer-s2 .about-widget p:last-child,
.wpo-site-footer-s3 .about-widget p:last-child {
    margin-bottom: 0;
}

.wpo-site-footer .about-widget ul li,
.wpo-site-footer-s2 .about-widget ul li,
.wpo-site-footer-s3 .about-widget ul li {
    display: flex;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    text-transform: capitalize;
}

.wpo-site-footer .about-widget ul li .icon,
.wpo-site-footer-s2 .about-widget ul li .icon,
.wpo-site-footer-s3 .about-widget ul li .icon {
    padding-right: 10px;
}

.wpo-site-footer .wpo-service-link-widget,
.wpo-site-footer-s2 .wpo-service-link-widget,
.wpo-site-footer-s3 .wpo-service-link-widget {
    padding-left: 70px;
}

.ba-card,
.ct-info-card,
.ct-map-wrap,
.ct-submit-btn,
.gal-item,
.pullquote,
.sec-beyond,
.stream-card,
.uniform-visual,
.wpo-site-footer .link-widget,
.wpo-site-footer-s2 .link-widget,
.wpo-site-footer-s3 .link-widget {
    overflow: hidden;
}

@media screen and (min-width: 1200px) {

    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget,
    .wpo-site-footer-s3 .link-widget {
        padding-left: 75px;
    }
}

.wpo-site-footer .link-widget ul li a,
.wpo-site-footer-s2 .link-widget ul li a,
.wpo-site-footer-s3 .link-widget ul li a {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 500;
}

.wpo-site-footer .link-widget ul li a::before,
.wpo-site-footer-s2 .link-widget ul li a::before,
.wpo-site-footer-s3 .link-widget ul li a::before {
    position: absolute;
    left: -20px;
    top: 0;
    content: "\f11b";
    font-family: flaticon_logistics !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.adm-elig-inner .adm-label-text,
.blog-card .content .text h2 a:hover,
.blog-card-s2 .content h2 a:hover,
.faculty-inner .section-label .label-text,
.wpo-site-footer .link-widget ul li a:hover,
.wpo-site-footer-s2 .link-widget ul li a:hover,
.wpo-site-footer-s3 .link-widget ul li a:hover {
    color: var(--color-secondary);
}

.wpo-blog-section-s2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.wpo-process-section .process-item:hover .top-contnent .item-shape,
.wpo-service-section-s3 .service-card-s2:hover .bottom-shape,
.wpo-service-section-s3 .service-card-s2:hover .top-shape,
.wpo-service-section-s4 .service-card-s2:hover .bottom-shape,
.wpo-service-section-s4 .service-card-s2:hover .top-shape,
.wpo-site-footer .link-widget ul li a:hover::before,
.wpo-site-footer-s2 .link-widget ul li a:hover::before,
.wpo-site-footer-s3 .link-widget ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.wpo-site-footer .locations-widget ul li,
.wpo-site-footer-s2 .locations-widget ul li,
.wpo-site-footer-s3 .locations-widget ul li {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.54px;
    margin-bottom: 20px;
}

.wpo-site-footer .locations-widget ul li:nth-child(2),
.wpo-site-footer-s2 .locations-widget ul li:nth-child(2),
.wpo-site-footer-s3 .locations-widget ul li:nth-child(2) {
    color: var(--color-secondary);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.wpo-site-footer .locations-widget ul li:nth-child(3),
.wpo-site-footer-s2 .locations-widget ul li:nth-child(3),
.wpo-site-footer-s3 .locations-widget ul li:nth-child(3) {
    margin-bottom: 10px;
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-s2 .wpo-lower-footer,
.wpo-site-footer-s3 .wpo-lower-footer {
    text-align: center;
    position: relative;
}

.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-s2 .wpo-lower-footer .row,
.wpo-site-footer-s3 .wpo-lower-footer .row {
    padding: 10px 0;
    position: relative;
    border-top: 1px solid rgba(var(--color-white-rgb), 0.1);
}

.wpo-site-footer .wpo-lower-footer .copyright,
.wpo-site-footer-s2 .wpo-lower-footer .copyright,
.wpo-site-footer-s3 .wpo-lower-footer .copyright {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.wpo-site-footer .wpo-lower-footer .copyright a,
.wpo-site-footer-s2 .wpo-lower-footer .copyright a,
.wpo-site-footer-s3 .wpo-lower-footer .copyright a {
    color: var(--color-secondary);
    text-decoration: none;
    font-weight: 700;
}

.adm-doc-card:hover .adm-doc-icon,
.alumni-card,
.alumni-cta,
.stream-card,
.vision-section:hover,
.wpo-site-footer-s2::after {
    background: var(--color-primary);
}

.wpo-site-footer-s2 .address-widget h4 {
    color: var(--color-white);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.wpo-site-footer-s2 .address-widget ul li {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    display: block;
}

.ct-field-err.ct-show,
.wpo-site-footer-s2 .wpo-lower-footer .copyright {
    display: block;
}

.wpo-site-footer-s2 .wpo-lower-footer .logo {
    text-align: left;
}

.wpo-site-footer-s2 .wpo-lower-footer ul {
    text-align: right;
}

.wpo-site-footer-s2 .wpo-lower-footer ul li {
    display: inline-block;
    padding: 0 4px;
}

.wpo-site-footer-s2 .wpo-lower-footer ul li a img {
    border-radius: 4px;
}

@media (max-width: 1399px) {

    .wpo-site-header .header-right .close-form .theme-btn,
    .wpo-site-header .header-right .close-form .view-cart-btn {
        padding: 2px 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .wpo-site-header .header-right .close-form .theme-btn i,
    .wpo-site-header .header-right .close-form .view-cart-btn i {
        margin-left: 5px;
        font-size: 20px;
        line-height: 35px;
    }

    .wpo-site-header .navigation.sticky-header {
        padding: 0 20px;
    }

    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget,
    .wpo-site-footer-s3 .link-widget {
        padding-left: 20px;
    }

    .wpo-site-footer-s2 .shape {
        display: none;
    }
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    transition: 0.7s;
}

.sticky-on {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.wpo-about-section,
.wpo-about-section-s4 {
    position: relative;
    padding-top: 70px;
    padding-bottom: 130px;
}

@media (max-width: 991px) {
    .logo-headline {
        font-size: 22px;
        font-weight: 500;
        text-align: left;
        line-height: 24px;
        margin: 0;
    }

    .logo-row {
        justify-content: space-between;
    }

    .wpo-site-header .header-right .cart-toggle-btn,
    .wpo-site-header .header-right .search-toggle-btn {
        width: 40px;
        height: 40px;
    }

    .wpo-site-header .header-right .cart-toggle-btn .fi:before,
    .wpo-site-header .header-right .search-toggle-btn .fi:before {
        font-size: 16px;
    }

    .page-wrapper,
    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        transition: 0.3s;
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(var(--color-black-rgb), 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        transition: 0.3s;
    }

    .wpo-site-header #navbar>ul>li a {
        display: block;
        font-size: 15px;
        color: var(--color-white);
        font-weight: 600;
        text-transform: capitalize;
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a.active,
    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate,
    .wpo-site-header #navbar>ul .menu-item-has-children>a:hover,
    .wpo-site-header #navbar>ul>li a.active,
    .wpo-site-header #navbar>ul>li a:hover {
        color: var(--color-white);
    }

    .wpo-site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 15px;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
        color: var(--color-border-light);
    }

    /* .wpo-site-header #navbar > ul .menu-item-has-children > a:before {
        font-family: themify;
        content: "\e649";
        font-size: 0.7333333333rem;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s;
    }
    .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
        transform: rotate(90deg);
        top: 29%;
    } */
    .hero-section .slider-item::before,
    .wpo-site-header .container {
        width: 100%;
    }

    .wpo-site-header .mobail-menu button {
        background-color: var(--color-primary);
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20;
    }

    .wpo-site-header .mobail-menu button:focus {
        outline: 0;
        box-shadow: none;
    }

    .wpo-site-header .mobail-menu button span {
        background-color: var(--color-white);
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .wpo-site-footer-s2 .wpo-lower-footer .copyright,
    .wpo-site-header .mobail-menu button span:last-child {
        margin: 0;
    }

    .wpo-site-header #navbar {
        background: var(--color-navy);
        display: block !important;
        width: 250px;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 0;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
    }

    .wpo-site-header #navbar .navbar-nav {
        display: block;
        height: 100%;
        overflow: auto;
        padding-bottom: 60px;
    }

    .wpo-site-header #navbar>ul {
        position: relative;
        z-index: 101;
    }

    .wpo-site-header #navbar ul a {
        color: var(--color-black);
    }

    .wpo-site-header #navbar ul a:hover,
    .wpo-site-header #navbar ul li.current a {
        color: var(--color-primary);
    }

    .wpo-site-header #navbar .close-navbar {
        background-color: var(--color-white);
        width: 40px;
        height: 40px;
        color: var(--color-black);
        border: 0;
        outline: 0;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20;
    }

    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .wpo-site-header .menu-close {
        display: block;
        z-index: 99;
        background: 0 0;
        color: var(--color-white);
        border: 1px solid var(--color-white);
        text-align: center;
        margin: 20px 30px 20px auto;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .wpo-site-header .slideInn {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .wpo-site-header .x-close .middle-angle {
        opacity: 0;
    }

    .wpo-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .wpo-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }

    .hero-section .slider-item .down-shape,
    .wpo-site-footer .shape-1,
    .wpo-site-footer-s2 .shape-1,
    .wpo-site-footer-s3 .shape-1,
    .wpo-site-header .navbar-collapse.collapse {
        display: none;
    }

    .wpo-site-header .navbar-collapse.collapse.in,
    .wpo-site-header .navbar-header .collapse,
    .wpo-site-header .navbar-toggle {
        display: block;
    }

    .wpo-site-header .navbar-header,
    .wpo-site-header .navbar-nav,
    .wpo-site-header .navbar-nav>li,
    .wpo-site-header .navbar-right {
        float: none;
    }

    .wpo-site-header #navbar>ul>li>a {
        font-size: 15px;
    }

    .hero-section .slider-item {
        height: 100%;
        padding: 150px 0;
    }

    .hero-section .slider-item .bg-image video {
        width: 100% !important;
        height: 100% !important;
    }

    .hero-section .content .bg-text {
        font-size: 150px;
        top: -40px;
    }

    .hero-section .content h3 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 25px;
    }

    .hero .slick-next,
    .hero .slick-prev {
        display: none !important;
    }

    .hero .slide-caption>div {
        justify-content: center;
    }

    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-s2 .wpo-upper-footer,
    .wpo-site-footer-s3 .wpo-upper-footer {
        padding: 50px 0 0;
    }

    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-s2 .wpo-upper-footer .col,
    .wpo-site-footer-s3 .wpo-upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }

    .wpo-site-footer .wpo-lower-footer .copyright,
    .wpo-site-footer-s2 .wpo-lower-footer .copyright,
    .wpo-site-footer-s3 .wpo-lower-footer .copyright {
        float: none;
        display: block;
    }

    .wpo-site-footer-s2 .wpo-lower-footer .logo,
    .wpo-site-footer-s2 .wpo-lower-footer ul {
        text-align: center;
    }

    .wpo-about-section,
    .wpo-about-section-s4 {
        padding: 90px 0;
    }
}

.wpo-about-section .about-left,
.wpo-about-section-s4 .about-left {
    position: relative;
    margin-right: 55px;
}

.wpo-about-section .about-left .image-1,
.wpo-about-section-s4 .about-left .image-1 {
    border-radius: 7px;
    border: 9px solid var(--color-white);
    max-height: 500px;
    margin-left: auto;
}

.wpo-about-section .about-left .image-2,
.wpo-about-section-s4 .about-left .image-2 {
    border-radius: 10px;
    border: 8px solid var(--color-white);
    box-shadow: 0 5px 9px 0 rgba(var(--color-black-rgb), 0.17);
    max-width: 318px;
    max-height: 268px;
    position: absolute;
    right: 33px;
}

.wpo-about-section .about-left .image-3,
.wpo-about-section-s4 .about-left .image-3 {
    border-radius: 9px;
    border: 7px solid var(--color-white);
    box-shadow: 0 8px 14px 0 rgba(var(--color-black-rgb), 0.13);
    position: absolute;
    right: 53px;
    top: 20px;
}

.wpo-about-section .about-left .image-4,
.wpo-about-section-s4 .about-left .image-4 {
    position: absolute;
    right: -33px;
    bottom: -34px;
    z-index: -1;
}

.wpo-about-section .about-left .since,
.wpo-about-section-s4 .about-left .since {
    border-radius: 76px 0 76px 76px;
    background: var(--color-primary);
    width: 290px;
    height: 152px;
    position: absolute;
    left: -23px;
    bottom: -90px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: end;
}

.wpo-about-section .about-left .since::before,
.wpo-about-section-s4 .about-left .since::before {
    position: absolute;
    left: 40px;
    top: 50%;
    content: "";
    width: 2px;
    height: 65px;
    background: var(--color-white);
    transform: translateY(-50%);
}

.wpo-about-section .about-left .since::after,
.wpo-about-section-s4 .about-left .since::after {
    position: absolute;
    left: 73px;
    top: 50%;
    content: "";
    width: 2px;
    height: 65px;
    background: var(--color-white);
    transform: translateY(-50%);
    transform: rotate(-90deg);
}

.wpo-about-section .about-left .since h2,
.wpo-about-section-s4 .about-left .since h2 {
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
}

.wpo-about-section .about-left .since h2 span,
.wpo-about-section-s4 .about-left .since h2 span {
    font-family: "Plus Jakarta Sans";
    color: var(--color-white);
    font-size: 61px;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 20px;
    }

    .hero .slick-next {
        left: 53%;
    }

    .wpo-site-footer .about-widget ul li,
    .wpo-site-footer-s2 .about-widget ul li,
    .wpo-site-footer-s3 .about-widget ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .wpo-site-footer .about-widget ul li .icon,
    .wpo-site-footer-s2 .about-widget ul li .icon,
    .wpo-site-footer-s3 .about-widget ul li .icon {
        padding-right: 5px;
    }

    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget,
    .wpo-site-footer-s3 .link-widget {
        padding-left: 0;
    }

    .wpo-site-footer-s2 .wpo-lower-footer ul {
        text-align: center;
    }

    .wpo-site-footer-s2 .wpo-lower-footer ul li {
        padding: 0 1px;
    }

    .wpo-about-section .about-left .image-2,
    .wpo-about-section .about-left .image-3,
    .wpo-about-section-s4 .about-left .image-2,
    .wpo-about-section-s4 .about-left .image-3 {
        right: 0;
        position: static;
    }

    .footer-shps-logo {
        width: 50% !important;
    }

    .wpo-about-section .about-left .since h2 span,
    .wpo-about-section-s4 .about-left .since h2 span {
        font-size: 52px;
    }
}

.wpo-about-section .about-left .since p,
.wpo-about-section-s4 .about-left .since p {
    color: var(--color-white);
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 0;
    margin-top: -5px;
}

.adm-doc-type,
.adm-eyebrow,
.adm-label-text,
.ct-form-label,
.ct-info-block-label,
.ct-info-label,
.ct-strip-label,
.gal-eyebrow,
.header-eyebrow,
.label-text,
.parallax-eyebrow,
.pp-contact-label,
.pp-toc-title,
.pullquote-src,
.ratio-sub,
.sc-ltxt {
    text-transform: uppercase;
}

.wpo-about-section .shape,
.wpo-about-section-s4 .shape,
.wpo-funfact-section-s2 .left-shape,
.wpo-funfact-section-s3 .left-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.wpo-about-section .side-img,
.wpo-about-section-s4 .side-img {
    position: absolute;
    right: 0;
    bottom: 90px;
    z-index: -1;
}

@media (max-width: 767px) {

    .theme-btn,
    .view-cart-btn {
        padding: 12px 18px;
        font-size: 14px;
    }

    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px;
        margin: 0;
    }

    .wpo-site-header #navbar .navbar-nav {
        margin: 0;
    }

    .header-right .theme-btn,
    .header-right .view-cart-btn {
        padding: 20px 12px;
    }

    .wpo-about-section .shape,
    .wpo-about-section .side-img,
    .wpo-about-section-s4 .shape,
    .wpo-about-section-s4 .side-img,
    .wpo-site-footer .footer-map,
    .wpo-site-footer .shape,
    .wpo-site-footer-s2 .footer-map,
    .wpo-site-footer-s2 .shape,
    .wpo-site-footer-s3 .footer-map,
    .wpo-site-footer-s3 .shape,
    .wpo-site-header .header-right .close-form {
        display: none;
    }

    .wpo-site-header .navigation.sticky-header {
        padding: 20px 10px;
    }

    .hero,
    .hero .slide {
        min-height: 420px;
    }

    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-s2 .wpo-upper-footer,
    .wpo-site-footer-s3 .wpo-upper-footer {
        padding: 30px 0 0;
    }

    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-s2 .wpo-upper-footer .col,
    .wpo-site-footer-s3 .wpo-upper-footer .col {
        min-height: auto;
        margin-bottom: 30px;
    }

    .wpo-site-footer .widget-title,
    .wpo-site-footer-s2 .widget-title,
    .wpo-site-footer-s3 .widget-title {
        margin-bottom: 20px;
    }

    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget,
    .wpo-site-footer-s3 .link-widget {
        max-width: 350px;
    }

    .wpo-about-section,
    .wpo-about-section-s4 {
        padding: 30px 0 80px;
    }

    .wpo-about-section .about-left .since,
    .wpo-about-section-s4 .about-left .since {
        height: 120px;
    }

    .wpo-about-section .about-left .since h2 span,
    .wpo-about-section-s4 .about-left .since h2 span {
        font-size: 40px;
    }

    .wpo-site-footer .link-widget ul li+li,
    .wpo-site-footer-s2 .link-widget ul li+li,
    .wpo-site-footer-s3 .link-widget ul li+li,
    .wpo-site-header .navbar-header .navbar-brand img {
        margin-top: 0;
    }

    .wpo-site-header .navbar-header .navbar-brand img {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.academics-section .title h2,
.facility-section .title h2,
.fcp-message-section .title h2,
.vision-mission-section .title h2,
.wpo-about-section .about-content .title h2,
.wpo-about-section-s4 .about-content .title h2 {
    color: var(--color-secondary);
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.76px;
    text-decoration-line: underline;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
}

.adm-doc-num,
.adm-section-heading,
.adm-tile-title,
.adm-title,
.alumni-card-title,
.alumni-stat-n,
.ba-card-title,
.ct-form-heading,
.ct-info-heading,
.eval-highlight-card h4,
.gal-album-name,
.gal-title,
.header-title,
.kf-title,
.parallax-heading,
.portal-how-title,
.pp-section-title,
.pullquote-txt,
.pullquote::before,
.ratio-number,
.sc-h2,
.section-heading,
.stat-number,
.stream-name,
.uniform-quote,
.value-card-title,
.wpo-funfact-section-s2 .wraper .item h2,
.wpo-funfact-section-s3 .wraper .item h2 {
    font-family: "Playfair Display", serif;
}

.academics-section .title h3,
.facility-section .title h3,
.fcp-message-section .title h3,
.vision-mission-section .title h3,
.wpo-about-section .about-content .title h3,
.wpo-about-section-s4 .about-content .title h3 {
    font-family: "Playfair Display", serif;
    color: var(--color-heading);
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .wpo-about-section .about-left,
    .wpo-about-section-s4 .about-left {
        margin-right: 0;
    }

    .wpo-about-section .about-content,
    .wpo-about-section-s4 .about-content {
        margin-top: 0;
    }

    .wpo-about-section .about-content .title h3,
    .wpo-about-section-s4 .about-content .title h3 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 499px) {

    .wpo-about-section .about-left .image-3,
    .wpo-about-section-s4 .about-left .image-3 {
        display: none;
    }

    .wpo-about-section .about-content .title h3,
    .wpo-about-section-s4 .about-content .title h3 {
        font-size: 30px;
        line-height: 42px;
    }
}

.wpo-about-section .about-content .sub-content,
.wpo-about-section-s4 .about-content .sub-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wpo-about-section .about-content .sub-content span,
.wpo-about-section-s4 .about-content .sub-content span {
    color: var(--color-gray-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    padding-left: 10px;
    display: block;
    border-left: 1px solid var(--color-secondary);
}

.wpo-about-section .about-content h4,
.wpo-about-section-s4 .about-content h4 {
    color: var(--color-dark-alt);
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.academics-section ul li,
.wpo-about-section .about-content ul li,
.wpo-about-section-s4 .about-content ul li {
    color: var(--color-dark-alt);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}

.academics-section ul li::before,
.wpo-about-section .about-content ul li::before,
.wpo-about-section-s4 .about-content ul li::before {
    position: absolute;
    left: 0;
    top: 10px;
    font-family: flaticon_logistics !important;
    content: "\f126";
    font-size: 14px;
    color: var(--color-teal);
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 100px;
    border: 1px solid var(--color-teal);
}

.blog-card .content .text h2 a,
.blog-card-s2 .content h2 a {
    color: var(--color-heading);
    letter-spacing: -0.66px;
    transition: 0.3s ease-in-out;
}

.wpo-about-section .about-content .author-btn,
.wpo-about-section-s4 .about-content .author-btn {
    max-width: 490px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.features-wrap,
.wpo-about-section .about-content .author,
.wpo-about-section-s4 .about-content .author {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpo-about-section .about-content .author .image,
.wpo-about-section-s4 .about-content .author .image {
    width: 60px;
    height: 60px;
}

.wpo-about-section .about-content .author .image img,
.wpo-about-section-s4 .about-content .author .image img {
    border-radius: 60px;
    border: 4px solid var(--color-white);
    box-shadow: 0 4px 4px 0 rgba(var(--color-black-rgb), 0.15);
    width: 100%;
}

.wpo-about-section .about-content .author .text,
.wpo-about-section-s4 .about-content .author .text {
    margin-left: 10px;
    display: grid;
}

.wpo-about-section .about-content .author .text span,
.wpo-about-section-s4 .about-content .author .text span {
    margin-top: -10px;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.wpo-about-section .about-content .theme-btn,
.wpo-about-section .about-content .view-cart-btn,
.wpo-about-section-s4 .about-content .theme-btn,
.wpo-about-section-s4 .about-content .view-cart-btn,
.wpo-service-section-s3 .slick-dots li.slick-active,
.wpo-service-section-s4 .slick-dots li.slick-active {
    background: var(--color-primary);
}

@media (max-width: 399px) {

    .wpo-about-section .about-left .since,
    .wpo-about-section-s4 .about-left .since {
        border-radius: 0;
    }

    .wpo-about-section .about-content .author-btn,
    .wpo-about-section-s4 .about-content .author-btn {
        display: block;
        margin-top: 40px;
    }

    .wpo-about-section .about-content .author,
    .wpo-about-section-s4 .about-content .author {
        justify-content: start;
    }

    .wpo-about-section .about-content .theme-btn,
    .wpo-about-section .about-content .view-cart-btn,
    .wpo-about-section-s4 .about-content .theme-btn,
    .wpo-about-section-s4 .about-content .view-cart-btn {
        margin-top: 20px;
    }
}

.wpo-about-section-s4,
.wpo-blog-section-s2 {
    padding: 70px 0;
}

.wpo-features-section h4 {
    text-align: center;
    color: var(--color-purple-dark);
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    text-transform: lowercase;
    margin-bottom: 0;
    margin-top: 30px;
}

.wpo-features-section h4 a {
    color: var(--color-teal-dark-2);
    text-decoration-line: underline;
    text-transform: lowercase;
    display: inline-block;
}

.wpo-features-section h4 a span {
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 29px;
    text-align: center;
    background: var(--color-white);
    box-shadow: 0 4px 8px 0 rgba(var(--color-black-rgb), 0.06);
    margin-left: 12px;
    text-decoration-line: none;
    display: inline-block;
}

.features-card {
    text-align: center;
    width: 20%;
    max-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--color-gray-bg);
    background: var(--color-white);
    box-shadow: 0 9px 29px 0 rgba(var(--color-black-rgb), 0.04);
    padding: 50px 15px;
    transition: 0.3s ease-in-out;
    margin: 0 10px 20px;
}

.blog-card,
.blog-card-s2,
.wpo-process-section .process-item {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .features-wrap {
        flex-wrap: wrap;
    }

    .features-card {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .wpo-about-section-s4 {
        padding: 40px 0 130px;
    }

    .features-card {
        width: 30%;
    }
}

.features-card i {
    font-size: 80px;
    color: var(--color-teal-dark-2);
    transition: 0.3s ease-in-out;
}

.features-card h3 {
    color: var(--color-purple-dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
    margin-bottom: 0;
}

.features-card:hover {
    background: var(--color-teal-dark-2);
    border: 1px solid transparent;
    box-shadow: 0 9px 29px 0 transparent;
}

.wpo-blog-section,
.wpo-process-section {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}

.wpo-process-section .process-wrap .border-shape {
    position: absolute;
    left: 9%;
    top: 20%;
    width: 100%;
}

.wpo-process-section .process-item .top-contnent {
    width: 190px;
    height: 190px;
    box-shadow: 0 8px 23px rgba(var(--color-black-rgb), 0.07);
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.wpo-process-section .process-item .top-contnent img {
    border-radius: 100%;
    padding: 5px;
}

.wpo-process-section .process-item .top-contnent .item-shape {
    position: absolute;
    left: 39%;
    top: 37%;
    width: 145%;
    height: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.wpo-process-section .process-item .top-contnent .text {
    position: absolute;
    left: 16px;
    bottom: 12px;
    z-index: 1;
    width: 170px;
    height: 60px;
    background: var(--color-primary);
    margin: 0 auto;
    -webkit-clip-path: polygon(0 0, 100% 19%, 95% 100%, 10% 100%);
    clip-path: polygon(0 0, 100% 19%, 95% 100%, 10% 100%);
    transform: rotate(2deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.wpo-process-section .process-item .top-contnent .text span {
    color: var(--color-white);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
}

.wpo-process-section .process-item .top-contnent .shape-1 {
    position: absolute;
    left: 8px;
    bottom: -12px;
    width: 100%;
    transform: rotate(13deg);
}

.wpo-process-section .process-item .top-contnent .shape-2 {
    position: absolute;
    right: 14px;
    bottom: 0;
    transform: rotate(13deg);
}

.wpo-process-section .process-item .top-contnent .shape-2 svg path {
    fill: var(--color-gray-dark-2);
    transition: 0.3s ease-in-out;
}

.wpo-process-section .process-item .content {
    text-align: center;
    max-width: 220px;
    margin: 30px auto 0;
}

.wpo-process-section .process-item .content h2 {
    color: var(--color-white);
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}

.wpo-process-section .process-item .content p {
    color: var(--color-border);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.wpo-process-section .process-item:hover .top-contnent .shape-2 svg path {
    fill: var(--color-secondary);
}

.wpo-blog-section .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.blog-card {
    border-radius: 16px;
    box-shadow: 0 10px 60px 0 rgba(var(--color-gray-mid-2-rgb), 0.2);
    background: var(--color-white);
    position: relative;
}

.blog-card img {
    border-radius: 16px 16px 0 0;
    width: 100%;
}

.blog-card .date {
    min-width: 70px;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: var(--color-secondary);
    border-radius: 6px;
    position: absolute;
    right: 25px;
    top: -30px;
}

.blog-card .date h3 {
    color: var(--color-white);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.84px;
    margin-bottom: 0;
}

.blog-card .date span {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 400;
}

.header-eyebrow,
.pp-toc-list a.pp-toc-active,
.wpo-blog-section-s2 .f-btn .theme-btn,
.wpo-blog-section-s2 .f-btn .view-cart-btn {
    font-weight: 600;
}

.blog-card .content {
    background: var(--color-white);
    border-radius: 0 0 16px 16px;
    position: relative;
}

.blog-card .content .text {
    padding: 35px 30px 30px;
    position: relative;
}

.blog-card .content .text::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    content: "";
    background: rgba(var(--color-navy-darker-rgb), 0.1);
}

.blog-card .content .text span {
    color: var(--color-secondary);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
}

.blog-card .content .text h2 a {
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.blog-card .content .comment {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-card .content .comment li i {
    color: var(--color-gray-dark);
    font-size: 18px;
}

.blog-card .content .comment li span {
    color: var(--color-gray-dark);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.32px;
    padding-left: 7px;
}

.wpo-funfact-section-s2,
.wpo-funfact-section-s3 {
    position: relative;
    background: url(../images/funfact-bg_result.webp) center/cover no-repeat;
    padding-top: 315px;
    margin-top: -230px;
}

@media (max-width: 991px) {

    .wpo-blog-section,
    .wpo-process-section {
        padding-bottom: 60px;
    }

    .wpo-process-section .process-wrap .border-shape {
        display: none;
    }

    .wpo-blog-section .bg-img {
        width: 100%;
    }

    .wpo-funfact-section-s2,
    .wpo-funfact-section-s3 {
        padding-top: 90px;
        margin-top: 0;
    }

    /* .wpo-funfact-section-s2 .wraper,
    .wpo-funfact-section-s3 .wraper {
        padding-top: 35px;
    } */
}

.wpo-funfact-section-s2 .wraper,
.wpo-funfact-section-s3 .wraper {
    border-radius: 8px;
    /* background: var(--color-primary);
    box-shadow: 0 0 19px 0 rgba(var(--color-black-rgb), 0.05); */
}

.adm-doc-card:hover,
.adm-tile:hover {
    box-shadow: 0 12px 40px rgba(var(--color-primary-rgb), 0.18);
}

.wpo-funfact-section-s2 .wraper .item,
.wpo-funfact-section-s3 .wraper .item {
    text-align: center;
    color: var(--color-almost-black);
    padding: 45px 40px;
    position: relative;
    background: var(--color-white);
    box-shadow: 0 0 19px 0 rgba(var(--color-black-rgb), 0.05);
    border-radius: 30px;
    height: 100%;
    border: 1px solid var(--color-primary-accent-3);
    border-top: 10px solid var(--color-primary-accent-3);
    transition: .3s all ease;
}

.wpo-funfact-section-s2 .wraper .item:hover,
.wpo-funfact-section-s3 .wraper .item:hover {
    transform: translateY(-10px)
}

/* .wpo-funfact-section-s2 .wraper .item::before,
.wpo-funfact-section-s3 .wraper .item::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 80%;
    width: 2px;
    background: rgba(var(--color-white-rgb), 0.13);
} */
@media (max-width: 767px) {
    .features-card {
        width: 45%;
    }

    .wpo-process-section {
        padding-bottom: 50px;
        padding-top: 40px;
    }

    p {
        font-size: 16px;
        line-height: 28px;
    }

    .wpo-blog-section {
        padding-bottom: 50px;
    }

    .wpo-funfact-section-s2,
    .wpo-funfact-section-s3 {
        padding-top: 80px;
    }

    .wpo-funfact-section-s2 .wraper .item::before,
    .wpo-funfact-section-s3 .wraper .item::before {
        display: none;
    }
}

.wpo-funfact-section-s2 .wraper .item i,
.wpo-funfact-section-s3 .wraper .item i {
    font-size: 56px;
    line-height: 60px;
}

.wpo-funfact-section-s2 .wraper .item h2,
.wpo-funfact-section-s3 .wraper .item h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--color-primary-accent-3);
}

.wpo-funfact-section-s2 .wraper .item h2 span,
.wpo-funfact-section-s3 .wraper .item h2 span {
    color: var(--color-white);
    font-family: "Plus Jakarta Sans";
}

.wpo-funfact-section-s2 .wraper .item p,
.wpo-funfact-section-s3 .wraper .item p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-white);
}

.wpo-funfact-section-s2 .right-shape,
.wpo-funfact-section-s3 .right-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.wpo-blog-section-s2 {
    position: relative;
    z-index: 1;
    background: url(../images/blog/bg-img-2_result.webp) center/cover no-repeat;
}

.wpo-blog-section-s2 .wpo-section-title,
.wpo-service-section-s3 .wpo-section-title,
.wpo-service-section-s4 .wpo-section-title {
    text-align: left;
    margin-bottom: 0;
}

.wpo-blog-section-s2 .f-btn,
.wpo-service-section-s3 .service-btn,
.wpo-service-section-s4 .service-btn {
    text-align: end;
}

.wpo-blog-section-s2 .blog-slider {
    margin-top: 45px;
    overflow: hidden;
}

.wpo-blog-section-s2 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: auto;
}

.wpo-blog-section-s2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.wpo-blog-section-s2 .swiper-pagination-bullet {
    background: var(--color-gray-warm);
    position: relative;
}

.wpo-blog-section-s2 .swiper-pagination-bullet::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 100px;
    border: 1px solid var(--color-secondary);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.blog-card-s2 img {
    width: 100%;
    height: 300px;
}

.blog-card-s2 .content {
    position: relative;
    z-index: 1;
    padding: 25px;
    margin: -100px 30px 0;
    background: var(--color-white);
    transition: 0.3s ease-in-out;
}

.blog-card-s2 .content .comment {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-card-s2 .content .comment li {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.blog-card-s2 .content .comment li i {
    color: var(--color-secondary);
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

.blog-card-s2 .content .comment li span {
    color: var(--color-gray-dark);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.32px;
    padding-left: 7px;
    transition: 0.3s ease-in-out;
}

.blog-card-s2 .content h2 {
    margin-bottom: 18px;
    line-height: 25px;
}

.blog-card-s2 .content h2 a {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.blog-card-s2 .content .b-btn a {
    color: var(--color-almost-black);
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    transition: 0.3s ease-in-out;
}

.blog-card-s2 .content .b-btn a i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: var(--color-secondary);
    color: var(--color-white);
    border-radius: 100px;
    display: inline-block;
    font-size: 8px;
    text-align: center;
    margin-left: 8px;
    transition: 0.3s ease-in-out;
}

.blog-card-s2:hover .content {
    background: var(--color-secondary);
}

.blog-card-s2:hover .content .b-btn a i {
    background: var(--color-white);
    color: var(--color-primary);
}

.wpo-funfact-section-s3 {
    background: 0 0;
    margin: 0;
    padding: 40px 0;
}

.wpo-service-section-s4 {
    padding-top: 50px;
}
.wpo-service-section-s3 {
    padding-top: 70px;
}

@media (max-width: 991px) {

    .wpo-funfact-section-s2 .wraper .col:nth-child(2) .item::before,
    .wpo-funfact-section-s3 .wraper .col:nth-child(2) .item::before {
        display: none;
    }

    .wpo-funfact-section-s2 .wraper .item,
    .wpo-funfact-section-s3 .wraper .item {
        padding: 35px;
    }

    .wpo-blog-section-s2 .wpo-section-title {
        text-align: center;
    }

    .wpo-blog-section-s2 .f-btn {
        margin-top: 20px;
        text-align: center;
    }

    .wpo-funfact-section-s3 {
        margin: 0;
        padding: 20px 0;
    }

    .wpo-service-section-s3,
    .wpo-service-section-s4 {
        padding-top: 40px;
    }

    .wpo-service-section-s3 .service-btn,
    .wpo-service-section-s4 .service-btn {
        text-align: left;
        margin-top: 20px;
    }
}

.wpo-service-section-s3 .service-card-s2,
.wpo-service-section-s4 .service-card-s2 {
    position: relative;
    border: 1px solid transparent;
}

.wpo-service-section-s3 .service-card-s2 .top-shape,
.wpo-service-section-s4 .service-card-s2 .top-shape {
    position: absolute;
    left: -1px;
    top: -1px;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.wpo-service-section-s3 .service-card-s2 .bottom-shape,
.wpo-service-section-s4 .service-card-s2 .bottom-shape {
    position: absolute;
    right: -1px;
    bottom: -1px;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.wpo-service-section-s3 .slick-slide img,
.wpo-service-section-s4 .slick-slide img {
    display: block;
    margin: 0 auto;
}

.wpo-service-section-s3 .service-slider-s2,
.wpo-service-section-s4 .service-slider-s2 {
    padding-top: 40px;
    margin: 0 120px;
}

@media (max-width: 1730px) {

    .wpo-service-section-s3 .service-slider-s2,
    .wpo-service-section-s4 .service-slider-s2 {
        margin: 0 50px;
    }
}

@media (max-width: 1699px) {

    .wpo-service-section-s3 .service-slider-s2,
    .wpo-service-section-s4 .service-slider-s2 {
        margin: 0 20px;
    }
}

.wpo-service-section-s3 .service-slider-s2 .slick-list,
.wpo-service-section-s4 .service-slider-s2 .slick-list {
    margin: 0 -10px;
}

.wpo-service-section-s3 .slick-dots li,
.wpo-service-section-s4 .slick-dots li {
    height: 7px;
    width: 65px;
    border: 0;
    border-radius: 100px;
    color: var(--color-teal-dark-1);
    background: var(--color-white);
    box-shadow: 0 4px 4px 0 rgba(var(--color-black-rgb), 0.06);
    transition: 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}

.wpo-service-section-s4 {
    padding-top: 120px;
}

.track-page h2 {
    margin-bottom: 60px;
}

.facility-section .wrape,
.track-page .wrape {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.facility-section .item,
.track-page .item {
    width: 260px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.facility-section .item {
    cursor: pointer;
}

@media (max-width: 1199px) {
    .blog-card .date h3 {
        font-size: 20px;
    }

    .blog-card .content .text {
        padding: 30px 15px 15px;
    }

    .blog-card .content .text h2 a,
    .blog-card-s2 .content h2 a {
        font-size: 18px;
        line-height: 15px;
    }

    .blog-card .content .comment {
        padding: 15px;
        flex-direction: column;
        align-items: start;
    }

    .blog-card-s2 .content .comment {
        flex-direction: column;
        align-items: start;
    }

    .facility-section .item .icon,
    .track-page .item .icon {
        width: 130px;
        height: 130px;
        line-height: 130px;
    }

    .facility-section .item .icon span,
    .track-page .item .icon span {
        right: 0;
        top: 0;
        font-size: 14px;
    }

    .facility-section .item i,
    .track-page .item .icon i {
        font-size: 30px;
    }

    .facility-section .item h2,
    .track-page .item h2 {
        font-size: 17px;
        line-height: 50px;
    }

    .facility-section .item,
    .track-page .item {
        width: 230px;
    }
}

.facility-section .item .icon,
.track-page .item .icon {
    width: 185px;
    height: 184px;
    line-height: 185px;
    margin: 0 auto 10px;
    border-radius: 100px;
    background: var(--color-gray-light);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: var(--color-border-alt) dotted 1px;
    outline-offset: -15px;
    transition: 0.3s ease-in-out;
    position: relative;
}

.facility-section .item:hover .icon {
    background: var(--color-primary);
    outline-color: var(--color-white);
}

.facility-section .item:hover .icon img {
    filter: invert(1);
}

.facility-section .item .icon span,
.track-page .item .icon span {
    color: var(--color-white);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 13px;
    background: var(--color-secondary);
}

.facility-section .item i,
.track-page .item .icon i {
    font-size: 55px;
    color: #0b374291;
}

.facility-section .item h2,
.track-page .item h2 {
    color: var(--color-almost-black-alt);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}

.track-page .item .shape {
    position: absolute;
    top: 40%;
    right: -35%;
    transform: translateY(-50%);
}

@media (max-width: 1399px) {
    .features-card i {
        font-size: 60px;
    }

    .features-card h3 {
        font-size: 18px;
    }

    .blog-card-s2 .content {
        padding: 20px;
        margin: -100px 10px 0;
    }

    .track-page .item .shape {
        right: -22%;
    }
}

@media (max-width: 1199px) {

    .facility-section .item .icon,
    .track-page .item .icon {
        width: 130px;
        height: 130px;
        line-height: 130px;
    }

    .facility-section .item .icon span,
    .track-page .active .icon span,
    .track-page .item .icon span {
        right: 0;
        top: 0;
        font-size: 14px;
    }

    .facility-section .item i,
    .track-page .item .icon i {
        font-size: 30px;
    }

    .facility-section .item h2,
    .track-page .item h2 {
        font-size: 17px;
        line-height: 50px;
    }

    .track-page .item .shape {
        right: -20%;
        top: 33%;
    }
}

@media (max-width: 575px) {

    .track-page .item .shape,
    .wpo-site-header .header-right .call {
        display: none;
    }

    .hero-section .slider-item {
        padding: 100px 0 130px;
    }

    .hero-section .content .bg-text {
        font-size: 80px;
        top: 0;
    }

    .hero-section .content h3 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .hero-section .content p {
        margin-bottom: 20px;
    }

    .hero-section .hero-btn {
        flex-direction: column-reverse;
        align-items: start;
    }

    .hero-section .hero-btn .call {
        margin-left: 0;
        margin-bottom: 25px;
    }

    .hero-section .hero-btn .call .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .hero-section .hero-btn .call .text h4 {
        font-size: 16px;
    }

    .hero .slide-caption>div {
        justify-content: center;
        flex-direction: column;
    }

    .features-card {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .wpo-service-section-s4 {
        padding-top: 90px;
    }

    .facility-section .wrape,
    .track-page .wrape {
        flex-wrap: wrap;
    }

    .facility-section .item,
    .track-page .item {
        flex-basis: 50%;
    }

    .facility-section .item h2,
    .track-page .item h2 {
        line-height: 30px;
    }

    .track-page .item .shape {
        right: -15%;
        top: 33%;
    }

    .track-page .item:nth-child(2) .shape {
        display: none;
    }
}

.track-page .active .icon {
    background: var(--color-secondary);
    outline: var(--color-gray-light) dotted 1px;
}

.track-page .active .icon span {
    color: var(--color-secondary);
    background: var(--color-white);
}

.guruji-photo-frame {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-orange), var(--color-orange-alt), var(--color-brown), var(--color-orange));
    background-size: 300% 300%;
    padding: 5px;
    position: relative;
    z-index: 2;
    box-shadow:
        0 20px 60px rgba(var(--color-orange-rgb), 0.35),
        0 0 0 8px rgba(var(--color-orange-rgb), 0.12),
        0 0 0 16px rgba(var(--color-orange-rgb), 0.06),
        0 0 0 24px rgba(var(--color-orange-rgb), 0.03);
    animation:
        6s infinite gradient-rotate,
        3s ease-in-out infinite glow-frame;
}

.guruji-photo-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: var(--color-white);
}

@keyframes gradient-rotate {

    0%,
    100% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes glow-frame {

    0%,
    100% {
        box-shadow:
            0 20px 60px rgba(var(--color-orange-rgb), 0.35),
            0 0 0 8px rgba(var(--color-orange-rgb), 0.12),
            0 0 0 16px rgba(var(--color-orange-rgb), 0.06),
            0 0 0 24px rgba(var(--color-orange-rgb), 0.03);
    }

    50% {
        box-shadow:
            0 25px 80px rgba(var(--color-orange-rgb), 0.45),
            0 0 0 10px rgba(var(--color-orange-rgb), 0.18),
            0 0 0 20px rgba(var(--color-orange-rgb), 0.1),
            0 0 0 30px rgba(var(--color-orange-rgb), 0.05);
    }
}

.guruji-photo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.sparkle {
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--color-orange);
    border-radius: 50%;
    animation: 2s ease-in-out infinite sparkle;
}

.adm-docs-bg,
.ct-strip,
.evaluation-section,
.img-styling,
.mission-section:hover .icon-box,
.vision-section:hover .icon-box {
    background: var(--color-white);
}

.sparkle-1 {
    top: 15%;
    left: 20%;
    animation-delay: 0s;
}

.sparkle-2 {
    top: 10%;
    right: 30%;
    animation-delay: 0.5s;
}

.sparkle-3 {
    bottom: 20%;
    left: 15%;
    animation-delay: 1s;
}

.sparkle-4 {
    bottom: 47%;
    right: 5%;
    animation-delay: 1.5s;
}

.sparkle-5 {
    bottom: 11%;
    right: 30%;
    animation-delay: 2s;
}

@keyframes sparkle {

    0%,
    100% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

.mf-social-side-list {
    position: fixed;
    top: 40vh;
    right: 10px;
    z-index: 100;
}

.mf-social-side-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.mf-social-side-list ul li a {
    color: var(--color-white);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.mf-social-side-list ul li a:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.mf-social-side-list ul li a[href*="facebook"] {
    background: var(--color-facebook);
}

.mf-social-side-list ul li a[href*="instagram"] {
    background: radial-gradient(circle at 30% 107%, var(--color-instagram-yellow) 0, var(--color-instagram-yellow) 5%, var(--color-instagram-orange) 45%, var(--color-instagram-pink) 60%, var(--color-instagram-blue) 90%);
}

.mf-social-side-list ul li a[href*="youtube"] {
    background: var(--color-youtube);
}

.mf-social-side-list ul li a[href*="wa.me"] {
    background: var(--color-whatsapp);
}

.mf-social-side-list ul li a[href*="gmail"] {
    background: var(--color-google);
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url(../images/lotus-flower.gif) center center no-repeat var(--color-white);
    background-size: 7em;
}

@media (max-width: 767px) {

    .wpo-service-section-s3 .slick-dots li,
    .wpo-service-section-s4 .slick-dots li {
        width: 20px;
    }

    .wpo-service-section-s4 {
        padding-top: 80px;
    }

    .mf-social-side-list {
        top: 50vh;
        right: 10px;
        left: auto;
    }

    .chairman-quote {
        width: 100% !important;
    }
}

.typewriter {
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    border-right: 2px solid currentColor;
    animation:
        5s steps(90, end) forwards typing,
        0.8s step-end infinite blinkCursor;
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blinkCursor {
    50% {
        border-color: transparent;
    }
}

.floating {
    animation: 3s ease-in-out infinite floating;
}

@keyframes floating {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

section.vision-mission-section {
    padding: 60px 0;
    background: var(--bs-light);
}

.facility-infra-sec,
section.academics-section {
    padding: 50px 0 60px;
}

.mission-section,
.vision-section {
    padding: 20px;
    background: var(--color-white);
    border: 2px solid var(--color-secondary);
    border-radius: 10px;
    height: 100%;
    transition: 0.3s;
}

.mission-section .icon-box,
.vision-section .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    font-size: 24px;
    display: flex;
}

.adm-doc-card:hover,
.vision-section {
    border-color: var(--color-primary);
}

.mission-section .icon-box {
    background: #f8392f1a;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
}

.vision-section .icon-box {
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    background: #074ea41c;
}

section.fcp-message-section {
    background: #f8392f1a;
    padding: 70px 100px;
}

.img-styling {
    width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--color-secondary);
    border-radius: 50%;
    overflow: hidden;
}

.page-header::after,
.page-header::before {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.fcp-message-section i.flaticon-quote {
    position: absolute;
    font-size: 100px;
    opacity: 0.2;
    top: -150px;
    right: 0;
}

.academics-section .shape3 {
    position: absolute;
    right: -32px;
    top: -62px;
}

.facility-section {
    position: relative;
    background: url(../images/process-bg-3_result.webp) center/cover no-repeat;
    padding: 70px 0;
}

@media (max-width: 991px) {
    .facility-section .item h2 {
        line-height: 30px;
    }

    section.fcp-message-section {
        padding: 70px 0;
    }

    .fcp-message-section .msg-txt p {
        font-size: 16px;
    }
}

.facility-img {
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(var(--color-black-rgb), 0.1);
}

.facility-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.facility-img:hover img {
    transform: scale(1.1);
}

.page-header {
    background: linear-gradient(135deg, var(--color-primary-dark) 0, var(--color-primary) 60%, var(--color-primary-accent-3) 100%);
    padding: 100px 24px 80px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page-header::before {
    top: -60px;
    right: -60px;
    width: 400px;
    height: 400px;
    background: rgba(var(--color-white-rgb), 0.04);
}

.page-header::after {
    bottom: -80px;
    left: -40px;
    width: 300px;
    height: 300px;
    background: rgba(var(--color-gold-rgb), 0.08);
}

.header-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    color: var(--color-secondary);
    background: rgb(var(--color-secondary-rgb) / 17%);
    border: 1px solid rgba(var(--color-gold-rgb), 0.28);
    padding: 6px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.header-title {
    font-size: clamp(30px, 5vw, 60px);
    font-weight: 900;
    color: var(--color-white);
    line-height: 1.05;
    letter-spacing: -1px;
    position: relative;
    z-index: 1;
}

.adm-title-accent,
.gal-title-accent,
.header-title span {
    color: var(--color-white);
    /* font-style: italic; */
}

.header-tagline {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 300;
    color: rgba(var(--color-white-rgb), 0.72);
    letter-spacing: 0.3px;
    position: relative;
    z-index: 1;
}

.header-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: var(--color-white);
    clip-path: ellipse(55% 100% at 50% 100%);
}

.section {
    padding: 96px 24px;
    max-width: 1140px;
    margin: 0 auto;
}

.section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.label-line {
    width: 40px;
    height: 3px;
    background: var(--color-secondary);
    border-radius: 2px;
}

.adm-label-text,
.label-text,
.sc-ltxt {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--color-primary);
}

.section-heading {
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 700;
    color: var(--color-primary-dark);
    line-height: 1.2;
    margin-bottom: 32px;
}

.evaluation-inner {
    margin: 0 auto;
    padding: 46px 24px 96px;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 72px;
    align-items: start;
}

.eval-left {
    position: sticky;
    top: 40px;
}

.eval-highlight-card {
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 16px;
    padding: 32px 28px;
    margin-top: 32px;
}

.eval-highlight-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--color-white);
}

.eval-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.eval-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(var(--color-white-rgb), 0.94);
}

.eval-list li::before {
    content: "✦";
    color: var(--color-white);
    font-size: 10px;
    flex-shrink: 0;
    margin-top: 3px;
}

.alumni-body p,
.eval-body p,
.uniform-body p {
    font-size: 16px;
    line-height: 1.85;
    color: var(--color-text-secondary);
    margin-bottom: 20px;
}

.eval-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, var(--color-primary-light), transparent);
    margin: 28px 0;
}

.eval-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.eval-tag {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-primary);
    background: var(--color-primary-bg);
    padding: 5px 14px;
    border-radius: 100px;
    letter-spacing: 0.3px;
}

.parallax-wrapper {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-bg {
    position: absolute;
    top: -1735px;
    left: 0;
    right: 0;
    bottom: -100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    background-image: url("../images/students-certif_result.webp");
}

.parallax-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--color-primary-dark-rgb), 0.62) 0, rgba(var(--color-primary-rgb), 0.55) 100%);
}

.parallax-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 24px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.parallax-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--color-white);
    margin-bottom: 16px;
}

.parallax-heading,
.stat-number {
    font-weight: 900;
    color: var(--color-white);
}

.parallax-heading {
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.1;
    margin-bottom: 20px;
}

.parallax-heading em {
    color: var(--color-white);
    font-style: italic;
}

.parallax-divider {
    width: 60px;
    height: 3px;
    background: var(--color-secondary);
    margin: 24px auto;
    border-radius: 2px;
}

.parallax-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    margin: 40px 0;
}

.stat-block {
    text-align: center;
}

.stat-number {
    font-size: clamp(42px, 7vw, 72px);
    line-height: 1;
    display: block;
}

.parallax-text,
.stat-label {
    color: rgba(var(--color-white-rgb), 0.92);
}

.stat-label {
    font-size: 13px;
    font-weight: 500;
    margin-top: 6px;
    letter-spacing: 0.5px;
}

.parallax-text {
    font-size: 16px;
    line-height: 1.85;
    max-width: 680px;
    margin: 0 auto;
}

.adm-doc-card:hover .adm-doc-num,
.gal-filter-btn:hover,
.ratio-number {
    color: var(--color-primary);
}

.faculty-section {
    background: var(--color-primary-dark);
    position: relative;
    overflow: hidden;
}

.faculty-section::before {
    content: "";
    position: absolute;
    top: -200px;
    right: -100px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--color-primary-rgb), 0.4) 0, transparent 70%);
}

.faculty-inner {
    margin: 0 auto;
    padding: 96px 24px;
    position: relative;
    z-index: 1;
}

.faculty-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    align-items: start;
}

.faculty-body p {
    font-size: 16px;
    line-height: 1.9;
    color: rgba(var(--color-white-rgb), 0.78);
    margin-bottom: 20px;
}

.faculty-aside {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ratio-card {
    background: var(--color-white);
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ratio-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--color-secondary);
}

.ratio-number {
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
}

.ratio-sub {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text-muted);
    letter-spacing: 1px;
    margin-top: 8px;
}

.ratio-desc {
    font-size: 14px;
    color: var(--color-text-secondary);
    margin-top: 12px;
    line-height: 1.6;
}

.value-card {
    background: rgba(var(--color-white-rgb), 0.06);
    border: 1px solid rgba(var(--color-white-rgb), 0.1);
    border-radius: 16px;
    padding: 24px 22px;
}

.adm-header-orb-1,
.adm-header-orb-2 {
    border-radius: 50%;
    pointer-events: none;
}

.value-card-title {
    font-size: 17px;
    color: var(--color-secondary);
    margin-bottom: 12px;
    font-weight: 600;
}

.value-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.value-list li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: rgba(var(--color-white-rgb), 0.75);
    line-height: 1.55;
}

.value-list li::before {
    content: "→";
    color: var(--color-secondary);
    flex-shrink: 0;
}

.reveal {
    opacity: 0;
    transform: translateY(36px);
    transition:
        opacity 0.7s,
        transform 0.7s;
}

.adm-reveal.adm-visible,
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.ct-d1,
.reveal-delay-1 {
    transition-delay: 0.1s;
}

.ct-d2,
.reveal-delay-2 {
    transition-delay: 0.2s;
}

.ct-d3,
.reveal-delay-3 {
    transition-delay: 0.3s;
}

.adm-header {
    background: linear-gradient(135deg, var(--color-primary-dark) 0, var(--color-primary) 55%, var(--color-primary-accent-1) 100%);
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.adm-header-orb-1 {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(var(--color-white-rgb), 0.05) 0, transparent 70%);
}

.adm-header-orb-2 {
    position: absolute;
    bottom: 40px;
    left: -60px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(var(--color-gold-rgb), 0.1) 0, transparent 70%);
}

.adm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--color-secondary);
    background: rgb(var(--color-secondary-rgb) / 17%);
    border: 1px solid rgba(var(--color-gold-rgb), 0.28);
    padding: 6px 20px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.adm-title {
    font-size: clamp(30px, 5vw, 56px);
    font-weight: 900;
    color: var(--color-white);
    line-height: 1.05;
    letter-spacing: -1.5px;
    z-index: 1;
}

.adm-subtitle {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(var(--color-white-rgb), 0.68);
    letter-spacing: 0.2px;
    z-index: 1;
    margin-bottom: 92px;
    padding: 0 35px;
}

.adm-header-edge {
    width: 100%;
    height: 64px;
    z-index: 1;
}

.adm-header-edge svg,
.gal-header-wave svg {
    display: block;
    width: 100%;
    height: 100%;
}

.adm-section-wrap {
    margin: 0 auto;
    padding: 48px 24px 88px;
}

.adm-label-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.adm-label-bar {
    width: 38px;
    height: 3px;
    background: var(--color-secondary);
    border-radius: 2px;
    flex-shrink: 0;
}

.adm-section-heading,
.sc-h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: var(--color-primary-dark);
    line-height: 1.2;
    margin-bottom: 10px;
}

.adm-section-sub {
    font-size: 16px;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 52px;
}

.adm-docs-grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 18px;
}

.adm-doc-card {
    background: var(--color-primary-bg-alt);
    border: 1.5px solid var(--color-primary-light);
    border-radius: 16px;
    padding: 24px 20px 20px;
    overflow: hidden;
    transition:
        transform 0.28s,
        box-shadow 0.28s,
        border-color 0.28s,
        background 0.28s;
    cursor: default;
    display: flex;
    gap: 15px;
}

.adm-doc-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-primary-accent-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.32s;
}

.adm-doc-card:hover {
    transform: translateY(-5px);
    background: var(--color-white);
}

.adm-tile:hover,
.gal-strip-img:hover {
    transform: translateY(-6px);
}

.adm-doc-card:hover::before {
    transform: scaleX(1);
}

.adm-doc-num {
    font-size: 36px;
    font-weight: 900;
    color: var(--color-primary-light);
    line-height: 1;
    transition: color 0.28s;
    margin-bottom: 10px;
}

.adm-doc-icon {
    width: 36px;
    height: 36px;
    background: var(--color-primary-bg);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: background 0.28s;
}

.adm-doc-icon svg {
    width: 18px;
    height: 18px;
    fill: var(--color-primary);
    transition: fill 0.28s;
}

.adm-doc-card:hover .adm-doc-icon svg {
    fill: var(--color-white);
}

.adm-doc-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
    line-height: 1.45;
}

.adm-doc-type {
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: var(--color-text-muted);
}

.adm-elig-band {
    background: linear-gradient(100deg, var(--color-primary-dark) 0, var(--color-primary-hover) 100%);
    overflow: hidden;
}

.adm-elig-band::after {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--color-gold-rgb), 0.08) 0, transparent 65%);
    pointer-events: none;
}

.adm-elig-inner {
    margin: 0 auto;
    padding: 72px 24px;
    z-index: 1;
}

.adm-elig-notes {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.adm-elig-note {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: rgba(var(--color-white-rgb), 0.06);
    border: 1px solid rgba(var(--color-white-rgb), 0.1);
    border-radius: 16px;
    padding: 20px 24px;
}

.adm-elig-note-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgb(var(--color-secondary-rgb) / 17%);
    border: 1.5px solid rgb(var(--color-secondary-rgb));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.adm-elig-note-icon svg,
.ct-info-block-icon svg {
    width: 20px;
    height: 20px;
    fill: var(--color-secondary);
}

.adm-elig-note-text {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(var(--color-white-rgb), 0.82);
}

.adm-tiles-bg,
.ct-strip-item:hover {
    background: var(--color-primary-bg-alt);
}

.adm-tiles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.adm-tile {
    background: var(--color-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(var(--color-primary-rgb), 0.1);
    display: flex;
    flex-direction: column;
    transition:
        transform 0.28s,
        box-shadow 0.28s;
}

.adm-tile-header {
    padding: 28px 28px 20px;
    background: var(--color-primary);
    overflow: hidden;
}

.adm-tile:nth-child(2) .adm-tile-header {
    background: var(--color-primary-hover);
}

.adm-tile:nth-child(3) .adm-tile-header {
    background: var(--color-primary-dark);
}

.adm-tile-header-circle {
    position: absolute;
    bottom: -40px;
    right: -30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(var(--color-white-rgb), 0.07);
}

.adm-tile-icon-wrap {
    width: 52px;
    height: 52px;
    background: rgba(var(--color-white-rgb), 0.14);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.adm-tile-icon-wrap svg {
    width: 26px;
    height: 26px;
    fill: var(--color-white);
}

.adm-tile-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-white);
    position: relative;
    z-index: 1;
}

.adm-tile-body {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.adm-tile-body p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text-secondary);
}

.adm-tile-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8392f1a;
    border-left: 3px solid var(--color-secondary);
    border-radius: 0 8px 8px 0;
    padding: 10px 16px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
}

.adm-tile-divider {
    width: 100%;
    height: 1px;
    background: var(--color-primary-bg);
    margin: 18px 0;
}

.adm-cal-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--color-text-secondary);
    margin-bottom: 10px;
}

.adm-cal-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-primary);
    flex-shrink: 0;
}

.adm-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition:
        opacity 0.65s,
        transform 0.65s;
}

.adm-delay-1,
.d1 {
    transition-delay: 80ms;
}

.adm-delay-2,
.d2 {
    transition-delay: 0.16s;
}

.adm-delay-3,
.d3 {
    transition-delay: 0.24s;
}

.adm-delay-4,
.d4 {
    transition-delay: 0.32s;
}

@media (max-width: 640px) {
    .adm-docs-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 380px) {
    .adm-docs-grid {
        grid-template-columns: 1fr;
    }
}

.gal-header {
    background: linear-gradient(135deg, var(--color-primary-dark) 0, var(--color-primary) 55%, var(--color-primary-accent-4) 100%);
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.gal-header-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.gal-header-orb-1 {
    top: -100px;
    right: -80px;
    width: 440px;
    height: 440px;
    background: radial-gradient(circle, rgba(var(--color-white-rgb), 0.05) 0, transparent 70%);
}

.gal-header-orb-2 {
    bottom: 20px;
    left: -50px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(var(--color-gold-rgb), 0.1) 0, transparent 70%);
}

.gal-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--color-secondary);
    background: rgb(var(--color-secondary-rgb) / 17%);
    border: 1px solid rgba(var(--color-gold-rgb), 0.28);
    padding: 6px 20px;
    border-radius: 100px;
    margin-bottom: 22px;
}

.gal-title {
    font-size: clamp(30px, 5vw, 60px);
    font-weight: 900;
    color: var(--color-white);
    line-height: 1;
    letter-spacing: -2px;
}

.gal-subtitle {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(var(--color-white-rgb), 0.65);
    margin-bottom: 92px;
}

.gal-strip {
    display: flex;
    gap: 10px;
    justify-content: center;
    overflow: hidden;
    height: 160px;
    padding: 0 24px;
    margin-bottom: 100px;
}

.gal-strip-img {
    flex: 0 0 auto;
    width: 220px;
    height: 160px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    opacity: 0.75;
    transition:
        opacity 0.3s,
        transform 0.3s;
}

.gal-item:hover .gal-item-overlay,
.gal-item:hover .gal-item-zoom,
.gal-strip-img:hover {
    opacity: 1;
}

.gal-header-wave {
    width: 100%;
    height: 116px;
    margin-top: -1px;
}

.gal-body,
.gal-filter-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.gal-filter-wrap {
    background: var(--color-white);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--color-primary-light);
    box-shadow: 0 2px 16px rgba(var(--color-primary-rgb), 0.06);
}

.ct-form-wrap,
.ct-strip {
    box-shadow: 0 4px 24px rgba(var(--color-primary-rgb), 0.1);
}

.gal-filter-inner {
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gal-filter-inner::-webkit-scrollbar {
    display: none;
}

.gal-filter-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    font-family: Inter, sans-serif;
    color: var(--color-text-muted);
    background: 0 0;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 18px 14px 15px;
    cursor: pointer;
    transition:
        color 0.2s,
        border-color 0.2s;
    white-space: nowrap;
}

.gal-filter-btn.gal-active {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

.gal-filter-count {
    background: var(--color-primary-bg);
    color: var(--color-primary);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 100px;
}

.ct-success-back:hover,
.gal-filter-btn.gal-active .gal-filter-count,
.pp-toc-list a.pp-toc-active .pp-toc-letter {
    background: var(--color-primary);
    color: var(--color-white);
}

.gal-body {
    padding: 52px 24px 80px;
}

.gal-album-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    margin-top: 52px;
}

.gal-album-header:first-of-type {
    margin-top: 0;
}

.gal-album-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-secondary);
    flex-shrink: 0;
}

.gal-album-name,
.pp-section-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary-dark);
}

.gal-album-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, var(--color-primary-light), transparent);
}

.gal-album-count {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-text-muted);
    letter-spacing: 0.5px;
}

.gal-grid {
    columns: 4 200px;
    gap: 14px;
}

.gal-item {
    break-inside: avoid;
    margin-bottom: 14px;
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    display: block;
    transition:
        transform 0.28s,
        box-shadow 0.28s;
}

.gal-item-overlay,
.gal-item-zoom,
.gal-lb {
    transition: opacity 0.3s;
    opacity: 0;
}

.gal-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(var(--color-primary-rgb), 0.18);
}

.gal-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s;
}

.gal-item:hover img {
    transform: scale(1.04);
}

.gal-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(var(--color-primary-dark-rgb), 0.72) 0, transparent 55%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
}

.gal-item-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-white);
    line-height: 1.4;
}

.gal-item-zoom {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: rgba(var(--color-white-rgb), 0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gal-lb,
.gal-lb-close {
    justify-content: center;
}

.gal-item-zoom svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: var(--color-white);
    stroke-width: 2;
    stroke-linecap: round;
}

.gal-item.gal-hidden {
    display: none;
}

.gal-lb {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(var(--color-navy-darkest-rgb), 0.96);
    pointer-events: none;
}

.gal-lb-close,
.gal-lb-nav {
    background: rgba(var(--color-white-rgb), 0.1);
    transition: background 0.2s;
    cursor: pointer;
}

.gal-lb.gal-lb-open {
    opacity: 1;
    pointer-events: all;
}

.gal-lb-inner {
    position: relative;
    max-width: 90vw;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gal-lb-img {
    max-width: 88vw;
    max-height: 76vh;
    border-radius: 14px;
    object-fit: contain;
    display: block;
}

.gal-lb-caption {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(var(--color-white-rgb), 0.72);
    text-align: center;
    letter-spacing: 0.3px;
}

.gal-lb-caption span {
    color: var(--color-secondary);
    margin-right: 8px;
}

.gal-lb-close {
    position: fixed;
    top: 22px;
    right: 28px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(var(--color-white-rgb), 0.2);
    border-radius: 50%;
}

.gal-lb-close:hover {
    background: rgba(var(--color-white-rgb), 0.2);
}

.gal-lb-close svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--color-white);
    stroke-width: 2.5;
    stroke-linecap: round;
}

.gal-lb-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 1px solid rgba(var(--color-white-rgb), 0.18);
    border-radius: 50%;
    justify-content: center;
}

.gal-lb-nav:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.gal-lb-prev {
    left: 24px;
}

.gal-lb-next {
    right: 24px;
}

.gal-lb-nav svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: var(--color-white);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gal-lb-counter {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: rgba(var(--color-white-rgb), 0.5);
    font-weight: 500;
    letter-spacing: 1px;
}

.ct-footer,
.gal-footer,
.sc-footer {
    background: linear-gradient(90deg, var(--color-primary) 0, var(--color-primary-hover) 100%);
    padding: 40px 24px;
    text-align: center;
}

.ct-footer p,
.gal-footer p,
.pp-footer p,
.sc-footer p {
    font-size: 14px;
    color: rgba(var(--color-white-rgb), 0.6);
}

.ct-footer strong,
.ct-hours-txt strong,
.gal-footer strong,
.pp-footer strong,
.sc-footer strong {
    color: var(--color-secondary);
    font-weight: 600;
}

.gal-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.6s,
        transform 0.6s;
}

.ct-rev.ct-vis,
.gal-reveal.gal-vis,
.pp-rev.pp-vis,
.sc-rev.sc-vis {
    opacity: 1;
    transform: none;
}

@media (max-width: 900px) {

    .adm-elig-inner,
    .adm-section-wrap,
    .evaluation-inner,
    .faculty-inner {
        padding: 40px 10px;
    }

    .evaluation-inner,
    .faculty-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .section-heading br {
        display: none;
    }

    .eval-left {
        position: static;
    }

    .faculty-aside {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .ratio-card,
    .value-card {
        flex: 1 1 260px;
    }

    .parallax-stats {
        gap: 28px;
    }

    .parallax-bg {
        background-image: none;
    }

    .parallax-overlay {
        background: linear-gradient(135deg, rgb(var(--color-primary-dark-rgb)) 0, rgb(var(--color-primary-rgb)) 100%);
    }

    .adm-tiles-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }

    .gal-grid {
        columns: 3 160px;
    }
}

@media screen and (max-width: 1920px) {
    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 66px;
    }
}

@media screen and (max-width: 1440px) {
    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 60px;
    }
}

@media screen and (max-width: 1360px) {
    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 55px;
    }
}

@media screen and (max-width: 1280px) {
    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 55px;
    }
}

@media screen and (max-width: 1199px) {
    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 56px;
    }

    .wpo-about-section-s4 .shape {
        width: 45%;
    }
}

.sc-wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

.sc-lrow {
    gap: 12px;
    margin-bottom: 12px;
}

.sc-lbar {
    width: 36px;
    height: 3px;
    background: var(--color-secondary);
    border-radius: 2px;
}

.sc-intro-p {
    font-size: 16px;
    color: var(--color-text-muted);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 48px;
}

.sec-uniform {
    background: var(--color-white);
    padding: 48px 0 22px;
}

.uniform-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.uniform-visual {
    background: linear-gradient(145deg, var(--color-primary) 0, var(--color-primary-dark) 100%);
    border-radius: 16px;
    padding: 48px 40px;
    position: relative;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.uniform-visual::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(var(--color-white-rgb), 0.05);
}

.uniform-icon {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.uniform-quote {
    font-size: 22px;
    font-style: italic;
    color: var(--color-white);
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.uniform-quote::before {
    content: "\201C";
    font-size: 64px;
    color: var(--color-secondary);
    line-height: 0;
    vertical-align: -28px;
    margin-right: 4px;
}

.uniform-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--color-primary-bg);
    border-left: 4px solid var(--color-primary);
    padding: 12px 16px;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    margin-top: 24px;
    line-height: 1.5;
}

.kf-title,
.pullquote-src,
.rule-n,
.stream-name {
    font-weight: 700;
}

.sec-alumni,
.sec-rules {
    background: var(--color-primary-bg-alt);
    padding: 88px 0;
}

.rules-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 72px;
    align-items: start;
}

.rules-sticky {
    position: sticky;
    top: 100px;
}

.rules-list {
    display: flex;
    flex-direction: column;
}

.rule-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid var(--color-primary-light);
}

.rule-row:first-child {
    border-top: 1px solid var(--color-primary-light);
}

.rule-n {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--color-primary-bg);
    color: var(--color-primary);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.rule-n.warn {
    background: var(--color-red-lightest);
    color: var(--color-danger);
}

.rule-txt {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-secondary);
}

.rule-txt.warn {
    color: var(--color-red-darker);
    font-weight: 500;
}

.sec-cisce {
    background: var(--color-white);
    padding: 88px 0;
}

.sec-portal {
    background: var(--color-white);
    padding: 40px 0 88px;
}

.cisce-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-bottom: 56px;
    align-items: start;
}

.cisce-body p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--color-text-secondary);
    margin-bottom: 20px;
}

.cisce-aside,
.ct-field-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pullquote {
    background: var(--color-primary);
    border-radius: 16px;
    padding: 32px 28px;
}

.pullquote::before {
    content: "\201C";
    position: absolute;
    top: -10px;
    left: 16px;
    font-size: 100px;
    line-height: 1;
    color: rgb(var(--color-gray-neutral-rgb) / 38%);
}

.pullquote-txt {
    font-size: 18px;
    font-style: italic;
    color: var(--color-white);
    line-height: 1.55;
    z-index: 1;
}

.pullquote-src {
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--color-secondary);
    margin-top: 12px;
    z-index: 1;
}

.kf-title {
    font-size: 20px;
    color: var(--color-primary-dark);
    margin-bottom: 16px;
}

.kf-grid,
.portal-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.kf-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: var(--color-primary-bg-alt);
    border: 1.5px solid var(--color-primary-light);
    border-radius: 8px;
    padding: 14px 12px;
}

.kf-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-secondary);
    flex-shrink: 0;
    margin-top: 5px;
}

.kf-item span {
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-text-secondary);
    font-weight: 500;
}

.streams-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 48px;
}

.stream-card {
    border-radius: 16px;
    padding: 28px 22px;
    transition:
        transform 0.25s,
        box-shadow 0.25s;
}

.stream-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(var(--color-primary-rgb), 0.22);
}

.stream-card::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(var(--color-white-rgb), 0.06);
}

.stream-icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.stream-name {
    font-size: 18px;
    color: var(--color-white);
    margin-bottom: 8px;
}

.ct-hours-txt,
.stream-desc {
    font-size: 13px;
    color: rgba(var(--color-white-rgb), 0.72);
    line-height: 1.6;
}

.alumni-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: center;
}

.alumni-cta,
.how-n {
    align-items: center;
}

.alumni-cta {
    display: inline-flex;
    gap: 10px;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 100px;
    transition:
        background 0.2s,
        transform 0.2s;
    margin-top: 8px;
}

.alumni-cta:hover {
    background: var(--color-primary-hover);
    transform: translateY(-2px);
}

.alumni-card {
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
}

.alumni-card-title,
.portal-how-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 24px;
}

.alumni-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.alumni-stat {
    background: rgba(var(--color-white-rgb), 0.1);
    border: 1px solid rgba(var(--color-white-rgb), 0.14);
    border-radius: 8px;
    padding: 20px 14px;
}

.alumni-stat-n {
    font-size: 36px;
    font-weight: 900;
    color: var(--color-white);
    line-height: 1;
}

.alumni-stat-l {
    font-size: 12px;
    color: rgba(var(--color-white-rgb), 0.65);
    margin-top: 6px;
    line-height: 1.4;
}

.portal-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 64px;
    align-items: start;
}

.pf-card {
    background: var(--color-primary-bg-alt);
    border: 1.5px solid var(--color-primary-light);
    border-radius: 8px;
    padding: 16px 14px;
    transition:
        border-color 0.2s,
        background 0.2s;
}

.pf-card:hover,
.pp-right-item:hover {
    border-color: var(--color-primary);
    background: var(--color-primary-bg);
}

.pf-icon {
    font-size: 22px;
    margin-bottom: 8px;
}

.pf-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-dark);
    line-height: 1.4;
}

.portal-how {
    background: var(--color-primary-dark);
    border-radius: 16px;
    padding: 36px 30px;
}

.how-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.how-n {
    width: 32px;
    height: 32px;
    background: var(--color-secondary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--color-primary-dark);
    flex-shrink: 0;
}

.how-txt {
    font-size: 14px;
    color: rgba(var(--color-white-rgb), 0.8);
    line-height: 1.65;
    padding-top: 5px;
}

.portal-note {
    background: rgba(var(--color-gold-rgb), 0.1);
    border-left: 3px solid var(--color-secondary);
    border-radius: 0 8px 8px 0;
    padding: 12px 16px;
    font-size: 13px;
    color: rgba(var(--color-white-rgb), 0.72);
    margin-top: 24px;
    line-height: 1.6;
}

.portal-access {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--color-secondary);
    color: var(--color-primary-dark);
    font-size: 14px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 100px;
    transition:
        opacity 0.2s,
        transform 0.2s;
    margin-top: 24px;
}

.portal-access:hover {
    transform: translateY(-2px);
    color: var(--color-primary-dark);
}

.sec-beyond {
    background: var(--color-white);
    padding: 96px 0 88px;
}

.ba-wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    z-index: 1;
}

.ba-ltxt {
    color: var(--color-secondary) !important;
}

.ba-h2 {
    color: var(--color-gray-darker) !important;
}

.ba-intro {
    font-size: 16px;
    color: rgba(var(--color-black-rgb), 0.58);
    line-height: 1.75;
    max-width: 580px;
    margin-bottom: 52px;
}

.ba-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.ba-card {
    background: rgba(var(--color-black-rgb), 0.02);
    border: 1px solid rgba(var(--color-black-rgb), 0.1);
    border-radius: 16px;
    padding: 36px 28px;
    transition:
        background 0.28s,
        border-color 0.28s,
        transform 0.28s;
}

.ba-card:hover {
    background: rgba(var(--color-black-rgb), 0.04);
    border-color: rgba(var(--color-black-rgb), 0.2);
    transform: translateY(-5px);
}

.ba-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.ba-card:first-child .ba-accent {
    background: linear-gradient(90deg, var(--color-gold), var(--color-orange-deep));
}

.ba-card:nth-child(2) .ba-accent {
    background: linear-gradient(90deg, var(--color-primary-accent-2), var(--color-primary));
}

.ba-card:nth-child(3) .ba-accent {
    background: linear-gradient(90deg, var(--color-green), var(--color-green-dark));
}

.ba-card:nth-child(4) .ba-accent {
    background: linear-gradient(90deg, var(--color-red), var(--color-red-dark));
}

.ba-card-icon {
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1;
}

.ba-card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-gray-darker);
    margin-bottom: 12px;
}

.ba-card-body {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(var(--color-black-rgb), 0.72);
    margin-bottom: 20px;
}

.ba-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ba-tag {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-secondary);
    background: rgba(var(--color-gold-rgb), 0.12);
    border: 1px solid rgba(var(--color-gold-rgb), 0.25);
    padding: 4px 12px;
    border-radius: 100px;
}

.ct-info-card::after,
.ct-info-card::before {
    border-radius: 50%;
    position: absolute;
    content: "";
}

.ct-rev,
.sc-rev {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.65s,
        transform 0.65s;
}

@media (max-width: 560px) {
    .parallax-stats {
        flex-direction: column;
        gap: 20px;
    }

    .portal-features {
        grid-template-columns: 1fr;
    }

    .alumni-stat-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.ct-strip-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ct-strip-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 20px;
    border-right: 1px solid var(--color-primary-light);
    transition: background 0.2s;
}

.ct-strip-item:last-child {
    border-right: none;
}

.ct-strip-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: var(--color-primary-bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct-strip-icon svg {
    width: 22px;
    height: 22px;
    fill: var(--color-primary);
}

.ct-strip-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--color-text-muted);
    margin-bottom: 4px;
}

.ct-strip-val {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
    line-height: 1.55;
}

.ct-strip-val a {
    color: var(--color-primary);
    transition: color 0.2s;
}

.ct-info-block-val a,
.pp-contact-val a:hover {
    text-decoration: underline;
}

.ct-strip-val a:hover {
    color: var(--color-primary-hover);
}

.ct-body {
    max-width: 1160px;
    margin: 0 auto;
    padding: 50px 24px 96px;
    /* display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 56px; */
    align-items: start;
}

.ct-info-card {
    background: var(--color-primary);
    border-radius: 16px;
    padding: 48px 40px;
}

.ct-info-card::before {
    top: -80px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(var(--color-primary-rgb), 0.6) 0, transparent 70%);
}

.ct-info-card::after {
    bottom: -60px;
    left: -40px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(var(--color-gold-rgb), 0.07) 0, transparent 70%);
}

.ct-info-top {
    z-index: 1;
    margin-bottom: 40px;
}

.ct-info-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--color-secondary);
    margin-bottom: 10px;
}

.ct-info-heading {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.2;
}

.ct-info-divider {
    width: 48px;
    height: 3px;
    background: var(--color-secondary);
    border-radius: 2px;
    margin-top: 16px;
}

.ct-info-blocks {
    display: flex;
    /* flex-direction: column; */
    gap: 28px;
    z-index: 1;
}

.ct-info-block {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.ct-info-block-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: rgba(var(--color-white-rgb), 0.08);
    border: 1px solid rgba(var(--color-white-rgb), 0.14);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct-info-block-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(var(--color-white-rgb), 0.45);
    margin-bottom: 6px;
}

.ct-info-block-val {
    font-size: 15px;
    color: rgba(var(--color-white-rgb), 0.88);
    line-height: 1.65;
}

.ct-info-block-val a {
    color: var(--color-white);
    transition: opacity 0.2s;
}

.ct-info-block-val a:hover {
    opacity: 0.78;
}

.ct-map-wrap {
    z-index: 1;
    margin-top: 36px;
    border-radius: 8px;
    border: 1.5px solid rgba(var(--color-white-rgb), 0.1);
}

.ct-map-wrap iframe {
    display: block;
    width: 100%;
    height: 220px;
    border: none;
    filter: grayscale(20%) contrast(1.05);
}

.ct-hours {
    z-index: 1;
    margin-top: 28px;
    background: rgb(var(--color-secondary-rgb) / 20%);
    border: 1px solid;
    border-radius: 8px;
    padding: 16px 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.ct-hours-icon {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 1px;
}

.ct-form-wrap {
    background: var(--color-white);
    border-radius: 16px;
    padding: 48px 44px;
}

.ct-form-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.ct-form-heading {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-primary-dark);
    line-height: 1.2;
    margin-bottom: 8px;
}

.ct-form-sub {
    font-size: 15px;
    color: var(--color-text-muted);
    line-height: 1.65;
    margin-bottom: 36px;
}

.ct-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ct-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ct-field label {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text-secondary);
    letter-spacing: 0.2px;
}

.ct-field label span {
    color: var(--color-danger);
    margin-left: 2px;
}

.ct-field input,
.ct-field textarea {
    font-family: Inter, sans-serif;
    font-size: 15px;
    color: var(--color-dark);
    background: var(--color-primary-bg-alt);
    border: 1.5px solid var(--color-primary-light);
    border-radius: 8px;
    padding: 13px 16px;
    width: 100%;
    outline: 0;
    transition:
        border-color 0.22s,
        background 0.22s,
        box-shadow 0.22s;
    resize: none;
}

.ct-field input::placeholder,
.ct-field textarea::placeholder {
    color: var(--color-text-muted);
    font-size: 14px;
}

.ct-field input:focus,
.ct-field textarea:focus {
    border-color: var(--color-primary);
    background: var(--color-white);
    box-shadow: 0 0 0 4px rgba(var(--color-primary-rgb), 0.1);
}

.ct-field input.ct-error,
.ct-field textarea.ct-error {
    border-color: var(--color-danger);
    background: var(--color-red-lightest-alt);
}

.ct-field-err {
    font-size: 12px;
    color: var(--color-danger);
    font-weight: 500;
    display: none;
    margin-top: -3px;
}

.ct-textarea textarea {
    min-height: 130px;
}

.ct-submit-row {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ct-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--color-primary);
    color: var(--color-white);
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 36px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition:
        background 0.22s,
        transform 0.22s,
        box-shadow 0.22s;
}

.ct-submit-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(var(--color-white-rgb), 0);
    transition: background 0.2s;
}

.ct-submit-btn:hover {
    background: var(--color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(var(--color-primary-rgb), 0.28);
}

.ct-submit-btn:active {
    transform: translateY(0);
}

.ct-submit-note {
    font-size: 13px;
    color: var(--color-text-muted);
    line-height: 1.5;
}

.ct-success {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 24px;
    gap: 16px;
}

.ct-success.ct-show {
    display: flex;
}

.ct-success-icon {
    width: 72px;
    height: 72px;
    background: var(--color-green-lightest);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.ct-success-title {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--color-primary-dark);
}

.ct-success-msg {
    font-size: 15px;
    color: var(--color-text-muted);
    line-height: 1.7;
    max-width: 380px;
}

.ct-success-back {
    background: 0 0;
    border: 1.5px solid var(--color-primary);
    color: var(--color-primary);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 100px;
    cursor: pointer;
    transition:
        background 0.2s,
        color 0.2s;
    margin-top: 8px;
}

.pp-toc-letter,
.pp-toc-list a.pp-toc-active,
.pp-toc-list a:hover {
    background: var(--color-primary-bg);
    color: var(--color-primary);
}

.pp-toc-letter,
.pp-toc-title {
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 960px) {

    .alumni-grid,
    .cisce-cols,
    .portal-grid,
    .rules-grid,
    .uniform-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .rules-sticky {
        position: static;
    }

    .ba-grid,
    .ct-body,
    .ct-strip-inner,
    .kf-grid,
    .streams-row {
        grid-template-columns: 1fr;
    }

    .ct-body {
        gap: 40px;
    }

    .ct-strip-item {
        border-right: none;
        border-bottom: 1px solid var(--color-primary-light);
    }

    .ct-strip-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 600px) {
    .gal-grid {
        columns: 2 140px;
    }

    .gal-strip-img {
        width: 160px;
        height: 120px;
    }

    .gal-strip {
        height: 120px;
    }

    .gal-lb-prev {
        left: 8px;
    }

    .gal-lb-next {
        right: 8px;
    }

    .ct-field-row {
        grid-template-columns: 1fr;
    }

    .ct-form-wrap {
        padding: 32px 24px;
    }

    .ct-info-card {
        padding: 36px 28px;
    }
}

.pp-layout {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 24px 96px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 56px;
    align-items: start;
}

.pp-toc {
    position: sticky;
    top: 32px;
}

.pp-toc-title {
    letter-spacing: 2px;
    color: var(--color-text-muted);
    margin-bottom: 14px;
}

.pp-toc-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pp-toc-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-muted);
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 8px;
    transition:
        background 0.18s,
        color 0.18s;
    line-height: 1.4;
}

.pp-toc-letter {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pp-toc-updated {
    margin-top: 24px;
    background: var(--color-primary-bg-alt);
    border: 1px solid var(--color-primary-light);
    border-radius: 8px;
    padding: 14px 12px;
    font-size: 12px;
    color: var(--color-text-muted);
    line-height: 1.6;
}

.pp-toc-updated strong {
    color: var(--color-primary);
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}

.pp-content {
    min-width: 0;
}

.pp-section {
    padding-bottom: 48px;
    border-bottom: 1px solid var(--color-primary-light);
    margin-bottom: 48px;
}

.pp-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pp-section-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.pp-section-badge {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background: var(--color-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: var(--color-white);
    font-family: "Playfair Display", serif;
}

.pp-body {
    font-size: 15px;
    line-height: 1.85;
    color: var(--color-text-secondary);
}

.pp-body p {
    margin-bottom: 14px;
}

.pp-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.pp-pill {
    display: flex;
    align-items: center;
    gap: 7px;
    background: var(--color-primary-bg-alt);
    border: 1.5px solid var(--color-primary-light);
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-secondary);
}

.pp-pill::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-secondary);
    flex-shrink: 0;
}

.pp-highlight {
    background: var(--color-primary-bg);
    border-left: 4px solid var(--color-primary);
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    font-size: 14px;
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin-top: 14px;
}

.pp-rights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
}

.pp-right-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--color-primary-bg-alt);
    border: 1.5px solid var(--color-primary-light);
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-secondary);
    transition:
        border-color 0.2s,
        background 0.2s;
}

.pp-right-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: var(--color-primary-bg);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.pp-contact-box {
    background: var(--color-primary-dark);
    border-radius: 12px;
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 4px;
}

.pp-contact-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: rgba(var(--color-gold-rgb), 0.15);
    border: 1px solid rgba(var(--color-gold-rgb), 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.pp-contact-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(var(--color-white-rgb), 0.45);
    margin-bottom: 4px;
}

.pp-contact-val {
    font-size: 15px;
    font-weight: 600;
}

.pp-contact-val a {
    color: var(--color-secondary);
    text-decoration: none;
}

.pp-footer {
    background: linear-gradient(90deg, var(--color-primary) 0, var(--color-primary-hover) 100%);
    padding: 36px 24px;
    text-align: center;
}

.pp-rev {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.55s,
        transform 0.55s;
}

@media (max-width: 800px) {

    .pp-layout,
    .pp-rights-grid {
        grid-template-columns: 1fr;
    }

    .pp-layout {
        gap: 32px;
    }

    .pp-toc {
        position: static;
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .adm-doc-card,
    .adm-reveal,
    .adm-tile,
    .ba-card,
    .ct-rev,
    .ct-submit-btn,
    .gal-item,
    .gal-item img,
    .gal-reveal,
    .gal-strip-img,
    .pf-card,
    .pp-rev,
    .reveal,
    .sc-rev,
    .stream-card {
        transition: none;
    }

    .parallax-bg {
        transform: none !important;
    }

    .adm-reveal,
    .ct-rev,
    .gal-reveal,
    .pp-rev,
    .reveal,
    .sc-rev {
        opacity: 1;
        transform: none;
    }
}

/* Career page css starts here */

/* ─── HEADER ─── */
.cr-header {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 58%, var(--color-primary-accent-1) 100%);
    padding: 96px 24px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cr-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.cr-orb1 {
    top: -90px;
    right: -70px;
    width: 440px;
    height: 440px;
    background: radial-gradient(circle, rgba(var(--color-white-rgb), 0.05) 0%, transparent 70%);
}

.cr-orb2 {
    bottom: 20px;
    left: -50px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(var(--color-gold-rgb), 0.09) 0%, transparent 70%);
}

.cr-orb3 {
    top: 40px;
    left: 30%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(var(--color-white-rgb), 0.03) 0%, transparent 70%);
}

.cr-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-secondary);
    background: rgba(var(--color-gold-rgb), 0.12);
    border: 1px solid rgba(var(--color-gold-rgb), 0.28);
    padding: 6px 20px;
    border-radius: 100px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.cr-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(48px, 8vw, 92px);
    font-weight: 900;
    color: var(--color-white);
    line-height: 1.0;
    letter-spacing: -2px;
    position: relative;
    z-index: 1;
}

.cr-title-acc {
    color: var(--color-secondary);
    font-style: italic;
}

.cr-subtitle {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(var(--color-white-rgb), 0.62);
    margin-bottom: 56px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.2px;
}

.cr-wave {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 1;
    margin-top: -1px;
}

.cr-wave svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* ─── MAIN ─── */
main {
    flex: 1;
}

/* ─── HERO CONTENT SECTION ─── */
.cr-hero-section {
    background: var(--color-white);
    padding: 88px 24px 80px;
    position: relative;
    overflow: hidden;
}

.cr-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--color-primary-bg) 0%, transparent 70%);
    transform: translate(30%, -30%);
    pointer-events: none;
}

.cr-hero-inner {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Left — text */
.cr-hero-text {}

.cr-lrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.cr-lbar {
    width: 36px;
    height: 3px;
    background: var(--color-secondary);
    border-radius: 2px;
}

.cr-ltxt {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-primary);
}

.cr-h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 700;
    color: var(--color-primary-dark);
    line-height: 1.15;
    margin-bottom: 20px;
}

.cr-h2 em {
    color: var(--color-primary);
    font-style: italic;
}

.cr-body {
    font-size: 16px;
    line-height: 1.9;
    color: var(--color-text-secondary);
    margin-bottom: 36px;
}

/* Apply CTA button */
.cr-apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--color-primary);
    color: var(--color-white);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(var(--color-primary-rgb), 0.28);
    transition: background 0.22s, transform 0.22s, box-shadow 0.22s;
    position: relative;
    overflow: hidden;
}

.cr-apply-btn:hover {
    background: var(--color-primary-hover);
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(var(--color-primary-rgb), 0.36);
}

.cr-apply-btn:active {
    transform: translateY(-1px);
}

.cr-apply-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cr-apply-note {
    margin-top: 14px;
    font-size: 13px;
    color: var(--color-text-muted);
    line-height: 1.6;
}

.cr-apply-note a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

.cr-apply-note a:hover {
    text-decoration: underline;
}

/* Right — visual card */
.cr-visual {
    background: linear-gradient(145deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    border-radius: 16px;
    padding: 44px 36px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 14px 44px rgba(var(--color-primary-rgb), 0.18);
}

.cr-visual::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(var(--color-white-rgb), 0.06);
}

.cr-visual::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(var(--color-gold-rgb), 0.07);
}

.cr-visual-icon {
    font-size: 52px;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.cr-visual-quote {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    font-style: italic;
    color: var(--color-white);
    line-height: 1.5;
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

.cr-visual-quote::before {
    content: '\201C';
    font-size: 56px;
    color: var(--color-secondary);
    line-height: 0;
    vertical-align: -24px;
    margin-right: 3px;
}

.cr-value-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.cr-value-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(var(--color-white-rgb), 0.82);
    font-weight: 500;
}

.cr-value-list li::before {
    content: '✦';
    color: var(--color-secondary);
    font-size: 10px;
    flex-shrink: 0;
}

/* ─── WHY JOIN US — value tiles ─── */
.cr-why-section {
    background: var(--color-primary-bg-alt);
    padding: 80px 24px;
}

.cr-why-inner {
    max-width: 900px;
    margin: 0 auto;
}

.cr-why-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 700;
    color: var(--color-primary-dark);
    text-align: center;
    margin-bottom: 48px;
}

.cr-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cr-why-card {
    background: var(--color-white);
    border: 1.5px solid var(--color-primary-light);
    border-radius: 16px;
    padding: 30px 24px;
    text-align: center;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.cr-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 44px rgba(var(--color-primary-rgb), 0.18);
    border-color: var(--color-primary);
}

.cr-why-card-icon {
    font-size: 38px;
    margin-bottom: 14px;
    line-height: 1;
}

.cr-why-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--color-primary-dark);
    margin-bottom: 10px;
}

.cr-why-card-desc {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.7;
}

/* ─── FINAL CTA BAND ─── */
.cr-cta-band {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
    padding: 72px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cr-cta-band::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--color-white-rgb), 0.04) 0%, transparent 65%);
    pointer-events: none;
}

.cr-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 0 auto;
}

.cr-cta-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-secondary);
    margin-bottom: 16px;
}

.cr-cta-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.2;
    margin-bottom: 16px;
}

.cr-cta-sub {
    font-size: 16px;
    color: rgba(var(--color-white-rgb), 0.65);
    line-height: 1.75;
    margin-bottom: 36px;
}

.cr-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--color-secondary);
    color: var(--color-primary-dark);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 800;
    padding: 17px 40px;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(var(--color-gold-rgb), 0.35);
    transition: background 0.22s, transform 0.22s, box-shadow 0.22s;
}

.cr-cta-btn:hover {
    background: var(--color-gold-hover);
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(var(--color-gold-rgb), 0.45);
}

.cr-cta-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cr-cta-email {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(var(--color-white-rgb), 0.50);
}

.cr-cta-email a {
    color: rgba(var(--color-white-rgb), 0.75);
    text-decoration: none;
    font-weight: 500;
}

.cr-cta-email a:hover {
    color: var(--color-secondary);
}

/* ─── FOOTER ─── */
.cr-footer {
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
    padding: 36px 24px;
    text-align: center;
}

.cr-footer p {
    font-size: 14px;
    color: rgba(var(--color-white-rgb), 0.6);
}

.cr-footer strong {
    color: var(--color-secondary);
    font-weight: 600;
}

/* ─── REVEAL ─── */
.cr-rev {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.cr-rev.cr-vis {
    opacity: 1;
    transform: none;
}

.cr-d1 {
    transition-delay: 0.10s;
}

.cr-d2 {
    transition-delay: 0.20s;
}

.cr-d3 {
    transition-delay: 0.30s;
}

.cr-d4 {
    transition-delay: 0.10s;
}

.cr-d5 {
    transition-delay: 0.20s;
}

.cr-d6 {
    transition-delay: 0.30s;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 860px) {
    .cr-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cr-why-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 540px) {
    .cr-why-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cr-rev {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .cr-apply-btn,
    .cr-cta-btn,
    .cr-why-card {
        transition: none;
    }
}


/* Mobile header css */
/* Hide submenu arrow on desktop */
.mobile-toggle {
    display: none;
}


@media(max-width:991px) {

    .mobile-toggle {
        display: block;
        position: absolute;
        right: 30px;
        top: 18px;
        transition: 0.3s ease;
        cursor: pointer;
        color: #fff;
        z-index: 10;
    }

    .menu-item-has-children.active .mobile-toggle {
        transform: rotate(180deg);
    }

    .navbar-nav .sub-menu {
        display: none;
        padding-left: 20px;
    }

    .mf-social-side-list {
        position: unset;
    }

    .mf-social-side-list ul {
        justify-content: space-evenly;
        align-items: center;
        background: var(--color-primary);
        padding-bottom: 15px;
        flex-direction: row;
    }
}

@media(max-width:767px) {
    .usefull-links li::after {
        content: "|";
        margin-left: 15px;
        margin-right: 15px;
    }

    .usefull-links li:last-child::after {
        content: "";
    }
}

.wpo-site-header .navigation.sticky-header .logo-row {
    display: none !important;
}

.wpo-site-header .navigation.sticky-header .text-row {
    position: static !important;
    background: var(--color-primary) !important;
    border-radius: 0 !important;
    width: 100% !important;
}

.wpo-site-header .navigation.sticky-header .text-row #navbar>ul>li>a {
    color: var(--color-white);
}

.wpo-site-header .navigation.sticky-header .text-row #navbar>ul>li>a.active {
    color: var(--color-secondary);
}

.ays-slider-container{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    /* box-shadow:0 12px 35px rgba(0,0,0,.18); */
}

.ays-slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    transition:.6s ease;
}

.ays-slide.ays-active{
    position:relative;
    opacity:1;
    visibility:visible;
}

.ays-slide img{
    width:100%;
    /* height:500px; */
    object-fit:cover;
    display:block;
}

.ays-overlay{
    background:rgba(0,0,0,.55);
    backdrop-filter:blur(8px);
    color:#fff;
    padding:18px 30px;
    border-left:5px solid var(--color-secondary);
    border-radius:10px;
    margin-top: 15px;
}

.ays-label{
    display:inline-block;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:2px;
    color: var(--color-secondary);
    margin-bottom:8px;
    font-weight: 700;
}

.ays-overlay h2{
    margin:0;
    font-size:30px;
    font-weight:700;
    color: var(--color-white);
}

.ays-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:48px;
    height:48px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.85);
    cursor:pointer;
    font-size:24px;
    transition:.3s;
    z-index:10;
}

.ays-btn:hover{
    background: var(--color-secondary);
    color:#fff;
}

.ays-prev{
    left:20px;
}

.ays-next{
    right:20px;
}

.ays-dots{
    position:absolute;
    left:50%;
    bottom:20px;
    transform:translateX(-50%);
    display:flex;
    gap:10px;
    z-index:10;
}

.ays-dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:rgba(255,255,255,.5);
    cursor:pointer;
    transition:.3s;
}

.ays-dot.ays-dot-active{
    background: var(--color-secondary);
    transform:scale(1.3);
}

@media(max-width:768px){

    .ays-slide img{
        height:auto;
    }

    .ays-overlay{
        left:20px;
        right:20px;
        bottom:20px;
        padding:15px;
    }

    .ays-overlay h2{
        font-size:26px;
    }

}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hide mobile video by default */
.mobile-video {
    display: none;
}

/* Show mobile video on screens <= 767px */
@media (max-width: 767.98px) {
    .desktop-video {
        display: none;
    }

    .mobile-video {
        display: block;
    }

    .logo-headline p,
    .wpo-site-header .header-right {
        display: none !important;
    }

    .wpo-site-header .navigation.sticky-header .logo-row , 
    .wpo-site-header .navigation.sticky-header .logo-headline ,
    .wpo-site-header .navigation.sticky-header .navbar-brand{
        display: flex !important;
        box-shadow: unset !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* Tablet styles */
    .logo-headline {
        font-size: 22px;
    }

    .wpo-site-header .navigation.sticky-header .logo-row, 
    .wpo-site-header .navigation.sticky-header .navbar-brand {
        display: flex !important;
        box-shadow: unset !important;
    }

    .wpo-site-header .navigation.sticky-header .logo-headline
    {
        font-size: 24px;
        display: block !important;
    }

    .wpo-site-header .navigation.sticky-header .logo-headline > p
    {
        font-size: 15px !important;
    }
}