/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Description: Child theme for Hello Elementor
 Author: hello-elementor
 Text Domain: hello-elementor-child
*/

:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-form-border: rgba(116, 115, 115, 0.2);
    --color-btn-primary: #ad2024;
    --color-review-gradient-start: rgba(5, 42, 101, 0.5);
    --color-review-gradient-mid: rgba(8, 63, 152, 0.25);
    --color-review-gradient-end: rgba(10, 84, 203, 0);
    --font-main: "Plus Jakarta Sans", Sans-serif;
    --f18: 18px;
    --review-quote-img: url("/wp-content/uploads/2025/11/quotes.png");
}

.sticky-header.scrolled .jeg-elementor-kit .jkit-menu-wrapper ul li .sub-menu li:hover a,
.tab-btn:hover {
    color: #fff !important;
    border-bottom: 1px solid #f7f7f7 !important;
}

.logo-scroll,
.real-accordion,
.sticky-header.scrolled .logo-default,
body .gform_wrapper .gform_heading {
    display: none;
}


.column-reverse.elementor-widget-image-box .elementor-image-box-wrapper {
    flex-direction: column-reverse;
    display: flex;
    grid-gap: var(--review-gap);
}


.review-section .elementor-testimonial .elementor-testimonial__content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-top: 10px;
}

.review-section .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__text {
    margin-top: 20px;
}

.review-section .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__cite {
    margin: 0;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    align-content: center;
}

.contact-details-info-card .hfe-infocard .hfe-infocard-text-wrap .hfe-infocard-text a {
    color: var(--color-black);
    transition: var(--transition-normal);
}

.Per-info a:hover,
.contact-details-info-card .hfe-infocard .hfe-infocard-text-wrap .hfe-infocard-text a:hover {
    color: var(--color-btn-primary);
}

.review-section .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__cite .elementor-testimonial__name {
    line-height: 1.3;
    width: 35%;
}

.review-slider {
    background: linear-gradient(180deg, var(--color-review-gradient-start) 0, var(--color-review-gradient-mid) 22.6%, var(--color-review-gradient-end) 55.77%);
}

.trillion-size .elementor-counter .elementor-counter-number-wrapper {
    align-items: baseline;
}

.trillion-size .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
    font-size: var(--font-counter-suffix-size);
    padding-left: 10px;
}

.Admission-Eligibility-box .jeg-elementor-kit.jkit-icon-box .icon-box,
.philosophy-learning-section,
.review-section .elementor-main-swiper .swiper-wrapper .elementor-testimonial {
    position: relative;
}

.review-section .elementor-main-swiper .swiper-wrapper .elementor-testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28%;
    width: 90px;
    height: 90px;
    background-image: var(--review-quote-img);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

p {
    padding-bottom: 10px !important;
}

.ff-white {
    color: var(--color-white);
}

.bullet-circle li,
.faculty-popup-section .dialog-close-button {
    padding: 10px;
}

.conditions-contact-details li a {
    color: var(--color-text-main) !important;
    transition: 0.5s;
}

.conditions-contact-details li a:hover {
    color: var(--color-btn-primary) !important;
}

.sticky-header {
    background: 0 0;
    transition: background 0.3s;
}

.dashboard-card,
.real-main-content:hover .real-accordion {
    display: block !important;
}

.be-card.active .be-expand,
.img-wrap img,
.sticky-header.scrolled .logo-scroll,
.tab-content.active {
    display: block;
}

.real-accordion .e-n-accordion {
    width: 50vw;
}

