.elementor-7 .elementor-element.elementor-element-84ae7e5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5e48d6b *//* =========================
   SJM PREMIUM HEADER
========================= */

.sjm-header,
.sjm-header * {
    box-sizing: border-box;
}

.sjm-header {
    width: 100%;
    position: relative;
    z-index: 9999;

    background: linear-gradient(
        135deg,
        #03142f 0%,
        #082451 48%,
        #03142f 100%
    );

    border-bottom: 1px solid rgba(232, 180, 45, 0.35);

    transition: all 0.35s ease;
}


/* =========================
   GOLD TOP ACCENT
========================= */

.sjm-header::before {
    content: "";
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(
        90deg,
        transparent,
        #c88908,
        #ffe38a,
        #c88908,
        transparent
    );
}


/* =========================
   HEADER CONTAINER
========================= */

.sjm-header-container {
    width: min(1400px, 92%);
    margin: auto;

    min-height: 96px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 28px;
}


/* =========================
   LOGO WHITE BOX
========================= */

.sjm-logo {
    display: flex;
    align-items: center;

    flex-shrink: 0;

    background: #ffffff;

    padding: 7px 14px;

    border-radius: 14px;

    border: 2px solid #e5b530;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.28),
        0 0 0 3px rgba(255, 215, 102, 0.08),
        inset 0 0 15px rgba(218, 161, 20, 0.08);

    transition: all 0.3s ease;
}

.sjm-logo:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(232, 180, 45, 0.2);
}

.sjm-logo a {
    display: flex;
    align-items: center;
}

.sjm-logo img {
    width: 260px;
    max-width: 100%;

    height: auto;

    display: block;

    transition: transform 0.3s ease;
}

.sjm-logo:hover img {
    transform: scale(1.015);
}


/* =========================
   NAVIGATION
========================= */

.sjm-navigation {
    margin-left: auto;
}

.sjm-navigation ul {
    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;

    list-style: none;

    gap: 5px;
}

.sjm-navigation ul li {
    position: relative;
}

.sjm-navigation ul li a {
    position: relative;

    display: inline-flex;
    align-items: center;

    padding: 14px 15px;

    color: #ffffff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 0.2px;

    transition: all 0.3s ease;
}


/* NAV HOVER LINE */

.sjm-navigation ul li a::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 5px;

    width: 0;
    height: 2px;

    border-radius: 10px;

    background: linear-gradient(
        90deg,
        #c88908,
        #ffe38a,
        #c88908
    );

    transform: translateX(-50%);

    transition: width 0.3s ease;
}

.sjm-navigation ul li a:hover,
.sjm-navigation ul li a.active {
    color: #ffe080;
}

.sjm-navigation ul li a:hover::after,
.sjm-navigation ul li a.active::after {
    width: 65%;
}


/* =========================
   APPLY NOW BUTTON
========================= */

.sjm-header-action {
    display: flex;
    align-items: center;
}

.sjm-admission-btn {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    padding: 13px 20px;

    color: #06204a;
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    white-space: nowrap;

    border-radius: 7px;

    border: 1px solid #ffe08a;

    background: linear-gradient(
        135deg,
        #d99a0b 0%,
        #ffe89a 50%,
        #c98205 100%
    );

    box-shadow:
        0 7px 18px rgba(0, 0, 0, 0.28),
        inset 0 1px 1px rgba(255, 255, 255, 0.7);

    transition: all 0.3s ease;
}

.sjm-admission-btn:hover {
    transform: translateY(-3px);

    color: #03142f;

    box-shadow:
        0 12px 28px rgba(217, 154, 11, 0.3);
}

.sjm-admission-btn i {
    font-size: 18px;
    font-style: normal;

    transition: transform 0.3s ease;
}

.sjm-admission-btn:hover i {
    transform: translateX(4px);
}


/* =========================
   STICKY HEADER
========================= */

