@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* --- Reset & Base Config --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    background-color: #f8fafc;
}

/* --- Topbar Customization --- */
.topbar-container {
    background-color: #009b50; /* Secondary Color (Green) */
    padding: 10px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Contact Items Style */
.contact-item {
    font-weight: 500;
    transition: color 0.2s ease;
}

.contact-item:hover {
    color: #fcbe15 !important; /* Hover करने पर Yellow कलर हो जाएगा */
}

.topbar-socials {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    margin-left: 5px;
}

.social-icon {
    color: #e2e8f0;
    font-size: 14px;
    margin-right: 15px;
    transition: transform 0.2s ease, color 0.2s ease;
    display: inline-block;
    text-decoration: none;
}

.social-icon:hover {
    transform: scale(1.2);
}

.social-icon.facebook:hover { color: #1877f2; }
.social-icon.instagram:hover { color: #e1306c; }
.social-icon.whatsapp:hover { color: #25d366; }
.social-icon.youtube:hover { color: #ff0000; }

.topbar-right .topbar-link {
    color: #e2e8f0;
    text-decoration: none;
    margin-left: 22px;
    font-weight: 400;
    transition: color 0.2s ease;
}

.topbar-right .topbar-link:hover {
    color: #fcbe15; /* Primary Color (Yellow) on Hover */
}
/*---------*/

  /* marquee */
        .topbar-bg {
            background-color: #009b50; /* Secondary Green */
            color: #ffffff;
            font-size: 14px;
            border-bottom: 1px solid #fcbe15; /* Primary Yellow */
			border-top: 1px solid #fcbe15; /* Primary Yellow */
        }

        .topbar-bg a {
            color: #ffffff;
            text-decoration: none;
            transition: 0.3s;
        }

        .topbar-bg a:hover {
            color: #fcbe15;
        }

        /* Responsive Auto-Sizing Alert Badge */
        .announcement-badge {
            background-color: #fcbe15; /* Primary Yellow */
            color: #000000;
            font-weight: 700;
            padding: 8px 20px;
            z-index: 10;
            position: relative;
            box-shadow: 3px 0 5px rgba(0,0,0,0.2);
            text-transform: uppercase;
            width: auto;
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
        }

        /* Smooth CSS Marquee Container */
        .marquee-wrapper {
            overflow: hidden;
            display: flex;
            align-items: center;
            background-color: #009b50; /* Darker green shade for better readability */
            height: 100%;
        }

        /* Marquee Motion */
        .marquee-content {
            display: flex;
            white-space: nowrap;
            animation: smoothMarquee 25s linear infinite;
        }

        /* Pause marquee on hover */
        .marquee-wrapper:hover .marquee-content {
            animation-play-state: paused;
        }

        .marquee-item {
            padding: 0 2rem;
            display: inline-flex;
            align-items: center;
            font-weight: 500;
        }

        .marquee-item i {
            color: #fcbe15; /* Primary Yellow for Icons */
        }

        /* Keyframes for Infinite Smooth Scrolling */
        @keyframes smoothMarquee {
            0% { transform: translate3d(0, 0, 0); }
            100% { transform: translate3d(-50%, 0, 0); }
        }


/*-----------topbar END----------*/




/* --- Navbar Customization --- */

/* --- Main Navbar Container --- */
.main-navbar {
    background-color: #ffffff !important;
    padding: 12px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* --- Brand Logo Styling --- */
.logo-wrapper {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 52px;
    object-fit: contain;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-size: 21px;
    font-weight: 700;
    color: #fcbe15;
    letter-spacing: -0.3px;
    line-height: 1.1;
}

.brand-subtitle {
    font-size: 12px;
    font-weight: 600;
    color: black;
    letter-spacing: 1px;
    margin-top: 4px;
}

/* --- Navigation Links --- */
.navbar-nav .nav-link {
    color: #222222 !important;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s;
}

.nav-icon-arrow {
    font-size: 10px;
    margin-left: 5px;
    color: #888888;
    transition: transform 0.3s ease;
    display: inline-block;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #009b50 !important; /* Secondary Color (Green) */
}

/* --- Apply Now Button Design --- */
.btn-apply-now {
    background-color: #fcbe15; /* Primary Color (Yellow) */
    color: #222222 !important;
    padding: 11px 24px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(252, 190, 21, 0.25);
    transition: all 0.3s ease;
}

.btn-apply-now:hover {
    background-color: #e5ab0e;
    box-shadow: 0 6px 18px rgba(252, 190, 21, 0.35);
    transform: translateY(-1px);
}

/* ==========================================================================
   Desktop Responsive Rules (Screens 992px and above)
   ========================================================================== */
@media (min-width: 992px) {
    .custom-dropdown:hover .nav-link .nav-icon-arrow {
        transform: rotate(180deg);
        color: #009b50;
    }

    .custom-dropdown {
        position: relative;
    }

    /* FIX: Sirf main dropdown dikhega, nested wala nahi */
    .custom-dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 180px;
        background-color: #ffffff;
        border: none;
        border-radius: 6px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        padding: 8px 0;
        margin: 0;
    }

    .dropdown-item {
        padding: 9px 20px;
        font-size: 14px;
        font-weight: 500;
        color: #222222;
        transition: all 0.2s ease;
    }

    .dropdown-item:hover {
        background-color: #f1f8f4;
        color: #009b50;
        padding-left: 24px;
    }

    /* --- Desktop Nested Dropdown Setup --- */
    .dropdown-submenu {
        position: relative;
    }

    /* Courses sub-menu normal state me hidden rahega */
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -8px;
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateX(10px);
        transition: all 0.2s ease;
    }

    /* FIX: Jab specific Courses item par cursor jayega tabhi khulega */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}

/* ==========================================================================
   Mobile Responsive Rules (Screens up to 991px)
   ========================================================================== */
@media (max-width: 991px) {
    .navbar-nav {
        align-items: flex-start !important;
        padding: 15px 0;
        width: 100%;
    }

    .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #edf2f7;
        padding: 12px 10px !important;
    }

    .custom-dropdown .dropdown-menu {
        display: none;
        position: relative;
        width: 100%;
        background-color: #f8fafc;
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        padding-left: 25px;
        border-left: 3px solid #009b50;
        animation: slideDownMobile 0.2s ease-out;
    }

    .custom-dropdown .dropdown-menu.show {
        display: block !important;
    }

    .dropdown-item {
        padding: 10px 15px;
        color: #444444;
        border-bottom: 1px solid #e2e8f0;
    }

    .custom-dropdown .nav-link[aria-expanded="true"] .nav-icon-arrow {
        transform: rotate(180deg);
        color: #009b50;
    }

    .w-100-mobile {
        width: 100% !important;
    }

    .btn-apply-now {
        margin-top: 15px;
        width: 100%;
        justify-content: center;
    }

    /* --- Mobile Submenu Open Engine --- */
    .dropdown-submenu .arrow-desktop {
        display: none !important;
    }

    /* Default mobile state hidden */
    .dropdown-submenu > .dropdown-menu {
        display: none;
    }

    /* JavaScript ke toggle class trigger hone par show hoga */
    .dropdown-submenu > .dropdown-menu.sub-menu-show {
        display: block !important;
        position: static;
        width: 100%;
        padding-left: 20px !important;
        background-color: #f1f5f9 !important; 
        box-shadow: none !important;
        border-left: 2px solid #009b50 !important;
        margin: 5px 0 !important;
    }

    /* Mobile standard caret arrow */
    .dropdown-toggle-custom::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        float: right;
        margin-top: 8px;
    }
}

/* --- Mobile Open Animation --- */
@keyframes slideDownMobile {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/*--------navbar end------------*/


/* --- Hero Slider Customization --- */


.hero-slider-section {
    position: relative;
    width: 100%;
    height: 80vh; 
    overflow: hidden;
    background-color: #111;
}

.slider-viewport {
    position: relative;
    width: 100%;
    height: 100%;
}

.edu-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s;
    z-index: 1;
}

.edu-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.split-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.full-bg-banner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    border: none;
    color: white;
    width: 45px;
    height: 55px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    transition: background 0.3s;
}

.slider-arrow:hover {
    background: #fcbe15; /* Brand Primary Yellow */
    color: #111;
}

.arrow-left { left: 0; }
.arrow-right { right: 0; }

@media(max-width: 992px) {
    .hero-slider-section { height: 55vh; }
    .split-bg { flex-direction: column; }
}


/*---------HERO slider end-----------*/


/* --- Academic Streams Custom Styling --- */
        :root {
            --primary-color: #fcbe15;
            --secondary-color: #009b50;
            --text-dark: #2d3436;
        }

        .streams-section {
            padding: 80px 0;
            background-color: #f9f9f9;
        }

        /* Professional Card Base */
        .stream-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            position: relative;
            height: 100%;
            border-top: 4px solid transparent;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        /* Hover Effect: Card rises up softly */
        .stream-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
        }

        /* Stream-specific top borders */
        .card-science { border-top-color: var(--primary-color); }
        .card-commerce { border-top-color: var(--secondary-color); }
        .card-arts { border-top-color: var(--primary-color); }

        /* Icon Container Design */
        .icon-container {
            width: 75px;
            height: 75px;
            margin: 0 auto 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 30px;
            transition: all 0.3s ease;
        }

        /* Icon background shapes and colors */
        .card-science .icon-container {
            background-color: rgba(252, 190, 21, 0.12);
            color: var(--primary-color);
        }
        .card-commerce .icon-container {
            background-color: rgba(0, 155, 80, 0.12);
            color: var(--secondary-color);
        }
        .card-arts .icon-container {
            background-color: rgba(252, 190, 21, 0.12);
            color: var(--primary-color);
        }

        /* Title & Description */
        .stream-title {
            font-size: 24px;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 12px;
            letter-spacing: 0.5px;
        }

        .stream-desc {
            font-size: 14px;
            color: #636e72;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        /* Custom Professional Buttons */
        .btn-stream {
            padding: 10px 24px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            margin-top: auto;
        }

        .btn-science, .btn-arts {
            background-color: transparent;
            border: 2px solid var(--primary-color);
            color: #dca305;
        }

        .btn-science:hover, .btn-arts:hover {
            background-color: var(--primary-color);
            color: #ffffff;
        }

        .btn-commerce {
            background-color: transparent;
            border: 2px solid var(--secondary-color);
            color: var(--secondary-color);
        }

        .btn-commerce:hover {
            background-color: var(--secondary-color);
            color: #ffffff;
        }
	/*---OUR COURSES END----*/


/*------COUNTER SECTION CSS-----*/


/* =======================================================
   NAYA INTEGRATED CSS: CAPSULE COUNTER MODULE STYLE CODE
   ======================================================= */
.college-counter-section {
    padding: 40px 0 60px 0;
    background-color: #f8fafc;
}

.counter-capsule-wrapper {
    background-color: #009b50; /* Secondary Green */
    border: 4px solid #fcbe15; /* Primary Yellow Border Line */
    border-radius: 100px;      /* Perfect Capsule Rounded Corners */
    padding: 35px 60px;
    box-shadow: 0 15px 35px rgba(0, 155, 80, 0.15);
    position: relative;
    overflow: hidden;
}

.counter-item-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 0;
    transition: transform 0.3s ease;
}

