 /* Make slider images responsive */
    .carousel-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
/* Premium Tech Background */

body {

    background: linear-gradient(
        -45deg,
        #38bdf8,
        #60a5fa,
        #0ea5e9,
        #818cf8
    );

    background-size:400% 400%;

    animation:gradientBG 15s ease infinite;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
    @media (max-width: 767px) {
        .carousel-item img {
            height: auto;
            /* Allow image to scale naturally */
            max-height: 300px;
            /* Adjust for mobile screen height */
        }
    }
    #particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* Premium Course Cards */

.service-block{

    position:relative;

    background:rgba(255,255,255,0.08) !important;

    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,0.15);

    border-radius:25px;

    overflow:hidden;

    transition:all .5s ease;

    transform-style:preserve-3d;

    box-shadow:
    0 10px 30px rgba(0,0,0,.20);

    height:100%;
}
.service-block::before{

    content:"";

    position:absolute;

    inset:0;

    border-radius:25px;

    padding:1px;

    background:linear-gradient(
        135deg,
        #00e5ff,
        #7c3aed,
        #00e5ff
    );

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    opacity:0;

    transition:.5s;
}
.service-block:hover{

    transform:
    translateY(-15px)
    rotateX(5deg)
    rotateY(-5deg);

    box-shadow:
    0 0 20px rgba(0,229,255,.3),
    0 0 40px rgba(124,58,237,.25),
    0 20px 50px rgba(0,0,0,.35);
}

.service-block:hover::before{
    opacity:1;
}

.service-block:hover {
    transform: translateY(-12px);

    box-shadow:
        0 20px 40px rgba(0,229,255,0.25),
        0 10px 25px rgba(124,58,237,0.20);

    border-color: #00e5ff;
}
.service-block .thumb {
    overflow: hidden;
}

.service-block img{

    transition:all .7s ease;
}

.service-block:hover img{

    transform:scale(1.10);
}
.service-block h4 {
    transition: 0.3s;
    font-weight: 700;
}

.service-block:hover h4 {
    color: #00bcd4;
}
.service-block .btn {
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-block .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,188,212,0.30);
}
.service-block {
    position: relative;
}

.service-block::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;

    background: linear-gradient(
        135deg,
        #00e5ff,
        #7c3aed,
        #00e5ff
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    opacity: 0;
    transition: .4s;
}

.service-block:hover::before {
    opacity: 1;
}
.carousel-item {
    position: relative;
}

.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}
.hero-tech{
    padding:80px 0;
    position:relative;
    overflow:hidden;
}

.hero-title{
    font-size:58px;
    font-weight:800;
    color:#fff;

    text-shadow:
      0 0 15px rgba(0,229,255,.7),
      0 0 30px rgba(0,229,255,.4);
}

.typing-text{
    color:#00e5ff;
    font-size:34px;
    font-weight:700;
    min-height:50px;
}

.hero-desc{
    color:#fff;
    font-size:18px;
    margin-top:15px;
}
.hero-buttons .btn{
    margin:10px;
    border-radius:50px;
    padding:15px 35px;
    font-weight:700;
    transition:.4s;
}

.hero-buttons .btn:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,229,255,.4);
}
/* ===============================
   TECHGLOW FLOATING ICONS
================================ */

.tech-stats-section{
    position:relative;
    overflow:hidden;
}

.tech-floating-icons{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
}

.tech-floating-icons i{
    position:absolute;
    color:rgba(0,229,255,0.10);
    font-size:60px;
    animation:techFloat 12s linear infinite;
}

/* Positions */

.tech-floating-icons i:nth-child(1){
    top:15%;
    left:5%;
}

.tech-floating-icons i:nth-child(2){
    top:75%;
    left:15%;
}

.tech-floating-icons i:nth-child(3){
    top:25%;
    left:35%;
}

.tech-floating-icons i:nth-child(4){
    top:80%;
    left:50%;
}

