@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700&family=Cabin:ital,wght@0,400;0,600;0,700&family=Inter:wght@400;500;600;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');

:root {
    --primary-gradient: linear-gradient(225deg, #0E6EF9 0%, #003481 100%);
    --orange-gradient: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    --nav-color: rgba(36, 36, 36, 1);
    --nav-hover-color: #0E6EF9;
    --font-menu: 'Roboto', sans-serif;
    --font-btn: 'Baloo Bhai 2', cursive, sans-serif;
    --font-eyebrow: 'Open Sans', sans-serif;
    --font-h1: 'Roboto', sans-serif;
    --font-p: 'Open Sans', sans-serif;
    --font-poppins: 'Poppins', sans-serif;
    --font-serif: 'Baskerville Old Face', 'Libre Baskerville', Georgia, serif;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: var(--font-menu);
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.site-header {
    background-color: #ffffff;
    padding: 16px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
}

.header-logo {
    height: 48px;
    width: auto;
    display: block;
}

.custom-toggler {
    border: none !important;
    background: transparent !important;
    padding: 8px !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1060;
}

.hamburger-box {
    width: 26px;
    height: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-line {
    display: block;
    width: 26px;
    height: 2.5px;
    background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    border-radius: 4px;
    transition: all 0.35s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transform-origin: center;
}

.custom-toggler:not(.collapsed) .top-line {
    transform: translateY(7.75px) rotate(45deg);
}

.custom-toggler:not(.collapsed) .middle-line {
    opacity: 0;
    transform: scaleX(0);
}

.custom-toggler:not(.collapsed) .bottom-line {
    transform: translateY(-7.75px) rotate(-45deg);
}

.navbar-nav .nav-link {
    font-family: var(--font-menu);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: var(--nav-color);
    padding: 8px 18px !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--nav-hover-color);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-contact {
    background: linear-gradient(225deg, #0E6EF9 0%, #003481 100%);
    border-radius: 30px;
    padding: 5px 6px 5px 24px;
    color: rgba(255, 255, 255, 1);
    font-family: var(--font-btn);
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-contact:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(14, 110, 249, 0.35);
}

.btn-contact .btn-arrow-img {
    width: 38px;
    height: 38px;
    display: block;
    transition: transform 0.3s ease;
}

.btn-contact:hover .btn-arrow-img {
    transform: scale(1.05);
}

.btn-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.btn-call .call-icon-img {
    width: 48px;
    height: 48px;
    display: block;
}

.btn-call:hover {
    transform: scale(1.06);
}

.hero-section {
    background-image: url('../images/section-1-bg.svg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 100px 0 30px;
    position: relative;
    margin-bottom: 80px;
}

.hero-eyebrow {
    font-family: var(--font-eyebrow);
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 55px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 12px;
}

.hero-title {
    font-family: var(--font-h1);
    font-weight: 700;
    font-style: normal;
    font-size: 96px;
    line-height: 110%;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 24px;
}

.hero-desc {
    font-family: var(--font-p);
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    max-width: 540px;
    margin-bottom: 40px;
}

.store-btn {
    display: inline-block;
    transition: transform 0.3s ease, filter 0.3s ease;
    text-decoration: none;
}

.store-btn:hover {
    transform: translateY(-3px);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}

.store-img {
    height: 56px;
    width: auto;
    display: block;
}

.btn-hero-priority {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    color: #ffffff;
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    padding: 15px 28px;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(255, 72, 2, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 15px auto 30px;
}

.btn-hero-priority:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(255, 72, 2, 0.45);
}

.hero-btn-arrow-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-mobile-wrapper {
    display: inline-block;
    position: relative;
    margin-bottom: -110px;
    z-index: 2;
}

.hero-mobile-img {
    max-width: 420px;
    width: 100%;
    height: auto;
    display: block;
}

.problem-section {
    background-color: #ffffff;
    padding: 90px 0;
}

.problem-main-title {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-style: normal;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 24px;
}

.problem-subtitle {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(36, 36, 36, 1);
    max-width: 920px;
    margin: 0 auto 60px;
}

.problem-card {
    border: 1px solid rgba(255, 72, 2, 1);
    background: rgba(249, 249, 249, 1);
    border-radius: 30px;
    padding: 36px 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(255, 72, 2, 0.12);
}

.card-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
}

.card-title {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(30, 25, 77, 1);
    margin-top: 24px;
    margin-bottom: 16px;
}

.card-desc {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(30, 25, 77, 1);
    margin-bottom: 32px;
}

.card-tag {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgba(30, 25, 77, 1);
}

.reimagined-section {
    background-color: #ffffff;
    padding: 90px 0;
}

.reimagined-title {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-style: normal;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 24px;
}

.reimagined-subtitle {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(36, 36, 36, 1);
    max-width: 860px;
    margin: 0 auto 70px;
}

.process-timeline {
    position: relative;
}

@media (min-width: 992px) {
    .process-timeline::before {
        content: '';
        position: absolute;
        top: 47px;
        left: 12.5%;
        right: 12.5%;
        border-top: 2px dashed rgba(250, 130, 7, 1);
        z-index: 1;
    }
}

.step-item {
    position: relative;
    z-index: 2;
}

.step-number {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid rgba(250, 130, 7, 1);
    background: #FFF0E6;
    font-family: var(--font-poppins);
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 72, 2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 0 0 4px #ffffff;
}

.step-title {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: rgba(30, 25, 77, 1);
    margin-bottom: 14px;
}

.step-desc {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(36, 36, 36, 1);
    max-width: 260px;
    margin: 0 auto;
}

.btn-waitlist {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 12px;
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 12px;
}

.btn-waitlist-solid {
    background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 12px rgba(255, 72, 2, 0.22);
}

.btn-waitlist-outline {
    background: #ffffff;
    color: #FF4802;
    border: 1px solid #FF4802;
}

.btn-waitlist-outline:hover {
    background: rgba(255, 72, 2, 0.05);
    color: #FF4802;
}

.waitlist-arrow-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-waitlist-solid .waitlist-arrow-circle {
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.2);
}

.btn-waitlist-outline .waitlist-arrow-circle {
    border: 1.5px solid #FF4802;
    background: transparent;
}

.reimagined-mobile-banner {
    background: #FFE8D6;
    border: 1px solid #FFCBA4;
    border-radius: 14px;
    padding: 14px 20px;
    text-align: center;
    color: #242424;
    font-family: var(--font-poppins);
    font-weight: 500;
    font-size: 15px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.services-showcase-section {
    background-color: #ffffff;
    padding: 60px 0 0;
    overflow: hidden;
    width: 100%;
}

.services-carousel-wrapper {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.services-carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.services-carousel-track {
    display: flex;
    width: 100%;
    min-width: 100%;
}

.service-card {
    flex: 0 0 20%;
    min-width: 280px;
    height: 580px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 28px;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.service-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.88) 100%);
    transition: background 0.4s ease;
    z-index: 1;
}

.service-card:hover .service-card-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.95) 100%);
}

