/* ==========================================
   RESET & ROOT VARIABLES
========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
:root {
    --primary: #2563eb;
    --bg: #f8fafc;
    --text: #111827;
}
/* ==========================================
   BASE ELEMENTS
========================================== */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100%;
}
body {
    font-family: Inter, sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
    max-width: 100%;
}
section {
    padding: 20px 0;
    scroll-margin-top: 10px;
}
h1 {
    font: 800 clamp(2.4rem, 5vw, 4.8rem) Poppins, sans-serif;
    line-height: 1.1
}
p {
    margin: 1.5rem 0;
    font-size: 1.1rem;
    line-height: 1.8
}
/* ==========================================
   SHARED COMPONENTS
========================================== */
.container {
    width: min(92%, 1200px);
    margin: auto
}
.section-title {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 10px;
}
.section-badge {
    display: inline-block;
    background: #e8f1ff;
    color: #2563eb;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 18px;
}
.section-title h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 14px;
}
.section-title p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
}
.btn {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 999px;
    text-decoration: none
}
.btn-outline {
    padding: 14px 28px;
    border: 2px solid #2563eb;
    border-radius: 50px;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: .35s;
}
/*==================================================
    PREMIUM HERO BACKGROUND
==================================================*/
.hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding-top: 90px;
    padding-bottom: 90px;
    background:
        radial-gradient(circle at 80% 25%,
            rgba(37, 99, 235, .10),
            transparent 35%),
        radial-gradient(circle at 15% 75%,
            rgba(6, 182, 212, .08),
            transparent 30%),
        #f8fafc;
}
.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}
.ai-ecosystem {
    position: relative;
    width: 320px;
    height: 320px;
    margin: 0 auto;
}
.ai-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.core-ring {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2.5px dashed rgba(37, 99, 235, .30);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotateOrbit 40s linear infinite;
}
@keyframes rotateOrbit {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.tech-node {
    position: absolute;
    width: 92px;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 8px;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(37, 99, 235, .08);
    border-radius: 18px;
    box-shadow:
        0 8px 24px rgba(15, 23, 42, .08),
        0 2px 6px rgba(37, 99, 235, .05);
    transition: all .35s ease;
    /* cursor:default; */
}
.tech-node img {
    width: 38px;
    height: 38px;
    margin-bottom: 6px;
    transition: transform .35s ease;
    filter: drop-shadow(0 3px 6px rgba(37, 99, 235, .18));
}
.tech-node span {
    /* margin-top: -15px; */
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.25;
    color: #334155;
}
.tech-node:hover {
    transform: translateY(-6px);
    box-shadow:
        0 18px 36px rgba(37, 99, 235, .18);
}
.tech-node:hover img {
    transform: scale(1.08);
}
.eco-python {
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.eco-ml {
    top: 58px;
    right: -8px;
}
.eco-cloud {
    bottom: 58px;
    right: -8px;
}
.eco-ds {
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.eco-genai {
    bottom: 58px;
    left: -8px;
}
.eco-fullstack {
    top: 58px;
    left: -8px;
}
/*==================================================
    AURORA BLOBS
==================================================*/
.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .30;
    animation: floatBlob 18s ease-in-out infinite;
}
.blob-1 {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.9), rgba(37, 99, 235, 0));
    top: -120px;
    left: -100px;
}
.blob-2 {
    width: 360px;
    height: 360px;
    background: #06b6d4;
    top: 180px;
    right: -80px;
    animation-delay: 4s;
}
.blob-3 {
    width: 300px;
    height: 300px;
    bottom: 40px;
    left: 65%;
    opacity: .30;
}
/*==================================================
    GRID PATTERN
==================================================*/
.hero-grid-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(37, 99, 235, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, .05) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(circle at center,
            black 45%,
            transparent 100%);
    opacity: .45;
}
/*==================================================
    GLASS LIGHT
==================================================*/
.hero-light {
    position: absolute;
    inset: -20%;
    background:
        linear-gradient(120deg,
            transparent 20%,
            rgba(255, 255, 255, .35) 45%,
            transparent 70%);
    animation: shimmerLight 12s linear infinite;
}
/*==================================================
    NOISE
==================================================*/
.hero-noise {
    position: absolute;
    inset: 0;
    opacity: .025;
    background-image:
        radial-gradient(circle, #000 1px, transparent 1px);
    background-size: 8px 8px;
}
.hero>.container {
    position: relative;
    z-index: 2;
}
.scroll-indicator {
    position: absolute;
    z-index: 2;
}
/*==================================================
    HERO BACKGROUND ANIMATIONS
==================================================*/
@keyframes floatBlob {
    0% {
        transform:
            translate(0, 0) scale(1);
    }
    25% {
        transform:
            translate(30px, -25px) scale(1.08);
    }
    50% {
        transform:
            translate(-20px, 20px) scale(.95);
    }
    75% {
        transform:
            translate(25px, 35px) scale(1.05);
    }
    100% {
        transform:
            translate(0, 0) scale(1);
    }
}
@keyframes shimmerLight {
    from {
        transform: translateX(-30%) rotate(0deg);
    }
    to {
        transform: translateX(30%) rotate(0deg);
    }
}
/* ==========================================
   HERO BADGE
========================================== */
.badge {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    padding: 12px 22px;
    background: linear-gradient(135deg,
            #eaf2ff,
            #f4f8ff);
    color: #2563eb;
    font-size: .92rem;
    font-weight: 700;
    border: 1px solid rgba(37, 99, 235, .10);
    border-radius: 999px;
    margin-bottom: 24px;
    box-shadow:
        0 8px 20px rgba(37, 99, 235, .08);
    transition: .35s;
}
.badge:hover {
    transform: translateY(-2px);
    box-shadow:
        0 12px 24px rgba(37, 99, 235, .12);
}
.hero-content {
    max-width: 650px;
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
    gap: 70px;
    align-items: center;
    min-height: calc(100vh - 80px);
}
.hero h1 {
    font-size: 3.8rem;
    max-width: 650px;
    line-height: 1.15;
    font-weight: 800;
    margin: 14px 0 18px;
}
.gradient-text {
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #555;
    margin-bottom: 28px;
}
.hero-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 38px;
    flex-wrap: wrap;
}
.btn:hover,
.btn-outline:hover {
    transform: translateY(-3px);
    background: #2563eb;
    color: #fff;
}
.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 10px;
}
.stat h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 6px;
}
.stat span {
    color: #666;
    font-size: .95rem;
}
/* ==========================================
   PREMIUM NAVBAR
========================================== */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: .4s ease;
}
.header.scrolled {
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-links a {
    position: relative;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}
.nav-links a:hover {
    color: #2563eb;
}
.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: #2563eb;
    transition: .35s;
}
.nav-links a:hover::after {
    width: 100%;
}
.nav-links a.active {
    color: #2563eb;
    font-weight: 700;
}
.nav-links a.active::after {
    width: 100%;
}
.logo {
    transition: .35s;
    cursor: pointer;
}
.logo:hover {
    transform: scale(1.05);
}
.logo img {
    height: 54px
}
.menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 2rem
}
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
}
/* ==========================================
   HERO VISUAL
========================================== */
.tech {
    position: absolute;
    background: white;
    padding: 12px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: .95rem;
    box-shadow:
        0 10px 25px rgba(0, 0, 0, .08);
    animation: floatTag 4s ease-in-out infinite;
}
/* ==========================================
   HERO TRUST SECTION
========================================== */
.trust-line {
    margin: 18px 0;
    color: #555;
    font-size: 1rem;
    font-weight: 500;
}
.hero-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
    align-items: center;
}
.hero-features span {
    width: 100%;
    text-align: center;
    background: white;
    border-radius: 30px;
    padding: 12px;
    font-weight: 600;
    font-size: .9rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}