.counter-item-box:hover {
    transform: translateY(-3px);
}

.border-divider {
    border-right: 1px solid rgba(252, 190, 21, 0.35);
}

.counter-icon {
    font-size: 32px;
    color: #fcbe15; /* Primary Theme Yellow Icons */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}

.counter-item-box:hover .counter-icon {
    transform: scale(1.1) rotate(-5deg);
}

.counter-details {
    display: flex;
    flex-direction: column;
}

.counter-number {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 1.2;
}

.counter-label {
    font-size: 13.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    white-space: nowrap;
}

/* --- Counter Module Mobile Responsive Media Queries --- */
@media (max-width: 1200px) {
    .counter-capsule-wrapper {
        border-radius: 30px; 
        padding: 30px 40px;
    }
}

@media (max-width: 991px) {
    .border-divider {
        border-right: none; 
    }
}

@media (max-width: 767px) {
    .counter-capsule-wrapper {
        border-radius: 24px; 
        padding: 25px 20px;
    }
    
    .counter-item-box {
        justify-content: flex-start; 
        padding-left: 20px;
        border-bottom: 1px solid rgba(252, 190, 21, 0.2); 
        padding-bottom: 15px;
    }
    
    .row > div:last-child .counter-item-box {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .counter-number {
        font-size: 26px;
    }
    
    .counter-label {
        font-size: 13px;
    }
}

/*-------COUNTER SECTION END */

	
	/*---DIRECTORS MESSAGE----*/	    
        /* Custom Text Justification for clean reading */
        .text-justify {
            text-align: justify;
        }
        /* Semi-transparent quote icon for clean aesthetic background */
        .director-quote-icon {
            color: rgba(0, 155, 80, 0.08);
            font-size: 6rem;
            position: absolute;
            top: -30px;
            left: -15px;
            z-index: 0;
            pointer-events: none;
        }
        .message-content {
            position: relative;
            z-index: 1;
        }
        /* Smooth hover transition on the director card */
        .director-card {
            border-top: 5px solid #fcbe15 !important;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .director-card:hover {
            transform: translateY(-5px);
        }
		
		/*----DIRECTORS MESSAGE END-----------*/
		
/*-----NOTICE SECTION CSS -------*/

.notice-section {
            padding: 80px 0;
            background: radial-gradient(circle at top right, rgba(252, 190, 21, 0.04), transparent), 
                        radial-gradient(circle at bottom left, rgba(0, 155, 80, 0.04), transparent);
        }

        /* Main Section Title Styling */
        .section-title {
            color: #009b50; /* Secondary Brand Color */
            font-weight: 700;
            letter-spacing: -0.5px;
        }

        /* Premium Card Design */
        .premium-notice-card {
            border: 1px solid rgba(0, 155, 80, 0.12);
            border-radius: 20px;
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(0, 155, 80, 0.03);
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            overflow: hidden;
            height: 100%;
        }

        .premium-notice-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 40px rgba(0, 155, 80, 0.08);
            border-color: rgba(252, 190, 21, 0.4);
        }

        /* Gradient Headers using your exact colors */
        .bg-gradient-general {
            background: #009B50;
        }

        .bg-gradient-academic {
            background: #009B50;
        }

        .card-header-premium {
            padding: 24px 28px;
            border-bottom: none;
        }

        /* Notice List Container with FIX Internal Scroller */
        .notice-scroll-container {
            max-height: 340px; /* Limits height to activate scrollbar */
            overflow-y: auto;  /* Forced vertical scrolling */
            padding: 10px 15px;
        }

        /* Custom Modern Webkit Scrollbar Design */
        .notice-scroll-container::-webkit-scrollbar {
            width: 6px;
        }
        .notice-scroll-container::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.02);
            border-radius: 10px;
        }
        .notice-scroll-container::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 10px;
            transition: background 0.2s ease;
        }
        .notice-scroll-container::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }

        /* Individual Notice Item Styling */
        .premium-notice-item {
            position: relative;
            padding: 18px 15px;
            margin-bottom: 12px;
            background: #ffffff;
            border: 1px solid #f1f5f9;
            border-radius: 14px;
            transition: all 0.3s ease;
        }

        .premium-notice-item:last-child {
            margin-bottom: 4px;
        }

        .premium-notice-item:hover {
            background: #f8fafc;
            border-color: rgba(0, 155, 80, 0.15);
            transform: scale(1.01);
        }

        .notice-date-box {
            font-size: 0.82rem;
            color: #64748b;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .notice-text-link {
            color: #1e293b;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            transition: color 0.2s ease;
        }

        .premium-notice-item:hover .notice-text-link {
            color: #009b50;
        }

        /* Icon Wrapper Styles */
        .icon-wrapper {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .bg-pdf-light {
            background-color: rgba(220, 53, 69, 0.08);
            color: #dc3545;
        }

        .bg-link-light {
            background-color: rgba(0, 155, 80, 0.06);
            color: #009b50;
        }

        /* Pulse New Badge with Primary Color #fcbe15 */
        .badge-pulse {
            background: #fcbe15;
            color: #000000;
            font-size: 0.68rem;
            font-weight: 700;
            padding: 3px 8px;
            border-radius: 6px;
            letter-spacing: 0.5px;
            box-shadow: 0 0 0 0 rgba(252, 190, 21, 0.5);
            animation: pulse-animation 1.6s infinite;
        }

        @keyframes pulse-animation {
            0% { box-shadow: 0 0 0 0 rgba(252, 190, 21, 0.6); }
            70% { box-shadow: 0 0 0 8px rgba(252, 190, 21, 0); }
            100% { box-shadow: 0 0 0 0 rgba(252, 190, 21, 0); }
        }

        /* Footer View All Buttons Custom Styles */
        .card-footer-premium {
            background: transparent;
            border-top: 1px solid #f1f5f9;
            padding: 20px;
        }
        
        .btn-general-view {
            color: #009b50;
            border: 2px solid #009b50;
            font-size: 0.88rem;
            font-weight: 600;
            padding: 8px 24px;
            border-radius: 10px;
            background: transparent;
            transition: all 0.3s ease;
        }

        .btn-general-view:hover {
            background: #009b50;
            color: #ffffff;
        }

        .btn-academic-view {
            color: #000000;
            background-color: #fcbe15;
            border: 2px solid #fcbe15;
            font-size: 0.88rem;
            font-weight: 600;
            padding: 8px 24px;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .btn-academic-view:hover {
            background-color: #e0a800;
            border-color: #e0a800;
            color: #000000;
        }

        /* Custom CSS for Smooth Infinite Vertical Marquee */
.marquee-window-container {
    height: 340px;          /* Window size matching General column height */
    overflow: hidden;       /* Hides items outside the box */
    position: relative;
    padding: 10px 5px;
}

.custom-marquee-track {
    position: absolute;
    width: 100%;
    animation: scrollUpMarquee 22s linear infinite; /* Animation speed controls */
}

/* Mouse hover karne par scrolling automatic ruk jayegi */
.marquee-window-container:hover .custom-marquee-track {
    animation-play-state: paused;
}

@keyframes scrollUpMarquee {
    0% {
        top: 100%;          /* Starts completely below the frame */
    }
    100% {
        top: -160%;         /* Adjust this if you add more notices to hide them fully before restart */
    }
}

/* Ensure consistent design alignment for icons inside track */
.custom-marquee-track .premium-notice-item {
    margin-bottom: 12px;
    background: #ffffff;
}
/*------NOTICE SECTION CSS END-----*/


/*----- WHY CHOOSE US CUSTOM CSS START -----*/

.college-features-section {
    padding: 80px 0;
    background-color: #ffffff;
    position: relative;
}

/* Badge Top Tag */
.feature-badge-tag {
    color: #fcbe15; /* Primary Color */
    letter-spacing: 1.5px;
    font-size: 13px;
    display: inline-block;
}

/* Main Section Title Styling */
.feature-main-title {
    color: #009b50; /* Secondary Color */
    font-weight: 700;
    font-size: 32px;
}

.title-bar {
    width: 60px; 
    height: 4px; 
    background-color: #fcbe15; /* Primary Color */
    border-radius: 2px; 
    margin-top: 12px;
}

/* Advanced Card Architecture */
.custom-feature-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 155, 80, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Interactive Card Top Ribbon Design */
.custom-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: background-color 0.3s ease;
}

/* Premium Icon Frame Design */
.feature-icon-wrapper-box {
    width: 70px;
    height: 70px;
    background-color: rgba(0, 155, 80, 0.06); /* 6% Opacity of Green */
    color: #009b50; /* Secondary Color */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px auto 25px auto;
    font-size: 26px;
    transition: all 0.4s ease;
}

/* Typography Custom Rules */
.feature-card-heading {
    color: #1e293b;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.feature-card-text {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Modern Dynamic Floating Hover Actions */
.custom-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(0, 155, 80, 0.08);
    border-color: rgba(0, 155, 80, 0.1);
}

.custom-feature-card:hover::before {
    background-color: #fcbe15; /* Top Border reveals Primary Color */
}

.custom-feature-card:hover .feature-icon-wrapper-box {
    background-color: #009b50; /* Background fills with Green */
    color: #ffffff; /* Icon turns White */
    transform: scale(1.05);
}

.custom-feature-card:hover .feature-card-heading {
    color: #009b50; /* Heading changes color to target style */
}

/* Responsive adjustment for Mobile screens */
@media (max-width: 576px) {
    .college-features-section {
        padding: 50px 0;
    }
    .feature-main-title {
        font-size: 26px;
    }
}

/*----- WHY CHOOSE US CUSTOM CSS END -----*/


/*----topper card section start----*/


.section-subtitle {
    color: #009b50;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 5px;
}

.section-main-title {
    color: #1c2434;
    font-weight: 800;
}

.accent-bar {
    width: 50px;
    height: 3px;
    background-color: #fcbe15;
    border-radius: 10px;
}

/* --- Core Educeet Card Design Logic --- */
.edu-topper-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
    height: 400px; /* Uniform standard vertical frame proportion */
    cursor: pointer;
}

