
/* =========================
   RESET
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background: #f6f8fc;
    padding-top: 50px;
}
section {
    padding: 10px;
    
}
/* =========================
   HEADER
========================= */
    .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}




/* =========================
   NAVBAR WRAPPER
========================= */
.navbar {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
    padding: 0 40px;
}


/* =========================
   LOGO
========================= */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-icon {
    height: 70px; /* adjust as needed */
    width: auto;
    display: flex;
    align-items: center;
}


    .logo-icon img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }
/* =========================
   NAV LINKS (IMPORTANT FIX)
========================= */
.navbar nav {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-left: auto;
}

    .navbar nav a {
        text-decoration: none;
        color: #374151;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        padding: 6px 0;
        transition: 0.3s;
    }

        /* underline animation */
        .navbar nav a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -4px;
            width: 0%;
            height: 2px;
            background: #2563eb;
            transition: 0.3s;
        }

        .navbar nav a:hover {
            color: #2563eb;
        }

            .navbar nav a:hover::after {
                width: 100%;
            }

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

    .nav-links a {
        text-decoration: none;
        color: #374151;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        padding: 6px 0;
        transition: .3s;
    }

        .nav-links a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -4px;
            width: 0;
            height: 2px;
            background: #2563eb;
            transition: .3s;
        }

        .nav-links a:hover {
            color: #2563eb;
        }

            .nav-links a:hover::after {
                width: 100%;
            }

.menu-btn {
    display: none;
    font-size: 26px;
    cursor: pointer;
}

@media(max-width:992px) {

    .nav-links {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 25px 0;
        box-shadow: 0 10px 30px rgba(0,0,0,.08);
    }

        .nav-links.active {
            display: flex;
        }

    .nav-actions {
        display: none;
    }

    .menu-btn {
        display: block;
    }
}
/* =========================
HEADER ACTION BUTTONS
========================= */

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 20px;
}

/* =========================
LOGIN BUTTON (OUTLINE STYLE)
========================= */

.login-btn {
    padding: 10px 18px;
    border: 1.5px solid #2563eb;
    color: #2563eb;
    background: transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

    .login-btn:hover {
        background: #2563eb;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(37,99,235,0.25);
    }

/* =========================
REQUEST DEMO BUTTON (GRADIENT)
========================= */

.demo-btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg,#2563eb,#06b6d4);
    box-shadow: 0 10px 25px rgba(37,99,235,0.25);
    transition: 0.3s ease;
    border: none;
}

    .demo-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(37,99,235,0.35);
    }


/* =========================
   MOBILE MENU ICON
========================= */
.menu-btn {
    display: none;
    font-size: 22px;
    cursor: pointer;
    color: #111827;
}



/*==========================
 HERO SECTION
==========================*/

.hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    padding: 0 8%;
    background: radial-gradient(circle at 15% 20%,rgba(96,165,250,.18),transparent 32%), radial-gradient(circle at 88% 18%,rgba(59,130,246,.16),transparent 30%), radial-gradient(circle at 70% 85%,rgba(191,219,254,.30),transparent 32%), linear-gradient(135deg,#f9fbff 0%,#eef5ff 45%,#edf4ff 100%);
}
    .hero::before {
        content: "";
        position: absolute;
        width: 700px;
        height: 700px;
        right: -180px;
        top: -180px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(37,99,235,.14), transparent 70%);
        filter: blur(30px);
    }

    

    .hero::after {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        background: #06b6d4;
        opacity: .08;
        border-radius: 50%;
        filter: blur(80px);
        bottom: -120px;
        left: -100px;
    }
    .hero::after {
        content: "";
        position: absolute;
        width: 650px;
        height: 650px;
        left: -220px;
        bottom: -250px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(147,197,253,.22), transparent 70%);
        filter: blur(35px);
    }
.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.hero-content,
.hero-image {
    position: relative;
    z-index: 2;
}
.circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(59,130,246,.12);
}

.c1 {
    width: 65px;
    height: 65px;
    left: 45px;
    top: 180px;
}

.c2 {
    width: 40px;
    height: 40px;
    right: 80px;
    top: 210px;
}

.c3 {
    width: 55px;
    height: 55px;
    left: 70px;
    bottom: 70px;
}
.dots {
    position: absolute;
    width: 130px;
    height: 130px;
    background-image: radial-gradient(#cbd5e1 2px,transparent 2px);
    background-size: 18px 18px;
    opacity: .6;
}

.dots1 {
    top: 30px;
    right: 20px;
}

.dots2 {
    right: 30px;
    bottom: 20px;
}
.dots3 {
    top: 30px;
    left: 20px;
}

.dots4 {
    left: 30px;
    bottom: 20px;
}
.wave {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.65);
    transform: rotate(-18deg);
}

.wave1 {
    left: -280px;
    bottom: -520px;
    box-shadow: 0 0 0 25px rgba(255,255,255,.18), 0 0 0 50px rgba(255,255,255,.12), 0 0 0 75px rgba(255,255,255,.08);
}

.wave2 {
    right: -320px;
    top: -260px;
    box-shadow: 0 0 0 25px rgba(255,255,255,.14), 0 0 0 50px rgba(255,255,255,.10), 0 0 0 75px rgba(255,255,255,.06);
}

/* Left */

.hero-content {
    flex: 1;
    z-index: 2;
}

.hero-tag {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
    background: #e0f2fe;
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-size: 54px;
    line-height: 1.05;
    margin-bottom: 18px;
   
}

    .hero-content h1 span {
        color: #2563eb;
    }

.hero-content p {
    margin: 18px 0 24px;
    font-size: 17px;
    line-height: 1.6;
    max-width: 560px;
}

/* Buttons */

.hero-buttons {
    margin-bottom: 20px;
}

.btn-primary {
    text-decoration: none;
    background: #2563eb;
    color: white;
    padding: 16px 34px;
    border-radius: 14px;
    font-weight: 600;
    transition: .35s;
}

    .btn-primary:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 35px rgba(37,99,235,.30);
    }

.btn-secondary {
    text-decoration: none;
    border: 2px solid #2563eb;
    color: #2563eb;
    padding: 16px 34px;
    border-radius: 14px;
    font-weight: 600;
    transition: .35s;
}

    .btn-secondary:hover {
        background: #2563eb;
        color: white;
    }


/* Right */

.hero-image {
    flex: 1;
    position: relative;
    z-index: 2;
}

/* Dashboard */

.dashboard {
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(15px);
    border-radius: 30px;
    padding: 22px;
    box-shadow: 0 30px 60px rgba(15,23,42,.10);
    max-width: 500px;
}

