/* Fuel loyalty landing — Dark + Gold theme overrides */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Cairo:wght@400;500;600;700;800&display=swap');

body {
    background: #0A0A0A !important;
    color: #FFFFFF;
    font-family: 'Cairo', sans-serif;
}

.sports-heading,
.hero-title,
.section-title,
.section-title-dark,
.fuel-cta-title {
    font-family: 'Barlow Condensed', 'Cairo', sans-serif !important;
    letter-spacing: 0.02em;
}

.grey-color { color: #A0A0A0 !important; }

#site-header {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 1px solid transparent !important;
    box-shadow: none !important;
}

#site-header.scrolled {
    background: rgba(10, 10, 10, 0.96) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(252, 192, 0, 0.22) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.nav_bar li a:hover,
.nav_bar li a.active {
    color: #FCC000 !important;
}

.hero-slide {
    background-color: #0A0A0A !important;
}

.hero-overlay {
    background:
        linear-gradient(105deg, rgba(10, 10, 10, 0.94) 0%, rgba(10, 10, 10, 0.72) 42%, rgba(10, 10, 10, 0.55) 100%),
        radial-gradient(ellipse 80% 60% at 15% 50%, rgba(252, 192, 0, 0.12) 0%, transparent 55%) !important;
}

.hero-glow {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 85% 35%, rgba(252, 192, 0, 0.18) 0%, transparent 42%),
        radial-gradient(circle at 10% 80%, rgba(252, 192, 0, 0.06) 0%, transparent 35%);
}

.field-lines-bg {
    opacity: 0.12 !important;
}

.field-lines-bg svg line,
.field-lines-bg svg rect,
.field-lines-bg svg circle,
.field-lines-bg svg path {
    stroke: rgba(252, 192, 0, 0.15) !important;
}

.hero-particle {
    background: #FCC000 !important;
}

.hero-badge {
    background: rgba(252, 192, 0, 0.1) !important;
    color: #FFD54F !important;
    border: 1px solid rgba(252, 192, 0, 0.4);
    box-shadow: 0 0 24px rgba(252, 192, 0, 0.12);
    letter-spacing: 0.03em;
}

.hero-accent-line {
    width: 64px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, #FCC000, #FFD54F, transparent);
    margin-bottom: 18px;
}

.hero-title {
    color: #fff !important;
    -webkit-text-fill-color: initial;
    text-shadow:
        0 2px 24px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(252, 192, 0, 0.15);
    font-size: clamp(2rem, 5vw, 3.65rem) !important;
    line-height: 1.12 !important;
}

.hero-desc {
    color: var(--fuel-text-soft, rgba(255, 255, 255, 0.78)) !important;
    font-size: 1.05rem !important;
    max-width: 520px;
}

.hero-pills {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-pills li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid rgba(252, 192, 0, 0.22);
    backdrop-filter: blur(6px);
}

.hero-pills li i {
    color: #FCC000;
    font-size: 0.85rem;
}

.btn-gold-lg {
    padding: 14px 28px !important;
    font-size: 1rem !important;
}