.hero-features span:hover {
    transform: translateY(-4px);
}
.scroll-indicator {
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    opacity: .75;
}
.mouse {
    width: 28px;
    height: 48px;
    border: 2px solid #2563eb;
    border-radius: 20px;
    margin-top: 10px;
    position: relative;
}
.wheel {
    width: 4px;
    height: 8px;
    background: #2563eb;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    animation: scrollWheel 2s infinite;
}
@keyframes scrollWheel {
    0% {
        opacity: 1;
        top: 8px;
    }
    100% {
        opacity: 0;
        top: 24px;
    }
}
/* ==========================================
   PREMIUM HERO CARD
========================================== */
.hero-art {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    width: 100%;
}
.hero-card {
    position: relative;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 28px;
    padding: 22px 32px 32px;
    overflow: hidden;
    box-shadow:
        0 20px 50px rgba(24, 65, 255, .08),
        0 8px 20px rgba(0, 0, 0, .04);
    transition: .4s ease;
}
.hero-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 35px 80px rgba(24, 65, 255, .15),
        0 15px 35px rgba(0, 0, 0, .08);
}
.hero-card::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle,
            rgba(37, 99, 235, .18),
            transparent 70%);
    top: -120px;
    right: -120px;
    z-index: 0;
}
.hero-card>* {
    position: relative;
    z-index: 2;
}
.ai-circle {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    z-index: 10;
    overflow: visible;
    /* box-shadow:
        0 0 20px rgba(37,99,235,.30),
        0 0 60px rgba(0,180,255,.20); */
    animation: aiPulse 4s ease-in-out infinite;
    transition: .4s;
}
.ai-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 155px;
    height: 155px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(37, 99, 235, 0.22) 0%,
            rgba(6, 182, 212, 0.15) 45%,
            rgba(6, 182, 212, 0.05) 70%,
            transparent 100%);
    filter: blur(18px);
    z-index: -1;
    pointer-events: none;
}
@keyframes aiPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(37, 99, 235, .35);
    }
    50% {
        transform: scale(1.04);
        box-shadow: 0 0 35px rgba(37, 99, 235, .35);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(37, 99, 235, .35);
    }
}
@keyframes ringPulse {
    0% {
        transform: scale(1);
        opacity: .4;
    }
    50% {
        transform: scale(1.18);
        opacity: .1;
    }
    100% {
        transform: scale(1);
        opacity: .4;
    }
}
.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}
.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #22c55e;
}
.card-body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 340px;
    padding-top: 15px;
}
/* ==========================================
   HERO BACKGROUND
========================================== */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(37, 99, 235, .03) 1px, transparent 1px),
        linear-gradient(90deg,
            rgba(37, 99, 235, .03) 1px,
            transparent 1px);
    background-size: 40px 40px;
    opacity: .4;
    pointer-events: none;
}
/* ==========================================
   COURSES SECTION
========================================== */
.courses {
    margin-top: -30px;
    padding: 100px 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background:
        linear-gradient(to bottom,
            #ffffff,
            #f8fafc);
}
.course-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.course-card {
    background: white;
    border-radius: 24px;
    padding: 28px 24px;
    border: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 580px;
    transition: .35s;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    position: relative;
}
.course-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0 18px 45px rgba(37, 99, 235, .12), 0 8px 18px rgba(0, 0, 0, .05);
}
.course-icon {
    width: 78px;
    height: 78px;
    border-radius: 18px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 22px auto 18px;
    transition: .35s;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow:
        0 10px 25px rgba(0, 0, 0, .05);
}
.course-icon img {
    width: 60px;
    height: 60px;
    transition: .35s;
    object-fit: contain;
}
.course-card:hover .course-icon {
    transform: translateY(-6px);
}
.course-card:hover .course-icon img {
    transform: scale(1.03) rotate(-2deg);
}
.course-card h3 {
    font-size: 1.28rem;
    line-height: 1.35;
    margin-bottom: 8px;
    /* font-weight:700; */
}
.course-card h4 {
    margin-bottom: 12px;
    font-size: 0.98rem;
    font-weight: 600;
    /* color:inherit; */
    /* opacity:.9; */
}
.python h4 {
    color: #2563eb;
}
.dsa h4 {
    color: #7c3aed;
}
.java h4 {
    color: #ea580c;
}
.mern h4 {
    color: #16a34a;
}
.ds h4 {
    color: #0891b2;
}
.ml h4 {
    color: #0f766e;
}
.genai h4 {
    color: #6d28d9;
}
.corporate h4 {
    color: #4338ca;
}
.course-card p {
    font-size: .95rem;
    line-height: 1.75;
    color: #5b6475;
    /* margin-bottom:25px; */
}
/* ==========================================
   COURSE META
========================================== */
.course-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    font-size: .82rem;
    font-weight: 600;
    color: #666;
}
.course-meta span {
    padding: 6px 10px;
    background: #f8fafc;
    border-radius: 16px;
    font-size: .72rem;
    font-weight: 600;
    color: #666;
}
.tech-list span {
    padding: 6px 11px;
    border-radius: 14px;
    font-weight: 500;
    background: #f4f7fb;
    font-size: .82rem;
    font-weight: 700;
    color: #555;
    transition: .3s;
}
.tech-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.course-card:hover .tech-list span {
    background: #e8f1ff;
    color: #2563eb;
}
.course-card a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    transition: .3s;
}
.course-card:hover a {
    letter-spacing: 1px;
    color: #1d4ed8;
}
@media(max-width:1200px) {
    .course-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:768px) {
    .course-grid {
        grid-template-columns: 1fr;
    }
}
/* ==========================================
   COURSE COLOR IDENTITY
========================================== */
/* Python */
.python .course-icon {
    background: #e8f1ff;
    color: #2563eb;
}
.python:hover .course-icon {
    background: #2563eb;
    color: white;
}
/* DSA */
.dsa .course-icon {
    background: #f3e8ff;
    color: #7c3aed;
}
.dsa:hover .course-icon {
    background: #7c3aed;
    color: white;
}
/* Java */
.java .course-icon {
    background: #fff4e8;
    color: #ea580c;
}
.java:hover .course-icon {
    background: #ea580c;
    color: white;
}
/* MERN */
.mern .course-icon {
    background: #ecfdf5;
    color: #16a34a;
}
.mern:hover .course-icon {
    background: #16a34a;
    color: white;
}
/* Data Science */
.ds .course-icon {
    background: #ecfeff;
    color: #0891b2;
}
.ds:hover .course-icon {
    background: #0891b2;
    color: white;
}
/* Machine Learning */
.ml .course-icon {
    background: #ecfdf5;
    color: #0f766e;
}
.ml:hover .course-icon {
    background: #0f766e;
    color: white;
}
/* GenAI */
.genai .course-icon {
    background: #f5f3ff;
    color: #6d28d9;
}
.genai:hover .course-icon {
    background: #6d28d9;
    color: white;
}
/* Corporate */
.corporate .course-icon {
    background: #eef2ff;
    color: #4338ca;
}
.corporate:hover .course-icon {
    background: #4338ca;
    color: white;
}
.explore-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.arrow {
    transition: .35s;
}
.course-card:hover .arrow {
    transform: translateX(5px);
}
/* ==========================================
   CAREER CHIP
========================================== */
.career-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 18px;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    color: #fff;
    font-size: .78rem;
    font-weight: 600;
}
.featured-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 20;
    padding: 5px 12px;
    background: linear-gradient(135deg,
            #6d28d9,
            #2563eb);
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
    border-radius: 20px;
    letter-spacing: .4px;
    box-shadow:
        0 8px 18px rgba(37, 99, 235, .18);
}
/*==================================================
    WHY RENDUS
==================================================*/
.why-rendus {
    padding: 10px 0;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}