.dashboard-header {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

    .dashboard-header span {
        width: 14px;
        height: 14px;
        border-radius: 50%;
    }

.red {
    background: #ef4444;
}

.yellow {
    background: #facc15;
}

.green {
    background: #22c55e;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.card {
    padding: 18px;
    border-radius: 20px;
    color: white;
}

.blue {
    background: #2563eb;
}

.green-card {
    background: #16a34a;
}

.orange {
    background: #f97316;
    grid-column: span 2;
}

.card h4 {
    font-size: 14px;
    font-weight: 500;
}

.card h2 {
    margin-top: 12px;
    font-size: 14px;
}

/* Chart */

.chart {
    grid-column: span 2;
    display: flex;
    align-items: flex-end;
    gap: 14px;
    height: 120px;
}

    .chart div {
        flex: 1;
        background: linear-gradient(to top,#2563eb,#60a5fa);
        border-radius: 15px 15px 0 0;
    }

        .chart div:nth-child(1) {
            height: 40px;
        }

        .chart div:nth-child(2) {
            height: 70px;
        }

        .chart div:nth-child(3) {
            height: 110px;
        }

        .chart div:nth-child(4) {
            height: 90px;
        }

        .chart div:nth-child(5) {
            height: 120px;
        }

        .chart div:nth-child(6) {
            height: 75px;
        }

/* Floating Cards */

.float-card {
    position: absolute;
    background: white;
    padding: 14px 20px;
    border-radius: 15px;
    box-shadow: 0 20px 35px rgba(0,0,0,.08);
    font-weight: 600;
    animation: float 5s infinite ease-in-out;
}

.card-one {
    top: 10px;
    left: -35px;
}

.card-two {
    top: 180px;
    right: -50px;
}

.card-three {
    bottom: -20px;
    left: -35px;
}

@keyframes float {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}


/*=============================
WHY ERP
=============================*/


.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 8%;
}

.why-erp {
    width: 100%;
    background: linear-gradient(180deg, #f8fbff, #f3f6ff);
    padding: 25px 0;
}

    .why-erp .container {
        min-height: calc(100vh - 72px);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 45px;
        align-items: center;
    }
.section-label {
    display: inline-block;
    padding: 10px 20px;
    background: #dbeafe;
    color: #2563eb;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}


.why-left h2 {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 15px;
}
.why-left p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #64748b;
    text-align:justify;
}
.section-label {
    padding: 8px 18px;
    font-size: 13px;
    margin-bottom: 15px;
}
.feature-box {
    display: flex;
    gap: 15px;
    padding: 16px 18px;
    margin-bottom: 12px;
    border-radius: 16px;
}

    .feature-box h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .feature-box p {
        font-size: 15px;
        line-height: 1.5;
    }



    .feature-box:hover {
        transform: translateY(-8px);
    }

.feature-icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
}

/*=========================
WHY RIGHT
=========================*/

.why-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*=========================
GLASS DASHBOARD
=========================*/

.glass-dashboard {
    width: 100%;
    max-width: 600px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 30px 60px rgba(37,99,235,.12);
}

/*=========================
TOP BAR
=========================*/

.top-bar {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

    .top-bar span {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #d1d5db;
    }

/*=========================
TOP ANALYTICS
=========================*/

.analytics-card {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-bottom: 35px;
}

.analytics-item {
    min-height: 110px;
    border-radius: 20px;
    padding: 22px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blue-box {
    background: #2563eb;
}

.green-box {
    background: #16a34a;
}

.analytics-item h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.analytics-item h1 {
    margin-top: 12px;
    font-size: 48px;
    line-height: 1;
}

/*=========================
PERFORMANCE
=========================*/


.chart-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .chart-text h3 {
        margin: 0;
        font-size: 34px;
        font-weight: 700;
        color: #111827;
    }

    .chart-text p {
        margin-top: 8px;
        color: #64748b;
        font-size: 17px;
        text-align: justify;
    }




/*=========================================
MODULES SECTION
=========================================*/

.modules-bento {
    padding: 20px 0;
    background: linear-gradient(135deg,#F8FBFF,#EEF5FF);
}

.modules-header {
    text-align: center;
    margin-bottom: 45px;
}

    .modules-header .section-label {
        display: inline-block;
        padding: 8px 18px;
        border-radius: 50px;
        background: #eef5ff;
        color: #2563eb;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .modules-header h2 {
        font-size: 42px;
        font-weight: 700;
        color: #111827;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .modules-header p {
        max-width: 700px;
        margin: auto;
        color: #64748b;
        line-height: 1.8;
    }

/*=========================================
GRID
=========================================*/

.bento-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    align-items: start;
}
.bento-card.exam {
    grid-column: 3;
    grid-row: 2;
}
/*=========================================
CARDS
=========================================*/

.bento-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    transition: .35s ease;
    display: flex;
    flex-direction: column;
}

    .bento-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(37,99,235,.12);
    }

    .bento-card i:first-child {
        width: 55px;
        height: 55px;
        border-radius: 15px;
        background: #eef4ff;
        color: #2563eb;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .bento-card h3 {
        font-size: 22px;
        color: #111827;
        margin-bottom: 10px;
    }

    .bento-card p {
        font-size: 14px;
        color: #64748b;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    /*=========================================
BIG CARD
=========================================*/

    .bento-card.big {
        grid-column: span 2;
        background: linear-gradient(135deg,#2563eb,#06b6d4);
        color: #fff;
    }

        .bento-card.big h3,
        .bento-card.big p {
            color: #fff;
        }

        .bento-card.big i:first-child {
            background: rgba(255,255,255,.15);
            color: #fff;
        }


    .bento-card.big {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
    }

    .bento-card:nth-child(2) { /* Attendance */
        grid-column: 3;
        grid-row: 1;
    }

    .bento-card.fees {
        grid-column: 3;
        grid-row: 2;
    }

    .bento-card:nth-child(4) { /* Library */
        grid-column: 1;
        grid-row: 3;
    }

    .bento-card:nth-child(5) { /* Transport */
        grid-column: 2;
        grid-row: 3;
    }

    .bento-card.exams {
        grid-column: 3;
        grid-row: 3;
    }

/*=========================================
FEATURES
=========================================*/

.module-features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin: 18px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 50px;
    border-radius: 10px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 13px;
}

    .feature-item i {
        color: #fff;
    }

/*=========================================
STATS
=========================================*/

.module-stats {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.stat-box {
    flex: 1;
    background: rgba(255,255,255,.15);
    border-radius: 12px;
    padding: 12px;
    text-align: center;
}

    .stat-box h4 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .stat-box span {
        color: #eef;
        font-size: 12px;
    }

/*=========================================
SMALL LIST
=========================================*/

.small-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

    .small-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 0;
        color: #475569;
        font-size: 14px;
        border-bottom: 1px solid #eef2f7;
    }

        .small-list li:last-child {
            border-bottom: none;
        }

        .small-list li::before {
            content: "?";
            color: #22c55e;
            font-weight: bold;
            font-size: 14px;
        }



















/* ===== Force Remove Any List Marker / Question Mark ===== */

.small-list,
.small-list li {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

    .small-list li::before,
    .small-list li::after,
    .small-list::before,
    .small-list::after {
        content: none !important;
        display: none !important;
    }

    .small-list li::marker {
        content: "" !important;
    }





/*===========================
STUDENT PORTAL
===========================*/

.student-portal {
    width: 100%;
    background: #F0FDF4;
    padding: 10px 0;
}

    .student-portal .container {
        max-width: 1400px;
        margin: auto;
        padding: 0 8%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 45px;
        align-items: center;
        min-height: calc(100vh - 72px);
    }

.student-left h2 {
    font-size: 52px;
    margin: 20px 0;
}

.student-left p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 25px;
}

.student-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .student-features li {
        margin-bottom: 12px;
        font-size: 17px;
        color: #334155;
    }

.student-dashboard {
    background: white;
    padding: 25px;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(0,0,0,.08);
}

.dash-top {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

    .dash-top span {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ddd;
    }

.dash-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}

.dash-card {
    padding: 20px;
    border-radius: 18px;
    color: white;
    text-align: center;
}

    .dash-card.blue {
        background: #2563eb;
    }

    .dash-card.green {
        background: #16a34a;
    }

    .dash-card.orange {
        background: #f97316;
    }

.progress-section {
    margin-top: 30px;
}

.progress {
    height: 10px;
    background: #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
}

    .progress .bar {
        width: 70%;
        height: 100%;
        background: linear-gradient(to right,#2563eb,#06b6d4);
    }

.progress-section p {
    margin-top: 10px;
    color: #64748b;
}


/*===========================
COLLEGE ERP SECTION
===========================*/

.college-erp {
    width: 100%;
    background: #F8F5FF;
    padding: 10px 0;
}

    .college-erp .container {
        min-height: calc(100vh - 72px);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 45px;
        align-items: center;
    }

.college-left h2 {
    font-size: 42px;
    line-height: 1.2;
    margin: 15px 0;
    color: #0f172a;
}

.college-left p {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 18px;
   
}

.college-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.college-item {
    padding: 12px 16px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
    font-size: 15px;
    transition: .3s;
}

    .college-item:hover {
        transform: translateX(6px);
    }

.college-dashboard {
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(18px);
    padding: 22px;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(124,58,237,.12);
}

.college-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    margin-top: 10px;
}

.c-card {
    padding: 16px;
    border-radius: 16px;
    color: #fff;
    text-align: center;
}

    .c-card h4 {
        font-size: 14px;
        font-weight: 500;
    }

    .c-card h2 {
        font-size: 26px;
        margin-top: 8px;
    }

    .c-card.purple {
        background: #7c3aed;
    }

    .c-card.blue {
        background: #2563eb;
    }

    .c-card.green {
        background: #16a34a;
    }

.college-graph {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 120px;
    margin-top: 20px;
}

    .college-graph div {
        flex: 1;
        background: linear-gradient(#a78bfa,#7c3aed);
        border-radius: 10px 10px 0 0;
    }

        .college-graph div:nth-child(1) {
            height: 40px;
        }

        .college-graph div:nth-child(2) {
            height: 75px;
        }

        .college-graph div:nth-child(3) {
            height: 115px;
        }

        .college-graph div:nth-child(4) {
            height: 65px;
        }

        .college-graph div:nth-child(5) {
            height: 95px;
        }

.college-features .purple {
    color: #7c3aed;
}

/*===========================
PARENT PORTAL
===========================*/

.parent-portal {
    width: 100%;
    background: white;
    padding: 10px 0;
}

    .parent-portal .container {
        min-height: calc(100vh - 72px);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 45px;
        align-items: center;
    }

.parent-left h2 {
    font-size: 52px;
    margin: 20px 0;
}

.parent-left p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 25px;
}

.parent-notifications {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.notify {
    background: white;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
    font-size: 15px;
    transition: .3s;
}

    .notify:hover {
        transform: translateX(8px);
    }

.mobile-mockup {
    display: flex;
    justify-content: center;
}

.mobile-screen {
    width: 280px;
    background: white;
    border-radius: 35px;
    padding: 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,.15);
}

.mobile-header {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

    .mobile-header span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ddd;
    }

.mobile-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.app-card {
    padding: 18px;
    border-radius: 18px;
    color: white;
    text-align: center;
    font-weight: 600;
}

    .app-card h3 {
        margin-top: 8px;
    }

    .app-card.blue {
        background: #2563eb;
    }

    .app-card.green {
        background: #16a34a;
    }

    .app-card.orange {
        background: #f97316;
    }

.app-notify {
    text-align: center;
    padding: 12px;
    background: #f1f5f9;
    border-radius: 14px;
    font-size: 13px;
    color: #64748b;
}

.parent-left .blue {
    color: #2563eb;
}

@media(max-width:992px) {

    .parent-portal {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
/*==========================
 TESTIMONIAL SECTION
==========================*/
.testimonials {
    padding: 50px 8%;
   
    background: #fff7ed;
}

.testimonials-container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.testi-left {
    width: 38%;
}

.testi-right {
    width: 62%;
    position: relative;
    height: 320px;
}

.testi-left h2 {
    font-size: 42px;
    line-height: 1.1;
    margin: 20px 0;
}

.testi-left p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.8;
}

.testimonial-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.testimonial-card {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    background: #fff;
    padding: 45px;
    border-radius: 25px;
    box-shadow: 0 20px 45px rgba(0,0,0,.08);
    text-align: center;
}

    .testimonial-card.active {
        display: block;
    }

.stars {
    color: #f59e0b;
    font-size: 30px;
    margin-bottom: 20px;
}

.testimonial-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #334155;
}

.testimonial-card h4 {
    margin-top: 20px;
    color: #2563eb;
    font-size: 24px;
}

@media(max-width:992px) {

    .testimonials-container {
        flex-direction: column;
    }

    .testi-left,
    .testi-right {
        width: 100%;
    }

    .testi-right {
        height: 350px;
    }

    .testi-left {
        text-align: center;
    }
}
@media (max-width: 768px) {

    /* MAIN SECTION */
    .testimonials {
        padding: 60px 20px;
    }

    /* CONTAINER STACK */
    .testimonials-container {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    /* LEFT TEXT FIRST */
    .testi-left {
        width: 100%;
        text-align: center;
    }

        .testi-left h2 {
            font-size: 30px;
            margin: 10px 0;
        }

        .testi-left p {
            font-size: 16px;
        }

    /* RIGHT SIDE FIX */
    .testi-right {
        width: 100%;
        height: auto; /* ?? important fix */
        position: relative;
    }

    /* SLIDER BECOMES STACKED (NO OVERLAP) */
    .testimonial-slider {
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    /* CARDS BECOME NORMAL BLOCKS */
    .testimonial-card {
        position: relative;
        display: block !important;
        width: 100%;
        padding: 20px;
    }

        /* REMOVE ABSOLUTE BEHAVIOR */
        .testimonial-card.active {
            display: block;
        }

        /* TEXT SIZE FIX */
        .testimonial-card p {
            font-size: 16px;
        }

        .testimonial-card h4 {
            font-size: 18px;
        }

    .stars {
        font-size: 20px;
    }
}
/*===========================
FOOTER
===========================*/

.footer {
    background: #0f172a;
    color: white;
    padding: 80px 8% 30px;
    margin-top: 100px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
}

.footer-box h2,
.footer-box h3 {
    margin-bottom: 15px;
}

.footer-box p {
    color: #94a3b8;
    line-height: 1.7;
}

.footer-box a {
    display: block;
    color: #94a3b8;
    text-decoration: none;
    margin-bottom: 8px;
    transition: .3s;
}

    .footer-box a:hover {
        color: white;
        transform: translateX(5px);
    }

.footer-bottom {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #1e293b;
    color: #94a3b8;
}





/*==================================
SCHOOL ERP PAGE
==================================*/

.school-hero {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
    padding: 110px 8% 60px; /* top: fixed header ke liye, left-right: 8%, bottom: 60px */
    background: linear-gradient(135deg,#eef7ff,#ffffff);
}
.school-badge {
    display: inline-block;
    padding: 10px 22px;
    background: #dbeafe;
    color: #2563eb;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.school-hero h1 {
    font-size: 58px;
    line-height: 1.15;
    color: #0f172a;
    margin-bottom: 25px;
}

.school-hero p {
    font-size: 18px;
    line-height: 1.9;
    color: #64748b;
    max-width: 650px;
    text-align:justify;
}

.school-buttons {
    display: flex;
    gap: 18px;
    margin-top: 40px;
}

.school-hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*==================================
ABOUT
==================================*/

.school-about {
    padding: 20px 0;
    background: #fff;
}

    .school-about .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 70px;
        align-items: center;
    }

    .school-about h2 {
        font-size: 48px;
        margin: 20px 0;
        color: #0f172a;
    }

    .school-about p {
        color: #64748b;
        line-height: 1.9;
        margin-bottom: 20px;
        text-align: justify;
    }

/*==================================
WHY ERP
==================================*/

.school-need {
    padding: 20px 8%;
    background: #f8fbff;
}

    .school-need h2 {
        text-align: center;
        font-size: 46px;
        margin-bottom: 70px;
    }

.need-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.need-card {
    background: #fff;
    padding: 35px;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
    transition: .35s;
}

    .need-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 60px rgba(37,99,235,.15);
    }

    .need-card i {
        font-size: 45px;
        color: #2563eb;
        margin-bottom: 20px;
    }

    .need-card h3 {
        margin-bottom: 15px;
        color: #0f172a;
    }

    .need-card p {
        color: #64748b;
        line-height: 1.7;
        
    }

/*==================================
PROBLEMS
==================================*/

.school-problems {
    padding: 20px 8%;
    background: #fff;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.problem-card {
    background: #fff5f5;
    border: 1px solid #ffd7d7;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    transition: .3s;
}

    .problem-card:hover {
        transform: translateY(-8px);
    }

/*==================================
SOLUTION
==================================*/

.school-solution {
    padding: 20px 8%;
    background: #eff6ff;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.solution-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
    transition: .35s;
}

    .solution-card:hover {
        transform: translateY(-10px);
    }

    .solution-card i {
        font-size: 34px;
        color: #2563eb;
        margin-bottom: 18px;
    }

/*==================================
MODULES
==================================*/

.school-modules {
    padding: 30px 8%;
    background: white;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.module-box {
    background: #f8fbff;
    padding: 35px;
    border-radius: 22px;
    transition: .35s;
    text-align: center;
}

    .module-box:hover {
        background: #2563eb;
        color: white;
        transform: translateY(-8px);
    }

/*==================================
BENEFITS
==================================*/

.school-benefits {
    padding: 30px 8%;
    background: #f8fbff;
}

.benefit-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}

.benefit-card {
    background: white;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
}

    .benefit-card h3 {
        margin-bottom: 25px;
    }

    .benefit-card li {
        margin-bottom: 16px;
        color: #475569;
    }

/*==================================
WORKFLOW
==================================*/

.school-flow {
    padding: 30px 8%;
    background: white;
}

.flow-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.flow-step {
    flex: 1;
    min-width: 150px;
    background: #eff6ff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
}

/*==================================
CTA
==================================*/

.school-cta {
    padding: 40px 8%;
    text-align: center;
    background: linear-gradient(135deg,#2563eb,#3b82f6);
    color: white;
}

    .school-cta h2 {
        font-size: 48px;
        margin-bottom: 25px;
    }

    .school-cta p {
        max-width: 700px;
        margin: auto;
        line-height: 1.8;
        opacity: .9;
      
    }

    .school-cta .school-buttons {
        justify-content: center;
    }
@media (max-width: 768px) {

    /* FLEX PARENT */
    .school-hero,
    .school-about .container {
        display: flex;
        flex-direction: column;
    }

    /* CONTENT FIRST (IMPORTANT) */
    .school-hero-content,
    .school-about-left {
        order: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    /* IMAGE SECOND */
    .school-hero-image,
    .school-about-right {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .school-hero-image img,
        .school-about-right img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }

    /* TEXT CLEANING */
    .school-hero-content h1,
    .school-about-left h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .school-hero-content p,
    .school-about-left p {
        font-size: 15px;
    }
}
@media (max-width: 768px) {

    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px; /* small safe padding */
        margin: 0;
    }

    section {
        padding: 20px 10px;
    }

    /* remove extra spacing feel */
    .school-hero-content,
    .school-about-left {
        padding: 0;
        margin: 0;
    }
}

/* ================= GLOBAL CONTAINER ================= */
.erp-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* ================= TITLE ================= */
.erp-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #0f172a;
}

/* =========================
CONTAINERS
========================= */
.erp-container {
    max-width: 1100px;
    margin: 60px auto;
    padding: 20px;
}

/* =========================
TITLE
========================= */
.erp-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111827;
}

/* =========================
FEATURE GRID
========================= */
.erp-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* FEATURE CARD */
.erp-feature-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .erp-feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.12);
    }