.undersstanding-box .elementor-icon-box-wrapper .elementor-icon-box-content h3 span {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.card {
    flex: 0 0 calc((100% - 60px) / 3);
}

.be-card {
    cursor: pointer;
}

.be-expand {
    display: none;
    margin-top: 15px;
}


@media (min-width: 768px) {
    .be-card:hover .be-expand {
        animation: 0.3s beSlide;
    }
}

@keyframes beSlide {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.img-wrap a {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 85%;
    padding: 14px 10px;
    background: #0b2c63;
    text-align: center;
    font-weight: 500;
    z-index: 10;
}

.popup-scroll {
    height: 550px;
    overflow: auto;
}

.popup-scroll p {
    margin-bottom: 20px;
}

.Per-info a {
    color: #444;
}

@media (max-width: 767.67px) {
    .popup-scroll {
        height: auto;
        overflow: none;
    }
}

.card,
.img-wrap,
.slider,
.team-card,
.team-carousel {
    overflow: hidden;
}

.nav-menu-desk .jkit-menu-container ul li a {
    position: relative;
    text-decoration: none;
    color: #000;
    padding-bottom: 6px;
}

.nav-menu-desk .jkit-menu-container ul li a::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 4px;
    background-color: var(--color-btn-primary);
    transition: 0.3s;
    transform: translateX(-50%);
    bottom: -2px;
}

.nav-menu-desk .jkit-menu-container ul li a:hover::before {
    width: 100%;
}

.nav-menu-desk .jkit-menu-container ul li.current-menu-item a::before,
.nav-menu-desk .jkit-menu-container ul li.current_page_item a::before {
    width: 100%;
    background-color: var(--color-btn-primary);
}

.sticky-header.scrolled .jeg-elementor-kit.jkit-nav-menu .jkit-menu-container ul li a {
    color: #002b63 !important;
}

.sticky-header.scrolled {
    background: #fff !important;
    border-bottom: 1px solid #f7f7f7 !important;
}

.philosophy-learning-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    transition: background 0.4s;
    z-index: 1;
}

.philosophy-learning-section:hover::before {
    background: rgba(137, 32, 36, 0.9);
}

.philosophy-learning-section .elementor-widget-heading {
    position: relative;
    z-index: 2;
}

.philosophy-learning-section .elementor-widget-text-editor {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
    position: relative;
    z-index: 2;
}

.philosophy-learning-section:hover .elementor-widget-text-editor {
    max-height: 200px;
    opacity: 1;
}

.team-carousel {
    width: 100%;
    padding: 30px 0;
}

.carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.6s;
}

.courses-tabbing .e-n-tabs-heading,
.tabs {
    gap: 10px;
}

.team-card {
    position: relative;
    /*     min-width: 320px; */
    height: 480px;
    border-radius: 6px;
}

.card>.team-member-link,
.overlay {
    position: absolute;
    text-decoration: none;
}

.popup-photo img,
.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 	  object-position: top center; */
}

.overlay {
    bottom: 0;
    width: 100%;
    background: #0b2d5c;
    text-align: center;
    padding: 18px 10px;
    font-weight: 600;
    transition: 0.3s;
}

.card,
.img-wrap,
.slider,
.track {
    position: relative;
}

.overlay:hover {
    background: #08224a;
}

.tabs {
    display: flex;
}

.tab-btn {
    flex: 1;
    padding: 16px;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    background: #b12025;
}

.tab-btn.active {
    background: #0b2c63;
}

.tab-btn:hover {
    background: #002b63 !important;
}

.card>.team-member-link,
.tab-btn.active:hover {
    background: #0b2c63;
    color: #fff;
}

.tab-content {
    display: none;
    margin-top: 30px;
}

.slider {
    width: 100%;
}

.track {
    display: flex;
}

.card {
    flex: 0 0 calc((100% - 60px) / 3);
    margin-right: 30px;
    padding-bottom: 80px;
}

