<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    @font-face {
        font-family: Roboto-Black;
        src: url(../fonts/Roboto-Black.ttf);
    }
    
    @font-face {
        font-family: DJ5CTRIAL;
        src: url(../fonts/DJ5CTRIAL.ttf);
    }
    
    @font-face {
        font-family: RobotoCondensed-VariableFont_wght;
        src: url(../fonts/RobotoCondensed-VariableFont_wght.ttf);
    }
    
    @font-face {
        font-family: Roboto-VariableFont_wdth;
        src: url(../fonts/Roboto-VariableFont_wdth\,wght.ttf);
    }
    
    body {
        overflow-x: hidden;
        font-family: RobotoCondensed-VariableFont_wght;
    }
    
    footer {
        background: rgba(40, 40, 40, 1);
        font-family: Roboto-VariableFont_wdth;
    }
.location-icon{
	width:60px !important;
}
    .hero-slide-content h1 {
        font-family: RobotoCondensed-VariableFont_wght;
        font-weight:bold;
        font-size: 60px;
    }
    
    .hero-slide-content p {
        font-family: RobotoCondensed-VariableFont_wght;
        font-size: 24px;
    }
    
    .heading {
        font-family: DJ5CTRIAL;
        font-size: 48px;
        font-weight: 400;
    }
    
    .our-leadership-text {
        overflow: hidden;
        max-height: 193px;
        /* Adjust this height based on the visible portion */
        transition: max-height 0.6s ease, opacity 0.6s ease;
        position: relative;
    }
    
    .our-leadership-text.expanded {
        max-height: 1000px;
        /* High enough to show full content */
        opacity: 1;
    }
    
    
    
    .our-leadership-text.expanded::after {
        opacity: 0;
        pointer-events: none;
    }
    
    .sub-heading {
        font-family: RobotoCondensed-VariableFont_wght;
        font-size: 24px;
        font-weight: 400;
    }
    
    .para {
        font-family: RobotoCondensed-VariableFont_wght;
        font-size: 18px;
    }
    
    .blue {
        color: #0041B0;
        font-family: RobotoCondensed-VariableFont_wght;
        font-size: 28px;
    }
    
    .light-green {
        color: rgba(59, 163, 8, 1);
    }
    
    .mission-subheading {
        color: rgba(0, 65, 176, 1);
        font-weight: 700;
    }
    
    .custom-btn {
        background-color: #3BA308;
        font-family: RobotoCondensed-VariableFont_wght;
        color: #fff;
        padding: 6px 40px;
        font-size: 20px;
        border-radius: 20px;
        font-weight: 500;
        white-space: nowrap;
        border: none;
        text-decoration: none;
    }
    /* Dropdown Menu */
    /* Dropdown Styling */
    
    .custom-dropdown {
        min-width: 250px;
        padding: 0 0;
        border-radius: 12px;
        border: none;
    }
    /* Each dropdown item */
    
    .custom-dropdown .dropdown-item {
        padding: 10px 10px;
        font-weight: 400;
        color: #000;
        transition: all 0.3s ease;
        border-bottom: 1px solid #dadada;
        font-size: 14px;
    }
    /* Icon on left */
    
    .custom-dropdown .icon {}
    
    .menu-icon {
        /* width: 25px;
        height: 25px; */
        transition: filter 0.3s ease;
        padding: 5px;
        background: rgba(124, 124, 124, 0.18);
        border-radius: 50%;
        margin-right: 10px;
        display: flex;
        align-items: center;
        height: 30px;
        width: 30px;
        justify-content: center;
    }
    /* Text label */
    
    .custom-dropdown .menu-label {
        flex-grow: 1;
    }
    /* Hover effect: icon + text turns green */
    
    .custom-dropdown .dropdown-item:hover {
        background-color: rgba(59, 163, 8, 0.08);
        color: #3ba308;
    }
.dropdown-item.active, .custom-dropdown .icon, .dropdown-item:active {
    color: #3ba308 !important;
    text-decoration: none;
    background-color: rgba(59, 163, 8, 0.08) !important;
}
.custom-dropdown .dropdown-item:hover .menu-icon img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(90%) saturate(452%) hue-rotate(57deg) brightness(95%) contrast(90%);
}
    
    .custom-dropdown {
        width: 220px !important;
        min-width: 100px !important;
        /* left: -40px !important; */
        /* Ensure Bootstrap's default doesn't override it */
    }
    /* .custom-dropdown .dropdown-item:hover .icon {
        filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(70deg) brightness(1.2);
    } */
    /* Top Bar */
    
    .top-bar {
        background-color: #0041B0;
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
        font-family: Roboto-VariableFont_wdth;
    }
    
    .top-bar i {
        margin-right: 5px;
    }
    /* Navbar */
    
    .menu-logo {
        max-height: 50px;
    }
    
    .main-navbar {
        background-color: #ffffff;
        padding: 12px 0;
    }
    
    .logo-text {
        font-size: 10px;
        color: #0041B0;
        margin-top: -5px;
    }
    
    .nav-link {
        color: rgba(3, 4, 3, 1);
        font-size: 14px;
        margin: 0 10px;
        font-weight: 400;
    }
    
    .nav-link.active {
        color: #3BA308 !important;
        font-weight: 600;
    }
    /* Smaller toggle button on mobile/tablet */
    
    .navbar-toggler {
        padding: 4px 8px;
        font-size: 0.875rem;
        border: none;
        outline: none;
    }
    /* Optional: Resize the icon itself */
    
    .navbar-toggler-icon {
        width: 27px;
        height: 27px;
        /* border: 2px solid gray;
        border-radius: 3px; */
    }
    /* Custom Rounded Toggle Button */