.why-rendus::before {
    content: "15+";
    position: absolute;
    left: 6%;
    top: 18%;
    font-size: 220px;
    font-weight: 800;
    color: #2563eb;
    opacity: .03;
    pointer-events: none;
    z-index: 0;
}
.why-rendus .container {
    position: relative;
    z-index: 2;
}
.why-rendus-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 70px;
    align-items: center;
    margin-top: 10px;
}
/*==================================================
    PREMIUM ILLUSTRATION CONTAINER
==================================================*/
.why-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-image::before {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    background:
        radial-gradient(circle,
            rgba(37, 99, 235, .10),
            rgba(37, 99, 235, .02));
    border-radius: 50%;
    filter: blur(25px);
    z-index: 0;
    animation: pulseGlow 6s ease-in-out infinite;
}
.why-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 500px;
    padding: 42px;
    border-radius: 32px;
    background: linear-gradient(135deg,
            #ffffff,
            #f8fbff);
    border: 1px solid rgba(37, 99, 235, .08);
    box-shadow:
        0 25px 60px rgba(37, 99, 235, .12),
        0 12px 30px rgba(0, 0, 0, .05);
    transition:
        tranform .45s ease,
        box-shadow .45s ease;
    animation: floatingCard 6s ease-in-out infinite;
}
.why-image img:hover {
    transform:
        translateY(-10px) scale(1.02);
    box-shadow:
        0 40px 80px rgba(37, 99, 235, .16),
        0 18px 35px rgba(0, 0, 0, .07);
}
/*==================================================
    FEATURE LIST
==================================================*/
.why-features {
    display: flex;
    flex-direction: column;
    gap: 38px;
}
/*==================================================
    PREMIUM FEATURE CARD
==================================================*/
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 26px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, .06);
    box-shadow:
        0 12px 28px rgba(15, 23, 42, .04);
    transition:
        transform .45s cubic-bezier(.22, 1, .36, 1),
        box-shadow .45s,
        border-color .45s,
        background .45s;
}
.feature-item:last-child {
    margin-bottom: 0;
}
.feature-item:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(37, 99, 235, .15);
    box-shadow:
        0 30px 60px rgba(37, 99, 235, .14),
        0 18px 35px rgba(15, 23, 42, .08);
}
/*==================================================
    FEATURE ICON
==================================================*/
.feature-item img {
    width: 72px;
    height: 72px;
    padding: 14px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(135deg,
            #eef5ff,
            #f8fbff);
    border: 1px solid rgba(37, 99, 235, .08);
    transition:
        all .45s cubic-bezier(.22, 1, .36, 1);
}
.feature-item:hover img {
    transform: scale(1.08);
    background: linear-gradient(135deg,
            #7c7d7f,
            hsl(216, 26%, 85%));
    box-shadow:
        0 12px 28px rgba(37, 99, 235, .25);
}
/*==================================================
    FEATURE CONTENT
==================================================*/
.feature-item h3 {
    font-size: 1.30rem;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f2937;
    transition: color .45s, letter-spacing .45s;
}
.feature-item:hover h3 {
    color: #2563eb;
    letter-spacing: .3px;
}
.feature-item p {
    margin: 0;
    font-size: .98rem;
    line-height: 1.75;
    color: #64748b;
}
/*==================================================
    SMALL ACCENT
==================================================*/
/*==================================================
    CORPORATE TRAINING
==================================================*/
.corporate-training {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background:
        linear-gradient(180deg,
            #f8fbff 0%,
            #ffffff 45%,
            #f8fbff 100%);
}
.corporate-training::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(37, 99, 235, .05) 1px,
            transparent 1px);
    background-size: 28px 28px;
    opacity: .45;
    pointer-events: none;
}
.corporate-training .container {
    position: relative;
    z-index: 2;
}
/*==================================================
    CORPORATE GRID
==================================================*/
.corporate-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 110px;
    align-items: center;
    margin-top: 45px;
}
/*==================================================
    CORPORATE IMAGE
==================================================*/
.corporate-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.corporate-image::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(37, 99, 235, .12),
            transparent 72%);
    filter: blur(30px);
}
.corporate-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 500px;
    padding: 42px;
    border-radius: 34px;
    background: white;
    border: 1px solid rgba(37, 99, 235, .06);
    box-shadow:
        0 25px 80px rgba(37, 99, 235, .12),
        0 18px 40px rgba(0, 0, 0, .06);
    transition: .45s ease;
    animation: floatingCard 7s ease-in-out infinite;
}
.corporate-image img:hover {
    transform:
        translateY(-10px) scale(1.02);
}
/*==================================================
    CORPORATE CONTENT
==================================================*/
.corporate-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 34px;
}
.corporate-content::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 15px;
    bottom: 15px;
    width: 2px;
    background:
        linear-gradient(to bottom,
            rgba(37, 99, 235, .35),
            rgba(37, 99, 235, .08));
}
/*==================================================
    CORPORATE ITEM
==================================================*/
.corporate-item {
    position: relative;
    padding: 0 0 28px 38px;
    border-bottom: 1px solid rgba(37, 99, 235, .08);
}
.corporate-item:last-child {
    border: none;
    padding-bottom: 0;
}
.corporate-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    border: 4px solid #2563eb;
    box-shadow:
        0 0 6px rgba(37, 99, 235, .10),
        0 0 18px rgba(37, 99, 235, .25);
}
.corporate-item h3 {
    font-size: 1.35rem;
    margin-bottom: 12px;
    color: #111827;
}
.corporate-item p {
    margin: 0;
    color: #64748b;
    line-height: 1.85;
}
/*==================================================
    CORPORATE STATS
==================================================*/
.corporate-stats {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 32px;
    text-align: center;
    padding: 36px 24px;
    border-radius: 24px;
    background: white;
    border: 1px solid rgba(37, 99, 235, .08);
    box-shadow:0 15px 40px rgba(0, 0, 0, .05);
    transition: .35s;
}
.stat-column {
    flex: 1;
    text-align: center;
}
.stat-column h3 {
    font-size: 3rem;
    color: #2563eb;
    margin-bottom: 10px;
}
.stat-column span {
    color: #64748b;
    font-weight: 600;
}
.divider {
    width: 1px;
    height: 70px;
    background:
        rgba(37, 99, 235, .12);
}
.corporate-stat:hover {
    transform:
        translateY(-8px);
    box-shadow:
        0 25px 60px rgba(37, 99, 235, .12);
}
.corporate-stat h3 {
    font-size: 2.8rem;
    color: #2563eb;
    margin-bottom: 10px;
}
.corporate-stat span {
    color: #64748b;
    font-weight: 600;
}
/*==================================================
    CORPORATE CTA
==================================================*/
.corporate-cta {
    margin-top: 90px;
    padding: 65px 70px;
    border-radius: 36px;
    background:
        linear-gradient(135deg,
            #2563eb,
            #4f46e5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    color: white;
    overflow: hidden;
    position: relative;
}
.corporate-cta::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    top: -120px;
    border-radius: 50%;
    background:
        rgba(255, 255, 255, .08);
}
.corporate-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 45px 45px;
    opacity: .35;
}
.cta-content {
    position: relative;
    z-index: 2;
}
.cta-content h3 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 16px;
}
.cta-content p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    max-width: 620px;
}
.corporate-cta .btn {
    position: relative;
    z-index: 2;
    background: white;
    color: #2563eb;
    font-weight: 700;
    padding: 20px 40px;
    font-size: 1.05rem;
    border-radius: 999px;
}
.corporate-cta .btn:hover {
    background: #f8fbff;
}
/*=====================================
    SUCCESS STORIES
======================================*/
.success-stories {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(to bottom,
            #ffffff,
            #f7fbff);
    animation: fadeInUp .8s ease;
}
.success-stories::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(37, 99, 235, .035) 1px, transparent 1px),
        linear-gradient(90deg,
            rgba(37, 99, 235, .035) 1px,
            transparent 1px);
    background-size: 42px 42px;
    pointer-events: none;
}
.success-stories::after {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    right: -220px;
    top: -180px;
    background:
        radial-gradient(rgba(37, 99, 235, .10),
            transparent 70%);
    pointer-events: none;
}
.testimonial-rating{
    margin:18px 0 22px;
    letter-spacing:3px;
    color:#fbbf24;
}
.testimonial-wall {
    position: relative;
    display: grid;
    grid-template-columns:
        1.25fr .9fr 1.1fr;
    gap: 30px;
    margin-top: 45px;
    align-items: start;
}
.testimonial-card {
    position: relative;
    border-top:4px solid #2563eb;
    background: white;
    border-radius: 28px;
    padding: 26px;
    border: 1px solid rgba(37, 99, 235, .08);
    box-shadow:
        0 15px 40px rgba(15, 23, 42, .06);
    transition:
        transform .45s ease,
        box-shadow .45s ease;
    overflow: hidden;
}
.testimonial-card:hover {
    transform:
        translateY(-8px);
    box-shadow:
        0 28px 60px rgba(15, 23, 42, .12);
}
.testimonial-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background:
        linear-gradient(90deg,
            #2563eb,
            #60a5fa);
}
/* =====================================
   TESTIMONIAL AVATARS
===================================== */
.testimonial-avatar{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size:1.15rem;
    font-weight:700;
    color:#ffffff;
    box-shadow:0 12px 24px rgba(37,99,235,.18);
}
.avatar-blue{
    background:linear-gradient(135deg,#2563eb,#60a5fa);
}
.avatar-purple{
    background:linear-gradient(135deg,#7c3aed,#a855f7);
}
.featured {
    min-height: 380px;
}
.quote {
    min-height: 240px;
    margin-top: 25px;
    background: linear-gradient(145deg, #ffffff, #f8fbff);
    border-left: 4px solid #2563eb;
}
.quote-icon {
    font-size: 5rem;
    line-height: 1;
    color: rgba(37, 99, 235, .12);
    margin-bottom: 15px;
}
.quote-text {
    font-size: 1.08rem;
    line-height: 1.9;
    color: #334155;
    font-style: italic;
    margin-bottom: 30px;
}
.quote-footer {
    margin-top: auto;
}
.quote-footer h4 {
    font-size: 1rem;
    color: #0f172a;
    margin-bottom: 5px;
}
.quote-footer span {
    color: #64748b;
    font-size: .9rem;
}
.journey {
    min-height: 360px;
    margin-top: -10px;
}
.standard {
    min-height: 360px;
    margin-top: -15px;
    background: white;
}
.standard::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    right: -70px;
    bottom: -70px;
    border-radius: 50%;
    background:
        radial-gradient(rgba(37, 99, 235, .06),
            transparent 70%);
}
.standard:hover {
    transform:translateY(-10px);
}
.featured:last-child {
    margin-top: -45px;
}
.alumni-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}
.alumni-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    background:
        linear-gradient(135deg,
            #2563eb,
            #60a5fa);
    box-shadow:
        0 12px 30px rgba(37, 99, 235, .25);
}
.alumni-info h3 {
    font-size: 1.35rem;
    margin-bottom: 6px;
    color: #0f172a;
}
.alumni-info span {
    color: #64748b;
    font-weight: 500;
}
.rating {
    margin-bottom: 24px;
    color: #fbbf24;
    font-size: 1.3rem;
    letter-spacing: 3px;
}
.testimonial-header{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:22px;
}
.testimonial-text {
    color: #475569;
    line-height: 1.75;
    margin-bottom: 22px;
    font-size: 1rem;
}
.testimonial-info h3{
    font-size: 1.25rem;
    margin: 0 0 6px;
    color:#0f172a;
    font-weight:700;
}
.testimonial-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: .85rem;
    font-weight: 600;
}
.featured::after {
    content: "❝";
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-size: 7rem;
    color: rgba(37, 99, 235, .05);
    font-family: Georgia, serif;
}
.featured:hover {
    transform:
        translateY(-10px) rotate(-1deg);
}
.quote::before {
    display: none;
}
.quote:hover {
    transform:
        translateY(-8px) rotate(1deg);
}
.quote::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: -60px;
    right: -60px;
    background:
        rgba(37, 99, 235, .05);
}
.journey {
    background:
        linear-gradient(180deg,
            #f8fbff,
            #eef6ff);
}
.journey-title {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 35px;
    color: #0f172a;
}
.journey-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.journey-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    background: white;
    box-shadow:
        0 12px 30px rgba(37, 99, 235, .10);
    margin-bottom: 12px;
}
.journey-step h4 {
    margin-bottom: 5px;
    color: #0f172a;
}
.journey-step span {
    color: #64748b;
    font-size: .9rem;
}
.journey-line {
    width: 2px;
    height: 28px;
    background:
        linear-gradient(to bottom,
            #2563eb,
            rgba(37, 99, 235, .15));
}
.journey::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(37, 99, 235, .04) 1px,
            transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}