.btn-gold {
    background: linear-gradient(180deg, #FCC000 0%, #E0A800 100%) !important;
    color: #0A0A0A !important;
    border-radius: 14px !important;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(252, 192, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(252, 192, 0, 0.35);
    color: #0A0A0A !important;
}

.btn-outline-white {
    border-color: rgba(252, 192, 0, 0.5) !important;
    color: #FCC000 !important;
}

.btn-outline-white:hover {
    background: rgba(252, 192, 0, 0.1) !important;
    color: #FFD54F !important;
    border-color: rgba(252, 192, 0, 0.65) !important;
}

.app-badge {
    background: rgba(20, 20, 20, 0.75) !important;
    border: 1px solid rgba(252, 192, 0, 0.22) !important;
    backdrop-filter: blur(8px);
}

.app-badge:hover {
    background: rgba(252, 192, 0, 0.08) !important;
    border-color: rgba(252, 192, 0, 0.45) !important;
    color: #fff !important;
}

/* Hero — circular frame (original shape), fuel loyalty styling */
.hero-image-frame--fuel {
    filter: drop-shadow(0 24px 56px rgba(0, 0, 0, 0.45));
}

.hero-image-glow {
    position: absolute;
    inset: -28px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(252, 192, 0, 0.2) 0%, transparent 68%);
    z-index: 0;
    pointer-events: none;
    animation: heroPulseGlow 4s ease-in-out infinite;
}

@keyframes heroPulseGlow {
    0%, 100% { opacity: 0.65; transform: scale(1); }
    50%      { opacity: 1; transform: scale(1.04); }
}

.hero-image-frame--fuel img {
    border: 4px solid rgba(252, 192, 0, 0.55) !important;
    box-shadow:
        0 0 0 10px rgba(252, 192, 0, 0.07),
        0 20px 60px rgba(0, 0, 0, 0.45) !important;
}

.hero-image-frame--fuel .hero-image-ring {
    inset: -16px;
    border: 2px dashed rgba(252, 192, 0, 0.38) !important;
    animation: spinRing 18s linear infinite;
}

.hero-image-frame--fuel .hero-image-ring::before {
    content: '⛽';
    font-size: 20px;
    filter: drop-shadow(0 2px 6px rgba(252, 192, 0, 0.4));
}

.hero-image-orbit {
    position: absolute;
    inset: -36px;
    border-radius: 50%;
    border: 1px solid rgba(252, 192, 0, 0.12);
    z-index: 1;
    pointer-events: none;
    animation: spinRing 24s linear infinite reverse;
}

.hero-orbit-icon {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 20, 20, 0.92);
    border: 1px solid rgba(252, 192, 0, 0.35);
    color: #FCC000;
    font-size: 0.85rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.hero-orbit-icon i {
    animation: orbitCounterSpin 24s linear infinite;
}

@keyframes orbitCounterSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
}

.hero-orbit-icon--1 { top: 8%;  left: 50%; transform: translateX(-50%); }
.hero-orbit-icon--2 { bottom: 18%; right: 2%; }
.hero-orbit-icon--3 { bottom: 18%; left: 2%; }