.sticky-wrapper {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #fff;
}
    .admission-btn {
        background-color: #3BA308;
        color: #fff;
        padding: 6px 20px;
        font-size: 13px;
        border-radius: 20px;
        font-weight: 500;
        white-space: nowrap;
    }
    
    .admission-btn:hover {
        background-color: black;
        color: #fff;
        padding: 6px 20px;
        font-size: 13px;
        border-radius: 20px;
        font-weight: 500;
        white-space: nowrap;
    }
    /* .hero-slider .owl-carousel .item {
        position: relative;
        height: 100vh;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: flex-end;
    } */
    
    .hero-slider .owl-carousel .item {
        position: relative;
        height: 70vh;
        /* your desired height */
        background-size: cover;
        background-position: bottom;
        /* &lt;--- ensures bottom is visible */
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end;
    }
    
    .hero-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    .hero-slide-content {
        position: relative;
        z-index: 2;
        color: white;
        max-width: 600px;
        padding: 2rem;
        margin-left: 11%;
        margin-bottom: 2%;
        padding-bottom: 20px;
    }
    
    .banner-bottom {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        /* top: 108px; */
        z-index: 9;
        bottom: 11%;
    }
    
    .hero-slider .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: white !important;
        color: gray !important;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        border: none;
    }
    
    .hero-slider .owl-nav .owl-prev {
        left: 20px;
        border-radius: 50%;
    }
    
    .hero-slider .owl-nav .owl-next {
        right: 20px;
        border-radius: 50%;
    }
    
    .hero-slider .owl-theme .owl-nav {
        margin-top: 0px !important;
    }
    
    .hero-slider .owl-nav .owl-prev,
    .hero-slider .owl-nav .owl-next {
        opacity: 0.4;
        /* Less visible by default */
        transition: opacity 0.3s ease;
    }
    
    .hero-slider .owl-nav .owl-prev:hover,
    .hero-slider .owl-nav .owl-next:hover {
        opacity: 1;
        /* Fully visible on hover */
    }
    
    .hero-slider {
        position: relative;
    }
    
    .hero-slider::after {
        content: "";
        display: block;
        height: 29px;
        width: 100%;
        background-image: url('../media/wave.svg');
        background-repeat: repeat-x;
        background-position: center;
        background-size: auto;
        position: absolute;
        z-index: 9;
        bottom: -2px;
    }
    
    .banner-img-section::after {
        content: "";
        display: block;
        height: 29px;
        width: 100%;
        background-image: url('../media/white-wave.png');
        background-repeat: repeat-x;
        background-position: center;
        background-size: auto;
        position: absolute;
        z-index: 9;
        bottom: -9px;
    }
    
    .banner-img-gray-section::after {
        content: "";
        display: block;
        height: 29px;
        width: 100%;
        background-image: url('../media/white-wave.png');
        background-repeat: repeat-x;
        background-position: center;
        background-size: auto;
        position: absolute;
        z-index: 9;
        bottom: -9px;
    }
    
    .green-wave-section::after {
        content: "";
        display: block;
        height: 29px;
        width: 100%;
        background-image: url('../media/green-wave.png');
        background-repeat: repeat-x;
        background-position: center;
        background-size: auto;
        position: absolute;
        z-index: 9;
        bottom: -9px;
    }
    /* .important-note-section::after {
            content: "";
            display: block;
            height: 29px;
            width: 100%;
            background-image: url('../media/green-wave.png');
            background-repeat: repeat;
            background-position: center;
            background-size: auto;
            position: absolute;
            z-index: 9;
            bottom: -2px;
        } */
    
    .hero-slider-white .owl-carousel .item {
        position: relative;
        height: 70vh;
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end;
    }
    
    .hero-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    .hero-slide-content {
        position: relative;
        z-index: 2;
        color: white;
        max-width: 600px;
        padding: 2rem;
        margin-left: 11%;
        margin-bottom: 2%;
        padding-bottom: 20px;
    }
    
    .banner-bottom {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        z-index: 9;
        bottom: 11%;
    }
    
    .hero-slider-white .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: white !important;
        color: gray !important;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        border: none;
    }
    
    .hero-slider-white .owl-nav .owl-prev {
        left: 20px;
        border-radius: 50%;
    }
    
    .hero-slider-white .owl-nav .owl-next {
        right: 20px;
        border-radius: 50%;
    }
    
    .hero-slider-white .owl-theme .owl-nav {
        margin-top: 0px !important;
    }
    
    .hero-slider-white .owl-nav .owl-prev,
    .hero-slider-white .owl-nav .owl-next {
        opacity: 0.4;
        transition: opacity 0.3s ease;
    }
    
    .hero-slider-white .owl-nav .owl-prev:hover,
    .hero-slider-white .owl-nav .owl-next:hover {
        opacity: 1;
    }
    
    .hero-slider-white {
        position: relative;
    }
    
    .banner-img-section {
        position: relative;
        background: url('../media/about-banner.png') no-repeat center center;
        background-size: cover;
        height: 70vh;
        display: flex;
        align-items: center;
        color: #fff;
        /* your desired height */
        background-size: cover;
        background-position: bottom;
        /* &lt;--- ensures bottom is visible */
        background-repeat: no-repeat;
        align-items: flex-end;
    }
    
    .banner-img-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        /* slight dark overlay for better text visibility */
    }
    
    .banner-img-content {
        position: relative;
        z-index: 2;
/*         max-width: 600px; */
        padding: 2rem;
        /* margin-left: 11%; */
        margin-top: 8%;
        margin-bottom: 5%;
    }
    
    .banner-img-title {
        margin-bottom: 1rem;
        font-size: 60px;
        font-family: DJ5CTRIAL;
    }
    
    .banner-img-text {
        font-family: RobotoCondensed-VariableFont_wght;
        font-size: 24px;
    }
    
    .green-wave-section {
        position: relative;
        background-size: cover;
        height: 70vh;
        display: flex;
        align-items: center;
        color: #fff;
        /* your desired height */
        background-size: cover;
        background-position: bottom;
        /* &lt;--- ensures bottom is visible */
        background-repeat: no-repeat;
        align-items: flex-end;
    }
    
    .green-wave-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        /* slight dark overlay for better text visibility */
    }
    
    .green-wave-content {
        position: relative;
        z-index: 2;
        max-width: 600px;
        padding: 2rem;
        /* margin-left: 11%; */
        margin-top: 8%;
        margin-bottom: 5%;
    }
    
    .gray-wave-section {
        position: relative;
        background-size: cover;
        height: 70vh;
        display: flex;
        align-items: center;
        color: #fff;
        /* your desired height */
        background-size: cover;
        background-position: bottom;
        /* &lt;--- ensures bottom is visible */
        background-repeat: no-repeat;
        align-items: flex-end;
    }
    
    .gray-wave-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        /* slight dark overlay for better text visibility */
    }
    
    .gray-wave-content {
        position: relative;
        z-index: 2;
        max-width: 600px;
        padding: 2rem;
        /* margin-left: 11%; */
        margin-top: 8%;
        margin-bottom: 5%;
    }
    
    @media (max-width: 768px) {}
    
    @media (max-width: 576px) {}
    
    .mission::before {
        content: "";
        display: block;
        height: 29px;
        width: 100%;
        /* background-image: url('../media/white-wave.png'); */
        background-repeat: repeat;
        background-position: center;
        background-size: auto;
        position: absolute;
        z-index: 9;
        bottom: 75px;
    }
    /*CBSE Curriculum School */
    
    .CBSE-Curriculum-School {
        background: linear-gradient(to bottom, rgba(218, 233, 255, 1), rgba(218, 233, 255, 0));
        font-family: 'Segoe UI', sans-serif;
        margin: 0;
        padding-bottom: 40px;
    }
    
    .section-title {
        text-align: center;
    }
    
    .info-card {
        padding: 30px 15px;
        text-align: center;
        border-radius: 0;
        height: 100%;
        border: 1px solid white;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
        background-color: rgba(227, 228, 229, 1);
    }
    
    .info-card:hover {
        background-color: white !important;
    }
    
    .highlight-card {
        background-color: rgba(242, 242, 242, 1) !important;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.06);
        /* Box Shadow CSS */
        -webkit-box-shadow: inset 0px 0px 55px 0px rgba(1, 51, 154, 0.5);
        -moz-box-shadow: inset 0px 0px 55px 0px rgba(1, 51, 154, 0.5);
        box-shadow: inset 0px 0px 55px 0px rgba(1, 51, 154, 0.5);
        /* Box Settings */
        /* background-color: #ffffff; */
    }
    
    .highlight-card:hover {
        background-color: white !important;
    }
    
    .info-card img {
        width: 80px;
        height: 80px;
        margin-bottom: 12px;
    }
    
    .info-card i {
        font-size: 38px;
        color: #004aad;
        margin-bottom: 12px;
    }
    
    .info-card .value {
        font-weight: bold;
        font-size: 38px;
        color: #2a9b24;
    }
    
    .info-card .description {
        margin-top: 5px;
        color: rgba(3, 4, 3, 1);
    }
    
    .custom-row {
        margin-left: -0.5px;
        margin-right: -0.5px;
    }
    
    .custom-col {
        padding-left: 0.5px !important;
        padding-right: 0.5px !important;
        margin-bottom: 1px;
    }
    
    @media (max-width: 767.98px) {
        .info-card {
            padding: 25px 10px;
        }
    }
    
    .wave-top {
        position: relative;
        width: 100%;
        height: 100px;
        margin-bottom: -2px;
    }
    
    .wave-top svg {
        display: block;
        width: 100%;
        height: 100%;
    }
    /*/  Ekatva Public School  */
    
    .school-title {
        /* font-family: 'Brush Script MT', cursive;
    font-size: 2.5rem;
    font-weight: bold; */
    }
    
    .school-description {
        /* font-size: 1rem; */
        line-height: 1.6;
		text-align:justify;
    }
    
    .green-links {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .green-links a {
        font-weight: bold;
        color: #000;
        position: relative;
        margin: 0;
        text-decoration: none;
        font-size: 24px;
        font-family: RobotoCondensed-VariableFont_wght;
    }
    
/*     .green-links a:first-child::after {
        content: '';
        display: block;
        height: 3px;
        width: 63px;
        background-color: rgba(59, 163, 8, 0.48);
        margin-top: -10px;
    }
    
    .green-links a:nth-child(2)::after {
        content: '';
        display: block;
        height: 3px;
        width: 52px;
        background-color: rgba(59, 163, 8, 0.48);
        margin-top: -10px;
        margin-left: 4px;
    }
    
    .green-links a:last-child::after {
        content: '';
        display: block;
        height: 3px;
        width: 64px;
        background-color: rgba(59, 163, 8, 0.48);
        margin-top: -10px;
        margin-left: 0px;
    } */
    
    .green-links a:hover::after {
        background-color: rgba(59, 163, 8, 1);
    }
    
    .green-links a:hover::before {
        color: rgba(59, 163, 8, 1);
    }
    
    .green-links a:hover .green-dot {
        color: rgba(59, 163, 8, 1);
    }
    
    .video-section {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }
    
    .video-section img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    
    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(40, 167, 69, 0.8);
        color: white;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        cursor: pointer;
        animation: pulse 2s infinite;
    }
    
    @keyframes pulse {
        0% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }
        100% {
            transform: translate(-50%, -50%) scale(1.1);
            opacity: 0.7;
        }
    }
    
    @media (max-width: 768px) {
        .school-title {
            font-size: 2rem;
        }
        .green-links a {
            display: block;
            margin: 0.5rem auto;
        }
    }
    /*/  Ekatva Public School */
    /* where learing */
    /* Title bar */
    
    .title-bar {
        position: relative;
        z-index: 2;
        background-color: #000;
        color: #fff;
        font-size: 2rem;
        font-weight: 500;
        padding: 0.5rem 2rem;
        border-radius: 30px;
        width: fit-content;
        margin: 0 auto -2.5rem auto;
        /* center and overlap */
    }
    /* Image box styles */
    
    .gallery-box {
        position: relative;
        overflow: hidden;
        height: 300px;
        /* fixed height for uniform grid */
    }
    
    .gallery-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .caption-strip {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 35%;
        display: flex;
        align-items: flex-end;
        padding: 1.5rem 1rem;
        color: #fff;
        font-weight: 700;
        text-shadow: 1px 1px 2px #000;
        font-family: RobotoCondensed-VariableFont_wght;
        font-size: 24px;
        justify-content: center;
    }
    
    .strip-black {
        background: linear-gradient( to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
    }
    
    .strip-green {
        background: linear-gradient(to top, rgba(0, 128, 0, 0.95) 0%, rgba(0, 128, 0, 0.8) 30%, rgba(0, 128, 0, 0.6) 60%, rgba(0, 128, 0, 0.3) 85%, transparent 100%);
    }
    
    .gallery-box {
        overflow: hidden;
    }
    
    .gallery-box img {
        transition: transform 0.6s ease, filter 0.6s ease;
    }
    
    .gallery-box:hover img {
        transform: scale(1.08);
        filter: brightness(1.1);
    }
    /* View All styles */
    
    .view-all-wrapper {
        text-align: right;
        padding: 0.5rem 0.5rem 0 0;
    }
    
    .view-all-wrapper a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
    }
    /* .view-all-wrapper a::after {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: rgba(59, 163, 8, 1);
            border-radius: 50%;
            margin-left: 6px;
            vertical-align: middle;
        } */
    
    .green-line {
        height: 4px;
        background-color: rgba(59, 163, 8, 1);
        width: 42px;
        margin: 2px 0 1rem auto;
        position: relative;
        top: -9px;
        margin-right: 19px;
    }
    /* /where learing */
    /* principal-section */
    
    .principal-section {
        padding: 40px 0;
    }
    
    .principal-img-box {
        border-radius: 12px;
        box-shadow: 20px 20px #e5f2e5;
        /* Stronger offset and blur */
        display: inline-block;
    }
    
    .principal-img {
        border-radius: 8px;
        width: 100%;
        height: auto;
    }
    
    .principal-heading {}
    
    .principal-name {
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .principal-text {
        margin-bottom: 5px;
    }
    
    .read-more {
        color: black;
        font-weight: 600;
        display: inline-block;
        position: relative;
        text-decoration: none;
        margin-top: 10px;
    }
    
    .read-more::after {
        content: '';
        display: block;
        width: 56%;
        height: 3px;
        background-color: rgba(59, 163, 8, 1);
        position: absolute;
        bottom: 6px;
        left: 15;
    }
    /* Green Dot inside span */
    
    .green-dot {
        color: rgba(59, 163, 8, 0.48);
        font-size: 20px;
        position: relative;
        top: 5px;
        left: -2px;
        transition: color 0.3s ease;
    }
    
    .view-all-wrapper a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        position: relative;
        /* Needed for absolute positioning of the line */
        display: inline-block;
    }
    
    .view-all-wrapper a::before {
        content: "";
        position: absolute;
        bottom: 6px;
        left: 2px;
        width: 38px;
        height: 3px;
        background-color: rgba(59, 163, 8, 0.48);
        border-radius: 2px;
    }
    
    .view-all-wrapper a:hover::before {
        background-color: rgba(59, 163, 8, 1);
    }
    
    .view-all-wrapper a:hover .green-dot {
        color: rgba(59, 163, 8, 1);
    }
    /* 1. Hover effect: box shadow lifts upward */
    
    .principal-img-box:hover {
        box-shadow: -20px -20px #e5f2e5;
        /* negative X and Y for top left */
        transition: box-shadow 0.3s ease;
    }
    /* 3. Hover effect: green line and dot become solid green */
    /* .read-more:hover::after {
            background-color: rgba(59, 163, 8, 1);
        }
        
        .read-more:hover::before {
            color: rgba(59, 163, 8, 1);
        } */
    
    .read-more {
        position: relative;
        /* needed for ::after absolute positioning */
        /* green text color (optional) */
        text-decoration: none;
        /* optional */
        font-weight: 600;
        /* optional for emphasis */
    }
    /* Green line under "Read More" */
    
    .read-more::after {
        content: '';
        display: block;
        width: 50px;
        /* width in px as you requested */
        height: 3px;
        background-color: rgba(59, 163, 8, 0.48);
        position: absolute;
        bottom: 6px;
        /* adjust to move line below text */
        left: 0;
        /* start from left edge */
    }
    /* Green dot after "Read More" text */
    
    .green-dot-readmore {
        color: rgba(59, 163, 8, 0.48);
        font-size: 20px;
        position: relative;
        top: 5px;
        left: 3px;
        transition: color 0.3s ease;
    }
    
    .read-more:hover::after {
        background-color: rgba(59, 163, 8, 1);
    }
    
    .read-more:hover .green-dot-readmore {
        color: rgba(59, 163, 8, 1);
    }
    /* /principal-section */
    /* Our-Curriculum */
    
    .Our-Curriculum-heading {}
    
    .Our-Curriculum-subheading {
        font-size: 24px;
    }
    
    .Our-Curriculum-title {
        color: rgba(0, 65, 176, 1) !important;
        font-family: RobotoCondensed-VariableFont_wght;
        text-align: center;
    }
    
    .Our-Curriculum-description {
        color: #333;
        text-align: center;
        height: 70px;
    }
    
    .Our-Curriculum-slide {
        position: relative;
    }
    
    .Our-Curriculum-overlay-text {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 24px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
        color: white;
        font-weight: 600;
        font-size: 22px;
        text-align: center;
    }
    
