:root {
            --spacing-card: 15%;
        }

        html {
            overflow-x: hidden !important;
            overflow-y: visible !important;
        }

        @keyframes slideUp {
            0% {
                transform: translateY(30px);
                opacity: 0;
            }

            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .Card {
            width: 100%;
        }

        .history-cards .icon img {
            width: 120px !important;
        }

        .history-cards .Card {
            padding: 3vw 3vw !important;
        }

        /* .listing {
        font-size: 1vw !important;
        line-height: 2vw !important;
    } */

        .history-cards .Card.card_1,
        .history-cards .Card.card_5,
        .history-cards .Card.card_9 {
            background-color: white;
        }

        .history-cards .Card.card_2,
        .history-cards .Card.card_6 {
            background-color: white;
        }

        .history-cards .Card.card_3,
        .history-cards .Card.card_7 {
            background-color: white;
        }

        .history-cards .Card.card_4,
        .history-cards .Card.card_8 {
            background-color: white;
        }

        .main {
            background: url(../images/banner-3.webp) #fff8ec;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            background-position: top;
        }

        @media (max-width: 1600px) {

            .history-cards .Card {
                height: 85vh;
            }
        }

        @media (max-width: 320px) {

            .history-cards .Card {
                height: 92vh;
            }
        }

        @media (max-width: 767px) {

            .listing {
                font-size: 1.7vh !important;
                line-height: 5vw !important;
            }

            .history-cards .icon img {
                width: 70px !important;
            }

            .history-cards .Card.card_1,
            .history-cards .Card.card_4 {
                border: .7vh solid #ecb250 !important;
            }

            .history-cards .Card.card_2,
            .history-cards .Card.card_5 {
                border: .7vh solid #003366 !important;
            }

            .history-cards .Card.card_3,
            .history-cards .Card.card_6 {
                border: .7vh solid #026fa5 !important;
            }

        }

        .desktop22 {
            display: block;
        }

        .mobile22 {
            display: none;
        }

        ul.listing>li:before {
            top: 1.6vh;
        }

        @media (max-width: 768px) {
            ul.listing>li:before {
                top: 0.5vh !important;
            }

            .history-cards p {
                font-size: 12px !important;
            }

            .listing {
                font-size: 12px !important;
                line-height: 181% !important;
            }

            .desktop22 {
                display: none;
            }

            .mobile22 {
                display: block;
            }
        }

        @media screen and (min-width: 769px) and (max-width: 1200px) {

            ul.listing>li:before {
                top: .8vh !important;
            }
        }

        @media screen and (min-width: 425px) and (max-width: 768px) {
            ul.listing>li:before {
                top: 10px !important;
            }
        }

        @media screen and (min-width: 300px) and (max-width: 425px) {

            ul.listing>li:before {
                top: 6px !important;
            }
        }

        /* new data css start here */
        .admission-session h2 {
            font-family: 'Merriweather', serif;
        }

        .note-text {
            font-family: 'Lato' !important;
            font-weight: 600 !important;
            position: absolute;
            bottom: 0;
            left: 30%;
        }

        .right-border {
            position: relative;
            padding: 0px;
            margin-left: 23px;
        }

        .right-border::after {
            content: '';
            position: absolute;
            height: 0;
            width: 1px;
            border: 3px solid #ECB24F;
            border-radius: 40px 0 0 0;
            border-right: none;
            border-bottom: none;
            top: -5.2%;
            left: -2%;
            pointer-events: none;
            transition: none;
        }

        /* Animate when class is added */
        .right-border.animate-border::after {
            animation: localDrawLine 3s linear forwards;
        }

        @keyframes localDrawLine {
            0% {
                width: 1px;
                height: 0;
            }

            50% {
                width: 1px;
                height: 100%;
            }

            100% {
                width: 100%;
                height: 100%;
            }
        }

        @media only screen and (max-width: 1199px) {
            .single-card {
                height: 240px;
                width: 100%;
            }

            .single-card .img-box img {
                height: 100%;
                object-fit: cover;
                /* object-position: 0rem -2.5rem; */
            }

            .right-border::after {
                left: -4%;
            }
        }

        .info-box {
            position: relative;
            margin-bottom: 100px !important;
        }

        .info-box .animated-line .img-section:before {
            border-radius: 0px 0px 20px 20px !important;
        }

        .info-content-box {
            position: absolute;
            top: 25%;
            left: 3%;
        }

        /* .info-content h2 {
            color: #FFF;
            text-align: justify;
            font-size: 2.2vw;
        } */

        .more-btn-new {
            display: flex !important;
            justify-content: flex-start;
        }

        .overlay-wrap {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
        }

        /* Dark gradient overlay */
        .img-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg,
                    rgba(6, 33, 51, 0.92) 0%,
                    /* deep blue */
                    rgba(6, 33, 51, 0.75) 35%,
                    /* smooth fade */
                    rgba(6, 33, 51, 0.35) 60%,
                    rgba(6, 33, 51, 0.05) 100%
                    /* almost transparent */
                );
            display: flex;
        }

        /* Keeps text above overlay */
        .info-content-box {
            position: relative;
            z-index: 2;
        }

        /* new data css end here */
        /* Admission Process CSS Start */
        .cns-admission-section {
            background-color: white;
            margin-top: 2rem;
        }

        .cns-admission-title {
            color: #003366;
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 40px;
            text-align: center;
        }

        .cns-admission-nav {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 60px;
            position: relative;
            flex-wrap: wrap;
        }

        .cns-admission-nav::before {
            content: "";
            position: absolute;
            top: 25px;
            left: 10%;
            right: 10%;
            height: 2px;
            border-top: 2px dotted #ECB24F;
            z-index: 1;
        }

        .cns-admission-nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            z-index: 2;
            width: 18%;
            min-width: 120px;
            text-align: center;
            margin-bottom: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .cns-admission-nav-item.active .cns-admission-step-num {
            background-color: #ECB24F;
            transform: scale(1.1);
        }

        .cns-admission-nav-item:hover .cns-admission-step-num {
            transform: scale(1.05);
        }

        .cns-admission-step-num {
            width: 50px;
            height: 50px;
            background-color: white;
            border: 2px solid #ECB24F;
            border-radius: 50%;
            color: #b22222;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 10px;
            font-family: 'Lato', sans-serif;
            transition: all 0.3s ease;
        }

        .cns-admission-content-box .cns-admission-step-num,
        .cns-admission-nav-item.active .cns-admission-step-num {
            background-color: #B22222;
            color: white;
            border: 2px solid #ECB24F;
        }

        .cns-admission-nav-item.active .cns-admission-step-num {
            transform: scale(1.1);
            box-shadow: 0 0 15px rgba(236, 178, 79, 0.4);
        }

        .cns-admission-nav-text {
            color: #003366;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.2;
            font-family: 'Lato', sans-serif;
        }

        .cns-admission-step-row {
            display: none;
            align-items: center;
            margin-bottom: 80px;
        }

        .cns-admission-step-row.active {
            display: flex;
        }

        .cns-admission-step-row.active .cns-admission-image-box {
            animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
        }

        .cns-admission-step-row.active .cns-admission-content-box {
            animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
        }

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-150px);
            }

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

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(150px);
            }

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

        .cns-admission-image-box {
            flex: 0 0 45%;
            position: relative;
            filter: drop-shadow(0 15px 30px rgba(0, 51, 102, 0.1));
        }

        .cns-admission-image-box img {
            width: 100%;
            border-radius: 25px;
            border-bottom: 8px solid #ECB24F;
            margin-left: 110px;
        }

        .cns-admission-content-box {
            flex: 1;
            border: 10px solid #003366;
            border-radius: 40px;
            padding: 50px;
            position: relative;
            background: white;
            min-height: 520px;
            box-shadow: 0 20px 40px rgba(0, 51, 102, 0.15);
            margin-right: 60px;
        }

        .cns-admission-step-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .cns-admission-step-header h3 {
            color: #003366;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0;
            line-height: 1.4;
        }

        .cns-admission-step-header a {
            color: #ECB24F;
            text-decoration: underline;
            margin-left: 5px;
        }

        .cns-admission-content-body {
            color: #003366;
            font-size: 16px;
            line-height: 1.6;
            font-family: 'Merriweather', serif;
        }

        .cns-admission-content-body p {
            margin-bottom: 20px;
            color: #003366;
            font-size: 18px;
            line-height: 1.5;
            font-weight: 800;
        }

        .cns-admission-content-body strong {
            text-decoration: underline;
            font-weight: 600;
        }

        .cns-admission-list {
            list-style: none;
            padding-left: 0;
        }

        .cns-admission-list li {
            position: relative;
            padding-left: 15px;
            margin-bottom: 5px;
        }

        .cns-admission-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #ECB24F;
            font-weight: bold;
        }

        @media (max-width: 991px) {
            .cns-admission-step-row {
                flex-direction: column;
                align-items: center;
            }

            .cns-admission-image-box,
            .cns-admission-content-box {
                flex: 0 0 100%;
                width: 100%;
            }

            .cns-admission-content-box {
                min-height: auto;
            }

            .cns-admission-nav::before {
                display: none;
            }
        }

        /* Admission Process CSS End */

        /* Contact Section CSS Start */
        .cns-contact-section {
            padding: 50px 0;
            background-color: white;
            text-align: center;
        }

        .cns-contact-title {
            color: #003366;
            font-size: 40px;
            font-weight: 500;
            margin-bottom: 40px;
            font-family: 'Lato', sans-serif;
        }

        .cns-contact-box {
            margin: 0 auto;
            text-align: left;
            padding-left: 20px;
        }

        .cns-contact-office {
            color: #003366;
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-family: 'Lato', sans-serif;
        }

        .cns-contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            font-family: 'Merriweather', serif;
            color: #003366;
            font-size: 22px;
            line-height: 1.4;
            font-weight: 700;
        }

        .cns-contact-icon {
            margin-right: 15px;
            margin-top: 5px;
            color: #ECB24F;
            font-size: 24px;
            width: 25px;
            text-align: center;
        }

        .cns-contact-item a {
            color: #003366;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .cns-contact-item a:hover {
            color: #ECB24F;
        }

        .mt-6 {
            margin-top: 5rem;
        }

        @media (max-width:1199px) {
            .history-cards .Card {
                height: 46vh;
            }

            .mt-6 {
                margin-top: 3rem;
            }

            .note-text {
                left: 4%;
                width: 92%;
            }

            .cns-admission-image-box img {
                margin-left: 50px;
            }

            .cns-admission-content-box {
                padding: 20px;
            }

            .cns-admission-step-header h3 {
                width: 80%;
            }

        }

        @media (max-width:992px) {
            .cns-admission-nav {
                align-items: baseline;
            }

            .cns-admission-image-box img {
                margin: auto;
                display: flex;
                margin-bottom: -20px;
                border-left: 8px solid #ECB24F;
                border-bottom: 0;
                width: 70%;
            }

            .cns-admission-step-row.active {
                padding: 0 30px;
            }

            .cns-admission-content-box {
                margin-right: 0;
            }
        }

        @media (max-width: 767px) {
            .cns-contact-title {
                font-size: 28px;
            }

            .cns-contact-office {
                font-size: 20px;
            }

            .cns-contact-item {
                font-size: 16px;
            }

            .cns-contact-box {
                padding: 0 15px;
            }

            .cns-admission-image-box img {
                margin-left: 50px;
            }

            .cns-admission-content-box {
                padding: 20px;
            }

            .mt-6 {
                margin-top: 2rem;
            }

            .admission-session h2 {
                font-size: 4.5vw;
                line-height: 1.6;
            }

            .history-cards .Card {
                height: 60vh;
            }

            .cns-admission-nav-item {
                width: 33%;
                min-width: 33%;
            }

            .cns-admission-step-row.active {
                padding: 0 0px;
            }

            .cns-admission-nav {
                margin-bottom: 20px;
            }

            .cns-admission-step-row {
                margin-bottom: 20px;
            }
            .info-content-box {
        top: 15%;
        left: 5%;
    }


        }


        /* Contact Section CSS End */
