@media (max-width: 600px) {
    .badge-group {
        justify-content: center !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        text-align: center !important;
        gap: var(--spacing-xs) !important;
    }
    .badge {
        display: inline-block !important;
        max-width: 95vw !important;
        white-space: normal !important;
        text-align: center !important;
        margin: 0 auto !important;
    }
    .feature-item {
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        white-space: normal !important;
        word-break: break-word !important;
    }
    .form-card-elevated {
        padding: var(--spacing-lg) var(--spacing-xl) !important;
    }
    .form-showcase {
        margin: var(--spacing-md) var(--spacing-sm) !important;
    }
    /* Force hero section content to be centered */
    .hero .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding-left: var(--spacing-xs) !important;
        padding-right: var(--spacing-xs) !important;
    }
    .hero-content-clean {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    .hero-center {
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    .hero,
    .container,
    .hero-content,
    .hero-content-clean {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: var(--spacing-md) !important;
        padding-right: var(--spacing-md) !important;
        box-sizing: border-box !important;
    }
    .hero {
        padding: 24px 0 40px 0;
    }
    .hero-content,
    .hero-content-clean {
        grid-template-columns: 1fr !important;
        gap: var(--spacing-md);
        justify-items: center;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .hero-center {
        align-items: center !important;
        text-align: center !important;
        width: 100%;
    }
    .hero-center .badge-group {
        justify-content: center !important;
        width: 100%;
    }
    .hero-center .hero-title,
    .hero-center .hero-subtitle,
    .hero-center .hero-features {
        text-align: center !important;
        max-width: 100% !important;
        width: 100%;
    }
    .hero-features {
        grid-template-columns: 1fr !important;
        gap: var(--spacing-xs);
        width: 100%;
        margin-bottom: var(--spacing-md);
    }
    .feature-item {
        justify-content: center;
        width: 100%;
    }
    .hero-cta-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: var(--spacing-xs);
    }

    /* General Mobile Responsiveness */
    .container {
        padding-left: var(--spacing-sm) !important;
        padding-right: var(--spacing-sm) !important;
    }

    /* Stats & Form Section */
    .stats-form-section,
    .stats-form-wrapper {
        grid-template-columns: 1fr !important;
        gap: var(--spacing-lg) !important;
    }

    .stats-showcase,
    .form-showcase {
        text-align: center !important;
    }

    .stats-grid-new {
        grid-template-columns: 1fr !important;
        gap: var(--spacing-md) !important;
    }

    /* Trust Badges */
    .trust-badges .container {
        padding: var(--spacing-md) var(--spacing-sm) !important;
    }

    .trust-content h3 {
        font-size: 1.5rem !important;
    }

    /* IIT Partnership */
    .iit-grid {
        grid-template-columns: 1fr !important;
        gap: var(--spacing-lg) !important;
    }

    .iit-card {
        text-align: center !important;
    }

    /* Limited Time Offer */
    .offer-content {
        flex-direction: column !important;
        text-align: center !important;
        gap: var(--spacing-lg) !important;
    }

    .offer-features-grid {
        grid-template-columns: 1fr !important;
    }

    /* Scholarship Program */
    .scholarship-content {
        flex-direction: column !important;
        text-align: center !important;
        gap: var(--spacing-lg) !important;
    }

    .scholarship-benefits {
        grid-template-columns: 1fr !important;
    }

    /* Awards & Recognition */
    .awards-showcase-grid,
    .ceremony-grid-new,
    .certificates-grid-new {
        grid-template-columns: 1fr !important;
        gap: var(--spacing-md) !important;
    }

    .ceremony-card-new,
    .certificate-card-new {
        text-align: center !important;
    }

    /* Placements Gallery */
    .placement-stats-row {
        grid-template-columns: 1fr !important;
        gap: var(--spacing-md) !important;
    }

    .placed-students-grid {
        grid-template-columns: 1fr !important;
        gap: var(--spacing-md) !important;
    }

    /* Other Courses */
    .courses-grid-other {
        grid-template-columns: 1fr !important;
        gap: var(--spacing-md) !important;
    }

    .course-card-other {
        text-align: center !important;
    }

    /* Course Overview */
    .course-highlights {
        grid-template-columns: 1fr !important;
        gap: var(--spacing-md) !important;
    }

    .highlight-card {
        text-align: center !important;
    }

    /* Buttons */
    .btn {
        width: 100% !important;
        margin-bottom: var(--spacing-sm) !important;
    }

    /* Forms */
    .lead-form .form-group {
        margin-bottom: var(--spacing-md) !important;
    }

    .lead-form input,
    .lead-form select,
    .lead-form textarea {
        font-size: 1rem !important;
    }

    /* Typography */
    h1 {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 1.75rem !important;
    }

    h3 {
        font-size: 1.5rem !important;
    }

    p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }
}
/* ========================================
   Teks Academy - Data Science Landing Page
   Enhanced Styling with Better Readability & Full Responsiveness
   ======================================== */

/* ========== Global Styles ========== */

:root {
    /* Improved Brand Colors for Better Readability */
    --primary-color: #2c65a3;
    /* --secondary-color: #dc2626; */
    --secondary-color: #e86729;
    --accent-color: #f59e0b;
    --dark-blue: #1e3a8a;
    --light-blue: #3b82f6;

    /* Additional Colors with Better Contrast */
    --success-color: #059669;
    --warning-color: #d97706;
    --danger-color: #dc2626;
    --text-primary: #111827;
    --text-secondary: #4b5563;
    --text-light: #6b7280;
    --bg-light: #f9fafb;
    --bg-white: #ffffff;
    --bg-gray: #e5e7eb;
    --border-color: #d1d5db;

    /* Typography */
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Inter', sans-serif;

    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;

    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 1rem;
    --radius-xl: 1.5rem;
    --radius-full: 9999px;

    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);

    /* Transitions */
    --transition-fast: 0.15s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease;
}

html {
    scroll-behavior: smooth;
}

/* Prevent auto-scroll on first load */
html.no-scroll-on-load {
    scroll-behavior: auto !important;
}

html.no-scroll-on-load body {
    overflow: hidden !important;
}

/* Transitions */
/* --transition-fast: 150ms ease-in-out;
    --transition-base: 300ms ease-in-out;
    --transition-slow: 500ms ease-in-out;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-secondary);
    color: var(--text-primary);
    line-height: 1.6;
    background-color: var(--bg-white);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-primary);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-base);
}

.text_center {
    text-align: center;
    display: flex;
    justify-content: center;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* ========== Top Bar ========== */
.top-bar {
    background: #2c65a3;
    color: white;
    padding: var(--spacing-xs) 0;
    font-size: 0.875rem;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
}

.top-info {
    display: flex;
    gap: var(--spacing-lg);
    flex-wrap: wrap;
    align-items: center;
}

.top-info span {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    color: #ffffff;
    white-space: nowrap;
}

.top-social {
    display: flex;
    gap: var(--spacing-sm);
    align-items: center;
}

.top-social a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.15);
    color: white;
    transition: var(--transition-base);
    flex-shrink: 0;
}

.top-social a:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* ========== Header ========== */
.header {
    background: var(--bg-white);
    box-shadow: var(--shadow-md);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition-base);
}

.header.scrolled {
    box-shadow: var(--shadow-lg);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-sm) 0;
    position: relative;
    min-height: 70px;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    /* flex-shrink: 0; */
}

.logo {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.years-badge {
    height: 45px;
    width: auto;
    object-fit: contain;
    border-left: 2px solid #e0e0e0;
    padding-left: 12px;
}

.tagline {
    font-size: 0.75rem;
    color: var(--secondary-color);
    font-weight: 600;
    border-left: 2px solid var(--secondary-color);
    padding-left: var(--spacing-xs);
    line-height: 1.3;
    white-space: nowrap;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--spacing-xs);
    z-index: 1001;
    position: relative;
}

.mobile-toggle span {
    width: 28px;
    height: 3px;
    background: var(--primary-color);
    border-radius: var(--radius-sm);
    transition: var(--transition-base);
    display: block;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: var(--spacing-xs);
    align-items: center;
    margin: 0;
    padding: 0;
    margin-left: 10%;
}

.nav-menu li {
    margin: 0;
    padding: 0;
}

.nav-menu a {
    font-weight: 500;
    color: var(--text-primary);
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--radius-md);
    transition: var(--transition-base);
    display: block;
    white-space: nowrap;
}

.nav-menu a:hover {
    color: var(--primary-color);
    background: var(--bg-light);
}

.nav-cta {
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue)) !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: var(--radius-full);
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    background: linear-gradient(135deg, var(--dark-blue), var(--primary-color)) !important;
}

/* ========== Floating CTA Button ========== */
.floating-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.floating-btn {
    background: linear-gradient(135deg, var(--secondary-color), #ef4444);
    color: white;
    padding: var(--spacing-md) var(--spacing-lg);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-xl);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    font-size: 1rem;
}

.floating-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 50px -12px rgba(220, 38, 38, 0.4);
}

.cta-text-mobile {
    display: none;
}

@media (max-width: 640px) {
    .floating-cta {
        bottom: 20px;
        right: 20px;
    }

    .floating-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .cta-text-desktop {
        display: none;
    }

    .cta-text-mobile {
        display: inline;
    }
}

/* ========== Strategic CTA Sections ========== */
.cta-section {
    padding: var(--spacing-2xl) 0;
}

.cta-curriculum {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.cta-alumni {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-xl);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: var(--spacing-2xl);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    flex-shrink: 0;
}

.cta-text {
    flex: 1;
}

.cta-text h3 {
    color: white;
    font-size: 1.75rem;
    margin-bottom: var(--spacing-xs);
    font-weight: 700;
}

.cta-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin: 0;
}

.btn-light {
    background: white;
    color: var(--primary-color);
    font-weight: 600;
}

.btn-light:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Placement Records CTA */
.placement-records-cta {
    margin-top: var(--spacing-2xl);
    margin-bottom: var(--spacing-xl);
}

.cta-box {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    padding: var(--spacing-2xl);
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-xl);
}

.cta-left h3 {
    color: white;
    font-size: 1.75rem;
    margin-bottom: var(--spacing-sm);
    font-weight: 700;
}

.cta-left p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    margin: 0;
}

.cta-right {
    flex-shrink: 0;
}

/* Responsive CTAs */
@media (max-width: 768px) {
    .cta-content {
        flex-direction: column;
        text-align: center;
        padding: var(--spacing-lg);
    }

    .cta-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .cta-text h3 {
        font-size: 1.5rem;
    }

    .cta-text p {
        font-size: 0.95rem;
    }

    .btn-light {
        width: 100%;
    }

    .cta-box {
        flex-direction: column;
        text-align: center;
        padding: var(--spacing-lg);
    }

    .cta-left h3 {
        font-size: 1.5rem;
    }

    .cta-right {
        width: 100%;
    }

    .cta-right .btn {
        width: 100%;
    }
}

/* ========== Hero Section ========== */
.hero {
    position: relative;
    /* background: linear-gradient(135deg, #0a1929 0%, #0d3a5f 25%, #145DA0 50%, #1a75c4 75%, #145DA0 100%); */
    background-image: url(../img/bg.jpg);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    padding: 40px 0 80px 0;
    overflow: hidden;
    color: white;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation: gradientFlow 20s ease infinite; */
}

@keyframes gradientFlow {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(244, 122, 32, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(26, 117, 196, 0.18) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(20, 93, 160, 0.1) 0%, transparent 70%);
    z-index: 1;
    animation: pulseGlow 8s ease-in-out infinite;
}

@keyframes pulseGlow {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.hero-bg-animation {
    display: none;
}

.hero-bg-image {
    display: none;
}

@keyframes slowFloat {

    0%,
    100% {
        transform: translateY(0px) scale(1.05);
    }

    50% {
        transform: translateY(-30px) scale(1.08);
    }
}

/* Data Science Visual Elements */
.data-science-visual {
    position: relative;
    margin-bottom: var(--spacing-md);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    animation: floatUpDown 3s ease-in-out infinite;
}

.ai-illustration {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius-xl);
    opacity: 0.9;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.hero-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: var(--spacing-2xl);
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
}

/* New Clean Hero Content */
.hero-content-clean {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    gap: var(--spacing-2xl);
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-center {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* gap: var(--spacing-lg); */
}

@media (max-width: 900px) {
    .hero-content,
    .hero-content-clean {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
        justify-items: center;
        text-align: center;
    }
    .hero-center {
        align-items: center;
        text-align: center;
    }
    .hero-center .badge-group {
        justify-content: center;
    }
    .hero-center .hero-title,
    .hero-center .hero-subtitle,
    .hero-center .hero-features {
        text-align: center;
        max-width: 100%;
    }
}


.hero-center .badge-group {
    justify-content: flex-start;
}

.hero-center .hero-title {
    text-align: left;
}

.hero-center .hero-subtitle {
    text-align: left;
    max-width: 100%;
}

.hero-center .hero-features {
    max-width: 100%;
}

/* AI/Data Science Image */
.hero-ai-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation: floatAnimation 6s ease-in-out infinite; */
}

.hero-ai-image .ai-illustration {
    width: 100%;
    max-width: 500px;
    height: auto;
    opacity: 0.65;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(244, 122, 32, 0.2),
        0 0 40px rgba(20, 93, 160, 0.3);
    transition: all 0.5s ease;
    filter: drop-shadow(0 0 20px rgba(244, 122, 32, 0.3));
    transform-style: preserve-3d;
}

.hero-ai-image .ai-illustration:hover {
    opacity: 0.85;
    transform: scale(1.05) translateZ(20px);
    box-shadow: 0 30px 80px rgba(244, 122, 32, 0.35),
        0 0 60px rgba(20, 93, 160, 0.4);
}

@keyframes floatAnimation {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-15px) rotate(1deg);
    }

    50% {
        transform: translateY(-25px) rotate(0deg);
    }

    75% {
        transform: translateY(-15px) rotate(-1deg);
    }
}

