/* Existing body and other styles remain unchanged */
body {
    font-family: 'Inter', sans-serif;
    background-color: #0F172A;
    color: white;
}
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar-brand {
    margin-right: 0;
}
.navbar-brand img {
    height: 50px;
}
.navbar > .container {
    justify-content: center;
}
.hero-section {
    /* padding: 20px 0; */
}
.hero-section h1 {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: bold;
    color: white;
    line-height: 1.2;
    display: inline-block;
}
.hero-section h1 .highlight {
    color: #eca400;
    white-space: nowrap;
}
.hero-section .lead {
    font-size: 1.65rem;
    color: white;
    line-height: 1.3;
    display: flex;
    align-items: center;
}
.hero-section .lead img {
    margin-right: 8px;
}
.hero-section .lead img[src*="tick.svg"] {
    width: 38px;
    height: 38px;
}
.hero-section .lead img[src*="coin-icon.svg"] {
    width: 35px;
    height: 35px;
}
.hero-image-col img {
    object-fit: cover;
    object-position: top;
}
.btn-primary-custom {
    background-color: #eca400;
    border-color: #eca400;
    padding: 9px 30px;
    font-weight: bold;
    border-radius: 50px;
    color: #0F172A;
    font-size: 1.2rem;
    max-width: 415px;
    width: 100%;
    box-sizing: border-box;
}
.btn-primary-custom:hover {
    background-color: #eca400;
    border-color: #eca400;
}
.trustpilot-section {
    margin-top: 0.5rem;
}
.trustpilot-section img {
    height: 62px;
    width: auto;
    max-width: 100%;
    display: inline-block;
}
.trustpilot-text {
    /* font-size: 0.9rem; */
    /* color: #64748B; */
    /* display: flex; */
    /* align-items: center; */
}
.section-divider {
    border-top: 1px solid #334155;
    margin: 30px 0;
}
.section-title {
    color: white;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 3.8rem; /* Base size for large screens */
}
.scrolling-offers-container {
    overflow-x: hidden;
    position: relative;
    padding: 20px 0;
    width: 100%;
}
.scrolling-offers-track {
    display: flex;
    width: max-content;
    animation: marquee linear infinite;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.offer-card {
    background-color: #2A3446;
    border-radius: 12px;
    padding: 15px;
    text-align: left;
    border: 1px solid #334155;
    flex: 0 0 200px;
    margin-right: 15px;
    white-space: normal;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.offer-card:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 20px;
}
.offer-card:nth-child(even) {
    margin-top: 45px;
    margin-bottom: 0;
}
.offer-card img.logo {
    width: 100%;
    height: 120px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 10px;
}
.offer-card .brand-name {
    font-weight: bold;
    color: white;
    font-size: 1rem;
    margin-bottom: 2px;
}
.offer-card .task {
    font-size: 0.7rem;
    color: white;
    margin-bottom: 5px;
}
.offer-card .amount-rating-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.offer-card .amount {
    font-size: 0.95rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}
.offer-card .rating {
    font-size: 0.7rem;
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 15px;
}
.offer-card .rating .fa-star {
    color: #F59E0B;
    margin-right: 3px;
}
.scrolling-offers-track a {
    text-decoration: none;
    color: inherit;
}
.how-it-works-card {
    background-color: #2b81e4;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    height: 100%;
}
.how-it-works-card.highlight {
    background-color: #F59E0B;
    color: white;
}
.how-it-works-card.highlight .step-number,
.how-it-works-card.highlight .step-title,
.how-it-works-card.highlight .step-description {
    color: white;
}
.how-it-works-card .step-icon {
    font-size: 2.8rem;
    margin-bottom: 12px;
}
.how-it-works-card .step-icon.blue-bg {
    background-color: #3B82F6;
    color: white;
}
.how-it-works-card .step-icon.orange-bg {
    background-color: #F59E0B;
    color: white;
}
.how-it-works-card .step-icon.green-bg {
    background-color: #10B981;
    color: white;
}
.how-it-works-card .step-number {
    font-size: 1.2rem; /* Base size */
    color: white;
    margin-bottom: 10px;
}
.how-it-works-card .step-title {
    font-size: 2.8rem; /* Base size */
    font-weight: bold;
    color: white;
}
.how-it-works-card .step-description {
    font-size: 1.7rem; /* Base size */
    color: white;
}
.spinner-section img {
    max-width: 60%;
    height: auto;
    border-radius: 12px;
}
.ways-to-earn-card {
    background-color: #2563EB;
    color: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 0;
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.ways-to-earn-card.orange {
    background-color: #F59E0B;
}
.ways-to-earn-card.teal {
    background-color: #14B8A6;
}
.ways-to-earn-card i {
    font-size: 2.5rem;
    margin-right: 20px;
    flex-shrink: 0;
}
.ways-to-earn-card .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.ways-to-earn-card p.title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.1rem;
}
.ways-to-earn-card p.description {
    font-size: 0.9rem;
    color: white;
    margin-bottom: 0;
}
.footer {
    padding: 30px 0;
    text-align: center;
}

/* Responsive adjustments for Bootstrap breakpoints */
@media (max-width: 1399.98px) { /* xl: <1400px */
    .hero-section h1 {
        font-size: clamp(2.3rem, 7vw, 4rem);
    }
    .hero-section .lead {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .hero-section .lead img[src*="tick.svg"] {
        width: 38px;
        height: 38px;
    }
    .hero-section .lead img[src*="coin-icon.svg"] {
        width: 35px;
        height: 35px;
    }
    .btn-primary-custom {
        font-size: 1.15rem;
        padding: 8px 28px;
        max-width: 400px;
    }
    .trustpilot-section img {
        height: 56px;
    }
    .section-title {
        font-size: clamp(2.8rem, 6vw, 3.2rem); /* Adjusted from 3.8rem */
    }
    .how-it-works-card .step-number {
        font-size: 1.1rem; /* Slightly reduced */
    }
    .how-it-works-card .step-title {
        font-size: clamp(2.2rem, 5vw, 2.4rem); /* Adjusted from 2.8rem */
    }
    .how-it-works-card .step-description {
        font-size: clamp(1.4rem, 3vw, 1.5rem); /* Adjusted from 1.7rem */
    }
}

@media (max-width: 1199.98px) { /* lg: <1200px */
    .hero-section h1 {
        font-size: clamp(2.1rem, 6vw, 3.5rem);
    }
    .hero-section .lead {
        font-size: 1.35rem;
        line-height: 1.4;
    }
    .hero-section .lead img[src*="tick.svg"] {
        width: 38px;
        height: 38px;
    }
    .hero-section .lead img[src*="coin-icon.svg"] {
        width: 35px;
        height: 35px;
    }
    .btn-primary-custom {
        font-size: 1.1rem;
        padding: 8px 26px;
        max-width: 380px;
    }
    .trustpilot-section img {
        height: 50px;
    }
    .section-title {
        font-size: clamp(2.5rem, 5.5vw, 2.8rem); /* Further reduced */
    }
    .how-it-works-card .step-number {
        font-size: 1rem; /* Reduced */
    }
    .how-it-works-card .step-title {
        font-size: clamp(1.8rem, 4.5vw, 2rem); /* Further reduced */
    }
    .how-it-works-card .step-description {
        font-size: clamp(1.2rem, 2.8vw, 1.3rem); /* Further reduced */
    }
}

@media (max-width: 991.98px) { /* md: <992px */
    .hero-section h1 {
        font-size: clamp(2rem, 6vw, 3rem);
    }
    .hero-section h1::after {
        content: "\a";
    }
    .hero-section h1 .highlight {
        display: inline-block;
    }
    .hero-section .lead {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .hero-section .lead img[src*="tick.svg"] {
        width: 25px;
        height: 25px;
    }
    .hero-section .lead img[src*="coin-icon.svg"] {
        width: 23px;
        height: 23px;
    }
    .btn-primary-custom {
        font-size: 1.05rem;
        padding: 7px 24px;
        max-width: 360px;
    }
    .trustpilot-section img {
        height: 46px;
    }
    .section-title {
        font-size: clamp(2rem, 5vw, 2.4rem); /* Further reduced */
    }
    .how-it-works-card .step-number {
        font-size: 0.9rem; /* Reduced */
    }
    .how-it-works-card .step-title {
        font-size: clamp(1.6rem, 4vw, 1.8rem); /* Further reduced */
    }
    .how-it-works-card .step-description {
        font-size: clamp(1rem, 2.5vw, 1.2rem); /* Further reduced */
    }
}

@media (max-width: 767.98px) { /* sm: <768px */
    .navbar-brand img {
        height: 30px;
    }
    .hero-section {
        text-align: center;
    }
    .hero-section h1 {
        font-size: clamp(2rem, 5vw, 2.5rem);
    }
    .hero-section .lead {
        font-size: 1rem;
        line-height: 1.4;
        justify-content: center;
    }
    .hero-section .lead img[src*="tick.svg"] {
        width: 25px;
        height: 25px;
    }
    .hero-section h1 .highlight {
        display: block;
        margin: 0 auto;
    }
    .hero-section h1::before {
        content: "\a";
    }
    .hero-section h1::after {
        content: "\a";
    }
    .hero-section .lead img[src*="coin-icon.svg"] {
        width: 23px;
        height: 23px;
    }
    .btn-primary-custom {
        font-size: 1rem;
        padding: 8px 20px;
        max-width: 350px;
    }
    .trustpilot-section img {
        height: 40px;
    }
    .hero-image-col {
        text-align: center;
        margin-bottom: 30px;
    }
    /* .hero-image-col img {
        content: url("/pages/landing-pages/img/hero-image-mobiles.webp");
    } */
    .spinner-section .col-md-6 {
        text-align: center;
    }
    .spinner-section img {
        margin-top: 20px;
    }
    .section-title {
        font-size: clamp(1.6rem, 4.5vw, 1.8rem); /* Adjusted from 1.6rem in original */
    }
    .offer-card {
        flex: 0 0 180px;
        height: 200px;
    }
    .offer-card img.logo {
        height: 100px;
    }
    .offer-card .brand-name {
        font-size: 1rem;
    }
    .offer-card .task {
        font-size: 0.7rem;
    }
    .offer-card .amount {
        font-size: 1rem;
    }
    .offer-card .rating {
        font-size: 0.7rem;
        margin-right: 10px;
    }
    .ways-to-earn-card {
        height: 130px;
        padding: 15px;
    }
    .ways-to-earn-card i {
        font-size: 2rem;
        margin-right: 15px;
    }
    .ways-to-earn-card p.title {
        font-size: 1rem;
    }
    .ways-to-earn-card p.description {
        font-size: 0.85rem;
    }
    .ways-to-earn-section .row > * {
        flex-basis: calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
    }
    .how-it-works-card .step-number {
        font-size: 0.85rem; /* Reduced */
    }
    .how-it-works-card .step-title {
        font-size: clamp(1.4rem, 3.5vw, 1.6rem); /* Further reduced */
    }
    .how-it-works-card .step-description {
        font-size: clamp(0.9rem, 2.2vw, 1rem); /* Further reduced */
    }
}

@media (max-width: 575.98px) { /* xs: <576px */
    .hero-section h1 {
        font-size: clamp(2rem, 4vw, 2rem);
    }
    .hero-section .lead {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    .hero-section .lead img[src*="tick.svg"] {
        width: 14px;
        height: 14px;
    }
    .hero-section .lead img[src*="coin-icon.svg"] {
        width: 14px;
        height: 14px;
    }
    .btn-primary-custom {
        font-size: 0.9rem;
        padding: 10px 15px;
        max-width: 310px;
    }
    .trustpilot-section img {
        height: 40px;
    }
    .ways-to-earn-card {
        height: 120px;
        padding: 10px;
    }
    .ways-to-earn-card i {
        font-size: 4rem;
        margin-right: 15px;
    }
    .ways-to-earn-card p.title {
        font-size: 1.1rem;
    }
    .ways-to-earn-card p.description {
        font-size: 1rem;
    }
    .ways-to-earn-section .row > * {
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .section-title {
        font-size: clamp(1.4rem, 4vw, 1.6rem); /* Further reduced */
    }
    .how-it-works-card .step-number {
        font-size: 0.8rem; /* Further reduced */
    }
    .how-it-works-card .step-title {
        font-size: clamp(1.2rem, 3vw, 1.4rem); /* Further reduced */
    }
    .how-it-works-card .step-description {
        font-size: clamp(0.8rem, 2vw, 0.9rem); /* Further reduced */
    }
}