.tech-floating-icons i:nth-child(5){
    top:20%;
    left:65%;
}

.tech-floating-icons i:nth-child(6){
    top:70%;
    left:80%;
}

.tech-floating-icons i:nth-child(7){
    top:25%;
    left:90%;
}

.tech-floating-icons i:nth-child(8){
    top:50%;
    left:55%;
}

@keyframes techFloat{

    0%{
        transform:translateY(0px) rotate(0deg);
    }

    50%{
        transform:translateY(-25px) rotate(180deg);
    }

    100%{
        transform:translateY(0px) rotate(360deg);
    }

}
.funfact{
    transition:all .4s ease;
    border-radius:20px;
}

.funfact:hover{

    transform:translateY(-10px);

    box-shadow:
    0 0 30px rgba(0,229,255,.4);

    background:
    rgba(255,255,255,.05);
}
.tech-stats-section{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:30px;
    padding:40px 0;
}

.glass-card{
    width:260px;
    padding:35px 25px;
    text-align:center;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:20px;
    box-shadow:0 8px 32px rgba(0,0,0,0.25);
    transition:.4s ease;
}

.glass-card:hover{
    transform:translateY(-10px);
    box-shadow:
    0 0 20px rgba(0,255,255,.4),
    0 0 40px rgba(0,255,255,.3),
    0 15px 40px rgba(0,0,0,.3);
}

.stat-number{
    font-size:55px;
    font-weight:800;
    color:#00ffff;
    text-shadow:
    0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 20px #00ffff,
    0 0 40px #00ffff;
}

.stat-title{
    color:#fff;
    font-size:18px;
    font-weight:600;
    margin-top:10px;
}

@media(max-width:768px){

    .tech-stats-section{
        flex-direction:column;
        align-items:center;
    }

    .glass-card{
        width:90%;
    }

}
/* AI Circuit Grid */

.tech-stats-section{
    position:relative;
    z-index:2;
}

.tech-stats-section::before{

    content:'';

    position:absolute;

    top:-50px;
    left:-50px;

    width:120%;
    height:120%;

    background-image:

    linear-gradient(
        rgba(0,229,255,.08) 1px,
        transparent 1px
    ),

    linear-gradient(
        90deg,
        rgba(0,229,255,.08) 1px,
        transparent 1px
    );

    background-size:40px 40px;

    animation:gridMove 15s linear infinite;

    z-index:-1;
}
@keyframes gridMove{

    0%{
        transform:translate(0,0);
    }

    100%{
        transform:translate(40px,40px);
    }

}
.glass-card{

    position:relative;
    overflow:hidden;
}

.glass-card::before{

    content:'';

    position:absolute;

    top:-50%;
    left:-50%;

    width:200%;
    height:200%;

    background:
    linear-gradient(
      45deg,
      transparent,
      rgba(0,229,255,.2),
      transparent
    );

    transform:rotate(25deg);

    animation:neonSweep 6s linear infinite;
}
@keyframes neonSweep{

    0%{
        transform:
        translateX(-100%)
        rotate(25deg);
    }

    100%{
        transform:
        translateX(100%)
        rotate(25deg);
    }

}
.stats-heading{
    text-align:center;
    margin-bottom:50px;
}

.stats-heading h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    text-shadow:
    0 0 10px #00e5ff,
    0 0 20px #00e5ff;
}

.stats-heading p{

    color:#ddd;

    font-size:18px;

    margin-top:10px;
}
.glow-orb{

    position:absolute;

    border-radius:50%;

    filter:blur(100px);

    z-index:0;
}

.orb1{

    width:250px;
    height:250px;

    background:#00e5ff;

    top:10%;
    left:5%;

    opacity:.20;
}

