.new-banner {
    padding: 120px 0;
}

.banner-box {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.badge-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: linear-gradient(90deg, #ad850e, #0099ff);
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
}

.banner-title span {
    background: linear-gradient(90deg,#00ffd5,#0099ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-subtitle {
    color: #cfd3ff;
    max-width: 700px;
    margin: 20px auto 35px;
    font-size: 18px;
}

.banner-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.btn-primary {
    background: linear-gradient(90deg,#00ffd5,#0099ff);
    color: #000;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
}

.btn-outline {
    border: 2px solid #00ffd5;
    color: #00ffd5;
    padding: 14px 32px;
    border-radius: 50px;
}

.progress-card {
    background: rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 20px;
    max-width: 500px;
    margin: auto;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.progress {
    height: 8px;
    background: #1c1f3f;
    border-radius: 10px;
}

.progress-bar {
    background: linear-gradient(90deg,#00ffd5,#0099ff);
}
        .mission-vision-area {
            padding: 130px 0;
            position: relative;
            overflow: hidden;
            background: linear-gradient(180deg, #0a0b1e 0%, #13153a 50%, #0a0b1e 100%);
        }

        .pt-130 {
            padding-top: 130px;
        }

        .pb-130 {
            padding-bottom: 130px;
        }


        .row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }

        .justify-content-center {
            justify-content: center;
        }

        .col-xl-8, .col-lg-6 {
            padding: 0 15px;
        }

        .col-xl-8 {
            width: 100%;
        }

        @media (min-width: 1200px) {
            .col-xl-8 {
                flex: 0 0 66.666667%;
                max-width: 66.666667%;
            }
        }

        .col-lg-6 {
            width: 100%;
        }

        @media (min-width: 992px) {
            .col-lg-6 {
                flex: 0 0 50%;
                max-width: 50%;
            }
        }

        .section-title {
            margin-bottom: 13px;
        }

        .text-center {
            text-align: center;
        }

        .section-title .sub-title {
            display: inline-block;
            font-family: 'Space Grotesk', sans-serif;
            font-size: 1rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #48dbfb;
            margin-bottom: 15px;
            padding: 5px 15px;
            background: rgba(72, 219, 251, 0.1);
            border-radius: 30px;
            position: relative;
        }

        .section-title .sub-title:before, .section-title .sub-title:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 40px;
            height: 1px;
            background: rgba(72, 219, 251, 0.5);
        }

        .section-title .sub-title:before {
            left: -50px;
        }

        .section-title .sub-title:after {
            right: -50px;
        }

        .section-title h2.title {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 15px;
        }

        .section-title h2.title span {
            background: linear-gradient(90deg, #feca57, #015cb1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
        }

        .mission-vision-box {
            background: rgba(255, 255, 255, 0.03);
            border-radius: 20px;
            padding: 50px 40px;
            height: 100%;
            border: 1px solid rgba(255, 255, 255, 0.05);
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
            backdrop-filter: blur(10px);
        }

        .mission-vision-box:hover {
            transform: translateY(-10px);
            border-color: rgba(72, 219, 251, 0.3);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
            background: rgba(255, 255, 255, 0.05);
        }

        .mission-vision-box:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(72, 219, 251, 0.05), rgba(254, 202, 87, 0.05));
            z-index: -1;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .mission-vision-box:hover:before {
            opacity: 1;
        }

        .mission-vision-box .icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            background: rgba(72, 219, 251, 0.1);
            position: relative;
        }

        .mission-vision-box.mission .icon {
            background: linear-gradient(135deg, rgba(72, 219, 251, 0.1), rgba(72, 219, 251, 0.2));
        }

        .mission-vision-box.vision .icon {
            background: linear-gradient(135deg, rgba(254, 202, 87, 0.1), rgba(255, 159, 243, 0.2));
        }

        .mission-vision-box .icon img {
            width: 40px;
            height: 40px;
        }

        .mission-vision-box .icon:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 2px solid transparent;
            background: linear-gradient(135deg, #48dbfb, #feca57) border-box;
            -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
            mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: destination-out;
            mask-composite: exclude;
            opacity: 0.5;
        }

        .mission-vision-box h3.title {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: #f0f0f0;
        }

        .mission-vision-box.mission h3.title {
            color: #48dbfb;
        }

        .mission-vision-box.vision h3.title {
            color: #feca57;
        }

        .mission-vision-box p {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #c0c0e0;
            margin-bottom: 0;
        }

        /* Decorative elements */
        .mission-vision-area:before {
            content: '';
            position: absolute;
            top: 10%;
            left: 5%;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(72, 219, 251, 0.1) 0%, rgba(72, 219, 251, 0) 70%);
            border-radius: 50%;
            z-index: 0;
        }

        .mission-vision-area:after {
            content: '';
            position: absolute;
            bottom: 10%;
            right: 5%;
            width: 150px;
            height: 150px;
            background: radial-gradient(circle, rgba(254, 202, 87, 0.1) 0%, rgba(254, 202, 87, 0) 70%);
            border-radius: 50%;
            z-index: 0;
        }

        /* Animation classes */
        .wow {
            visibility: hidden;
        }

        .fadeInLeft, .fadeInRight {
            visibility: visible;
            animation-duration: 1s;
            animation-fill-mode: both;
        }

        .fadeInLeft {
            animation-name: fadeInLeft;
        }

        .fadeInRight {
            animation-name: fadeInRight;
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .mission-vision-area {
                padding: 80px 0;
            }
            
            .pt-130 {
                padding-top: 80px;
            }
            
            .pb-130 {
                padding-bottom: 0px;
            }
            
            .section-title h2.title {
                font-size: 2.5rem;
            }
            
            .mission-vision-box {
                padding: 40px 30px;
                margin-bottom: 30px;
            }
            
            .mission-vision-box:hover {
                transform: translateY(-5px);
            }
        }

        @media (max-width: 768px) {
            .section-title h2.title {
                font-size: 2rem;
            }
            
            .mission-vision-box {
                padding: 35px 25px;
            }
            
            .mission-vision-box h3.title {
                font-size: 1.6rem;
            }
            .banner-title {
    font-size: 33px;
    font-weight: 800;
    color: #fff;
}
.contact-info-item .content p {
    font-size: 18px;
}
            .section-title .sub-title:before, 
            .section-title .sub-title:after {
                width: 20px;
            }
            
            .section-title .sub-title:before {
                left: -30px;
            }
            
            .section-title .sub-title:after {
                right: -30px;
            }
        }

        @media (max-width: 576px) {
            .section-title h2.title {
                font-size: 1.8rem;
            }
            
            .mission-vision-box {
                padding: 30px 20px;
            }
            
            .section-title .sub-title:before, 
            .section-title .sub-title:after {
                display: none;
            }
        }
        .footer-area {
    text-align: center;
}

.footer-social {
    justify-content: center;
}

.footer-menu ul {
    justify-content: center;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-scroll-wrap {
    display: flex;
    justify-content: center;
}




        .faq-area {
            padding: 130px 0;
            position: relative;
            overflow: hidden;
            background: linear-gradient(180deg, #0a0b1e 0%, #0c0e27 100%);
        }

    
        .justify-content-center {
            justify-content: center;
        }


        .section-title {
            margin-bottom: 60px;
        }

        .text-center {
            text-align: center;
        }

        .faq-tab-buttons {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 50px;
        }

        .faq-tab-btn {
            padding: 12px 28px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 50px;
            font-family: 'Space Grotesk', sans-serif;
            font-size: 1rem;
            font-weight: 500;
            color: #a0a0c0;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .faq-tab-btn i {
            font-size: 1.1rem;
        }

        .faq-tab-btn:hover {
            background: rgba(72, 219, 251, 0.1);
            color: #48dbfb;
            border-color: rgba(72, 219, 251, 0.3);
        }

        .faq-tab-btn.active {
            background: rgba(72, 219, 251, 0.15);
            color: #48dbfb;
            border-color: #48dbfb;
            box-shadow: 0 5px 15px rgba(72, 219, 251, 0.2);
        }

        .faq-tab-content {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        .faq-tab-content.active {
            display: block;
        }

        .faq-accordion {
            background: rgba(255, 255, 255, 0.03);
            border-radius: 15px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.05);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .faq-item {
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            overflow: hidden;
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        .faq-question {
            padding: 25px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            background: rgba(255, 255, 255, 0.02);
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: rgba(72, 219, 251, 0.05);
        }

        .faq-question.active {
            background: rgba(72, 219, 251, 0.08);
        }

        .faq-question h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 1.2rem;
            font-weight: 600;
            color: #f0f0f0;
            margin-right: 20px;
            flex: 1;
        }

        .faq-icon {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: rgba(72, 219, 251, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .faq-icon i {
            color: #48dbfb;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }

        .faq-question.active .faq-icon {
            background: rgba(72, 219, 251, 0.2);
            transform: rotate(180deg);
        }

        .faq-question.active .faq-icon i {
            color: #feca57;
        }

        .faq-answer {
            padding: 0 30px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.5s ease;
            background: rgba(10, 11, 30, 0.7);
        }

        .faq-answer.active {
            padding: 25px 30px;
            max-height: 1000px;
        }

        .faq-answer p {
            font-size: 1.05rem;
            line-height: 1.7;
            color: #c0c0e0;
            margin-bottom: 15px;
        }

        .faq-answer p:last-child {
            margin-bottom: 0;
        }

        .faq-answer ul {
            margin-left: 20px;
            margin-bottom: 15px;
        }

        .faq-answer li {
            color: #c0c0e0;
            margin-bottom: 8px;
            position: relative;
            padding-left: 10px;
        }

        .faq-answer li:before {
            content: "•";
            color: #48dbfb;
            font-weight: bold;
            position: absolute;
            left: -10px;
        }

        .faq-support {
            margin-top: 60px;
            text-align: center;
            padding: 40px;
            background: rgba(72, 219, 251, 0.05);
            border-radius: 20px;
            border: 1px solid rgba(72, 219, 251, 0.2);
        }

        .faq-support h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: #f0f0f0;
        }

        .faq-support p {
            font-size: 1.1rem;
            color: #c0c0e0;
            margin-bottom: 25px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .support-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 32px;
            background: linear-gradient(90deg, #48dbfb, #1dd1a1);
            border-radius: 50px;
            font-family: 'Space Grotesk', sans-serif;
            font-size: 1.1rem;
            font-weight: 600;
            color: #0a0b1e;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(72, 219, 251, 0.3);
        }

        .support-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(72, 219, 251, 0.4);
        }

        /* Background decorative elements */
        .faq-shape {
            position: absolute;
            z-index: 1;
            opacity: 0.1;
        }

        .shape-1 {
            top: 10%;
            left: 5%;
            width: 150px;
            animation: float 8s infinite ease-in-out;
        }

        .shape-2 {
            bottom: 10%;
            right: 5%;
            width: 120px;
            animation: float 10s infinite ease-in-out reverse;
        }

        /* Animations */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-15px);
            }
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .faq-area {
                padding: 80px 0;
            }
            
            .pt-130 {
                padding-top: 21px;
            }
            
            .pb-130 {
                padding-bottom: 44px;
            }
            
            .faq-tab-buttons {
                gap: 10px;
            }
            
            .faq-tab-btn {
                padding: 10px 20px;
                font-size: 0.95rem;
            }
        }

        @media (max-width: 768px) {
            .faq-question {
                padding: 20px 25px;
            }
            
            .faq-question h3 {
                font-size: 1.1rem;
            }
            
            .faq-answer {
                padding: 0 25px;
            }
            
            .faq-answer.active {
                padding: 20px 25px;
            }
       
            .faq-support {
                padding: 30px 20px;
            }
        }

        @media (max-width: 576px) {
            .faq-tab-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .faq-tab-btn {
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }
            
            .faq-question {
                padding: 18px 20px;
            }
            
            .faq-question h3 {
                font-size: 1rem;
            }

            
            .shape-1, .shape-2 {
                display: none;
            }
        }
        .custum{
            position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    letter-spacing: 0.08em;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
        }
    /* Preloader styles */
    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #00000097;
      /* background color */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      transition: opacity 0.5s ease;
    }

    #preloader.hide {
      opacity: 0;
      visibility: hidden;
    }

    #preloader img {
      width: 150px;
      animation: slideFade 1.8s ease-in-out infinite;
    }

    @keyframes slideFade {
      0% {
        transform: translateY(30px);
        opacity: 0;
      }

      40% {
        transform: translateY(0);
        opacity: 1;
      }

      80% {
        transform: translateY(0);
        opacity: 1;
      }

      100% {
        transform: translateY(-30px);
        opacity: 0;
      }
    }