/* AI Image in Hero - removed duplicate */

.hero-cta-buttons {
    display: flex;
    gap: var(--spacing-md);
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: var(--spacing-md);
}

.btn-hero-primary {
    background: linear-gradient(135deg, #F47A20, #ff9040);
    color: white;
    padding: 18px 40px;
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(244, 122, 32, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-hero-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.7s ease;
}

.btn-hero-primary:hover::before {
    left: 100%;
}

.btn-hero-primary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 50px rgba(244, 122, 32, 0.5);
    background: linear-gradient(135deg, #ff9040, #F47A20);
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 18px 40px;
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
}

.hero-left {
    animation: fadeInLeft 1s ease-out;
    padding-right: var(--spacing-md);
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

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

.badge-group {
    display: flex;
    gap: var(--spacing-sm);
    flex-wrap: wrap;
    margin-bottom: var(--spacing-md);
}

.badge {
    padding: 10px 18px;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-xs);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: var(--transition-base);
}

.badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.badge-primary {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(15px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.badge-secondary {
    background: rgba(23, 100, 171, 0.3);
    color: white;
    border: 1px solid rgba(239, 68, 68, 0.5);
}

.hero-title {
    font-size: 3rem;
    margin-bottom: var(--spacing-md);
    line-height: 1.2;
    color: white;
    font-weight: 800;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.title-line-1,
.title-line-2 {
    /* display: block;
    background: linear-gradient(135deg, #F47A20, #ff9040);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
    color: #fb8834;
}

.title-line-1 {
    font-size: 3rem;
}

.title-line-2 {
    font-size: 2.75rem;
}

.gradient-text {
    background: linear-gradient(135deg, #F47A20, #ff9040, #F47A20);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% center;
    }

    50% {
        background-position: 100% center;
    }
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-sm);
    color: rgba(255, 255, 255, 0.98);
    line-height: 1.8;
    font-weight: 400;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    max-width: 90%;
}

.hero-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xs);
    /* margin-bottom: var(--spacing-lg); */
}

.feature-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    font-size: 1rem;
    color: white;
    font-weight: 500;
    padding: var(--spacing-xs);
    transition: var(--transition-base);
}

.feature-item:hover {
    transform: translateX(5px);
}

.feature-item i {
    color: #10b981;
    font-size: 1.35rem;
    filter: drop-shadow(0 2px 4px rgba(16, 185, 129, 0.4));
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
    padding: 28px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.stat-item {
    text-align: center;
    padding: 10px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #F47A20;
    text-shadow: 0 2px 10px rgba(244, 122, 32, 0.4);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-item p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

/* ========== Redesigned Hero Stats ========== */
.hero-stats-redesigned {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-xl);
}

.stat-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: var(--radius-lg);
    padding: var(--spacing-lg);
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.22);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #F47A20, #ff9040);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 20px rgba(244, 122, 32, 0.4);
}

.stat-icon i {
    font-size: 1.75rem;
    color: white;
}

.stat-content {
    flex: 1;
    text-align: left;
}

.stat-card .stat-number {
    font-size: 2.25rem;
    font-weight: 900;
    color: #F47A20;
    text-shadow: 0 2px 10px rgba(244, 122, 32, 0.4);
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

/* ========== Limited Time Offer Redesigned ========== */
.limited-offer-redesigned {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, #e18b63 0%, #f0a16a 50%, #ffe7d5 100%);
    position: relative;
    overflow: hidden;
}

.limited-offer-redesigned::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.offer-wrapper {
    position: relative;
    z-index: 1;
}

.offer-badge {
    background: linear-gradient(135deg, #145DA0, #1a75c4);
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: var(--spacing-md);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    animation: pulse 2s infinite;
}

.offer-badge i {
    font-size: 1.1rem;
    animation: flash 1.5s infinite;
}

@keyframes flash {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.offer-main-content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: var(--radius-xl);
    padding: var(--spacing-2xl);
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: var(--spacing-2xl);
    align-items: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.offer-left-content {
    padding-right: var(--spacing-lg);
    border-right: 2px solid rgba(244, 122, 32, 0.2);
}

.offer-headline {
    font-size: 2.5rem;
    font-weight: 900;
    color: #145DA0;
    margin-bottom: var(--spacing-sm);
    line-height: 1.2;
}

.offer-subtext {
    font-size: 1.15rem;
    color: #4b5563;
    margin-bottom: var(--spacing-lg);
    line-height: 1.6;
}

.offer-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
}

.offer-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #1f2937;
}

.offer-feature i {
    color: #10b981;
    font-size: 1.25rem;
}

.offer-right-content {
    text-align: center;
}

.offer-discount-badge {
    background: linear-gradient(135deg, #F47A20, #ff6b35);
    color: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    margin-bottom: var(--spacing-lg);
    box-shadow: 0 10px 30px rgba(244, 122, 32, 0.4);
    transform: rotate(-3deg);
    transition: all 0.3s ease;
}

.offer-discount-badge:hover {
    transform: rotate(0deg) scale(1.05);
}

.discount-amount {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.discount-label {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.btn-offer-new {
    background: linear-gradient(135deg, #145DA0, #1a75c4);
    color: white;
    padding: 18px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(20, 93, 160, 0.4);
    transition: all 0.3s ease;
    margin-bottom: var(--spacing-md);
    width: 100%;
    justify-content: center;
}

.btn-offer-new:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(20, 93, 160, 0.5);
    background: linear-gradient(135deg, #0d4a7a, #145DA0);
}

.offer-contact-new {
    font-size: 1.05rem;
    color: #4b5563;
    font-weight: 600;
    margin: 0;
}

.offer-contact-new i {
    color: #F47A20;
    margin-right: 5px;
}

.offer-contact-new a {
    color: #145DA0;
    text-decoration: none;
    font-weight: 800;
    border-bottom: 2px solid #145DA0;
    transition: all 0.3s ease;
}

.offer-contact-new a:hover {
    color: #F47A20;
    border-bottom-color: #F47A20;
}

/* ========== Stats & Form Section (NEW) ========== */
.stats-form-section {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
    position: relative;
    overflow: hidden;
}

.stats-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.3" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,170.7C1248,160,1344,128,1392,112L1440,96L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>') no-repeat top center;
    background-size: cover;
    opacity: 0.5;
}

.stats-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-2xl);
    align-items: stretch;
    position: relative;
    z-index: 1;
}

/* Stats Showcase */
.stats-showcase {
    padding-right: var(--spacing-xl);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.section-badge-stats {
    background: linear-gradient(135deg, #145DA0, #1a75c4);
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: var(--spacing-md);
    /* box-shadow: 0 5px 20px rgba(20, 93, 160, 0.3); */
    width: fit-content;
}

.stats-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #1f2937;
    margin-bottom: var(--spacing-sm);
    line-height: 1.2;
}

.highlight-text {
    background: linear-gradient(135deg, #145DA0, #1a75c4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stats-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: var(--spacing-xl);
    line-height: 1.6;
}

.stats-grid-new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
    width: 100%;
}

.stat-box {
    background: white;
    padding: var(--spacing-md) var(--spacing-md);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    min-height: 100px;
}

.stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(244, 122, 32, 0.05), rgba(20, 93, 160, 0.05));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    border-color: #F47A20;
}

.stat-box:hover::before {
    opacity: 1;
}

.stat-icon-large {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #F47A20, #ff9040);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(244, 122, 32, 0.3);
    transition: all 0.4s ease;
}

.stat-box:hover .stat-icon-large {
    transform: scale(1.1) rotate(10deg);
}

.stat-icon-large i {
    font-size: 1.65rem;
    color: white;
}

.stat-details {
    flex: 1;
    min-width: 0;
}

.stat-number-large {
    font-size: 2.25rem;
    font-weight: 900;
    color: #145DA0;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-text {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

/* Form Showcase */
.form-showcase {
    padding-left: var(--spacing-xl);
    display: flex;
    align-items: flex-start;
}

.form-card-elevated {
    background: white;
    border-radius: var(--radius-xl);
    padding: var(--spacing-lg);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
}

.form-card-elevated::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #145DA0, #F47A20, #145DA0);
    background-size: 200% 100%;
    animation: gradientMove 3s ease infinite;
}

@keyframes gradientMove {

    0%,
    100% {
        background-position: 0% center;
    }

    50% {
        background-position: 100% center;
    }
}

.form-header-new {
    text-align: center;
    margin-bottom: var(--spacing-lg);
}

.form-header-new h3 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #145DA0;
    margin-bottom: 8px;
}

.form-header-new p {
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 500;
}

.lead-form-new {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.form-group-new {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #145DA0;
    font-size: 1rem;
    z-index: 1;
    pointer-events: none;
}

.form-group-new input {
    width: 100%;
    padding: 14px 18px 14px 46px;
    border: 2px solid #e5e7eb;
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #f9fafb;
    box-sizing: border-box;
}

.form-group-new input:focus {
    outline: none;
    border-color: #145DA0;
    background: white;
    box-shadow: 0 0 0 3px rgba(20, 93, 160, 0.1);
}

.btn-form-submit {
    background: linear-gradient(135deg, #145DA0, #1a75c4);
    color: white;
    padding: 16px 28px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: var(--radius-md);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(20, 93, 160, 0.3);
    transition: all 0.3s ease;
    width: 100%;
}

.btn-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(20, 93, 160, 0.4);
    background: linear-gradient(135deg, #0d4a7a, #145DA0);
}

.form-security {
    text-align: center;
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: var(--spacing-sm);
    line-height: 1.5;
}

.form-security i {
    color: #10b981;
}

.form-security a {
    color: #F47A20;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #F47A20;
}

.form-security a:hover {
    color: #145DA0;
    border-bottom-color: #145DA0;
}

.hero-cta {
    display: flex;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
    flex-wrap: wrap;
}

.urgency-banner {
    background: rgba(220, 38, 38, 0.95);
    padding: var(--spacing-md);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    animation: pulse 2s ease-in-out infinite;
    color: white;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }
}

.seats-left {
    font-weight: 800;
    font-size: 1.25rem;
    color: #fbbf24;
}

/* ========== Floating Form ========== */
.hero-right {
    animation: fadeInRight 1s ease-out;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

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

.floating-form {
    background: white;
    border-radius: var(--radius-xl);
    padding: var(--spacing-lg);
    box-shadow: var(--shadow-xl);
    animation: floatUpDown 3s ease-in-out infinite;
}

/* Static Form (No Animation) */
.hero-form-static {
    background: white;
    border-radius: var(--radius-lg);
    padding: var(--spacing-lg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
    max-width: 400px;
    width: 100%;
}

/* z-index: 2;
    max-width: 420px;
} */

/* CTA Pulse Animation */
.cta-pulse {
    animation: ctaPulse 2s ease-in-out infinite;
}

@keyframes ctaPulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(37, 99, 235, 0);
    }
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.form-header {
    text-align: center;
    margin-bottom: var(--spacing-md);
}

.form-header h3 {
    color: #145DA0;
    font-size: 1.25rem;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
}

.form-header i {
    color: #F47A20;
}

.form-header p {
    color: #666;
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0;
}

.lead-form .form-group {
    margin-bottom: var(--spacing-sm);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    transition: var(--transition-base);
    font-family: var(--font-secondary);
    color: var(--text-primary);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    outline: none;
    border-color: #145DA0;
    box-shadow: 0 0 0 3px rgba(20, 93, 160, 0.1);
}

.form-note {
    text-align: center;
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-top: var(--spacing-sm);
}

/* ========== Buttons ========== */
.btn {
    padding: var(--spacing-sm) var(--spacing-lg);
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-xs);
    cursor: pointer;
    border: none;
    transition: var(--transition-base);
    text-align: center;
    justify-content: center;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    color: white;
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
}






.btn-secondary {
    background: linear-gradient(135deg, var(--secondary-color), #ef4444);
    color: white;
    position: relative;
    overflow: hidden;
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-secondary:hover::before {
    left: 100%;
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(220, 38, 38, 0.3);
}

.btn-outline {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.btn-outline:hover {
    background: white;
    color: var(--primary-color);
}

.btn-large {
    padding: var(--spacing-md) var(--spacing-xl);
    font-size: 1.125rem;
}

.btn-block {
    width: 100%;
}

.pulse-animation {
    animation: pulseButton 2s infinite;
}

@keyframes pulseButton {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 99, 235, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
    }
}

/* ========== Trust Badges ========== */

.trust-badges {
    background: var(--bg-light);
    padding: var(--spacing-xl) 0;
}

.trust-content h3 {
    text-align: center;
    margin-bottom: var(--spacing-lg);
    color: var(--text-primary);
    font-size: 1.25rem;
}

.trust-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    /* gap: var(--spacing-xs); */
    align-items: center;
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    /* background: #fff; */
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.trust-item {
    flex: 0 0 auto;
    padding: 0 30px;
}

.trust-item img {
    height: 75px;
    width: auto;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.cursor_notallowed {
    cursor: not-allowed !important;
}

.disabled_none {
    visibility: hidden;
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-logo-placeholder {
    background: white;
    padding: var(--spacing-lg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    text-align: center;
    font-weight: 700;
    color: var(--primary-color);
    min-width: 120px;
    transition: var(--transition-base);
}

.trust-logo-placeholder:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

/* ========== IIT Partnership Section ========== */
.iit-partnership {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, #0a1929 0%, #0d3a5f 50%, #145DA0 100%);
    position: relative;
    overflow: hidden;
}

.tech-pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(30deg, rgba(244, 122, 32, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(244, 122, 32, 0.05) 87.5%, rgba(244, 122, 32, 0.05)),
        linear-gradient(150deg, rgba(20, 93, 160, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(20, 93, 160, 0.08) 87.5%, rgba(20, 93, 160, 0.08));
    background-size: 80px 140px;
    background-position: 0 0, 40px 70px;
    opacity: 0.6;
    animation: patternMove 30s linear infinite;
}

@keyframes patternMove {
    0% {
        background-position: 0 0, 40px 70px;
    }

    100% {
        background-position: 80px 140px, 120px 210px;
    }
}

.section-header {
    margin-bottom: var(--spacing-2xl);
}

.section-badge {
    display: inline-block;
    padding: var(--spacing-xs) var(--spacing-md);
    background: linear-gradient(135deg, #F47A20, #ff9040);
    color: white;
    border-radius: var(--radius-full);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: var(--spacing-md);
    box-shadow: 0 4px 15px rgba(244, 122, 32, 0.3);
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: var(--spacing-md);
    color: #186db9;
    /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
}

.section-header p {
    font-size: 1.125rem;
    color: #fff;
}

.text-center {
    text-align: center;
}

.iit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-2xl);
}

.iit-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.iit-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(244, 122, 32, 0.1), transparent);
    transition: all 0.6s ease;
    transform: rotate(45deg);
}

.iit-card:hover::before {
    left: 100%;
}

.iit-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 30px 80px rgba(244, 122, 32, 0.3);
    border-color: rgba(244, 122, 32, 0.5);
}

.iit-icon {
    width: 200px;
    height: 90px;
    /* background: linear-gradient(135deg, #F47A20, #ff9040); */
    /* border-radius: var(--radius-full); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--spacing-md);
    font-size: 2.5rem;
    color: white;
    /* box-shadow: 0 10px 30px rgba(244, 122, 32, 0.4); */
    position: relative;
    z-index: 1;
}

.iit-card h3 {
    font-size: 1.5rem;
    margin-bottom: var(--spacing-xs);
    color: var(--primary-color);
    font-weight: 700;
}

.iit-card p {
    color: var(--text-secondary);
    margin-bottom: var(--spacing-md);
    font-weight: 600;
}

.iit-benefits {
    list-style: none;
    text-align: left;
}

.iit-benefits li {
    padding: var(--spacing-xs) 0;
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    color: var(--text-primary);
}

.iit-benefits i {
    color: var(--success-color);
}

/* ========== LinkedIn Partner ========== */
.linkedin-partner {
    background: linear-gradient(135deg, #0a66c2, #0077b5);
    color: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
}

.linkedin-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--spacing-xl);
    align-items: center;
}

.linkedin-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-xs);
    background: rgba(255, 255, 255, 0.2);
    padding: var(--spacing-xs) var(--spacing-md);
    border-radius: var(--radius-full);
    font-weight: 600;
    margin-bottom: var(--spacing-md);
    color: white;
}

.linkedin-badge i {
    font-size: 1.5rem;
    color: white;
}

.linkedin-left h3 {
    font-size: 1.75rem;
    margin-bottom: var(--spacing-md);
    color: white;
}

.linkedin-left p {
    margin-bottom: var(--spacing-md);
    color: rgba(255, 255, 255, 0.95);
}

.linkedin-benefits {
    list-style: none;
}

.linkedin-benefits li {
    padding: var(--spacing-xs) 0;
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    color: white;
}

.linkedin-benefits i {
    color: #fbbf24;
}

.value-box {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: var(--spacing-xl);
    border-radius: var(--radius-lg);
    text-align: center;
}

.value-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: var(--spacing-xs);
}

.value-amount {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: var(--spacing-xs);
    color: white;
}

.value-offer {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fbbf24;
}

/* ========== Limited Time Offer Section ========== */
.limited-offer-section {
    padding: var(--spacing-lg) 0;
    background: linear-gradient(135deg, #F47A20 0%, #ff9040 100%);
    position: relative;
    overflow: hidden;
}

.limited-offer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,170.7C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom center;
    background-size: cover;
    opacity: 0.3;
}

.offer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-xl);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-xl);
    padding: var(--spacing-xl);
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.offer-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}