.orb2{

    width:300px;
    height:300px;

    background:#7c3aed;

    bottom:5%;
    right:5%;

    opacity:.20;
}
section.divider{
    position:relative;
    overflow:hidden;
}
.stats-heading h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:15px;

    text-shadow:
    0 0 10px #00e5ff,
    0 0 20px #00e5ff,
    0 0 40px #00e5ff;
}
/* ==========================
   AI TIMELINE SECTION
========================== */

.tech-timeline-section{

    padding:100px 0;

    position:relative;
}

.timeline-heading{

    text-align:center;

    margin-bottom:70px;
}

.timeline-heading h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

     text-shadow:
    0 0 10px rgba(255,255,255,.5);
}

.timeline-heading p{

    color:#ddd;

    font-size:18px;
}

.timeline{

    position:relative;

    max-width:1000px;

    margin:auto;
}

.timeline::before{

    content:'';

    position:absolute;

    left:50%;

    top:0;

    width:4px;

    height:100%;

    background:
    linear-gradient(
        #00e5ff,
        #7c3aed
    );

    transform:translateX(-50%);
}
.timeline-item{

    position:relative;

    width:50%;

    padding:20px 40px;

    margin-bottom:60px;
}

.timeline-item:nth-child(odd){

    left:0;
}

.timeline-item:nth-child(even){

    left:50%;
}

.timeline-content{

    background:rgba(255,255,255,.22);

    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);

    border-radius:20px;

    padding:25px;

    border:1px solid rgba(255,255,255,.30);

    box-shadow:
    0 8px 25px rgba(0,0,0,.15);

    transition:.4s ease;
}
.timeline-content h4{

    color:#ffffff !important;

    font-size:22px;

    font-weight:700;

    margin-bottom:10px;
}

.timeline-content p{

    color:#ffffff !important;

    font-size:15px;

    line-height:1.8;

    opacity:1 !important;
}

.timeline-content:hover{

    transform:translateY(-10px);

    box-shadow:
    0 0 25px rgba(0,229,255,.4);
}
.timeline-icon{

    position:absolute;

    top:25px;

    width:60px;
    height:60px;

    border-radius:50%;

    background:
    linear-gradient(
        135deg,
        #00e5ff,
        #7c3aed
    );

    text-align:center;

    line-height:60px;

    color:#fff;

    font-size:24px;

    box-shadow:
    0 0 20px rgba(0,229,255,.4);
}

.timeline-item:nth-child(odd) .timeline-icon{

    right:-30px;
}

.timeline-item:nth-child(even) .timeline-icon{

    left:-30px;
}
@media(max-width:768px){

.timeline::before{

    left:30px;
}

.timeline-item{

    width:100%;

    left:0 !important;

    padding-left:90px;

    padding-right:20px;
}

.timeline-icon{

    left:0 !important;
}

}
.footer-contact-cards-section{

    padding:70px 0;
}

.footer-contact-cards{

    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;
}

.footer-card{

    width:280px;

    text-align:center;

    padding:30px;

    border-radius:20px;

    background:
    rgba(255,255,255,.08);

    backdrop-filter:blur(15px);

    border:
    1px solid rgba(255,255,255,.15);

    transition:.4s;
}

.footer-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 0 25px rgba(0,229,255,.35);
}

.footer-card i{

    font-size:40px;

    color:#00e5ff;

    margin-bottom:15px;

    text-shadow:
    0 0 15px #00e5ff;
}

.footer-card h4{

    color:white;
}

.footer-card p{

    color:#ddd;
}

/* /* ===============================
   PREMIUM NAVBAR
================================ */

.premium-navbar{

    background:
    rgba(15,23,42,.92) !important;

    backdrop-filter:blur(15px);

    -webkit-backdrop-filter:blur(15px);

    border-bottom:
    1px solid rgba(0,229,255,.25);

    box-shadow:
    0 8px 25px rgba(0,0,0,.20);
}

.premium-navbar .menuzord-menu > li > a{

    color:#fff !important;

    font-weight:600;

    transition:.3s;
}

