/*
===============================================================================
PRAXIS BUSINESS SCHOOL — RESPONSIVE STYLESHEET
===============================================================================

FILE
    css/responsive.css

PURPOSE
    Contains responsive overrides for:
    01. Shared mobile layout
    02. Programs page
    03. Homepage
    04. Faculty profile page

REQUIRED BODY CLASSES
    Homepage:
        <body class="home-page">

    Faculty profile:
        <body class="faculty-profile-page">

NOTES
    - Keep this file after style.css.
    - Desktop component styling remains in style.css.
    - Responsive changes belong in this file.
===============================================================================
*/


/* =========================================================
   01. SHARED RESPONSIVE SAFETY
   ========================================================= */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

img,
iframe {
    max-width: 100%;
}

iframe {
    border: 0;
}


/* =========================================================
   01A. RESPONSIVE HEADER — DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

    .header-area #header-sticky>.container-fluid {
        padding-right: 18px;
        padding-left: 18px;
    }

    .header-area #header-sticky>.container-fluid>.row {
        flex-wrap: nowrap;
    }

    .header-area .header-logo-col {
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: 0;
        height: full;
    }

    .header-area .header-logo-col .logo {
        flex: 0 1 180px;
        width: 180px;
        max-width: 180px;
        margin: 0;
    }

    .header-area .header-logo-col .logo:last-child {
        flex-basis: 180px;
        width: 180px;
        max-width: 180px;
    }

    .header-area .header-logo-col .logo img {
        display: block;
        width: 100%;
        height: auto;
    }

    .header-area .header-nav-col {
        min-width: 0;
        padding-right: 6px;
        padding-left: 6px;
    }

    .header-area .main-menu {
        width: 100%;
    }

    .header-area .main-menu>nav>ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        width: 100%;
        margin: 0;
    }

    .header-area .main-menu ul li {
        flex: 0 0 auto;
        margin-left: 7px;
    }

    .header-area .main-menu ul li:first-child {
        margin-left: 0;
    }

    .header-area .main-menu ul li a {
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 12px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .header-area .header-action-col {
        min-width: 150px;
        padding-left: 6px;
    }

    .header-area .login {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .header-area .login ul {
        margin: 0;
    }

    .header-area .login li {
        margin-right: 0;
        padding-right: 0;
    }

    .header-area .login li a.btn2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 13px 13px;
        font-size: 12px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .header-area .login li a.btn2 i {
        margin-right: 0;
    }
}

@media (min-width: 1400px) {

    .header-area #header-sticky>.container-fluid {
        padding-right: 24px;
        padding-left: 24px;
    }

    .header-area .header-logo-col .logo {
        flex-basis: 210px;
        width: 210px;
        max-width: 210px;
    }

    .header-area .header-logo-col .logo:last-child {
        flex-basis: 210px;
        width: 210px;
        max-width: 210px;
    }

    .header-area .main-menu ul li {
        margin-left: 11px;
    }

    .header-area .main-menu ul li a {
        font-size: 13px;
    }

    .header-area .login li a.btn2 {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 13px;
    }
}

@media (min-width: 1600px) {

    .header-area .main-menu ul li {
        margin-left: 15px;
    }

    .header-area .main-menu ul li a {
        font-size: 15px;
    }

    .header-area .login li a.btn2 {
        padding: 18px 20px;
        font-size: 14px;
    }
}


/* =========================================================
   01B. RESPONSIVE HEADER — 1199px AND BELOW
   ---------------------------------------------------------
   Desktop navigation:
       1200px and above

   Hamburger navigation:
       1199px and below

   Important:
       main.js must use meanScreenWidth: "1199"
   ========================================================= */

