@font-face {
    font-family: "Keep Calm Med";
    src: url("../fonts/KeepCalm-Medium.woff2") format("woff2"),
        url("../fonts/KeepCalm-Medium.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Keep Calm Med";
    src: url("../fonts/KeepCalm-Medium.woff2") format("woff2"),
        url("../fonts/KeepCalm-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilmer";
    src: url("../font/Gilmer-Thin.woff2") format("woff2"),
         url("../font/Gilmer-Thin.woff") format("woff");
    font-weight: 100;
}

@font-face {
    font-family: "Gilmer";
    src: url("../font/Gilmer-Light.woff2") format("woff2"),
         url("../font/Gilmer-Light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: "Gilmer";
    src: url("../font/Gilmer-Regular.woff2") format("woff2"),
         url("../font/Gilmer-Regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Gilmer";
    src: url("../font/Gilmer-Medium.woff2") format("woff2"),
         url("../font/Gilmer-Medium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "Gilmer";
    src: url("../font/Gilmer-Bold.woff2") format("woff2"),
         url("../font/Gilmer-Bold.woff") format("woff");
    font-weight: 600;
}

@font-face {
    font-family: "Gilmer";
    src: url("../font/Gilmer-Bold.woff2") format("woff2"),
         url("../font/Gilmer-Bold.woff") format("woff");
    font-weight: 700;
}

@font-face {
    font-family: "Gilmer";
    src: url("../font/Gilmer-Heavy.woff2") format("woff2"),
         url("../font/Gilmer-Heavy.woff") format("woff");
    font-weight: 800;
}






body {
    font-family: "Keep Calm Med", "Gilmer";
    overflow-x: hidden !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a { 
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

section {
    overflow: hidden !important;
}

.logo-wrapper {
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, 0.67);
    z-index: 0;
  }

  .btn-wrap-header {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
}

.btn-wrap-header a {
    margin-right: 10px;
    margin-bottom: 20px;
    width: 15%;

    @media (max-width: 991px) {
        width: 160px;
    }
}

@media (max-width: 480px) {
   

    .btn-wrap-header a {
        width: 70%;
    }
}

.shape{
    position: absolute;
    &.ban-shape { 
        width: 25%;
        left: 0;
        top: 10%;
    }
    &.sms-shape {
            width: 30%;
            bottom: 0;
            right: 0;
        }
    &.maket-shape {
        width: 30%;
        bottom: 0;
        left: -17%;
    }
    &.phone-mockup {
        width: 50%;
        right: 0;
        bottom: -70px;
    }
    &.marketplace-shape {
        width: 40%;
        right: 0;
        bottom: 30px;
        opacity: .50 !important;
    }
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 25px 0;

    & .navigation {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        right: 0;
        top: 40%;
        transform: translateY(-50%);
        @media (max-width: 991px) {
            position: relative;
            right:0;
            bottom:0;
            left:0;
            transform: translateY(0%);
            margin:10px 0;
        }
        


        & li {
            margin: 0 10px;
        }

        & .lang-buttons-wrapper {
            display: flex;
            align-items: center;
            gap: 8px;
            margin: 0;
        }

        & .lang-btn {
            padding: 5px 25px;
            border-radius: 30px;
            border: 1px solid #ffffff;
            font-size: 0.95rem;
            font-weight: 400;
            cursor: pointer;
            transition: all 0.3s ease;
            background: linear-gradient(168deg,rgba(8, 208, 211, 1) 0%, rgba(22, 214, 179, 1) 51%, rgba(47, 225, 121, 1) 100%);
            background: #08D0D3;
            color: #ffffff;
            font-family: "Keep Calm Med", "Gilmer";
            white-space: nowrap;
            position: relative;
            overflow: hidden;
            text-align: center;

            & span {
                position: relative;
                z-index: 1;
            }

            &:hover {
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(127, 221, 214, 0.3);
            }

            &.active {
                background: linear-gradient(to right, #7EE4DD 0%, #2FE179 100%);
                color: #ffffff;
                font-weight: 400;
                box-shadow: 0 2px 8px rgba(143, 229, 222, 0.4);
            }

            &:not(.active) {
                background: linear-gradient(to right, #08D0D3 0%, #2FE179 100%);
                color: #ffffff;
            }
        }

        & .drop-menu {
            border-radius: 15px;
            padding: 10px 20px;
            background-image: linear-gradient(100deg, #AC4372 10%, #8E7DC0 70%, #A5C3B7 100%);
            border: 1px solid #fff;
            opacity: 1;
            visibility: visible;
            position: absolute;
            width: 100%;
            top: 100%;

            /* &::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                top: 1px;
                left: 50%;
                transform: translateX(-50%);
                background-color: #FEFFD7;
                border-radius: 10%;
                box-shadow: 0px 0px 8px 2px #fff041;
                z-index: -1;
                opacity: 0;
                transition: all .35s ease;
            } */

            & li {
                padding: 10px 0;
                border-bottom: 1px solid #fff;

                & a {
                    color: #fff;
                    transition: all .35s ease;
                }

                &:hover {
                    & a {
                        font-weight: 600;
                    }
                }

                &:last-child {
                    border: none;
                }
            }
        }
    }

    & .logo {
        width: 140px;
        margin: 5% auto auto;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.banner {
    position: relative;
    min-height: 680px;
    height: 100vh;
    padding: 120px 0 80px;
    text-align: left;
    background-color: #07362e;
    background-image: url("../img/main-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;

    & .banner__layer {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    & .banner__layer--pattern {
        z-index: 0;
        background: url("../img/banner-mosque-silhouette.svg") no-repeat center bottom;
        background-size: min(140%, 1800px) auto;
        opacity: 0.5;
    }

    & .banner__layer--overlay {
        z-index: 1;
        background: linear-gradient(
            105deg,
            rgba(7, 54, 46, 0.94) 0%,
            rgba(7, 54, 46, 0.9) 45%,
            rgba(7, 54, 46, 0.76) 100%
        );
    }

    & .banner__container {
        position: relative;
        z-index: 2;
    }

    & .banner__store-badges {
        display: none;
    }

    & .banner-content {
        max-width: 560px;
        padding-right: 12px;

        & .banner-badge {
            display: inline-block;
            padding: 8px 18px;
            border-radius: 100px;
            background: #775c25;
            color: #fff;
            font-size: 0.7rem;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            font-family: "Keep Calm Med", "Gilmer";
        }

        & .banner-heading {
            font-family: "Keep Calm Med", "Gilmer";
            font-size: clamp(2rem, 4.2vw, 3.35rem);
            font-weight: 500;
            line-height: 1.2;
            color: #fff;
            margin: 0 0 1.25rem;
            letter-spacing: 0.02em;

            & .banner-heading__line {
                display: block;
            }

            & .banner-heading__line--gold {
                color: #d4b078;
            }
        }

        & .banner-lead {
            font-size: 1.05rem;
            line-height: 1.65;
            color: rgba(255, 255, 255, 0.88);
            font-weight: 300;
            margin: 0 0 3rem;
            max-width: 32rem;
        }

        & .banner-actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1.5rem 2.25rem;
        }

        & .banner-btn-donate {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 16px 42px;
            border-radius: 999px;
            background: #07362e;
            border: none;
            color: #fff;
            font-family: "Keep Calm Med", "Gilmer";
            font-size: 1rem;
            font-weight: 500;
            letter-spacing: 0.02em;
            text-decoration: none;
            transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);

            &:hover {
                background: #094a3f;
                color: #fff;
                transform: translateY(-1px);
                box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
            }

            &:active {
                transform: translateY(0);
            }

            & .banner-btn-donate__arrow {
                font-size: 1.2rem;
                line-height: 1;
                font-weight: 500;
                color: #fff;
            }
        }

        & .banner-countdown {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            gap: 0.35rem 0.5rem;
        }

        & .banner-countdown__unit {
            text-align: center;
            min-width: 52px;
        }

        & .banner-countdown__value {
            display: block;
            font-size: 1.65rem;
            font-weight: 600;
            color: #fff;
            font-family: "Keep Calm Med", "Gilmer";
            line-height: 1;
        }

        & .banner-countdown__label {
            display: block;
            font-size: 0.62rem;
            letter-spacing: 0.1em;
            color: rgba(255, 255, 255, 0.62);
            margin-top: 8px;
            text-transform: uppercase;
        }

        & .banner-countdown__sep {
            font-size: 1.35rem;
            color: rgba(255, 255, 255, 0.28);
            line-height: 1.2;
            padding: 0 2px;
            user-select: none;
        }

        & p:not(.banner-lead) {
            font-size: 1.1rem;
            margin: 1rem 0 0;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 300;

            @media (max-width: 991px) {
                margin: 16px 0 0;
            }
        }
    }

    & .banner-phone-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 24px 0 8px;
    }

    & .banner-phone-img {
        width: 100%;
        max-width: 450px;
        height: auto;
        object-fit: contain;
        filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.42));
    }
}

/* --- Trending Causes (post-banner) --- */
.trending-causes-section {
    padding: 6rem 0 6rem;
    background: #fff;

    & .trending-causes-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1rem 1.5rem;
        margin-bottom: 2.5rem;

        @media (min-width: 992px) {
            align-items: center;
            margin-bottom: 3rem;
        }
    }

    & .trending-causes-title {
        font-family: "Keep Calm Med", "Gilmer";
        font-size: clamp(1.75rem, 4vw, 2.35rem);
        font-weight: 600;
        color: #07362e;
        margin: 0 0 0.5rem;
        letter-spacing: 0.02em;
        line-height: 1.2;
    }

    & .trending-causes-subtitle {
        font-size: 1rem;
        color: #6b6b6b;
        margin: 0;
        max-width: 36rem;
        line-height: 1.55;
        font-weight: 400;
    }

    & .trending-causes-view-all {
        font-family: "Keep Calm Med", "Gilmer";
        font-size: 0.95rem;
        font-weight: 500;
        color: #a68966;
        text-decoration: none;
        white-space: nowrap;
        transition: color 0.2s ease, opacity 0.2s ease;
        align-self: center;

        &:hover {
            color: #8a7052;
        }
    }

    & .cause-card {
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 40px rgba(7, 54, 46, 0.08);
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: box-shadow 0.3s ease, transform 0.3s ease;

        &:hover {
            box-shadow: 0 16px 48px rgba(7, 54, 46, 0.12);
            transform: translateY(-3px);
        }
    }

    & .cause-card__image-wrap {
        position: relative;
        aspect-ratio: 640 / 420;
        overflow: hidden;
        background: #e8e6e1;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
    }

    & .cause-card__body {
        padding: 1.5rem 1.5rem 1.75rem;
        display: flex;
        flex-direction: column;
        flex: 1;
        gap: 0;

        @media (min-width: 992px) {
            padding: 1.65rem 1.75rem 1.85rem;
        }
    }

    & .cause-card__cat {
        display: block;
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #a68966;
        margin-bottom: 0.65rem;
    }

    & .cause-card__title {
        font-family: "Keep Calm Med", "Gilmer";
        font-size: 1.2rem;
        font-weight: 600;
        color: #07362e;
        margin: 0 0 0.75rem;
        line-height: 1.35;
    }

    & .cause-card__desc {
        font-size: 0.92rem;
        line-height: 1.6;
        color: #4a4a4a;
        margin: 0 0 1.35rem;
        flex: 1;
    }

    & .cause-card__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: flex-start;
        padding: 12px 28px;
        border-radius: 999px;
        background: #07362e;
        color: #fff !important;
        font-family: "Keep Calm Med", "Gilmer";
        font-size: 0.9rem;
        font-weight: 500;
        text-decoration: none;
        border: none;
        transition: background 0.25s ease, transform 0.2s ease;

        &:hover {
            background: #094a3f;
            color: #fff !important;
        }
    }

    @media (max-width: 767px) {
        padding: 2.75rem 0 3rem;

        & .trending-causes-header {
            flex-direction: column;
            align-items: stretch;
            margin-bottom: 1.75rem;
        }

        & .trending-causes-view-all {
            align-self: flex-start;
        }
    }
}

/* --- Giving Made Effortless (sec3) --- */
.giving-effortless-section {
    padding: 4.5rem 0;
    background: #f5f4f1;

    & .giving-effortless-row {
        row-gap: 2.5rem;
    }

    & .giving-effortless-media {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    & .giving-effortless-media__img {
        width: 100%;
        max-width: 520px;
        height: auto;
        object-fit: contain;
        filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
    }

    & .giving-effortless-content {
        max-width: 520px;

        @media (min-width: 992px) {
            margin-left: auto;
        }
    }

    & .giving-effortless-title {
        font-family: "Keep Calm Med", "Gilmer";
        font-size: clamp(1.8rem, 4vw, 2.6rem);
        font-weight: 600;
        color: #07362e;
        margin: 0 0 1rem;
        line-height: 1.2;
        letter-spacing: 0.02em;
    }

    & .giving-effortless-desc {
        font-size: 1rem;
        line-height: 1.75;
        color: #6b6b6b;
        margin: 0 0 1.75rem;
        max-width: 34rem;
    }

    & .giving-effortless-stores {
        display: flex;
        flex-wrap: wrap;
        gap: 14px 18px;
        align-items: center;
    }

    & .store-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        overflow: hidden;
        background: transparent;
        text-decoration: none;
        transition: transform 0.2s ease, opacity 0.2s ease;

        &:hover {
            transform: translateY(-1px);
        }

        & img {
            display: block;
            width: 190px;
            height: auto;

            @media (min-width: 576px) {
                width: 210px;
            }
        }
    }

    @media (max-width: 991px) {
        padding: 3.25rem 0;

        & .giving-effortless-content {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        & .giving-effortless-stores {
            justify-content: center;
        }
    }
}

/* --- Recommended for You --- */
.recommended-section {
    padding: 4.5rem 0 5rem;
    background: #f5f4f1;

    & .recommended-header {
        margin-bottom: 2.25rem;
    }

    & .recommended-title {
        font-family: "Keep Calm Med", "Gilmer";
        font-size: clamp(1.8rem, 4vw, 2.4rem);
        font-weight: 600;
        color: #07362e;
        margin: 0 0 0.5rem;
        letter-spacing: 0.02em;
        line-height: 1.2;
    }

    & .recommended-subtitle {
        margin: 0;
        font-size: 1rem;
        color: #6b6b6b;
        line-height: 1.55;
        max-width: 46rem;
    }

    & .rec-main-card {
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 12px 50px rgba(7, 54, 46, 0.08);
        display: grid;
        grid-template-columns: 1.05fr 1fr;
        min-height: 340px;
        height: 100%;

        @media (max-width: 991px) {
            grid-template-columns: 1fr;
        }
    }

    /* Make right stack match left card height (desktop) */
    & .rec-side-stack {
        height: 100%;
    }

    @media (min-width: 992px) {
        & .col-lg-4 {
            display: flex;
        }

        & .rec-side-stack {
            flex: 1;
        }

        & .rec-side-card {
            height: 100%;
            min-height: 0;
        }
    }

    & .rec-main-card__media {
        background: #e8e6e1;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
    }

    & .rec-main-card__content {
        padding: 1.8rem 2rem 1.75rem;
        display: flex;
        flex-direction: column;
        justify-content: center;

        @media (max-width: 991px) {
            padding: 1.5rem 1.4rem 1.5rem;
        }
    }

    & .rec-pill {
        display: inline-block;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #a68966;
        margin-bottom: 0.85rem;
    }

    & .rec-main-card__title {
        font-family: "Keep Calm Med", "Gilmer";
        font-size: 1.35rem;
        font-weight: 600;
        color: #07362e;
        margin: 0 0 0.75rem;
        line-height: 1.35;
    }

    & .rec-main-card__desc {
        font-size: 0.95rem;
        line-height: 1.65;
        color: #6b6b6b;
        margin: 0 0 3rem;
        max-width: 36rem;
    }

    & .rec-stats {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        font-size: 0.9rem;
        color: #07362e;
        margin-bottom: 0.6rem;
        font-weight: 500;
    }

    & .rec-progress {
        height: 8px;
        border-radius: 999px;
        background: #eadfcf;
        overflow: hidden;
        margin-bottom: 1.4rem;
    }

    & .rec-progress__bar {
        height: 100%;
        border-radius: 999px;
        background: linear-gradient(90deg, #caa66c 0%, #d4b078 55%, #eed9b6 100%);
    }

    & .rec-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 30px;
        border-radius: 999px;
        background: #07362e;
        color: #fff !important;
        font-family: "Keep Calm Med", "Gilmer";
        font-size: 0.95rem;
        font-weight: 500;
        text-decoration: none;
        width: fit-content;
        box-shadow: 0 10px 26px rgba(7, 54, 46, 0.16);
        transition: background 0.25s ease, transform 0.2s ease;

        &:hover {
            background: #094a3f;
            transform: translateY(-1px);
        }
    }

    & .rec-side-stack {
        display: grid;
        
        gap: 16px;
      
    }

    & .rec-side-card {
        border-radius: 20px;
        padding: 1.75rem 1.75rem 1.6rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0 14px 60px rgba(7, 54, 46, 0.10);
        
    }

    & .rec-side-card--dark {
        background: #07362e;
        color: #fff;
    }

    & .rec-side-card--light {
        background: #fff;
        color: #07362e;
    }

    & .rec-side-card__top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 0.9rem;
    }

    & .rec-icon {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.10);
        color: #ffffff;
        font-size: 0.95rem;
        flex: 0 0 42px;
        font-weight: 700;
    }

    /* Dark card icon matches screenshot (gold outline) */
    & .rec-side-card--dark .rec-icon {
        background: transparent;
        border: 2px solid rgba(212, 176, 120, 0.95);
        color: #d4b078;
    }

    & .rec-icon--gold {
        background: #f0dfbf;
        color: #07362e;
    }

    & .rec-side-card__title {
        font-family: "Keep Calm Med", "Gilmer";
        font-size: 1.2rem;
        font-weight: 600;
        margin: 0;
        line-height: 1.3;
        color: inherit;
    }

    & .rec-side-card__desc {
        margin: 0 0 1.1rem;
        font-size: 0.9rem;
        line-height: 1.6;
        color: inherit;
        opacity: 0.88;
    }

    & .rec-side-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 14px 18px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.28);
        color: #fff !important;
        text-decoration: none;
        font-family: "Keep Calm Med", "Gilmer";
        font-size: 0.9rem;
        font-weight: 500;
        background: rgba(255, 255, 255, 0.04);
        transition: background 0.25s ease, transform 0.2s ease, border-color 0.25s ease;

        &:hover {
            background: rgba(255, 255, 255, 0.07);
            border-color: rgba(255, 255, 255, 0.4);
            transform: translateY(-1px);
        }
    }

    /* removed empty ruleset */

    /* Light card layout like screenshot */
    & .rec-side-card--light {
        border: 1px solid rgba(7, 54, 46, 0.06);
        box-shadow: 0 14px 55px rgba(0, 0, 0, 0.08);
        flex-direction: row;

        & .rec-side-card__top {
            align-items: self-start;
            margin-bottom: 0.6rem;
            margin-left: 15px;
            gap:10px;
        }

        & .rec-icon {
            width: 54px;
            height: 54px;
            flex: 0 0 54px;
            border-radius: 999px;
            background: #f0dfbf;
            color: #07362e;
        }

        & .rec-side-card__title {
            font-size: 1.25rem;
            font-weight: 600;
            letter-spacing: 0.01em;
        }

        & .rec-side-card__desc {
            color: #6b6b6b;
            opacity: 1;
            margin-bottom: 0;
            font-size: 0.92rem;
        }
    }

    @media (max-width: 991px) {
        padding: 3.25rem 0 3.5rem;

        & .rec-side-stack {
            grid-template-rows: auto;
        }
    }

    @media (max-width: 575px) {
        & .rec-main-card__content {
            text-align: left;
        }

        & .rec-stats {
            flex-direction: column;
            align-items: flex-start;
        }
    }
}

/* --- Track Your Impact (after Recommended) --- */
.impact-section {
    padding: 5rem 0 5rem;
    background: #f5f4f1;

    & .impact-card {
        background: #184d45;
        border-radius: 22px;
        width: 100%;
        padding: 3.25rem 3.25rem 2.9rem;
        position: relative;

        box-shadow: 0 22px 70px rgba(7, 54, 46, 0.18);
    }

    & .impact-content,
    & .impact-media {
        position: relative;
        z-index: 1;
    }

    & .impact-title {
        font-family: "Keep Calm Med", "Gilmer";
        font-size: clamp(1.8rem, 4.2vw, 2.6rem);
        font-weight: 600;
        color: #ffffff;
        margin: 0 0 1rem;
        line-height: 1.12;
        letter-spacing: 0.01em;
        max-width: 22rem;
    }

    & .impact-desc {
        margin: 0 0 1.9rem;
        font-size: 1rem;
        line-height: 1.75;
        color: rgba(255, 255, 255, 0.72);
        max-width: 30rem;
    }

    & .impact-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 14px 22px;
        border-radius: 999px;
        background: #775c25;
        color: #ffffff !important;
        text-decoration: none;
        font-family: "Keep Calm Med", "Gilmer";
        font-size: 0.95rem;
        font-weight: 500;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
        transition: transform 0.2s ease, background 0.25s ease;

        &:hover {
            background: #8a7052;
            transform: translateY(-1px);
        }
    }

    & .impact-btn__icon {
        width: 20px;
        height: 20px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.16);
        font-size: 0.85rem;
        line-height: 1;
    }

    & .impact-media {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        bottom: -30px;
        right: 20px;
    }

    & .impact-media__img {
        width: 100%;
        max-width: 610px;
        height: 610px;
        object-fit: cover;
        transform: rotate(6deg) translateY(72px);
        filter: drop-shadow(0 26px 55px rgba(0, 0, 0, 0.35));
    }

    /* Desktop (>=1200px wide) layout like reference */
    @media (min-width: 1200px) {
        & .impact-card {
            padding: 5rem 3.75rem 5rem;
            min-height: 600px;
        }

        & .impact-media__img {
            max-width: 710px;
            transform: rotate(6deg) translateY(72px);
            width: 100%;
        }
    }

    @media (max-width: 991px) {
        padding: 2.75rem 0 3.25rem;

        & .impact-card {
            padding: 2.25rem 1.6rem;
            text-align: left;
            min-height: 600px;
        }

        & .impact-title {
            margin-left: 0;
            margin-right: 0;
            max-width: 18rem;
        }

        & .impact-desc {
            margin-left: 0;
            margin-right: 0;
            max-width: 22rem;
        }

        & .impact-media {
            justify-content: flex-end;
            position: absolute;
            right: 20px;
            bottom: -30px;
            width: 56%;
        }

        & .impact-media__img {
            max-width: 520px;
            transform: rotate(-0.6deg) translateY(72px);
        }
    }

    @media (max-width: 575px) {
        & .impact-card {
            min-height: 520px;
            padding: 2rem 1.25rem;
        }

        & .impact-media {
            right: 14px;
            width: 60%;
            bottom: -26px;
        }

        & .impact-media__img {
            max-width: 420px;
            transform: rotate(-0.6deg) translateY(64px);
        }
    }

    /* Hide impact phone on small screens */
    @media (max-width: 767px) {
        & .impact-media {
            display: none !important;
        }

        & .impact-card {
            min-height: auto;
            padding-top: 2.25rem;
            padding-bottom: 2.25rem;
        }
    }
}

.bg-image {
    &.sty1 {
        /* position: absolute;
        right: 0;
        bottom: 0;
        width: 100%; */
        width: 30%;
        margin: auto;
        position: absolute;
        right: 80px;
        bottom: -16%;
        /* & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-width: 100%;
        } */
    }
}

.gradient-btn {
    background-image: linear-gradient(50deg, #AC4372 30%, #8E7DC0 70%, #A5C3B7 100%);
    padding: 8px 30px 8px 50px;
    color: #fff;
    border-radius: 30px;
    font-size: 1rem;
    position: relative;
    border: 1px solid #F0BC9F;
    display: inline-block;
    transition: all .35s ease;

    &::before {
        content: "";
        position: absolute;
        width: 50%;
        height: 20px;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #FEFFD7;
        border-radius: 50%;
        box-shadow: 0px 0px 9px 4px #fff041;
        z-index: -1;
        opacity: 0;
        transition: all .35s ease;
    }

    & .short {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 13px;
    }
}


.dropdown:hover {
    & .gradient-btn {
        background-image: linear-gradient(100deg, #AC4372 10%, #8E7DC0 70%, #A5C3B7 100%);
        border-width: 1px;

        &::before {
            top: -3px;
            opacity: 1;
        }
    }

    & .drop-menu {
        /* opacity: 1;
        visibility: visible;
        display: block; */

        &::before {
            opacity: 1;
            visibility: visible;
        }
    }
}

.stripe {
    padding: 50px 0;
}

.stripe-1 {
    padding: 130px 0;
}

.top-heading {
    &.sty1 {
        text-align: center;
        padding-bottom: 50px;

        & h3 {
            font-size: 4rem;
            font-weight: 500;
            color: #000;
        }
    }
}

.image-center {
    & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.list-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 3.5rem;

    &.reverse {
        .list-wrap {
            &.sty1 {
                flex-direction: row-reverse;

                & .list-icon {
                    margin-left: 0;
                    margin-right: 20px;
                }

                & .list-content {
                    text-align: left;
                }
            }
        }
    }
}

.list-wrap {
    &.sty1 {
        display: flex;
        align-items: center;

        & .list-content {
            flex: 1;
            text-align: right;

            h4 {
                font-size: 1.4rem;
                
                font-weight: 700;
            }

            p {
                font-size: 1.2rem;
                margin: 0;
            }
        }

        & .list-icon {
            flex: 0 0 70px;
            max-width: 70px;
            margin-left: 20px;

            & img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
    }
}

.bgc-blue {
    background-color: #EDF1F2;
}

.cl-darkRed {
    color: #843549;
}

.shape {
    position: absolute;
}

.position-1 {
    top: 10px;
    right: 10px;
    width: 20%;
    z-index: 0;
}

.fflex {
    display: flex;
    align-items: center;
}

.mid-banner {
    position: relative;
    text-align: center;

    & .section-content {
        & h3 {
            font-size: 3rem;
            line-height: 1.2;
        }

        & h4 {
            font-size: 1.25rem;
            line-height: 1.6;
            font-weight: 300;
        }

        & ul li {
            font-size: 1.25rem;
            line-height: 1.8;
            font-weight: 300;
        }

        & p {
            font-size: 1.4rem;
            line-height: 1.4;
            margin-top: 30px;
        }
    }

    & .section-img {
        position: relative;
        max-width: 40%;
        margin: auto;
    }

    &.arabic {
        & .list-style {
            &.sty2 {

                & li {
                    padding-left: 0;
                    padding-right: 25px;
                    position: relative;

                    & ::before {
                        content: "";
                        position: absolute;
                        width: 10px;
                        height: 10px;
                        background-color: #843549;
                        top: 50%;
                        transform: translateY(-50%);
                        right: 0;
                        left: inherit;
                        border-radius: 50%;
                    }
                }
            }
        }
    }
}

.app-detail-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.list-style {
    &.sty1 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;

        & li {
            flex: 0 0 calc(20% - 20px);
            max-width: calc(20% - 20px);
            margin: 0 10px;
        }
    }
}

.bottom-img {
    margin-top: 140px;
}

.footer {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 50px;
    position: relative;
    overflow: hidden;

    /* Blurred overlay effect for parking lot background */
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(2px);
        z-index: 0;
    }

    & .section-content {
        text-align: center;
        position: relative;
        z-index: 1;

        & .bg-text {
            display: inline-block;
            border-radius: 15px;
            padding: 20px 80px;
            position: relative;
            background-color: transparent;
            margin-bottom: 20px;

            &:before {
                content: "";
                position: absolute;
                inset: 0;
                border-radius: inherit;
                padding: 2px; /* border thickness */
            
                background: linear-gradient(299deg, #06cfd7, #1fda9f 80%, #36e469);
                -webkit-mask:
                    linear-gradient(#fff 0 0) content-box,
                    linear-gradient(#fff 0 0);
                -webkit-mask-composite: xor;
                mask:
                    linear-gradient(#fff 0 0) content-box,
                    linear-gradient(#fff 0 0);
                mask-composite: exclude;
            
                z-index: -1; /* place behind content */
            }

            & h4 {
                font-size: 2.5rem;
                color: #fff;
                line-height: 1.2;
                margin: 0;
                font-weight: 400;
            }
        }

        & .footer-taglines {
            margin-bottom: 25px;

    
            & .tagline {
                font-size: 1.3rem;
                color:#fff;
                font-weight: 400;
                margin: 0;
               
                span{
                    color: #37e467;
                }
            }
        }

        & .available-text {
            font-size: 1.2rem;
            color: #ffffff;
            font-weight: 400;
            margin: 40px 0 10px;
        }

        & .btn-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            padding-bottom: 25px;
            flex-wrap: wrap;

            & .app-btn {
                display: inline-block;
                transition: all .35s ease;
                border-radius: 10px;
                overflow: hidden;

                & img {
                    width: 100%;
                    height: auto;
                    display: block;
                    max-width: 200px;
                }

                &:hover {
                    transform: scale(1.05);
                    box-shadow: 0 4px 15px rgba(8, 208, 211, 0.3);
                }
            }
        }

        & .support-section {
            margin-bottom: 20px;

            & h5 {
                font-size: 1.8rem;
                color: #37e467;
                font-weight: 400;
                margin-bottom: 15px;
               
            }

            & .support-question {
                font-size: 1.1rem;
                color: #ffffff;
                font-weight: 300;
                margin: 0 0 5px;
               
            }

            & .support-email {
                font-size: 1.1rem;
                color: #ffffff;
                font-weight: 400;
                text-decoration: none;
              
                transition: color 0.3s ease;

                &:hover {
                    color: #37e467;
                }
            }
        }

        & .copyright {
            font-size: 0.95rem;
            color: #ffffff;
            font-weight: 400;
            margin: 0;
            font-family: "Keep Calm Med", "Gilmer";
        }
    }
}

/* --- New footer (screenshot style) --- */
.site-footer {
    background: #f5f4f1;
    padding: 4rem 0 2.5rem;
    color: #07362e;

    & .site-footer__top {
        display: grid;
        grid-template-columns: 1.2fr 1fr 1fr;
        gap: 2.5rem 3rem;
        align-items: start;
    }

    & .site-footer__brand-title {
        font-family: "Keep Calm Med", "Gilmer";
        font-size: 1.2rem;
        font-weight: 600;
        margin: 0 0 0.9rem;
        color: #07362e;
    }

    & .site-footer__brand-desc {
        margin: 0;
        max-width: 22rem;
        font-size: 0.9rem;
        line-height: 1.65;
        color: rgba(7, 54, 46, 0.72);
    }

    & .site-footer__nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    & .site-footer__heading {
        font-family: "Keep Calm Med", "Gilmer";
        font-size: 0.8rem;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        margin: 0 0 1rem;
        color: rgba(7, 54, 46, 0.85);
    }

    & .site-footer__col {
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }

    & .site-footer__link {
        color: rgba(7, 54, 46, 0.7);
        text-decoration: none;
        font-size: 0.9rem;
        line-height: 1.4;

        &:hover {
            color: rgba(7, 54, 46, 0.95);
        }
    }

    & .site-footer__newsletter {
        max-width: 360px;
        justify-self: end;
    }

    & .site-footer__form {
        display: grid;
        gap: 0.8rem;
    }

    & .site-footer__label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    & .site-footer__input {
        width: 100%;
        height: 46px;
        border-radius: 12px;
        border: 1px solid rgba(7, 54, 46, 0.08);
        background: #ffffff;
        padding: 0 14px;
        font-size: 0.9rem;
        outline: none;

        &:focus {
            border-color: rgba(7, 54, 46, 0.25);
            box-shadow: 0 0 0 4px rgba(7, 54, 46, 0.06);
        }
    }

    & .site-footer__btn {
        height: 46px;
        border-radius: 999px;
        border: none;
        background: #07362e;
        color: #ffffff;
        font-family: "Keep Calm Med", "Gilmer";
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.10);
        transition: transform 0.2s ease, background 0.25s ease;

        &:hover {
            background: #094a3f;
            transform: translateY(-1px);
        }
    }

    & .site-footer__divider {
        height: 1px;
        background: rgba(7, 54, 46, 0.08);
        margin: 2.75rem 0 1.5rem;
    }

    & .site-footer__bottom {
        display: flex;
        justify-content: flex-start;
    }

    & .site-footer__copy {
        margin: 0;
        font-size: 0.8rem;
        color: rgba(7, 54, 46, 0.5);
    }

    @media (max-width: 991px) {
        & .site-footer__top {
            grid-template-columns: 1fr;
            justify-items: start;
        }

        & .site-footer__newsletter {
            justify-self: start;
            max-width: 520px;
            width: 100%;
        }

        & .site-footer__nav {
            grid-template-columns: 1fr 1fr;
            width: 100%;
        }
    }

    @media (max-width: 575px) {
        & .site-footer__nav {
            grid-template-columns: 1fr;
        }
    }
}

.ru-page {
    .banner {
        padding: 200px 0 0px;
        height: auto;

        & .banner-content {
            padding-bottom: 70px;
        }
    }

    .footer {
        & .section-content {
            & .bg-text {
                & .shape {
                    top: -37px;
                }
            }
        }
    }
}

.ar-page {
    .banner {
        & .banner-content {
            & .banner-heading {
                letter-spacing: 0;
            }
        }
    }
}

@media (min-width: 1920px) {
    .banner {
        & .banner-content {
            & .banner-heading {
                font-size: 4rem;
            }
        }
    }
}

@media (max-width: 1600px) {

    header {
        & .logo {
            width: 100px;
        }
    }

    .banner {
        & .banner-content {
            & .banner-lead {
                font-size: 1rem;
            }

            & .banner-heading {
                font-size: clamp(1.85rem, 3.2vw, 2.85rem);
            }
        }
    }

    /* .bg-image {
        &.sty1 {
            width: 80%;
        }
    } */

    .mid-banner {
        & .section-content {
            & p {
                font-size: 1.2rem;
            }

            & h3 {
                font-size: 2.5rem;
            }
        }
    }
}

@media (max-width: 1199px) {
    .banner {
        min-height: 0;
        padding-bottom: 56px;
    }

    .mid-banner {
        & .section-content {
            & h3 {
                font-size: 2.8rem;
            }

            & p {
                font-size: 1.5rem;
                margin-top: 20px;
            }
        }
    }

    .ru-page {
        .footer {
            & .section-content {
                & .bg-text {
                    & .shape {
                        top: -32px;
                    }
                }
            }
        }
    }
}

@media(max-width: 991px) {
    .stripe-1 {
        padding: 80px 0;
    }

    .banner {
        height: auto;
        padding: 96px 0 40px;
        text-align: center;

        & .banner-content {
            max-width: none;
            margin-left: auto;
            margin-right: auto;
            padding-right: 0;
        }

        & .banner-actions {
            justify-content: center;
        }

        & .banner-countdown {
            justify-content: center;
        }
    }

    header {
        & .navigation {
            & .lang-buttons-wrapper {
                gap: 6px;
            }

            & .lang-btn {
                padding: 5px 20px;
                font-size: 0.85rem;
                border-radius: 25px;
            }
        }
    }

    .bg-image {
        &.sty1 {
            width: 350px;
            position: relative;
            margin: auto;
        }
    }

    .image-center {
        width: 70%;
        margin: auto;
    }

    .top-heading {
        &.sty1 {
            & h3 {
                font-size: 2.5rem;
            }
        }
    }

    .list-wrapper {
        &.reverse {
            & .list-wrap {
                &.sty1 {
                    flex-direction: column-reverse;

                    & .list-content {
                        text-align: center;
                    }
                }
            }
        }
    }

    .list-wrap {
        &.sty1 {
            flex-direction: column-reverse;

            & .list-content {
                text-align: center;
                margin: 20px 0 30px;
            }
        }
    }

    .bottom-img {
        margin-top: 50px;
    }

    .mid-banner {
        & .section-img {
            width: 70%;
            margin: auto;
            max-width: 100%;
        }

        & .section-content {
            & h3 {
                font-size: 2.2rem;
            }

            & p {
                font-size: 1.2rem;
            }
        }
    }

    .footer {
        padding: 80px 0 40px;

        & .section-content {
            & .bg-text {
                padding: 18px 50px;
                margin-bottom: 25px;

                & h4 {
                    font-size: 2rem;
                }
            }

            & .footer-taglines {
                margin-bottom: 20px;

                & .tagline {
                    font-size: 1.2rem;
                    margin: 6px 0;
                }
            }

            & .available-text {
                font-size: 1.1rem;
                margin: 20px 0 18px;
            }

            & .btn-wrap {
                padding-bottom: 40px;
                gap: 12px;

                & .app-btn {
                    & img {
                        max-width: 180px;
                    }
                }
            }

            & .support-section {
                margin-bottom: 35px;

                & h5 {
                    font-size: 1.6rem;
                    margin-bottom: 12px;
                }

                & .support-question {
                    font-size: 1rem;
                    margin-bottom: 8px;
                }

                & .support-email {
                    font-size: 1rem;
                }
            }

            & .copyright {
                font-size: 0.9rem;
            }
        }
    }

    .ru-page {
        .footer {
            & .section-content {
                & .bg-text {
                    & .shape {
                        top: -20px;
                    }
                }
            }
        }
    }
}

@media(max-width: 767px) {
    
    .image-center {
        width: 100%;
    }
    .mid-banner {
        & .section-img {
            width: 100%;
        }
    }

    .footer {
        padding: 60px 0 35px;

        & .section-content {
            & .bg-text {
                padding: 15px 30px;
                margin-bottom: 20px;

                & h4 {
                    font-size: 1.6rem;
                }
            }

            & .footer-taglines {
                margin-bottom: 18px;

                & .tagline {
                    font-size: 1.1rem;
                    margin: 5px 0;
                }
            }

            & .available-text {
                font-size: 1rem;
                margin: 18px 0 15px;
            }

            & .btn-wrap {
                padding-bottom: 35px;
                gap: 10px;
                flex-direction: column;
                align-items: center;

                & .app-btn {
                    & img {
                        max-width: 160px;
                    }
                }
            }

            & .support-section {
                margin-bottom: 30px;

                & h5 {
                    font-size: 1.4rem;
                    margin-bottom: 10px;
                }

                & .support-question {
                    font-size: 0.95rem;
                    margin-bottom: 8px;
                    padding: 0 15px;
                }

                & .support-email {
                    font-size: 0.95rem;
                }
            }

            & .copyright {
                font-size: 0.85rem;
                padding: 0 15px;
            }
        }
    }
}

@media(max-width: 575px) {
    header {
        & .logo {
            width: 100px;
            margin-right: auto;
            margin-left: inherit;
        }

        & .navigation {
            & .lang-buttons-wrapper {
                gap: 4px;
                flex-wrap: wrap;
                justify-content: flex-end;
            }

            & .lang-btn {
                padding: 7px 14px;
                font-size: 0.75rem;
                border-radius: 20px;
            }
        }
    }

    .mid-banner {
        & .section-content {
            & h3 {
                font-size: 1.9rem;
            }

            & p {
                font-size: 0.95rem;
            }
        }
    }

    .ru-page {
        .footer {
            & .section-content {
                & .bg-text {
                    & .shape {
                        top: -15px;
                    }
                }
            }
        }
    }

    .footer {
        padding: 50px 0 30px;

        & .section-content {
            & .bg-text {
                padding: 12px 25px;
                margin-bottom: 18px;
                border-radius: 12px;

                & h4 {
                    font-size: 1.4rem;
                }
            }

            & .footer-taglines {
                margin-bottom: 15px;

                & .tagline {
                    font-size: 1rem;
                    margin: 4px 0;
                }
            }

            & .available-text {
                font-size: 0.95rem;
                margin: 15px 0 12px;
            }

            & .btn-wrap {
                padding-bottom: 30px;
                gap: 8px;

                & .app-btn {
                    & img {
                        max-width: 140px;
                    }
                }
            }

            & .support-section {
                margin-bottom: 25px;

                & h5 {
                    font-size: 1.2rem;
                    margin-bottom: 8px;
                }

                & .support-question {
                    font-size: 0.9rem;
                    margin-bottom: 6px;
                    padding: 0 10px;
                    line-height: 1.4;
                }

                & .support-email {
                    font-size: 0.9rem;
                }
            }

            & .copyright {
                font-size: 0.8rem;
                padding: 0 10px;
            }
        }
    }
}



.list-style {
    &.sty2 {
        & li {
            position: relative;
            padding-left: 25px;

            & ::before {
                content: "";
                position: absolute;
                width: 10px;
                height: 10px;
                background-color: #843549;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                border-radius: 50%;
            }
        }
    }
}

/* SMS Parking Payment Section */
.sms-parking-section {
    background-color: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;

    .sms-parking-content {
       
        padding-left: 15px;

        .sms-parking-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #000000;
            font-family: "Keep Calm Med", "Gilmer";
            line-height: 1.20;
            margin-bottom: 35px;
            letter-spacing: -0.8px;
        }

        .sms-parking-subtitle {
            font-size: 1.6rem;
            font-weight: 300;
            color: #000000;
            font-family: "Keep Calm Med", "Gilmer";
            margin-bottom: 55px;
            line-height: 1.6;
        }

        .steps-list {
            margin-bottom: 70px;

            .step-item {
                display: flex;
                align-items: center;
                margin-bottom: 28px;
                gap: 22px;

                .step-number {
                    min-width: 65px;
                    width: 65px;
                    height: 65px;
                    border: 2px solid #08D0D3;
                    border-radius: 10px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 2rem;
                    font-weight: 700;
                    color: #000000;
                    background-color: #ffffff;
                    flex-shrink: 0;
                }

                .step-text {
                    font-size: 1.5rem;
                    font-weight: 500;
                    color: #000000;
                    font-family: "Keep Calm Med", "Gilmer";
                    line-height: 1.6;
                    flex: 1;
                }
            }
        }

        .slogan-section {
            margin-top: 50px;

            .slogan-text {
                font-size: 2rem;
                font-weight: 700;
                color: #000000;
                margin-bottom: 0px;
                line-height: 1.4;
            }
        }
    }

    .sms-parking-image-wrapper {
        position: relative;
        padding-left: 50px;
        padding-right: 15px;

        .parking-image-container {
            position: relative;
            border-radius: 25px;
            overflow: hidden;
            background-color: #f5f5f5;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
            height: 100%;
            min-height: 600px;

            .parking-image-placeholder {
                position: relative;
                width: 100%;
                height: 100%;
                min-height: 600px;
            }

            .parking-main-image {
                width: 100%;
                height: 100%;
                min-height: 600px;
                display: block;
                object-fit: cover;
            }

            .overlay-graphics {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                pointer-events: none;

                .overlay-p-icon {
                    position: absolute;
                    top: 8%;
                    right: 12%;
                    opacity: 0.5;
                    z-index: 1;
                    transform: scale(1.1);
                }

                .overlay-car-icon {
                    position: absolute;
                    bottom: 8%;
                    right: 3%;
                    opacity: 0.5;
                    z-index: 1;
                    transform: scale(1.1);
                }
            }
        }
    }
}

/* Responsive Styles for SMS Parking Section */
@media (max-width: 1199px) {
    .sms-parking-section {
        padding: 100px 0;

        .sms-parking-content {
            padding-right: 50px;

            .sms-parking-title {
                font-size: 3.2rem;
                margin-bottom: 30px;
            }

            .sms-parking-subtitle {
                font-size: 1.4rem;
                margin-bottom: 50px;
            }

            .steps-list {
                margin-bottom: 60px;

                .step-item {
                    margin-bottom: 25px;
                    gap: 20px;

                    .step-number {
                        min-width: 60px;
                        width: 60px;
                        height: 40px;
                        font-size: 1.1rem;
                    }

                    .step-text {
                        font-size: 1.2rem;
                    }
                }
            }

            .slogan-section {
                margin-top: 45px;

                .slogan-text {
                    font-size: 1.9rem;
                    margin-bottom: 16px;
                }
            }
        }

        .sms-parking-image-wrapper {
            padding-left: 30px;

            .parking-image-container {
                min-height: 550px;

                .parking-image-placeholder,
                .parking-main-image {
                    min-height: 550px;
                }
            }
        }
    }
}

@media (max-width: 991px) {
    header .fflex{flex-direction: column;}
    header{padding: 0;}
    header .logo{margin:2% auto auto;}
    /* removed empty ruleset */
    .sms-parking-section {
        padding: 80px 0;

        .sms-parking-content {
            padding-right: 0;
            padding-left: 15px;
            margin-bottom: 60px;

            .sms-parking-title {
                font-size: 2rem;
                margin-bottom: 28px;
            }

            .sms-parking-subtitle {
                font-size: 1.3rem;
                margin-bottom: 45px;
            }

            .steps-list {
                margin-bottom: 55px;

                .step-item {
                    margin-bottom: 22px;
                    gap: 18px;

                    .step-number {
                        min-width: 58px;
                        width: 58px;
                        height: 39px;
                        font-size: 1.05rem;
                    }

                    .step-text {
                        font-size: 1.15rem;
                    }
                }
            }

            .slogan-section {
                margin-top: 40px;

                .slogan-text {
                    font-size: 1.7rem;
                    margin-bottom: 15px;
                }
            }
        }

        .sms-parking-image-wrapper {
            padding-left: 15px;
            padding-right: 15px;

            .parking-image-container {
                min-height: 500px;
                border-radius: 20px;

                .parking-image-placeholder,
                .parking-main-image {
                    min-height: 500px;
                }
            }
        }
    }
}

@media (max-width: 767px) {
    .sms-parking-section {
        padding: 60px 0;

        .sms-parking-content {
            padding-left: 15px;
            padding-right: 15px;

            .sms-parking-title {
                font-size: 2.2rem;
                margin-bottom: 25px;
            }

            .sms-parking-subtitle {
                font-size: 1.2rem;
                margin-bottom: 40px;
            }

            .steps-list {
                margin-bottom: 45px;

                .step-item {
                    margin-bottom: 20px;
                    gap: 15px;

                    .step-number {
                        min-width: 55px;
                        width: 55px;
                        height: 37px;
                        font-size: 1rem;
                    }

                    .step-text {
                        font-size: 1.1rem;
                    }
                }
            }

            .slogan-section {
                margin-top: 35px;

                .slogan-text {
                    font-size: 1.5rem;
                    margin-bottom: 12px;
                }
            }
        }

        .sms-parking-image-wrapper {
            padding-left: 15px;
            padding-right: 15px;

            .parking-image-container {
                min-height: 450px;
                border-radius: 18px;

                .parking-image-placeholder,
                .parking-main-image {
                    min-height: 450px;
                }
            }
        }
    }
}

@media (max-width: 575px) {
    .sms-parking-section {
        padding: 50px 0;

        .sms-parking-content {
            padding-left: 15px;
            padding-right: 15px;

            .sms-parking-title {
                font-size: 1.9rem;
                margin-bottom: 22px;
                line-height: 1.2;
            }

            .sms-parking-subtitle {
                font-size: 1.1rem;
                margin-bottom: 35px;
            }

            .steps-list {
                margin-bottom: 40px;

                .step-item {
                    margin-bottom: 18px;
                    gap: 12px;
                    flex-direction: row;
                    align-items: center;

                    .step-number {
                        min-width: 50px;
                        width: 50px;
                        height: 35px;
                        font-size: 0.95rem;
                    }

                    .step-text {
                        font-size: 1.05rem;
                    }
                }
            }

            .slogan-section {
                margin-top: 30px;

                .slogan-text {
                    font-size: 1.4rem;
                    margin-bottom: 10px;
                }
            }
        }

        .sms-parking-image-wrapper {
            padding-left: 15px;
            padding-right: 15px;

            .parking-image-container {
                min-height: 400px;
                border-radius: 15px;

                .parking-image-placeholder,
                .parking-main-image {
                    min-height: 400px;
                }

                .overlay-graphics {
                    .overlay-p-icon {
                        transform: scale(0.8);
                        top: 5%;
                        right: 10%;
                    }

                    .overlay-car-icon {
                        transform: scale(0.8);
                        bottom: 5%;
                        right: 2%;
                    }
                }
            }
        }
    }
}

/* Core Features Section */
.core-features-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('assets/img/main-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 100px 0 120px;
    position: relative;
    overflow: visible !important;
    margin-bottom: 120px;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(3px);
        z-index: 0;
    }

    .container {
        position: relative;
        z-index: 1;
    }

    .core-features-title {
        font-size: 3.5rem;
        font-weight: 700;
        color: #ffffff;
        font-family: "Keep Calm Med", "Gilmer";
        text-align: center;
        margin-bottom: 70px;
        letter-spacing: -0.5px;
    }

    .feature-block {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 25px;
        margin-bottom: 0;
        padding: 30px;
        border: none;
        border-radius: 0;
        background: transparent;
        backdrop-filter: none;
        transition: all 0.3s ease;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;

        &:hover {
            transform: translateY(-3px);
        }

        .feature-number {
            position: relative;
            min-width: 70px;
            width: 70px;
            height: 70px;
        
            border-radius: 12px;
            background: transparent;
        
            display: flex;
            align-items: center;
            justify-content: center;
        
            font-size: 1.8rem;
            font-weight: 700;
            color: #ffffff;
        
            z-index: 1; /* keep text above the border */
        }
        
        /* gradient border */
        .feature-number::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 3px; /* border thickness */
        
            background: linear-gradient(299deg, #06cfd7, #1fda9f 80%, #36e469);
            -webkit-mask:
                linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask:
                linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
            mask-composite: exclude;
        
            z-index: -1; /* place behind content */
        }

        .feature-content {
            flex: 1;

            .feature-heading {
                font-size: 1.5rem;
                font-weight: 600;
                color: #37e467;
               
                margin-bottom: 15px;
                line-height: 1.3;
            }

            .feature-body {
                font-size: 1.1rem;
                font-weight: 100;
                color: #ffffff;

                margin-bottom: 12px;
                line-height: 1.6;
            }

            .feature-list {
                list-style: none;
                padding: 0;
                margin: 0 0 15px 0;

                li {
                    font-size: 1rem;
                    font-weight: 100;
                    color: #ffffff;
                    margin-bottom: 5px;
                    padding-left: 20px;
                    position: relative;
                    line-height: 1.2;

                    &::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        width: 4px;
                        height: 4px;
                        background-color: #ffffff;
                        border-radius: 50%;
                    }
                }
                &.sty1{
                    display: flex;
                    flex-wrap: wrap;
                    li{
                        flex: 0 0 calc(50% - 10px);
                        max-width: calc(50% - 10px);
                        margin: 0 5px 5px;
                    }
                }
            }

            .feature-note {
                font-size: 1rem;
                font-weight: 100;
                color: #ffffff;
                margin-top: 10px;
                line-height: 1.5;
                opacity: 0.9;
            }
        }
    }


    
    .phone-mockup-wrapper {
        position: absolute;
        right: 260px;
        transform: rotate(45deg);
        bottom: -70px;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: 20px;

        .phone-mockup {
            position: relative;
            width: 330px;
            height: 610px;
            background: #1a1a1a;
            border-radius: 45px;
            padding: 12px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
            transform: perspective(1000px) rotateY(-15deg) rotateX(5deg);
            transition: transform 0.3s ease;

            &:hover {
                transform: perspective(1000px) rotateY(-10deg) rotateX(2deg);
            }

            .phone-screen {
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, #07362e 0%, #37e467 42%, #1E90FF 100%);
                border-radius: 35px;
                overflow: hidden;
                position: relative;

                .phone-status-bar {
                    padding: 15px 20px 10px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;

                    .phone-time {
                        font-size: 0.9rem;
                        font-weight: 600;
                        color: #ffffff;
                        font-family: "Keep Calm Med", "Gilmer";
                    }

                    .phone-icons {
                        display: flex;
                        gap: 5px;
                        align-items: center;

                        .phone-icon {
                            width: 4px;
                            height: 4px;
                            background: #ffffff;
                            border-radius: 50%;
                        }
                    }
                }

                .phone-content {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    height: calc(100% - 50px);
                    padding: 40px 20px;

                    .phone-logo-container {
                        text-align: center;

                        .phone-logo {
                            margin-bottom: 25px;
                            display: flex;
                            justify-content: center;
                            
                            svg {
                                filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
                            }
                        }

                        .phone-app-name {
                            display: flex;
                            flex-direction: column;
                            gap: 8px;

                            .app-name-latin {
                                font-size: 1.5rem;
                                font-weight: 700;
                                color: #ffffff;
                                font-family: "Keep Calm Med", "Gilmer";
                            }

                            .app-name-arabic {
                                font-size: 1.3rem;
                                font-weight: 600;
                                color: #ffffff;
                                font-family: "Keep Calm Med", "Gilmer";
                            }
                        }
                    }
                }
            }
        }
    }
}

/* Core Features: hide phone image on mobile */
@media (max-width: 991px) {
    .core-features-section .shape.phone-mockup {
        display: none !important;
    }
}

/* --- Core Features (Light) --- */
.core-features-lite {
    padding: 4.5rem 0 5rem;
    background: #f5f4f1;

    & .core-lite-header {
        text-align: center;
        margin-bottom: 2.75rem;
    }

    & .core-lite-title {
        font-family: "Keep Calm Med", "Gilmer";
        font-size: clamp(1.9rem, 4vw, 2.6rem);
        font-weight: 600;
        color: #07362e;
        margin: 0 0 0.65rem;
        letter-spacing: 0.02em;
        line-height: 1.2;
    }

    & .core-lite-subtitle {
        margin: 0 auto;
        max-width: 56rem;
        font-size: 1rem;
        line-height: 1.65;
        color: #6b6b6b;
    }

    & .core-lite-card {
        background: #fff;
        border-radius: 16px;
        padding: 1.35rem 1.35rem 1.25rem;
        box-shadow: 0 12px 45px rgba(0, 0, 0, 0.08);
        height: 100%;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    & .core-lite-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 60px rgba(0, 0, 0, 0.10);
    }

    & .core-lite-icon {
        width: 50px;
        height: 50px;
        border-radius: 999px;
        background: #07362e;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        margin-bottom: 0.9rem;

        svg{
            height: auto;
        }
    }

    & .core-lite-card-title {
        font-family: "Keep Calm Med", "Gilmer";
        font-size: 1.05rem;
        font-weight: 600;
        color: #07362e;
        margin: 0 0 0.55rem;
        line-height: 1.35;
    }

    & .core-lite-card-desc {
        margin: 0;
        font-size: 0.92rem;
        line-height: 1.8;
        color: #6b6b6b;
    }

    @media (max-width: 991px) {
        padding: 3.25rem 0 3.75rem;

        & .core-lite-header {
            margin-bottom: 2rem;
        }
    }
}

/* Responsive Styles for Core Features Section */
@media (max-width: 1199px) {
    .core-features-section {
        padding: 80px 0 100px;

        .core-features-title {
            font-size: 3rem;
            margin-bottom: 60px;
        }

        .feature-block {
            padding: 25px;
            gap: 20px;
            margin-bottom: 30px;
            flex-direction: row;
            border: none;

            .feature-number {
                min-width: 65px;
                width: 65px;
                height: 65px;
                font-size: 1.6rem;
            }

            .feature-content {
                .feature-heading {
                    font-size: 1rem;
                }

                .feature-body {
                    font-size: 1.05rem;
                }

                .feature-list li {
                    font-size: 1rem;
                }

                .feature-note {
                    font-size: 0.95rem;
                }
            }
        }

        .phone-mockup-wrapper {
            .phone-mockup {
                width: 250px;
                height: 500px;
            }
        }
    }
}

@media (max-width: 991px) {
    .core-features-section {
        padding: 70px 0 90px;

        .core-features-title {
            font-size: 2.5rem;
            margin-bottom: 50px;
        }

        .feature-block {
            padding: 22px;
            gap: 18px;
            margin-bottom: 25px;
            flex-direction: row;
            border: none;

            .feature-number {
                min-width: 60px;
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
            }

            .feature-content {
                .feature-heading {
                    font-size: 1.3rem;
                    margin-bottom: 12px;
                }

                .feature-body {
                    font-size: 1rem;
                    margin-bottom: 10px;
                }

                .feature-list li {
                    font-size: 0.95rem;
                    margin-bottom: 6px;
                }

                .feature-note {
                    font-size: 0.9rem;
                }
            }
        }

        .phone-mockup-wrapper {
            margin-top: 0;
            justify-content: center;
            padding-top: 20px;

            .phone-mockup {
                width: 220px;
                height: 440px;
                transform: perspective(1000px) rotateY(-10deg) rotateX(3deg);

                &:hover {
                    transform: perspective(1000px) rotateY(-8deg) rotateX(2deg);
                }
            }
        }
    }
}

@media (max-width: 767px) {
    .core-features-section {
        padding: 60px 0 80px;
        background-attachment: scroll;

        .core-features-title {
            font-size: 2.2rem;
            margin-bottom: 45px;
        }

        .feature-block {
            padding: 20px;
            gap: 15px;
            margin-bottom: 22px;
            flex-direction: row;
            border: none;

            .feature-number {
                min-width: 55px;
                width: 55px;
                height: 55px;
                font-size: 1.3rem;
                flex-shrink: 0;
            }

            .feature-content {
                .feature-heading {
                    font-size: 1.2rem;
                    margin-bottom: 10px;
                }

                .feature-body {
                    font-size: 0.95rem;
                    margin-bottom: 8px;
                }

                .feature-list li {
                    font-size: 0.9rem;
                    margin-bottom: 5px;
                }

                .feature-note {
                    font-size: 0.85rem;
                }
            }
        }

        .phone-mockup-wrapper {
            margin-top: 0;
            padding-top: 20px;

            .phone-mockup {
                width: 200px;
                height: 400px;
                transform: perspective(1000px) rotateY(-8deg) rotateX(2deg);

                &:hover {
                    transform: perspective(1000px) rotateY(-6deg) rotateX(1deg);
                }
            }
        }
    }
}

@media (max-width: 575px) {
    .core-features-section {
        padding: 50px 0 70px;

        .core-features-title {
            font-size: 1.9rem;
            margin-bottom: 40px;
        }

        .feature-block {
            padding: 18px;
            gap: 12px;
            margin-bottom: 20px;
            flex-direction: row;
            border: none;

            .feature-number {
                min-width: 50px;
                width: 50px;
                height: 50px;
                font-size: 1.2rem;
            }

            .feature-content {
                .feature-heading {
                    font-size: 1.1rem;
                    margin-bottom: 8px;
                }

                .feature-body {
                    font-size: 0.9rem;
                    margin-bottom: 6px;
                }

                .feature-list li {
                    font-size: 0.85rem;
                    margin-bottom: 4px;
                }

                .feature-note {
                    font-size: 0.8rem;
                }
            }
        }

        .phone-mockup-wrapper {
            margin-top: 0;
            padding-top: 20px;

            .phone-mockup {
                width: 180px;
                height: 360px;
                transform: perspective(1000px) rotateY(-5deg) rotateX(1deg);

                &:hover {
                    transform: perspective(1000px) rotateY(-4deg) rotateX(0deg);
                }
            }
        }
    }
}


/* Who Is AIParking For Section */
.who-is-for-section {
    background-color: #ffffff;
    padding:  0;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;

    .container {
        position: relative;
        z-index: 1;
    }

    .who-is-for-title {
        font-size: 3.5rem;
        font-weight: 700;
        color: #000000;
        font-family: "Keep Calm Med", "Gilmer";
        text-align: center;
        margin-bottom: 60px;
        letter-spacing: -0.5px;
    }

    .who-is-for-card {
        background: #E8F5E9;
        border-radius: 15px;
        padding: 30px 30px;
        text-align: left;
        height: calc(100% - 30px);
        transition: all 0.3s ease;
        margin-bottom: 30px;

        &:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(8, 208, 211, 0.2);
        }

        .who-is-for-icon {
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            height: 120px;
            svg {
                width: 110px;
                height: 110px;
            }
        }

        .who-is-for-card-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #000000;
            margin-bottom: 5px;
            line-height: 1.3;
        }

        .who-is-for-card-description {
            font-size: 1.05rem;
            font-weight: 100;
            color: #333333;
            line-height: 1.6;
            margin: 0;
        }
    }

    .who-is-for-bg-car {
        position: absolute;
        top: 20px;
        left: -50px;
        z-index: 0;
        opacity: 0.4;
        pointer-events: none;

        svg {
            width: 300px;
            height: 150px;
        }
    }
}