.journey:hover {
    transform:
        scale(1.02);
}
.alumni-banner {
    margin-top: 50px;
    padding: 60px;
    border-radius: 30px;
    background:
        linear-gradient(135deg,
            #0f172a,
            #1e3a8a);
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: .4s ease;
    /* display:flex;
    align-items:center;
    gap:35px;
    color:white;
    transition:.4s ease; */
}
.alumni-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, .05) 1px,
            transparent 1px);
    background-size: 34px 34px;
    opacity: .35;
}
.alumni-banner:hover {
    transform: translateY(-5px);
}
.alumni-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, .05) 1px,
            transparent 1px);
    background-size: 35px 35px;
}
.banner-title {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}
.banner-title h2 {
    font-size: 2rem;
    color: white;
    margin-bottom: 15px;
}
.banner-title p {
    color: rgba(255, 255, 255, .85);
    line-height: 1.8;
    max-width: 760px;
    margin: auto;
}
.company-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 35px;
}
.company-list span {
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(10px);
    color: white;
    font-weight: 600;
    transition: .3s;
}
.company-list span:hover {
    background: white;
    color: #2563eb;
    transform: translateY(-4px);
}
.role-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}
.role-list span {
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: rgba(255, 255, 255, .90);
    font-size: .92rem;
}
.success-cta {
    margin-top: 50px;
    padding: 60px 50px;
    border-radius: 32px;
    text-align: center;
    background: linear-gradient(135deg,
            #2563eb,
            #1d4ed8,
            #1e40af);
    position: relative;
    overflow: hidden;
}
.success-cta::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    left: -180px;
    top: -180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}
