.has-sub-menu {
    position: relative;
}

/* RIGHT SIDE SUB MENU */
.right-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 320px;
    background: #fff;
    border-radius: 8px;
    padding: 5px 0;
    box-shadow: 0 10px 20px rgba(12, 12, 48, 0.15);
    display: none;
    z-index: 9999;
}

.right-sub-menu li a:hover {
    background: #f4f6f8;
    color: #0d6efd;
}

/* SHOW ON HOVER */
.has-sub-menu:hover .right-sub-menu {
    display: block;
}


@media (max-width: 600px) {
    .popup-launch-box {
        padding: 2.5rem 1.2rem;
        width: 80%;
    }

    .popup-launch-box p {
        line-height: 1.4;
        font-size: 13px;
    }

    .popup-launch-box a {
        display: inline-block;
        margin-top: 0px;
        padding: 10px 15px;
        background-color: #662d91;
        border: 2px solid #662d91;
        color: white;
        text-decoration: none;
        font-size: 12px;
        line-height: 1.5em;
    }

    .popup-launch-close {
        top: -5px;
        right: 10px;
    }
}


/* Prevent layout shifts */
.error-message {
    color: red;
    font-size: 10px;
    left: 0;
    margin-top: 0px;
    opacity: 0;
    white-space: nowrap;
    text-align: left;
}

/* Red border for error fields */
.error-border {
    border: 1px solid red;
}

/* Loading state for submit button */
#submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* CAPTCHA refresh button */
#refreshCaptcha {
    margin-left: 10px;
    padding: 5px 10px;
    cursor: pointer;
}

.custom-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 280px;
    max-width: 400px;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.5s ease;
}

.custom-alert.success {
    background: #e6fffa;
    color: #0f5132;
    border-left: 5px solid #198754;
}

.custom-alert.error {
    background: #fff1f2;
    color: #842029;
    border-left: 5px solid #dc3545;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.banner-section {
    padding: 60px 0;
    background: #fff;
}

.banner-row {
    display: flex;
    align-items: center;
    gap: 30px;
}

.banner-icon img {
    width: 120px;
    height: auto;
}

.banner-text h1 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
}

.banner-text span {
    color: #1F93CF;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .banner-row {
        flex-direction: column;
        text-align: center;
    }

    .banner-text h1 {
        font-size: 28px;
    }

    .banner-icon img {
        width: 90px;
    }
}

.right-sub-menu li a i {
    width: 18px;
    margin-right: 8px;
    text-align: center;
    font-size: 14px;
}

/* Apps Login Mega Menu */
.apps-login-menu {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 40px 30px;
}

/* Left Tab */
.apps-left {
    width: 220px;
}

.apps-left .tablinks {
    width: 100%;
    border: none;
    background: #fff;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    font-weight: 600;
}

.apps-left .tablinks img {
    width: 26px;
}

/* Right Content */
.apps-right {
    flex: 1;
}

/* Coming Soon Card */
.coming-soon-content {
    background: #f8f9fb;
    border-radius: 14px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.coming-soon-content i {
    font-size: 42px;
    color: #1F93CF;
    margin-bottom: 15px;
}

.coming-soon-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.coming-soon-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 18px;
}

.coming-badge {
    display: inline-block;
    background: #1F93CF;
    color: #fff;
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}


@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .apps-login-menu {
        flex-direction: column;
        text-align: center;
    }

    .apps-left {
        width: 100%;
    }
}

/* ================= HERO SLIDER ================= */

#heroSlider .carousel-item,
.slider-bg {
    height: 500px;
}

.slider-bg {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.slider-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(10,20,60,0.9) 50%, rgba(10,20,60,0.6));
}

.slider-content,
.slider-menu {
    position: relative;
    z-index: 2;
    color: #fff;
}

.slider-content h1,
.slider-content h3 {
    font-size: 48px;
    font-weight: 700;
}

