html , body {
    overflow-x: hidden;
}

* {
    font-family: "Poppins", sans-serif;
}
a {
    text-decoration: none;
}
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

@media (min-width: 991.98px) {
    .fxr1235d {
        min-height: 60vh;
    }
}

.header {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.header.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* For other pages when you want header to always have background */
.header.always-bg {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header .logo img {
    height: 35px;
}

.nav-links a {
    color: black;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: opacity 0.3s ease;
}

.nav-links a:hover {
    opacity: 0.8;
}

.nav-links a.active {
    font-weight: 700;
    border-bottom: 2px solid #1593DA;
}

.menu-toggle-btn {
    background: #121212;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#mobile-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

#mobile-menu a {
    color: #333;
    text-decoration: none;
    padding: 0.8rem 1rem;
    display: block;
    border-bottom: 1px solid #eee;
}

#mobile-menu a.active {
    font-weight: 700;
    color: #1593DA;
    border-left: 4px solid #1593DA;
    padding-left: calc(1rem - 4px);
}
.uk_nmd {
    position: absolute;
    left: 51px;
    top: 213px;
}
/* Hero Section */
.hero-section {
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    padding: 3rem 0;
    position: relative;
    z-index: 2;
}

.hero-title {
    line-height: 1.0;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #000;
}

.title1 {
    color: #1593DA;
}


.hero-title span {
    color: #1593DA;
}

.hero-subtitle {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #000;
}

.hero-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 600px;
    color: #000;
}

.app-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.app-button {
    display: inline-flex;
    align-items: center;
    background: #000;
    color: #fff;
    border-radius: 10px;
    padding: 8px 20px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.app-button.google-play {
    background: #1593DA;
}

.app-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.info-item {
    transition: all 0.3s ease;
}
.info-item:hover {
    transform: translateY(-3px);
}

.hero-image img {
    max-width: 30vw;
    height: auto;
    position: absolute;
    bottom: -48px;
    right: 0;
}



.scroll-more {
    display: none;
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    z-index: 10;
}

.scroll-more span {
    margin-bottom: 5px;
    color: #fff;
}

.chevron-down {
    margin-top: 8px;
    animation: bounce 2s infinite;
    color: #fff;
}

.fxr2365 {
    z-index: 1;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}




.gradient-bg {
    background: linear-gradient(170deg, #0064ff 0%, #F8B62F 100%);
    width: 100%;
    padding: 5rem 0;
}
.feature-icon {
    font-size: 2.5rem;
    color: #0064ff;
}
.card2 {
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s;
    height: 100%;
    background-color: white;
}
.card2:hover {
    transform: translateY(-5px);
}
.main-title {
    color: white;
    font-weight: 600;
    margin-bottom: 2rem;
}
.divider {
    width: 50px;
    height: 4px;
    background: white;
    margin: 0 auto 3rem auto;
}
.icon-wrapper {
    background-color: #f8f5ff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
}

.swiper1 {
    width: 270px;
    height: 585px;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: white;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.swiper1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.terms-page {
    background-color: #f8f9fd;
    padding-bottom: 60px;
}

.terms-header {
    text-align: center;
    margin-bottom: 40px;
}

.terms-header .title {
    color: #333;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.terms-header .title span {
    position: relative;
    z-index: 1;
}

.terms-header .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #006eff 0%, #F8B62F 100%);
    border-radius: 2px;
}

.terms-container {
    max-width: 900px;
    margin: 0 auto;
}

.terms-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(96, 66, 249, 0.08);
    padding: 40px;
    color: #444;
    line-height: 1.8;
    font-size: 15px;
}

.terms-card h2 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.terms-card h3 {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
}

.terms-card p {
    margin-bottom: 16px;
}

.terms-card ul, .terms-card ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.terms-card li {
    margin-bottom: 8px;
}

.terms-card a {
    color: #6042f9;
    text-decoration: none;
    transition: color 0.2s;
}

.terms-card a:hover {
    color: #72bdff;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .terms-header .title {
        font-size: 28px;
    }

    .terms-card {
        padding: 25px 20px;
        border-radius: 15px;
    }
}

/* Media Queries */
@media (max-width: 991.98px) {
    .nav-links {
        display: none;
    }

    .menu-toggle-btn {
        display: flex;
    }

    .hero-title, .hero-subtitle, .hero-text {
        color: #000;
    }

    .hero-title span {
        color: #1593DA;
    }

    .scroll-more {
        color: #000;
    }

    .overlay-pattern {
        display: none;
    }

    .app-buttons {
        margin-bottom: 2rem;
    }
    .hero-image {
        margin-left: -14px;
        margin-right: -14px;
    }
    .hero-image img {
        max-width: 100%;
        position: relative;
        width: 100%;
        margin-top: -82px;
    }
    .header .logo img {
        height: 27px;
    }
    .scroll-more {
        display: flex;
    }
    .uk_nmd {
        opacity: 0.55;
        position: absolute;
        left: -85px;
        top: 10px;
    }
    .hero-content {
        padding: 0;
    }
    .swiper1 {
        width: 230px;
        height: 545px;
    }
}