/* Responsive Styles for Who Is For Section */
@media (max-width: 1399px) {
    .who-is-for-section {
        .who-is-for-title {
            font-size: 3.2rem;
        }

        .who-is-for-bg-car {
            left: -40px;
            top: 15px;

            svg {
                width: 250px;
                height: 125px;
            }
        }
    }
}

@media (max-width: 1199px) {
    .who-is-for-section {
        padding: 80px 0;
        margin-bottom: 70px;

        .who-is-for-title {
            font-size: 3rem;
            margin-bottom: 50px;
        }

        .who-is-for-card {
            padding: 35px 25px;
            margin-bottom: 25px;

            .who-is-for-icon {
                margin-bottom: 20px;
                height: 70px;

                svg {
                    width: 70px;
                    height: 70px;
                }
            }

            .who-is-for-card-title {
                font-size: 1.4rem;
                margin-bottom: 12px;
            }

            .who-is-for-card-description {
                font-size: 1rem;
            }
        }

        .who-is-for-bg-car {
            left: -30px;
            top: 10px;

            svg {
                width: 200px;
                height: 100px;
            }
        }
    }
}

@media (max-width: 991px) {
    .who-is-for-section {
        padding: 70px 0;
        margin-bottom: 60px;

        .who-is-for-title {
            font-size: 2.5rem;
            margin-bottom: 45px;
        }

        .who-is-for-card {
            padding: 30px 22px;
            margin-bottom: 25px;

            .who-is-for-icon {
                margin-bottom: 18px;
                height: 65px;

                svg {
                    width: 65px;
                    height: 65px;
                }
            }

            .who-is-for-card-title {
                font-size: 1.3rem;
                margin-bottom: 10px;
            }

            .who-is-for-card-description {
                font-size: 0.95rem;
            }
        }

        .who-is-for-bg-car {
            left: -25px;
            top: 8px;
            opacity: 0.3;

            svg {
                width: 180px;
                height: 90px;
            }
        }
    }
}