.offer-icon i {
    font-size: 2.5rem;
    color: #F47A20;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    }
}

.offer-text {
    flex: 1;
    color: white;
}

.offer-text h3 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.offer-text p {
    font-size: 1.15rem;
    margin-bottom: 15px;
    line-height: 1.5;
}

.offer-text strong {
    font-weight: 700;
    text-decoration: underline;
}

.offer-benefits {
    display: flex;
    gap: var(--spacing-lg);
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-benefits li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 600;
}

.offer-benefits i {
    color: #fff;
    font-size: 1rem;
}

.offer-cta {
    flex-shrink: 0;
    text-align: center;
}

.btn-offer {
    background: white;
    color: #F47A20;
    padding: 18px 35px;
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.btn-offer:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    background: #145DA0;
    color: white;
}

.offer-contact {
    margin-top: 12px;
    font-size: 1rem;
    font-weight: 600;
    color: white;
}

.offer-contact a {
    color: white;
    text-decoration: none;
    font-weight: 800;
    border-bottom: 2px solid white;
}

.offer-contact a:hover {
    border-bottom-color: #145DA0;
}

/* Hero Section - Download Button Below Form */
.hero-cta-below-form {
    margin-top: var(--spacing-md);
    padding-top: var(--spacing-md);
    border-top: 1px solid rgba(20, 93, 160, 0.1);
}

.btn-download {
    background: linear-gradient(135deg, #145DA0, #1a75c4);
    color: white;
    font-weight: 600;
}

.btn-download:hover {
    background: linear-gradient(135deg, #0d4a7a, #145DA0);
    transform: translateY(-2px);
}

/* ========== Scholarship Program Section ========== */
.scholarship-section {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, #145DA0 0%, #1a75c4 100%);
    position: relative;
    overflow: hidden;
    color: white;
}

.scholarship-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(244, 122, 32, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.scholarship-content {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: var(--spacing-2xl);
    align-items: center;
    position: relative;
    z-index: 1;
}

.scholarship-badge {
    background: linear-gradient(135deg, #F47A20, #ff9040);
    color: white !important;
    padding: 10px 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    font-size: 0.9rem;
    margin-bottom: var(--spacing-md);
}

.scholarship-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: var(--spacing-md);
    line-height: 1.2;
}

.scholarship-description {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: var(--spacing-lg);
    opacity: 0.95;
}

.scholarship-description strong {
    color: #F47A20;
    font-weight: 700;
}

.scholarship-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--spacing-xl) 0;
}

.scholarship-benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 1.05rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.scholarship-benefits li:last-child {
    border-bottom: none;
}

.scholarship-benefits i {
    color: #F47A20;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.scholarship-cta {
    margin-top: var(--spacing-lg);
}

.btn-scholarship {
    background: linear-gradient(135deg, #F47A20, #ff9040);
    color: white;
    padding: 18px 40px;
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(244, 122, 32, 0.3);
    border: none;
    cursor: pointer;
}

.btn-scholarship:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(244, 122, 32, 0.4);
    background: linear-gradient(135deg, #ff9040, #F47A20);
}

.btn-scholarship i {
    font-size: 1.3rem;
}

.scholarship-note {
    margin-top: var(--spacing-md);
    font-size: 0.9rem;
    opacity: 0.85;
    font-style: italic;
}

/* Scholarship Visual Section */
.scholarship-visual {
    position: relative;
}

.scholarship-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-xl);
    padding: var(--spacing-2xl);
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    margin-bottom: var(--spacing-lg);
}

.scholarship-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #F47A20, #ff9040);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--spacing-lg);
    box-shadow: 0 10px 30px rgba(244, 122, 32, 0.4);
}

.scholarship-icon i {
    font-size: 3rem;
    color: white;
}

.scholarship-card h3 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 8px;
    color: #F47A20;
    text-shadow: 0 2px 10px rgba(244, 122, 32, 0.3);
}

.scholarship-card p {
    font-size: 1.2rem;
    opacity: 0.95;
}

.scholarship-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
}

.scholarship-stat-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    padding: var(--spacing-lg);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.scholarship-stat-item h4 {
    font-size: 2rem;
    font-weight: 900;
    color: #F47A20;
    margin-bottom: 5px;
}

.scholarship-stat-item p {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* ========== Awards & Recognition Section ========== */
.awards-section {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
    position: relative;
    overflow: hidden;
}

.awards-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%23ffffff" opacity="0.3"/></svg>') no-repeat top center;
    background-size: cover;
    opacity: 0.5;
}

.awards-badge {
    background: linear-gradient(135deg, #F47A20, #ff9040);
    color: white !important;
    padding: 10px 20px;
    font-weight: 600;
}

/* Ceremony Photos Section */
.ceremony-photos-section {
    margin-bottom: var(--spacing-2xl);
    padding: var(--spacing-xl) 0;
}

.ceremony-photos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--spacing-lg);
    max-width: 900px;
    margin: 0 auto;
}

.ceremony-photo-card {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: var(--transition-base);
    background: white;
}

.ceremony-photo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.ceremony-photo {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.ceremony-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(20, 93, 160, 0.95), transparent);
    padding: var(--spacing-lg);
    transform: translateY(100%);
    transition: var(--transition-base);
}

.ceremony-photo-card:hover .ceremony-overlay {
    transform: translateY(0);
}

.ceremony-overlay p {
    color: white;
    font-weight: 600;
    font-size: 1.05rem;
    margin: 0;
    text-align: center;
}

/* Awards Showcase Grid */
.awards-showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-xl);
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--spacing-xl) 0;
}

.award-showcase-item {
    background: white;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transition: var(--transition-base);
    position: relative;
}

.award-showcase-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.award-showcase-image {
    width: 100%;
    height: 350px;
    object-fit: contain;
    display: block;
    padding: var(--spacing-md);
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.award-showcase-info {
    padding: var(--spacing-lg);
    text-align: center;
    background: white;
}

.award-showcase-info h4 {
    color: #145DA0;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: var(--spacing-xs);
}

.award-showcase-info p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
    font-weight: 500;
}

/* font-size: 2rem;
    margin-bottom: var(--spacing-xl);
    font-weight: 700;
} */

.award-photos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--spacing-lg);
}

.award-photo {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: var(--transition-base);
}

.award-photo:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.ceremony-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: var(--spacing-lg);
    transform: translateY(100%);
    transition: var(--transition-base);
}

.award-photo:hover .photo-overlay {
    transform: translateY(0);
}

.photo-overlay p {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

/* ========== NEW REDESIGNED AWARDS & RECOGNITION SECTION ========== */

.awards-recognition-new {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #e0e7ff 100%);
    position: relative;
    overflow: hidden;
}

.awards-recognition-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(244, 122, 32, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(20, 93, 160, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.awards-recognition-new .container {
    position: relative;
    z-index: 1;
}

.section-badge-new {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #F47A20, #ff9040);
    color: white;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(244, 122, 32, 0.3);
    margin-bottom: var(--spacing-md);
}

.awards-badge-new i {
    font-size: 1.1rem;
}

.awards-main-title {
    font-size: 2.75rem;
    margin-bottom: var(--spacing-md);
    color: #1a1a1a;
    font-weight: 800;
}

.awards-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: var(--spacing-2xl);
}

/* Ceremony Section - New Design */
.ceremony-section-new {
    margin-bottom: var(--spacing-2xl);
}

.ceremony-heading {
    text-align: center;
    font-size: 2rem;
    color: #145DA0;
    margin-bottom: var(--spacing-xl);
    font-weight: 700;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.ceremony-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #F47A20, #ff9040);
    border-radius: 2px;
}

.ceremony-grid-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: var(--spacing-xl);
    max-width: 1100px;
    margin: 0 auto;
}

.ceremony-card-new {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(20, 93, 160, 0.1);
}

.ceremony-card-new:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 70px rgba(20, 93, 160, 0.25);
    border-color: rgba(244, 122, 32, 0.3);
}

.ceremony-image-wrapper {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc, #e0e7ff);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-lg);
}

.ceremony-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.ceremony-card-new:hover .ceremony-image-wrapper img {
    transform: scale(1.05);
}

.ceremony-info-new {
    padding: var(--spacing-lg);
    text-align: center;
    background: white;
}

.ceremony-info-new h4 {
    font-size: 1.3rem;
    color: #145DA0;
    margin-bottom: var(--spacing-xs);
    font-weight: 700;
}

.ceremony-info-new p {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
    margin: 0;
}

/* Certificates Section - New Design */
.certificates-section-new {
    margin-top: var(--spacing-2xl);
}

.certificates-heading {
    text-align: center;
    font-size: 2rem;
    color: #145DA0;
    margin-bottom: var(--spacing-xl);
    font-weight: 700;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.certificates-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #F47A20, #ff9040);
    border-radius: 2px;
}

.certificates-grid-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--spacing-xl);
    max-width: 1300px;
    margin: 0 auto;
}

.certificate-card-new {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(20, 93, 160, 0.08);
    position: relative;
}

.certificate-card-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(244, 122, 32, 0.1), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.certificate-card-new:hover::before {
    left: 100%;
}

.certificate-card-new:hover {
    transform: translateY(-15px) rotateY(5deg);
    box-shadow: 0 30px 80px rgba(244, 122, 32, 0.2);
    border-color: rgba(244, 122, 32, 0.4);
}

.certificate-image-container {
    width: 100%;
    height: 380px;
    background: #e8ebed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-xl);
    overflow: hidden;
    position: relative;
}

.certificate-image-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(244, 122, 32, 0.02), rgba(20, 93, 160, 0.02));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.certificate-card-new:hover .certificate-image-container::after {
    opacity: 1;
}

.certificate-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 1;
}

.certificate-card-new:hover .certificate-image-container img {
    transform: scale(1.08);
}

.certificate-details-new {
    padding: var(--spacing-xl);
    text-align: center;
    background: white;
    position: relative;
}

.award-icon-new {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #F47A20, #ff9040);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--spacing-md);
    box-shadow: 0 8px 25px rgba(244, 122, 32, 0.3);
    position: relative;
    top: -40px;
    margin-bottom: -20px;
}