.service-card-content {
    position: relative;
    z-index: 2;
}

.service-card-title {
    font-family: var(--font-serif);
    font-weight: 400;
    font-style: normal;
    font-size: 44px;
    line-height: 110%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.service-card:hover .service-card-title {
    transform: translateY(-4px);
}

.service-card-desc {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
    opacity: 0.9;
}

.card-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.card-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    background: transparent;
    display: inline-block;
    transition: all 0.3s ease;
}

.card-dots .dot.active {
    background: #ffffff;
    border-color: #ffffff;
    width: 12px;
    height: 12px;
}

.app-screenshot-section {
    background-color: #ffffff;
    padding: 90px 0;
    overflow: hidden;
    width: 100%;
}

.app-screenshot-title {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-style: normal;
    font-size: 80px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 60px;
}

.app-screenshot-carousel {
    padding: 40px 0;
}

.app-screenshot-carousel .owl-stage-outer {
    overflow: visible !important;
}

.app-screenshot-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.app-screenshot-carousel .owl-item {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
    transform: scale(0.84);
    opacity: 0.75;
}

.app-screenshot-carousel .owl-item.center {
    transform: scale(1.16);
    opacity: 1;
    z-index: 10;
}

.app-screenshot-carousel .screenshot-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 28px;
    transition: filter 0.4s ease, box-shadow 0.4s ease;
}

.app-screenshot-carousel .owl-item.center .screenshot-img {
    filter: drop-shadow(0 20px 40px rgba(255, 72, 2, 0.25));
}