@media (max-width: 767px) {
    .who-is-for-section {
        padding: 60px 0;
        margin-bottom: 50px;

        .who-is-for-title {
            font-size: 2.2rem;
            margin-bottom: 40px;
        }

        .who-is-for-card {
            padding: 28px 20px;
            margin-bottom: 20px;
            border-radius: 12px;

            .who-is-for-icon {
                margin-bottom: 15px;
                height: 60px;

                svg {
                    width: 60px;
                    height: 60px;
                }
            }

            .who-is-for-card-title {
                font-size: 1.2rem;
                margin-bottom: 10px;
            }

            .who-is-for-card-description {
                font-size: 0.9rem;
                line-height: 1.5;
            }
        }

        .who-is-for-bg-car {
            display: none;
        }
    }
}

@media (max-width: 575px) {
    .who-is-for-section {
        padding: 50px 0;
        margin-bottom: 40px;

        .who-is-for-title {
            font-size: 1.9rem;
            margin-bottom: 35px;
        }

        .who-is-for-card {
            padding: 25px 18px;
            margin-bottom: 18px;
            border-radius: 10px;

            .who-is-for-icon {
                margin-bottom: 12px;
                height: 55px;

                svg {
                    width: 55px;
                    height: 55px;
                }
            }

            .who-is-for-card-title {
                font-size: 1.1rem;
                margin-bottom: 8px;
            }

            .who-is-for-card-description {
                font-size: 0.85rem;
                line-height: 1.4;
            }
        }
    }
}