.award-icon-new i {
    font-size: 1.8rem;
    color: white;
}

.certificate-details-new h4 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: var(--spacing-sm);
    font-weight: 700;
    line-height: 1.4;
}

.award-year {
    font-size: 1rem;
    color: #145DA0;
    font-weight: 600;
    margin-bottom: var(--spacing-md);
}

.award-badge-bottom {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(20, 93, 160, 0.1), rgba(244, 122, 32, 0.1));
    color: #145DA0;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(20, 93, 160, 0.2);
}

.award-badge-bottom i {
    color: #F47A20;
}

/* Responsive Design for New Awards Section */
@media (max-width: 1024px) {
    .ceremony-grid-new {
        grid-template-columns: 1fr;
        max-width: 600px;
    }

    .certificates-grid-new {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .awards-main-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    .awards-main-title {
        font-size: 2rem;
    }

    .ceremony-heading,
    .certificates-heading {
        font-size: 1.75rem;
    }

    .ceremony-image-wrapper {
        height: 280px;
    }

    .certificate-image-container {
        height: 320px;
        padding: var(--spacing-md);
    }

    .certificates-grid-new {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }
}

@media (max-width: 640px) {
    .awards-main-title {
        font-size: 1.75rem;
    }

    .awards-subtitle {
        font-size: 1rem;
    }

    .ceremony-grid-new {
        grid-template-columns: 1fr;
    }

    .ceremony-image-wrapper {
        height: 250px;
        padding: var(--spacing-md);
    }

    .certificate-image-container {
        height: 280px;
    }

    .ceremony-info-new h4,
    .certificate-details-new h4 {
        font-size: 1.15rem;
    }
}

/* End of New Awards Section CSS */

/* ========== PLACEMENTS GALLERY SECTION ========== */

.placements-gallery {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 50%, #e0f2fe 100%);
    position: relative;
    overflow: hidden;
}

.placements-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 15% 50%, rgba(20, 93, 160, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 85% 50%, rgba(244, 122, 32, 0.04) 0%, transparent 50%);
    z-index: 0;
}

.placements-gallery .container {
    position: relative;
    z-index: 1;
}

.section-badge-placement {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #145DA0, #1a75c4);
    color: white;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(20, 93, 160, 0.3);
    margin-bottom: var(--spacing-md);
}

.placements-title {
    font-size: 2.75rem;
    margin-bottom: var(--spacing-md);
    color: #1a1a1a;
    font-weight: 800;
}

.placements-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: var(--spacing-2xl);
}

/* Placement Stats Row */
.placement-stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-lg);
    max-width: 1200px;
    margin: 0 auto var(--spacing-2xl);
}

.placement-stat-box {
    background: white;
    padding: var(--spacing-xl);
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(20, 93, 160, 0.1);
    transition: all 0.3s ease;
}

.placement-stat-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(20, 93, 160, 0.15);
    border-color: #F47A20;
}

.stat-number-placement {
    font-size: 2.5rem;
    font-weight: 800;
    color: #145DA0;
    margin-bottom: var(--spacing-xs);
}

.placement-stat-box p {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    margin: 0;
}

/* Placed Students Grid */
.placed-students-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: var(--spacing-sm);
    max-width: 1400px;
    margin: 0 auto var(--spacing-2xl);
}

.student-placement-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(20, 93, 160, 0.08);
    position: relative;
}

.student-placement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(20, 93, 160, 0.1), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.student-placement-card:hover::before {
    left: 100%;
}

/* .student-placement-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 20px 50px rgba(20, 93, 160, 0.2);
    border-color: #F47A20;
} */

/* .student-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
}

.student-image-wrapper img {
    width: 100%;
    height: 160%;
    object-fit: cover;
    transition: transform 0.4s ease;
} */

.student-image-wrapper {
    width: 100%;
    height: 250px;
    /* fixed height */
    background: #fbf3ff;
    /* optional light background */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.student-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* 🔥 change here */
    object-position: center;
    /* keep image centered */
    /* transition: transform 0.4s ease; */
}

/* .student-image-wrapper img:hover {
    transform: scale(1.05);
}
.student-placement-card:hover .student-image-wrapper img {
    transform: scale(1.1);
} */

.placement-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
    z-index: 2;
}

.placement-badge i {
    font-size: 1rem;
}

.student-placement-info {
    padding: var(--spacing-sm);
    text-align: center;
}

.student-placement-info h4 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: var(--spacing-xs);
    font-weight: 700;
}

.company-name {
    font-size: 1rem;
    color: #145DA0;
    margin-bottom: var(--spacing-xs);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.company-name i {
    color: #F47A20;
}

.package-amount {
    font-size: 1.5rem;
    color: #10b981;
    font-weight: 800;
    margin-bottom: var(--spacing-xs);
}

.role-badge {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, rgba(20, 93, 160, 0.1), rgba(244, 122, 32, 0.1));
    color: #145DA0;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(20, 93, 160, 0.2);
}

/* Video Card Styles */
.video-card .video-wrapper {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: #000;
}

.video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.video-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-md);
}

.play-button {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #F47A20, #ff9040);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(244, 122, 32, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
}

.play-button i {
    font-size: 2rem;
    color: white;
    margin-left: 4px;
}

.video-card:hover .play-button {
    transform: scale(1.15);
    box-shadow: 0 12px 40px rgba(244, 122, 32, 0.7);
}

.video-play-overlay p {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Placements CTA */
.placements-cta {
    text-align: center;
    margin-top: var(--spacing-2xl);
}

.btn-placements-view {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #145DA0, #1a75c4);
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(20, 93, 160, 0.3);
    transition: all 0.3s ease;
}

.btn-placements-view:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(20, 93, 160, 0.4);
    background: linear-gradient(135deg, #1a75c4, #145DA0);
}

/* ========== OTHER COURSES SECTION ========== */

.other-courses-section {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 50%, #dbeafe 100%);
    position: relative;
    overflow: hidden;
}

.other-courses-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(244, 122, 32, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(20, 93, 160, 0.06) 0%, transparent 50%);
    z-index: 0;
}

.other-courses-section .container {
    position: relative;
    z-index: 1;
}

.section-badge-courses {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #F47A20, #ff9040);
    color: white;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(244, 122, 32, 0.3);
    margin-bottom: var(--spacing-md);
}

.other-courses-title {
    font-size: 2.75rem;
    margin-bottom: var(--spacing-md);
    color: #1a1a1a;
    font-weight: 800;
}

.other-courses-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: var(--spacing-2xl);
}

/* Courses Grid */
.courses-grid-other {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: var(--spacing-xl);
    max-width: 1400px;
    margin: 0 auto var(--spacing-2xl);
}

.course-card-other {
    background: white;
    padding: var(--spacing-xl);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(20, 93, 160, 0.08);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.course-card-other::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    /* background: linear-gradient(45deg, transparent, rgba(244, 122, 32, 0.05), transparent);
    transition: all 0.6s ease;
    transform: rotate(45deg); */
}

.course-card-other:hover::before {
    left: 100%;
}

.course-card-other:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(20, 93, 160, 0.15);
    border-color: #F47A20;
}

.course-icon-other {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #145DA0, #1a75c4);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--spacing-md);
    font-size: 2.5rem;
    color: white;
    box-shadow: 0 10px 30px rgba(20, 93, 160, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.course-card-other:hover .course-icon-other {
    transform: rotateY(360deg);
    background: linear-gradient(135deg, #F47A20, #ff9040);
    box-shadow: 0 15px 40px rgba(244, 122, 32, 0.4);
}

.course-card-other h4 {
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-bottom: var(--spacing-md);
    font-weight: 700;
}

.course-card-other>p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: var(--spacing-lg);
    min-height: 60px;
}

.course-meta {
    display: flex;
    justify-content: center;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
    flex-wrap: wrap;
}

.course-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    color: #145DA0;
    font-weight: 600;
    padding: 6px 14px;
    background: rgba(20, 93, 160, 0.08);
    border-radius: 50px;
}

.course-meta i {
    color: #F47A20;
}

.btn-course-enquiry {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #F47A20, #ff9040);
    color: white;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(244, 122, 32, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.btn-course-enquiry:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(244, 122, 32, 0.4);
    background: linear-gradient(135deg, #ff9040, #F47A20);
}

/* Courses Bottom CTA */
.courses-bottom-cta {
    text-align: center;
    background: linear-gradient(135deg, #145DA0, #1a75c4);
    padding: var(--spacing-2xl);
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(20, 93, 160, 0.3);
    max-width: 900px;
    margin: 0 auto;
}

.courses-bottom-cta h3 {
    font-size: 2rem;
    color: white;
    margin-bottom: var(--spacing-md);
    font-weight: 700;
}

.courses-bottom-cta p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: var(--spacing-lg);
}

.btn-courses-call {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #F47A20, #ff9040);
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(244, 122, 32, 0.4);
    transition: all 0.3s ease;
}

.btn-courses-call:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(244, 122, 32, 0.6);
}

/* Responsive Design for Placements Gallery */
@media (max-width: 1024px) {

    .placements-title,
    .other-courses-title {
        font-size: 2.25rem;
    }

    .placed-students-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .courses-grid-other {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {

    .placements-title,
    .other-courses-title {
        font-size: 2rem;
    }

    .placements-subtitle,
    .other-courses-subtitle {
        font-size: 1rem;
    }

    .placement-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .placed-students-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: var(--spacing-md);
    }

    .student-image-wrapper {
        height: 280px;
    }

    .courses-grid-other {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: var(--spacing-md);
    }

    .courses-bottom-cta h3 {
        font-size: 1.75rem;
    }
}

@media (max-width: 640px) {

    .placements-title,
    .other-courses-title {
        font-size: 1.75rem;
    }

    .section-badge-placement,
    .section-badge-courses {
        font-size: 0.85rem;
        padding: 10px 20px;
    }

    .placement-stats-row {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }

    .stat-number-placement {
        font-size: 2rem;
    }

    .placed-students-grid {
        grid-template-columns: 1fr;
    }

    .student-image-wrapper,
    .video-wrapper {
        height: 250px;
    }

    .courses-grid-other {
        grid-template-columns: 1fr;
    }

    .course-card-other h4 {
        font-size: 1.25rem;
    }

    .courses-bottom-cta {
        padding: var(--spacing-xl);
    }

    .courses-bottom-cta h3 {
        font-size: 1.5rem;
    }

    .courses-bottom-cta p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {

    .placements-title,
    .other-courses-title {
        font-size: 1.5rem;
    }

    .student-image-wrapper,
    .video-wrapper {
        height: 220px;
    }

    .package-amount {
        font-size: 1.25rem;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button i {
        font-size: 1.5rem;
    }
}

/* End of Placements and Other Courses CSS */

.awards-cta {
    margin-top: var(--spacing-2xl);
    text-align: center;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    padding: var(--spacing-2xl);
    border-radius: var(--radius-xl);
    color: white;
}

.awards-cta h3 {
    color: white;
    font-size: 2rem;
    margin-bottom: var(--spacing-sm);
}

.awards-cta p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: var(--spacing-lg);
}

/* Responsive Awards Section */
@media (max-width: 768px) {
    .awards-grid {
        grid-template-columns: 1fr;
    }

    .award-photos-grid {
        grid-template-columns: 1fr;
    }

    .ceremony-image {
        height: 300px;
    }

    .awards-cta h3 {
        font-size: 1.5rem;
    }
}

/* ========== Course Overview Section ========== */
.course-overview {
    padding: var(--spacing-2xl) 0;
    background: white;
    position: relative;
    overflow: hidden;
}

.data-visualization-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.03;
    filter: grayscale(50%);
}

.course-overview .container {
    position: relative;
    z-index: 1;
}

.course-intro {
    max-width: 900px;
    margin: 0 auto var(--spacing-2xl);
}

.intro-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    text-align: justify;
}

.course-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-2xl);
}

.highlight-card {
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    color: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-lg);
    transition: var(--transition-base);
}

.highlight-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.highlight-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--spacing-md);
    font-size: 2rem;
    color: white;
}

.highlight-card h4 {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-sm);
    color: white;
}

.highlight-value {
    font-size: 2rem;
    font-weight: 800;
    color: #fbbf24;
    margin-bottom: var(--spacing-xs);
}

.highlight-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

/* ========== Curriculum ========== */
.course-curriculum {
    max-width: 1100px;
    margin: 0 auto;
}

.section-title {
    font-size: 2rem;
    margin-bottom: var(--spacing-xl);
    color: var(--text-primary);
}

.curriculum-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.curriculum-module {
    background: white;
    border: 2px solid var(--border-color);
    border-radius: var(--radius-xl);
    padding: var(--spacing-lg);
    transition: var(--transition-base);
}

.curriculum-module:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.module-header {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-md);
}

.module-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    color: white;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.25rem;
}

.module-header h4 {
    flex: 1;
    color: var(--primary-color);
}

.module-topics {
    list-style: none;
}

.module-topics li {
    padding: var(--spacing-xs) 0;
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-xs);
    color: var(--text-secondary);
}

.module-topics i {
    color: var(--secondary-color);
    margin-top: 4px;
}

/* ========== Tools Section ========== */
.tools-section {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-light);
}

.para {
    color: #000;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: var(--spacing-xl);
}

.tool-card {
    background: white;
    padding: var(--spacing-lg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: var(--transition-base);
}

.tool-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.tool-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto var(--spacing-md);
    display: block;
}

.tool-card h4 {
    font-size: 1.125rem;
    color: var(--text-primary);
}