.img-wrap {
    width: 100%;
    height: 450px;
    border-radius: 6px;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card>.team-member-link {
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 90px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    flex-direction: column;
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .card {
        flex: 0 0 100%;
    }

    .card>.team-member-link {
        width: 90%;
    }
}

.card>.team-member-link:hover {
    background: #06224f;
}

@media (max-width: 1024px) {
    .card {
        flex: 0 0 calc((100% - 40px) / 2);
    }
}

@media (max-width: 767px) {
    .card {
        flex: 0 0 100%;
        margin-right: 0;
    }

    .card>.team-member-link {
        width: 90%;
        bottom: -22px;
    }
}

@media (max-width: 1024px) {
    .card {
        flex: 0 0 calc((100% - 30px) / 2);
    }
}

@media (max-width: 768px) {
    .tabs {
        flex-direction: column;
    }

    .card {
        flex: 0 0 100%;
        margin-right: 0;
    }

    .img-wrap a {
        font-size: 16px;
        padding: 12px;
    }
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.build-post-slider .elementor-posts-container,
.popup-image {
    display: flex;
}

.popup-image {
    width: 40%;
    height: 100%;
    background: #f3f3f3;
    flex-direction: column;
}

.popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.popup-content::-webkit-scrollbar {
    width: 6px;
}

.popup-content::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    border-radius: 10px;
}

@media (max-width: 900px) {
    .popup-box {
        flex-direction: column;
        height: 95%;
    }

    .popup-image {
        width: 100%;
        height: auto;
    }

    .popup-content {
        width: 100%;
        padding: 25px;
    }
}

@media (min-width: 1024px) {
    .content-pd>.e-con-inner {
        padding-left: 20px;
        padding-right: 20px;
        min-width: min(100%, var(--container-max-width, 1180px));
    }
}

@media (max-width: 1024px) {
    .popup-image {
        height: 20vh;
    }

    .popup-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .content-pd>.e-con-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .popup-box {
        width: 95%;
        height: 90vh;
    }

    .popup-image {
        width: 45%;
    }

    .popup-content {
        width: 55%;
        padding: 30px;
    }

    :root {
        --f18: 17px;
    }
}

@media (max-width: 767.92px) {
    .review-section .elementor-testimonial {
        flex-direction: column-reverse !important;
    }

    .review-section .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__cite {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .review-section .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__cite .elementor-testimonial__name {
        width: 100%;
    }

    .review-section .elementor-main-swiper .swiper-wrapper .elementor-testimonial::before {
        content: none;
    }

    .review-section .elementor-testimonial .elementor-testimonial__content {
        padding-top: 20px;
    }

    .review-section .elementor-testimonial .elementor-testimonial__image {
        text-align: start;
    }

    .popup-box {
        flex-direction: column;
        height: 95vh;
    }

    .popup-image {
        width: 100%;
        height: 45%;
    }

    .popup-image img {
        object-fit: cover;
        object-position: center;
    }

    .popup-name {
        font-size: 18px;
        padding: 12px;
    }

    .popup-content {
        width: 100%;
        height: 55%;
        padding: 22px;
        font-size: 15px;
        overflow-y: auto;
    }

    :root {
        --f18: 16px;
    }
}

@media (max-width: 480px) {
    .popup-box {
        height: 95vh;
    }

    .popup-image {
        height: 40%;
    }

    .popup-name {
        font-size: 16px;
        padding: 10px;
    }

    .popup-content {
        font-size: 14.5px;
        line-height: 1.6;
        padding: 20px;
    }
}

.build-post-slider .elementor-post {
    flex: 0 0 33.33%;
}

.build-swiper {
    overflow: hidden;
}

.navigation-stretch .owl-custom-pagination .btn-owl.prev {
    left: -20px !important;
}

.navigation-stretch .owl-custom-pagination .btn-owl.next {
    right: -20px !important;
}

.floating-icon {
    position: relative;
    width: 56px;
    height: 56px;
    background: #062e63;
    border-radius: 10px;
    cursor: pointer;
}

.opning-effects .e-n-tabs-heading button {
    border-radius: 8px !important;
    position: relative;
    overflow: hidden;
    background: 0 0;
    z-index: 1;
}

.opning-effects .e-n-tabs-heading button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0b2c63;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s;
    z-index: -1;
}

.opning-effects .e-n-tabs-heading button:hover::before {
    transform: scaleX(1);
}

.floating-icon .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    height: 56px !important;
}

.floating-icon .elementor-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.floating-icon .elementor-icon-box-title {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    white-space: nowrap;
    color: #fff;
    border-radius: 10px 0 0 10px;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s, opacity 0.35s;
    margin: 0;
    background: #ad2124;
}

.floating-icon:hover .elementor-icon-box-title {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.Seletion-Process ul,
.program-icon-list ul {
    column-count: 2;
}

.bulit-landscape-post article .elementor-post__thumbnail {
    box-sizing: border-box;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5) !important;
}

.Admission-Eligibility-box .icon-box.icon-box-body {
    padding-left: 30px;
}

.admission-des {
    padding-top: 10px;
}

.admission-des p,
.popup-name {
    padding: 0 !important;
}