.sjm-header.sjm-scrolled {
    position: fixed;

    top: 0;
    left: 0;

    background: rgba(3, 20, 47, 0.97);

    backdrop-filter: blur(14px);

    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.28);

    animation: sjmSlideDown 0.35s ease;
}

.sjm-header.sjm-scrolled .sjm-header-container {
    min-height: 78px;
}

.sjm-header.sjm-scrolled .sjm-logo {
    padding: 5px 12px;
    border-radius: 11px;
}

.sjm-header.sjm-scrolled .sjm-logo img {
    width: 220px;
}

@keyframes sjmSlideDown {

    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }

}


/* =========================
   MOBILE MENU BUTTON
========================= */

.sjm-menu-toggle {
    display: none;

    width: 46px;
    height: 44px;

    padding: 9px;

    background: rgba(255, 255, 255, 0.04);

    border: 1px solid rgba(255, 215, 102, 0.5);

    border-radius: 7px;

    cursor: pointer;
}

.sjm-menu-toggle span {
    display: block;

    width: 100%;
    height: 2px;

    margin: 5px 0;

    border-radius: 5px;

    background: #ffe080;

    transition: all 0.3s ease;
}


/* HAMBURGER ACTIVE */

.sjm-menu-toggle.active span:nth-child(1) {
    transform:
        translateY(7px)
        rotate(45deg);
}

.sjm-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.sjm-menu-toggle.active span:nth-child(3) {
    transform:
        translateY(-7px)
        rotate(-45deg);
}


/* =========================
   MOBILE MENU
========================= */

.sjm-mobile-menu {
    display: none;

    position: absolute;

    top: 100%;
    left: 0;

    width: 100%;

    padding: 15px 5% 25px;

    background: linear-gradient(
        180deg,
        #082451,
        #03142f
    );

    border-top:
        1px solid rgba(255, 215, 102, 0.2);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.4);
}

.sjm-mobile-menu.active {
    display: block;

    animation: sjmMobileMenu 0.3s ease;
}

@keyframes sjmMobileMenu {

    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

.sjm-mobile-menu ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.sjm-mobile-menu ul li {
    border-bottom:
        1px solid rgba(255, 255, 255, 0.08);
}

.sjm-mobile-menu ul li a {
    display: block;

    padding: 15px 8px;

    color: #ffffff;

    text-decoration: none;

    font-size: 15px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.sjm-mobile-menu ul li a:hover {
    color: #ffe080;

    padding-left: 14px;
}


/* MOBILE APPLY BUTTON */

.sjm-mobile-apply {
    display: block;

    margin-top: 20px;

    padding: 14px;

    text-align: center;

    color: #06204a;

    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    border-radius: 7px;

    background: linear-gradient(
        135deg,
        #d99a0b,
        #ffe89a,
        #c98205
    );

    box-shadow:
        0 7px 20px rgba(0, 0, 0, 0.25);
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {

    .sjm-logo img {
        width: 225px;
    }

    .sjm-logo {
        padding: 6px 11px;
    }

    .sjm-navigation ul {
        gap: 0;
    }

    .sjm-navigation ul li a {
        padding: 13px 9px;
        font-size: 13px;
    }

}


@media (max-width: 1000px) {

    .sjm-header-container {
        min-height: 85px;
    }

    .sjm-navigation,
    .sjm-header-action {
        display: none;
    }

    .sjm-menu-toggle {
        display: block;
    }

    .sjm-logo img {
        width: 230px;
    }

}


@media (max-width: 600px) {

    .sjm-header-container {
        width: 92%;
        min-height: 76px;
    }

    .sjm-logo {
        padding: 5px 9px;

        border-radius: 10px;

        border-width: 1px;
    }

    .sjm-logo img {
        width: 190px;
    }

    .sjm-menu-toggle {
        width: 42px;
        height: 40px;
    }

}


@media (max-width: 400px) {

    .sjm-logo img {
        width: 160px;
    }

    .sjm-logo {
        padding: 5px 7px;
    }

}/* End custom CSS */