/* Kapil Group Backing Text */
.kapil-backing-text {
    margin-top: var(--spacing-2xl);
    padding: var(--spacing-xl);
    background: linear-gradient(135deg, #145DA0 0%, #1675b8 100%);
    border-radius: var(--radius-xl);
    text-align: center;
}

.backing-statement {
    color: white;
    font-size: 1.125rem;
    line-height: 1.8;
    margin: 0;
}

.backing-statement i {
    color: #F47A20;
    margin-right: 10px;
    font-size: 1.5rem;
    vertical-align: middle;
}

.backing-statement strong {
    color: #F47A20;
    font-weight: 700;
}

/* ========== Why Choose Section ========== */
.why-choose {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    position: relative;
    overflow: hidden;
}

.why-choose::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.why-choose .section-header {
    position: relative;
    z-index: 1;
}

.why-choose .section-badge {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
}

.why-choose .section-header h2,
.why-choose .section-header p {
    color: #186db9;
}

/* New Timeline Style Layout */
.why-content-new {
    max-width: 1000px;
    margin: var(--spacing-2xl) auto;
    position: relative;
}

.why-feature-row {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
    position: relative;
}

.why-feature-row.reverse {
    direction: rtl;
}

.why-feature-row.reverse .why-feature-content {
    direction: ltr;
}

.why-feature-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
    position: relative;
    z-index: 2;
    transition: var(--transition-base);
}

.why-feature-row:hover .icon-circle {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.5);
}

.connector-line {
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, #3b82f6, transparent);
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.why-feature-row:last-child .connector-line {
    display: none;
}

.why-feature-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    position: relative;
    transition: var(--transition-base);
}

.why-feature-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid rgba(255, 255, 255, 0.05);
    transform: translateY(-50%);
}

.why-feature-row.reverse .why-feature-content::before {
    left: auto;
    right: -20px;
    border-right: none;
    border-left: 20px solid rgba(255, 255, 255, 0.05);
}

.why-feature-row:hover .why-feature-content {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateX(10px);
}

.why-feature-row.reverse:hover .why-feature-content {
    transform: translateX(-10px);
}

.feature-number {
    position: absolute;
    top: -15px;
    right: 20px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(245, 158, 11, 0.4);
}

.why-feature-content h3 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: var(--spacing-sm);
    font-weight: 700;
}

.why-feature-content p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    font-size: 1rem;
}

/* Why Choose CTA */
.why-choose-cta {
    text-align: center;
    margin-top: var(--spacing-2xl);
    padding: var(--spacing-2xl);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.why-choose-cta h3 {
    color: white;
    font-size: 2rem;
    margin-bottom: var(--spacing-sm);
}

.why-choose-cta p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    margin-bottom: var(--spacing-lg);
}

.cta-group {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    flex-wrap: wrap;
}

/* Kapil Group Section */
.kapil-group-info {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: var(--spacing-2xl);
    border-radius: var(--radius-xl);
    margin-top: var(--spacing-2xl);
}

.kapil-content {
    display: flex;
    align-items: center;
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-2xl);
    padding-bottom: var(--spacing-2xl);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.kapil-logo {
    width: 150px;
    height: auto;
    background: white;
    padding: var(--spacing-md);
    border-radius: var(--radius-lg);
    flex-shrink: 0;
}

.kapil-text h3 {
    font-size: 1.75rem;
    margin-bottom: var(--spacing-sm);
    color: white;
}

.kapil-text p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

/* Kapil Companies Section */
.kapil-companies-section {
    margin-top: var(--spacing-2xl);
}

.companies-title {
    text-align: center;
    color: white;
    font-size: 1.75rem;
    margin-bottom: var(--spacing-xl);
    font-weight: 700;
}

.companies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.company-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: var(--spacing-lg);
    border-radius: var(--radius-lg);
    text-align: center;
    transition: var(--transition-base);
}

.company-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateY(-5px);
}

.company-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    margin: 0 auto var(--spacing-md);
}

.company-item h5 {
    color: white;
    font-size: 1.1rem;
    margin-bottom: var(--spacing-xs);
    font-weight: 600;
}

.company-item p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.companies-tagline {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    font-size: 1rem;
    margin-top: var(--spacing-lg);
}

/* Responsive Why Choose */
@media (max-width: 768px) {
    .why-feature-row {
        grid-template-columns: 60px 1fr;
        gap: var(--spacing-md);
    }

    .why-feature-row.reverse {
        direction: ltr;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .connector-line {
        top: 60px;
    }

    .why-feature-content::before {
        display: none;
    }

    .why-feature-content {
        padding: var(--spacing-md);
    }

    .feature-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        top: -10px;
        right: 10px;
    }

    .why-feature-content h3 {
        font-size: 1.25rem;
    }

    .why-feature-content p {
        font-size: 0.95rem;
    }

    .why-choose-cta h3 {
        font-size: 1.5rem;
    }

    .cta-group {
        flex-direction: column;
    }

    .cta-group .btn {
        width: 100%;
    }

    .kapil-content {
        flex-direction: column;
        text-align: center;
    }

    .companies-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: var(--spacing-md);
    }

    .company-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
}

.margin_top {
    margin-top: var(--spacing-lg);
}

/* ========== Excel Section ========== */
.excel-section {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-gray);
}

.excel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
}

.excel-card {
    background: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: var(--transition-base);
}

.excel-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.excel-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--secondary-color), #ef4444);
    color: white;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto var(--spacing-md);
}

.excel-card h4 {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-sm);
    color: var(--primary-color);
}

.excel-card p {
    color: var(--text-secondary);
}

/* ========== Scholarship Section ========== */
.scholarship-section {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
}

.scholarship-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--spacing-xl);
    align-items: center;
    background: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
}

.scholarship-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-xs);
    background: linear-gradient(135deg, var(--secondary-color), #ef4444);
    color: white;
    padding: var(--spacing-xs) var(--spacing-md);
    border-radius: var(--radius-full);
    font-weight: 600;
    margin-bottom: var(--spacing-md);
}

.scholarship-left h2 {
    font-size: 2rem;
    margin-bottom: var(--spacing-md);
    color: var(--primary-color);
}

.scholarship-left p {
    color: var(--text-secondary);
}

.scholarship-benefits {
    list-style: none;
    margin-bottom: var(--spacing-lg);
}

.scholarship-benefits li {
    padding: var(--spacing-xs) 0;
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    color: var(--text-secondary);
}

.scholarship-benefits i {
    color: var(--success-color);
}

.discount-badge {
    background: linear-gradient(135deg, var(--secondary-color), #ef4444);
    color: white;
    padding: var(--spacing-2xl);
    border-radius: var(--radius-xl);
    text-align: center;
}

.discount-amount {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: var(--spacing-xs);
    color: white;
}

.discount-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
}

/* ========== Success Stories ========== */
.success-stories {
    padding: var(--spacing-md) 0;
    background: var(--bg-light);
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-2xl);
}

.story-card {
    background: white;
    border-radius: var(--radius-xl);
    padding: var(--spacing-md);
    box-shadow: var(--shadow-lg);
    transition: var(--transition-base);
}

.story-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.story-header {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-md);
}

.story-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    color: white;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    position: relative;
    overflow: hidden;
}

.story-avatar i {
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.story-info h4 {
    font-size: 1.25rem;
    margin-bottom: 4px;
    color: var(--text-primary);
}

.story-role {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.story-journey {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-md);
    padding: var(--spacing-md);
    background: var(--bg-light);
    border-radius: var(--radius-lg);
    margin-bottom: var(--spacing-md);
}

.journey-from,
.journey-to {
    font-weight: 700;
    font-size: 1.25rem;
}

.journey-from {
    color: var(--danger-color);
}

.journey-to {
    color: var(--success-color);
}

.story-journey i {
    color: var(--primary-color);
}

.story-text {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: var(--spacing-md);
    font-style: italic;
}

.story-stats {
    display: flex;
    gap: var(--spacing-lg);
}

.story-stats .stat {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.story-stats i {
    color: var(--primary-color);
}

/* ========== Video Testimonials ========== */
.video-testimonials {
    margin-bottom: var(--spacing-2xl);
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
}

.video-card {
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.video-placeholder {
    /* background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    height: 200px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    transition: var(--transition-base);
}

/* .video-placeholder:hover {
    background: linear-gradient(135deg, var(--dark-blue), var(--primary-color));
} */

.video-placeholder p {
    font-size: 1rem;
    margin-top: var(--spacing-md);
    color: white;
}

.video-caption {
    padding: var(--spacing-md);
    font-weight: 600;
    color: var(--text-primary);
}

/* ========== Text Testimonials ========== */
.testimonial-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
}

.testimonial-item {
    background: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.testimonial-rating {
    margin-bottom: var(--spacing-md);
}

.testimonial-rating i {
    color: var(--accent-color);
    font-size: 1.25rem;
}

.testimonial-text {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: var(--spacing-md);
    font-style: italic;
}

.testimonial-author {
    border-top: 2px solid var(--border-color);
    padding-top: var(--spacing-md);
}

.testimonial-author strong {
    display: block;
    color: var(--primary-color);
    margin-bottom: 4px;
}

.testimonial-author span {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

/* ========== Placement Section ========== */
.placement-section {
    padding: var(--spacing-2xl) 0;
    background: white;
}

.placement-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-2xl);
}

.placement-stat-card {
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    color: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-lg);
    transition: var(--transition-base);
}

.placement-stat-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--spacing-md);
    font-size: 2rem;
    color: white;
}

.placement-stat-card h3 {
    color: white;
}

.placement-stat-card p {
    color: rgba(255, 255, 255, 0.9);
}

/* ========== Hiring Partners ========== */
.hiring-partners {
    margin-bottom: var(--spacing-2xl);
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: var(--spacing-md);
}

.partner-card {
    background: white;
    padding: var(--spacing-lg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-base);
}

.partner-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.partner-logo-placeholder {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.125rem;
}

/* ========== Placement Process ========== */
.placement-process {
    margin-bottom: var(--spacing-2xl);
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-lg);
    background: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
}

.process-step:hover {
    box-shadow: var(--shadow-lg);
    transform: translateX(10px);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--secondary-color), #ef4444);
    color: white;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    flex-shrink: 0;
}

.step-content h4 {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-xs);
    color: var(--primary-color);
}

.step-content p {
    color: var(--text-secondary);
}

/* ========== Alumni Network ========== */
.alumni-network {
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    color: white;
    padding: var(--spacing-2xl);
    border-radius: var(--radius-xl);
}

.alumni-network h3 {
    color: white;
}

.alumni-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-top: var(--spacing-xl);
}

.alumni-stat {
    text-align: center;
    padding: var(--spacing-xl);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
}

.alumni-stat i {
    font-size: 3rem;
    margin-bottom: var(--spacing-md);
    color: #fbbf24;
}

.alumni-stat h4 {
    font-size: 1.75rem;
    margin-bottom: var(--spacing-xs);
    color: white;
}

.alumni-stat p {
    color: rgba(255, 255, 255, 0.9);
}

/* ========== Salary Section ========== */
.salary-section {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-light);
}

.job-roles {
    margin-bottom: var(--spacing-2xl);
}

.roles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-xl);
}

.role-card {
    background: white;
    padding: var(--spacing-md);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: var(--transition-base);
}

.role-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.role-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    color: white;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto var(--spacing-md);
}

.role-card h4 {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-sm);
    color: var(--primary-color);
}

.role-salary {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--success-color);
    margin-bottom: var(--spacing-sm);
}

.role-desc {
    color: var(--text-secondary);
}

/* ========== Salary Growth Chart ========== */
.salary-growth {
    max-width: 900px;
    margin: 0 auto;
}

.growth-chart {
    background: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

/* ========== Comparison Section ========== */
.comparison-section {
    padding: var(--spacing-2xl) 0;
    background: white;
}

.comparison-table {
    overflow-x: auto;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.comparison-table th,
.comparison-table td {
    padding: var(--spacing-md);
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.comparison-table th {
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    color: white;
    font-weight: 700;
}

.comparison-table td {
    color: var(--text-primary);
}

.highlight-column {
    background: rgba(37, 99, 235, 0.05);
}

.comparison-table .fa-check-circle {
    color: var(--success-color);
    font-size: 1.25rem;
}

.comparison-table .fa-times-circle {
    color: var(--danger-color);
    font-size: 1.25rem;
}

/* ========== Registration Process ========== */
.registration-process {
    padding: var(--spacing-md) 0;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
}

.process-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
    position: relative;
}

.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 70px;
    width: 2px;
    height: calc(100% + var(--spacing-xl));
    background: var(--border-color);
}

.timeline-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--secondary-color), #ef4444);
    color: white;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    z-index: 1;
}

.timeline-content {
    background: white;
    padding: var(--spacing-lg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    flex: 1;
}

.timeline-content h4 {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-xs);
    color: var(--primary-color);
}

.timeline-content p {
    color: var(--text-secondary);
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.step-card {
    background: #f3f5f9;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e1e6f0;
    transition: 0.3s;
}

.step-card:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 45px;
    height: 45px;
    background: #2f5d8a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.step-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #0f172a;
}

.step-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.ready-card {
    background: #2f5d8a;
    color: white;
}

.ready-card h3,
.ready-card p {
    color: white;
}

.rocket {
    font-size: 30px;
    margin-bottom: 10px;
}

.ready-card button {
    margin-top: 15px;
    background: #ff6a2c;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.ready-card button:hover {
    background: #ff5722;
}

/* Responsive */

@media(max-width:900px) {

    .steps-container {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:600px) {

    .steps-container {
        grid-template-columns: 1fr;
    }

}





/* ========== Course Info Section ========== */
.course-info-section {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-light);
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.info-card {
    background: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    text-align: center;
}

.info-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    color: white;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto var(--spacing-md);
}

.info-card h4 {
    font-size: 1.125rem;
    margin-bottom: var(--spacing-sm);
    color: var(--text-secondary);
}

.info-value {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: var(--spacing-xs);
}