/*     .Our-Curriculum-controls .Our-Curriculum-nav {
        background-color: rgba(59, 163, 8, 1);
        color: #fff;
        border: none;
        padding: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    } */
.Our-Curriculum-controls .Our-Curriculum-nav {
    background-color: rgba(59, 163, 8, 1);
    color: #fff;
    border: none;
     padding: 10px; 
    cursor: pointer;
    transition: background-color 0.3s ease;

}
    
    .Our-Curriculum-controls .Our-Curriculum-nav:hover {
        background-color: #90ee90;
    }
    
    .Our-Curriculum-right-pagination,
    .Our-Curriculum-left-pagination {
        font-weight: 500;
        background: rgba(59, 163, 8, 1);
        color: white !important;
        padding: 10px;
    }
    
    .Our-Curriculum-row {
        position: relative;
        z-index: 1;
    }
    /* Top-left decorative image */
    
    .Our-Curriculum-slider-left::before {
        content: "";
        position: absolute;
        top: -195px;
        left: -140px;
        /* background: url(/assets/media/left-corner-img.png) no-repeat; */
        background: url(../media/left-corner-img.png) no-repeat;
        background-size: contain;
        width: 200px;
        height: 200px;
        z-index: 2;
    }
    /* Top-right decorative image */
    
    .Our-Curriculum-slider-right::after {
        content: "";
        position: absolute;
        top: -56px;
        right: -100px;
        /* bottom: 0; */
        /* background: url(/assets/media/right-corner-img.png) no-repeat; */
        background: url(../media/right-corner-img.png) no-repeat;
        background-size: contain;
        width: 200px;
        height: 200px;
        z-index: 2;
    }
    
    @media (max-width: 767px) {
        .Our-Curriculum-heading {
            font-size: 1.8rem;
        }
        .Our-Curriculum-subheading {
            font-size: 1rem;
        }
        .Our-Curriculum-overlay-text {
            font-size: 1rem;
            padding: 10px;
        }
    }
    /* /Our-Curriculum */
    /*Ekatvaâ€™s-Achievers */
    
    .ekatvas-achievers-section {
        padding: 40px 0;
        /* background: linear-gradient(to bottom, #e7f0fd 90%, #ffffff 100%); */
        background: linear-gradient(360deg, rgba(218, 233, 255, 0) 0%, #DAE9FF 13.45%);
    }
    
    .ekatvas-achievers-heading {
        text-align: center;
    }
    
    .ekatvas-achievers-subheading {
        color: rgba(48, 48, 48, 1);
        text-align: center;
        margin-bottom: 30px;
        font-weight: 500;
        font-size: 24px;
        max-width: 700px;
    }
    
    .ekatvas-achievers-slider .item {
        text-align: center;
        padding: 8px;
    }
    
    .achiver-item {
        text-align: center;
        padding: 8px;
    }
    
    .ekatvas-achievers-slider img {
        height: 410px;
		 width: 100%;
        border-radius: 10px;
        object-fit: cover;
        border: 2px solid #0041B0;
    }
    
    .ekatvas-achievers-caption {
        font-size: 1rem;
        font-weight: 500;
        padding: 10px;
        height: 120px;
    }
    
    .ekatvas-achievers-button {
        display: block;
        margin: 30px auto 0;
        background-color: #28a745;
        color: #fff;
        padding: 12px 30px;
        border: none;
        border-radius: 5px;
        font-size: 1rem;
        text-transform: uppercase;
    }
    
    @media (max-width: 576px) {
        .ekatvas-achievers-heading {
            font-size: 1.5rem;
        }
        .ekatvas-achievers-subheading {
            font-size: 1rem;
        }
    }
    /* /Ekatvaâ€™s-Achievers */
    /* Explore Our Moments */
    
    .explore-our-moments-section {
        text-align: center;
        padding: 40px 20px;
        font-family: 'Segoe UI', sans-serif;
    }
    
    .explore-our-moments-subtitle {
        color: rgba(48, 48, 48, 1);
        font-weight: 500;
        margin: 0px auto 40px;
        font-size: 24px;
        max-width: 700px;
        margin-bottom: 60px;
        line-height: 1.2;
    }
    
    .explore-our-moments-image {
        position: relative;
        overflow: hidden;
        border-radius: 6px;
    }
    
    .explore-our-moments-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: transform 0.6s ease, filter 0.6s ease;
    }
    /* .explore-our-moments-image:hover img {
            transform: scale(1.08);
            filter: brightness(1.1);
        } */
    
    .explore-our-moments-image:hover img {
        filter: brightness(1.1);
        /* soft, elegant shadow */
    }
    
