h1,
h2,
h3 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important
}

.custom-yellow {
    background-color: #ffd400 !important
}

.custom-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 10px
}

h4,
h5,
h6 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important
}

p,
a,
li,
strong,
span,
b {
    font-family: "Poppins", sans-serif !important;
    font-weight: 300
}

.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important
}

@media screen and (max-height:1024px) {

    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important
    }
}

@media screen and (max-height:640px) {

    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important
    }
}

@media screen and (max-width:640px) {
    .section_box {
        margin-top: 0px
    }

    .banner,
    .banner-2 {
        height: 40vh !important
    }
}

.animate-left-right {
    animation: animate-left-right 1s ease-in-out
}

@keyframes animate-left-right {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(0px)
    }
}

.apply-btn {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(50%);
    background: var(--e-global-color-accent);
    color: white;
    padding: 15px 6px;
    font-weight: 300;
    writing-mode: vertical-lr;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;
    -webkit-transform: rotate(-180deg)
}

.blur {
    filter: blur(5px);
    position: relative;
    pointer-events: none;
    overflow: hidden
}

.btn-primary_2 {
    background-color: var(--e-global-color-primary) !important
}

.social-sidebar {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000
}

.social-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.social-sidebar li {
    margin: 10px 0
}

.social-sidebar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: transparent;
    color: #888;
    outline: 1px solid #888;
    text-decoration: none;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease-in-out
}

.social-sidebar a:hover {
    background: #888;
    color: #fff !important
}

.scrolabel-content strong {
    font-weight: bolder
}

.scrolabel-content p strong {
    font-weight: bolder
}

.scrolabel-content ul,
.scrolabel-content li,
.scrolabel-content p,
.scrolabel-content strong {
    white-space: unset !important
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

.content li {
    list-style: none;
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0
}

.banner {
    height: 73vh;
    position: relative;
    overflow: hidden
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1
}

.banner-content {
    position: absolute;
    z-index: 2;
    max-width: 700px;
    color: white;
    padding: 20px;
    border-radius: 10px;
    left: 50px;
    top: 50%;
    transform: translateY(-50%)
}

.banner-content h1,
.banner-content h2 {
    color: #fff !important;
    font-size: 40px !important
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main h3,
.main h1 {
    font-family: yale, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
    font-weight: bold
}

.main p {
    line-height: 1.6;
    font-weight: 400;
    font-size: 18px
}

.main .content {
    margin: 20px auto
}

@media (max-width:768px) {
    .banner {
        background: url('../images/blog_banner.jpg') no-repeat center right / cover
    }

    .banner-content {
        top: 65%;
        left: 10px
    }
}

@media screen and (max-width:500px) {
    .social-sidebar {
        display: none
    }

    .main p {
        line-height: 1.2;
        font-weight: 400;
        font-size: 14px
    }

    .content li {
        font-size: 14px
    }

    .banner-content {
        position: absolute;
        z-index: 2;
        max-width: 900px;
        color: white;
        padding: 20px;
        border-radius: 10px;
        right: 50px;
        top: 40%
    }

    .banner-content h1,
    .banner-content h2 {
        color: #fff !important;
        font-size: 28px !important
    }
}

.newpopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff3;
    padding: 20px;
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    z-index: 9999;
    display: none;
    justify-content: flex-end;
    align-items: center
}

.newpopup::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background: url('../images/popup_image.webp') center center no-repeat;
    background-size: cover;
    z-index: 999
}

.newpopup .form-section {
    padding: 20px;
    height: 95vh;
    width: 600px;
    background-color: #fff;
    z-index: 1000;
    margin-right: 100px;
    box-shadow: .1rem .1rem 10px rgba(0, 0, 0, 0.5)
}

.newpopup .form-section form {
    display: flex;
    flex-direction: column;
    padding: 50px 10px;
    position: relative
}

.newpopup .form-section form input,
.newpopup .form-section form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important
}

.newpopup .form-section form input {
    border-radius: 5px !important
}

.newpopup form button {
    background: var(--e-global-color-accent);
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px
}

.close-btn {
    position: absolute;
    top: -30px;
    right: -20px;
    background: transparent !important;
    color: #000 !important;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 40px !important
}

.form-section h3 {
    font-weight: 100;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 20px
}

.checkbox-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px
}

.tel-input {
    width: 80% !important
}

