:root {
    --primary-blue: #1e272e;
    --accent-gradient: linear-gradient(135deg, #ff5e62, #ff9966);
    --it-blue: #0984e3;
    --transition: all 0.3s ease-in-out;
    --btn-glow: 0 0 20px rgba(0, 210, 255, 0.6);
    --primary-dark: #0f172a;
    --accent-blue: #3b82f6;
    --soft-bg: #f8fafc;
    --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    --hover-gradient: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    --bg-light: #f8fafc;
    --text-dark: #1e293b;
    --marquee-speed: 30s;
    --primary: #6366f1;
    --dark: #0f172a;
    --accent: #10b981;
    --play-color: #ff0000;
    --primary-grad: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    --dark-blue: #0f172a;
    --primary-color: #6366f1;
    --secondary-color: #4f46e5;
    --dark-text: #1e293b;
    --light-text: #64748b;
    --primary-gradient: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    --glass-bg: rgba(255, 255, 255, 0.9);
    --dark-navy: #0f172a;
    --text-gray: #64748b;
    --accent-color: #4f46e5;
    --soft-purple: #c084fc;
    --glass-white: rgba(255, 255, 255, 0.7);
    --soft-glow: rgba(99, 102, 241, 0.4);
    --bg-light: #fcfdfe;
    --primary-blue2: #6366f1;
    --accent-purple: #a855f7;
    --footer-bg: #0f172a;
    --text-gray2: #94a3b8;
    --border-color: rgba(255, 255, 255, 0.1);
    --neon-blue: #38bdf8;
    --magic-purple: #a855f7;
    --electric-green: #4ade80;
    --accent-yellow: #fbbf24;
    --bg-dark: #0f172a;
    --glass: rgba(255, 255, 255, 0.05);
    --whatsapp-color: #25d366;
    --phone-color: #3b82f6;
    --white: #ffffff;
    --overlay-dark: rgba(15, 23, 42, 0.75);
    --primary-blue5: #2563eb;
    --accent-red: #ef4444;
    --dark-overlay: rgba(0, 0, 0, 0.85);
    --accent-color2: #6366f1;

    --primary-blue5: #0056b3;
    --secondary-bg5: #f8f9fa;
    --text-main5: #333333;
    --text-light5: #6c757d;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* --- TOP HEADER --- */
.top-header {
    background-color: var(--primary-blue2);
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.apply-btn {
    background: var(--accent-gradient);
    border: none;
    color: white;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    transition: var(--transition);
}

.social-icons a {
    color: white;
    margin-left: 15px;
    transition: var(--transition);
    display: inline-block;
}

/* --- NAVBAR --- */
.active {
    font-weight: bold !important;
}

.main-navbar {
    background: white;
    transition: var(--transition);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: +9 !important;
}

.navbar-brand {
    width: 100px;
    font-weight: 700;
    color: var(--it-blue) !important;
    font-size: 24px;
}

.navbar-brand img {
    width: 100%;
    object-fit: cover;
}

.nav-link {
    color: #333 !important;
    font-weight: 500;
    margin: 0 10px;
    transition: var(--transition);
}

.nav-link:hover {
    color: var(--it-blue) !important;
}

.call-btn {
    background-color: var(--it-blue);
    color: white !important;
    border-radius: 5px;
    padding: 10px 20px !important;
    font-weight: 600;
}

/* --- STICKY CLASSES --- */
.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    animation: slideInDown 0.5s;
}

@keyframes slideInDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* --- DROPDOWN HOVER (Desktop) --- */
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-top: 3px solid var(--it-blue);
}

/* --- CUSTOM ANIMATIONS --- */
.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(9, 132, 227, 0.7);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(9, 132, 227, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(9, 132, 227, 0);
    }
}

/* Mobile specific adjustments */
@media (max-width: 768px) {
    .top-header .container {
        flex-direction: column;
        gap: 10px;
    }

    .top-header .text-center {
        margin: 5px 0;
    }
}



/* --- BANNER MAIN CONTAINER --- */
.about-banner {
    position: relative;
    height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* HD Background with Zoom Animation (Ken Burns Effect) */
.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/about-banner.webp');
    /* Coding/Student HD Image */
    background-size: cover;
    background-position: center;
    z-index: -2;
    animation: kenBurns 20s infinite alternate;
    transition: transform 0.1s ease-out;
    /* For Parallax */
}

@keyframes kenBurns {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.15);
    }
}

/* Modern Gradient Overlay */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--overlay-dark), rgba(79, 70, 229, 0.4));
    z-index: -1;
}

/* --- CONTENT STYLING --- */
.banner-content {
    text-align: center;
    color: #ffffff;
    z-index: 10;
    opacity: 0;
    /* Initial state for jQuery animation */
    transform: translateY(30px);
    /* Initial state for jQuery animation */
}