/*     .explore-our-moments-caption {
        position: relative;
        bottom: 55px; */
        /* left: 10px; */
        /* right: 10px; */
/*         background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 9px 10px;
        font-size: 1.2rem;
        border-radius: 5px;
        margin-inline: 8px;
    } */
.explore-our-moments-caption {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    background-color: rgb(255 255 255 / 82%);
    color: black;
    padding: 30px;
    font-size: 1.2rem;
   
}
    
    .explore-our-moments-button {
        background-color: #2ca02c;
        color: #fff;
        border: none;
        padding: 10px 25px;
        font-weight: 600;
        border-radius: 25px;
        margin-top: 30px;
        transition: background-color 0.3s;
    }
    
    .explore-our-moments-button:hover {
        background-color: #238823;
    }
    /* Lightbox customizations */
    
    .lb-nav a.lb-prev span,
    .lb-nav a.lb-next span {
        border-color: black !important;
    }
    
    .lb-data .lb-close {
        display: none !important;
        /* hide default close */
    }
    
    .explore-our-moments-close {
        position: fixed;
        top: 25px;
        right: 25px;
        font-size: 30px;
        color: white;
        background-color: black;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        z-index: 9999;
        cursor: pointer;
        display: none;
    }
    /* .popup-slide-image {
    height: 300px;
    width: 300px !important;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
} */
    
    .popup-slide-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        /* Styling */
        border: 6px solid #fff;
        /* white border */
        border-radius: 10px;
        /* optional rounded corners */
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
        /* elegant shadow */
    }
    
    .explore-our-moments-icon {
        /* Remove any filter */
        filter: none !important;
    }
    