.admission-list li {
    font-weight: 600;
    color: #002b63;
}

.Admission-Eligibility-box .jeg-elementor-kit.jkit-icon-box .icon-box::after {
    content: "";
    position: absolute;
    left: -30px;
    top: 47px;
    bottom: 0;
    width: 2px;
    background-color: #e5e7eb4f;
    height: 100%;
}

.Admission-Eligibility-box .icon-box.icon-box-body p {
    font-size: 18px;
    font-weight: 500;
}

.sem-descrption {
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
    margin-top: 15px;
}

.course-leader-details {
    z-index: -1;
}

.sidebar-sticky {
    position: sticky;
    top: 107px;
    border-bottom: 1px solid;
    z-index: 999;
    background: #fff;
    border-top: 1px solid;
}

.academic-blue-content,
.mySimpleSwiper a:hover {
    color: #002b63;
}

.eligibility-criteria-listing .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
    display: none !important;
}

.criteria-listing li {
    font-size: 18px;
    position: relative;
    padding-left: 22px;
}

.criteria-listing li::marker {
    color: #ad2024;
}

.Notes-red {
    color: #ad2024;
}

.courses-tabbing .e-n-tabs-heading button {
    border-radius: 30px;
}

.date-important p.elementor-heading-title.elementor-size-default {
    font-size: 18px !important;
    padding-top: 10px;
}

.date-important p.elementor-heading-title.elementor-size-default span {
    font-size: 16px !important;
    color: #ad2124;
}

.table-wrapper-custom {
    margin: auto;
    background: #fff;
    overflow: hidden;
}

.table-wrapper-custom .fee-table {
    width: 100%;
    border-collapse: collapse;
}

.table-wrapper-custom .fee-table thead {
    background: #222;
    color: #fff;
}

.table-wrapper-custom .fee-table td,
.table-wrapper-custom .fee-table th {
    padding: 16px 20px;
    text-align: left;
}

.table-wrapper-custom .fee-table th {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.table-wrapper-custom .fee-table tbody tr {
    border-bottom: 1px solid #e5e5e5;
    transition: background 0.3s;
}

.table-wrapper-custom .fee-table tbody tr:hover {
    background: #f9fafb;
}

.table-wrapper-custom .fee-table td:last-child,
.table-wrapper-custom .fee-table th:last-child {
    text-align: right;
}

.table-wrapper-custom .fee-table tbody tr:last-child {
    background: #f2f2f2;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 600px) {

    .table-wrapper-custom .fee-table td,
    .table-wrapper-custom .fee-table th {
        padding: 12px;
        font-size: 14px;
    }
}


/* h2.elementor-heading-title {
    position: relative;
    margin-bottom: 30px;
} */


/* h2.elementor-heading-title:before {
    content: "";
    content: "";
    position: absolute;
    bottom: -8px;
    width: 80px;
    background: #ad2124;
    height: 5px;
    margin: 0 auto;
    left: 0;
    right: 0;
} */

.left-line h2.elementor-heading-title:before {
    margin-left: 0;
}

.bulit-landscape-post .elementor-widget-container article:hover h3 a {
    color: var(--e-global-color-secondary) !important;
}


/* .bulit-landscape-post .elementor-widget-container article h3 a {
    transition: 0.4s;
}

.bulit-landscape-post .elementor-widget-container article .elementor-post__thumbnail {
    position: relative;
    transition: 0.4s;
    overflow: hidden !important;
} */


/* .bulit-landscape-post .elementor-widget-container article .elementor-post__thumbnail:hover img {
    transform: scale(1.2) translate(-50%, -50%);
    transition: 0.4s;
    left: calc(60% + 1px);
} */


/* .bulit-landscape-post .elementor-widget-container article .elementor-post__thumbnail img {
    transition: 0.4s;
} */

body.admin-bar .jeg-elementor-kit.jkit-search .swal2-close {
    top: 97px;
    width: 40px;
    height: 40px;
    font-size: 34px;
    right: 10px;
}

.dashboard-card .elementor-widget-counter .elementor-counter .elementor-counter-title {
    flex-direction: column;
}

.popup-left {
    width: 45%;
}

.popup-right {
    width: 55%;
    overflow: auto;
}

.popup-content {
    width: 100%;
    overflow-y: auto;
    line-height: 2em;
    padding: 0 !important;
}

.popup-box {
    width: 1050px;
    max-width: 95%;
    height: 650px;
    background: #fff;
    display: flex;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
    padding: 40px;
    gap: 40px;
}

.popup-separator {
    background: #0b2d5c;
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.popup-photo {
    height: 480px;
}


/* .team-designation {
    text-align: center;
} */

.criteria-listing {
    list-style: none;
    padding: 0;
    margin: 0;
}

.criteria-listing li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23AD2024' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E") center/contain no-repeat;
}


/* .faculty-listing .elementor-posts-container article {
    position: relative;
    overflow: unset;
}

.faculty-listing .elementor-widget-container article .elementor-post__text {
    background: #002b63;
    text-align: center;
    position: absolute;
    bottom: -10px;
    padding: 20px;
    width: 80%;
    left: 9%;
} */

.title-small {
    font-size: 28px;
}


/* =============================== SWIPER CONTAINER FIX ================================ */

.team-slider {
    position: relative;
    padding-bottom: 70px;
    /* space for bar */
}


/* Move arrows to bottom bar */


/* .team-slider-nav .swiper-button-prev,
.team-slider-nav .swiper-button-next {
    top: auto !important;
    bottom: 10px;
    transform: none !important;
    position: absolute;
} */


/* Center bar */


/* Style */

.team-slider-nav .swiper-button-prev,
.team-slider-nav .swiper-button-next {
    width: 0px !important;
    height: 0px !important;
    /*     border-radius: 50%; */
    /*     border: 1px solid #0b2f5b; */
    background: transparent !important;
    color: #0b2f5b !important;
    cursor: pointer;
}

.team-slider-nav .swiper-button-prev::after,
.team-slider-nav .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}