@media (max-width: 480px) {
    .who-is-for-section {
        padding: 40px 0;
        margin-bottom: 35px;

        .who-is-for-title {
            font-size: 1.7rem;
            margin-bottom: 30px;
        }

        .who-is-for-card {
            padding: 22px 15px;
            margin-bottom: 15px;

            .who-is-for-icon {
                margin-bottom: 10px;
                height: 50px;

                svg {
                    width: 50px;
                    height: 50px;
                }
            }

            .who-is-for-card-title {
                font-size: 1rem;
                margin-bottom: 7px;
            }

            .who-is-for-card-description {
                font-size: 0.8rem;
            }
        }
    }
}

/* How It Works Section */
.how-it-works-section {
    /* background: linear-gradient(to bottom, #06CFD7 0%, #1FD9A0 50%, #37E467 100%); */
    padding: 80px 0 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #06CFD7; */

    .container {
        position: relative;
        z-index: 1;
    }

    .how-it-works-title {
        font-size: 3.5rem;
        font-weight: 700;
        color: #ffffff;
        font-family: "Keep Calm Med", "Gilmer";
        text-align: center;
        margin-bottom: 70px;
        letter-spacing: -0.5px;
    }

    .how-it-works-box {
        background: transparent;
        border-radius: 20px;
        padding: 0;
        margin-bottom: 30px;
        min-height: 200px;

        .how-it-works-box-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #000000;
            margin-bottom: 10px;
            line-height: 1.3;
            padding: 15px 25px;
            border-radius: 20px;
            text-align: left;
            background: #35E36D;
            background: linear-gradient(80deg,rgba(53, 227, 109, 1) 0%, rgba(28, 216, 166, 1) 50%, rgba(7, 207, 214, 1) 100%);
            display: inline-block;
            /* &.parking-box-title {
                background: linear-gradient(to right, #32CD32 0%, #1E90FF 100%);
            }

            &.why-choose-box-title {
                background: linear-gradient(to right, #32CD32 0%, #1E90FF 100%);
            }

            &.marketplace-box-title {
                background: linear-gradient(to right, #32CD32 0%, #1E90FF 100%);
            }

            &.coming-soon-box-title {
                background: linear-gradient(to right, #32CD32 0%, #1E90FF 100%);
            } */
        }

        .how-it-works-content {
            padding: 25px 0px;
        }

        .how-it-works-list {
            list-style: none;
            padding: 0;
            margin: 0;

            &.numbered-list {
                counter-reset: step-counter;

                li {
                    counter-increment: step-counter;
                    padding-left: 30px;
                    position: relative;
                    font-size: 1.05rem;
                    font-weight: 100;
                    color: #E0E0E0;
                    margin-bottom: 3px;
                    line-height: 1.5;

                    &::before {
                        content: counter(step-counter) ".";
                        position: absolute;
                        left: 0;
                        top: 0;
                        font-weight: 300;
                        color: #ffffff;
                    }

                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }

            &.bullet-list {
                li {
                    padding-left: 25px;
                    position: relative;
                    font-size: 1.05rem;
                    font-weight: 300;
                    color: #E0E0E0;
                    margin-bottom: 3px;
                    line-height: 1.6;

                    &::before {
                        content: '•';
                        position: absolute;
                        left: 0;
                        top: 0;
                        font-size: 1rem;
                        color: #ffffff;
                        font-weight: 700;
                        line-height: 1.7;
                    }

                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }
        }

        .how-it-works-note {
            font-size: 0.95rem;
            font-weight: 300;
            color: #E0E0E0;
            font-family: "Keep Calm Med", "Gilmer";
            margin-top: 20px;
            padding-top: 20px;
            line-height: 1.5;
            font-style: italic;
        }
    }

    .how-it-works-phone-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        height: 100%;

        .how-it-works-phone {
            position: relative;
            width: 200px;
            height: 400px;
            background: #C0C0C0;
            border-radius: 30px;
            padding: 8px;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);

            
        }
    }
}