.success-cta::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    right: -120px;
    bottom: -120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
}
.success-cta .cta-content {
    position: relative;
    z-index: 2;
}
.cta-label {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .15);
    color: white;
    font-size: .85rem;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 25px;
}
.success-cta h2 {
    color: white;
    font-size: 3rem;
    margin-bottom: 20px;
}
.success-cta p {
    max-width: 720px;
    margin: auto;
    color: rgba(255, 255, 255, .9);
    line-height: 1.9;
    margin-bottom: 40px;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.success-cta .btn-primary {
    background: white;
    color: #2563eb;
}
.success-cta .btn-outline {
    border: 2px solid rgba(255, 255, 255, .35);
    color: white;
    background: transparent;
}
.success-cta .btn-outline:hover {
    background: white;
    color: #2563eb;
}
.intern-badge{
    display:inline-block;
    white-space:nowrap;
    width: fit-content;
    margin-top:4px;
    margin-bottom: 16px;
    padding:6px 12px;
    border-radius:30px;
    font-size:.78rem;
    font-weight:600;
    color:var(--primary);
    background:rgba(59,130,246,.10);
    border:1px solid rgba(59,130,246,.15);
}
/* =====================================================
   CONTACT SECTION
===================================================== */
.contact{
    position:relative;
    padding:70px 0;
    overflow:hidden;
}
.contact-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    margin-top:10px;
    align-items:stretch;
}
/* =====================================================
   CONTACT CARD
===================================================== */
.contact-card{
    background:rgba(255,255,255,.65);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.45);
    border-radius:28px;
    padding:42px;
    box-shadow:
        0 25px 60px rgba(15,23,42,.08);
    transition:.35s ease;
    display:flex;
    flex-direction:column;
}
.contact-card:hover{
    transform:translateY(-8px);
    box-shadow:
        0 35px 80px rgba(37,99,235,.15);
}
/* =====================================================
   CARD HEADINGS
===================================================== */
.contact-card h3{
    font-size:1.6rem;
    font-weight:700;
    color:var(--heading-color);
    margin-bottom:36px;
}
/* =====================================================
   CONTACT ITEMS
===================================================== */
.contact-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:30px;
}
.contact-item:last-of-type{
    margin-bottom:40px;
}
/* =====================================================
   ICON
===================================================== */
.contact-icon{
    width:60px;
    height:60px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    background:linear-gradient(
        135deg,
        #2563eb,
        #3b82f6
    );
    box-shadow:
        0 12px 30px rgba(37,99,235,.28);
}
.contact-icon img{
    width:28px;
    height:28px;
    display:block;
    filter:brightness(0) invert(1);
}
/* =====================================================
   TEXT
===================================================== */
.contact-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.contact-content span{
    font-size:.82rem;
    color:var(--text-light);
    margin-bottom:6px;
    text-transform:uppercase;
    letter-spacing:.12em;
}
.contact-content a,
.contact-content p{
    color:var(--heading-color);
    font-weight:600;
    text-decoration:none;
    line-height:1.6;
}
.contact-content a:hover{
    color:var(--primary-color);
}
/* =====================================================
   MAP BUTTON
===================================================== */
.contact-map-btn{
    margin-top:auto;
    width:100%;
    justify-content:center;
}
/* =====================================================
   FORM
===================================================== */
#contactForm{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.form-group{
    width:100%;
}
.form-group input,
.form-group select,
.form-group textarea{
    width:100%;
    padding:18px 20px;
    border-radius:16px;
    border:1px solid rgba(148,163,184,.25);
    background:rgba(255,255,255,.75);
    font-size:1rem;
    font-family:inherit;
    transition:.3s ease;
    outline:none;
}
.form-group textarea{
    resize:vertical;
    min-height:150px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
    border-color:#2563eb;
    box-shadow:
        0 0 0 4px rgba(37,99,235,.12);
}
/* =====================================================
   SUBMIT BUTTON
===================================================== */