.btn-slider {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    background: #6c63ff;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}

/* ================= CLIENT LOGO ================= */
/* Section Background + Spacing */
.client-logo-section {
    background: #f8f9fb;
    padding: 70px 0;
    overflow: hidden;
}

/* Heading Design */
.client-title {
    font-size: 36px;
    font-weight: 600;
    color: #1c2b4a;
    margin-bottom: 40px;
}

/* Slider Container */
.logo-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Moving Track */
.logo-track {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: scroll 25s linear infinite;
}

/* Logo Box */
.logo-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo Image */
.logo-item img {
    max-height: 60px;
    width: auto;
    opacity: 0.8;
    transition: 0.3s ease;
}

.logo-item img:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* Infinite Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .client-title {
        font-size: 24px;
    }

    .logo-track {
        gap: 40px;
    }

    .logo-item img {
        max-height: 45px;
    }
}

/*   */

/* ================= GLOBAL ================= */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background: #ffffff;
}

.main-content {
    overflow: hidden;
}

/* ================= HERO SLIDER ================= */

.banner-slider-section {
    position: relative;
}

.slider-bg {
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

.slider-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10,30,60,0.9) 40%, rgba(10,30,60,0.4) 100%);
}

.slider-content {
    position: relative;
    color: #fff;
    z-index: 2;
}

.slider-content h3 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.slider-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.btn-slider {
    padding: 12px 28px;
    background: #f5a000;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.btn-slider:hover {
    background: #ff8800;
}

/* Right Menu */
.slider-menu {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(6px);
    padding: 30px;
    border-radius: 12px;
}

.slider-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider-menu li {
    padding: 12px 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.slider-menu li.active {
    color: #f5a000;
    font-weight: 600;
}

/* ================= CLIENT LOGO SECTION ================= */

.client-logo-section {
    background: #f8f9fb;
     min-height: 400px; /* same as hero */
    padding: 80px 0;
}

.client-title {
    font-size: 36px;
    font-weight: 800;
    color: #1c2b4a;
    margin-bottom: 40px;
}

.logo-slider {
    overflow: hidden;
}

.logo-track {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.logo-item img {
    max-height: 60px;
    width: auto;
    opacity: 0.8;
    transition: 0.3s;
}

.logo-item img:hover {
    opacity: 1;
    transform: scale(1.05);
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ================= TRENDING NEWS ================= */

.acsl-section {
    background: #ffffff;
    padding: 80px 0;
}

.acsl-heading_2 {
    font-size: 34px;
    font-weight: 600;
    color: #1c2b4a;
    text-align: center;
    margin-bottom: 40px;
}

.news-box {
    background: #f8f9fb;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s;
}

.news-box:hover {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.news-box h3 {
    font-size: 18px;
    margin: 15px 0;
    color: #1c2b4a;
}

.news-box a {
    color: #f5a000;
    text-decoration: none;
}

/* ================= RESPONSIVE ================= */

@media(max-width: 992px){
    .slider-content h3 {
        font-size: 30px;
    }
}

@media(max-width: 768px){
    .client-title {
        font-size: 24px;
    }

    .logo-track {
        gap: 40px;
    }

    .logo-item img {
        max-height: 45px;
    }
}
.acsl-section {
    background: #ffffff;
    padding: 80px 0;
}

.acsl-heading_2 {
    font-size: 34px;
    font-weight: 600;
    color: #1c2b4a;
}

.news-box {
    background: #f8f9fb;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s;
    height: 100%;
}

.news-box:hover {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.news-date {
    font-size: 14px;
    color: #888;
}

.news-box h3 {
    font-size: 18px;
    margin: 15px 0;
    color: #1c2b4a;
}

.news-box a {
    color: #f5a000;
    text-decoration: none;
    font-weight: 500;
}


/* Remove underline from all links */
a {
    text-decoration: none !important;
}

/* Remove underline on hover also */
a:hover {
    text-decoration: none !important;
}

/* Default Header */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

/* When scroll */
.main-header.scrolled {
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 8px 0;
}

body {
    padding-top: 80px;
    /* same as header height */
}