/* Image Container with Zoom State Management */
.edu-topper-card .card-img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.edu-topper-card .card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1); /* Default zoom-in state matching video */
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- Sliding Block Base State (Resting Status) --- */
.edu-topper-card .topper-details-block {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    
    /* Dynamic Slide-Up Core Animation properties */
    transform: translateY(calc(100% - 50px)); /* Partial visibility initially */
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 3;
}

/* Component Inner Details Typography */
.stream-tag-badge {
    display: inline-block;
    background-color: rgba(0, 155, 80, 0.1);
    color: #009b50;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.topper-student-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1c2434;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

/* Performance Percentage Indicator */
.score-badge-box {
    display: inline-flex;
    align-items: baseline;
    background-color: #fcbe15;
    color: #1c2434;
    padding: 6px 20px;
    border-radius: 8px;
    font-weight: 800;
}

.score-badge-box .score-num {
    font-size: 1.4rem;
    letter-spacing: -0.5px;
}

.score-badge-box .score-percent {
    font-size: 0.9rem;
    margin-left: 1px;
}

/* --- Hover Interactive State Transitions --- */

/* 1. Content Block Slides Up Completely */
.edu-topper-card:hover .topper-details-block {
    transform: translateY(0);
}

/* 2. Image Resets to Normal Scale (Zoom-out effect) */
.edu-topper-card:hover .card-img-box img {
    transform: scale(1);
}

/* 3. Text Color Transition on Hover */
.edu-topper-card:hover .topper-student-name {
    color: #009b50;
}

/* Breakpoint adjustment for responsive scaling */
@media (max-width: 576px) {
    .edu-topper-card {
        height: 360px;
    }
}
/*------topper card section end----*/



/*----footer css -------*/


.main-footer {
    background: linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%);
    position: relative;
    overflow: hidden;
}