/* Responsive Styles for How It Works Section */
@media (max-width: 1399px) {
    .how-it-works-section {
        .how-it-works-title {
            font-size: 3.2rem;
        }

        .how-it-works-phone-wrapper {
            .how-it-works-phone {
                width: 180px;
                height: 360px;
            }
        }
    }
}

@media (max-width: 1199px) {
    .how-it-works-section {
        padding: 80px 0;
        

        .how-it-works-title {
            font-size: 3rem;
            margin-bottom: 60px;
        }

        .how-it-works-box {
            margin-bottom: 25px;

            .how-it-works-box-title {
                font-size: 1.2rem;
                margin-bottom: 20px;
                padding: 14px 22px;
            }

            .how-it-works-content {
                padding: 22px 25px;
            }

            .how-it-works-list {
                &.numbered-list li,
                &.bullet-list li {
                    font-size: 1rem;
                    margin-bottom: 0px;
                }
            }

            .how-it-works-note {
                font-size: 0.9rem;
                margin-top: 18px;
                padding-top: 18px;
            }
        }

        .how-it-works-phone-wrapper {
            min-height: 500px;
            margin-bottom: 30px;

            .how-it-works-phone {
                width: 160px;
                height: 320px;
            }
        }
    }
}

@media (max-width: 991px) {
    .how-it-works-section {
        padding: 70px 0;
        

        .how-it-works-title {
            font-size: 2.5rem;
            margin-bottom: 50px;
        }

        .how-it-works-box {
            margin-bottom: 22px;

            .how-it-works-box-title {
                font-size: 1.4rem;
                margin-bottom: 18px;
                padding: 12px 20px;
            }

            .how-it-works-content {
                padding: 20px 22px;
            }

            .how-it-works-list {
                &.numbered-list li {
                    padding-left: 30px;
                    font-size: 0.95rem;
                    margin-bottom: 9px;
                }

                &.bullet-list li {
                    padding-left: 22px;
                    font-size: 0.95rem;
                    margin-bottom: 9px;
                }
            }

            .how-it-works-note {
                font-size: 0.85rem;
                margin-top: 15px;
                padding-top: 15px;
            }
        }

        .how-it-works-phone-wrapper {
            min-height: 400px;
            margin-bottom: 25px;

            .how-it-works-phone {
                width: 150px;
                height: 300px;
            }
        }
    }
}