.premium-navbar .menuzord-menu > li > a:hover{

    color:#00e5ff !important;
}
.tech-register-btn{

    background:
    linear-gradient(
        135deg,
        #00e5ff,
        #7c3aed
    ) !important;

    color:white !important;

    border-radius:50px;

    padding:12px 30px !important;

    font-weight:700;

    transition:.4s;
}

.tech-register-btn:hover{

    transform:translateY(-3px);

    box-shadow:
    0 0 20px rgba(0,229,255,.45);

    color:white !important;
}
#scroll-progress{

    position:fixed;

    top:0;
    left:0;

    width:0;

    height:4px;

    z-index:999999;

    background:
    linear-gradient(
        90deg,
        #00e5ff,
        #7c3aed
    );
} 
/* ===============================
   LOGO GLOW EFFECT
================================ */

.tech-logo img{

    transition:0.4s ease;
}

.tech-logo:hover img{

    transform:scale(1.05);

    filter:
    drop-shadow(0 0 10px #00e5ff)
    drop-shadow(0 0 20px #00e5ff);
}

.timeline-content h4{

    color:#ffffff !important;

    font-size:22px;

    font-weight:700;
}

.timeline-content p{

    color:#ffffff !important;

    font-size:15px;

    line-height:1.8;

    opacity:1 !important;
}
.tech-stats-section{

    background:
    linear-gradient(
        135deg,
        rgba(56,189,248,.15),
        rgba(99,102,241,.15)
    );
}

/* .footer{

    background:
    linear-gradient(
        135deg,
        #0ea5e9,
        #2563eb,
        #4f46e5
    ) !important;
} */


/* =================================
   REMOVE WHITE MENU BACKGROUND
================================= */

.header-middle{
    background: rgba(15,23,42,.95) !important;
}

.header-nav-wrapper{
    background: rgba(15,23,42,.95) !important;
}

.menuzord{
    background: transparent !important;
}

.menuzord-menu > li > a{
    color:#ffffff !important;
}

.menuzord-menu > li > a:hover{
    color:#00e5ff !important;
}

/* Dropdown Menu */

.menuzord-menu ul.dropdown{

    background: rgba(15,23,42,.98) !important;

    backdrop-filter: blur(15px);

    border:1px solid rgba(0,229,255,.20);
}

.menuzord-menu ul.dropdown li a{

    color:#ffffff !important;
}

.menuzord-menu ul.dropdown li a:hover{

    background: rgba(0,229,255,.15) !important;

    color:#00e5ff !important;
}


.header-middle{
    background:#ffffff !important;
}

.header-nav-wrapper{
    background:rgba(15,23,42,.92) !important;
}

.menuzord{
    background:transparent !important;
}



/* =========================
   MOBILE MENU FIX
========================= */

@media (max-width: 991px){

    .menuzord-menu{

        background:#0f172a !important;
    }

    .menuzord-menu > li > a{

        color:#ffffff !important;

        background:#0f172a !important;

        border-bottom:1px solid rgba(255,255,255,.10);
    }

    .menuzord-menu > li > a:hover{

        color:#00e5ff !important;

        background:#1e293b !important;
    }

    .menuzord-menu ul.dropdown{

        background:#1e293b !important;
    }

    .menuzord-menu ul.dropdown li a{

        color:#ffffff !important;
    }

    .menuzord-menu ul.dropdown li a:hover{

        color:#00e5ff !important;

        background:#334155 !important;
    }

    .showhide{

        color:#ffffff !important;
    }

    .showhide em{

        background:#ffffff !important;
    }
}

/* =====================================
   MOBILE MENU TEXT VISIBILITY FIX
===================================== */

 @media only screen and (max-width: 991px){

    .menuzord-responsive .menuzord-menu{
        background:#0f172a !important;
    }

    .menuzord-responsive .menuzord-menu > li > a{

        background:#0f172a !important;

        color:#ffffff !important;

        font-size:16px;

        border-bottom:
        1px solid rgba(255,255,255,.10);
    }

    .menuzord-responsive .menuzord-menu > li > a:hover{

        background:#1e293b !important;

        color:#00e5ff !important;
    }

    .menuzord-responsive .showhide{

        background:#0f172a !important;
    }

    .menuzord-responsive .showhide em{

        background:#ffffff !important;
    }

    .menuzord-responsive .menuzord-menu ul.dropdown{

        background:#1e293b !important;
    }

    .menuzord-responsive .menuzord-menu ul.dropdown li a{

        color:#ffffff !important;
    }
}

@media only screen and (max-width:991px){

    .header-nav-wrapper{

        background:#0f172a !important;
    }

    .menuzord{

        background:#0f172a !important;
    }
}


/* REMOVE WHITE ACTIVE MENU BACKGROUND */

.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a{

    background:transparent !important;

    color:#00e5ff !important;

    border-radius:0 !important;
}

.menuzord-menu > li > a{

    background:transparent !important;
}

/* REGISTER BUTTON ALIGNMENT */

.tech-register-btn{

    display:inline-flex !important;

    align-items:center;

    justify-content:center;

    height:46px;

    margin-top:7px;
}

.header-nav-wrapper .pull-right{

    display:flex;

    align-items:center;

    height:60px;
}
/* .menuzord-menu{

    display:flex;

    justify-content:center;

    align-items:center;
} */
.navbar-register{

    position:absolute;

    right:20px;

    top:50%;

    transform:translateY(-50%);
}

.navbar-register{

    position:absolute;

    right:20px;

    top:50%;

    transform:translateY(-50%);

    z-index:999;
}

.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a{

    background:transparent !important;

    color:#00e5ff !important;

    box-shadow:none !important;
}

.menuzord-menu > li > a{

    background:transparent !important;
}

.header-nav-wrapper{

    min-height:70px;
}

.menuzord{

    min-height:70px;
}

/* =====================================
   CLEAN PREMIUM NAVBAR
===================================== */
/* 
.premium-navbar{
    background:#0f2343 !important;
    min-height:70px;
    position:relative;
}

.menuzord{
    background:transparent !important;
    min-height:70px;
}

.menuzord-menu > li > a{

    color:#ffffff !important;

    background:transparent !important;

    font-weight:600;

    padding:25px 20px !important;
}

.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a{

    background:transparent !important;

    color:#00e5ff !important;

    box-shadow:none !important;

    border-radius:0 !important;
}

.navbar-register{

    position:absolute;

    right:20px;

    top:50%;

    transform:translateY(-50%);

    z-index:999;
}

.tech-register-btn{

    background:linear-gradient(
        135deg,
        #00e5ff,
        #7c3aed
    ) !important;

    color:#ffffff !important;

    border:none !important;

    border-radius:50px !important;

    padding:12px 30px !important;

    font-weight:700;
} */

/* MOBILE */
/* 
@media(max-width:991px){

    .navbar-register{
        display:none;
    }

    .menuzord-responsive .menuzord-menu{
        background:#0f172a !important;
    }

    .menuzord-responsive .menuzord-menu > li > a{
        color:#ffffff !important;
        background:#0f172a !important;
    }
} */

/* FORCE REMOVE WHITE MENU CAPSULE */
/* 
    .menuzord-menu > li.active > a,
    .menuzord-menu > li:hover > a,
    .menuzord-menu > li.active,
    .menuzord-menu > li:hover {

        background:none !important;
        background-color:transparent !important;
        box-shadow:none !important;
        border:none !important;
    }

    .menuzord-menu > li > a {

        background:none !important;
        background-color:transparent !important;
    }

    .navbar-register{
        position:absolute;
        right:20px;
        top:50%;
        transform:translateY(-50%);
        z-index:999;
    }

    .tech-register-btn{
        display:inline-block !important;
        line-height:normal !important;
    } */