/* Logo Styling */
.logo-img {
    height: 50px;      /* Adjust height according to your image */
    width: auto;
    object-fit: contain;
}

.logo-text { color: #000000; }

.footer-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #111111;
}

.section-title {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

/* Links */
.footer-links li { margin-bottom: 12px; }
.footer-links li a {
    color: #111111;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 500;
    transition: all 0.25s ease-in-out;
}
.footer-links li a:hover {
    color: #009b50;
    transform: translateX(4px);
}

/* Contact Details */
.contact-info p { font-size: 14.5px; color: #111111; }
.contact-info strong { color: #000000; }

/* Contact Button */
.btn-contact {
    background-color: #009b50;
    color: #ffffff;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.btn-contact:hover {
    background-color: #fcbe15;
    color: #000000;
    box-shadow: 0 4px 12px rgba(252, 190, 21, 0.3);
}

/* Social Icons */
.social-icons a { color: #000000; font-size: 16px; transition: all 0.2s ease; }
.social-icons a:hover { color: #009b50; transform: translateY(-2px); }

/* Decoration */
.deco-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(252, 190, 21, 0.55) 0%, rgba(252, 190, 21, 0) 70%);
    border-radius: 50%;
    right: -15px;
    top: 15px;
    z-index: -1;
}

/* Bottom Bar */
.bottom-bar {
    background-color: #009b50;
    border-top: 4px solid #fcbe15;
}
.copyright-text { color: #ffffff; font-size: 13px; }
.bottom-links li { color: rgba(255, 255, 255, 0.5); font-size: 13px; }
.bottom-links a { color: #ffffff; text-decoration: none; }
.bottom-links a:hover { color: #fcbe15; }

/* Scroll to Top */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 42px;
    height: 42px;
    background-color: #fcbe15;
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 999;
}
.scroll-top-btn:hover { background-color: #009b50; color: #ffffff; }

/*----footer css end-------*/
















/*-----POPUP CSS----*/

/* --- Admission Popup Custom Styles --- */
#admissionPopupModal .btn-close {
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

#admissionPopupModal .btn-close:hover {
    opacity: 1;
    transform: scale(1.1);
    background-color: #fcbe15 !important; /* Changes to theme yellow on hover */
}

#admissionPopupModal .modal-dialog {
    max-width: 750px; /* Standard premium banner width ratio */
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

/*----POPUP CSS END----*/