@media (max-width: 767px) {
    .how-it-works-section {
        padding: 60px 0;
        

        .how-it-works-title {
            font-size: 2.2rem;
            margin-bottom: 40px;
        }

        .how-it-works-box {
            margin-bottom: 20px;
            border-radius: 18px;

            .how-it-works-box-title {
                font-size: 1.3rem;
                margin-bottom: 15px;
                padding: 12px 18px;
                border-radius: 10px;
            }

            .how-it-works-content {
                padding: 18px 20px;
            }

            .how-it-works-list {
                &.numbered-list li {
                    padding-left: 28px;
                    font-size: 0.9rem;
                    margin-bottom: 8px;
                    line-height: 1.5;
                }

                &.bullet-list li {
                    padding-left: 20px;
                    font-size: 0.9rem;
                    margin-bottom: 8px;
                    line-height: 1.5;
                }
            }

            .how-it-works-note {
                font-size: 0.8rem;
                margin-top: 12px;
                padding-top: 12px;
            }
        }

        .how-it-works-phone-wrapper {
            min-height: 350px;
            margin-bottom: 20px;

            .how-it-works-phone {
                width: 140px;
                height: 280px;
            }
        }
    }
}

@media (max-width: 575px) {
    .how-it-works-section {
        padding: 50px 0;
        

        .how-it-works-title {
            font-size: 1.9rem;
            margin-bottom: 35px;
        }

        .how-it-works-box {
            margin-bottom: 18px;
            border-radius: 15px;

            .how-it-works-box-title {
                font-size: 1.2rem;
                margin-bottom: 12px;
                padding: 10px 16px;
                border-radius: 8px;
            }

            .how-it-works-content {
                padding: 15px 18px;
            }

            .how-it-works-list {
                &.numbered-list li {
                    padding-left: 25px;
                    font-size: 0.85rem;
                    margin-bottom: 7px;
                    line-height: 1.4;
                }

                &.bullet-list li {
                    padding-left: 18px;
                    font-size: 0.85rem;
                    margin-bottom: 7px;
                    line-height: 1.4;
                }
            }

            .how-it-works-note {
                font-size: 0.75rem;
                margin-top: 10px;
                padding-top: 10px;
            }
        }

        .how-it-works-phone-wrapper {
            min-height: 300px;
            margin-bottom: 18px;

            .how-it-works-phone {
                width: 120px;
                height: 240px;
            }
        }
    }
}