.program-highlight img {
    box-sizing: border-box !important;
    box-shadow: rgba(57, 57, 57, 0.5) 0px 0px 3px 0px !important;
}

.page-info-sidebar {
    position: sticky;
    top: 107px;
    z-index: 999;
}


/* ========================= TEAM SLIDER – MAIN ========================= */

.team-slider {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}


/* Swiper core fix */

.team-slider .swiper-wrapper {
    display: flex;
}

.team-slider .swiper-slide {
    flex-shrink: 0;
    height: auto;
}


/* ========================= TEAM CARD ========================= */

.team-card {
    position: relative;
    overflow: unset;
    background: #ffffff;
}


/* Image wrapper */

.team-image {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}


/* Hover zoom */

.team-card:hover .team-image img {
    transform: scale(1.08);
}


/* ========================= BLUE INFO BOX ========================= */


/* .team-info { position: absolute; left: 50%; bottom: -20px; transform: translateX(-50%); width: 80%; background-color: #002B63; color: #ffffff; text-align: center; padding: 14px 12px; box-sizing: border-box; z-index:9999 } */

.team-name {
    margin: 0;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1.3;
    color: #ad2024 !important;
    text-align: center !important;
}

.team-designation {
    display: block;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.9;
    text-align: center;
    color: #002b63;
}


/* ========================= SWIPER ARROWS ========================= */

.team-slider-nav .swiper-button-next,
.team-slider-nav .swiper-button-prev {
    color: #0b2f5b;
}

.team-slider-nav .swiper-button-next:after,
.team-slider-nav .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.team-slider {
    overflow: hidden;
}


/* ========================= RESPONSIVE ========================= */
/* 
@media (max-width: 1200px) {
    .team-image {
        height: 350px;
    }
} */

@media (max-width: 992px) {

    /*     .team-image {
        height: 320px;
    } */
    .team-info {
        width: 88%;
    }
}

@media (max-width: 768px) {

    /*     .team-image {
        height: 300px;
    } */
    .team-info {
        width: 92%;
        padding: 12px 10px;
    }

    .team-name {
        font-size: 16px;
    }

    .team-designation {
        font-size: 13px;
    }
}

@media (max-width: 480px) {

    /*     .team-image {
        height: 260px;
    } */
    .team-info {
        width: 96%;
    }
}


/* =============================== BASE =============================== */


/* Hide all descriptions by default */