.hero-image-frame--fuel .stat-badge {
    background: rgba(20, 20, 20, 0.92) !important;
    border: 1px solid rgba(252, 192, 0, 0.28) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.hero-scroll-hint {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.hero-scroll-hint i {
    color: #FCC000;
    animation: scrollBounce 2s ease-in-out infinite;
}

.hero-scroll-hint:hover {
    color: #FFD54F;
    text-decoration: none;
}

@keyframes scrollBounce {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(6px); }
}

.stat-badge {
    background: rgba(20, 20, 20, 0.92) !important;
    border: 1px solid rgba(252, 192, 0, 0.28) !important;
    color: #fff !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(252, 192, 0, 0.06) inset;
}

.stats-bar {
    background: linear-gradient(180deg, #121212 0%, #0A0A0A 100%) !important;
    border-top: 1px solid rgba(252, 192, 0, 0.2);
    border-bottom: 1px solid #2A2A2A;
    position: relative;
    margin-top: -1px;
}

.stats-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(420px, 60%);
    height: 2px;
    background: linear-gradient(90deg, transparent, #FCC000, transparent);
    opacity: 0.85;
}

.stats-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(252, 192, 0, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.stat-item {
    position: relative;
    z-index: 1;
}

.stat-item .stat-icon {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 8px;
}

.stat-item .stat-number {
    color: #FCC000 !important;
    font-family: 'Barlow Condensed', 'Cairo', sans-serif;
    font-weight: 700;
}

.stat-item .stat-label {
    color: #A0A0A0 !important;
}

.about-section,
.services-section,
.how-work-section,
.fqs-section,
.parteners-section,
.contact-section,
.fuel-cta-section {
    background: #0A0A0A !important;
}

.about-us,
.our-services,
.how-work,
.fqs,
.parteners,
.contact-us {
    background: #0A0A0A !important;
}

.about-info .section-title,
.section-title-dark {
    color: #FCC000 !important;
}

.section-label-gold-dark,
.section-label-green {
    color: #FFD54F !important;
    background: rgba(252, 192, 0, 0.08) !important;
    border: 1px solid rgba(252, 192, 0, 0.28);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 12px;
}

.the_title .section-title-white {
    color: #fff !important;
}

.the_title p {
    color: var(--fuel-muted) !important;
    max-width: 640px;
    margin-inline: auto;
    line-height: 1.85;
}

.section-divider {
    background: linear-gradient(90deg, #FCC000, transparent) !important;
}

/* Service cards */
.service-card {
    background: #141414 !important;
    border: 1px solid #2A2A2A !important;
    border-radius: 16px !important;
    padding: 28px 24px;
    height: 100%;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.service-card:hover {
    border-color: rgba(252, 192, 0, 0.4) !important;
    box-shadow: 0 16px 48px rgba(252, 192, 0, 0.1) !important;
    transform: translateY(-4px);
}

.service-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(252, 192, 0, 0.15), rgba(252, 192, 0, 0.05)) !important;
    border: 1px solid rgba(252, 192, 0, 0.3);
    margin-bottom: 16px;
}

.service-icon-default {
    color: #FCC000 !important;
    font-size: 1.4rem;
}

.service-card h6 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card p {
    color: #A0A0A0;
    font-size: 0.95rem;
    line-height: 1.7;
}

.service-card-link {
    color: #FCC000 !important;
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 0.9rem;
}

.about-feature-icon {
    background: linear-gradient(135deg, #FCC000, #E0A800) !important;
    color: #0A0A0A !important;
}

.about-download-badge {
    background: #141414 !important;
    border: 1px solid rgba(252, 192, 0, 0.35) !important;
    color: #FCC000 !important;
}

.service-box,
.feature-item,
.how-work-box,
.fqs .card,
.partner-box {
    background: #141414 !important;
    border: 1px solid #2A2A2A !important;
    border-radius: 16px !important;
}

.service-box:hover,
.how-work-box:hover {
    border-color: rgba(252, 192, 0, 0.35) !important;
    box-shadow: 0 12px 40px rgba(252, 192, 0, 0.08) !important;
}

.service-icon,
.how-work-num {
    background: linear-gradient(135deg, #FCC000, #E0A800) !important;
    color: #0A0A0A !important;
}

/* Download CTA */
.fuel-cta-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #141414 0%, #1a1a1a 50%, #141414 100%);
    border: 1px solid rgba(252, 192, 0, 0.25);
    border-radius: 24px;
    padding: 48px 40px;
}

.fuel-cta-glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(252, 192, 0, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.fuel-cta-title {
    color: #fff;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    margin: 12px 0 16px;
}

.fuel-cta-desc {
    color: #A0A0A0;
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0;
}

.fuel-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
}

.app-badge-lg {
    background: #0A0A0A !important;
    border: 1px solid #2A2A2A !important;
    border-radius: 14px !important;
    padding: 14px 20px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.app-badge-lg:hover {
    border-color: rgba(252, 192, 0, 0.5) !important;
    box-shadow: 0 8px 24px rgba(252, 192, 0, 0.12);
}

.app-badge-lg i {
    color: #FCC000 !important;
    font-size: 1.75rem;
}

footer {
    background: #141414 !important;
    border-top: 1px solid #2A2A2A;
}

footer .Tfooter {
    color: #FCC000 !important;
}

footer a:hover {
    color: #FCC000 !important;
}

.scroll-top-btn {
    background: #FCC000 !important;
    color: #0A0A0A !important;
}

.mobile-footer-nav {
    background: #141414 !important;
    border-top: 1px solid #2A2A2A;
}

.mobile-footer-nav a.active,
.mobile-footer-nav a:hover {
    color: #FCC000 !important;
}

.loader {
    background: #0A0A0A !important;
}

.loader-bar {
    background: linear-gradient(90deg, #FCC000, #E0A800) !important;
}

.loader-ball {
    font-size: 28px;
}

.contact-form .form-control {
    background: #141414 !important;
    border-color: #2A2A2A !important;
    color: #fff !important;
}

.contact-form .form-control:focus {
    border-color: #FCC000 !important;
    box-shadow: 0 0 0 3px rgba(252, 192, 0, 0.15);
}

::-webkit-scrollbar-thumb {
    background: #FCC000 !important;
}

.owl-index .owl-dots .owl-dot span {
    background: rgba(252, 192, 0, 0.3) !important;
}

.owl-index .owl-dots .owl-dot.active span {
    background: #FCC000 !important;
}

@media (max-width: 991px) {
    .hero-accent-line {
        margin-inline: auto;
    }

    .hero-pills {
        justify-content: center;
    }

    .hero-scroll-hint {
        display: none;
    }
}

@media (max-width: 767px) {
    .fuel-cta-card {
        padding: 32px 24px;
    }

    .fuel-cta-actions {
        margin-top: 24px;
    }
}

/* ============================================================
   Dark surfaces — replace white / light section backgrounds
   ============================================================ */
.about-section {
    background: #0A0A0A !important;
}

.about-section::before {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FCC000' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.about-info p,
.about-feature-text p {
    color: #A0A0A0 !important;
}

.about-feature-text h6 {
    color: #fff !important;
}

.about-img-main,
.about-img-secondary {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45) !important;
    border: 1px solid rgba(252, 192, 0, 0.15);
}

.how-works-section {
    background: #141414 !important;
}

.how-works-section::before {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='100' cy='100' r='90' fill='none' stroke='%23FCC000' stroke-width='2' opacity='0.05'/%3E%3Ccircle cx='100' cy='100' r='60' fill='none' stroke='%23FCC000' stroke-width='1.5' opacity='0.04'/%3E%3C/svg%3E") center/contain no-repeat !important;
}

.how-works-section .the_title h3 {
    color: #FFD54F !important;
}

.how-works-section .the_title p {
    color: #A0A0A0 !important;
}

.how-step-title {
    color: #fff !important;
}

.how-step-img {
    border-radius: 18px !important;
    border-color: rgba(252, 192, 0, 0.45) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
}

.contact-section {
    background: #0A0A0A !important;
}

.contact-info-col .section-title {
    color: #FFD54F !important;
}

.contact-info-col > p {
    color: #A0A0A0 !important;
}

.contact-card {
    background: #141414 !important;
    border: 1px solid #2A2A2A !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25) !important;
}

.contact-card:hover {
    border-color: rgba(252, 192, 0, 0.35) !important;
    box-shadow: 0 12px 36px rgba(252, 192, 0, 0.08) !important;
}

.contact-card-info h6 {
    color: #FFD54F !important;
}

.contact-card-info span,
.contact-card-info a {
    color: #CFCFCF !important;
}

.contact-form-card {
    background: #141414 !important;
    border: 1px solid #2A2A2A !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35) !important;
}

.form-control {
    background: #0A0A0A !important;
    border-color: #2A2A2A !important;
    color: #fff !important;
}

.form-control:focus {
    background: #101010 !important;
    border-color: #FCC000 !important;
    box-shadow: 0 0 0 3px rgba(252, 192, 0, 0.12) !important;
}

.form-floating-group label {
    color: #888 !important;
}

.form-floating-group input:focus ~ label,
.form-floating-group input:not(:placeholder-shown) ~ label,
.form-floating-group textarea:focus ~ label,
.form-floating-group textarea:not(:placeholder-shown) ~ label {
    background: #141414 !important;
    color: #FCC000 !important;
}

.contact-submit-btn {
    background: linear-gradient(135deg, #FCC000, #E0A800) !important;
    color: #0A0A0A !important;
}

.contact-submit-btn:hover {
    box-shadow: 0 12px 32px rgba(252, 192, 0, 0.3) !important;
}

.body-content {
    background: #0A0A0A;
}

.body-content.inner-page {
    background: #0A0A0A !important;
    color: #fff !important;
}

.body-content.inner-page h1,
.body-content.inner-page h3 {
    color: #FFD54F !important;
}

.body-content.inner-page .container {
    color: #CFCFCF;
}