@media screen and (max-width:1000px) {
    .newpopup {
        top: 0%;
        left: 0%;
        width: 100vw;
        transform: translate(0%, 0%);
        align-items: center;
        justify-content: center
    }

    .newpopup::after {
        content: "";
        display: none
    }

    .newpopup .form-section {
        min-height: 70vh;
        padding-top: 40px;
        height: max-content;
        width: 95%;
        justify-content: flex-end;
        border: 1px solid #000;
        margin-right: 0px
    }

    .tel-input {
        width: 60% !important
    }

    .close-btn {
        position: absolute;
        top: -52px;
        right: -25px;
        background: transparent !important;
        color: #000 !important;
        padding: 5px 10px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        font-size: 40px !important
    }

    .alert button {
        background-color: transparent !important;
        color: #000;
        font-size: 24px !important
    }
}

@media screen and (max-width:450px) {
    .newpopup .form-section form {
        padding: 0
    }

    .newpopup .form-section {
        min-height: 70vh;
        width: 100%
    }
}

.phone-group {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    height: 42px
}

.country-code {
    width: 70px;
    text-align: center;
    border-right: 1px solid #ccc;
    font-size: 14px;
    color: #555
}

.phone-group input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 14px
}

.phone-group:focus-within {
    border-color: #0d6efd
}

.submit-btn.disabled {
    color: #a51c30 !important;
    background-color: #fff;
    border: 1px solid #a51c30;
    cursor: not-allowed !important
}

.custom-admission-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.custom-admission-error-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999
}

.custom-admission-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(3px)
}

.custom-admission-box {
    position: relative;
    max-height: 100vh;
    overflow: auto;
    width: 100%;
    max-width: 700px;
    background: #ffffff;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    animation: popupFade .4s ease
}

.custom-admission-box form {
    padding: 16px 40px
}

.accordion-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px
}

.accordion-header {
    background-color: var(--e-global-color-primary) !important;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s;
    user-select: none
}

.accordion-header:hover {
    background: #ddd
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out
}

.accordion-item.active .accordion-content {
    max-height: max-content;
    padding: 15px;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888
}

.accordion-item.active .accordion-header i {
    transform: rotateZ(90deg);
    transition: transform 0.3s ease
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: translateY(20px) scale(.96)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.popup-close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24;
    border: none;
    border-radius: 50%;
    background: var(--e-global-color-primary) !important;
    font-size: 20px;
    color: #555;
    cursor: pointer;
    transition: .3s;
    background: transparent;
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.popup-close-btn:hover {
    background: #e9e9e9
}

.popup-header {
    text-align: center;
    margin-bottom: 30px;
    background-color: var(--e-global-color-primary);
    padding: 20px
}

.popup-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fcca17;
    margin-top: 0;
    margin-bottom: 8px
}

.popup-header p {
    font-size: 22px;
    color: #fcca17;
    margin: 0
}

.popup-input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
    background: #fff;
    transition: border-color .2s ease
}

.popup-icon {
    width: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d90429;
    font-size: 20px;
    border-right: 1px solid #ececec
}

.popup-input-group input,
.popup-input-group select {
    width: 100%;
    border: 0 !important;
    outline: 0 !important;
    height: 50px;
    padding: 0 18px;
    font-size: 18px;
    background: transparent;
    color: #333;
    box-shadow: none !important
}

.popup-input-group input:focus,
.popup-input-group select:focus {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important
}

.popup-input-group input::placeholder {
    color: #333
}

.popup-input-group:focus-within {
    border-color: #d90429
}

.popup-input-group.has-error {
    border-color: #d90429
}

.popup-otp-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 4px !important;
    background: var(--e-global-color-accent);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s
}

.popup-otp-btn:hover {
    transform: translateY(-2px)
}

.popup-otp-btn.disabled {
    border: none;
    background: #fff !important;
    color: var(--e-global-color-accent);
    text-decoration: underline
}

.popup-otp-btn.disabled-2 {
    border: 1px solid var(--e-global-color-accent);
    background: #fff !important;
    color: var(--e-global-color-accent) !important;
    text-decoration: none
}

.popup-otp-btn.disabled:hover {
    background: #fff !important;
    color: var(--e-global-color-accent) !important;
    text-decoration: underline;
    cursor: not-allowed
}