/* =========================
TWO COLUMN SECTION
========================= */
.erp-two-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* STEP BOX */
.erp-step-box {
    flex: 1;
    min-width: 280px;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    color: white;
    padding: 30px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 10px 25px rgba(79,70,229,0.25);
}

/* PROCESS TEXT */
.erp-process-text {
    flex: 1;
    min-width: 280px;
}

    .erp-process-text h2 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #111827;
    }

    .erp-process-text p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 12px;
        color: #4b5563;
    }












/*====================================
COLLEGE HERO
====================================*/


.college-hero {
    
    max-width: 1300px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
    
}

.college-hero-content {
    flex: 1;
}

.college-hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

    .college-hero-image img {
        width: 100%;
        max-width: 600px;
        border-radius: 20px;
    }
/*====================================
ABOUT
====================================*/

.college-about {
    max-width: 1300px;
    margin: 100px auto;
    padding: 0 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.college-about-left {
    flex: 1;
}

.college-about-right {
    flex: 1;
    text-align: center;
}

    .college-about-right img {
        width: 100%;
        max-width: 520px;
        border-radius: 20px;
        box-shadow: 0 25px 60px rgba(0,0,0,.12);
    }

.section-label {
    display: inline-block;
    padding: 8px 20px;
    background: #eef2ff;
    color: #4f46e5;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.college-about h2 {
    font-size: 42px;
    margin-bottom: 22px;
    color: #111827;
}

.college-about p {
    line-height: 1.9;
    color: #6b7280;
    margin-bottom: 18px;
    text-align: justify;
}
.center-title {
    text-align: center;
    font-size: 42px;
    margin: 90px 0 50px;
    color: #111827;
}

.need-grid {
    max-width: 1300px;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.need-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
    transition: .35s;
}

    .need-card:hover {
        transform: translateY(-12px);
    }

    .need-card h3 {
        margin: 20px 0;
        color: #111827;
    }

    .need-card p {
        color: #6b7280;
    }
.erp-container {
    max-width: 1300px;
    margin: 110px auto;
    padding: 0 7%;
}

.erp-title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
}