@media (max-width: 480px) {
    .how-it-works-section {
        padding: 40px 0;
        

        .how-it-works-title {
            font-size: 1.7rem;
            margin-bottom: 30px;
        }

        .how-it-works-box {
            margin-bottom: 15px;

            .how-it-works-box-title {
                font-size: 1.1rem;
                margin-bottom: 10px;
                padding: 8px 14px;
                border-radius: 8px;
            }

            .how-it-works-content {
                padding: 12px 15px;
            }

            .how-it-works-list {
                &.numbered-list li {
                    padding-left: 22px;
                    font-size: 0.8rem;
                    margin-bottom: 6px;
                }

                &.bullet-list li {
                    padding-left: 16px;
                    font-size: 0.8rem;
                    margin-bottom: 6px;
                }
            }

            .how-it-works-note {
                font-size: 0.7rem;
            }
        }

        .how-it-works-phone-wrapper {
            min-height: 280px;

            .how-it-works-phone {
                width: 110px;
                height: 220px;
            }
        }
    }
}


.sponsored-img {
    width: 130px;
    position: absolute;
    right: 0;
    bottom: 0;

    @media (max-width: 991px) {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto 20px;
    }
}

/* Additional Responsive Styles for All Devices */

/* Extra Small Devices (320px - 480px) */
@media (max-width: 480px) {
    /* Base font size reduction */
    body {
        font-size: 14px;
    }

    /* Header adjustments */
    header {
        padding: 15px 0;
        
        .logo {
            width: 80px;
        }
        
        .navigation {
            .lang-btn {
                padding: 3px 10px;
                font-size: 0.7rem;
                border-radius: 15px;
            }
        }
    }

    /* Banner section */
    .banner {
        padding: 88px 0 36px;
        height: auto;
        min-height: 0;
        text-align: center;

        .banner-content {
            .banner-heading {
                font-size: 1.65rem;
                margin-bottom: 1rem;
            }

            .banner-lead {
                font-size: 0.92rem;
                margin-bottom: 1.5rem;
                line-height: 1.55;
            }

            .banner-actions {
                flex-direction: column;
                align-items: center;
            }

            .banner-btn-donate {
                width: 100%;
                max-width: 280px;
                justify-content: center;
            }

            .banner-countdown__value {
                font-size: 1.35rem;
            }
        }

        .banner-phone-img {
            max-width: 260px;
        }
        
        .bg-image.sty1 {
            width: 60%;
            right: 20px;
            bottom: -10%;
        }
        
        .shape.ban-shape {
            display: none;
            width: 40%;
            top: 5%;
        }
    }

    /* SMS Parking Section */
    .sms-parking-section {
        padding: 40px 0;
        
        .sms-parking-content {
            padding-left: 15px;
            padding-right: 15px;
            
            .sms-parking-title {
                font-size: 1.6rem;
                margin-bottom: 20px;
            }
            
            .sms-parking-subtitle {
                font-size: 1rem;
                margin-bottom: 30px;
            }
            
            .steps-list {
                margin-bottom: 35px;
                
                .step-item {
                    margin-bottom: 15px;
                    gap: 10px;
                    
                    .step-number {
                        min-width: 45px;
                        width: 45px;
                        height: 45px;
                        font-size: 1.2rem;
                    }
                    
                    .step-text {
                        font-size: 0.95rem;
                    }
                }
            }
            
            .slogan-section {
                margin-top: 25px;
                
                .slogan-text {
                    font-size: 1rem;
                    margin-bottom: 2px;
                }
            }
        }
        
        .sms-parking-image-wrapper {
            padding-left: 15px;
            padding-right: 15px;
            
            .parking-image-container {
                min-height: 300px;
                border-radius: 15px;
                
                .parking-image-placeholder,
                .parking-main-image {
                    min-height: 300px;
                }
            }
        }
    }

    /* Core Features Section */
    .core-features-section {
        padding: 40px 0 60px;
        margin-bottom: 60px;
        
        .core-features-title {
            font-size: 1.6rem;
            margin-bottom: 30px;
        }
        
        .feature-block {
            padding: 15px;
            gap: 10px;
            margin-bottom: 18px;
            
            .feature-number {
                min-width: 45px;
                width: 45px;
                height: 45px;
                font-size: 1rem;
            }
            
            .feature-content {
                .feature-heading {
                    font-size: 1rem;
                    margin-bottom: 8px;
                }
                
                .feature-body {
                    font-size: 0.85rem;
                    margin-bottom: 6px;
                }
                
                .feature-list li {
                    font-size: 0.8rem;
                    margin-bottom: 4px;
                }
                
                .feature-note {
                    font-size: 0.75rem;
                }
            }
        }
        
        .phone-mockup-wrapper {
            display: none; /* Hide on very small screens */
        }
    }

    /* Marketplace Section */
    .marketplace-section {
        margin-bottom: 40px;
        
        .marketplace-top-section {
            padding: 30px 20px;
            border-radius: 15px;
            
            .marketplace-content {
                .marketplace-title {
                    font-size: 1.6rem;
                    margin-bottom: 12px;
                }
                
                .marketplace-tagline {
                    font-size: 1.1rem;
                    margin-bottom: 15px;
                }
                
                .marketplace-description {
                    font-size: 0.85rem;
                    margin-bottom: 12px;
                }
                
                .marketplace-subtext {
                    font-size: 0.85rem;
                }
            }
        }
        
        .marketplace-bottom-section {
            .marketplace-box {
                padding: 20px 15px;
                margin-bottom: 18px;
                
                .marketplace-box-title {
                    font-size: 1.1rem;
                    margin-bottom: 15px;
                }
                
                .marketplace-list li {
                    font-size: 0.8rem;
                    margin-bottom: 7px;
                    padding-left: 18px;
                }
            }
        }
    }

    /* Who Is For Section */
    .who-is-for-section {
        padding: 40px 0;
        margin-bottom: 30px;
        
        .who-is-for-title {
            font-size: 1.6rem;
            margin-bottom: 30px;
        }
        
        .who-is-for-card {
            padding: 20px 15px;
            margin-bottom: 15px;
            
            .who-is-for-icon {
                margin-bottom: 12px;
                height: 50px;
                
                svg {
                    width: 50px;
                    height: 50px;
                }
            }
            
            .who-is-for-card-title {
                font-size: 1rem;
                margin-bottom: 8px;
            }
            
            .who-is-for-card-description {
                font-size: 0.8rem;
            }
        }
    }

    /* How It Works Section */
    .how-it-works-section {
        padding: 40px 0;
        
        
        .how-it-works-title {
            font-size: 1.6rem;
            margin-bottom: 30px;
        }
        
        .how-it-works-box {
            margin-bottom: 15px;
            
            .how-it-works-box-title {
                font-size: 1.1rem;
                margin-bottom: 10px;
                padding: 8px 14px;
            }
            
            .how-it-works-content {
                padding: 12px 15px;
            }
            
            .how-it-works-list {
                &.numbered-list li {
                    padding-left: 20px;
                    font-size: 0.8rem;
                    margin-bottom: 6px;
                }
                
                &.bullet-list li {
                    padding-left: 15px;
                    font-size: 0.8rem;
                    margin-bottom: 6px;
                }
            }
            
            .how-it-works-note {
                font-size: 0.7rem;
            }
        }
        
        .how-it-works-phone-wrapper {
            display: none; /* Hide on very small screens */
        }
    }

    /* Footer */
    .footer {
        padding: 40px 0 25px;
        
        .section-content {
            .bg-text {
                padding: 10px 20px;
                margin-bottom: 15px;
                
                h4 {
                    font-size: 1.2rem;
                }
            }
            
            .footer-taglines {
                margin-bottom: 15px;
                
                .tagline {
                    font-size: 0.9rem;
                    margin: 3px 0;
                }
            }
            
            .available-text {
                font-size: 0.9rem;
                margin: 15px 0 12px;
            }
            
            .btn-wrap {
                padding-bottom: 25px;
                gap: 8px;
                
                .app-btn img {
                    max-width: 120px;
                }
            }
            
            .support-section {
                margin-bottom: 20px;
                
                h5 {
                    font-size: 1.1rem;
                    margin-bottom: 8px;
                }
                
                .support-question {
                    font-size: 0.85rem;
                    margin-bottom: 6px;
                    padding: 0 10px;
                }
                
                .support-email {
                    font-size: 0.85rem;
                }
            }
            
            .copyright {
                font-size: 0.75rem;
                padding: 0 10px;
            }
        }
    }

    /* Container padding and centering */
    .container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
    }
    
    /* Ensure all containers are centered */
    .container,
    .container-fluid {
        margin-left: auto;
        margin-right: auto;
    }

    /* Images */
    img {
        max-width: 100%;
        height: auto;
    }

    /* Shapes */
    .shape {
        display: none; /* Hide decorative shapes on very small screens */
    }
}