.popup-otp-btn.disabled-2:hover {
    background: #fff !important;
    color: var(--e-global-color-accent) !important;
    text-decoration: underline;
    cursor: not-allowed
}

.popup-otp-btn:disabled,
.popup-otp-btn:disabled:hover {
    transform: none;
    cursor: not-allowed;
    opacity: .65
}

.popup-checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 5px;
    margin-bottom: 12px
}

.popup-checkbox-wrap input {
    margin-top: 4px
}

.popup-checkbox-wrap label {
    font-size: 14px;
    line-height: 1.2;
    color: #444
}

.popup-checkbox-wrap a {
    color: #111;
    font-weight: 700;
    text-decoration: none
}

.popup-submit-btn {
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 14px;
    background: var(--e-global-color-primary) !important;
    color: #fcca17 !important;
    font-size: 28px;
    font-weight: 700 !important;
    letter-spacing: .5px;
    cursor: pointer;
    transition: .3s
}

.popup-submit-btn.danger {
    background: var(--e-global-color-accent) !important;
    color: #fff !important
}

.popup-submit-btn.disabled {
    cursor: not-allowed;
    outline: 1px solid var(--e-global-color-primary) !important;
    background: #fff !important;
    color: var(--e-global-color-primary) !important
}

.popup-submit-btn.disabled:hover {
    background: #fff !important;
    color: var(--e-global-color-primary) !important
}

.popup-submit-btn:hover {
    transform: translateY(-2px)
}

@media(max-width:768px) {
    .custom-admission-box {
        border-radius: 8px
    }

    .popup-header {
        margin-bottom: 0
    }

    .popup-header h2 {
        font-size: 20px;
        width: 70%;
        margin: auto;
        text-align: center
    }

    .popup-header p {
        font-size: 17px
    }

    .popup-input-group input,
    .popup-input-group select {
        height: 54px;
        font-size: 15px
    }

    .popup-icon {
        width: 54px;
        min-width: 54px;
        font-size: 17px
    }

    .popup-otp-btn {
        height: 54px;
        font-size: 9px !important
    }

    .popup-submit-btn {
        height: 58px;
        font-size: 16px
    }

    .popup-checkbox-wrap label {
        font-size: 11px;
        line-height: 1.6
    }

    .custom-admission-box form {
        padding: 16px 8px
    }
}

.custom-admission-error-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    padding: 20px
}

.custom-admission-error-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(3px)
}

.custom-admission-error-box {
    position: relative;
    width: 100%;
    max-width: 550px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    z-index: 2;
    animation: popupFade .3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25)
}

.custom-admission-error-box .content {
    padding: 30px
}

@import url('https://fonts.googleapis.com/css2?family=Times+New+Roman:wght@700&display=swap');

body {
    overflow-x: hidden;
    background-color: #f8f9fa
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: var(--e-global-color-primary);
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--e-global-color-primary)
}

@media (min-width:769px) {
    body::-webkit-scrollbar {
        width: 8px
    }

    body::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    body::-webkit-scrollbar-thumb {
        background: var(--e-global-color-primary);
        border-radius: 10px
    }

    body::-webkit-scrollbar-thumb:hover {
        background: var(--e-global-color-primary)
    }
}

.logo {
    font-family: 'Times New Roman', serif !important;
    font-weight: bold;
    color: #2d1c6a;
    display: flex;
    align-items: center;
    user-select: none
}

.logo-2 {
    font-family: 'Times New Roman', serif !important;
    font-weight: bold;
    color: #2d1c6a;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    user-select: none
}

.logo .sub {
    font-size: 30px;
    margin-left: 10px;
    font-weight: 100;
    min-width: 279px;
    max-width: 540px;
    line-height: 1.5;
    font-family: 'Times New Roman', serif !important
}

.logo-2 .sub {
    font-size: 17px;
    margin-left: 10px;
    font-weight: 100;
    min-width: 279px;
    max-width: 330px;
    line-height: 1.5;
    font-family: 'Times New Roman', serif !important
}

.header {
    display: flex;
    align-items: center;
    background-color: white
}

.fix_top {
    position: fixed;
    top: 0;
    z-index: 1000
}

.header-logo img {
    height: 80px;
    margin-right: 0px
}

.header-title {
    font-size: 30px;
    font-weight: bold;
    color: #2d1c66;
    font-family: "Times New Roman", serif;
    letter-spacing: 1px
}