.app-screenshot-carousel .owl-dots {
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.app-screenshot-carousel .owl-dot {
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
}

.app-screenshot-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 6px;
    background: #E4E4E4;
    display: block;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.app-screenshot-carousel .owl-dot.active span {
    width: 36px;
    background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
}

.feature-cta-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.feature-cta-card {
    background: rgba(255, 72, 2, 1);
    border-radius: 32px;
    padding: 65px 45px;
    position: relative;
    overflow: hidden;
}

.feature-cta-title {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-style: normal;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 0.2px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 24px;
}

.feature-cta-subtitle {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.2px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    max-width: 820px;
    margin: 0 auto 60px;
}

.feature-block-title {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 12px;
}

.feature-block-desc {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

.left-block .feature-block-title,
.left-block .feature-block-desc {
    text-align: right;
}

.right-block .feature-block-title,
.right-block .feature-block-desc {
    text-align: left;
}

@media (min-width: 992px) {
    .left-block {
        padding-right: 45px;
    }

    .right-block {
        padding-left: 45px;
    }
}

@media (max-width: 991.98px) {

    .left-block .feature-block-title,
    .left-block .feature-block-desc,
    .right-block .feature-block-title,
    .right-block .feature-block-desc {
        text-align: center;
    }
}

section#features,
.services-showcase-section,
.reimagined-section {
    padding-top: 0px !important;
}

.feature-icon-img {
    width: 64px;
    height: 64px;
    display: inline-block;
}

.feature-mobile-img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.gas-station-banner-section {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.banner-left-col {
    background-image: url('../images/left-image.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 600px;
}

.banner-right-col {
    background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    padding: 100px 80px;
    display: flex;
    align-items: center;
    min-height: 600px;
}

.banner-title {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-style: normal;
    font-size: 110px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    text-shadow: 4px 6px 16px rgba(0, 0, 0, 0.22);
    margin-bottom: 0;
}

.newsletter-cta-section {
    background-color: #ffffff;
    padding: 80px 0 40px;
}

.newsletter-cta-card {
    background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    border-radius: 40px;
    padding: 45px 55px;
    position: relative;
    box-shadow: 0 15px 35px rgba(255, 72, 2, 0.18);
}

.cta-eyebrow {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.25);
    padding: 6px 18px;
    border-radius: 30px;
    font-family: var(--font-poppins);
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    margin-bottom: 14px;
}

.cta-title {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 8px;
}

.cta-desc {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

.subscribe-form-wrapper {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin-left: auto;
}

.subscribe-input {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 59px;
    font-family: 'Inter', var(--font-poppins);
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    padding: 16px 85px 16px 30px;
    width: 100%;
    outline: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.subscribe-input::placeholder {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

.subscribe-input:focus {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.subscribe-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.subscribe-btn:hover {
    transform: translateY(-50%) scale(1.05);
}

.subscribe-arrow-img {
    width: 60px;
    height: 60px;
    display: block;
}

.site-footer {
    background-color: #ffffff;
    padding: 40px 0 30px;
}

.footer-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 36px;
    margin-bottom: 40px;
}

.footer-link {
    font-family: var(--font-menu);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: rgba(36, 36, 36, 1);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: var(--nav-hover-color);
}

.footer-brand .footer-logo {
    height: 48px;
    width: auto;
    display: block;
    margin: 0 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 24px;
    text-align: center;
}

.footer-copyright {
    font-family: 'Cabin', var(--font-poppins);
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(36, 36, 36, 1);
    margin-bottom: 0;
}

.footer-privacy-link {
    font-family: 'Cabin', var(--font-poppins);
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: underline;
    color: rgba(36, 36, 36, 1);
    transition: color 0.3s ease;
}

.footer-privacy-link:hover {
    color: #FF4802;
}

@media (max-width: 1399.98px) {
    .service-card-title {
        font-size: 38px;
    }

    .banner-title {
        font-size: 90px;
    }

    .banner-right-col {
        padding: 80px 60px;
    }
}

@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 72px;
    }

    .hero-eyebrow {
        font-size: 30px;
        line-height: 44px;
    }

    .hero-mobile-wrapper {
        margin-bottom: -70px;
    }

    .hero-section {
        margin-bottom: 60px;
    }

    .problem-main-title,
    .reimagined-title,
    .app-screenshot-title {
        font-size: 64px;
    }

    .problem-subtitle,
    .reimagined-subtitle {
        font-size: 20px;
        line-height: 32px;
    }

    .service-card {
        flex: 0 0 33.3333%;
        height: 500px;
    }

    .service-card-title {
        font-size: 34px;
    }

    .feature-cta-title {
        font-size: 60px;
        line-height: 70px;
    }

    .feature-cta-card {
        padding: 50px 30px;
    }

    .banner-title {
        font-size: 72px;
    }

    .banner-right-col,
    .banner-left-col {
        min-height: 500px;
        padding: 60px 40px;
    }
}

@media (max-width: 991.98px) {
    .site-header {
        position: sticky;
        top: 0;
        z-index: 1050;
    }

    .site-header .container {
        position: relative;
    }

    .navbar-collapse {
        position: absolute;
        top: calc(100% + 14px);
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1.5px solid rgba(255, 72, 2, 0.18);
        border-radius: 24px;
        padding: 22px 20px 20px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 8px 24px rgba(255, 72, 2, 0.1);
        z-index: 1040;
        transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .navbar-nav {
        padding: 0 !important;
        margin-bottom: 18px !important;
        gap: 4px;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        font-family: var(--font-poppins);
        font-size: 17px;
        font-weight: 600;
        color: #1E194D;
        padding: 12px 18px !important;
        border-radius: 14px;
        transition: all 0.25s ease;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        background: linear-gradient(90deg, rgba(255, 72, 2, 0.1) 0%, rgba(249, 147, 8, 0.04) 100%);
        color: #FF4802;
        padding-left: 24px !important;
    }

    .header-actions {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding-top: 18px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        width: 100%;
    }

    .header-actions .btn-contact {
        flex: 1;
        justify-content: space-between;
    }

    .hero-section {
        padding: 60px 0 20px;
        margin-bottom: 40px;
    }

    .hero-title {
        font-size: 54px;
    }

    .hero-eyebrow {
        font-size: 26px;
        line-height: 38px;
    }

    .hero-desc {
        font-size: 18px;
    }

    .hero-mobile-wrapper {
        margin-bottom: -40px;
    }

    .hero-mobile-img {
        max-width: 360px;
        margin: 0 auto;
    }

    .problem-section,
    .reimagined-section,
    .app-screenshot-section,
    .feature-cta-section {
        padding: 60px 0;
    }

    .problem-main-title,
    .reimagined-title,
    .app-screenshot-title {
        font-size: 48px;
    }

    .problem-subtitle,
    .reimagined-subtitle {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .problem-card {
        padding: 36px 24px;
        border: 1.5px solid #FF4802;
        border-radius: 28px;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .problem-card>div:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .card-icon-wrapper {
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-title {
        text-align: center;
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .card-desc {
        text-align: center;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .card-tag {
        text-align: center;
        width: 100%;
        margin-top: auto;
    }

    .step-item {
        margin-bottom: 30px;
    }

    .reimagined-section .process-timeline {
        position: relative;
        padding-left: 0;
    }

    .reimagined-section .step-item {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        position: relative;
        z-index: 2;
        margin-bottom: 28px;
        text-align: left;
    }

    .reimagined-section .step-item::after {
        content: '';
        position: absolute;
        left: 21px;
        top: 44px;
        bottom: -50px;
        width: 2px;
        border-left: 2px dashed #FA8207;
        z-index: 1;
        display: block;
    }

    .reimagined-section .row>div:last-child .step-item::after {
        display: none !important;
    }

    .reimagined-section .step-number {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid #FA8207;
        background: #FFF0E6;
        color: #FF4802;
        font-weight: 600;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        box-shadow: 0 0 0 4px #ffffff;
    }

    .reimagined-section .step-content {
        flex: 1;
        text-align: left;
    }

    .reimagined-section .step-title {
        font-size: 19px;
        font-weight: 700;
        color: #1E194D;
        margin-bottom: 6px;
        text-align: left;
    }

    .reimagined-section .step-desc {
        font-size: 14px;
        line-height: 22px;
        color: #4A4A4A;
        margin: 0 0 12px 0;
        max-width: 100%;
        text-align: left;
    }

    .feature-cta-title {
        font-size: 44px;
        line-height: 54px;
    }

    .feature-cta-subtitle {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .feature-block-title {
        font-size: 22px;
    }

    .feature-block-desc {
        font-size: 16px;
    }

    .banner-title {
        font-size: 56px;
    }

    .banner-right-col,
    .banner-left-col {
        min-height: 420px;
        padding: 50px 30px;
    }

    .newsletter-cta-card {
        padding: 40px 30px;
    }

    .cta-title {
        font-size: 28px;
        line-height: 40px;
    }

    .subscribe-form-wrapper {
        margin-left: 0;
        margin-top: 24px;
    }

    .subscribe-input {
        font-size: 16px;
        padding: 12px 65px 12px 24px;
    }

    .subscribe-btn {
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 767.98px) {

    .services-showcase-section {
        padding: 30px 16px;
        background-color: #ffffff;
    }

    .services-carousel-wrapper {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
    }

    .services-carousel-track {
        display: flex;
        gap: 16px;
    }

    .service-card {
        flex: 0 0 100%;
        min-width: 100%;
        height: 520px;
        border-radius: 36px;
        padding: 40px 24px 30px;
        text-align: center;
        align-items: center;
        justify-content: flex-end;
        scroll-snap-align: center;
    }

    .service-card-title {
        font-size: 38px;
        text-align: center;
        margin-bottom: 8px;
        line-height: 1.1;
    }

    .service-card-desc {
        text-align: center;
        font-size: 16px;
    }

    .app-screenshot-section {
        padding: 50px 0 30px;
    }

    .app-screenshot-title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .app-screenshot-carousel {
        padding: 25px 0 10px;
    }

    .app-screenshot-carousel .owl-stage-outer {
        overflow: visible !important;
    }

    .app-screenshot-carousel .owl-dots {
        display: none !important;
    }

    .app-screenshot-carousel .owl-item {
        transform: scale(0.85);
        opacity: 0.75;
    }

    .app-screenshot-carousel .owl-item.center {
        transform: scale(1.08);
        opacity: 1;
        z-index: 10;
    }

    .site-footer {
        padding: 50px 0 35px;
    }

    .footer-nav-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 22px;
        column-gap: 12px;
        text-align: center;
        align-items: center;
        justify-items: center;
        margin-bottom: 35px;
    }

    .footer-brand {
        grid-column: 1 / -1;
        order: -1;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .footer-brand .footer-logo {
        height: 54px;
        width: auto;
        margin: 0 auto;
    }

    .footer-link {
        font-size: 18px;
        font-weight: 500;
        color: rgba(36, 36, 36, 1);
        text-align: center;
        width: 100%;
        white-space: nowrap;
    }

    .footer-bottom {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        padding-top: 24px;
        text-align: center;
    }

    .footer-copyright {
        font-size: 12px;
        line-height: 20px;
        color: rgba(36, 36, 36, 1);
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        padding: 50px 0 20px;
        margin-bottom: 50px;
        text-align: center;
    }

    .hero-eyebrow {
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        margin-bottom: 14px;
        display: block;
    }

    .hero-title {
        font-size: 55px;
        line-height: 1.15;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        margin-bottom: 16px;
    }

    .hero-desc {
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        color: rgba(255, 255, 255, 0.92);
        max-width: 92%;
        margin: 0 auto 20px;
    }

    .hero-mobile-wrapper {
        margin-top: 10px;
        margin-bottom: -70px;
        text-align: center;
        z-index: 2;
        position: relative;
    }

    .hero-mobile-img {
        max-width: 310px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .hero-section {
        margin-bottom: 30px;
    }

    .problem-main-title,
    .reimagined-title,
    .app-screenshot-title {
        font-size: 36px;
    }

    .problem-subtitle,
    .reimagined-subtitle {
        font-size: 16px;
        line-height: 26px;
    }

    .problem-card {
        padding: 28px 20px;
    }

    .service-card {
        flex: 0 0 85%;
        height: 400px;
    }

    .app-screenshot-carousel {
        padding: 20px 0;
    }

    .feature-cta-card {
        padding: 40px 20px;
        border-radius: 24px;
    }

    .feature-cta-title {
        font-size: 32px;
        line-height: 42px;
    }

    .feature-cta-subtitle {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-title {
        font-size: 42px;
        line-height: 1.12;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 0;
        text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
    }

    .banner-right-col {
        padding: 42px 24px;
        min-height: auto;
        background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    }

    .banner-left-col {
        min-height: 380px;
        background-position: center top;
        background-size: cover;
    }

    .newsletter-cta-section {
        padding: 50px 0 30px;
    }

    .newsletter-cta-card {
        padding: 36px 22px;
        border-radius: 32px;
        background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    }

    .cta-eyebrow {
        font-size: 14px;
        padding: 6px 18px;
        border-radius: 100px;
        margin-bottom: 16px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        background: rgba(255, 255, 255, 0.25);
    }

    .cta-title {
        font-size: 34px;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 14px;
    }

    .cta-desc {
        font-size: 15px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.95);
        margin-bottom: 24px;
    }

    .subscribe-form-wrapper {
        margin-top: 0;
        width: 100%;
        position: relative;
    }

    .subscribe-input {
        background: rgba(255, 255, 255, 0.25);
        border: 1.5px solid rgba(255, 255, 255, 0.6);
        border-radius: 100px;
        font-size: 15px;
        line-height: 24px;
        height: 56px;
        padding: 12px 60px 12px 22px;
        color: #ffffff;
    }

    .subscribe-input::placeholder {
        color: rgba(255, 255, 255, 0.9);
        font-weight: 400;
    }

    .subscribe-btn {
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 46px;
        height: 46px;
    }

    .subscribe-arrow-img {
        width: 46px;
        height: 46px;
    }

    .footer-link {
        font-size: 16px;
    }
}

/* ==========================================
   Contact Us Responsive Modal Popup
   ========================================== */

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.custom-contact-modal .modal-dialog {
    max-width: 880px;
    width: 95%;
    margin: 1.75rem auto;
}

.custom-contact-modal .modal-content.custom-modal-card {
    background: #ffffff;
    border-radius: 28px;
    border: none;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.18);
    padding: 24px;
    position: relative;
}

.custom-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 15;
    background: rgba(244, 244, 245, 0.8);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    opacity: 1;
}

.custom-modal-close:hover {
    background: #e4e4e7;
    transform: rotate(90deg);
}

.popup-image-col {
    display: flex;
}

.popup-image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border-radius: 20px;
    overflow: hidden;
}

.popup-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.popup-content-inner {
    padding: 12px 12px 12px 28px;
}

.popup-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0%;
    background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 12px;
}

.popup-para {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(36, 36, 36, 1);
    margin-bottom: 24px;
}

.popup-field {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 115%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(36, 36, 36, 1);
    box-shadow: 0px 0.5px 1px 0px rgba(25, 33, 61, 0.04);
    border: 1px solid rgba(208, 209, 212, 1);
    background: var(--Colors-Neutral-100, rgba(255, 255, 255, 1));
    padding: 14px 20px;
    border-radius: 16px;
    height: 52px;
    transition: all 0.25s ease;
}

.popup-field::placeholder {
    color: rgba(160, 163, 189, 1);
    opacity: 1;
}

.popup-field:focus {
    border-color: #FF4802;
    box-shadow: 0 0 0 4px rgba(255, 72, 2, 0.15);
    background: #ffffff;
    outline: none;
}

.popup-submit-btn {
    background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    border: none;
    border-radius: 16px;
    padding: 14px 24px;
    height: 54px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0px 8px 20px rgba(255, 72, 2, 0.25);
    margin-top: 8px;
}

.popup-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 12px 24px rgba(255, 72, 2, 0.35);
    color: #ffffff;
}

.popup-btn-icon {
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    flex-shrink: 0;
}

/* Responsive Modal styles */
@media (max-width: 991.98px) {
    .custom-contact-modal .modal-content.custom-modal-card {
        padding: 20px;
        border-radius: 24px;
    }

    .popup-content-inner {
        padding: 16px 4px 4px 4px;
    }

    .popup-image-wrapper {
        min-height: 220px;
        max-height: 250px;
        border-radius: 16px;
    }

    .popup-img {
        border-radius: 16px;
    }

    .popup-heading {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .popup-para {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .custom-contact-modal .modal-dialog {
        width: 92%;
        margin: 1rem auto;
    }

    .custom-contact-modal .modal-content.custom-modal-card {
        padding: 16px;
        border-radius: 20px;
    }

    .custom-modal-close {
        top: 14px;
        right: 14px;
        width: 32px;
        height: 32px;
    }

    .popup-image-wrapper {
        min-height: 180px;
        max-height: 200px;
        border-radius: 14px;
    }

    .popup-img {
        border-radius: 14px;
    }

    .popup-heading {
        font-size: 26px;
    }

    .popup-para {
        font-size: 14px;
        line-height: 140%;
    }

    .popup-field {
        height: 48px;
        font-size: 15px;
        padding: 10px 16px;
    }

    .popup-submit-btn {
        height: 48px;
        font-size: 16px;
    }
}