.asset-description {
    display: none;
}


/* Show only active description */

.real-main-content.active .asset-description {
    display: block;
}


/* =============================== LAYOUT FIX =============================== */


/* Keep structure intact */

.real-main-content {
    position: relative;
}


/* Content side styling */

.asset-description {
    padding: 24px;
    box-sizing: border-box;
}


/* Headings inside description */

.asset-description h2,
.asset-description h3,
.asset-description h4 {
    margin-bottom: 8px;
}


/* Paragraph spacing */

.asset-description p {
    margin-bottom: 16px;
    line-height: 1.6;
}


/* =============================== OPTIONAL FADE ANIMATION =============================== */

.asset-description {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.real-main-content.active .asset-description {
    opacity: 1;
}

.Academic-distinction-listing>.elementor-widget.elementor-widget-icon-list {
    height: 370px;
    overflow: auto;
    /* scrollbar-width: thin; */
}

.Academic-distinction-listing>.elementor-widget.elementor-widget-icon-list>ul {
    padding-right: 40px;
}

.Academic-distinction-listing .elementor-widget-icon-list ul li .elementor-icon-list-text strong {
    font-size: 18px !important;
}


/* =============================== EVOLVING SECTOR ACCORDION =============================== */


/* Wrapper */

.evolving-sector-accordion {
    position: relative;
    overflow: visible !important;
}


/* Accordion item */

.evolving-sector-accordion .jeg-accordion-item {
    position: static;
}


/* Content panel (right side) */

.evolving-sector-accordion .card-expand {
    position: absolute;
    bottom: 0px;
    /* section heading અનુસાર adjust કરજો */
    left: calc(100% + 20px);
    /* right side gap */
    width: 550px;
    background: #002B63 !important;
    color: #ffffff;
    padding: 30px !important;
    display: none;
    z-index: 999;
    height: 600px !important;
    width: 612px;
    /* margin: 20px; */
    outline: 2px solid #002B63;
    outline-offset: 20px;
}

/* Show only active accordion content */

.evolving-sector-accordion .jeg-accordion-item.active .card-expand {
    display: block;
}


/* Disable default accordion animation issues */


/* .evolving-sector-accordion .card-expand * { animation: none !important; } */


/* =============================== MOBILE / TABLET RESET =============================== */

@media (max-width: 767px) {
    .evolving-sector-accordion .jeg-accordion-content {
        position: static;
        width: 100%;
        display: block;
        background: transparent;
        color: inherit;
        padding: 15px 0;
    }
}

.evolving-sector-accordion .card-wrapper .card-expand .card-body {
    padding: 0px !important;
}


/* =============================== FORCE STOP JEG KIT FADE / SLIDE =============================== */


/* Jeg Kit / Elementor accordion animation OFF */

.jeg-accordion-item,
.jeg-accordion-item * {
    transition: none !important;
    animation: none !important;
}

.jeg-accordion-body,
.jeg-accordion-content {
    transition: none !important;
    max-height: none !important;
}


/* IMPORTANT: stop height animation jump */

.evolving-sector-accordion .card-wrapper {
    transition: none !important;
}


/* Prevent browser paint animation */


/* .evolving-sector-accordion .card-expand {
    will-change: auto !important;
} */

.classic-colour {
    position: relative;
}

.classic-colour::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 550px);
    /* container half + half width */
    height: 100%;
    background-color: #1a0107;
    z-index: 0;
}

.evolving-sector-accordion .card-expand .card-body {
    margin-bottom: 20px;
}

.evolving-sector-accordion .card-header a .right-icon-group {
    top: 17px;
}

.evolving-sector-accordion .card-wrapper .card-expand .card-body p {
    margin-bottom: 40px;
}


/* 
.evolving-sector-accordion .card-expand {
    transition: 0s !important;
} */

selector {
    position: relative;
    /* 👈 THIS IS THE KEY FIX */
    overflow: hidden;
}

.right-side-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}

.left-icons {
    position: relative;
    z-index: 3;
}

.right-text-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    padding: 40px 60px;
    z-index: 2;
    color: #fff;
    display: none;
}

selector {
    display: block;
}

.sector-top-photo {
    width: 100%;
}