.get-in-touch {
    background-color: #2d1c66;
    color: #e4b316 !important;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
    display: inline-block;
    margin-top: -7px
}

.get-in-touch:hover {
    background-color: #fff;
    color: #2d1c66 !important;
    border: 1px solid #2d1c66;
    text-decoration: none
}

.navbar {
    background-color: #2d1c66;
    width: 100%;
    margin-top: 10px;
    padding: 8px 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 1)
}

.navbar ul {
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex
}

.navbar ul li {
    margin: 0 15px;
    float: left
}

.navbar ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease
}

.navbar ul li a:hover,
.navbar ul li a.active {
    color: #ffcc00
}

.dropdown-a {
    position: relative
}

.dropdown-a:hover a {
    color: #ffcc00
}

.dropdown-a .desk-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    min-width: 220px;
    width: max-content;
    flex-direction: column;
    padding: 6px 0;
    list-style: none;
    margin: 0;
    height: max-content
}

.dropdown-a:hover .desk-dropdown {
    display: flex
}

.dropdown-a .desk-dropdown li {
    list-style: none;
    width: 100%;
    text-align: left
}

.dropdown-a .desk-dropdown li a {
    display: block;
    padding: 9px 16px;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s
}

.dropdown-a .desk-dropdown li a:hover {
    background: #f4f0ff;
    color: #2d1c66 !important
}

.header-2 {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity .4s linear, transform .4s linear
}

.header-2.show {
    visibility: visible;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 2px 20px;
    background: white;
    opacity: 1;
    transform: translateY(0)
}

.header-2 .logo-2 {
    flex: 0 0 30%
}

.header-2 .logo-2 .main {
    margin-left: 5px
}

.logo-2 {
    min-width: 40%
}

.nav-2 {
    width: 55%;
    height: 45px;
    padding: 20px;
    background-color: #fff
}

.login-tab {
    width: 10%;
    padding: 20px
}

.nav-2 ul {
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex
}

.nav-2 ul li {
    margin: 0 15px;
    float: left
}

.nav-2 ul li a {
    color: #2e1a69;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
    white-space: nowrap
}

.nav-2 ul li a:hover {
    color: #ffcc00
}

.header-2 button {
    padding: 15px 20px !important;
    width: 100%;
    background-color: transparent;
    border: 1px solid #2e1a69;
    color: #2e1a69;
    border-radius: 5px
}

.header-2 button:hover {
    background-color: #2e1a69;
    color: white
}

#mobile-menus .menu-body {
    scrollbar-width: none;
    -ms-overflow-style: none
}

#mobile-menus .menu-body::-webkit-scrollbar {
    display: none
}

.mobile-header,
#mobile-menus {
    display: none
}