/* Small Devices (481px - 575px) - Additional improvements */
@media (min-width: 481px) and (max-width: 575px) {
    .banner {
        .banner-content {
            .banner-heading {
                font-size: 1.85rem;
            }

            .banner-lead {
                font-size: 1rem;
            }
        }
    }
    
    .sms-parking-section {
        .sms-parking-content {
            .sms-parking-title {
                font-size: 1.8rem;
            }
        }
    }
    
    .container {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

/* Tablet Portrait (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .banner {
        padding: 100px 0 48px;
        height: auto;
        min-height: 0;

        .banner-content {
            .banner-heading {
                font-size: 2.1rem;
            }

            .banner-lead {
                font-size: 1.02rem;
            }
        }
    }
    
    .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

/* Tablet Landscape (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .banner {
        padding: 100px 0 56px;
        height: auto;
        min-height: 0;
    }
    
    .container {
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

/* General Image Responsiveness */
@media (max-width: 991px) {
    .banner .banner-phone-wrap {
        padding-top: 8px;
        padding-bottom: 20px;
    }

    .bg-image.sty1 {
        display: none;
        width: 40% !important;
        right: 30px !important;
        bottom: -10% !important;
    }
    
    .shape {
        opacity: 0.3;
        
        &.ban-shape {
            width: 20%;
        }
        
        &.sms-shape {
            width: 35%;
        }
        
        &.maket-shape {
            width: 35%;
            left: -10%;
        }
    }
}

/* Ensure all images are responsive */
img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Fix overflow issues */
* {
    box-sizing: border-box;
}

section {
    overflow-x: hidden;
}

/* Ensure containers are centered on all screen sizes */
.container {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 991px) {
    .container {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .container {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Ensure rows are centered */
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .container {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Ensure rows are centered */
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .container {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Ensure rows are centered */
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    /* Center columns */
    [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Button responsiveness */
.btn-wrap-header {
    a {
        max-width: 150px;
        
        img {
            width: 100%;
            height: auto;
        }
    }
}

@media (max-width: 480px) {
    .btn-wrap-header {
        margin: 10px 0 0;
        a {
            max-width: 120px;
        }
    }
}