/* ===============================
   SUCCESS MESSAGE
================================ */

/* =====================================================
   FAQ SECTION
===================================================== */

.faq{
    padding:80px 0;
}

.faq-wrapper{
    max-width:820px;
    margin:40px auto 0;
    display:flex;
    flex-direction:column;
    gap:18px;
}

.faq-item{
    background:rgba(255,255,255,.65);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.45);
    border-radius:18px;
    box-shadow:0 15px 40px rgba(15,23,42,.06);
    overflow:hidden;
    transition:.3s ease;
}

.faq-item:hover{
    box-shadow:0 20px 50px rgba(37,99,235,.1);
}

.faq-question{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    background:none;
    border:none;
    cursor:pointer;
    padding:24px 28px;
    text-align:left;
    font:600 1.05rem Inter, sans-serif;
    color:var(--text);
}

.faq-icon{
    flex-shrink:0;
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(37,99,235,.1);
    color:var(--primary);
    font-size:1.3rem;
    font-weight:700;
    transition:transform .3s ease, background .3s ease;
}

.faq-item.active .faq-icon{
    transform:rotate(45deg);
    background:var(--primary);
    color:#fff;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease, padding .35s ease;
    padding:0 28px;
}

.faq-item.active .faq-answer{
    max-height:300px;
    padding:0 28px 26px;
}