@media (max-width:767px) {
    .header {
        display: none
    }

    .header-2,
    .header-2.show {
        display: none !important
    }

    .mobile-header,
    #mobile-menus {
        display: block
    }

    .mobile-header {
        padding: 10px 5px;
        position: sticky;
        top: 0;
        z-index: 100;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15)
    }

    .mobile-header .header-logo {
        display: flex;
        align-items: center
    }

    .mobile-header .header-logo img {
        width: 45px;
        height: 45px;
        object-fit: contain
    }

    .logo .sub {
        font-size: 11px;
        width: auto;
        max-width: 200px;
        line-height: 1.2;
        margin-left: 8px;
        min-width: unset
    }

    #menu-toggle {
        cursor: pointer;
        position: absolute;
        top: 32px;
        right: 10px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0
    }

    #menu-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998
    }

    #menu-overlay.active {
        display: block
    }

    #mobile-menus {
        position: fixed;
        top: 0;
        right: 0;
        width: 84% !important;
        height: 100vh;
        background-color: var(--e-global-color-primary);
        padding: 0;
        z-index: 9999;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
        display: flex !important;
        flex-direction: column;
        overflow-y: auto
    }

    #mobile-menus.open {
        transform: translateX(0)
    }

    body.menu-open {
        overflow: hidden
    }

    .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 10px;
        background: rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        flex-shrink: 0
    }

    .mobile-menu-header span {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase
    }

    #menu-close {
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    #mobile-menus .menu-body {
        flex: 0.93;
        padding: 10px 0;
        overflow-y: auto
    }

    #mobile-menus ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    #mobile-menus ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07)
    }

    #mobile-menus ul li>a,
    #mobile-menus ul li .nav-link {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        padding: 13px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: background 0.2s, color 0.2s;
        text-transform: uppercase;
        letter-spacing: 0.5px
    }

    #mobile-menus ul li>a:hover,
    #mobile-menus ul li .nav-link:hover,
    #mobile-menus ul li>a.active {
        background: rgba(255, 255, 255, 0.1);
        color: #f5c400
    }

    #mobile-menus .mob-submenu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        background: rgba(0, 0, 0, 0.3)
    }

    #mobile-menus .mob-submenu.open {
        display: block
    }

    #mobile-menus .mob-submenu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05)
    }

    #mobile-menus .mob-submenu li a {
        display: block !important;
        padding: 11px 30px !important;
        color: #ccc !important;
        font-size: 13px !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        font-weight: 400 !important;
        text-decoration: none
    }

    #mobile-menus .mob-submenu li a:hover {
        color: #f5c400 !important;
        background: rgba(255, 255, 255, 0.07) !important
    }

    #mobile-menus .mob-dropdown-toggle .arrow {
        display: inline-block;
        transition: transform 0.25s ease;
        font-style: normal;
        font-size: 11px;
        opacity: 0.7
    }

    #mobile-menus .mob-dropdown-toggle.active .arrow {
        transform: rotate(180deg)
    }

    .mobile-menu-footer {
        padding: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        flex-shrink: 0
    }

    .mobile-menu-footer a {
        display: block;
        text-align: center;
        background-color: var(--e-global-color-accent, #a51c30);
        color: #fff !important;
        padding: 12px 20px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    .mobile-menu-footer a:hover {
        background: #e4b316;
        color: #2d1c66 !important
    }

    .elementor-304 .elementor-element.elementor-element-e7b1143 {
        padding-top: 4em !important;
        padding-bottom: 0em !important;
        padding-left: 1em !important
    }

    .elementor-button-wrapper {
        width: 70% !important
    }
}

.header-2 {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity .4s linear, transform .4s linear
}

.header-2.show {
    visibility: visible;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 2px 20px;
    background: white;
    opacity: 1;
    transform: translateY(0)
}

.header-2 .logo-2 {
    flex: 0 0 30%
}

.header-2 .logo-2 .main {
    margin-left: 5px
}

.logo-2 {
    min-width: 40%
}

.nav-2 {
    width: 55%;
    height: 45px;
    padding: 20px;
    background-color: #fff
}

.login-tab {
    width: 10%;
    padding: 20px
}

.nav-2 ul {
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex
}

.nav-2 ul li {
    margin: 0 15px;
    float: left
}

.nav-2 ul li a {
    color: #2e1a69;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
    white-space: nowrap
}

.nav-2 ul li a:hover {
    color: #ffcc00
}

.header-2 button {
    padding: 15px 20px !important;
    width: 100%;
    background-color: transparent;
    border: 1px solid #2e1a69;
    color: #2e1a69;
    border-radius: 5px
}

.header-2 button:hover {
    background-color: #2e1a69;
    color: white
}

.mobile-header .header-logo {
    display: flex;
    align-items: center
}

.mobile-header .header-logo img {
    width: 50px;
    height: 50px
}

.announcement-bar {
    background: #e4b316;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 2px 0;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
    height: 25px;
    display: flex;
    justify-content: center
}

.announcement-bar marquee {
    letter-spacing: 0.5px;
    color: #2d1c66
}

.announcement-bar p {
    font-size: 14px
}

.announcement-bar span {
    font-weight: 600
}

.twinke_btn {
    color: var(--e-global-color-accent)
}

.announcement-bar a {
    animation: twinkle 1.2s infinite ease-in-out;
    display: inline-block
}

.mobile-header {
    position: sticky;
    top: 0;
    padding: 0;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08)
}

.mobile-topbar {
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 14px
}

.topbar-contact {
    color: var(--e-global-color-primary);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px
}

.topbar-contact i {
    font-size: 12px
}

.mobile-header-main {
    position: relative;
    padding: 0px;
    background: #ffffff
}

.mobile-menu-toggle {
    position: absolute;
    top: 28px;
    right: 18px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 50
}