.team-slider .swiper-slide {
    background: #f7f7f7 !important;
    border-bottom: 2px solid #002b63 !important;
}

body.admin-bar .page-info-sidebar {
    top: 137px;
}

.team-info {
    padding: 20px;
}

.reaity-myth {
    font-size: 20px;
}


/* RIGHT CONTAINER (PARENT) */

.right-content-bel {
    position: relative;
    overflow: hidden;
}


/* OVERLAY WRAPPER */

.res-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
}


/* ALL CONTENT BLOCKS (DEFAULT HIDDEN, SAME POSITION) */

.res-content [data-content] {
    position: absolute;
    left: 0px;
    right: 20px;
    bottom: -17px;
    /* 👈 FIXED GAP FROM BOTTOM */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease;
}


/* ACTIVE CONTENT (VISIBLE, SAME POSITION) */

.res-content [data-content].active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.res-content [data-content].active .res-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}


/* Base title */

.res-item .elementor-icon-box-content h3 {
    position: relative;
    display: inline-flex;
}


/* Underline default hidden */

.res-item .elementor-icon-box-content h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 4px;
    background-color: #ad2024;
    transition: width 0.3s ease;
}


/* Hover underline */

.res-item:hover .elementor-icon-box-content h3::after {
    width: 100%;
}


/* ✅ DEFAULT + AUTO ROTATE ACTIVE UNDERLINE */

.res-item.active .elementor-icon-box-content h3::after {
    width: 100%;
}

.page-info-sidebar {
    position: sticky;
    top: 107px;
    z-index: 999;
    transition: box-shadow 0.25s ease;
}

.page-info-sidebar.is-sticky {
    box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.12);
}

body.admin-bar .page-info-sidebar {
    top: 137px;
}

.first-Institute {
    z-index: -999;
}

.mission-section {
    z-index: -999;
}

.faculty-listing .elementor-posts-container article .elementor-post__thumbnail__link {
    margin: 0px !important;
}

.team-slider-nav {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 20px;
}

.team-slider-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #0b2f5b;
    background: #fff;
    font-size: 20px;
    cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev {
    left: -50px;
}

.swiper-button-next {
    right: -50px;
}


.news-listing-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play svg {
    height: 80px;
}

.built-environment-slider .owl-carousel-container .owl-custom-pagination .btn-owl.prev {
    padding: 0px;
}

.built-environment-slider .owl-carousel-container .owl-custom-pagination .btn-owl.next {
    padding: 0px;
}

.sidebar-effect .ekit-header-info {
    flex-wrap: nowrap !important;
    overflow: auto !important;
/* 	scrollbar-width: none; */
}

.sidebar-effect ul li a {
    width: max-content !important;
}

@media (max-width:1366.76px) {
    .evolving-sector-accordion .card-expand {
        width: 550px;
    }

    .classic-colour::before {
        width: calc(50% + 350px);
    }
}

@media (max-width:1200.45px) {
    .evolving-sector-accordion .card-expand {
        width: 450px;
    }

    .classic-colour::before {
        width: calc(50% + 300px);
    }

    .batch-highlight-animation {
        bottom: 335px !important;
        right: 26px !important;
    }
}

@media (max-width:1068.67px) {
    .batch-highlight-animation {
        bottom: 368px !important;
        right: 5px !important;
    }
}

@media (max-width:1024.67px) {
    .evolving-sector-accordion .card-expand {
        position: static;
        outline: none;
        outline-offset: unset;
        height: auto !important;
        width: auto;
    }

    .classic-colour::before {
        width: 100%;
    }

    .news-evets-listing {
        position: static;
    }

    .sticky-header.scrolled .jeg-elementor-kit.jkit-nav-menu .jkit-menu-container ul li a {
        color: #fff !important;
    }

    .navigation-stretch .owl-custom-pagination .btn-owl.prev {
        font-size: 20px !important;
    }

    .navigation-stretch .owl-custom-pagination .btn-owl.next {
        font-size: 20px !important;
    }

    .program-highlight {
        position: static !important;
    }

    .batch-highlight-animation {
        position: static !important;
    }
}

@media (max-width:991.67px) {
    .news-listing-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play svg {
        height: 50px;
    }
}