.banner-content h1 {
    font-weight: 800;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    margin-bottom: 15px;
    letter-spacing: -1px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Glassmorphic Breadcrumb */
.breadcrumb-wrap {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1rem;
    font-weight: 500;
}

.breadcrumb-wrap a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-wrap a:hover {
    color: #fff;
}

.breadcrumb-separator {
    margin: 0 12px;
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-active {
    color: #fff;
    font-weight: 700;
}

/* --- BOTTOM WAVE SHAPE --- */
.wave-container {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 5;
}

.wave-container svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.wave-fill {
    fill: #ffffff;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 768px) {
    .about-banner {
        height: 350px;
    }

    .wave-container svg {
        height: 40px;
    }
}

/* Privacy Policy Styles */

.policy-header {
    background-color: #f1f4f9;
    padding: 60px 0;
    border-bottom: 1px solid #e1e8f0;
}

.policy-content-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-top: -40px;
    margin-bottom: 60px;
}

h2 {
    font-weight: 700;
    color: var(--primary-blue5);
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    border-left: 4px solid var(--primary-blue5);
    padding-left: 15px;
}

.last-updated {
    color: var(--text-light5);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.info-box {
    background-color: #eef7ff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #d0e7ff;
    margin: 20px 0;
}

.list-style-custom li {
    margin-bottom: 10px;
    position: relative;
}

.contact-card {
    background: var(--secondary-bg5);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    border: 1px dashed #ccc;
}

@media (max-width: 768px) {
    .policy-content-wrapper {
        padding: 25px;
    }
}



/* --- FOOTER MAIN STYLING --- */
.mega-footer {
    background-color: var(--footer-bg);
    color: #fff;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    z-index: +5;
}

/* --- DISCOUNT FORM AREA --- */
.footer-cta-box {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(168, 85, 247, 0.1));
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 80px;
    position: relative;
    z-index: 10;
}

.cta-heading h3 {
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.footer-input-group {
    position: relative;
}

.footer-input-group input::placeholder {
    color: white;
}

.footer-input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-gray2);
}

.footer-form .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 15px 15px 15px 45px;
    color: #fff;
    transition: 0.3s;
}

.footer-form .form-control:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-blue2);
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.3);
    outline: none;
}

.btn-discount {
    background: linear-gradient(135deg, var(--primary-blue2), var(--accent-purple));
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 12px;
    font-weight: 700;
    width: 100%;
    transition: 0.4s;
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.2);
}

.btn-discount:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(99, 102, 241, 0.4);
    color: #fff;
}

/* --- COLUMN STYLING --- */
.footer-logo {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}

.footer-logo span {
    color: var(--primary-blue2);
}

.footer-desc {
    color: var(--text-gray2);
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.footer-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: var(--primary-blue2);
    border-radius: 3px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: var(--text-gray2);
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    position: relative;
}

.footer-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: var(--primary-blue2);
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links a:hover::after {
    width: 100%;
}

/* Social Icons */
.social-box {
    display: flex;
    gap: 12px;
}

.social-icon2 {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid var(--border-color);
}

.social-icon2:hover {
    background: var(--primary-blue2);
    transform: translateY(-5px) rotate(8deg);
    border-color: var(--primary-blue2);
}

/* --- BOTTOM BAR --- */
.footer-bottom {
    margin-top: 60px;
    padding: 30px 0;
    border-top: 1px solid var(--border-color);
    color: var(--text-gray2);
    font-size: 0.9rem;
}

.bottom-links a {
    color: var(--text-gray2);
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s;
}

.bottom-links a:hover {
    color: #fff;
}

/* Animations */
.reveal-footer {
    opacity: 0;
    transform: translateY(30px);
}

@media (max-width: 991px) {
    .footer-cta-box {
        padding: 30px 20px;
    }

    .cta-heading {
        text-align: center;
        margin-bottom: 30px;
    }
}

/* Popup Form */
/* Buttons */
.lux-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 40px;
    font-weight: 600;
    transition: .3s;
}

.lux-btn:hover {
    transform: translateY(-4px);
    background: #222;
}


/* Overlay */
#overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 998;
}


/* Modal */
#luxModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    max-width: 95%;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 40px 90px rgba(0, 0, 0, .6);
    z-index: 999;
    overflow: hidden;
}


/* Layout */
.modal-body-custom {
    display: flex;
}

/* Left image */
.left-image {
    width: 50%;
}

.left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right form */
.right-form {
    width: 50%;
    padding: 50px;
}

/* Close */
#closeBtn {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
}

/* Mobile */
@media(max-width:768px) {
    .modal-body-custom {
        flex-direction: column;
    }

    .left-image,
    .right-form {
        width: 100%;
    }

    .left-image img {
        height: 260px !important;
    }
}

/* --- Floating Wrapper --- */
.floating-contact-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999 !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}

/* --- ICON STYLE --- */
.float-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    opacity: 1;
    right: 0;
    position: relative;
    transition: 0.3s ease;

    will-change: transform;
    backface-visibility: hidden;
}

/* Colors */
.whatsapp-float {
    background: #25D366;
}

.phone-float {
    background: #2563eb;
}

/* --- PULSE EFFECT --- */
.float-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    background: inherit;
    animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* --- TOOLTIP --- */
.float-icon .tooltip-text {
    position: absolute;
    right: 80px;
    background: #333;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

/* Show tooltip */
.float-icon:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

/* --- HOVER --- */
.float-icon:hover {
    transform: scale(1.12);
}

/* --- MOBILE --- */
@media (max-width: 768px) {
    .floating-contact-wrap {
        bottom: 20px;
        right: 20px;
    }

    .float-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .tooltip-text {
        display: none;
    }
}