.mobile-branding {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.mobile-logo {
    width: 105px;
    height: auto;
    object-fit: contain;
    margin: -4px 0;
    margin-top: 10px
}

.mobile-brand-text {
    text-decoration: none
}

.mobile-brand-text h2 {
    margin: 0;
    font-size: 58px;
    line-height: 1;
    font-weight: 500;
    color: #232c57;
    font-family: "Times New Roman", serif;
    letter-spacing: 1px
}

.mobile-brand-text p {
    margin-top: -8px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    color: #1a2742;
    font-family: "Times New Roman", serif
}

.mobile-bottom-bar {
    background: #1a2742;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mobile-socials {
    display: flex;
    align-items: center;
    gap: 12px
}

.mobile-socials a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff
}

.mobile-apply-btn {
    background: #ffd400;
    color: #111827;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18)
}

@media(max-width:480px) {
    .mobile-header-main {
        padding: 0px
    }

    .mobile-logo {
        width: 70px
    }

    .mobile-brand-text h2 {
        font-size: 28px;
        font-family: 'Times New Roman', serif !important
    }

    .mobile-brand-text p {
        font-size: 20px;
        margin-bottom: 0;
        font-family: 'Times New Roman', serif !important
    }

    .mobile-menu-toggle {
        top: 22px;
        right: 10px
    }

    .mobile-socials {
        gap: 4px
    }

    .mobile-socials a {
        width: 28px;
        height: 28px;
        font-size: 16px
    }

    .mobile-apply-btn {
        padding: 2px 14px;
        font-size: 13px
    }

    .topbar-contact {
        font-size: 13px
    }
}

@keyframes twinkle {
    0% {
        opacity: 1;
        transform: scale(1);
        text-shadow: 0 0 5px #ffcc00
    }

    50% {
        opacity: 0.6;
        transform: scale(1);
        text-shadow: 0 0 15px #ffcc00, 0 0 25px #ff6600
    }

    100% {
        opacity: 1;
        transform: scale(1);
        text-shadow: 0 0 5px #ffcc00
    }
}

.navbar {
    box-shadow: unset
}

.animate {
    opacity: 0;
    transition: all 0.8s ease
}

.fade-up {
    transform: translateY(40px)
}

.fade-left {
    transform: translateX(-40px)
}

.fade-right {
    transform: translateX(40px)
}

.animate.show {
    opacity: 1;
    transform: translate(0, 0)
}

.hover-zoom {
    transition: all 0.3s ease
}

.hover-zoom:hover {
    transform: translateY(-5px) scale(1.05)
}

footer {
    background-color: #213153;
    color: #fff
}

footer h3 {
    color: #fff !important
}

.footer-section ul {
    padding-left: 0;
    list-style: none
}

.footer-section ul li {
    margin-bottom: 6px;
    color: #888;
    cursor: pointer
}

.footer-section ul li a {
    text-decoration: none;
    color: #888
}

.footer-section p {
    color: #888;
    cursor: pointer
}

.footer-section p:hover {
    color: #fff
}

.footer-section ul li:hover {
    color: #fff
}

.footer-section ul li a:hover {
    color: #fff
}

.red-strip {
    background-color: var(--e-global-color-accent);
    color: #fff
}

.footer-about {
    color: #ccc;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px
}

.copyright-strip {
    background-color: #111;
    color: #ccc;
    font-size: 14px
}

.copyright-strip a {
    color: #ccc;
    text-decoration: none
}

.copyright-strip a:hover {
    text-decoration: underline
}

.social-icons a {
    padding-right: 10px;
    font-size: 30px;
    color: #fff
}

.submit-btn:hover {
    background-color: var(--e-global-color-primary) !important
}

.floating-widget {
    position: fixed;
    top: 84%;
    transform: translateY(-50%);
    right: 2px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px
}

.floating-widget a,
.floating-widget a:link,
.floating-widget a:visited {
    text-decoration: none !important;
    color: #fff !important
}

.floating-widget .btn {
    background-color: var(--e-global-color-primary);
    border-radius: 10px !important;
    box-shadow: .1rem .1rem 8px rgba(0, 0, 0, .2) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    width: 56px !important;
    height: 56px !important;
    padding: 0 14px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    transition: width .25s ease !important
}

.floating-widget .btn span {
    display: none
}

.floating-widget .btn:hover {
    width: 260px !important;
    justify-content: space-between !important
}