.erp-feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.erp-feature-card {
    padding: 35px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    transition: .35s;
}

    .erp-feature-card:hover {
        transform: translateY(-10px);
    }
.erp-two-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}

.erp-step-box {
    flex: 1;
    padding: 80px;
    border-radius: 25px;
    background: linear-gradient(135deg,#4f46e5,#06b6d4);
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.erp-process-text {
    flex: 1;
}

    .erp-process-text h2 {
        font-size: 42px;
        margin-bottom: 25px;
    }

    .erp-process-text p {
        line-height: 2;
        color: #6b7280;
    }

/* =========================
SERVICES HERO
========================= */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 25px; 
    padding: 0 40px; 
    max-width: 1200px;
    margin: auto;
}
.services-hero {
    text-align: center;
    padding: 20px 20px;
    background: linear-gradient(135deg, #eef2ff, #f0f9ff);
}

.services-badge {
    display: inline-block;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 25px;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    color: white;
    margin-bottom: 15px;
}

.services-hero h1 {
    font-size: 40px;
    margin-bottom: 15px;
}

.services-hero p {
    max-width: 700px;
    margin: auto;
    color: #475569;
}

/* =========================
SERVICES GRID
========================= */
.services-section {
    padding: 70px 20px;
    background: #ffffff;
}

.section-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 700;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* =========================
SERVICE CARD
========================= */
.service-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    transition: .3s ease;
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,.15);
    }

.service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg,#4f46e5,#06b6d4);
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1f2937;
}

.service-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
}

/* =========================
INFO SECTION
========================= */
.services-info {
    padding: 70px 20px;
    background: linear-gradient(135deg, #f0f9ff, #eef2ff);
}

.services-info-box {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

    .services-info-box h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .services-info-box p {
        color: #475569;
        margin-bottom: 12px;
    }






/* =========================
HERO
========================= */
.contact-hero {
    padding: 90px 20px;
    text-align: center;
    background: linear-gradient(135deg,#eef2ff,#f0f9ff);
}

.contact-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 25px;
    background: linear-gradient(135deg,#4f46e5,#06b6d4);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-hero h1 {
    font-size: 44px;
    margin: 15px 0;
}

.contact-hero p {
    max-width: 750px;
    margin: auto;
    color: #64748b;
}

/* =========================
CONTACT SECTION
========================= */
.contact-section {
    padding: 80px 20px;
    background: #fff;
}

.contact-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

/* LEFT INFO GRID */
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.info-card {
    background: #f8fafc;
    padding: 18px;
    border-radius: 14px;
    transition: 0.3s ease;
}

    .info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

/* FORM */
.contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.form-row {
    display: flex;
    gap: 15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    margin-top: 15px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
}

.contact-form button {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg,#4f46e5,#06b6d4);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}



/* FAQ */
.faq-section {
    padding: 10px 20px;
    background: #fff;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

.faq-card {
    background: #f8fafc;
    padding: 25px;
    border-radius: 15px;
    transition: 0.3s ease;
}

    .faq-card:hover {
        transform: translateY(-6px);
    }

/* CTA */
.contact-cta {
    padding: 90px 20px;
    text-align: center;
    background: linear-gradient(135deg,#4f46e5,#06b6d4);
    color: #fff;
}

.cta-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 35px;
    background: #fff;
    color: #4f46e5;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

/* RESPONSIVE */
@media(max-width:992px) {
    .contact-container {
        grid-template-columns: 1fr;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        flex-direction: column;
    }

    .contact-hero h1 {
        font-size: 30px;
    }
}









/* ===================================================
   FEATURES PAGE CSS - PART 1
   Hero + Common + School Modules
   =================================================== */



a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.yk-features-hero {
    padding: 35px 6%;
    background: linear-gradient(135deg,#f8fbff,#eef5ff);
}

.yk-features-wrapper {
    max-width: 1240px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
}






.yk-features-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 40px;
    background: #e7f0ff;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.yk-features-title {
    font-size: 52px;
    line-height: 1.1;
    margin: 25px 0;
    color: #111827;
    font-weight: 700;
}








.yk-features-description {
    font-size: 17px;
    color: #6b7280;
    line-height: 1.9;
    margin-bottom: 40px;
    max-width: 520px;
}

.yk-features-buttons {
    display: flex;
    gap: 18px;
}

.yk-btn-primary {
    padding: 16px 34px;
    border-radius: 50px;
    background: #2563eb;
    color: #fff;
    font-weight: 600;
    transition: .35s;
}

    .yk-btn-primary:hover {
        background: #1747c7;
        transform: translateY(-4px);
    }

.yk-btn-secondary {
    padding: 16px 34px;
    border-radius: 50px;
    border: 2px solid #2563eb;
    color: #2563eb;
    transition: .35s;
    font-weight: 600;
}

    .yk-btn-secondary:hover {
        background: #2563eb;
        color: #fff;
    }

.yk-dashboard-window {
    background: #fff;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 25px 70px rgba(0,0,0,.08);
}

.yk-dashboard-header {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

    .yk-dashboard-header span {
        width: 14px;
        height: 14px;
        border-radius: 50%;
    }

.yk-dot-red {
    background: #ff5f57;
}

.yk-dot-yellow {
    background: #febc2e;
}

.yk-dot-green {
    background: #28c840;
}

.yk-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.yk-dashboard-box {
    padding: 28px;
    border-radius: 22px;
    color: #fff;
}

    .yk-dashboard-box h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .yk-dashboard-box h2 {
        font-size: 34px;
    }

.yk-blue-box {
    background: linear-gradient(135deg,#2563eb,#4f46e5);
}

.yk-green-box {
    background: linear-gradient(135deg,#10b981,#14b8a6);
}

/*==========================
SCHOOL MODULES
===========================*/

.ykf-school-module-section {
    padding: 40px 8%;
    background: #fff;
}

.ykf-module-container {
    max-width: 1320px;
    margin: auto;
}

.ykf-module-heading {
    text-align: center;
    margin-bottom: 70px;
}

.ykf-small-title {
    display: inline-block;
    background: #edf4ff;
    color: #2563eb;
    padding:10px 24px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
}

.ykf-module-heading h2 {
    font-size: 48px;
    margin: 22px 0;
    color: #111827;
}

.ykf-module-heading p {
    max-width: 720px;
    margin: auto;
    color: #6b7280;
    line-height: 1.9;
}

.ykf-school-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px;
}

.ykf-school-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 18px 45px rgba(0,0,0,.07);
    transition: .35s;
    position: relative;
    overflow: hidden;
}

    .ykf-school-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg,#2563eb,#4f46e5);
    }

    .ykf-school-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 55px rgba(37,99,235,.18);
    }

.ykf-icon-circle {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: linear-gradient(135deg,#2563eb,#4f46e5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.ykf-school-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #111827;
}

.ykf-school-card p {
    color: #6b7280;
    line-height: 1.8;
}

.ykf-school-card:hover .ykf-icon-circle {
    transform: rotate(-8deg) scale(1.08);
    transition: .35s;
}



/*==================================================
FEATURES PAGE CSS - PART 2
College ERP + Role Based Portals
==================================================*/

/*=========================
COLLEGE ERP SECTION
==========================*/

.ykcf-college-section {
    padding: 10px 8%;
    background: #f7f8fd;
}

.ykcf-container {
    max-width: 1320px;
    margin: auto;
}

.ykcf-heading {
    text-align: center;
    margin-bottom: 70px;
}

.ykcf-badge {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 40px;
    background: #efe7ff;
    color: #6d28d9;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .8px;
}

.ykcf-heading h2 {
    margin-top: 20px;
    font-size: 48px;
    color: #111827;
}

.ykcf-heading p {
    max-width: 750px;
    margin: 20px auto 0;
    line-height: 1.9;
    color: #6b7280;
}

.ykcf-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.ykcf-card {
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(15px);
    border-radius: 26px;
    padding: 35px;
    border: 1px solid rgba(109,40,217,.08);
    transition: .35s;
    position: relative;
    overflow: hidden;
}

    .ykcf-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg,#7c3aed,#8b5cf6);
    }

    .ykcf-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 60px rgba(109,40,217,.18);
    }

    .ykcf-card i {
        width: 72px;
        height: 72px;
        border-radius: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(135deg,#7c3aed,#8b5cf6);
        color: #fff;
        font-size: 28px;
        margin-bottom: 22px;
    }

    .ykcf-card h3 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #111827;
    }

    .ykcf-card p {
        line-height: 1.8;
        color: #6b7280;
    }

    .ykcf-card:hover i {
        transform: rotate(-10deg) scale(1.08);
        transition: .35s;
    }

/*=========================
ROLE BASED PORTALS
==========================*/

.ykportal-section {
    padding: 30px 8%;
    background: #ffffff;
}

.ykportal-container {
    max-width: 1320px;
    margin: auto;
}

.ykportal-heading {
    text-align: center;
    margin-bottom: 70px;
}

.ykportal-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 40px;
    background: #edf5ff;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
}

.ykportal-heading h2 {
    font-size: 48px;
    margin: 20px 0;
    color: #111827;
}

.ykportal-heading p {
    max-width: 720px;
    margin: auto;
    line-height: 1.9;
    color: #6b7280;
}

.ykportal-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px;
}

.ykportal-card {
    background: #fff;
    border-radius: 28px;
    padding: 35px;
    box-shadow: 0 18px 45px rgba(0,0,0,.07);
    transition: .35s;
    position: relative;
    overflow: hidden;
}

    .ykportal-card::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        right: -80px;
        top: -80px;
        border-radius: 50%;
        background: rgba(37,99,235,.05);
    }

    .ykportal-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 28px 60px rgba(37,99,235,.15);
    }