@media (max-width:767.67px) {
    .redp-text-content h3 {
        font-size: 20px;
    }
}

.sidebar-effect ul li a {
    position: relative;
    padding: 8px 0;
    display: inline-block;
}

.sidebar-effect ul li a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 4px;
    background: #ad2024;
}


.evolving-sector-accordion .card-wrapper .card-expand .card-body p {
    margin-bottom: 40px !important;
    ;
}

.classic-colour::before {
    background: #f3f7ff
}


.reaity-myth {
    font-size: 24px !important;
    padding-bottom: 10px !important;
}

.elementor-shape.elementor-shape-top {
    display: none !important;
}

.sticky-header.scrolled {
    box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.12);
}

.swiper-button-next {
    right: -14px;
    font-size: 18px;
    color: #000;
}

.swiper-button-next:after {
    font-size: 22px !important;
    font-weight: 600;
}

.swiper-button-prev:after {
    font-size: 22px !important;
    font-weight: 600;
}

/* FORCE enable clicks on arrows */
.team-slider-nav,
.team-slider-nav * {
    pointer-events: auto !important;
}

/* Disable slide animation for accordion */
.evolving-sector-accordion .card-expand {
    transition: none !important;
    transform: none !important;
    animation: none !important;
}

/* Kill bottom-to-top slide animation only */
.evolving-sector-accordion .card-expand {
    transition-property: none !important;
    transition-duration: 0s !important;
    transform: translateY(0) !important;
}

.swiper-button-prev {
    position: absolute;
    top: 45% !important;
    left: -14px !important;
}

.Publications-points li::marker {
    color: #ad2024;
    font-size: 20px;
}

.Publications-points li {
    margin-bottom: 20px;
}


.article-details-main.empty {
    display: none;
}

.publication-details-main.empty {
    display: none;
}

.books-details-main.empty {
    display: none;
}

.archivment-details-main.empty {
    display: none;
}

.chapter-details-main.empty {
    display: none;
}

.archivment-details-main.empty {
    display: none;
}

/* .sticky-left {
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.stack-wrapper {
  position: sticky;
  top: 140px;
}

.stack-card {
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.stack-card.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
 */
.box-executive .elementor-icon-box-wrapper .elementor-icon-box-content h3 {
    margin-bottom: 10px;
}


/* .program-idal{
background: linear-gradient(
  180deg,
  rgba(255, 255, 255, 0.95) 0%,
  rgba(255, 255, 255, 0.03) 100%
);

backdrop-filter: blur(1px);
-webkit-backdrop-filter: blur(8px);
/* 
border: 1px solid rgba(255, 255, 255, 0.35); */


/* Wrapper */
.value-chain-wrapper {
    position: relative;
}

/* Center empty container */
.value-chain-wrapper {
    position: relative;
}

/* center empty container */
.value-chain-line {
    position: relative;
    width: 2px;
}

/* animated line */
.value-chain-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 0;
    background-color: #d1d5db;
}

.real-estate-banner-list {
    background: transparent;
    backdrop-filter: blur(12px);
}


.executive-listing ul {
    /*   list-style: none; */
    padding-left: 0;
}

.executive-listing ul {
    position: relative;
    padding-left: 25px;
}

.executive-listing ul::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    bottom: 5px;
    width: 2px;
    background-color: #d6d6d6;
}

.sidebar-effect ul li a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 4px;
    background: #ad2024;
}

.know-more-slider-btn.hide {
    opacity: 0;
    pointer-events: none;
}

@media(max-width:1400.67px) {

    .team-slider-nav .swiper-button-prev,
    .team-slider-nav .swiper-button-next {
        width: 0px !important;
        height: 0px !important;
    }

    .swiper-button-next {
        right: -10px;
    }

    .swiper-button-next:after {
        font-size: 16px !important;
    }

    .swiper-button-prev {
        left: -10px !important;
    }

    .swiper-button-prev:after {
        font-size: 16px !important;
    }
}

@media(max-width:1024.57px) {
    .sticky-header .my-header .main-logo {
        max-width: 100px;
    }

    .sticky-header .my-header .main-menu {
        max-width: calc(100% - 120px);
        width: 100%;
    }

    .page-info-sidebar {
        top: 82px;
    }
}