.floating-widget .btn:hover span {
    display: block
}

.apply-btn {
    top: 25% !important
}

.floating-btn-2 {
    background-color: var(--e-global-color-primary) !important;
    border-radius: 10px !important;
    box-shadow: .1rem .1rem 8px rgba(0, 0, 0, .2) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    transition: width .25s ease !important
}

.floating-btn-2 span {
    display: none
}

.floating-btn-2:hover span {
    display: block
}

.floating-btn-2 img {
    width: 50px
}

.floating-btn-2:hover {
    width: 260px;
    justify-content: space-between !important;
    padding-left: 14px
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    filter: none !important;
    backdrop-filter: none !important
}

.popup-box {
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    text-align: center;
    min-width: 320px;
    max-width: 400px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    filter: none !important
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: scale(.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.popup-box h2 {
    margin-bottom: 20px
}

body {
    filter: none !important
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    cursor: pointer
}

.blurred-bg {
    filter: blur(4px) !important
}

.popup-overlay {
    position: fixed;
    z-index: 999999;
    isolation: isolate
}

.helpline-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px
}

.helpline-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #f9fafb;
    font-size: 18px;
    transition: all .2s ease;
    text-decoration: none
}

.helpline-item i {
    color: #0d6efd;
    font-size: 18px
}

.helpline-item a {
    text-decoration: none;
    color: #333;
    font-weight: 500
}

.helpline-item:hover {
    background: #f1f5ff;
    transform: translateY(-2px)
}

.red-strip span {
    font-size: 24px
}

@media screen and (max-width:476px) {
    .floating-widget {
        top: 80%
    }

    .floating-widget .btn {
        width: 35px !important;
        height: 35px !important;
        padding: 0 7px !important
    }

    .apply-btn {
        top: 36% !important
    }

    .floating-btn-2 img {
        width: 35px
    }

    .red-strip>div {
        display: block !important;
        text-align: center;
        padding: 0
    }

    .red-strip span {
        font-size: 14px
    }
}

.college-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.college-name p {
    font-family: 'Times New Roman', serif !important;
    color: #fff
}

.common-contact-section {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f8f9fa 50%, #f8f9fa 100%);
    padding: 60px 0
}

.common-contact-card {
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    padding: 42px 60px !important;
    background: #fff
}

.common-contact-title {
    margin-bottom: 8px;
    color: #050505;
    font-size: 30px;
    font-weight: 400 !important;
    line-height: 1.2
}

.common-contact-title span {
    font-weight: 800
}

.common-contact-form .form-group {
    margin-bottom: 14px
}

.common-contact-form label {
    display: block;
    margin-bottom: 7px !important;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2
}

.common-contact-form .form-control {
    width: 100%;
    height: 34px;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid #eee;
    border-radius: 0;
    background-color: #fff;
    color: #111;
    font-size: 13px;
    line-height: 1.2;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease
}

.common-contact-form .form-control:focus {
    border-color: #c9c9c9;
    box-shadow: 0 0 0 2px rgba(177, 24, 47, .08);
    outline: 0
}

.common-contact-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 36px;
    background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
    background-position: calc(100% - 16px) 14px, calc(100% - 11px) 14px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    cursor: pointer
}

.common-contact-form .submit-btn {
    width: auto !important;
    min-width: 82px;
    margin-top: 12px;
    padding: 10px 22px !important;
    border: 0;
    border-radius: 0;
    background: #a9142c !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: none
}

.common-contact-form .submit-btn:hover,
.common-contact-form .submit-btn:focus {
    background: #8f1025 !important;
    color: #fff !important;
    box-shadow: none
}

@media (max-width:767px) {
    .common-contact-section {
        padding: 38px 0
    }

    .common-contact-card {
        padding: 28px 18px !important
    }

    .common-contact-title {
        font-size: 26px;
        margin-bottom: 16px
    }

    .common-contact-form .form-control {
        height: 38px;
        min-height: 38px
    }

    .common-contact-form select.form-control {
        background-position: calc(100% - 16px) 16px, calc(100% - 11px) 16px
    }
}

@media (max-width:767px) {
    .elementor-heading-title.elementor-size-default {
        font-size: 15px !important
    }

    .top-recruiters-title {
        margin: 20px 0
    }

    .top-recruiters-title span {
        margin-left: -31px
    }
}