.faq-answer p{
    color:#4b5563;
    line-height:1.8;
    font-size:.98rem;
}

@media (max-width:767px){
    .faq{
        padding:80px 0;
    }
    .faq-wrapper{
        margin-top:45px;
        gap:14px;
    }
    .faq-question{
        padding:18px 20px;
        font-size:.98rem;
    }
    .faq-answer{
        padding:0 20px;
    }
    .faq-item.active .faq-answer{
        padding:0 20px 20px;
    }
}

/* =====================================================
   WHATSAPP FLOATING BUTTON
===================================================== */

.whatsapp-float{
    position:fixed;
    bottom:26px;
    right:26px;
    width:60px;
    height:60px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 30px rgba(37,211,102,.4);
    z-index:999;
    transition:.3s ease;
}

.whatsapp-float svg{
    width:32px;
    height:32px;
    color:#fff;
}

.whatsapp-float:hover{
    transform:translateY(-4px) scale(1.05);
    box-shadow:0 14px 36px rgba(37,211,102,.5);
}

@media (max-width:767px){
    .whatsapp-float{
        width:52px;
        height:52px;
        bottom:18px;
        right:18px;
    }
    .whatsapp-float svg{
        width:28px;
        height:28px;
    }
}

/*==================================================
    PREMIUM FOOTER
==================================================*/

.footer{
    position:relative;
    background:#0f172a;
    color:#cbd5e1;
    overflow:hidden;
    margin-top:10px;
}
.footer::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(37,99,235,.08);
    filter:blur(140px);
    top:-180px;
    right:-120px;
}

/*---------------------------------------
    Gradient Divider
---------------------------------------*/

.footer-divider{
    height:2px;
    background:linear-gradient(
        90deg,
        transparent,
        #2563eb,
        #06b6d4,
        #2563eb,
        transparent
    );
}

/*---------------------------------------
    Main Footer
---------------------------------------*/

.footer .container{
    padding:20px 0 30px;
}