@media (max-width: 1199px) {

    /* ---------- Header structure ---------- */

    .header-area .menu-area,
    .header-area.header .menu-area,
    .header-area .second-menu,
    .header-area.header .second-menu {
        position: relative !important;
        overflow: visible !important;
    }

    .header-area .menu-area,
    .header-area.header .menu-area {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        background: #fff;
    }

    .header-area #header-sticky>.container-fluid>.row {
        position: relative;
        min-height: 56px;
    }

    .header-area .header-logo-col {
        display: flex !important;
        align-items: center;
        gap: 10px;
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
        padding-right: 78px;
    }

    .header-area .header-nav-col,
    .header-area .header-action-col {
        display: none !important;
    }

    .header-area .second-menu,
    .header-area.header .second-menu {
        padding-top: 12px;
        padding-bottom: 12px;
        background: #fff;
    }

    .header-area .second-menu .container,
    .header-area.header .second-menu .container {
        position: relative;
        padding-right: 78px;
    }

    /* ---------- Hide desktop navigation ---------- */

    .header-area .main-menu,
    .header-area .second-header-btn {
        display: none !important;
    }

    /* ---------- Logo ---------- */

    .header-area .logo,
    .header-area.header .logo {
        flex: 0 1 180px;
        width: 180px;
        max-width: 180px;
        margin: 0;
    }

    .header-area .header-logo-col .logo:last-child {
        flex-basis: 180px;
        width: 180px;
        max-width: 180px;
    }

    .header-area .logo img,
    .header-area.header .logo img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    /* ---------- MeanMenu positioning ---------- */

    .header-area .mobile-menu {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

    .mean-container .mean-bar {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 0;
        padding: 0;
        background: transparent;
    }

    /* ---------- Black hamburger button ---------- */

    .mean-container a.meanmenu-reveal {
        position: absolute !important;

        top: 50% !important;
        right: 15px !important;
        left: auto !important;

        display: block !important;

        width: 46px !important;
        height: 46px !important;

        margin: 0 !important;
        padding: 0 !important;

        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;

        background-color: #000 !important;
        background-image:
            linear-gradient(#fff, #fff),
            linear-gradient(#fff, #fff),
            linear-gradient(#fff, #fff) !important;
        background-repeat: no-repeat !important;
        background-size:
            24px 2px,
            24px 2px,
            24px 2px !important;
        background-position:
            center 13px,
            center 21px,
            center 29px !important;

        border: 1px solid #000 !important;
        border-radius: 0 !important;

        transform: translateY(-50%) !important;
        box-sizing: border-box;
        z-index: 10000;
    }

    /* MeanMenu may generate its own span lines; hide them. */
    .mean-container a.meanmenu-reveal span {
        display: none !important;
    }

    /* ---------- Dropdown navigation ---------- */

    .mean-container .mean-nav {
        position: absolute;
        top: 100%;
        left: 0;

        width: 100%;
        max-height: 430px;

        overflow-y: auto;
        background: #fff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        z-index: 9999;
    }

    .mean-container .mean-nav ul {
        width: 100%;
    }

    .mean-container .mean-nav ul li {
        width: 100%;
    }

    .mean-container .mean-nav ul li a {
        width: 100%;
        padding: 13px 20px;

        color: #111;
        background: #fff;
        border-top: 1px solid #eee;

        font-size: 14px;
        font-weight: 600;
        line-height: 1.45;
        text-align: left;
        box-sizing: border-box;
    }

    .mean-container .mean-nav ul li a:hover {
        color: #fff;
        background: #641320;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        width: 48px;
        padding: 13px 15px;
        text-align: center;
    }

    /* ---------- Sticky header ---------- */

    .sticky-menu .mean-container a.meanmenu-reveal {
        top: 50% !important;
        right: 15px !important;
        transform: translateY(-50%) !important;
    }
}


/* =========================================================
   01C. RESPONSIVE HEADER — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .header-area .menu-area,
    .header-area.header .menu-area {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .header-area .header-logo-col {
        gap: 8px;
        padding-right: 70px;
    }

    .header-area .second-menu,
    .header-area.header .second-menu {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-area .second-menu .container,
    .header-area.header .second-menu .container {
        padding-right: 70px;
    }

    .header-area .logo,
    .header-area.header .logo {
        flex-basis: 160px;
        width: 160px;
        max-width: 160px;
    }

    .header-area .header-logo-col .logo:last-child {
        flex-basis: 160px;
        width: 160px;
        max-width: 160px;
    }

    .header-area .logo img,
    .header-area.header .logo img {
        width: 100%;
    }

    .mean-container a.meanmenu-reveal {
        right: 12px !important;

        width: 44px !important;
        height: 44px !important;

        background-position:
            center 12px,
            center 20px,
            center 28px !important;
    }

    .sticky-menu .mean-container a.meanmenu-reveal {
        right: 12px !important;
    }

    #scrollUp {
        position: fixed !important;

        right: 15px !important;
        bottom: 15px !important;

        width: 44px !important;
        height: 44px !important;

        font-size: 18px !important;
        line-height: 44px !important;

        text-align: center;
        border-radius: 50% !important;
        z-index: 9999 !important;
    }
}

@media (max-width: 420px) {

    .header-area .header-logo-col {
        gap: 6px;
        padding-right: 62px;
    }

    .header-area .logo,
    .header-area.header .logo {
        flex-basis: 135px;
        width: 135px;
        max-width: 135px;
    }

    .header-area .header-logo-col .logo:last-child {
        flex-basis: 135px;
        width: 135px;
        max-width: 135px;
    }

    .mean-container a.meanmenu-reveal {
        right: 10px !important;
        width: 42px !important;
        height: 42px !important;
        background-size:
            22px 2px,
            22px 2px,
            22px 2px !important;
        background-position:
            center 11px,
            center 19px,
            center 27px !important;
    }
}


/* =========================================================
   02. PROGRAMS PAGE — SHARED LAYOUT
   ========================================================= */

.breadcrumb-area .breadcrumb-title p {
    max-width: 980px;
}

.departments-area>.container>.container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.departments-area .row.g-4>[class*="col-"] {
    display: flex;
}

.departments-area .program-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.departments-area .program-card>.d-flex:last-child {
    margin-top: auto;
}


/* ---------- Programs testimonial slider ---------- */

.testimonial-active3 {
    width: 100%;
    margin-right: 0 !important;
}

.testimonial-active3 .slick-list {
    width: 100%;
    overflow: hidden;
}

.testimonial-active3 .slick-track {
    display: flex;
    align-items: stretch;
}

.testimonial-active3 .slick-slide {
    display: flex;
    height: auto;
}

.testimonial-active3 .slick-slide>div {
    width: 100%;
}

.testimonial-active3 .single-testimonial {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    padding-right: 15px;
    padding-left: 15px;
}

.testimonial-active3 .single-testimonial .text {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.testimonial-active3 .single-testimonial .testi-author {
    margin-top: auto;
}

.testimonial-area .section-title2 h2 {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}


/* ---------- YouTube testimonial thumbnail ---------- */

.testimonial-area .single-testimonial .thumb {
    position: relative;

    width: 100%;
    aspect-ratio: 16 / 9;

    overflow: hidden;
    background: #111;
}

.testimonial-area .single-testimonial .youtube-thumbnail,
.testimonial-area .single-testimonial .thumb>img:first-child {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.testimonial-area .single-testimonial .thumb .popup-video {
    position: absolute !important;

    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;

    width: 64px;
    height: 64px;
    margin: 0 !important;

    transform: translate(-50%, -50%) !important;
    z-index: 5;
}

.testimonial-area .single-testimonial .thumb .popup-video img {
    display: block;

    width: 64px !important;
    height: 64px !important;
    margin: 0 !important;

    object-fit: contain;
}


/* ---------- Programs contact section ---------- */

.testimonial-area+section.p-relative .contact-img2 img {
    display: block;

    width: 100%;
    height: auto;
}

.testimonial-area+section.p-relative .contact-field input,
.testimonial-area+section.p-relative .contact-field textarea,
.testimonial-area+section.p-relative .contact-field select {
    width: 100%;
}


/* =========================================================
   02A. PROGRAMS PAGE — 1199px AND BELOW
   ========================================================= */

@media (max-width: 1199px) {

    .breadcrumb-area {
        min-height: 300px;
    }

    .departments-area {
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .departments-area .program-card {
        padding: 25px;
    }

    .testimonial-area {
        padding-top: 90px;
    }

    .testimonial-area .section-title2 {
        margin-bottom: 55px !important;
    }

    .testimonial-area .section-title2 h2 {
        font-size: 40px;
        line-height: 1.25;
    }
}


/* =========================================================
   02B. PROGRAMS PAGE — TABLET
   ========================================================= */

@media (max-width: 991px) {

    .breadcrumb-area {
        min-height: 260px;
        background-position: center;
    }

    .breadcrumb-area .breadcrumb-title h2 {
        font-size: 38px;
    }

    .departments-area>.container>.container.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 0 !important;
    }

    .departments-area .row.g-4 {
        row-gap: 28px;
    }

    .departments-area .program-card {
        height: 100%;
    }

    .testimonial-area {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .testimonial-active3 .single-testimonial {
        padding-right: 10px;
        padding-left: 10px;
    }

    .testimonial-area+section.p-relative {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .testimonial-area+section.p-relative .contact-img2 {
        max-width: 680px;
        margin: 0 auto 40px;
    }

    .testimonial-area+section.p-relative .section-title2 {
        text-align: center;
    }
}


/* =========================================================
   02C. PROGRAMS PAGE — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .breadcrumb-area {
        min-height: 230px;
        padding-top: 45px;
        padding-bottom: 45px;

        text-align: center;
        background-position: center;
    }

    .breadcrumb-area .breadcrumb-wrap {
        width: 100%;
    }

    .breadcrumb-area .breadcrumb-title h2 {
        margin-bottom: 15px;

        font-size: 32px;
        line-height: 1.2;
    }

    .breadcrumb-area .breadcrumb-title p {
        max-width: 100%;
        margin-bottom: 0;

        font-size: 14px;
        line-height: 1.65;
    }

    .departments-area {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .departments-area>.container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .departments-area>.container>.section-title2 {
        margin-bottom: 25px !important;
        text-align: center;
    }

    .departments-area .section-title2 h2 {
        font-size: 31px;
        line-height: 1.25;
    }

    .departments-area>.container>.container.py-5 {
        padding-top: 1rem !important;
    }

    .departments-area .program-card {
        padding: 22px 18px;
    }

    .departments-area .program-icon {
        width: 48px;
        height: 48px;

        font-size: 19px;
    }

    .departments-area .program-card h4 {
        font-size: 22px;
        line-height: 1.35;
    }

    .departments-area .program-card>p {
        font-size: 14px;
        line-height: 1.65;
    }

    .departments-area .tag {
        margin: 3px 1px;
        padding: 4px 8px;

        font-size: 11px;
    }

    .departments-area .info-row {
        row-gap: 17px;

        margin: 18px 0;
        padding: 18px 0;
    }

    .departments-area .info-row>[class*="col-"] {
        margin-top: 0 !important;
    }

    .departments-area .program-card>.d-flex:last-child {
        display: grid !important;
        grid-template-columns: 1fr;

        width: 100%;
    }

    .departments-area .program-card .btn {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;
        min-height: 48px;

        white-space: normal;
    }


    /* ---------- Mobile testimonial ---------- */

    .testimonial-area {
        padding-top: 55px;
        padding-bottom: 55px;

        overflow: hidden;
    }

    .testimonial-area>.container {
        width: 100%;
        max-width: 100%;

        padding-right: 15px;
        padding-left: 15px;
    }

    .testimonial-area .row {
        margin-right: 0;
        margin-left: 0;
    }

    .testimonial-area .section-title2 {
        margin-bottom: 38px !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    .testimonial-area .section-title2 h5 {
        margin-bottom: 14px;

        font-size: 14px;
        line-height: 1.4;
    }

    .testimonial-area .section-title2 h2 {
        margin-bottom: 0;

        font-size: 28px;
        line-height: 1.25;
    }

    .testimonial-active3 {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .testimonial-active3 .slick-list {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden;
    }

    .testimonial-active3 .slick-slide {
        height: auto;
        padding: 0 !important;
    }

    .testimonial-active3 .single-testimonial {
        width: 100%;
        height: 100%;

        margin: 0 !important;
        padding: 0 !important;
    }

    .testimonial-active3 .single-testimonial .thumb {
        width: 100%;
        margin: 0 0 22px;
    }

    .testimonial-active3 .single-testimonial .thumb .popup-video,
    .testimonial-active3 .single-testimonial .thumb .popup-video img {
        width: 54px !important;
        height: 54px !important;
    }

    .testimonial-active3 .single-testimonial .text>p {
        margin-bottom: 0;

        font-size: 15px;
        line-height: 1.65;
    }

    .testimonial-active3 .testi-author {
        margin-top: 24px !important;
    }

    .testimonial-active3 .ta-info {
        padding: 10px 0 10px 10px;
    }

    .testimonial-active3 .ta-info p {
        font-size: 13px;
        line-height: 1.5;
    }

    .testimonial-active3 .ta-info h6 {
        font-size: 15px;
        line-height: 1.4;
    }

    .testimonial-active3 .slick-dots {
        display: none !important;
    }


    /* ---------- Mobile Programs contact ---------- */

    .testimonial-area+section.p-relative {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .testimonial-area+section.p-relative>.container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .testimonial-area+section.p-relative .section-title2 h5 {
        font-size: 14px;
    }

    .testimonial-area+section.p-relative .section-title2 h2 {
        font-size: 29px;
        line-height: 1.28;
    }

    .testimonial-area+section.p-relative .contact-bg03 {
        margin-bottom: 0;
    }

    .testimonial-area+section.p-relative .contact-field input {
        min-height: 52px;
    }

    .testimonial-area+section.p-relative .contact-field textarea {
        min-height: 145px;
    }

    .testimonial-area+section.p-relative .slider-btn,
    .testimonial-area+section.p-relative .slider-btn .btn2,
    .testimonial-area+section.p-relative .contact-form button {
        width: 100%;
    }

    .testimonial-area+section.p-relative .slider-btn .btn2,
    .testimonial-area+section.p-relative .contact-form button {
        min-height: 50px;
    }
}


/* =========================================================
   02D. PROGRAMS PAGE — SMALL MOBILE
   ========================================================= */

@media (max-width: 479px) {

    .breadcrumb-area .breadcrumb-title h2 {
        font-size: 28px;
    }

    .departments-area .program-card h4 {
        font-size: 20px;
    }

    .departments-area .info-row>[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonial-area .section-title2 h2,
    .testimonial-area+section.p-relative .section-title2 h2 {
        font-size: 26px;
    }
}


/* =========================================================
   03. HOMEPAGE — SHARED LAYOUT
   Required body class:
       <body class="home-page">
   ========================================================= */

.home-page {
    max-width: 100%;
    overflow-x: hidden;
}

.home-page img {
    max-width: 100%;
}

.home-page .service-details-four .row>[class*="col-"],
.home-page .team-conter-bg>[class*="col-"] {
    display: flex;
}

.home-page .service-details-four .services-box,
.home-page .team-conter-bg .single-team {
    width: 100%;
}

.home-page .service-details-four .services-box {
    display: flex;
    flex-direction: column;

    height: calc(100% - 30px);
}

.home-page .service-details-four .services-box .sr-contner,
.home-page .service-details-four .services-box .text {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.home-page .service-details-four .services-box .btn {
    align-self: center;
    margin-top: auto;
}

.home-page .counter-area2 .counter.number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.home-page .counter-area2 .counter.number .count {
    display: inline-block;
    margin: 0;
}

.home-page .brand-active .slick-track,
.home-page .alumni-active .slick-track {
    display: flex;
}

.home-page .brand-active .slick-slide,
.home-page .alumni-active .slick-slide {
    height: auto;
}

.home-page .alumni-active .slick-slide>div,
.home-page .alumni-active .single-brand {
    height: 100%;
}

.home-page .alumni-active .single-brand {
    display: flex;
    flex-direction: column;
}

.home-page .alumni-active .testi-text {
    flex: 1;
}

.home-page .alumni-active iframe {
    display: block;

    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.home-page .newslater-area2 .video-image img {
    display: block;

    width: 100%;
    height: auto;
}

.home-page .team-conter-bg .single-team,
.home-page .team-conter-bg .team-thumb {
    height: 100%;
}

.home-page .team-conter-bg .team-thumb {
    display: flex;
    flex-direction: column;
}

.home-page .team-conter-bg .team-info {
    flex: 1;
}


/* =========================================================
   03A. HOMEPAGE — 1199px AND BELOW
   ========================================================= */

@media (max-width: 1199px) {

    .home-page .slider-three .slider-bg3 {
        min-height: 680px !important;
        background-position: 60% bottom !important;
    }

    .home-page .slider-three .slider-content h2 {
        font-size: 44px;
        line-height: 1.12;
    }

    .home-page .slider-three .slider-content h5 {
        line-height: 1.5;
    }

    .home-page .about-area,
    .home-page .service-details-four,
    .home-page .team-area,
    .home-page .departments-area,
    .home-page .event-area {
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .home-page .section-title2 h2 {
        font-size: 40px;
        line-height: 1.25;
    }

    .home-page .service-details-four .services-box {
        padding: 32px 24px;
    }

    .home-page .counter-area2 .section-title2 {
        margin-bottom: 55px !important;
    }

    .home-page .counter-area2 .section-title2 h2 {
        font-size: 40px;
    }

    .home-page .team-conter-bg .team-info h3 {
        font-size: 22px;
    }
}


/* =========================================================
   03B. HOMEPAGE — TABLET
   ========================================================= */

@media (max-width: 991px) {

    .home-page .slider-three .slider-info {
        display: none;
    }

    .home-page .slider-three .slider-bg3 {
        min-height: 620px !important;
        background-position: 72% bottom !important;
    }

    .home-page .slider-three .slider-content {
        max-width: 520px;
    }

    .home-page .slider-three .slider-content h2 {
        font-size: 42px;
    }

    .home-page .slider-three .slider-btn {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .home-page .slider-three .slider-btn .btn2 {
        margin: 0;
    }

    .home-page .about-area .s-about-img {
        max-width: 680px;
        margin: 0 auto 50px;
    }

    .home-page .about-area .about-content {
        text-align: left;
    }

    .home-page .service-details-four .row>[class*="col-"] {
        display: flex;
    }

    .home-page .service-details-four .services-box {
        height: calc(100% - 30px);
    }

    .home-page .counter-area2 .bdr>.col-lg-12>.row {
        justify-content: center;
        row-gap: 25px;
    }

    .home-page .counter-area2 .bdr>.col-lg-12>.row:first-child>.col-lg-1 {
        display: none;
    }

    .home-page .counter-area2 .bdr>.col-lg-12>.row:first-child>[class*="col-lg-2"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home-page .counter-area2 .about-box {
        height: 100%;
        padding: 25px 15px;

        border: 1px solid #e7e7e7;
        background: #fff;
    }

    .home-page .newslater-area2 .video-image {
        margin-bottom: 35px;
    }

    .home-page .newslater-area2 .newslater-box-text {
        padding: 30px 15px 50px;
    }

    .home-page .team-conter-bg>.col-xl-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home-page .team-conter-bg .team-info {
        padding-right: 18px;
        padding-left: 18px;
    }

    .home-page .video-area2 .container-fluid {
        min-height: 440px;
        padding-top: 130px !important;
        padding-bottom: 130px !important;

        background-position: center;
    }

    .home-page .video-area2 .s-video-content {
        margin-bottom: 0 !important;
    }

    .home-page .departments-area .single-post1 {
        margin-bottom: 45px;
    }

    .home-page .departments-area .departments-post,
    .home-page .event-area .event-post {
        padding-left: 0;
    }
}


/* =========================================================
   03C. HOMEPAGE — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .home-page .about-area,
    .home-page .service-details-four,
    .home-page .team-area,
    .home-page .departments-area,
    .home-page .event-area {
        padding-top: 58px;
        padding-bottom: 48px;
    }

    .home-page .section-title2 {
        margin-bottom: 38px !important;
    }

    .home-page .section-title2 h5 {
        margin-bottom: 12px;

        font-size: 14px;
        line-height: 1.4;
    }

    .home-page .section-title2 h2,
    .home-page .section-title2 h3 {
        font-size: 28px;
        line-height: 1.28;
    }

    .home-page .section-title2 h6 {
        font-size: 14px;
        line-height: 1.65;
    }


    /* ---------- Homepage hero ---------- */

    .home-page .slider-three {
        background: #f5f5f5;
    }

    .home-page .slider-three .slider-active {
        overflow: visible;
    }

    .home-page .slider-three .slider-bg3 {
        min-height: auto !important;
        padding-top: 42px;
        padding-bottom: 35px;

        background-image: none !important;
        background-color: #f5f5f5 !important;
    }

    .home-page .slider-three .single-slider .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .home-page .slider-three .slider-content {
        max-width: 100%;
        margin: 0;

        text-align: center;
    }

    .home-page .slider-three .slider-content h5 {
        margin-top: 0;

        font-size: 14px;
        line-height: 1.5;
    }

    .home-page .slider-three .slider-content h2 {
        margin-bottom: 18px;

        font-size: 33px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.5px;
    }

    .home-page .slider-three .slider-content h2 br {
        display: none;
    }

    .home-page .slider-three .slider-content .icon {
        margin: 18px auto;
    }

    .home-page .slider-three .slider-content .award-icon {
        width: auto !important;
        max-width: 260px;
    }

    .home-page .slider-three .slider-btn {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;

        width: 100%;
    }

    .home-page .slider-three .slider-btn .btn2 {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;
        min-height: 48px;
        margin: 0;
        padding: 12px 16px;

        white-space: normal;
    }

    .home-page .slider-three .slider_img_03 {
        display: none;
    }

    .home-page .home-hero-mobile {
        display: block !important;

        width: 100%;
        height: auto;
        margin: 0;
    }


    /* ---------- Homepage founder ---------- */

    .home-page .about-area .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .home-page .about-area .s-about-img {
        margin-bottom: 38px;
    }

    .home-page .about-area .s-about-img .badge {
        width: 34%;
    }

    .home-page .about-area .about-content {
        margin-top: 0;
    }

    .home-page .about-area .about-content .txt-clr {
        margin-top: 22px;
        padding-left: 14px;
    }

    .home-page .about-area .about-content>p {
        font-size: 15px;
        line-height: 1.7;
    }


    /* ---------- Homepage service cards ---------- */

    .home-page .service-details-four>.container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .home-page .service-details-four .services-box {
        height: auto;
        padding: 28px 20px 24px;
    }

    .home-page .service-details-four .services-box .icon {
        margin-bottom: 25px !important;
    }

    .home-page .service-details-four .services-box h3 {
        font-size: 20px;
        line-height: 1.35;
    }

    .home-page .service-details-four .services-box p {
        font-size: 14px;
        line-height: 1.65;
    }

    .home-page .service-details-four .services-box .btn {
        width: 100%;
        margin-top: 15px;
    }


    /* ---------- Homepage statistics ---------- */

    .home-page .counter-area2 {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .home-page .counter-area2>.container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .home-page .counter-area2 .section-title2 .icon {
        margin-bottom: 30px !important;
    }

    .home-page .counter-area2 .section-title2 h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .home-page .counter-area2 .section-title2 h6 {
        font-size: 14px;
        line-height: 1.65;
    }

    .home-page .counter-area2 .bdr>.col-lg-12>.row:first-child>[class*="col-lg-2"] {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 6px;
        padding-left: 6px;
    }

    .home-page .counter-area2 .about-box {
        padding: 22px 10px;
    }

    .home-page .counter-area2 .about-box h4 {
        min-height: 38px;

        font-size: 13px;
        line-height: 1.4;
    }

    .home-page .counter-area2 .counter.number,
    .home-page .counter-area2 .counter.number .count,
    .home-page .counter-area2 .counter.number span {
        font-size: 27px;
        line-height: 1.1;
    }

    .home-page .counter-area2 .bdr>.col-lg-12>.row:last-child {
        text-align: center;
    }


    /* ---------- Homepage image/text sections ---------- */

    .home-page .newslater-area2>.container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .home-page .newslater-area2 .newslater-box-text {
        padding: 28px 0 45px;
    }

    .home-page .newslater-area2 .newslater-box-text .btn2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        width: 100%;
        min-height: 48px;
        padding: 12px 15px;

        text-align: center;
    }

    .home-page .newslater-area2 .list-style-two {
        margin-left: 0;
        padding-left: 0;
    }

    .home-page .newslater-area2 .list-style-two li {
        display: flex;
        gap: 10px;

        margin-bottom: 14px;

        line-height: 1.5;
    }


    /* ---------- Homepage recruiter logos ---------- */

    .home-page .brand-area {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .home-page .brand-area .section-title2 h2 {
        font-size: 28px;
    }

    .home-page .brand-active .slick-slide {
        padding-right: 8px;
        padding-left: 8px;
    }

    .home-page .brand-active .single-brand {
        display: flex;
        align-items: center;
        justify-content: center;

        min-height: 85px;
        padding: 12px;
    }

    .home-page .brand-active .single-brand img {
        width: auto;
        max-width: 100%;
        max-height: 62px;

        object-fit: contain;
    }


    /* ---------- Homepage faculty cards ---------- */

    .home-page .team-area>.container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .home-page .team-conter-bg>.col-xl-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-page .team-conter-bg .single-team,
    .home-page .team-conter-bg .team-thumb {
        height: auto;
    }

    .home-page .team-conter-bg .team-thumb .brd img {
        width: 100%;
        height: auto;
    }

    .home-page .team-conter-bg .team-info {
        min-height: 0;
        padding: 24px 18px;
    }

    .home-page .team-conter-bg .team-info h3 {
        font-size: 22px;
        line-height: 1.3;
    }

    .home-page .team-conter-bg .team-info p,
    .home-page .team-conter-bg .team-info h4 {
        font-size: 14px;
        line-height: 1.55;
    }

    .home-page .team-area .btn2 {
        width: 100%;
        text-align: center;
    }


    /* ---------- Homepage campus video ---------- */

    .home-page .video-area2 .container-fluid {
        min-height: 310px;
        padding-top: 95px !important;
        padding-bottom: 95px !important;

        background-position: center;
    }

    .home-page .video-area2 .s-video-content img {
        width: 60px;
    }


    /* ---------- Homepage alumni videos ---------- */

    .home-page .alumni-active {
        margin-right: 0;
        margin-left: 0;
    }

    .home-page .alumni-active .slick-slide {
        padding-right: 6px;
        padding-left: 6px;
    }

    .home-page .alumni-active .testi-text {
        padding: 20px 16px;
    }

    .home-page .alumni-active .testi-text h3 {
        font-size: 21px;
    }

    .home-page .alumni-active .testi-text h5 {
        font-size: 16px;
    }

    .home-page .alumni-active .testi-text p {
        display: block !important;

        font-size: 14px;
        line-height: 1.55;
    }


    /* ---------- Homepage application section ---------- */

    .home-page .departments-area>.container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .home-page .departments-area .single-post1 .blog-content2 {
        position: relative;
        top: auto;
        left: auto;

        display: block;

        width: 100%;
        height: auto;
        padding: 24px 18px;

        background: #641320;
    }

    .home-page .departments-area .single-post1 .blog-thumb2 img {
        display: block;

        width: 100%;
        height: auto;
    }

    .home-page .departments-area .single-post1 .blog-content2 h4 a {
        font-size: 22px;
        line-height: 1.35;
    }

    .home-page .departments-area .single-post1 .blog-content2 p {
        display: block !important;

        font-size: 14px;
        line-height: 1.6;
    }

    .home-page .departments-area .single-post1 .blog-content2 .btn2 {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100% !important;
        min-height: 48px;
        float: none !important;

        text-align: center;
    }

    .home-page .departments-area .departments-post {
        padding-left: 0;
    }

    .home-page .departments-area .departments-post li {
        margin-bottom: 18px;
    }

    .home-page .departments-area .departments-post-hover {
        padding: 20px 15px;
    }

    .home-page .departments-area .departments-number {
        padding: 0 0 12px;
        text-align: left;
    }

    .home-page .departments-area .departments-number strong {
        font-size: 40px;
    }

    .home-page .departments-area .departments-content h4 {
        font-size: 22px;
    }


    /* ---------- Homepage Praxis Feed ---------- */

    .home-page .event-area>.container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .home-page .event-area .event-post {
        padding-left: 0;
    }

    .home-page .event-area .event-post li {
        margin-bottom: 20px;
    }

    .home-page .event-area .event-post-hover {
        padding: 22px 0;
    }

    .home-page .event-area .event-content h4 {
        font-size: 19px;
        line-height: 1.4;
    }

    .home-page .event-area .event-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    .home-page .event-area .event-content .fa-youtube {
        display: block;

        margin-bottom: 18px;

        font-size: 42px !important;
    }
}


/* =========================================================
   03D. HOMEPAGE — SMALL MOBILE
   ========================================================= */

@media (max-width: 479px) {

    .home-page .slider-three .slider-content h2 {
        font-size: 29px !important;
    }

    .home-page .section-title2 h2,
    .home-page .section-title2 h3 {
        font-size: 25px;
    }

    .home-page .counter-area2 .bdr>.col-lg-12>.row:first-child>[class*="col-lg-2"] {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .home-page .counter-area2 .about-box h4 {
        min-height: 0;
    }

    .home-page .departments-area .single-post1 .blog-content2 h4 a {
        font-size: 20px;
    }
}


/* =========================================================
   04. FACULTY PROFILE — DESKTOP
   Required body class:
       <body class="faculty-profile-page">
   ========================================================= */

.faculty-profile-page .team-area-content {
    display: flow-root;

    padding-top: 120px !important;
    padding-bottom: 160px !important;

    background: #fff;
}

.faculty-profile-page .team-area-content .lower-content>.row {
    align-items: center;
}

.faculty-profile-page .team-img-box {
    width: 100%;
}

.faculty-profile-page .team-img-box>img:last-child {
    display: block;

    width: 100%;
    height: auto;

    object-fit: cover;
}

.faculty-profile-page .s-about-content {
    padding-left: 0;
}

.faculty-profile-page .faculty-qualification,
.faculty-profile-page #faculty-bio p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.faculty-profile-page .faculty-qualification {
    margin-bottom: 16px;
}

.faculty-profile-page #faculty-bio p {
    margin-bottom: 16px;
}


/* ---------- Faculty contact grid ---------- */

.faculty-profile-page .team-per-info {
    width: 100%;
}

.faculty-profile-page .team-per-info>.row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 0;

    margin-right: 0;
    margin-left: 0;
}

.faculty-profile-page .team-per-info>.row>[class*="col-"] {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.faculty-profile-page .team-per-info .box {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    column-gap: 14px;

    width: 100%;
    min-height: 112px;
    margin-bottom: 28px;
    padding: 8px 0 24px;

    border-bottom: 1px solid #ddd;
}

.faculty-profile-page .team-per-info .box .icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;
    margin: 0;

    color: #641320;
}

.faculty-profile-page .team-per-info .box .icon img {
    display: block;

    width: 23px;
    height: 23px;

    object-fit: contain;
}

.faculty-profile-page .team-per-info .box .icon i {
    color: #641320;
    font-size: 22px;
    line-height: 1;
}

.faculty-profile-page .team-per-info .box .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    min-width: 0;
    padding: 0;

    color: #666;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
}

.faculty-profile-page .team-per-info .box .text strong {
    display: block;

    width: 100%;
    margin: 0 0 4px;

    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}

.faculty-profile-page .team-per-info .box .text strong a {
    display: block;

    width: 100%;

    color: #111;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.faculty-profile-page .team-per-info .box .text strong a:hover {
    color: #9d2235;
}


/* ---------- Faculty address ---------- */

.faculty-profile-page #faculty-city,
.faculty-profile-page #faculty-address {
    display: block;

    width: 100%;
    margin: 0;

    overflow-wrap: anywhere;
    word-break: break-word;
}

.faculty-profile-page #faculty-city {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}

.faculty-profile-page #faculty-address {
    margin-top: 4px;

    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.faculty-profile-page .team-per-info span::before,
.faculty-profile-page #faculty-address::before,
.faculty-profile-page #faculty-address::after {
    display: none !important;
    content: none !important;
}

.faculty-profile-page .team-per-info span {
    margin: 0;

    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}


/* =========================================================
   04A. FACULTY PROFILE — BLUE TAP/FOCUS FLASH FIX
   ========================================================= */

/*
 * Mobile Chrome and some browsers briefly add a blue tap highlight
 * to links and buttons. This removes that blue flash while retaining
 * a visible keyboard-only focus outline.
 */

.faculty-profile-page a,
.faculty-profile-page button {
    -webkit-tap-highlight-color: transparent;
}

.faculty-profile-page a:focus,
.faculty-profile-page button:focus {
    outline: none;
    box-shadow: none;
}

.faculty-profile-page a:focus-visible,
.faculty-profile-page button:focus-visible {
    outline: 2px solid #641320;
    outline-offset: 3px;
}


/* =========================================================
   04B. FACULTY PROFILE — TABLET
   ========================================================= */

@media (max-width: 991px) {

    .faculty-profile-page .team-area-content {
        padding-top: 80px !important;
        padding-bottom: 100px !important;
    }

    .faculty-profile-page .text-column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .faculty-profile-page .team-img-box {
        max-width: 520px;
        margin: 0 auto 50px;
    }

    .faculty-profile-page .s-about-content {
        width: 100%;
        padding-left: 0 !important;
    }
}


/* =========================================================
   04C. FACULTY PROFILE — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .faculty-profile-page .team-area-content {
        position: relative;

        display: flow-root;

        width: 100%;
        padding-top: 60px !important;
        padding-bottom: 80px !important;

        overflow: visible;
        background: #fff;
        z-index: 1;
    }

    .faculty-profile-page .team-area-content>.container,
    .faculty-profile-page #faculty-profile,
    .faculty-profile-page .lower-content,
    .faculty-profile-page .team-per-info {
        display: flow-root;

        width: 100%;
        height: auto;

        overflow: visible;
    }

    .faculty-profile-page .team-area-content>.container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .faculty-profile-page .team-img-box {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 40px;
    }

    .faculty-profile-page .text-column {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .faculty-profile-page .section-title2 h5 {
        margin-bottom: 12px;

        font-size: 15px;
    }

    .faculty-profile-page .section-title2 h2 {
        margin-bottom: 18px;

        font-size: 30px;
        line-height: 1.25;
    }

    .faculty-profile-page .faculty-qualification,
    .faculty-profile-page #faculty-bio p {
        font-size: 15px;
        line-height: 1.65;
    }

    .faculty-profile-page .team-per-info {
        clear: both;
        margin-top: 35px;
    }

    .faculty-profile-page .team-per-info>.row {
        display: grid !important;
        grid-template-columns: 1fr !important;

        width: 100%;
        height: auto;
        margin: 0 !important;
    }

    .faculty-profile-page .team-per-info>.row>[class*="col-"] {
        display: block !important;

        position: relative;
        float: none !important;
        clear: both !important;

        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .faculty-profile-page .team-per-info .box {
        grid-template-columns: 42px minmax(0, 1fr);

        width: 100%;
        min-height: auto;
        margin: 0;
        padding: 22px 0;

        box-sizing: border-box;
    }

    .faculty-profile-page #faculty-linkedin-box {
        margin-bottom: 35px;
    }

    .faculty-profile-page #site-footer {
        position: relative;

        clear: both;

        width: 100%;
        z-index: 0;
    }
}

/* =========================================================
   FACULTY PROFILE — FINAL MOBILE FIX
   ---------------------------------------------------------
   Keeps the full faculty section white, stacks contact items,
   prevents the footer from overlapping, and fixes mobile spacing.
   ========================================================= */

@media (max-width: 767px) {

    /* Keep the complete faculty section white */
    .faculty-profile-page .team-area-content {
        position: relative;
        display: flow-root;
        width: 100%;
        padding-top: 60px !important;
        padding-bottom: 80px !important;
        overflow: visible;
        background: #fff;
        z-index: 1;
    }

    .faculty-profile-page .team-area-content>.container,
    .faculty-profile-page #faculty-profile,
    .faculty-profile-page .lower-content,
    .faculty-profile-page .team-per-info {
        display: flow-root;
        width: 100%;
        height: auto;
        overflow: visible;
    }

    /* Faculty image */
    .faculty-profile-page .team-img-box {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 40px;
    }

    .faculty-profile-page .team-img-box>img:last-child {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    /* Faculty information */
    .faculty-profile-page .text-column {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .faculty-profile-page .s-about-content {
        width: 100%;
        padding-left: 0 !important;
    }

    .faculty-profile-page .section-title2 h5 {
        margin-bottom: 12px;
        font-size: 15px;
    }

    .faculty-profile-page .section-title2 h2 {
        margin-bottom: 18px;
        font-size: 30px;
        line-height: 1.25;
    }

    .faculty-profile-page .faculty-qualification,
    .faculty-profile-page #faculty-bio p {
        font-size: 15px;
        line-height: 1.65;
    }

    /* Contact information */
    .faculty-profile-page .team-per-info {
        clear: both;
        margin-top: 35px;
    }

    .faculty-profile-page .team-per-info>.row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100%;
        height: auto;
        margin: 0 !important;
    }

    /* Remove Bootstrap floating */
    .faculty-profile-page .team-per-info>.row>[class*="col-"] {
        display: block !important;
        position: relative;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .faculty-profile-page .team-per-info .box {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: start;
        column-gap: 14px;
        width: 100%;
        min-height: auto;
        margin: 0;
        padding: 22px 0;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
    }

    /* Contact icons */
    .faculty-profile-page .team-per-info .box .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin: 0;
    }

    .faculty-profile-page .team-per-info .box .icon img {
        width: 23px;
        height: 23px;
        object-fit: contain;
    }

    /* Contact text */
    .faculty-profile-page .team-per-info .box .text {
        display: flex;
        flex-direction: column;
        min-width: 0;
        padding: 0;
        text-align: left;
    }

    .faculty-profile-page .team-per-info .box .text strong,
    .faculty-profile-page .team-per-info .box .text strong a {
        display: block;
        width: 100%;
        color: #111;
        font-size: 16px;
        line-height: 1.45;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .faculty-profile-page #faculty-city,
    .faculty-profile-page #faculty-address {
        display: block;
        width: 100%;
        margin: 0;
        overflow-wrap: anywhere;
    }

    .faculty-profile-page #faculty-address {
        margin-top: 4px;
        color: #666;
        font-size: 15px;
    }

    /* Remove the unwanted decorative line */
    .faculty-profile-page .team-per-info span::before,
    .faculty-profile-page #faculty-address::before,
    .faculty-profile-page #faculty-address::after {
        display: none !important;
        content: none !important;
    }

    /* Give the final LinkedIn box enough space */
    .faculty-profile-page #faculty-linkedin-box {
        margin-bottom: 35px;
    }

    /* Footer must begin after the faculty content */
    .faculty-profile-page #site-footer {
        position: relative;
        clear: both;
        width: 100%;
        z-index: 0;
    }
}

/* =========================================================
   REMOVE GAP BELOW RESPONSIVE HEADER
   ========================================================= */

@media (max-width: 1199px) {

    /* Remove space created by the mobile-menu Bootstrap column */
    .header-area #header-sticky>.container-fluid>.row>.col-12 {
        position: static !important;

        flex: 0 0 0 !important;
        width: 0 !important;
        max-width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    /* Keep the mobile menu positioned over the header */
    .header-area .mobile-menu {
        position: absolute !important;
        inset: 0 !important;

        width: 100% !important;
        height: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    /* Remove header bottom spacing */
    #site-header,
    .header-area,
    .header-area #header-sticky,
    .header-area .menu-area {
        margin-bottom: 0 !important;
        border-bottom: 0 !important;
    }

    /* Keep the banner directly attached to the header */
    #site-header+main,
    #site-header+main .slider-area,
    .home-page #parallax {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}


/* Prevent the homepage banner background from showing a grey strip */
@media (min-width: 768px) and (max-width: 1199px) {

    .home-page .slider-three .slider-bg3 {
        margin-top: 0 !important;

        background-size: cover !important;
        background-position: center center !important;
    }
}

/* =========================================================
   ABOUT PAGE HERO ALIGNMENT
   ========================================================= */

.about-page .about-hero .breadcrumb-wrap {
    width: 100%;
    text-align: center;
}

.about-page .about-hero .breadcrumb-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-page .about-hero .breadcrumb-title h2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.about-page .about-hero-subtitle {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px;

    color: #fff;
    font-size: 16px;
    line-height: 1.65;
    text-align: center;
}

@media (max-width: 991px) {
    .about-page .about-hero-subtitle {
        max-width: 760px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .about-page .about-hero .breadcrumb-title h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .about-page .about-hero-subtitle {
        max-width: 100%;
        padding: 0 15px;

        font-size: 14px;
        line-height: 1.65;
    }
}

/* =========================================================
   ABOUT PAGE — OUR APPROACH RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

    .about-approach-section {
        padding: 75px 0;
    }

    .about-approach-heading h2 {
        font-size: 38px;
    }

    .approach-video-wrapper {
        margin-top: 15px;
    }
}


@media (max-width: 767px) {

    .about-approach-section {
        padding: 58px 0;
    }

    .about-approach-section>.container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .about-approach-heading {
        margin-bottom: 32px;
    }

    .about-approach-heading h5 {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .about-approach-heading h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .about-approach-heading p {
        font-size: 14px;
        line-height: 1.65;
    }

    .approach-card {
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 13px;

        padding: 17px 15px;
    }

    .approach-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .approach-card-content h4 {
        font-size: 17px;
    }

    .approach-card-content p {
        font-size: 13px;
        line-height: 1.6;
    }

    .approach-video-wrapper {
        margin-top: 15px;
    }

    .approach-video-content h4 {
        font-size: 19px;
    }

    .approach-actions {
        display: grid;
        grid-template-columns: 1fr;

        width: 100%;
        margin-top: 28px;
        padding-top: 28px;
    }

    .approach-primary-button,
    .approach-secondary-button {
        width: 100%;
    }
}