.info-desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.urgency-cta {
    text-align: center;
    background: linear-gradient(135deg, var(--danger-color), #b91c1c);
    color: white;
    padding: var(--spacing-2xl);
    border-radius: var(--radius-xl);
}

.urgency-cta h3 {
    font-size: 2rem;
    margin-bottom: var(--spacing-md);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    flex-wrap: wrap;
}

.urgency-cta h3 i {
    color: #fbbf24;
}

.urgency-cta p {
    color: rgba(255, 255, 255, 0.95);
}

/* ========== Training Branches Section ========== */
.branches-section {
    padding: 80px 0;
    /* fallback for --spacing-2xl */
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
    position: relative;
}

.section-header {
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2rem;
    margin-top: 10px;
}

.section-header p {
    font-size: 1rem;
    color: #fff;
}

/* Branches Grid */
.branches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

/* Individual Branch Card */
.branch-card {
    background: white;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    border: 2px solid transparent;
}

.branch-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #145DA0;
}

/* Branch Icon */
.branch-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #145DA0 0%, #1a75c4 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.branch-icon i {
    font-size: 1.5rem;
    color: #fff;
}

/* Branch Title & Location */
.branch-card h4 {
    color: #145DA0;
    font-size: 1.25rem;
    margin-bottom: 8px;
    font-weight: 700;
}

.branch-location {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}

/* CTA Section */
.branches-cta {
    background: linear-gradient(135deg, #145DA0 0%, #1a75c4 100%);
    color: white;
    padding: 25px 20px;
    width: fit-content;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.branches-cta p {
    margin: 0;
    font-size: 1.125rem;
}

.branches-cta strong {
    color: #F47A20;
    font-weight: 700;
}

.branches-cta i {
    color: #F47A20;
    margin-right: 8px;
}

/* ====== Responsive Adjustments ====== */
@media (max-width: 1024px) {
    .branches-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .branch-card {
        padding: 25px 15px;
    }
}

@media (max-width: 768px) {
    .branches-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

    .branches-cta p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .branches-grid {
        grid-template-columns: 1fr;
    }

    .branch-card {
        padding: 20px 15px;
    }

    .branch-icon {
        width: 50px;
        height: 50px;
    }

    .branch-icon i {
        font-size: 1.25rem;
    }

    .branch-card h4 {
        font-size: 1.1rem;
    }

    .branch-location {
        font-size: 0.9rem;
    }

    .branches-cta p {
        font-size: 0.95rem;
    }
}

/* ========== FAQ Section ========== */
.faq-section {
    padding: var(--spacing-2xl) 0;
    background: white;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: var(--radius-lg);
    margin-bottom: var(--spacing-md);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: var(--transition-base);
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
}

.faq-question {
    padding: var(--spacing-lg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.faq-question h4 {
    font-size: 1.125rem;
    color: var(--primary-color);
    flex: 1;
}

.faq-question i {
    color: var(--primary-color);
    transition: var(--transition-base);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 var(--spacing-lg) var(--spacing-lg);
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ========== Form Sections ========== */

.form-section {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-light);
}

.form-wrapper {
    background: white;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
    overflow: hidden;
}

.form-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.form-left {
    background: linear-gradient(135deg, #2a5f9f, #2a5d9f);
    color: white;
    padding: var(--spacing-lg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-left h2 {
    font-size: 2rem;
    margin-bottom: var(--spacing-md);
    color: white;
}

.form-left p {
    margin-bottom: var(--spacing-lg);
    color: rgba(255, 255, 255, 0.95);
}

.form-benefits {
    list-style: none;
}

.form-benefits li {
    padding: var(--spacing-sm) 0;
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    color: white;
}

.form-benefits i {
    color: #10b981;
    font-size: 1.25rem;
}

.form-right {
    padding: var(--spacing-2xl);
}

.scholarship-form-wrapper .form-left {
    background: linear-gradient(135deg, var(--secondary-color), #ef4444);
}



  /* ── PANEL HEADER ── */
  .panel-head { margin-bottom: 8px; position: relative; z-index: 1; }

  .panel-head h2 {
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .panel-head h2 i {
    font-size: 1.4rem;
    opacity: 0.95;
  }
  .panel-head p {
    color: rgba(255,255,255,0.80);
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 28px;
  }

  /* ── FORM FIELDS ── */
  .lead-form { position: relative; z-index: 1; }

  .form-group { margin-bottom: 14px; }

  .form-group input,
  .form-group select {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #6b7280;
    border-radius: 10px;
    font-size: 0.93rem;
    font-weight: 600;
    color: #1a2a4a;
    background: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
  }
  .form-group input::placeholder,
  .form-group select option[value=""] {
    color: #8898aa;
    font-weight: 600;
  }
  .form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238898aa' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
  }
  .form-left .form-group input:focus,
  .form-left .form-group select:focus {
    border-color: #5b8dee;
    box-shadow: 0 0 0 4px rgba(91,141,238,0.20);
  }
  .form-right .form-group input:focus,
  .form-right .form-group select:focus {
    border-color: #f7a84a;
    box-shadow: 0 0 0 4px rgba(247,168,74,0.25);
  }

  /* ── BUTTONS ── */
  .btn-block {
    width: 100% !important;
    padding: 15px 24px !important;
    border: none;
    border-radius: 10px;
    font-size: 1rem !important;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
    letter-spacing: 0.3px;
    margin-top: 6px;
  }
  .btn-block:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
  }
  .btn-block:active { transform: translateY(0); }

  .btn-primary {
    background: #0077b5;
    color: #fff;
    box-shadow: 0 8px 24px rgba(19,45,88,0.45);
  }
  .btn-primary i { font-size: 1rem; }

  .btn-secondary {
    background: #d94f10;
    color: #fff;
    box-shadow: 0 8px 24px rgba(217,79,16,0.45);
  }
  .btn-secondary i { font-size: 1rem; }

  /* ── DIVIDER ── */
  .panel-divider {
    width: 48px; height: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  .form-left .panel-divider { background: rgba(255,255,255,0.35); }
  .form-right .panel-divider { background: rgba(255,255,255,0.35); }

  /* ── RESPONSIVE ── */
  @media (max-width: 760px) {
    .form-wrapper { grid-template-columns: 1fr; }
    .form-left, .form-right { padding: 36px 28px; }
    .panel-head h2 { font-size: 1.35rem; }
  }
.scholarship-form-wrapper .form-left {
    background: linear-gradient(135deg, var(--secondary-color), #ef4444);
}

/* ========== Enrollment Form ========== */
.enroll-section {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-light);
}

.enroll-form-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: var(--spacing-2xl);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
}

.enroll-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-md);
}

.enroll-form label {
    display: block;
    margin-bottom: var(--spacing-xs);
    font-weight: 600;
    color: var(--text-primary);
}

.enroll-form input,
.enroll-form select,
.enroll-form textarea {
    color: var(--text-primary);
}

.form-consent {
    margin: var(--spacing-lg) 0;
}

.form-consent label {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-sm);
    font-weight: normal;
    cursor: pointer;
    color: var(--text-secondary);
}

.form-consent input[type="checkbox"] {
    margin-top: 4px;
}

/* ========== About Section ========== */
.about-section {
    padding: var(--spacing-2xl) 0;
    background: white;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
}

.about-intro {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: var(--spacing-md);
}

.about-left p {
    margin-bottom: var(--spacing-md);
    line-height: 1.7;
    color: var(--text-secondary);
}

.awards {
    margin-top: var(--spacing-xl);
}

.awards h3 {
    font-size: 1.5rem;
    margin-bottom: var(--spacing-md);
    color: var(--primary-color);
}

.awards ul {
    list-style: none;
}

.awards li {
    padding: var(--spacing-sm) 0;
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    color: var(--text-secondary);
}

.awards i {
    color: var(--accent-color);
    font-size: 1.25rem;
}

.contact-info {
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    color: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-xl);
    margin-bottom: var(--spacing-lg);
}

.contact-info h3 {
    font-size: 1.75rem;
    margin-bottom: var(--spacing-lg);
    color: white;
}

.contact-item {
    display: flex;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item i {
    font-size: 1.5rem;
    color: #fbbf24;
}

.contact-item h4 {
    font-size: 1.125rem;
    margin-bottom: var(--spacing-xs);
    color: white;
}

.contact-item p {
    color: rgba(255, 255, 255, 0.95);
}

.training-centers {
    background: white;
    padding: var(--spacing-xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.training-centers h4 {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-md);
    color: var(--primary-color);
}

.training-centers ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-sm);
}

.training-centers li {
    padding: var(--spacing-xs) 0;
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    color: var(--text-secondary);
}

.training-centers i {
    color: var(--secondary-color);
}

/* ========== Final CTA ========== */
.final-cta {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    color: white;
}

.cta-content {
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: var(--spacing-md);
    color: white;
}

.cta-content p {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-xl);
    color: rgba(255, 255, 255, 0.95);
}

.cta-buttons {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    flex-wrap: wrap;
}

/* ========== Footer ========== */
.footer {
    background: #111827;
    color: white;
    padding: var(--spacing-2xl) 0 var(--spacing-lg);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
}

.footer-column h4 {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-md);
    color: white;
}

.footer-logo {
    height: 50px;
    width: auto;
    margin-bottom: var(--spacing-md);
    background: white;
    padding: var(--spacing-xs);
    border-radius: var(--radius-sm);
}

.footer-column p {
    margin-bottom: var(--spacing-md);
    color: rgba(255, 255, 255, 0.8);
}

.footer-social {
    display: flex;
    gap: var(--spacing-sm);
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-base);
    color: white;
}

.footer-social a:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: var(--spacing-sm);
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition-base);
}

.footer-column ul li a:hover {
    color: white;
    padding-left: 5px;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    color: rgba(255, 255, 255, 0.8);
}

.footer-contact i {
    color: #fbbf24;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: var(--spacing-lg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--spacing-md);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.8);
}

.footer-links {
    display: flex;
    gap: var(--spacing-lg);
    flex-wrap: wrap;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition-base);
}

.footer-links a:hover {
    color: white;
}

/* ========== Scroll to Top Button ========== */
/* ========== Floating Action Buttons ========== */
.floating-actions {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
}

.ss {
    font-size: 2.5rem;
    font-weight: 800;
    color: #145DA0;
    margin-bottom: var(--spacing-xs);
}

.mobile-only {
    display: none !important;
}

@media (max-width: 768px) {
    .mobile-only {
        display: flex !important;
    }
}

.floating-btn {
    width: 20px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 1.25rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: float 3s ease-in-out infinite;
}