.footer-grid{
    display:grid;
    grid-template-columns:
        1.4fr
        1fr
        1fr
        1.2fr;
    gap:60px;
    padding-bottom:20px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

/*==================================================
    BRAND
==================================================*/

.footer-brand img{
    height:48px;
    margin-bottom:-25px;
}

.footer-tagline{
    color:#ffffff;
    font-weight:700;
    font-size:1.15rem;
    margin-bottom:18px;
}

.footer-brand p{
    line-height:1.9;
    color:#94a3b8;
}

/*==================================================
    FOOTER HEADINGS
==================================================*/

.footer-column h3{
    color:#ffffff;
    font-size:1.15rem;
    margin-bottom:24px;
    position:relative;
}

.footer-column h3::after{
    content:"";
    width:45px;
    height:3px;
    background:#2563eb;
    position:absolute;
    left:0;
    bottom:-10px;
    border-radius:30px;
}

/*==================================================
    LINKS
==================================================*/

.footer-column ul{
    list-style:none;
}

.footer-column li{
    margin-bottom:16px;
}

.footer-column a{
    color:#cbd5e1;
    text-decoration:none;
    transition:.35s;
    display:inline-flex;
    align-items:center;
    position: relative;
}

.footer-column a:hover{
    color:#ffffff;
    transform:translateX(6px);
}
.footer-column a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-3px;
    width:0;
    height:2px;
    background:#2563eb;
    transition:.3s;
}

.footer-column a:hover::after{
    width:100%;
}

/*==================================================
    CONTACT
==================================================*/

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:14px;
    line-height:1.8;
    color:#cbd5e1;
}

.footer-contact span{
    color:#2563eb;
    font-size:1.1rem;
    width:22px;
}

/*==================================================
    SOCIAL
==================================================*/

.footer-social{
    padding:5px 0;
    text-align:center;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.footer-social h3{
    color:white;
    margin-bottom:4px;
}

.social-icons{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.social-icons a{
    width:54px;
    height:54px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    transition:.35s;
}

.social-icons img{
    width:24px;
    height:24px;
    filter: brightness(0) invert(1);
    transition: .35s;
}

.social-icons a:hover{
    background:#2563eb;
    transform:translateY(-6px);
    box-shadow:
        0 12px 30px rgba(37,99,235,.35);
}

/*==================================================
    TRUST STRIP
==================================================*/

.footer-trust{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    text-align:center;
    padding:5px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.footer-trust div{
    padding:18px;
    border-radius:18px;
    background:rgba(255,255,255,.03);
    color:white;
    font-weight:600;
    transition: .35s ease;
}
.footer-trust div:hover{
    transform:translateY(-6px);
    background:#1f4cd5;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
    transition:.35s;
}

/*==================================================
    BOTTOM BAR
==================================================*/

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    padding-top:35px;
    font-size:.92rem;
    color:#94a3b8;
}

.footer-policy{
    display:flex;
    gap:26px;
}

.footer-policy a{
    color:#94a3b8;
    text-decoration:none;
    transition:.3s;
}

.footer-policy a:hover{
    color:#ffffff;
}
/*==================================================
    BACK TO TOP BUTTON
==================================================*/

.back-to-top{
    position:fixed;
    right:26px;
    bottom:100px;
    width:56px;
    height:56px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(37,99,235,.12);
    color:#2563eb;
    box-shadow:
        0 10px 30px rgba(15,23,42,.12);
    text-decoration:none;
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    transition:
        opacity .35s,
        transform .35s,
        background .35s,
        box-shadow .35s;
    z-index:998;
}

.back-to-top.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.back-to-top:hover{
    background:#2563eb;
    color:#ffffff;
    transform:translateY(-6px);
    box-shadow:
        0 18px 40px rgba(37,99,235,.30);
}

.back-to-top svg{
    width:24px;
    height:24px;
}

.back-to-top:active{
    transform:scale(.95);
}

/*==================================================
    SCROLL REVEAL ANIMATIONS
==================================================*/

.reveal{
    opacity:0;
    transform:translateY(60px);
    transition:
        opacity .8s ease,
        transform .8s ease;
}

.reveal-left{
    opacity:0;
    transform:translateX(-70px);
    transition:
        opacity .8s ease,
        transform .8s ease;
}

.reveal-right{
    opacity:0;
    transform:translateX(70px);
    transition:
        opacity .8s ease,
        transform .8s ease;
}

.reveal.show,
.reveal-left.show,
.reveal-right.show{
    opacity:1;
    transform:translate(0);
}
/* ===========================
   404 PAGE
=========================== */

.error-page{

    min-height:100vh;

    background:linear-gradient(135deg,#081222,#10284d);

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

}

.error-container{

    width:min(1200px,90%);

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.error-content h1{

    font-size:3rem;

    margin:20px 0;

}

.error-content p{

    color:#b7c7df;

    line-height:1.8;

    font-size:1.1rem;

    max-width:500px;

}

.error-code {

    font-size: 9rem;

    font-weight: 800;

    line-height: 1;

    background: linear-gradient(90deg,#4F9DFF,#8B5CF6);

    background-clip: text;

    -webkit-background-clip: text;

    color: transparent;

    text-shadow: 0 0 35px rgba(79,157,255,.35);

    animation:
        float 6s ease-in-out infinite,
        glitch 8s infinite;

}

.error-buttons{

    display:flex;

    gap:20px;

    margin-top:40px;

    flex-wrap:wrap;

}

.error-illustration{

    display:flex;

    justify-content:center;

}

.error-illustration img{

    width:100%;

    max-width:520px;

    animation:float 5s ease-in-out infinite;

}