.ykportal-icon {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.student-bg {
    background: linear-gradient(135deg,#2563eb,#4f46e5);
}

.teacher-bg {
    background: linear-gradient(135deg,#10b981,#14b8a6);
}

.parent-bg {
    background: linear-gradient(135deg,#f59e0b,#fb7185);
}

.admin-bg {
    background: linear-gradient(135deg,#7c3aed,#6366f1);
}

.ykportal-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #111827;
}

.ykportal-card p {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 20px;
}

.ykportal-card ul {
    list-style: none;
    padding: 0;
}

.ykportal-card li {
    padding: 10px 0;
    color: #374151;
    border-bottom: 1px solid #edf2f7;
    position: relative;
    padding-left: 24px;
}

    .ykportal-card li:last-child {
        border: none;
    }

    .ykportal-card li::before {
        
        position: absolute;
        left: 0;
        color: #10b981;
        font-weight: 700;
    }

.ykportal-card:hover .ykportal-icon {
    transform: scale(1.08) rotate(-8deg);
    transition: .35s;
}




.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

@media(max-width:991px) {

    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 80px;
        left: 0;
        padding: 20px;
        box-shadow: 0 10px 20px rgba(0,0,0,.1);
    }

        .nav-links.active {
            display: flex;
        }
}















/* BACKGROUND EFFECT */
.demo-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
    align-items: center;
}

.demo-bg-blur {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle,#2b59ff33,#00bcd422);
    filter: blur(80px);
    top: -50px;
    left: -80px;
    z-index: -1;
}

/* LEFT SIDE */
.demo-info__badge {
    display: inline-block;
    padding: 10px 12px;
    background: #eaf0ff;
    color: #2b59ff;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}


.demo-info__title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    margin-bottom: 10px;
}
    .demo-info__title span {
        color: #2b59ff;
    }

.demo-info__text {
    font-size: 15px;
    color: #64748b;
    max-width: 420px;
    margin-bottom: 25px;
}
.demo-info__card {
    background: #ffffff;
    border: 1px solid #eef2ff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    padding: 16px;
    border-radius: 12px;
    margin-top: 10px;
}

    .demo-info__card h4 {
        font-size: 15px;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 4px;
    }
    .demo-info__card p {
        font-size: 13px;
        color: #94a3b8;
    }
    .demo-info__card:hover {
        transform: translateY(-3px);
    }

/* FORM CARD */
.demo-formcard {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.demo-formcard__title {
    font-size: 24px;
    font-weight: 700;
}

.demo-formcard__subtitle {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.demo-formcard__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.demo-formcard__input,
.demo-formcard__select,
.demo-formcard__textarea {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
    transition: 0.3s;
    font-size: 14px;
}

    .demo-formcard__input:focus,
    .demo-formcard__select:focus,
    .demo-formcard__textarea:focus {
        border-color: #2b59ff;
        box-shadow: 0 0 0 3px rgba(43,89,255,0.12);
    }

.demo-formcard__textarea {
    grid-column: span 2;
    height: 90px;
    resize: none;
}

.demo-formcard__full {
    grid-column: span 2;
}

.demo-formcard__btn {
    width: 100%;
    margin-top: 15px;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg,#2b59ff,#00bcd4);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

    .demo-formcard__btn:hover {
        transform: translateY(-2px);
    }

.demo-formcard__note {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
    color: #888;
}






















/*==================================================
RESPONSIVE CSS
==================================================*/

@media (max-width:992px) {

    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    section {
        padding: 70px 20px;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    /*=========================
HEADER
=========================*/

    .navbar {
        height: 70px;
        padding: 0 20px;
    }

    .logo-text span {
        font-size: 15px;
    }

    .logo-text small {
        font-size: 11px;
    }

    .menu-btn {
        display: block;
        font-size: 24px;
        cursor: pointer;
    }

    .navbar > nav {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        display: none;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
    }

        .navbar > nav.active {
            display: flex;
        }

        .navbar > nav a {
            padding: 12px 0;
        }

    .nav-actions {
        display: none;
    }

    /*=========================
HERO
=========================*/

    .hero {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 45px;
        min-height: auto;
        padding: 100px 20px 70px;
    }

    .hero-content {
        width: 100%;
    }

        .hero-content h1 {
            font-size: 36px;
            line-height: 1.2;
        }

        .hero-content p {
            font-size: 16px;
            max-width: 100%;
            margin: auto;
        }

    .hero-tag {
        font-size: 13px;
        padding: 10px 18px;
    }

    .hero-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .dashboard {
        width: 100%;
        max-width: 430px;
        padding: 20px;
    }

    .dashboard-grid {
        gap: 15px;
    }

    .card {
        padding: 15px;
    }

        .card h4 {
            font-size: 13px;
        }

        .card h2 {
            font-size: 22px;
        }

    .chart {
        height: 100px;
    }

    .float-card {
        transform: scale(.8);
    }

    .card-one {
        top: -15px;
        left: -5px;
    }

    .card-two {
        right: -5px;
    }

    .card-three {
        left: 10px;
    }

    .hero::before,
    .hero::after,
    .wave,
    .dots {
        display: none;
    }
}
/*==================================================
RESPONSIVE CSS PART 2
WHY ERP + MODULES + STUDENT PORTAL
==================================================*/

@media (max-width:992px) {

    /*=========================
WHY ERP
=========================*/

    .why-erp {
        padding: 70px 20px;
    }

        .why-erp .container {
            display: flex;
            flex-direction: column;
            gap: 45px;
        }

    .why-left,
    .why-right {
        width: 100%;
        flex: 100%;
    }

    .why-left {
        text-align: center;
    }

        .why-left h2 {
            font-size: 34px;
            line-height: 1.2;
        }

        .why-left p {
            font-size: 16px;
            max-width: 100%;
            margin: 18px auto;
        }

    .feature-box {
        padding: 18px;
        border-radius: 18px;
        margin-bottom: 18px;
        text-align: left;
    }

    .feature-icon {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }

    .glass-dashboard {
        width: 100%;
        max-width: 430px;
        margin: auto;
        padding: 20px;
    }

    .analytics-card {
        gap: 15px;
    }

    .analytics-item {
        padding: 18px;
    }

        .analytics-item h1 {
            font-size: 28px;
        }

    .circle-chart {
        margin-top: 20px;
    }

    
    /*=========================
STUDENT PORTAL
=========================*/

    .student-portal {
        padding: 70px 20px;
    }

        .student-portal .container {
            display: flex;
            flex-direction: column;
            gap: 45px;
        }

    .student-left,
    .student-right {
        width: 100%;
        flex: 100%;
    }

    .student-left {
        text-align: center;
    }

        .student-left h2 {
            font-size: 34px;
            line-height: 1.2;
        }

        .student-left p {
            font-size: 16px;
            max-width: 100%;
            margin: auto;
        }

    .student-features {
        margin-top: 25px;
        text-align: left;
    }

        .student-features li {
            font-size: 15px;
            margin-bottom: 12px;
        }

    .student-dashboard {
        width: 100%;
        max-width: 430px;
        margin: auto;
        padding: 20px;
    }

    .dash-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .dash-card {
        padding: 18px;
    }

        .dash-card h2 {
            font-size: 26px;
        }

    .progress-section {
        margin-top: 25px;
    }
}
/*==================================================
RESPONSIVE CSS PART 3
COLLEGE ERP + PARENT PORTAL + TESTIMONIALS
==================================================*/

@media (max-width:992px) {

    /*=================================
COLLEGE ERP
==================================*/

    .college-erp {
        padding: 70px 20px;
    }

        .college-erp .container {
            display: flex;
            flex-direction: column;
            gap: 45px;
        }

    .college-left,
    .college-right {
        width: 100%;
        flex: 100%;
    }

    .college-left {
        text-align: center;
    }

        .college-left h2 {
            font-size: 34px;
            line-height: 1.2;
        }

        .college-left p {
            font-size: 16px;
            max-width: 100%;
            margin: 18px auto;
        }

    .college-features {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .college-item {
        padding: 16px;
        border-radius: 16px;
        font-size: 15px;
    }

    .college-dashboard {
        width: 100%;
        max-width: 430px;
        margin: auto;
        padding: 20px;
    }

    .college-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .c-card {
        padding: 18px;
    }

        .c-card h2 {
            font-size: 26px;
        }

    .college-graph {
        margin-top: 25px;
    }


    /*=================================
PARENT PORTAL
==================================*/

    .parent-portal {
        padding: 70px 20px;
    }

        .parent-portal .container {
            display: flex;
            flex-direction: column;
            gap: 45px;
        }

    .parent-left,
    .parent-right {
        width: 100%;
        flex: 100%;
    }

    .parent-left {
        text-align: center;
    }

        .parent-left h2 {
            font-size: 34px;
            line-height: 1.2;
        }

        .parent-left p {
            font-size: 16px;
            max-width: 100%;
            margin: auto;
        }

    .parent-notifications {
        margin-top: 25px;
    }

    .notify {
        padding: 16px;
        margin-bottom: 14px;
        border-radius: 16px;
        font-size: 15px;
        text-align: left;
    }

    .mobile-mockup {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .mobile-screen {
        width: 320px;
        max-width: 100%;
    }

    .mobile-body {
        padding: 20px;
    }

    .app-card {
        padding: 16px;
    }

        .app-card h3 {
            font-size: 22px;
        }


    /*=================================
TESTIMONIALS
==================================*/

    .testimonials {
        padding: 70px 20px;
    }

    .testimonials-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .testi-left,
    .testi-right {
        width: 100%;
        flex: 100%;
    }

    .testi-left {
        text-align: center;
    }

        .testi-left h2 {
            font-size: 34px;
            line-height: 1.2;
        }

        .testi-left p {
            font-size: 16px;
            max-width: 100%;
            margin: 20px auto;
        }

    .testimonial-slider {
        width: 100%;
    }

    .testimonial-card {
        padding: 28px 22px;
        border-radius: 22px;
        min-height: auto;
    }

    .stars {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .testimonial-card p {
        font-size: 16px;
        line-height: 1.8;
    }

    .testimonial-card h4 {
        font-size: 18px;
    }

    .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }
}
/*==================================================
RESPONSIVE CSS PART 4 (FINAL)
CONTACT + FOOTER + SMALL DEVICES + GLOBAL FIXES
==================================================*/

@media (max-width:992px) {

    /*==================================
CONTACT SECTION
===================================*/

    .contact {
        padding: 70px 20px;
    }

        .contact .container {
            min-height: auto;
        }

    .contact-header {
        text-align: center;
    }

        .contact-header h2 {
            font-size: 34px;
            line-height: 1.2;
        }

        .contact-header p {
            font-size: 16px;
            max-width: 100%;
            margin: auto;
        }

    .contact-container {
        display: flex;
        flex-direction: column;
        gap: 35px;
        margin-top: 40px;
    }

    .contact-info,
    .contact-form {
        width: 100%;
    }

    .info-box {
        padding: 18px;
        border-radius: 18px;
        font-size: 15px;
    }

        .info-box p {
            font-size: 14px;
        }

    .contact-form input,
    .contact-form textarea {
        width: 100%;
        padding: 14px;
        font-size: 15px;
        border-radius: 14px;
    }

    .contact-form textarea {
        min-height: 130px;
        resize: none;
    }

    .primary-btn {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }

    /*==================================
FOOTER
===================================*/

    .footer {
        padding: 60px 20px 25px;
    }

    .footer-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-box h2 {
        font-size: 28px;
    }

    .footer-box h3 {
        font-size: 22px;
    }

    .footer-box p,
    .footer-box a {
        font-size: 15px;
    }

    .footer-bottom {
        margin-top: 35px;
        font-size: 14px;
    }

    /*==================================
GLOBAL FIXES
===================================*/

    .container {
        width: 100%;
        padding: 0;
    }

    img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    section {
        overflow: hidden;
    }

    button,
    a {
        -webkit-tap-highlight-color: transparent;
    }
}


@media (max-width:768px) {

    .section-label {
        font-size: 12px;
        padding: 8px 14px;
    }

    .hero-content h1,
    .why-left h2,
    .modules-header h2,
    .student-left h2,
    .college-left h2,
    .parent-left h2,
    .testi-left h2,
    .contact-header h2 {
        font-size: 30px;
    }

    .hero-content p,
    .why-left p,
    .modules-header p,
    .student-left p,
    .college-left p,
    .parent-left p,
    .testi-left p,
    .contact-header p {
        font-size: 15px;
    }

    .hero-tag {
        font-size: 12px;
    }

    .dashboard,
    .student-dashboard,
    .college-dashboard,
    .glass-dashboard {
        transform: scale(.95);
    }
}



@media (max-width:480px) {

    body {
        overflow-x: hidden;
    }

    .hero {
        padding: 95px 18px 50px;
    }

    .hero-content h1 {
        font-size: 26px;
        line-height: 1.25;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-tag {
        font-size: 11px;
    }

    .btn-primary,
    .btn-secondary,
    .demo-btn,
    .login-btn,
    .primary-btn {
        width: 100%;
        text-align: center;
        padding: 14px;
        font-size: 14px;
    }

    .dashboard,
    .student-dashboard,
    .college-dashboard,
    .glass-dashboard {
        transform: scale(.88);
        transform-origin: center;
    }

    .feature-box,
    .bento-card,
    .college-item,
    .notify,
    .info-box,
    .testimonial-card {
        padding: 18px;
    }

    .module-stats {
        grid-template-columns: 1fr;
    }

    .stat-box {
        padding: 14px;
    }

    .footer-box {
        text-align: center;
    }
}



@media (max-height:500px) and (orientation:landscape) {

    .hero {
        min-height: auto;
        padding: 120px 30px 70px;
    }
}



html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}






@media (max-width:992px) {

    /* Hero */

    .school-hero {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        padding: 80px 20px;
    }

    .school-hero-content,
    .school-hero-image {
        width: 100%;
    }

        .school-hero-content h1 {
            font-size: 38px;
            line-height: 1.2;
        }

        .school-hero-content p {
            font-size: 16px;
            line-height: 1.8;
        }

        .school-hero-image img {
            width: 100%;
            max-width: 500px;
            margin: auto;
            display: block;
        }

    /* About */

    .school-about .container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .school-about-left,
    .school-about-right {
        width: 100%;
        text-align: center;
    }

        .school-about-left h2 {
            font-size: 34px;
        }

        .school-about-left p {
            font-size: 16px;
            line-height: 1.8;
        }

        .school-about-right img {
            width: 100%;
            max-width: 500px;
            display: block;
            margin: auto;
        }

    /* Need Grid */

    .need-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 18px;
    }

    .need-card {
        padding: 22px;
        border-radius: 18px;
    }

        .need-card h3 {
            font-size: 18px;
        }

        .need-card p {
            font-size: 14px;
        }

    /* Features */

    .erp-feature-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 18px;
    }

    .erp-feature-card {
        padding: 22px;
        font-size: 16px;
    }

    /* Process */

    .erp-two-col {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .erp-step-box,
    .erp-process-text {
        width: 100%;
    }

    .erp-process-text {
        text-align: center;
    }

        .erp-process-text h2 {
            font-size: 32px;
        }

        .erp-process-text p {
            font-size: 16px;
            line-height: 1.8;
        }
}
@media (max-width:480px) {

    .school-hero {
        padding: 60px 18px;
    }

    .school-hero-content h1 {
        font-size: 30px;
    }

    .school-hero-content p {
        font-size: 15px;
    }

    .school-about-left h2 {
        font-size: 28px;
    }

    .need-grid {
        grid-template-columns: 1fr;
    }

    .need-card {
        padding: 20px;
    }

    .erp-feature-grid {
        grid-template-columns: 1fr;
    }

    .erp-feature-card {
        padding: 20px;
        font-size: 15px;
    }

    .erp-step-box {
        padding: 25px;
        font-size: 22px;
    }

    .erp-process-text h2 {
        font-size: 28px;
    }

    .erp-process-text p {
        font-size: 15px;
    }

    .school-about-right img,
    .school-hero-image img {
        max-width: 100%;
    }
}





@media (max-width:992px) {

 

    .college-about .container {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .college-about-left,
    .college-about-right {
        width: 100%;
        text-align: center;
    }

        .college-about-left h2 {
            font-size: 34px;
            margin-bottom: 18px;
        }

        .college-about-left p {
            font-size: 16px;
            line-height: 1.8;
        }

        .college-about-right img {
            width: 100%;
            max-width: 500px;
            display: block;
            margin: auto;
        }

  

    .need-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    .need-card {
        padding: 22px;
        border-radius: 18px;
    }

        .need-card h3 {
            font-size: 18px;
            margin: 15px 0 10px;
        }

        .need-card p {
            font-size: 14px;
            line-height: 1.6;
        }

  

    .erp-title {
        font-size: 34px;
        text-align: center;
    }

    .erp-feature-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    .erp-feature-card {
        padding: 22px;
        text-align: center;
        font-size: 16px;
        border-radius: 16px;
    }

   

    .erp-two-col {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .erp-step-box,
    .erp-process-text {
        width: 100%;
        text-align: center;
    }

    .erp-step-box {
        padding: 30px;
        font-size: 24px;
    }

    .erp-process-text h2 {
        font-size: 32px;
    }

    .erp-process-text p {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media (max-width:480px) {

    .college-about {
        padding: 60px 18px;
    }

    .college-about-left h2 {
        font-size: 28px;
    }

    .college-about-left p {
        font-size: 15px;
    }

    .college-about-right img {
        max-width: 100%;
    }

    .need-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .need-card {
        padding: 20px;
    }

        .need-card h3 {
            font-size: 17px;
        }

        .need-card p {
            font-size: 14px;
        }

    .erp-title {
        font-size: 28px;
    }

    .erp-feature-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .erp-feature-card {
        padding: 20px;
        font-size: 15px;
    }

    .erp-step-box {
        font-size: 22px;
        padding: 25px;
    }

    .erp-process-text h2 {
        font-size: 28px;
    }

    .erp-process-text p {
        font-size: 15px;
    }
}

@media (max-width:992px) {

   

    .yk-features-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
        padding: 70px 20px;
    }

    .yk-features-left,
    .yk-features-right {
        width: 100%;
    }

    .yk-features-title {
        font-size: 40px;
        line-height: 1.2;
    }

    .yk-features-description {
        font-size: 16px;
        line-height: 1.8;
    }

    .yk-features-buttons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .yk-dashboard-window {
        width: 100%;
        max-width: 550px;
        margin: auto;
    }


  

    .ykf-module-heading {
        text-align: center;
    }

        .ykf-module-heading h2 {
            font-size: 34px;
        }

        .ykf-module-heading p {
            font-size: 16px;
        }

    .ykf-school-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    .ykf-school-card {
        padding: 25px;
    }


    

    .ykcf-heading {
        text-align: center;
    }

        .ykcf-heading h2 {
            font-size: 34px;
        }

        .ykcf-heading p {
            font-size: 16px;
        }

    .ykcf-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    .ykcf-card {
        padding: 25px;
    }


    

    .ykportal-heading {
        text-align: center;
    }

        .ykportal-heading h2 {
            font-size: 34px;
        }

        .ykportal-heading p {
            font-size: 16px;
        }

    .ykportal-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    .ykportal-card {
        padding: 25px;
    }
}
@media (max-width:480px) {

   

    .yk-features-wrapper {
        padding: 60px 18px;
    }

    .yk-features-title {
        font-size: 30px;
    }

    .yk-features-description {
        font-size: 15px;
    }

    .yk-features-buttons {
        flex-direction: column;
        align-items: center;
    }

    .yk-btn-primary,
    .yk-btn-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    .yk-dashboard-window {
        max-width: 100%;
    }


  

    .ykf-module-heading h2 {
        font-size: 28px;
    }

    .ykf-school-grid {
        grid-template-columns: 1fr;
    }

    .ykf-school-card {
        padding: 22px;
    }

        .ykf-school-card h3 {
            font-size: 20px;
        }

        .ykf-school-card p {
            font-size: 15px;
        }


    
    .ykcf-heading h2 {
        font-size: 28px;
    }

    .ykcf-grid {
        grid-template-columns: 1fr;
    }

    .ykcf-card {
        padding: 22px;
    }

        .ykcf-card h3 {
            font-size: 20px;
        }

        .ykcf-card p {
            font-size: 15px;
        }


    

    .ykportal-heading h2 {
        font-size: 28px;
    }

    .ykportal-grid {
        grid-template-columns: 1fr;
    }

    .ykportal-card {
        padding: 22px;
    }

        .ykportal-card h3 {
            font-size: 20px;
        }

        .ykportal-card p,
        .ykportal-card li {
            font-size: 15px;
        }

    .ykportal-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
}
@media (max-width:768px) {

    .contact-hero {
        padding: 70px 20px 40px;
    }

    .contact-badge {
        font-size: 12px;
        padding: 8px 18px;
    }

    .contact-hero h1 {
        font-size: 34px;
        line-height: 1.25;
    }

    .contact-hero p {
        font-size: 15px;
        line-height: 1.8;
    }

    .contact-container {
        gap: 28px;
    }

    .contact-info h2,
    .contact-form h2 {
        font-size: 28px;
        text-align: center;
    }

    .contact-info p {
        text-align: center;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .info-card {
        padding: 25px 20px;
        text-align: center;
    }

        .info-card h3 {
            font-size: 19px;
        }

    .contact-form form {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        width: 100%;
        font-size: 15px;
        padding: 14px;
    }

    .contact-form button {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-card {
        padding: 25px;
        text-align: center;
    }

        .faq-card h3 {
            font-size: 20px;
        }

    .cta-section {
        padding: 55px 20px;
    }

        .cta-section h2 {
            font-size: 30px;
            line-height: 1.3;
        }

        .cta-section p {
            font-size: 15px;
        }

    .cta-btn {
        width: 100%;
        max-width: 280px;
        display: inline-flex;
        justify-content: center;
        padding: 15px 24px;
        font-size: 16px;
    }
}
@media (max-width:480px) {

    .contact-hero {
        padding: 60px 15px 35px;
    }

        .contact-hero h1 {
            font-size: 28px;
        }

        .contact-hero p {
            font-size: 14px;
        }

    .contact-container {
        gap: 22px;
    }

    .contact-form form {
        padding: 20px 18px;
    }

    .info-card {
        padding: 20px 15px;
    }

        .info-card h3 {
            font-size: 18px;
        }

        .info-card p {
            font-size: 14px;
        }

    .faq-card {
        padding: 20px;
    }

        .faq-card h3 {
            font-size: 18px;
        }

        .faq-card p {
            font-size: 14px;
        }

    .cta-section h2 {
        font-size: 24px;
    }

    .cta-btn {
        font-size: 15px;
    }
}


@media (max-width:992px) {

    .demo-wrapper {
        display: flex;
        flex-direction: column;
        gap: 45px;
        padding: 70px 25px;
    }

    .demo-info,
    .demo-formcard {
        width: 100%;
    }

    .demo-info {
        text-align: center;
    }

    .demo-info__title {
        font-size: 42px;
        line-height: 1.2;
    }

    .demo-info__text {
        font-size: 16px;
        max-width: 700px;
        margin: 20px auto;
    }

    .demo-info__cards {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    .demo-formcard {
        max-width: 750px;
        margin: auto;
    }

    .demo-formcard__grid {
        grid-template-columns: repeat(2,1fr);
        gap: 18px;
    }

    .demo-formcard__full,
    .demo-formcard__textarea {
        grid-column: span 2;
    }
}
@media (max-width:768px) {

    .demo-wrapper {
        padding: 60px 20px;
    }

    .demo-info {
        text-align: center;
    }

    .demo-info__badge {
        font-size: 12px;
        padding: 8px 18px;
    }

    .demo-info__title {
        font-size: 34px;
    }

    .demo-info__text {
        font-size: 15px;
        line-height: 1.8;
    }

    .demo-info__cards {
        grid-template-columns: 1fr;
    }

    .demo-info__card {
        padding: 22px;
        text-align: left;
    }

        .demo-info__card h4 {
            font-size: 18px;
        }

        .demo-info__card p {
            font-size: 14px;
        }

    .demo-formcard {
        padding: 30px 22px;
    }

    .demo-formcard__title {
        font-size: 28px;
        text-align: center;
    }

    .demo-formcard__grid {
        grid-template-columns: 1fr;
    }

    .demo-formcard__full,
    .demo-formcard__textarea {
        grid-column: span 1;
    }

    .demo-formcard__input,
    .demo-formcard__select,
    .demo-formcard__textarea {
        width: 100%;
        font-size: 15px;
        padding: 14px;
    }

    .demo-formcard__btn {
        width: 100%;
        padding: 16px;
        font-size: 16px;
    }
}
@media (max-width:480px) {

    .demo-wrapper {
        padding: 50px 15px;
    }

    .demo-info__title {
        font-size: 28px;
    }

    .demo-info__text {
        font-size: 14px;
    }

    .demo-info__cards {
        gap: 15px;
    }

    .demo-info__card {
        padding: 18px;
        border-radius: 16px;
    }

        .demo-info__card h4 {
            font-size: 17px;
        }

        .demo-info__card p {
            font-size: 13px;
        }

    .demo-formcard {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .demo-formcard__title {
        font-size: 24px;
    }

    .demo-formcard__input,
    .demo-formcard__select,
    .demo-formcard__textarea {
        font-size: 14px;
        padding: 13px;
    }

    .demo-formcard__btn {
        font-size: 15px;
    }
}




@media (max-width:992px) {

    .services-hero,
    .services-wrapper,
    .services-container {
        display: flex;
        flex-direction: column;
        gap: 35px;
        padding: 25px 20px;
    }

    .services-left,
    .services-right,
    .services-info-box {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

        .services-left h1,
        .services-info-box h2 {
            font-size: 34px !important;
            line-height: 1.3;
        }

        .services-left p,
        .services-info-box p {
            font-size: 16px;
            line-height: 1.8;
        }

        .services-right img,
        .services-image img {
            width: 100%;
            max-width: 420px;
            display: block;
            margin: auto;
        }


    .services-info-box {
        padding: 28px;
        border-radius: 22px;
    }

   

    .section-title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 35px;
    }

    

    .services-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    

    .service-card {
        padding: 24px;
        border-radius: 20px;
    }

    .service-icon {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .service-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .service-card p {
        font-size: 15px;
        line-height: 1.7;
    }
}



@media (max-width:768px) {

    .services-hero,
    .services-wrapper,
    .services-container {
        padding: 20px 16px;
    }

    .services-left h1,
    .services-info-box h2 {
        font-size: 28px !important;
    }

    .services-left p,
    .services-info-box p {
        font-size: 15px;
    }

    .section-title {
        font-size: 26px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-card {
        padding: 22px;
    }

        .service-card h3 {
            font-size: 19px;
        }

        .service-card p {
            font-size: 15px;
        }

    .service-icon {
        font-size: 34px;
    }
}


@media (max-width:480px) {

    .services-left h1,
    .services-info-box h2 {
        font-size: 24px !important;
    }

    .services-left p,
    .services-info-box p {
        font-size: 14px;
    }

    .section-title {
        font-size: 22px;
    }

    .service-card {
        padding: 18px;
        border-radius: 18px;
    }

        .service-card h3 {
            font-size: 18px;
        }

        .service-card p {
            font-size: 14px;
            line-height: 1.6;
        }

    .service-icon {
        font-size: 30px;
    }
}



















@media (max-width: 768px) {

  
    .college-about,
    .college-container {
        display: flex;
        flex-direction: column;
    }

   
    .college-about-left {
        order: 1;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

   
    .college-about-right {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

        .college-about-right img {
            width: 100%;
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }

    
    .college-about-left h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .college-about-left p {
        font-size: 15px;
    }
}
@media (max-width: 768px) {

    .yk-features-wrapper,
    .ykf-school-grid,
    .ykcf-grid,
    .ykportal-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    
    .ykf-school-card,
    .ykcf-card,
    .ykportal-card,
    .yk-dashboard-box {
        width: 100%;
        margin: 0;
        transform: none !important; 
    }

    
    .container {
        padding: 0 15px;
    }

   
    h1, h2, h3 {
        text-align: center;
    }
}













.journey-section {
    padding: 30px 0;
    background: #f8fbff;
    position: relative;
    overflow: hidden;
}

    .journey-section::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: rgba(37,99,235,.08);
        border-radius: 50%;
        filter: blur(120px);
        top: -150px;
        left: -150px;
    }

    .journey-section::after {
        content: "";
        position: absolute;
        width: 450px;
        height: 450px;
        background: rgba(124,58,237,.08);
        border-radius: 50%;
        filter: blur(120px);
        bottom: -150px;
        right: -150px;
    }

    .journey-section .container {
        width: 90%;
        max-width: 1400px;
        margin: auto;
        text-align: center;
        position: relative;
        z-index: 2;
    }

.section-heading span {
    display: inline-block;
    padding: 8px 22px;
    background: #e8f0ff;
    color: #2563eb;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    
    margin-left: 0;
    float: left;
   

}

.section-heading h2 {
    clear: both; 
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111827;
}

.section-heading p {
    max-width: 750px;
    margin: 0 auto 50px;
    color: #64748b;
    font-size: 18px;
    line-height: 1.8;
}
.journey-image img {
    width: 88%; 
    max-width: 1100px; 
    height: 480px; 
    object-fit: contain; 
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 35px 70px rgba(37,99,235,.18));
    animation: floatImage 5s ease-in-out infinite;
}
@keyframes floatImage {
    0%,100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }
}

@media(max-width:768px) {

    .section-heading h2 {
        font-size: 34px;
    }

    .section-heading p {
        font-size: 16px;
    }

    .journey-image img {
        max-width: 100%;
    }
}


.left-decoration,
.right-decoration {
    position: absolute;
    width: 250px;
    height: 500px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.left-decoration {
    left: 20px;
}

.right-decoration {
    right: 20px;
}

.circle {
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(37,99,235,.18);
}

.one {
    width: 180px;
    height: 180px;
    left: 10px;
    top: 40px;
}

.two {
    width: 120px;
    height: 120px;
    left: 90px;
    top: 250px;
}

.three {
    width: 160px;
    height: 160px;
    right: 20px;
    top: 80px;
}

.four {
    width: 100px;
    height: 100px;
    right: 90px;
    bottom: 40px;
}

.dots {
    position: absolute;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(#2563eb 1.5px,transparent 1.5px);
    background-size: 16px 16px;
    opacity: .12;
}

.left-decoration .dots {
    bottom: 20px;
    left: 20px;
}

.right-decoration .dots {
    top: 20px;
    right: 20px;
}



/*===========================
SEO KEYWORDS SECTION
===========================*/

.seo-keywords {
    padding: 40px 8% 40px !important;
    margin: 0 !important;
    min-height: auto !important;
    height: auto !important;
    border-top: none !important;
    background: #F5F9FF;
}

    .seo-keywords .container {
        margin: 0 auto !important;
        padding-bottom: 0 !important;
        min-height: auto !important;
    }

.seo-heading {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.seo-text {
    font-size: 16px;
    line-height: 1.9;
    color: #64748b;
    max-width: 1100px;
    margin: 0 auto 26px;
    text-align: justify;
}

    .seo-text strong {
        color: #334155;
        font-weight: 600;
    }

.seo-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 14px 12px !important;
    margin-bottom: 0 !important;
    width: 100%;
}

    .seo-tags span {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        color: #475569;
        font-size: 15px;
        font-weight: 500;
        padding: 10px 20px;
        border-radius: 20px;
        transition: .3s;
        white-space: nowrap;
        line-height: 1.4;
    }

        .seo-tags span:hover {
            background: #2563eb;
            border-color: #2563eb;
            color: #fff;
        }

.footer {
    margin-top: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .seo-keywords {
        padding: 30px 20px 20px;
    }

    .seo-heading {
        font-size: 22px;
    }

    .seo-text {
        text-align: left;
        font-size: 14.5px;
    }

    .seo-tags span {
        font-size: 13px;
        padding: 8px 14px;
        white-space: normal;
        text-align: center;
    }
}


/*===========================
FAQ SECTION (Home Page)
===========================*/

.faq-section {
    padding: 20px 0 50px;
    background: #fdf2f8;
}

.faq-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 45px;
}

    .faq-heading h2 {
        font-size: clamp(26px, 3.5vw, 40px);
        color: #111827;
        margin: 16px 0 12px;
    }

    .faq-heading p {
        color: #64748b;
        font-size: 15px;
        line-height: 1.7;
    }

/* ============ SCROLLABLE FAQ GRID ============ */
.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 850px;
    margin: 0 auto;
    max-height: 520px; 
    overflow-y: auto;
    padding-right: 10px; 
}

    
    .faq-grid::-webkit-scrollbar {
        width: 6px;
    }

    .faq-grid::-webkit-scrollbar-track {
        background: transparent;
    }

    .faq-grid::-webkit-scrollbar-thumb {
        background: #2563eb;
        border-radius: 10px;
    }

        .faq-grid::-webkit-scrollbar-thumb:hover {
            background: #1747c7;
        }


.faq-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px 26px;
    cursor: pointer;
    transition: .3s ease;
}

    .faq-card:hover {
        border-color: #2563eb;
    }

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

    .faq-question h3 {
        font-size: 16.5px;
        font-weight: 600;
        color: #1e293b;
        margin: 0;
    }

.faq-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: #2563eb;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    transition: .3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, margin-top .35s ease;
}

    .faq-answer p {
        font-size: 14.5px;
        line-height: 1.8;
        color: #64748b;
        margin: 0;
    }
/* ACTIVE / OPEN STATE */
.faq-card.active {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 10px 30px rgba(37,99,235,.08);
}

    .faq-card.active .faq-icon {
        background: #2563eb;
        color: #fff;
        transform: rotate(45deg);
    }

    .faq-card.active .faq-answer {
        max-height: 300px;
        margin-top: 14px;
    }
/* Responsive */
@media (max-width: 768px) {
    .faq-grid {
        max-height: 420px;
    }

    .faq-card {
        padding: 18px 20px;
    }

    .faq-question h3 {
        font-size: 15px;
    }

    .faq-icon {
        width: 28px;
        height: 28px;
        font-size: 18px;
    }
}