/*     .custom-gutter {
        --bs-gutter-x: 10px;
        --bs-gutter-y: -30px;
    } */
    
    .explore-our-moments-image,
    .explore-our-moments-image .btn,
    .explore-our-moments-image img {
        margin: 0;
        padding: 0;
    }
    /* Prev arrow (white) */
    
    .carousel-control-prev-icon.explore-our-moments-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M5.25 0L6 0.75 2.75 4 6 7.25 5.25 8 1.25 4z'/%3E%3C/svg%3E") !important;
    }
    /* Next arrow (white) */
    
    .carousel-control-next-icon.explore-our-moments-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M2.75 0L2 0.75 5.25 4 2 7.25 2.75 8 6.75 4z'/%3E%3C/svg%3E") !important;
    }
    /* /Explore Our Moments */
    /* meet-our-leadership */
    
    .meet-our-leadership-section {
        background-color: #f7faff;
        padding: 60px 0;
        text-align: center;
        padding-bottom: 0;
    }
    
    .meet-our-leadership-heading {
        margin-bottom: 10px;
    }
    
    .meet-our-leadership-subheading {
        max-width: 700px;
        margin: 0 auto 50px;
        color: rgba(48, 48, 48, 1);
        font-size: 24px;
        font-weight: 500;
    }
    
    .meet-our-leadership-card {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .meet-our-leadership-image {
        object-fit: cover;
        border-radius: 50%;
        border: 3px solid #e0e6ed;
        margin-bottom: 15px;
    }
    
    .meet-our-leadership-name {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 4px;
        font-family: RobotoCondensed-VariableFont_wght;
    }
    
    .meet-our-leadership-title {
        font-size: 14px;
        color: #666;
        font-family: RobotoCondensed-VariableFont_wght;
    }
    
    .meet-our-leadership-card {
        display: block;
        text-decoration: none;
        color: inherit;
        transition: transform 0.3s ease;
    }
    
    .meet-our-leadership-card:hover {
        transform: translateY(-5px);
    }
    /* /meet-our-leadership */
    /* testimonials-section */
.item.review-item {
    height: 250px;
}
    .testimonials-section {
        padding: 20px;
    }
    
    .testimonials-heading {
        margin-bottom: 15px;
    }
    
    .testimonials-slider .item {
        position: relative;
    }
    
    .testimonials-slider img {
        width: 100%;
       /* height: auto;*/
        border-radius: 5px;
    }
    
    .testimonials-contact {
        position: absolute;
        bottom: 0px;
        left: 10px;
        color: white;
        font-weight: bold;
        font-size: 16px;
        z-index: 2;
    }
    
    .owl-theme .owl-dots {
        position: absolute;
        bottom: -5px;
        right: 10px;
        text-align: right;
    }
    
    .testimonials-box {
        border: 1px solid #0041B0;
        padding: 15px;
        height: 100%;
        background-color: #fff;
    }
    
    .testimonials-text {
        margin-bottom: 10px;
    }
    
    .testimonials-name {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 2px;
        font-family: RobotoCondensed-VariableFont_wght;
    }
    
    .testimonials-position {
        font-size: 12px;
        color: #555;
        font-family: RobotoCondensed-VariableFont_wght;
    }
    
    .testimonials-viewall {
        text-align: right;
        margin-top: 15px;
    }
    
    .testimonials-viewall a {
        font-size: 14px;
        color: black;
        font-weight: bold;
        text-decoration: none;
        position: relative;
        display: inline-block;
    }
    
    .testimonials-viewall a::after {
        content: "";
        display: block;
        height: 3px;
        background-color: rgba(59, 163, 8, 1);
        margin-top: -9px;
        width: 42px;
    }
  
    
    .testimonials-slider-image {
        height: 250px;
    }
    
    .testimonials-slider.owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: black;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 0 !important;
    }
    
    .reviews-slider.owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: black;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 0 !important;
    }
    
    .testimonials-slider.owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: rgba(223, 170, 26, 1);
    }
    
    .reviews-slider.owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: rgba(223, 170, 26, 1);
    }
    /* /testimonials-section */




    /* map section */
    
    .map-section {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    
    .map-section iframe {
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    
    .map-contact-card {
        position: absolute;
        top: 60%;
        left: 5%;
        transform: translateY(-50%);
        background-color: #fff;
        padding: 25px 30px;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        max-width: 350px;
        width: 100%;
        z-index: 2;
    }
    
    .map-icon-box {
        background-color: rgba(59, 163, 8, 1);
        color: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
    
    .map-info-item {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .map-info-text {
        margin-left: 15px;
        font-family: RobotoCondensed-VariableFont_wght;
        font-size: 18px;
        color: rgba(3, 4, 3, 1);
    }
    
    @media (max-width: 768px) {
        .map-contact-card {
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 60%;
        }
    }
    /* /map section */
    
    .text-green {
        color: rgba(59, 163, 8, 1);
        font-family: RobotoCondensed-VariableFont_wght;
        font-size: 20px;
    }
    
    .list-unstyled {
        padding-left: 0;
        list-style: none;
        color: rgba(255, 255, 255, 1);
        line-height: 30px;
        font-family: RobotoCondensed-VariableFont_wght;
    }
    /* about you page css start */
    
    .para-mission {
        max-width: 800px;
        text-align: center;
    }
    /* &lt;!-- core values --&gt; */
    
    .our-core-values-section {
        background: linear-gradient(360deg, rgba(218, 233, 255, 0.543269) 0%, rgba(218, 233, 255, 0) 50.48%, #DAE9FF 100%);
        padding: 40px 20px;
    }
    
    .our-core-values-image img {
        width: 100%;
        height: auto;
        border: 2px solid #0000ff33;
        /* optional border like in image */
    }
    
    .our-core-values-content h2 {
        margin-bottom: 20px;
		margin-top:20px;
    }
    
    .our-core-values-content p {
        /* line-height: 1.8; */
        color: #333;
    }
    
    @media (max-width: 767.98px) {
        .our-core-values-content h2 {
            text-align: center;
        }
        .our-core-values-content {
            margin-top: 20px;
        }
    }
    /* &lt;!-- /core values --&gt; */
    /* our-leadership-section */
    
    .our-leadership-section {
        padding: 50px 15px;
    }
    
    .our-leadership-title {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .our-leadership-card {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 50px;
        align-items: start;
    }
    
    .our-leadership-img {
        /* max-width: 180px; */
        box-shadow: 20px 20px #e5f2e5;
        border-radius: 5px;
        margin-right: 20px;
    }
    
    .our-leadership-img:hover {
        box-shadow: -20px -20px #e5f2e5;
        transition: box-shadow 0.3s ease;
    }
    
    .our-leadership-content h5 {
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 30px;
		text-align: left;
    }
    
    .our-leadership-content span {
        font-weight: 400;
    }
    
    .our-leadership-icons {
        font-size: 1rem;
        margin-left: 10px;
        color: rgba(1, 51, 154, 1);
    }
    
    .our-leadership-text {
        color: #333;
        margin-top: 10px;
        /* max-width: 750px; */
    }
    
    .our-leadership-readmore {
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
        position: relative;
        display: inline-block;
        padding-left: 10px;
    }
    /* .::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background-color: rgba(59, 163, 8, 0.48);
    border-top: 2px dotted rgba(59, 163, 8, 0.8);
} */
    
    .our-leadership-readmore::after {
        content: '';
        display: block;
        width: 56%;
        height: 3px;
        background-color: rgba(59, 163, 8, 1);
        position: absolute;
        bottom: 4px;
    }
    
    .social-icons {
        position: absolute;
        transform: translateY(-15%);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 2;
        bottom: 0;
        right: 35px;
    }
    
    .social-icons a {
        color: rgba(1, 51, 154, 1);
        background-color: rgba(243, 243, 243, 1);
        border-radius: 50%;
        padding: 8px;
        font-size: 1rem;
        transition: background-color 0.3s;
        height: 30px;
        width: 30px;
        align-items: center;
        justify-content: center;
        display: flex;
        text-align: center;
    }
    /* .our-leadership-img {
        border-radius: 10px;
        padding: 10px;
        background-color: #eaf6ea;
    } */
    
    .right-social-icons {
        position: absolute;
        right: 10px;
        transform: translateY(-15%);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 2;
        bottom: 0;
        right: 35px;
    }
    
    .right-social-icons a {
        color: rgba(1, 51, 154, 1);
        background-color: rgba(243, 243, 243, 1);
        border-radius: 50%;
        padding: 8px;
        font-size: 1rem;
        transition: background-color 0.3s;
    }
    
    @media (max-width: 767px) {
        .our-leadership-card {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        .our-leadership-img {
            margin-right: 0;
            margin-bottom: 15px;
        }
        .our-leadership-content {
            align-items: center;
            margin-top: 20px;
        }
        .our-leadership-readmore {
            margin: 0 auto;
        }
    }
    /* /our-leadership-section */
    /* about you page css end */
    /* Mandatory Disclosure css start */
    /* important-note-section */
    
    .important-note-section {
        background: linear-gradient(180deg, #EAEAEA 0%, #FFFFFF 50.48%, #EAEAEA 100%);
    }
    
    .important-note-heading {
        color: #000;
    }
    
    .important-note-list {
        list-style: none;
    }
    
    .important-note-item {
        font-size: 16px;
        color: #333;
        line-height: 1.6;
    }
    
    .important-note-icon {
        width: 16px;
        height: 16px;
    }
    /* /important-note-section */
    /* downloadable-files-section */
    
    .downloadable-files-section {
        background: #fff;
    }
    
    .downloadable-files-heading {
        color: #000;
    }
    
    .downloadable-files-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f2f2f2;
        color: #000;
        /* font-size: 16px; */
        padding: 10px 15px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        margin-bottom: 15px;
    }
    
    .downloadable-files-item:hover {
        background-color: #c7f5b1;
        color: #000;
    }
    
    .downloadable-files-item.active {
        background-color: #c7f5b1;
        font-weight: 600;
    }
    
    .downloadable-files-icon {
        font-size: 18px;
    }
    
    .downloadable-files-item:hover .downloadable-files-icon {
        color: #3ba308;
        /* You can adjust this green shade if needed */
    }
    
    .downloadable-files-item:hover.downloadable-files-item {
        color: rgba(59, 163, 8, 1);
    }
    /* /downloadable-files-section */
    /* Admissions */
    
    .Admissions-section {
        background: linear-gradient(180deg, #E5F8DB 0%, #FFFFFF 50.48%, #E5F8DB 100%);
    }
    /* /Admissions */
    /* admissions requriment */
    
    .admission-requirements-heading {
        color: #000;
    }
    
    .admission-requirements-list {
        list-style: none;
        padding: 0;
    }
    
    .admission-requirements-item {
        font-size: 16px;
        color: #333;
        line-height: 1.6;
    }
    
    .admission-requirements-icon {
        width: 16px;
        height: 16px;
    }
    /* /admissions requriment */
    /*Age Criteria  */
    
    .age-criteria-section {
        background: linear-gradient(180deg, #EAEAEA 0%, #FFFFFF 50.48%, #EAEAEA 100%);
    }
    /* /Age Criteria */
    /* Admission Procedure */
    
    .admission-procedure {
        background: linear-gradient(180deg, #E5F8DB 0%, #FFFFFF 50.48%, #E5F8DB 100%);
    }
    /* /Admission Procedure */
    /* Mandatory Disclosure css end */
    /* partner with us css start*/
    
    .partner-with-us-section {
        background-color: #fff;
    }
    
    .partner-with-us-title {
        /* font-family: 'Dancing Script', cursive;
    font-size: 32px;
    font-weight: bold; */
    }
    
    .partner-with-us-description {
        color: #333;
    }
    
    .partner-with-us-card {
        background-color: #fff;
        transition: transform 0.3s ease;
        padding: 30px !important;
        border: 1px solid #e4e4e4;
    }
    
    .partner-with-us-logo img {
        width: 50px;
        height: 50px;
    }
    
    .partner-with-us-name {
        color: #000;
    }
    
    .text-gray {
        color: rgba(120, 120, 120, 1);
    }
    /* /partner with us css end*/
    /* Careers page css start */
    
    .job-card {
        background-color: #fff;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
        height: 100%;
    }
    
    .posted-line {
        font-size: 14px;
        padding: 5px;
        padding-left: 20px;
    }
    
    .posted-label {
        color: #c4c4c4;
        font-size: 16px;
    }
    
    .posted-date {
        background-color: rgba(200, 255, 172, 1);
        color: rgba(59, 163, 8, 1);
        font-weight: 500;
        font-size: 13px;
        padding: 3px 10px;
        border-radius: 20px;
        margin-left: 5px;
    }
    
    .divider {
        border: none;
        border-top: 1px solid #e5e5e5;
        margin-top: 8px;
        margin-bottom: 12px;
    }
    
    .job-title {
        color: #111;
        margin-bottom: 8px;
    }
    
    .job-description {
        font-size: 14px;
        color: #757575;
        margin-bottom: 16px;
    }
    
    .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: start;
    }
    
    .badge-tag {
        background-color: #eaeaea;
        color: #555;
        font-size: 13px;
        padding: 5px 12px;
        border-radius: 15px;
    }
    
    .apply-btn {
        background-color: rgba(1, 51, 154, 1);
        color: #fff;
        font-weight: bold;
        padding: 10px;
        padding-inline: 30px;
        border: none;
        border-radius: 30px;
        transition: background-color 0.3s ease;
        min-width: 200px;
    }
    
    .apply-btn:hover {
        background-color: #002f8c;
    }
    
    .job-box {
        padding: 20px;
        padding-top: 0;
    }
    
    .modal-content {
        border-radius: 0;
      
    }
    
    .job-form .form-control {
        border-radius: 0;
        border: 1px solid #aaa;
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .job-form textarea.form-control {
        resize: none;
    }
    
    .modal-title {
        font-size: 24px;
        text-transform: uppercase;
        color: #222;
    }
    
    .job-form {
        padding-inline: 20px;
    }
    /* / Careers page css end */
    /* Admission css start */
    
    .section-admissions {
        padding: 60px 0;
        background: linear-gradient(180deg, #E5F8DB 0%, #FFFFFF 50.48%, #E5F8DB 100%);
    }
    
    .admission-heading {
        font-weight: bold;
        margin-bottom: 30px;
    }
    
    .admission-list {
        padding-left: 0;
        list-style: none;
    }
    
    .admission-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    
    .admission-list li img {
        width: 16px;
        height: 16px;
        margin-top: 4px;
        margin-right: 10px;
    }
    
    .custom-file-upload {
        position: relative;
    }
    
    .custom-file-upload input[type="file"] {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
        z-index: 2;
    }
    
    .custom-file-label {
        display: flex;
        align-items: center;
        justify-content: space-between;      
        background-color: #fff;
        color: #6c757d;
        cursor: pointer;
        z-index: 1;
       border-radius: 0;
		border: 1px solid #aaa;
		padding: 12px 14px;
		font-size: 14px;
    }
    
    .custom-file-label i {
        margin-left: 0.5rem;
    }
    
    .admission-text {
        color: #333;
    }
    
    .admission-box {
        /* background: url('../media/Admission-img.png') no-repeat center center; */
        background-size: cover;
        /* padding: 30px; */
        position: relative;
    }
    
    .admission-box img {
        max-width: 100%;
        height: auto;
    }
    
    .admission-admission-btn {
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        background: #000;
        color: #fff;
        padding: 10px 20px;
        border: none;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        width: 76%;
    }
    
    @media (max-width: 767.98px) {
        .admission-heading {
            text-align: center;
        }
        .admission-box {
            margin-top: 10px;
        }
        .admission-btn {
            font-size: 13px;
            padding: 8px 16px;
/* 			margin-right: 0px !important; */
        }
    }
    
    .modal-header {
        border-bottom: none;
        justify-content: center;
        position: relative;
    }
    
    .modal-title {
        font-weight: bold;
        font-size: 22px;
        text-align: center;
    }
    
    /*.btn-close {
        position: absolute;
        right: 20px;
        top: 25px;
    }*/
    
    .admission-input::placeholder,
    .admission-textarea::placeholder {
        font-size: 14px;
        color: #888;
    }
    
    .admission-input,
    .admission-textarea {
        border: 1px solid #ccc;
        border-radius: 0;
        font-size: 14px;
    }
    
    .admission-textarea {
        resize: none;
    }
    
    .admission-apply-btn {
        background-color: #0033a1;
        color: white;
        font-weight: 600;
        padding: 10px 30px;
        border: none;
        border-radius: 20px;
    }
    
    .admission-form-wrapper {
        padding-inline: 20px;
    }
    
    @media (max-width: 767.98px) {
        
        .admission-apply-btn {
            width: 100%;
        }
    }
    /* /Admission css end */
    
    .custom-slider-section {
        padding: 40px 0;
    }
    
    .custom-slider-card {
        border: 2px solid #003D7C;
        padding: 0;
        height: 100%;
    }
    
    .custom-slider-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border-bottom: 1px solid #ccc;
    }
    
    .custom-slider-header .btn {
        font-size: 14px;
        padding: 0px 12px;
        border: 1px solid black;
        border-radius: 0;
    }
    
    .custom-slider-header .btn:hover {
        background-color: #238823;
        color: white;
    }
    
    .custom-slider-header-date {
        font-weight: bold;
    }
    
    .custom-slider-body {
        /* max-height: 350px; */
        overflow-y: auto;
    }
    
    .custom-slider-body::-webkit-scrollbar {
        width: 8px;
    }
    
    .custom-slider-body::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }
    
    .custom-slider-day {
        background-color: #f4f4f4;
        font-weight: bold;
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
    }
    
    .custom-slider-event {
        padding: 5px 15px;
        font-size: 16px;
    }
    
    .custom-slider-event.red {
        color: red;
        font-weight: 500;
    }
    
    .custom-slider-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 2px solid #003D7C;
    }
    
    .custom-slider-btn-wrapper {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .custom-slider-btn {
        background-color: black;
        color: white;
        padding: 8px 20px;
        font-weight: bold;
        border: none;
    }
    
    @media (max-width: 768px) {
        .custom-slider-btn-wrapper {
            position: static;
            transform: none;
            text-align: center;
            margin-top: 15px;
        }
    }
    
    .foundational-stage .icon {
        background-color: #eaf6e8;
        border-radius: 50%;
        padding: 10px;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .foundational-stage .icon img {}
    
    .foundational-stage .stage-title {
        color: #000;
    }
    
    .foundational-stage .stage-description {
        line-height: 1.8;
        color: #303030;
    }
    
    .foundational-stage .image-wrapper {
        position: relative;
        display: inline-block;
    }
    
    .foundational-stage .main-image {
        position: relative;
        z-index: 2;
        transition: z-index 0.3s ease;
    }
    
    .foundational-stage .green-border {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 100%;
        height: 100%;
        border: 1px solid #3BA308;
        z-index: 1;
        transition: z-index 0.3s ease;
    }
    /* This is the hover effect */
    
    .foundational-stage .image-wrapper:hover .green-border {
        transform: translateY(-25px);
        /* Adjust the value as needed */
    }
    
    @media (max-width: 767.98px) {
        .foundational-stage .icon {
            margin-bottom: 10px;
        }
    }
    
    .middle-stage .image-wrapper {
        position: relative;
        display: inline-block;
    }
    
    .middle-stage .main-image {
        position: relative;
        z-index: 2;
    }
    
    .middle-stage .green-border {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 100%;
        height: 100%;
        border: 1px solid #3BA308;
        z-index: 1;
    }
    
    .icon-hover {
        display: inline-block;
        padding: 10px;
        border-radius: 8px;
        transition: background-color 0.3s ease, filter 0.3s ease;
    }
    
   /* .icon-hover:hover {
        background-color: #000 !important;
         Dark background on hover 
    }
    
    .icon-hover:hover img {
        filter: brightness(0) invert(1);
        /* Makes the SVG white
    }
    */
    .middle-stage .icon {
        background-color: #eaf6e8;
        border-radius: 50%;
        padding: 10px;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .middle-stage .image-wrapper:hover .green-border {
        transform: translateY(-30px);
        /* Adjust the value as needed */
    }
    
    .img-overlap-section .icon {
        background-color: #eaf6e8;
        border-radius: 50%;
        padding: 10px;
        display: flex;
        min-width: 70px;
        height: 70px;
        width: 70px;
        align-items: center;
        justify-content: center;
    }
    
    .img-overlap-section {
        position: relative;
    }
    
    .img-overlap-image img {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .img-overlap-card {
        background-color: white;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        padding: 2rem;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -40px;
        position: relative;
        z-index: 10;
    }
    
    .img-overlap-title {
        margin-bottom: 0;
    }
    
    .img-overlap-text {
        color: #555;
        line-height: 1.6;
        margin-bottom: 0;
    }
    
    @media (max-width: 576px) {
        .img-overlap-card {
            margin-top: -60px;
            padding: 1.5rem;
            display: block !important;
        }
        .img-overlap-title {
            font-size: 1.5rem;
        }
        .img-overlap-text {
            font-size: 0.95rem;
        }
        .img-overlap-section .icon {
            width: 70px;
        }
    }
    
    .campus-box {
        background: #fff;
        padding: 25px 25px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        transition: 0.3s ease-in-out;
        margin-bottom: 20px;
        border: 1px solid #e2e2e2;
    }
    
    .campus-box {
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        /* initial shadow */
    }
    
    .campus-box:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        /* shadow on hover */
        transform: translateY(-5px);
        /* optional: slight lift effect */
    }
    
    .campus-icon-wrapper {
        background-color: #d3f4bd;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
    }
    
    .campus-icon-wrapper img {
        width: 30px;
        height: 30px;
    }
    
    .campus-content h6 {
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    
    .campus-content p {
        margin: 0;
        font-size: 17px;
        color: #666;
    }
    
    @media (max-width: 767.98px) {
        .campus-box {
            flex-direction: row;
        }
    }
    
    .event-section {
        padding: 40px 0;
        /* background-color: #f9f9f9; */
    }
    
    .event-item {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        margin-bottom: 20px;
        overflow: hidden;
        transition: transform 0.3s ease;
        padding: 15px;
    }
    
    .event-item:hover {
        transform: translateY(-4px);
    }
    
    .event-img {
        width: 100%;
        height: 250px;
        /* Increased height */
        object-fit: cover;
		    object-position: center;
        border-radius: 10px;
    }
    
    .event-date {
        background-color: #d4f4c3;
        color: #28a745;
        font-size: 13px;
        font-weight: 600;
        padding: 4px 12px;
        border-radius: 15px;
        display: inline-block;
        margin-bottom: 8px;
    }
    
    .event-title {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #333;
    }
    
    .event-description {
        font-size: 14px;
        color: #4a4a4a;
        margin-bottom: 6px;
    }
    
    .event-participants {
        font-size: 14px;
        font-weight: 600;
        color: #0033cc;
    }
    /* Responsive adjustments */
    
    @media (max-width: 768px) {
        .event-img {
            height: 160px;
            margin-bottom: 12px;
        }
    }
    
    @media (max-width: 576px) {
        .event-title {
            font-size: 18px;
        }
        .event-description,
        .event-participants {
            font-size: 12px;
        }
    }
    
    .explore-our-moments-image:hover .explore-our-moments-caption {
        background-color: #3BA308;
color: white;
    }
    
    .campus-tour {
        /* padding: 40px 0; */
        padding-bottom: 40px;
    }
    
    .preview-wrapper {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        /* 16:9 aspect ratio */
        overflow: hidden;
    }
    
    .preview-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .thumb-img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
    
    .thumb-img:hover {
        transform: scale(1.03);
    }
    
    @media (max-width: 576px) {
        .thumb-img {
            height: 100px;
        }
    }
    /* height: 150px;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.3s ease;
    } */
    
    .thumb-img:hover {
        transform: scale(1.03);
    }
    
    @media (max-width: 576px) {
        .thumb-img {
            height: 100px;
        }
    }
    
    .custom-dropdown li:last-child .dropdown-item {
        border-bottom: none;
    }
    
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
    /* Custom style for nested dropdowns */
    
    .dropdown-submenu {
        position: relative;
    }
    
    .dropdown-submenu&gt;.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
    }
    
    .dropdown-submenu:hover&gt;.dropdown-menu {
        display: block;
    }
    /* .submit-btn {
        background-color: #3BA308;
        color: #fff !important;
        padding: 6px 20px;
        font-size: 13px;
        border-radius: 20px;
        font-weight: 500;
        white-space: nowrap;
    } */
    
    .achiver-img {
        min-height: 410px;
        border-radius: 10px;
        object-fit: cover;
        border: 2px solid #0041B0;
    }
    
    .testimonial-card {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 30px;
        background-color: #fff;
        height: 100%;
    }
    
    .testimonial-text {
        font-style: italic;
    }
    
    .testimonial-author {
        font-weight: bold;
        margin-top: 15px;
    }
    
    .testimonial-position {
        font-size: 13px;
        color: #6c757d;
        /* margin-top: 4px; */
        padding-left: 13px;
    }
    
    .foundational-stage-title {
        font-size: 1.75rem;
        font-weight: 500;
        color: #000;
    }
    
    .foundational-stage-subtitle {
        font-size: 1.5rem;
        font-weight: 600;
        color: #000;
    }
    
    .foundational-stage-topic-title {
        font-size: 1.25rem;
        font-weight: 600;
        color: #000;
    }
    
    .foundational-stage-text {
        line-height: 1.75;
        color: #333;
    }
    
    @media (max-width: 768px) {
        .foundational-stage-title {
            font-size: 1.5rem;
        }
        .foundational-stage-subtitle {
            font-size: 1.25rem;
        }
        .foundational-stage-topic-title {
            font-size: 1.1rem;
        }
        .foundational-stage-text {
            font-size: 0.95rem;
        }
    }
    
    .Robotics-card {
        border: none;
        border-radius: unset;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    
    .Robotics-text p {
        color: #333;
        line-height: 1.7;
    }
    
    .Robotics-text {
        padding: 40px;
    }
    
    .Robotics-background {
        background-image: url('../media/Science/Exibition.png');
        /* Replace with actual path */
        background-size: cover;
        background-position: center;
        min-height: 100%;
    }
    
    .Nurturing-background {
        background-image: url('../media/Foundational-Stage-core-values.png');
        /* Replace with actual path */
        background-size: cover;
        background-position: center;
        min-height: 100%;
    }
    
    .scientific-activities-background {
        background-image: url('../media/scientific/activities.png');
        /* Replace with actual path */
        background-size: cover;
        background-position: center;
        min-height: 100%;
    }
    
    .our-library-background {
        background-image: url('../media/Our/Library.png');
        /* Replace with actual path */
        background-size: cover;
        background-position: center;
        min-height: 100%;
    }
    
    @media (max-width: 991px) {
        .Robotics-background {
            min-height: 500px;
        }
        .Nurturing-background {
            min-height: 500px;
        }
        .scientific-activities-background {
            min-height: 500px;
        }
        .our-library-background {
            min-height: 500px;
        }
    }
    
    .text-color {
        color: #48d602;
    }

.page-id-17 .banner-img-section::after {
    content: "";
    display: block;
    height: 29px;
    width: 100%;
    background-image: url(../media/green-wave.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto;
    position: absolute;
    z-index: 9;
    bottom: -2px;
}

		.school-section{
			background-image: url(https://ekatvaedu.in/web/wp-content/uploads/2025/06/Seamless-School-pattern-01.png);
		background-position: center;    
		background-repeat: repeat;
			position:relative;
		}
.school-section .container{
	position:relative;
}
		.school-section::before{
		content: '';
		background: linear-gradient(0deg, rgba(248, 250, 255, 0) 19.5%, #FFF 100%);
		position: absolute;
		padding-bottom: 72px;
		height: 72px;
		width: 100%;
		left: 0;
		top: 0;
		}
		.school-section::after{
		content: '';
		background: linear-gradient(0deg, #FFF 19.5%, rgba(248, 250, 255, 0) 100%);
		position: absolute;
		padding-bottom: 72px;
		height: 72px;
		width: 100%;
		left: 0;
		bottom: 0;
		}
.six-boxes{
	position:relative;
	padding: 80px 0;
}
.six-boxes::before{
		content: '';
		background: linear-gradient(0deg, rgb(0 86 78 / 0%) 25%, rgb(0 86 78) 50%, #fefefe 100%);
		position: absolute;
		padding-bottom: 72px;
		height: 72px;
		width: 100%;
		left: 0;
		top: 0;
		}
		.six-boxes::after{
		content: '';
		background: linear-gradient(0deg, #FFF 19.5%, rgba(248, 250, 255, 0) 100%);
		position: absolute;
		padding-bottom: 72px;
		height: 72px;
		width: 100%;
		left: 0;
		bottom: 0;
		}
input.bg-green-color{
	background-color: #3BA308;
}
input.bg-green-color:hover{
	background-color: #fff;
	color:#3BA308 !important;
	border: 1px solid #3BA308;
}
.wpcf7-spinner {
	display: block;
}
.our-leadership-img:hover + .social-icons a i {
    color: #3BA308;
}
.event-item {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.event-item:hover {
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3); /* soft blue shadow */
    transform: translateY(-5px); /* optional: gives a lift effect */
    border-radius: 10px; /* optional: makes shadow look softer */
}
.admissions-image {
/*         background-image: url('../media/Holistic\ Learning\ slide.png');
        background-size: cover;
        background-position: center; */
        height: 100%;
        min-height: 430px;
    }
   
    .requirements-image {
/*         background-image: url('../media/Holistic\ Learning.png');
        background-size: cover;
        background-position: center; */
        height: 100%;
        min-height: 430px;
    }
   
    .age-criteria-image {
/*         background-image: url('../media/Foundational-Stage-core-values.png');
        background-size: cover;
        background-position: center; */
        height: 100%;
        min-height: 430px;
    }
   
    .admission-procedure-bg {
/*         background-image: url('../media/Computer\ Lab.png');
        background-size: cover;
        background-position: center; */
        height: 100%;
        min-height: 430px;
    }


.bullet-points ul {
    list-style-type: none;
}
.bullet-points ul li {
    position: relative;
}
.bullet-points ul li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url(https://syscentricdev.com/ekatva/web/wp-content/themes/ekatvatheme/assets/media/green-bullet.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


.submit-btn p {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.wpcf7-spinner{
	width: 15px;
    height: 15px;
}

.ekatvas-achievers-section, .foundational-stage {
    overflow-x: hidden;
}

.explore-our-moments-image img
 {
    height: 380px;
	 border-radius: 5px;
    object-fit: cover;
}



/* .navbar-nav .menu-item-has-children &gt; a {
    position: relative;
    padding-right: 1.5rem;
}

.navbar-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 999;
}

.navbar-nav .menu-item-has-children:hover &gt; .sub-menu {
    display: block;
}
 */

/* Yash - 23.06.2025 */
.red-letter{
	display: none;
	color: #3BA308;
	font-size: 18px !important;
}
.firstcharacter {
  color: #3BA308;
  float: left; 
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
    font-weight: 800;
}
.footer-icons{
	gap:18px;
}
.footer-logo{
	max-width:180px;
}
.blink {
  animation: blinker 2s linear infinite;
}
 
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* New Admission Board */
#admissionBoardWrapper {
  position: relative;
  height: calc(500px - 50px); /* subtract heading height */
  overflow: hidden;
  padding-top: 10px; /* space between heading and first item */
}

#admissionBoardList {
  position: relative;
  transition: top 0.5s ease-in-out;
}

.admissionBoard {
  width: 100%;
  border-radius: 10px;
  background: #DFAA1A;
  padding: 10px;
  overflow: hidden;
  position: relative;
  height: 500px;
}
.admissionBoard-list {
  font-family: RobotoCondensed-VariableFont_wght;
  position: absolute;
  top: 50px;
  width: 90%;
  transition: top 0.5s ease-in-out;
}

.admissionBoard-item {
  font-family: RobotoCondensed-VariableFont_wght;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
}

.admissionBoard-date {
  font-family: RobotoCondensed-VariableFont_wght;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.admissionBoard-heading {
  font-family: RobotoCondensed-VariableFont_wght;
  font-weight: bold;
	text-align:left;
  padding: 10px;
  color: #fff;
  z-index: 1;
}

.admissionBoard-title {
  font-family: RobotoCondensed-VariableFont_wght;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.admissionBoard-description {
  font-family: RobotoCondensed-VariableFont_wght;
  text-align: left;
  color: #ffe;
  font-size: 14px;
  margin-top: 2px;
}
</pre></body></html>