.floating-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.floating-call {
    background: linear-gradient(135deg, #145DA0, #1a75c4);
}

.floating-call:hover {
    background: linear-gradient(135deg, #0d4a7a, #145DA0);
}

.floating-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.floating-whatsapp:hover {
    background: linear-gradient(135deg, #128C7E, #075E54);
}

.floating-text {
    position: absolute;
    right: 70px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.floating-btn:hover .floating-text {
    opacity: 1;
    visibility: visible;
    right: 75px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 110px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--dark-blue));
    color: white;
    border: none;
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-lg);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-base);
    z-index: 998;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

/* ========== Enhanced Responsive Design ========== */

/* Large Tablets and Small Desktops */
@media (max-width: 1024px) {

    .hero-content,
    .linkedin-content,
    .scholarship-content,
    .form-content,
    .about-content {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
    }

    .hero-left {
        padding-right: 0;
        order: 1;
    }

    .hero-right {
        order: 2;
        justify-content: center;
        margin-top: var(--spacing-lg);
    }

    .hero-form-static {
        max-width: 500px;
        margin: 0 auto;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Redesigned hero stats tablet */
    .hero-stats-redesigned {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Redesigned hero title tablet */
    .hero-title {
        font-size: 2.5rem;
    }

    .title-line-1 {
        font-size: 2.5rem;
    }

    .title-line-2 {
        font-size: 2.25rem;
    }

    /* Limited offer tablet */
    .offer-main-content {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
    }

    .offer-left-content {
        padding-right: 0;
        border-right: none;
        border-bottom: 2px solid rgba(244, 122, 32, 0.2);
        padding-bottom: var(--spacing-xl);
    }

    /* Stats & Form Section Tablet */
    .stats-form-wrapper {
        grid-template-columns: 1fr;
        gap: var(--spacing-2xl);
    }

    .stats-showcase {
        padding-right: 0;
        text-align: center;
    }

    .section-badge-stats {
        margin: 0 auto var(--spacing-md);
    }

    .stats-grid-new {
        grid-template-columns: repeat(2, 1fr);
        max-width: 700px;
        margin: 0 auto;
    }

    .form-showcase {
        padding-left: 0;
        justify-content: center;
    }

    .form-card-elevated {
        max-width: 550px;
        margin: 0 auto;
    }

    /* Hero Clean Tablet */
    .hero-content-clean {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
    }

    .hero-center {
        align-items: center;
    }

    .hero-center .badge-group {
        justify-content: center;
    }

    .hero-center .hero-title {
        text-align: center;
    }

    .hero-center .hero-subtitle {
        text-align: center;
    }

    .hero-ai-image {
        max-width: 500px;
        margin: 0 auto;
    }

    .hero-cta-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-menu {
        display: none;
    }

    .mobile-toggle {
        display: flex;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .section-header h2 {
        font-size: 2.25rem;
    }
}

/* Tablets */
@media (max-width: 768px) {
    :root {
        --spacing-2xl: 3rem;
        --spacing-xl: 2.5rem;
    }

    .hero {
        padding: 50px 0 60px 0;
        min-height: auto;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.05rem;
        max-width: 100%;
    }

    .section-header h2 {
        font-size: 1.875rem;
    }

    .hero-cta {
        flex-direction: column;
    }

    .btn-large {
        width: 100%;
    }

    .hero-stats {
        grid-template-columns: 1fr 1fr;
    }

    .hero-features {
        grid-template-columns: 1fr;
    }

    .hero-form-static {
        max-width: 100%;
        padding: var(--spacing-md);
    }

    .form-header h3 {
        font-size: 1.15rem;
    }

    .enroll-form .form-row {
        grid-template-columns: 1fr;
    }

    .floating-cta {
        bottom: 20px;
        right: 20px;
    }

    .floating-btn {
        padding: var(--spacing-sm) var(--spacing-md);
        font-size: 0.875rem;
    }

    .scroll-top {
        bottom: 80px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .top-bar-content {
        flex-direction: column;
        text-align: center;
    }

    .top-info {
        flex-direction: column;
        gap: var(--spacing-xs);
    }

    .kapil-content {
        flex-direction: column;
        text-align: center;
    }

    .curriculum-grid,
    .tools-grid {
        grid-template-columns: 1fr;
    }

    .training-centers ul {
        grid-template-columns: 1fr;
    }
}

/* Mobile Phones */
@media (max-width: 640px) {
    /* .container {
        padding: 0 var(--spacing-sm);
    } */

    .navbar {
        padding: 10px 0;
        min-height: 55px;
    }

    .logo {
        height: 38px;
    }

    .hero {
        padding: 40px 0 50px 0;
        min-height: auto;
    }

    .hero-content {
        gap: var(--spacing-lg);
    }

    .hero-title {
        font-size: 1.75rem;
        line-height: 1.25;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        padding: var(--spacing-md);
        gap: var(--spacing-sm);
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-item {
        padding: var(--spacing-sm);
    }

    .stat-item p {
        font-size: 0.85rem;
    }

    .hero-form-static {
        padding: var(--spacing-md);
    }

    .form-header h3 {
        font-size: 1.05rem;
        gap: 6px;
    }

    .form-header p {
        font-size: 0.85rem;
    }

    .lead-form input {
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    .badge-group {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-xs);
    }

    .badge {
        font-size: 0.85rem;
        padding: 8px 15px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .comparison-table {
        font-size: 10px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: var(--spacing-sm);
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .info-grid,
    .placement-stats,
    .roles-grid {
        grid-template-columns: 1fr;
    }

    .urgency-cta h3 {
        font-size: 1.5rem;
        flex-direction: column;
    }

    .linkedin-content {
        gap: var(--spacing-md);
    }

    .form-left,
    .form-right {
        padding: var(--spacing-lg);
    }

    .top-info span {
        font-size: 0.8rem;
    }

    .mobile-toggle span {
        width: 25px;
    }

    .tagline {
        font-size: 0.7rem;
    }

    /* Hide complex background animations on mobile for performance */
    .data-science-visual {
        display: none;
    }

    .hero-bg-image,
    .section-bg-image {
        opacity: 0.05;
    }

    .tech-pattern-bg {
        opacity: 0.3;
    }

    /* Branches section mobile */
    .branches-grid {
        grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
        gap: var(--spacing-md);
    }

    .branch-card {
        padding: var(--spacing-lg);
    }

    .branch-icon {
        width: 50px;
        height: 50px;
    }

    .branch-icon i {
        font-size: 1.25rem;
    }

    .branch-card h4 {
        font-size: 1.1rem;
    }

    .branches-cta {
        padding: var(--spacing-md);
    }

    /* Scholarship section mobile */
    .scholarship-section {
        padding: var(--spacing-xl) 0;
    }

    .scholarship-content {
        gap: var(--spacing-lg);
    }

    .scholarship-title {
        font-size: 1.75rem;
    }

    .scholarship-description {
        font-size: 1rem;
        line-height: 1.6;
    }

    /* Floating Action Buttons Mobile */
    .floating-actions {
        bottom: 20px;
        right: 15px;
        gap: 10px;
    }

    .floating-btn {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }

    .floating-text {
        font-size: 0.7rem;
        bottom: -22px;
    }

    .scholarship-benefits li {
        font-size: 0.95rem;
        padding: 10px 0;
    }

    .scholarship-benefits i {
        font-size: 1rem;
    }

    .btn-scholarship {
        padding: 15px 30px;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }

    .scholarship-card {
        padding: var(--spacing-xl);
    }

    .scholarship-icon {
        width: 80px;
        height: 80px;
    }

    .scholarship-icon i {
        font-size: 2.5rem;
    }

    .scholarship-card h3 {
        font-size: 2.5rem;
    }

    .scholarship-card p {
        font-size: 1rem;
    }

    .scholarship-stats {
        grid-template-columns: 1fr;
        gap: var(--spacing-sm);
    }

    .scholarship-stat-item {
        padding: var(--spacing-md);
    }

    .scholarship-stat-item h4 {
        font-size: 1.5rem;
    }

    .scholarship-stat-item p {
        font-size: 0.85rem;
    }

    /* Limited offer section mobile */
    .offer-content {
        flex-direction: column;
        text-align: center;
        padding: var(--spacing-lg);
        gap: var(--spacing-md);
    }

    .offer-icon {
        width: 70px;
        height: 70px;
    }

    .offer-icon i {
        font-size: 2rem;
    }

    .offer-text h3 {
        font-size: 1.35rem;
    }

    .offer-text p {
        font-size: 1rem;
    }

    .offer-benefits {
        flex-direction: column;
        gap: var(--spacing-sm);
        align-items: center;
    }

    .btn-offer {
        padding: 15px 30px;
        font-size: 1rem;
        width: 100%;
    }

    .offer-contact {
        font-size: 0.95rem;
    }

    /* Floating action buttons mobile */
    .floating-actions {
        bottom: 20px;
        right: 40px;
        gap: 10px;
    }

    .floating-btn {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .floating-text {
        display: none;
    }

    .scroll-top {
        right: 85px;
        bottom: 20px;
        width: 45px;
        height: 45px;
    }

    /* Redesigned hero title mobile */
    .hero-title {
        font-size: 2rem;
        gap: 5px;
    }

    .title-line-1 {
        font-size: 2rem;
    }

    .title-line-2 {
        font-size: 1.85rem;
    }

    /* Redesigned hero stats mobile */
    .hero-stats-redesigned {
        grid-template-columns: 1fr;
        gap: var(--spacing-sm);
    }

    .stat-card {
        padding: var(--spacing-md);
        gap: var(--spacing-sm);
    }

    .stat-icon {
        width: 50px;
        height: 50px;
    }

    .stat-icon i {
        font-size: 1.5rem;
    }

    .stat-card .stat-number {
        font-size: 1.75rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    /* Redesigned Limited Offer mobile */
    .limited-offer-redesigned {
        padding: var(--spacing-xl) 0;
    }

    .offer-badge {
        padding: 8px 20px;
        font-size: 0.8rem;
        margin-bottom: var(--spacing-sm);
    }

    .offer-main-content {
        grid-template-columns: 1fr;
        padding: var(--spacing-lg);
        gap: var(--spacing-lg);
    }

    .offer-left-content {
        padding-right: 0;
        border-right: none;
        border-bottom: 2px solid rgba(244, 122, 32, 0.2);
        padding-bottom: var(--spacing-lg);
    }

    .offer-headline {
        font-size: 1.75rem;
    }

    .offer-subtext {
        font-size: 1rem;
    }

    .offer-features-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-sm);
    }

    .offer-feature {
        font-size: 0.9rem;
    }

    .offer-discount-badge {
        padding: var(--spacing-lg);
        margin-bottom: var(--spacing-md);
    }

    .discount-amount {
        font-size: 2.5rem;
    }

    .discount-label {
        font-size: 0.95rem;
    }

    .btn-offer-new {
        padding: 15px 30px;
        font-size: 1rem;
    }

    .offer-contact-new {
        font-size: 0.95rem;
    }

    /* Hero Clean Layout Mobile */
    .hero-content-clean {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
        padding: 0 var(--spacing-sm);
    }

    .hero-center {
        align-items: center;
    }

    .hero-center .badge-group {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .hero-center .hero-title {
        text-align: center;
    }

    .hero-center .hero-subtitle {
        text-align: center;
    }

    .hero-ai-image {
        order: -1;
        max-width: 100%;
    }

    .ai-illustration {
        max-width: 100%;
        height: auto;
    }

    .hero-cta-buttons {
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        justify-content: center;
        padding: 16px 30px;
        font-size: 1rem;
    }

    /* Stats & Form Section Mobile */
    .stats-form-section {
        padding: var(--spacing-xl) 0;
    }

    .stats-form-wrapper {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
    }

    .stats-showcase {
        padding-right: 0;
        padding-bottom: var(--spacing-lg);
    }

    .section-badge-stats {
        margin: 0 auto var(--spacing-md);
    }

    .stats-title {
        font-size: 1.85rem;
        text-align: center;
    }

    .stats-subtitle {
        font-size: 0.95rem;
        margin-bottom: var(--spacing-lg);
        text-align: center;
    }

    .stats-grid-new {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }

    .stat-box {
        padding: var(--spacing-md);
    }

    .stat-icon-large {
        width: 50px;
        height: 50px;
    }

    .stat-icon-large i {
        font-size: 1.5rem;
    }

    .stat-number-large {
        font-size: 2rem;
    }

    .stat-text {
        font-size: 0.85rem;
    }

    .form-showcase {
        padding-left: 0;
    }

    .form-card-elevated {
        padding: var(--spacing-lg);
        max-width: 100%;
    }

    .form-header-new h3 {
        font-size: 1.45rem;
    }

    .form-header-new p {
        font-size: 0.9rem;
    }

    .form-group-new input {
        padding: 13px 16px 13px 42px;
        font-size: 0.9rem;
    }

    .input-icon {
        left: 14px;
        font-size: 0.95rem;
    }

    .btn-form-submit {
        padding: 15px 25px;
        font-size: 1rem;
    }

    .form-security {
        font-size: 0.8rem;
    }

    .branches-cta p {
        font-size: 1rem;
    }

    .years-badge {
        height: 35px;
        padding-left: 8px;
    }

    /* Ceremony photos mobile */
    .ceremony-photos-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }

    .ceremony-photo {
        height: 280px;
    }

    .ceremony-overlay {
        transform: translateY(0);
        background: linear-gradient(to top, rgba(20, 93, 160, 0.9), rgba(20, 93, 160, 0.6));
    }

    .ceremony-overlay p {
        font-size: 0.95rem;
    }

    /* Awards showcase mobile */
    .awards-showcase-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: var(--spacing-md);
    }

    .award-showcase-image {
        height: 300px;
        padding: var(--spacing-sm);
    }

    .award-showcase-info {
        padding: var(--spacing-md);
    }

    .award-showcase-info h4 {
        font-size: 1rem;
    }

    .award-showcase-info p {
        font-size: 0.875rem;
    }
}

/* Extra Small Devices */
@media (max-width: 480px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .section-header h2 {
        font-size: 1.5rem;

    }

    .stat-number {
        font-size: 1.5rem;
    }

    .btn {
        font-size: 0.875rem;
        padding: var(--spacing-xs) var(--spacing-md);
    }

    .btn-large {
        font-size: 1rem;
        padding: var(--spacing-sm) var(--spacing-lg);
    }

    .floating-btn {
        padding: var(--spacing-xs) var(--spacing-sm);
        font-size: 0.75rem;
    }

    /* New Awards Section - Extra Small Screens */
    .awards-main-title {
        font-size: 1.5rem;
    }

    .ceremony-heading,
    .certificates-heading {
        font-size: 1.5rem;
    }

    .ceremony-image-wrapper {
        height: 220px;
        padding: var(--spacing-sm);
    }

    .certificate-image-container {
        height: 240px;
        padding: var(--spacing-sm);
    }

    .section-badge-new {
        font-size: 0.85rem;
        padding: 10px 20px;
    }

    /* Additional mobile fixes for horizontal space */
    .container {
        padding: 0 0.75rem; /* Reduce padding to prevent overflow */
    }

    .hero {
        padding: 20px 0 40px 0;
        min-height: 450px; /* Reduce min-height for smaller screens */
    }

    .form-card-elevated {
        padding: 1rem; /* Reduce padding */
        max-width: 100%;
        margin: 0; /* Ensure no margin causing overflow */
    }

    .form-group-new input {
        padding: 12px 14px 12px 38px; /* Adjust padding */
        font-size: 0.85rem;
    }

    .input-icon {
        left: 12px;
        font-size: 0.9rem;
    }

    .btn-form-submit {
        padding: 14px 20px;
        font-size: 0.95rem;
    }

    .cta-content {
        padding: 1rem; /* Reduce padding */
    }

    .hero-content {
        padding: 0 0.5rem; /* Add small padding if needed */
    }

    /* Ensure no elements exceed viewport */
    * {
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* ========== Animations ========== */
[data-aos] {
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos].aos-animate {
    opacity: 1;
}

[data-aos="fade-up"] {
    transform: translateY(50px);
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
}

[data-aos="fade-down"] {
    transform: translateY(-50px);
}

[data-aos="fade-down"].aos-animate {
    transform: translateY(0);
}

[data-aos="fade-left"] {
    transform: translateX(-50px);
}

[data-aos="fade-left"].aos-animate {
    transform: translateX(0);
}

[data-aos="fade-right"] {
    transform: translateX(50px);
}

[data-aos="fade-right"].aos-animate {
    transform: translateX(0);
}

[data-aos="zoom-in"] {
    transform: scale(0.8);
}

[data-aos="zoom-in"].aos-animate {
    transform: scale(1);
}

[data-aos="flip-left"] {
    transform: perspective(1000px) rotateY(-40deg);
}

[data-aos="flip-left"].aos-animate {
    transform: perspective(1000px) rotateY(0);
}

[data-aos="flip-up"] {
    transform: perspective(1000px) rotateX(-40deg);
}

[data-aos="flip-up"].aos-animate {
    transform: perspective(1000px) rotateX(0);
}

/* ========== Mobile Navigation ========== */
.nav-menu.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: var(--shadow-lg);
    padding: var(--spacing-lg);
    gap: var(--spacing-sm);
}

.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* ========== Print Styles ========== */
@media print {

    .floating-cta,
    .scroll-top,
    .top-bar,
    .header,
    .footer {
        display: none;
    }

    body {
        color: #000;
    }
}

/* ========== Data Science Themed Decorations ========== */

/* Animated Binary Code Background */
@keyframes binaryFall {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    10% {
        opacity: 0.5;
    }

    90% {
        opacity: 0.5;
    }

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

/* Code Particles Animation */
@keyframes codeParticle {

    0%,
    100% {
        transform: translateY(0) translateX(0) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) translateX(20px) rotate(360deg);
        opacity: 0;
    }
}

/* ========== Global Mobile Fixes ========== */
@media (max-width: 768px) {
    .container {
        padding: 0 1rem; /* Reduced padding for mobile */
        width: 100%; /* Ensure full width */
        box-sizing: border-box;
    }

    .section-header {
        width: 100%;
        margin: 0;
        padding: 0 1rem; /* Consistent padding */
        text-align: center; /* Center align for mobile */
    }

    .hero-content-clean {
        width: 100%;
        padding: 0 1rem;
    }

    .stats-form-section,
    .trust-badges,
    .tools-grid,
    .awards-section,
    .branches-section,
    .testimonials-section,
    .footer {
        width: 100%;
        padding: 0 1rem; /* Ensure no overflow */
        box-sizing: border-box;
    }

    /* Ensure all sections use full width */
    section {
        width: 100%;
        overflow-x: hidden;
    }

    /* Fix any potential horizontal scroll */
    body {
        overflow-x: hidden;
    }
}

/* Neural Network Pulse */
@keyframes neuralPulse {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

/* Data Flow Animation */
@keyframes dataFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Tech Grid Pattern */
.tech-grid-pattern {
    background-image:
        linear-gradient(rgba(37, 99, 235, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

/* Circuit Board Effect */
.circuit-effect {
    background-image:
        radial-gradient(circle at 20% 30%, rgba(37, 99, 235, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 60% 70%, rgba(37, 99, 235, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 80% 10%, rgba(37, 99, 235, 0.1) 1px, transparent 1px);
    background-size: 100px 100px;
}

/* Glow Effect for Data Science Elements */
.data-glow {
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.3),
        0 0 40px rgba(37, 99, 235, 0.2),
        0 0 60px rgba(37, 99, 235, 0.1);
    animation: glowPulse 3s ease-in-out infinite;
}

@keyframes glowPulse {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(37, 99, 235, 0.3),
            0 0 40px rgba(37, 99, 235, 0.2),
            0 0 60px rgba(37, 99, 235, 0.1);
    }

    50% {
        box-shadow: 0 0 30px rgba(37, 99, 235, 0.4),
            0 0 60px rgba(37, 99, 235, 0.3),
            0 0 90px rgba(37, 99, 235, 0.2);
    }
}

/* Matrix-style Code Rain */
.code-rain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.1;
    pointer-events: none;
}

/* AI Brain Connections */
@keyframes brainPulse {

    0%,
    100% {
        stroke-dashoffset: 1000;
        opacity: 0.3;
    }

    50% {
        stroke-dashoffset: 0;
        opacity: 0.8;
    }
}

/* Holographic Effect */
.holographic {
    position: relative;
    background: linear-gradient(45deg,
            rgba(37, 99, 235, 0.1) 0%,
            rgba(124, 58, 237, 0.1) 25%,
            rgba(37, 99, 235, 0.1) 50%,
            rgba(124, 58, 237, 0.1) 75%,
            rgba(37, 99, 235, 0.1) 100%);
    background-size: 400% 400%;
    animation: holographicShift 5s ease infinite;
}

@keyframes holographicShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* Digital Scanline Effect */
@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.scanline-effect {
    position: relative;
    overflow: hidden;
}

.scanline-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to bottom,
            transparent,
            rgba(37, 99, 235, 0.5),
            transparent);
    animation: scanline 3s linear infinite;
    pointer-events: none;
}

/* Particle Effect */
.particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(37, 99, 235, 0.5);
    border-radius: 50%;
    animation: particleFloat 10s linear infinite;
}

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) translateX(0) scale(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) translateX(100px) scale(1);
        opacity: 0;
    }
}

/* /// popup */
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.video-card {
    cursor: pointer;
    text-align: center;
    transition: transform .3s ease;
}

.video-card:hover {
    transform: translateY(-6px);
}

.video-placeholder img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.video-caption {
    margin-top: 10px;
    font-weight: 600;
    color: #111;
}

/* ===== POPUP STYLES ===== */

.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* video popup content - positioned & responsive */
.video-popup .popup-content {
    position: relative;
    width: 90%;
    max-width: 720px;
    max-height: calc(100vh - 40px);
    padding: 10px;
    box-sizing: border-box;
}

/* ensure video inside popup scales and fits on mobile */
.video-popup .popup-content video {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 120px);
    display: block;
    border-radius: 8px;
    background: #000;
    object-fit: contain;
}

/* close icon styled for touch devices and sits above the video */
.video-popup .close-popup {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 900px) {
    .video-popup .popup-content {
        width: 70%;
        max-width: 900px;
    }
}

@media (max-width: 480px) {
    .video-popup .popup-content {
        width: 92%;
        max-width: 360px;
        padding: 6px;
    }

    .video-popup .close-popup {
        top: 6px;
        right: 6px;
        width: 36px;
        height: 36px;
        font-size: 22px;
    }
}


.popup-content {
    position: relative;
    width: 40%;
    max-width: 400px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.popup-content video {
    width: 100%;
    display: block;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    border-radius: 20%;
    padding: 0px 10px;
    color: #fff;
    background-color: #0077b5;
    cursor: pointer;
    z-index: 10000;
    /* ensure above video element */
}

.video-card {
    cursor: pointer;
}

.form-cursor-notallowed {
    cursor: not-allowed
}

/* Syllabus Popup Styles */
.syllabus-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9998;
    animation: fadeIn 0.3s ease;
}

.syllabus-popup.active {
    display: flex;
}

.syllabus-popup .popup-content {
    position: relative;
    width: 90%;
    max-width: 500px;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s ease;
}

.syllabus-form-popup h2 {
    font-size: 20px !important;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: bold;
}

.syllabus-form-popup p {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.syllabus-form-popup .form-group {
    margin-bottom: 20px;
}

.syllabus-form-popup input,
.syllabus-form-popup select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.syllabus-form-popup input:focus,
.syllabus-form-popup select:focus {
    border-color: #FF6B35;
    outline: none;
    box-shadow: 0 0 10px rgba(255, 107, 53, 0.2);
}

.syllabus-form-popup button {
    width: 100%;
    margin-top: 15px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

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


@media (max-width: 425px) {
    .timeline-item {
        display: flex;
        gap: var(--spacing-md);
        margin-bottom: var(--spacing-xl);
        position: relative;
    }

    .btn-courses-call {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 9px 10px;
        background: linear-gradient(135deg, #F47A20, #ff9040);
        color: white;
        font-size: 0.8rem;
        font-weight: 700;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0 8px 30px rgba(244, 122, 32, 0.4);
        transition: all 0.3s ease;
    }

    .timeline-icon {
        width: 35px;
        height: 35px;
        background: linear-gradient(135deg, var(--secondary-color), #ef4444);
        color: white;
        border-radius: var(--radius-full);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        flex-shrink: 0;
        z-index: 1;
    }
}

/* --------salary-------- */
.salary-chart {
    background-color: var(--primary-color);
    border-radius: 18px;
    padding: 30px;
    color: #fff;
}

.salary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 38px;
    align-items: start;
}

.career-cards {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.career-h3 {
    font-size: 18px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 18px;
}

.career-card {
    background: #f7f9fc;
    border: 1.5px solid #dde8f5;
    border-radius: 11px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: .2s;
}

.career-card:hover {
    border-color: var(--primary-color);
    background: #fff;
}

.career-icon {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}

.career-title {
    font-weight: 700;
    font-size: 14.5px;
    color: var(--dark);
}

.career-sal {
    font-size: 13.5px;
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 1px;
}

.career-desc {
    font-size: 12px;
    color: var(--gray);
    margin-top: 1px;
}

.salary-chart h3 {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 22px;
}

.bar-group {
    margin-bottom: 16px;
}

.bar-label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 5px;
}

.bar-label span:first-child {
    opacity: .8;
}

.bar-label span:last-child {
    font-weight: 700;
    color: #fbbf24;
}

.bar-track {
    background: rgba(255, 255, 255, .12);
    border-radius: 50px;
    height: 7px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, .4), #fbbf24);
    border-radius: 50px;
    transition: width 1.2s ease;
}



/* new tables css */


/* section */
.compare-section{
padding:60px 20px;
background:#f4f7fb;
}

/* wrapper */
.compare-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
max-width:1100px;
margin:auto;
}

/* cards */
.compare-card{
padding:30px;
border-radius:14px;
color:#fff;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

/* headings */
.compare-card h2{
margin-bottom:6px;
font-size:24px;
font-weight:700;
}

.sub{
font-size:14px;
margin-bottom:20px;
opacity:.9;
}

/* TEKS CARD */
.teks{
background:#e86729;
}

/* OTHER CARD */
.other{
background:#2c65a3;
}

/* list */
.compare-card ul{
list-style:none;
padding:0;
margin:0;
}

.compare-card li{
display:flex;
justify-content:space-between;
padding:12px 16px;
margin-bottom:10px;
border-radius:8px;
font-size:14px;
background:rgba(255,255,255,0.15);
}

.compare-card span{
font-weight:500;
}

/* status text */
.right{
color:#fff;
}
.icon-yes,
.icon-no{
width:20px;
height:20px;
background:#fff;
border-radius:50%;
display:inline-flex;
align-items:center;
justify-content:center;
margin-right:6px;
font-size:12px;
}

.icon-yes{ 
    color:#22c55e;
    border: 1px solid #22c55e;
    background-color: #fff;
 }
.icon-no{ 
    color:#ff3b3b; 
    border: 1px solid #ff3b3b;
    background-color: #fff;
}

/* correct icon */
.icon-yes{
color:#22c55e;
margin-right:6px;
font-weight:bold;
}

/* wrong icon */
.icon-no{
color:#ff3b3b;
margin-right:6px;
font-weight:bold;
}

/* bottom bar */

.compare-bottom{
margin-top:30px;
max-width:1100px;
margin-left:auto;
margin-right:auto;
padding:18px;
text-align:center;
border-radius:10px;
color:#fff;
font-weight:600;
background:#e86729;
}

/* responsive */

@media(max-width:768px){

.compare-wrapper{
grid-template-columns:1fr;
}

}

.teks-heading{
    color: #fff;
}

/* ---------chart  */
.chart-wrap {
    width: 100%;
    max-width: 700px;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 2%;
    margin:0 auto;
  }

  .chart-title {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
  }

  .chart-sub {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    margin-bottom: 36px;
  }

  .bars { display: flex; flex-direction: column; gap: 0; }

  .row {
    display: grid;
    grid-template-columns: 175px 1fr 90px;
    align-items: center;
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.45s ease, transform 0.45s ease;
  }

  .row:last-child { border-bottom: none; }
  .row.visible { opacity: 1; transform: translateY(0); }

  .meta { display: flex; flex-direction: column; gap: 3px; }

  .year-num {
    font-size: 10px;
    font-weight: 600;
    color: #aaa;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .role-name {
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a1a;
  }

  .track {
    height: 10px;
    background: #f0f0f0;
    border-radius: 100px;
    position: relative;
  }

  .fill {
    height: 100%;
    border-radius: 100px;
    width: 0;
    transition: width 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
  }

  /* Each bar gets its own solid color – blue to orange progression */
  .row:nth-child(1) .fill { background: #2c65a3; }
  .row:nth-child(2) .fill { background: #3a7bbf; }
  .row:nth-child(3) .fill { background: #e8843a; }
  .row:nth-child(4) .fill { background: #ed6830; }
  .row:nth-child(5) .fill { background: #ed642f; }

  .fill::after {
    content: '';
    position: absolute;
    right: -4px; top: 50%;
    transform: translateY(-50%);
    width: 14px; height: 14px;
    border-radius: 50%;
    background: inherit;
    border: 2.5px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    opacity: 0;
    transition: opacity 0.3s ease 1.1s;
  }

  .row.visible .fill::after { opacity: 1; }

  .salary-val {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    text-align: right;
    white-space: nowrap;
  }

  .bottom-bar {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .growth-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff5f0;
    color: #ed642f;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 100px;
    border: 1px solid #fdd0bc;
  }

  .note {
    font-size: 11.5px;
    color: #bbb;
  }
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.toast {
  min-width: 250px;
  margin-bottom: 10px;
  padding: 14px 18px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  animation: slideIn 0.3s ease;
}

.toast-success {
  background: #28a745;
}

.toast-error {
  background: #dc3545;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@media (max-width: 640px) {
    html, body {
        overflow-x: hidden;
        width: 100vw;
    }
    .form-card-elevated,
    .form-showcase {
        max-width: 100vw;
        width: 100vw;
        box-sizing: border-box;
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
}
  /* Default (Mobile) */
.desktop-label {
    display: none;
}

.cta_btn {
    display: inline-flex;
    font-size: 0.85rem;
    padding: 10px 8px;
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(15px);
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: var(--radius-full);
    font-weight: 600;
    align-items: center;
    margin-bottom: 6px;
    gap: var(--spacing-xs);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: var(--transition-base);
}

/* Desktop */
@media (min-width: 768px) {

    .desktop-label {
        display: inline-flex;
        font-size: 0.9rem;
        padding: 10px 18px;
        background: rgba(255,255,255,0.25);
        backdrop-filter: blur(15px);
        color: white;
        border: 1px solid rgba(255,255,255,0.3);
        border-radius: var(--radius-full);
        font-weight: 600;
        align-items: center;
        gap: var(--spacing-xs);
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        transition: var(--transition-base);
    }

    .cta_btn {
        display: none;
    }

}