@import url('https://fonts.googleapis.com/css2?family=Allura&family=Tajawal:wght@400;500;700;800&display=swap');

:root {
    --eco-navy: #001838;
    --eco-navy-soft: #07335f;
    --eco-green: #548c18;
    --eco-green-light: #75b72a;
    --eco-mint: #f3f8ed;
    --eco-ink: #17324a;
    --eco-muted: #647386;
    --eco-line: #dfe8ef;
    --eco-white: #ffffff;
}

.seo-page {
    background: #f7faf3;
    color: var(--eco-muted);
    min-height: 100vh;
}

.seo-page .padding {
    padding: 84px 0;
}

.seo-topbar {
    display: none;
}

.seo-topbar-inner {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.seo-topbar a {
    color: var(--eco-ink);
    font-weight: 800;
}

.seo-header {
    background: var(--eco-white);
    border-bottom: 1px solid rgba(0, 24, 56, 0.08);
    box-shadow: 0 10px 60px rgba(0, 24, 56, 0.10);
    position: sticky;
    top: 0;
    z-index: 100;
}

.seo-header:before {
    background: linear-gradient(90deg, var(--eco-green), var(--eco-navy-soft));
    content: "";
    display: block;
    height: 4px;
    width: 100%;
}

.seo-nav {
    align-items: center;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    min-height: 82px;
}

.seo-logo {
    align-items: center;
    background: var(--eco-white);
    display: flex;
    flex: 0 0 auto;
    max-width: 178px;
}

.seo-logo img {
    display: block;
    height: auto;
    width: 100%;
}

.seo-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    justify-content: center;
}

.seo-menu a {
    color: var(--eco-ink);
    display: inline-flex;
    font-weight: 800;
    padding: 30px 8px 27px;
    position: relative;
    text-decoration: none;
}

.seo-menu a:after {
    background: var(--eco-green);
    border-radius: 999px;
    bottom: 20px;
    content: "";
    height: 3px;
    inset-inline-start: 8px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease;
    width: calc(100% - 16px);
}

.seo-menu a:hover,
.seo-menu a.active {
    color: var(--eco-green);
}

.seo-menu a:hover:after,
.seo-menu a.active:after {
    transform: scaleX(1);
}

.seo-nav .default-btn {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 24px;
}

.seo-page .default-btn {
    align-items: center;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(84, 140, 24, 0.22);
    display: inline-flex;
    justify-content: center;
    line-height: 1.15;
    min-height: 52px;
    padding: 0 28px;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
}

.seo-page .default-btn:hover {
    box-shadow: 0 16px 30px rgba(0, 24, 56, 0.22);
    transform: translateY(-2px);
}

.seo-hero {
    background:
        linear-gradient(135deg, rgba(0, 24, 56, 0.94), rgba(7, 51, 95, 0.88)),
        var(--eco-navy);
    color: var(--eco-white);
    overflow: hidden;
    padding: 96px 0 86px;
    position: relative;
}

.seo-hero:before {
    background:
        radial-gradient(circle at 18% 10%, rgba(117, 183, 42, 0.28), transparent 34%),
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: auto, 34px 34px, 34px 34px;
    content: "";
    inset: 0;
    position: absolute;
}

.seo-hero .container {
    position: relative;
    z-index: 1;
}

.seo-breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    flex-wrap: wrap;
    font-weight: 800;
    gap: 8px;
    margin-bottom: 22px;
}

.seo-breadcrumb a {
    color: var(--eco-green-light);
}

.seo-hero h1 {
    color: var(--eco-white);
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 18px;
    max-width: 850px;
}

.seo-hero p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 28px;
    max-width: 820px;
}

.seo-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.seo-ghost-link {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: var(--eco-white);
    display: inline-flex;
    font-weight: 800;
    gap: 10px;
    padding: 13px 20px;
}

.seo-ghost-link:hover {
    color: var(--eco-green-light);
}

.team-proof-section .seo-ghost-link {
    border-color: rgba(0, 24, 56, 0.14);
    color: var(--eco-ink);
}

.team-proof-section .seo-ghost-link:hover {
    color: var(--eco-green);
}

.seo-section-heading {
    margin-bottom: 34px;
}

.seo-section-heading span {
    color: var(--eco-green);
    display: block;
    font-weight: 800;
    margin-bottom: 10px;
}

.seo-section-heading h2 {
    color: var(--eco-ink);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 12px;
}

.seo-section-heading p {
    font-size: 18px;
    line-height: 1.9;
    max-width: 780px;
}

.seo-grid-2 {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.seo-card-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-card,
.seo-panel,
.seo-photo-card {
    background: var(--eco-white);
    border: 1px solid rgba(0, 24, 56, 0.08);
    border-radius: 24px;
    box-shadow: 0 22px 52px rgba(0, 24, 56, 0.09);
}

.seo-card {
    color: var(--eco-muted);
    display: block;
    min-height: 245px;
    padding: 28px;
}

.seo-card i {
    align-items: center;
    background: var(--eco-mint);
    border-radius: 18px;
    color: var(--eco-green);
    display: flex;
    font-size: 34px;
    height: 62px;
    justify-content: center;
    margin-bottom: 20px;
    width: 62px;
}

.seo-card span {
    color: var(--eco-green);
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.seo-card h2,
.seo-card h3 {
    color: var(--eco-ink);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
}

.seo-card p {
    line-height: 1.85;
    margin: 0;
}

.seo-panel {
    padding: 30px;
}

.seo-panel.dark {
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(145deg, rgba(0, 24, 56, 0.98), rgba(7, 51, 95, 0.94));
    background-size: 34px 34px, 34px 34px, auto;
    color: rgba(255, 255, 255, 0.78);
}

.seo-panel.dark h2,
.seo-panel.dark h3 {
    color: var(--eco-white);
}

.seo-panel.dark p,
.seo-panel.dark li {
    color: rgba(255, 255, 255, 0.78);
}

.seo-list {
    display: grid;
    gap: 12px;
}

.seo-list li {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    line-height: 1.8;
}

.seo-list li:before {
    background: var(--eco-green);
    border-radius: 999px;
    content: "";
    flex: 0 0 10px;
    height: 10px;
    margin-top: 11px;
}

.contact-hub-section {
    background:
        radial-gradient(circle at 12% 12%, rgba(117, 183, 42, 0.16), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f4f9ef 100%);
}

.contact-hub-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.contact-primary-card {
    background:
        radial-gradient(circle at 16% 18%, rgba(117, 183, 42, 0.26), transparent 34%),
        linear-gradient(145deg, rgba(0, 24, 56, 0.98), rgba(7, 51, 95, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 30px;
    box-shadow: 0 26px 64px rgba(0, 24, 56, 0.18);
    min-height: 100%;
    overflow: hidden;
    padding: 36px;
    position: relative;
}

.contact-primary-card:after {
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    content: "";
    height: 220px;
    left: -76px;
    position: absolute;
    top: -80px;
    width: 220px;
}

.contact-primary-card > * {
    position: relative;
    z-index: 1;
}

.contact-primary-card span {
    color: var(--eco-green-light);
    display: block;
    font-weight: 800;
    margin-bottom: 12px;
}

.contact-primary-card h2 {
    color: var(--eco-white);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.28;
    margin-bottom: 16px;
}

.contact-primary-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 28px;
}

.contact-main-phone {
    align-items: center;
    background: var(--eco-green);
    border-radius: 20px;
    box-shadow: 0 18px 36px rgba(117, 183, 42, 0.22);
    color: var(--eco-white);
    direction: ltr;
    display: inline-flex;
    font-size: 30px;
    font-weight: 800;
    gap: 12px;
    margin-bottom: 14px;
    padding: 16px 20px;
    unicode-bidi: plaintext;
}

.contact-main-phone:hover {
    background: var(--eco-green-light);
    color: var(--eco-ink);
}

.contact-main-phone i {
    font-size: 34px;
}

.contact-main-phone span {
    color: inherit;
    display: inline;
    margin: 0;
}

.contact-main-email {
    color: rgba(255, 255, 255, 0.88);
    direction: ltr;
    display: block;
    font-size: 18px;
    font-weight: 800;
    overflow-wrap: anywhere;
    unicode-bidi: plaintext;
}

.contact-main-email:hover {
    color: var(--eco-green-light);
}

.contact-info-stack {
    display: grid;
    gap: 16px;
}

.contact-info-card,
.contact-prep-panel,
.contact-map-card {
    background: var(--eco-white);
    border: 1px solid rgba(0, 24, 56, 0.08);
    border-radius: 26px;
    box-shadow: 0 22px 52px rgba(0, 24, 56, 0.09);
}

.contact-info-card {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    padding: 24px;
}

.contact-info-card > i {
    align-items: center;
    background: var(--eco-mint);
    border-radius: 18px;
    color: var(--eco-green);
    display: flex;
    flex: 0 0 62px;
    font-size: 32px;
    height: 62px;
    justify-content: center;
    width: 62px;
}

.contact-info-card span {
    color: var(--eco-green);
    display: block;
    font-weight: 800;
    margin-bottom: 6px;
}

.contact-info-card h2 {
    color: var(--eco-ink);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.45;
    margin-bottom: 8px;
}

.contact-info-card h2 a {
    color: inherit;
    direction: ltr;
    display: inline-block;
    overflow-wrap: anywhere;
    unicode-bidi: plaintext;
}

.contact-info-card h2 a:hover {
    color: var(--eco-green);
}

.contact-info-card p {
    line-height: 1.75;
    margin: 0;
}

.contact-prep-panel {
    margin-top: 24px;
    padding: 32px;
}

.contact-prep-panel .seo-section-heading {
    margin-bottom: 24px;
}

.contact-map-section {
    background:
        linear-gradient(180deg, #f4f9ef 0%, #ffffff 100%);
    padding-top: 0;
}

.seo-page .contact-map-section {
    padding-top: 0;
}

.contact-map-card {
    display: grid;
    gap: 0;
    grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
    overflow: hidden;
}

.contact-map-copy {
    background:
        linear-gradient(145deg, rgba(0, 24, 56, 0.98), rgba(7, 51, 95, 0.94));
    padding: 34px;
}

.contact-map-copy span {
    color: var(--eco-green-light);
    display: block;
    font-weight: 800;
    margin-bottom: 10px;
}

.contact-map-copy h2 {
    color: var(--eco-white);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 12px;
}

.contact-map-copy p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.85;
    margin-bottom: 22px;
}

.contact-map-frame {
    min-height: 420px;
}

.contact-map-frame iframe {
    display: block;
    height: 100%;
    min-height: 420px;
    width: 100%;
}

.seo-photo-card {
    overflow: hidden;
}

.seo-photo-card img {
    display: block;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    width: 100%;
}

.gallery-item picture,
.gallery-item img {
    display: block;
    height: 245px;
    object-fit: cover;
    width: 100%;
}

.gallery-item img[alt*="شعار"] {
    background: var(--eco-white);
    object-fit: contain;
    padding: 34px;
}

.seo-photo-caption {
    background: var(--eco-white);
    padding: 20px 22px;
}

.seo-photo-caption h3 {
    color: var(--eco-ink);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}

.seo-photo-caption p {
    line-height: 1.8;
    margin: 0;
}

.seo-band {
    background:
        radial-gradient(circle at 14% 0%, rgba(117, 183, 42, 0.20), transparent 32%),
        linear-gradient(180deg, #f1f8eb, #ffffff);
}

.gallery-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-item {
    background: var(--eco-white);
    border: 1px solid rgba(0, 24, 56, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(0, 24, 56, 0.09);
    color: var(--eco-muted);
    overflow: hidden;
}

.gallery-item figcaption {
    padding: 18px 20px 20px;
}

.gallery-item strong {
    color: var(--eco-ink);
    display: block;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.gallery-item p {
    line-height: 1.75;
    margin: 0;
}

.seo-cta-strip {
    background:
        linear-gradient(135deg, rgba(0, 24, 56, 0.96), rgba(7, 51, 95, 0.92)),
        var(--eco-navy);
    color: var(--eco-white);
    padding: 56px 0;
}

.seo-cta-inner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.seo-cta-inner h2 {
    color: var(--eco-white);
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 8px;
}

.seo-cta-inner p {
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
}

.seo-footer {
    background:
        radial-gradient(circle at 12% 0%, rgba(117, 183, 42, 0.20), transparent 34%),
        linear-gradient(180deg, var(--eco-navy) 0%, #07101a 48%, #11171c 100%);
    border-top: 5px solid var(--eco-green);
    color: rgba(255, 255, 255, 0.78);
    padding: 56px 0 0;
}

.seo-footer-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: 1.15fr 0.9fr 1fr;
    padding-bottom: 54px;
}

.seo-footer-grid > div,
.seo-footer-links,
.seo-contact-list {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    min-height: 100%;
    padding: 22px;
}

.seo-footer-grid > div:first-child:before {
    background: var(--eco-white) url("/ecobus-logo-640.png") center / contain no-repeat;
    border-radius: 8px;
    content: "";
    display: block;
    height: 54px;
    margin-bottom: 18px;
    max-width: 196px;
}

.seo-footer strong {
    color: var(--eco-white);
    display: block;
    font-size: 22px;
    margin-bottom: 12px;
}

.seo-footer p {
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
}

.seo-footer a,
.seo-contact-list span {
    color: rgba(255, 255, 255, 0.78);
}

.seo-contact-list a {
    color: var(--eco-white);
    direction: ltr;
    display: inline-block;
    font-weight: 800;
    unicode-bidi: plaintext;
}

.seo-footer a:hover {
    color: var(--eco-green-light);
}

.seo-footer-links,
.seo-contact-list {
    display: grid;
    gap: 10px;
}

.seo-footer:after {
    background: #000f24;
    color: rgba(255, 255, 255, 0.74);
    content: "© 2026 EcoBus Egypt. جميع الحقوق محفوظة.";
    display: block;
    padding: 18px 24px;
    text-align: center;
}

@media (max-width: 992px) {
    .seo-topbar-inner,
    .seo-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .seo-nav {
        flex-wrap: wrap;
        gap: 10px 14px;
        min-height: auto;
        padding: 12px 0;
    }

    .seo-menu {
        order: 3;
        width: 100%;
    }

    .seo-grid-2,
    .seo-footer-grid,
    .contact-hub-grid,
    .contact-map-card {
        grid-template-columns: 1fr;
    }

    .seo-card-grid,
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .seo-page .padding {
        padding: 62px 0;
    }

    .seo-hero {
        padding: 72px 0 64px;
    }

    .seo-hero h1 {
        font-size: 36px;
    }

    .seo-hero p {
        font-size: 17px;
    }

    .seo-logo {
        max-width: 150px;
    }

    .seo-nav .default-btn {
        min-height: 44px;
        padding: 0 20px;
    }

    .seo-menu {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 8px;
        scrollbar-width: none;
    }

    .seo-menu::-webkit-scrollbar {
        display: none;
    }

    .seo-menu a {
        flex: 0 0 auto;
        padding: 12px 10px 14px;
        white-space: nowrap;
    }

    .seo-menu a:after {
        bottom: 4px;
    }

    .seo-card-grid,
    .contact-detail-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .seo-panel {
        padding: 24px;
    }

    .contact-primary-card,
    .contact-prep-panel,
    .contact-map-copy {
        padding: 24px;
    }

    .contact-info-card {
        padding: 20px;
    }

    .contact-main-phone {
        font-size: 24px;
        justify-content: center;
        width: 100%;
    }

    .seo-page .contact-map-section {
        padding-top: 0;
    }

    .contact-map-frame,
    .contact-map-frame iframe {
        min-height: 340px;
    }

    .gallery-item picture,
    .gallery-item img {
        height: 220px;
    }
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    text-align: right;
    color: var(--eco-muted);
    font-family: "Tajawal", sans-serif;
    letter-spacing: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.header-menu-wrap ul li > a,
.header-info li .header-info-text h3 {
    color: var(--eco-ink);
    font-family: "Tajawal", sans-serif;
    letter-spacing: 0;
}

p {
    color: var(--eco-muted);
    letter-spacing: 0;
}

.slider-caption.big h1 {
    color: inherit;
    font: inherit;
    line-height: inherit;
    margin: 0;
}

a:hover,
.read-more,
.top-header-nav li a:hover,
.header-social-share li a:hover,
.header-info li .header-info-text h3 a:hover {
    color: var(--eco-green);
}

.bg-grey {
    background-color: #f6f9f2;
}

.padding {
    padding: 90px 0;
}

.site-logo img,
.footer-logo img,
.brand img {
    max-height: 72px;
    object-fit: contain;
}

.main-header {
    background: var(--eco-white);
}

.top-header {
    background: var(--eco-mint);
    border-bottom-color: var(--eco-line);
}

.top-left p,
.top-header-nav li a,
.header-social-share li a {
    color: var(--eco-ink);
}

.top-right {
    gap: 18px;
}

.top-header-nav {
    border-left-color: var(--eco-line);
    border-right-color: var(--eco-line);
    margin-right: 0;
}

.header-info {
    direction: rtl;
}

.header-info li {
    gap: 10px;
}

.header-info li .header-info-icon {
    color: var(--eco-green);
    margin-right: 0;
    margin-left: 5px;
}

.header-info li .header-info-text h3 span {
    color: var(--eco-muted);
}

@media (min-width: 993px) {
    .nav-menu-inner {
        max-width: 86%;
        margin-left: 0;
        margin-right: auto;
    }

    .nav-menu-inner:before {
        background: linear-gradient(90deg, var(--eco-navy) 0%, var(--eco-navy-soft) 72%, var(--eco-green) 100%);
        clip-path: polygon(2% 0%, 100% 0%, 99% 100%, 0% 100%);
    }

    .header-menu-wrap ul {
        padding-left: 0;
        padding-right: 30px;
    }

    .header-menu-wrap ul li > a {
        color: var(--eco-white);
        font-weight: 700;
    }

    .header-menu-wrap ul li > a:before {
        background-color: var(--eco-green-light);
        right: 0;
        left: auto;
        transform-origin: right;
    }

    .sticky-header .header-menu-wrap ul li > a {
        color: var(--eco-ink);
    }

    .sticky-header .header-menu-wrap ul li > a:before {
        background-color: var(--eco-green);
    }
}

.menu-right-item .search-icon,
.menu-right-item .sidebox-icon {
    display: none;
}

.menu-right-item .menu-btn,
.default-btn,
.subscribe-form .submit {
    background: var(--eco-green);
    color: var(--eco-white);
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
}

.menu-right-item .menu-btn:hover,
.default-btn:hover,
.subscribe-form .submit:hover {
    background: var(--eco-navy);
    color: var(--eco-white);
}

.slider-section {
    background: var(--eco-navy);
}

.main-slider,
.main-slider .swiper-slide {
    min-height: 680px;
}

.slider-content [data-animation] {
    opacity: 1 !important;
    visibility: visible !important;
}

.slider-img {
    background:
        linear-gradient(90deg, rgba(0, 24, 56, 0.96), rgba(0, 24, 56, 0.82)),
        radial-gradient(circle at 20% 20%, rgba(84, 140, 24, 0.28), transparent 34%),
        var(--eco-navy);
}

.slider-img:before {
    background: linear-gradient(90deg, rgba(0, 24, 56, 0.96), rgba(0, 24, 56, 0.55));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.48;
    filter: saturate(1.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.car-holder {
    display: none;
}

.slider-content-wrap.text-left {
    text-align: right !important;
}

.slider-content {
    max-width: 760px;
}

.slider-caption.medium {
    color: var(--eco-green-light);
    font-family: "Tajawal", sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.slider-caption.big {
    color: var(--eco-white);
    font-family: "Tajawal", sans-serif;
    font-size: 68px;
    line-height: 1.12;
    letter-spacing: 0;
}

.slider-caption.small {
    color: rgba(255, 255, 255, 0.86);
    font-family: "Tajawal", sans-serif;
    font-size: 20px;
    line-height: 1.8;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0 30px;
}

.hero-points span {
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: var(--eco-white);
    background: rgba(255, 255, 255, 0.08);
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
}

.slider-controls {
    background-color: var(--eco-white);
}

.slider-control:hover,
.slider-pagination .swiper-pagination-current {
    color: var(--eco-green);
}

.section-heading h4 {
    color: var(--eco-green);
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
}

.section-heading h4 span,
.section-heading h4 span:before,
.section-heading h4 span:after {
    background-color: var(--eco-green) !important;
}

.section-heading h2 {
    color: var(--eco-ink);
    font-weight: 800;
    letter-spacing: 0;
}

.section-heading .white,
.white {
    color: var(--eco-white) !important;
}

.about-img {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 0.72fr;
    margin-top: 0;
    align-items: end;
    position: relative;
}

.about-img:before,
.round-text {
    display: none !important;
}

.about-img .about-img1,
.about-img .about-img2 {
    background: var(--eco-mint);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0, 24, 56, 0.12);
    display: block;
    height: 420px;
    max-width: none !important;
    object-fit: cover;
    position: static !important;
    transform: none !important;
    width: 100%;
}

.about-img .about-img1 {
    object-position: center;
}

.about-img .about-img2 {
    height: 330px;
    object-position: center;
}

.about-info {
    gap: 24px;
}

.founder-note {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(243, 248, 237, 0.94), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(84, 140, 24, 0.18);
    border-right: 5px solid var(--eco-green);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0, 24, 56, 0.09);
    display: grid;
    gap: 20px;
    grid-template-columns: 126px 1fr;
    margin: 0 0 26px;
    overflow: hidden;
    padding: 22px 24px 20px;
    position: relative;
}

.founder-note:before {
    color: rgba(84, 140, 24, 0.10);
    content: "“";
    font-family: Georgia, serif;
    font-size: 110px;
    left: 18px;
    line-height: 1;
    position: absolute;
    top: 0;
}

.founder-photo {
    background: #07101a url("../../minafekry.png") center top / cover no-repeat;
    border: 4px solid var(--eco-white);
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(0, 24, 56, 0.18);
    height: 126px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.founder-photo:after {
    border: 1px solid rgba(117, 183, 42, 0.45);
    border-radius: 20px;
    content: "";
    inset: 6px;
    pointer-events: none;
    position: absolute;
}

.founder-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 0;
    width: 100%;
}

.founder-copy {
    position: relative;
    z-index: 1;
}

.founder-label {
    color: var(--eco-green);
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.founder-note h3 {
    color: var(--eco-navy);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 10px;
}

.founder-note p {
    color: var(--eco-ink);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 10px;
    position: relative;
}

.founder-signature {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: flex-end;
    margin-top: 6px;
    position: relative;
}

.founder-signature span {
    color: var(--eco-muted);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.founder-signature strong {
    color: var(--eco-navy);
    direction: ltr;
    font-family: "Allura", cursive;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
}

.about-info li h2 a {
    color: var(--eco-green);
}

.eco-stat-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.eco-stat {
    background:
        linear-gradient(135deg, rgba(0, 24, 56, 0.96), rgba(7, 51, 95, 0.90));
    border: 1px solid rgba(117, 183, 42, 0.22);
    border-right: 4px solid var(--eco-green-light);
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(0, 24, 56, 0.14);
    padding: 18px 20px;
}

.eco-stat strong {
    display: block;
    color: var(--eco-white);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.eco-stat span {
    color: rgba(255, 255, 255, 0.78);
    display: block;
    margin-top: 8px;
}

.service-section .bg-half {
    background:
        linear-gradient(135deg, rgba(0, 24, 56, 0.98), rgba(7, 51, 95, 0.96)),
        var(--eco-navy);
    background-image: linear-gradient(135deg, rgba(0, 24, 56, 0.98), rgba(7, 51, 95, 0.96)) !important;
}

.service-carousel .swiper-slide {
    min-height: auto;
}

.service-item {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(0, 24, 56, 0.08);
    box-shadow: 0 20px 46px rgba(0, 24, 56, 0.16);
}

.service-thumb.eco-service-icon {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(0, 24, 56, 0.92), rgba(7, 51, 95, 0.88)),
        var(--eco-navy);
    display: flex;
    height: 205px;
    justify-content: center;
}

.service-thumb.eco-service-icon i {
    color: var(--eco-green-light);
    font-size: 78px;
}

.service-thumb.eco-service-icon .service-shape-wrap,
.service-thumb.eco-service-icon .service-car {
    display: none;
}

.service-thumb.eco-service-photo {
    height: 220px;
    overflow: hidden;
}

.service-thumb.eco-service-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.service-content h3 a {
    color: var(--eco-ink);
    font-weight: 800;
}

.service-content h3 a:hover {
    color: var(--eco-green);
}

.service-content .read-more {
    background-color: var(--eco-green);
    color: var(--eco-white);
}

.service-content .read-more:before {
    background-color: var(--eco-navy);
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--eco-green);
}

.swiper-nav {
    background-color: var(--eco-green);
}

.school-care-section {
    background:
        radial-gradient(circle at 12% 14%, rgba(117, 183, 42, 0.18), transparent 28%),
        radial-gradient(circle at 90% 82%, rgba(0, 24, 56, 0.08), transparent 30%),
        linear-gradient(180deg, #fbfdf8 0%, var(--eco-white) 100%);
    overflow: hidden;
    position: relative;
}

.school-care-section:before {
    border: 1px solid rgba(117, 183, 42, 0.22);
    border-radius: 34px;
    content: "";
    height: 190px;
    left: 5%;
    position: absolute;
    top: 70px;
    transform: rotate(-9deg);
    width: 190px;
}

.school-care-grid {
    align-items: center;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    position: relative;
    z-index: 1;
}

.school-care-copy .section-heading h2 {
    line-height: 1.35;
}

.school-care-copy .section-heading p {
    color: var(--eco-muted);
    font-size: 18px;
    line-height: 1.95;
}

.school-care-highlight {
    align-items: flex-start;
    background: var(--eco-white);
    border: 1px solid rgba(0, 24, 56, 0.08);
    border-right: 6px solid var(--eco-green);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0, 24, 56, 0.09);
    display: flex;
    gap: 16px;
    margin-bottom: 26px;
    padding: 22px;
}

.school-care-highlight i {
    align-items: center;
    background: var(--eco-mint);
    border-radius: 18px;
    color: var(--eco-green);
    display: flex;
    flex: 0 0 58px;
    font-size: 34px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.school-care-highlight p {
    color: var(--eco-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.9;
    margin: 0;
}

.school-care-board {
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(145deg, rgba(0, 24, 56, 0.98), rgba(7, 51, 95, 0.94));
    background-size: 34px 34px, 34px 34px, auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(0, 24, 56, 0.24);
    overflow: hidden;
    padding: 28px;
    position: relative;
}

.school-care-board:before {
    background: rgba(117, 183, 42, 0.16);
    border-radius: 999px;
    content: "";
    filter: blur(2px);
    height: 190px;
    left: -64px;
    position: absolute;
    top: -70px;
    width: 190px;
}

.school-board-head {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.school-board-head span {
    color: var(--eco-green-light);
    display: block;
    font-weight: 800;
    margin-bottom: 8px;
}

.school-board-head h3 {
    color: var(--eco-white);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

.school-board-head strong {
    background: rgba(117, 183, 42, 0.16);
    border: 1px solid rgba(117, 183, 42, 0.36);
    border-radius: 999px;
    color: var(--eco-white);
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 800;
    padding: 8px 15px;
}

.school-care-cards {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    z-index: 1;
}

.school-care-card {
    background: rgba(255, 255, 255, 0.085);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    min-height: 230px;
    padding: 24px;
    position: relative;
}

.school-care-card i {
    align-items: center;
    background: rgba(117, 183, 42, 0.18);
    border-radius: 16px;
    color: var(--eco-green-light);
    display: flex;
    font-size: 32px;
    height: 56px;
    justify-content: center;
    margin-bottom: 18px;
    width: 56px;
}

.school-card-number {
    color: rgba(255, 255, 255, 0.14);
    font-size: 34px;
    font-weight: 800;
    left: 22px;
    line-height: 1;
    position: absolute;
    top: 22px;
}

.school-care-card h3 {
    color: var(--eco-white);
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 12px;
}

.school-care-card p {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.85;
    margin: 0;
}

.school-care-note {
    align-items: center;
    background: rgba(117, 183, 42, 0.15);
    border: 1px solid rgba(117, 183, 42, 0.30);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.86);
    display: flex;
    gap: 12px;
    line-height: 1.8;
    margin-top: 18px;
    padding: 16px 18px;
    position: relative;
    z-index: 1;
}

.school-care-note i {
    color: var(--eco-green-light);
    flex: 0 0 auto;
    font-size: 28px;
}

.booking-section {
    background:
        linear-gradient(90deg, rgba(0, 24, 56, 0.98), rgba(0, 24, 56, 0.90)),
        var(--eco-navy);
}

.booking-car {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    min-height: 430px;
    position: relative;
}

.booking-car:before {
    background: url("../../bus1-1200.jpg") center/cover no-repeat;
    content: "";
    inset: 0;
    opacity: 0.54;
    position: absolute;
}

.booking-car:after {
    bottom: 24px;
    color: rgba(255, 255, 255, 0.82);
    content: "رحلات | شركات | مدارس | مناسبات";
    font-size: 20px;
    font-weight: 800;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.booking-wrap {
    background:
        linear-gradient(180deg, var(--eco-white), #f8fbf3);
    border: 1px solid rgba(117, 183, 42, 0.20);
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
    padding: 38px;
}

.booking-wrap .section-heading .white {
    color: var(--eco-ink) !important;
}

.booking-form .form-field i {
    color: var(--eco-green);
    right: 18px;
    left: auto;
}

.booking-form .form-field .form-control,
.booking-form .form-field .nice-select {
    color: var(--eco-ink);
    font-family: "Tajawal", sans-serif;
    padding-left: 15px;
    padding-right: 48px;
    text-align: right !important;
}

.booking-form .niceSelect .current,
.booking-form .form-field input {
    background-color: #f7faf4;
    border-color: var(--eco-line);
    color: var(--eco-ink);
}

.booking-form .niceSelect .list {
    background-color: var(--eco-white);
    border: 1px solid var(--eco-line);
    box-shadow: 0 18px 36px rgba(0, 24, 56, 0.12);
}

.booking-form .niceSelect .list li {
    color: var(--eco-ink);
    text-align: right;
}

.nice-select:after {
    left: 18px;
    right: auto;
}

.route-package-card .pricing-car {
    background: var(--eco-mint);
    height: 210px;
    overflow: hidden;
    padding: 0;
}

.route-package-card .pricing-car img {
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    width: 100%;
}

.route-package-card .pricing-car .price {
    right: 18px;
    top: 18px;
    z-index: 2;
}

.route-package-card .price {
    background-color: var(--eco-green);
    color: var(--eco-white);
}

.route-package-card {
    border: 1px solid rgba(0, 24, 56, 0.10);
    box-shadow: 0 18px 38px rgba(0, 24, 56, 0.10);
}

.pricing-head h3 a,
.feature-content h3,
.post-content h3 a,
.widget-title h3 {
    color: var(--eco-ink);
    font-weight: 800;
}

.pricing-list li span {
    color: var(--eco-green);
}

.download-section {
    background: var(--eco-white);
}

.operations-section {
    background:
        radial-gradient(circle at 12% 18%, rgba(117, 183, 42, 0.14), transparent 30%),
        linear-gradient(180deg, var(--eco-white) 0%, #f4f9ee 100%);
    overflow: hidden;
    position: relative;
}

.operations-grid {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: 0.92fr 1.08fr;
}

.operations-copy .section-heading {
    margin-bottom: 26px;
}

.operations-copy .section-heading p {
    font-size: 18px;
    line-height: 1.9;
}

.operations-summary {
    background: var(--eco-white);
    border: 1px solid rgba(0, 24, 56, 0.08);
    border-radius: 18px;
    box-shadow: 0 22px 48px rgba(0, 24, 56, 0.10);
    display: grid;
    gap: 0;
    overflow: hidden;
}

.operations-summary div {
    border-right: 5px solid var(--eco-green);
    display: grid;
    gap: 5px;
    padding: 18px 22px;
}

.operations-summary div:not(:last-child) {
    border-bottom: 1px solid var(--eco-line);
}

.operations-summary span {
    color: var(--eco-green);
    font-size: 14px;
    font-weight: 800;
}

.operations-summary strong {
    color: var(--eco-ink);
    font-size: 19px;
}

.dispatch-board {
    background:
        linear-gradient(135deg, rgba(0, 24, 56, 0.96), rgba(7, 51, 95, 0.90)),
        var(--eco-navy);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(0, 24, 56, 0.24);
    min-height: 430px;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.dispatch-board:before {
    background: url("../../bus3-1200.jpg") center/cover no-repeat;
    content: "";
    inset: 0;
    opacity: 0.12;
    position: absolute;
}

.dispatch-board:after {
    background: radial-gradient(circle, rgba(117, 183, 42, 0.26), transparent 62%);
    content: "";
    height: 260px;
    left: -70px;
    position: absolute;
    top: -90px;
    width: 260px;
}

.dispatch-head,
.dispatch-route,
.dispatch-footer {
    position: relative;
    z-index: 1;
}

.dispatch-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.dispatch-head span {
    color: var(--eco-green-light);
    display: block;
    font-weight: 800;
    margin-bottom: 7px;
}

.dispatch-head h3 {
    color: var(--eco-white);
    font-size: 32px;
    font-weight: 800;
    margin: 0;
}

.dispatch-head strong {
    background: rgba(117, 183, 42, 0.16);
    border: 1px solid rgba(117, 183, 42, 0.42);
    border-radius: 999px;
    color: var(--eco-white);
    padding: 9px 16px;
}

.dispatch-route {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 64px 1.22fr 64px 1fr;
}

.route-stop {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    min-height: 178px;
    padding: 22px;
}

.route-stop i {
    align-items: center;
    background: var(--eco-green);
    border-radius: 16px;
    color: var(--eco-white);
    display: flex;
    font-size: 32px;
    height: 58px;
    justify-content: center;
    margin-bottom: 20px;
    width: 58px;
}

.route-stop span {
    color: rgba(255, 255, 255, 0.68);
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.route-stop strong {
    color: var(--eco-white);
    display: block;
    font-size: 19px;
    line-height: 1.5;
}

.route-stop-main {
    background: rgba(117, 183, 42, 0.14);
    border-color: rgba(117, 183, 42, 0.34);
    transform: translateY(22px);
}

.route-line {
    border-top: 3px dashed rgba(117, 183, 42, 0.72);
    position: relative;
}

.route-line:after {
    background: var(--eco-green-light);
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: -7px;
    transform: translateX(-50%);
    width: 12px;
}

.dispatch-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 54px;
}

.dispatch-footer span {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.84);
    font-weight: 800;
    padding: 10px 14px;
}

.dispatch-footer i {
    color: var(--eco-green-light);
    margin-left: 6px;
}

.app-feature li i {
    background: var(--eco-mint);
}

.app-feature li h3 {
    color: var(--eco-ink);
    font-weight: 800;
}

.eco-platform-panel {
    background:
        linear-gradient(135deg, rgba(0, 24, 56, 0.95), rgba(7, 51, 95, 0.92)),
        var(--eco-navy);
    border-radius: 6px;
    display: grid;
    gap: 16px;
    padding: 28px;
}

.eco-mini-card {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 6px;
    display: grid;
    gap: 6px;
    grid-template-columns: 54px 1fr;
    padding: 18px;
}

.eco-mini-card i {
    align-items: center;
    background: var(--eco-green);
    border-radius: 6px;
    color: var(--eco-white);
    display: flex;
    font-size: 30px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.eco-mini-card h3 {
    color: var(--eco-white);
    font-size: 20px;
    margin: 0;
}

.eco-mini-card p {
    color: rgba(255, 255, 255, 0.76);
    grid-column: 2;
    margin: 0;
}

.testimonial-section {
    background: #f6f9f2;
}

.feature-wrap {
    background:
        linear-gradient(135deg, rgba(0, 24, 56, 0.96), rgba(7, 51, 95, 0.92)),
        var(--eco-navy);
}

.feature-icon {
    background-color: var(--eco-green) !important;
}

.ridek-features .feature-content p,
.feature-wrap p.white {
    color: rgba(255, 255, 255, 0.8) !important;
}

.quote-icon,
.testi-author .author-info h3 span {
    color: var(--eco-green);
}

.audience-section {
    background:
        radial-gradient(circle at 88% 8%, rgba(117, 183, 42, 0.18), transparent 28%),
        linear-gradient(180deg, #f6f9f2 0%, var(--eco-white) 100%);
    overflow: hidden;
}

.audience-shell {
    display: grid;
    gap: 18px;
    grid-template-columns: 0.86fr 1.14fr;
}

.audience-main {
    background:
        linear-gradient(145deg, rgba(0, 24, 56, 0.97), rgba(7, 51, 95, 0.94)),
        var(--eco-navy);
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(0, 24, 56, 0.20);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    padding: 38px;
    position: relative;
}

.audience-main:before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    inset: 0;
    position: absolute;
}

.audience-main:after {
    background: var(--eco-green);
    border-radius: 0 0 0 40px;
    content: "";
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}

.audience-main > * {
    position: relative;
    z-index: 1;
}

.audience-main span {
    color: var(--eco-green-light);
    font-weight: 800;
    margin-bottom: 14px;
}

.audience-main h3 {
    color: var(--eco-white);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 18px;
}

.audience-main p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 26px;
}

.audience-main .default-btn {
    align-self: flex-start;
}

.audience-cards {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-card {
    background: var(--eco-white);
    border: 1px solid rgba(0, 24, 56, 0.09);
    border-radius: 24px;
    box-shadow: 0 20px 46px rgba(0, 24, 56, 0.10);
    color: var(--eco-muted);
    display: block;
    min-height: 260px;
    overflow: hidden;
    padding: 26px;
    position: relative;
}

.audience-card:before {
    background: linear-gradient(180deg, var(--eco-green), var(--eco-navy-soft));
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
}

.audience-card i {
    align-items: center;
    background: var(--eco-mint);
    border-radius: 16px;
    color: var(--eco-green);
    display: flex;
    font-size: 34px;
    height: 60px;
    justify-content: center;
    margin-bottom: 22px;
    width: 60px;
}

.audience-card span {
    color: var(--eco-green);
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.audience-card h3 {
    color: var(--eco-ink);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
}

.audience-card p {
    color: var(--eco-muted);
    line-height: 1.8;
    margin: 0;
}

.audience-card:hover {
    color: var(--eco-muted);
    transform: translateY(-6px);
}

.audience-promises {
    background: var(--eco-white);
    border: 1px solid rgba(0, 24, 56, 0.09);
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(0, 24, 56, 0.08);
    display: grid;
    gap: 0;
    grid-column: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
}

.audience-promises div {
    padding: 24px;
}

.audience-promises div:not(:last-child) {
    border-left: 1px solid var(--eco-line);
}

.audience-promises i {
    color: var(--eco-green);
    font-size: 32px;
    margin-bottom: 12px;
}

.audience-promises h3 {
    color: var(--eco-ink);
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 8px;
}

.audience-promises p {
    color: var(--eco-muted);
    line-height: 1.7;
    margin: 0;
}

.cta-section {
    background:
        linear-gradient(90deg, rgba(0, 24, 56, 0.94), rgba(0, 24, 56, 0.88)),
        var(--eco-navy);
}

.contact-cta-section {
    background:
        linear-gradient(180deg, var(--eco-white) 0%, #f0f7ea 100%);
    clip-path: none;
    overflow: hidden;
    position: relative;
}

.contact-cta-section:before {
    background:
        radial-gradient(circle at 20% 20%, rgba(117, 183, 42, 0.30), transparent 34%),
        radial-gradient(circle at 80% 70%, rgba(0, 24, 56, 0.20), transparent 34%);
    content: "";
    inset: 0;
    position: absolute;
}

.contact-cta-card {
    align-items: stretch;
    background:
        linear-gradient(135deg, rgba(0, 24, 56, 0.98), rgba(7, 51, 95, 0.94)),
        var(--eco-navy);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    box-shadow: 0 34px 80px rgba(0, 24, 56, 0.24);
    display: grid;
    gap: 26px;
    grid-template-columns: 1.08fr 0.92fr;
    overflow: hidden;
    padding: 34px;
    position: relative;
    z-index: 1;
}

.contact-cta-card:before {
    background: url("../../bus2-1200.jpg") center/cover no-repeat;
    content: "";
    inset: 0;
    opacity: 0.10;
    position: absolute;
}

.contact-cta-card:after {
    background: var(--eco-green);
    border-radius: 0 0 0 54px;
    content: "";
    height: 145px;
    left: 0;
    position: absolute;
    top: 0;
    width: 145px;
}

.contact-cta-copy,
.contact-cta-prep {
    position: relative;
    z-index: 1;
}

.contact-cta-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 12px;
}

.contact-cta-kicker {
    color: var(--eco-green-light);
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 16px;
}

.contact-cta-copy h2 {
    color: var(--eco-white);
    font-size: 46px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 18px;
}

.contact-cta-copy h2 span {
    color: var(--eco-green-light);
}

.contact-cta-copy p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    line-height: 1.9;
    max-width: 670px;
}

.contact-cta-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.contact-phone-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: var(--eco-white);
    direction: ltr;
    display: inline-flex;
    font-size: 20px;
    font-weight: 800;
    gap: 10px;
    padding: 11px 18px;
    unicode-bidi: plaintext;
}

.contact-phone-link:hover {
    color: var(--eco-green-light);
}

.contact-phone-link i {
    align-items: center;
    background: var(--eco-green);
    border-radius: 50%;
    color: var(--eco-white);
    display: flex;
    font-size: 22px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.contact-cta-prep {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 26px;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.16);
    padding: 28px;
}

.prep-head {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}

.prep-head i {
    align-items: center;
    background:
        linear-gradient(135deg, var(--eco-green), var(--eco-green-light));
    border-radius: 18px;
    color: var(--eco-white);
    display: flex;
    font-size: 34px;
    height: 66px;
    justify-content: center;
    width: 66px;
}

.prep-head span {
    color: var(--eco-green);
    display: block;
    font-weight: 800;
    margin-bottom: 5px;
}

.prep-head h3 {
    color: var(--eco-ink);
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}

.contact-cta-prep ul {
    display: grid;
    gap: 12px;
}

.contact-cta-prep li {
    align-items: center;
    background: #f5f9ef;
    border: 1px solid rgba(0, 24, 56, 0.07);
    border-radius: 14px;
    color: var(--eco-ink);
    display: flex;
    font-weight: 800;
    gap: 12px;
    padding: 14px;
}

.contact-cta-prep li span {
    align-items: center;
    background: var(--eco-navy);
    border-radius: 50%;
    color: var(--eco-green-light);
    direction: ltr;
    display: flex;
    flex: 0 0 38px;
    font-size: 13px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.cta-men {
    display: none;
}

.cta-content h2,
.cta-content p,
.cta-call p,
.cta-call p a {
    color: var(--eco-white);
}

.cta-content h2 span,
.cta-call i,
.footer-call i {
    color: var(--eco-green-light);
}

.cta-content .cta-call p a {
    color: var(--eco-green-light) !important;
}

.cta-content .cta-call i {
    background-color: rgba(117, 183, 42, 0.14);
}

.post-card {
    border-radius: 6px;
    overflow: hidden;
}

.post-card .post-content h3 a {
    background: linear-gradient(var(--eco-green) 0%, var(--eco-green) 98%);
    background-position: right 100%;
    background-repeat: no-repeat;
    background-size: 0 3px;
}

.post-card .post-content .read-more {
    color: var(--eco-ink);
    font-family: "Tajawal", sans-serif;
    padding-left: 0;
    padding-right: 30px;
}

.post-card .post-content .read-more:before {
    background-color: var(--eco-green);
    left: auto;
    right: 0;
}

.post-card .post-content .read-more:hover {
    color: var(--eco-green);
}

.process-section {
    background:
        radial-gradient(circle at 16% 15%, rgba(117, 183, 42, 0.16), transparent 30%),
        linear-gradient(180deg, #f8fbf3 0%, #eef6e7 100%);
    overflow: hidden;
    position: relative;
}

.process-section:before {
    background-image: linear-gradient(90deg, rgba(84, 140, 24, 0.16) 50%, transparent 50%);
    background-size: 26px 3px;
    content: "";
    height: 3px;
    left: 8%;
    opacity: 0.9;
    position: absolute;
    right: 8%;
    top: 52%;
}

.eco-process-track {
    align-items: stretch;
    direction: rtl;
    display: flex;
    gap: 0;
    position: relative;
    z-index: 1;
}

.eco-process-step {
    background:
        linear-gradient(180deg, var(--eco-white), #f9fcf5);
    border: 1px solid rgba(0, 24, 56, 0.10);
    border-radius: 22px;
    box-shadow: 0 22px 52px rgba(0, 24, 56, 0.12);
    color: var(--eco-muted);
    flex: 1 1 0;
    min-height: 275px;
    overflow: hidden;
    padding: 32px 30px 30px;
    position: relative;
}

.eco-process-step:before {
    background: linear-gradient(90deg, var(--eco-green), var(--eco-navy-soft));
    bottom: 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
}

.eco-process-step:hover {
    color: var(--eco-muted);
    transform: translateY(-6px);
}

.eco-step-number {
    color: rgba(0, 24, 56, 0.07);
    font-size: 72px;
    font-weight: 800;
    left: 22px;
    line-height: 1;
    position: absolute;
    top: 18px;
}

.eco-step-icon {
    align-items: center;
    background:
        linear-gradient(135deg, var(--eco-navy), var(--eco-navy-soft));
    border-radius: 18px;
    color: var(--eco-green-light);
    display: flex;
    font-size: 36px;
    height: 68px;
    justify-content: center;
    margin-bottom: 22px;
    width: 68px;
}

.eco-step-label {
    color: var(--eco-green);
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.eco-process-step h3 {
    color: var(--eco-ink);
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 12px;
}

.eco-process-step p {
    color: var(--eco-muted);
    line-height: 1.8;
    margin-bottom: 22px;
}

.eco-step-action {
    align-items: center;
    color: var(--eco-green);
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
}

.eco-step-action:before {
    background: var(--eco-green);
    border-radius: 999px;
    content: "";
    height: 3px;
    width: 28px;
}

.eco-process-arrow {
    align-items: center;
    align-self: center;
    display: flex;
    flex: 0 0 82px;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.eco-process-arrow:before {
    background: linear-gradient(90deg, var(--eco-green), rgba(84, 140, 24, 0.15));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
}

.eco-process-arrow i {
    align-items: center;
    background: var(--eco-green);
    border: 6px solid #eef6e7;
    border-radius: 50%;
    color: var(--eco-white);
    display: flex;
    height: 58px;
    justify-content: center;
    width: 58px;
    z-index: 1;
}

.eco-process-arrow i:before {
    content: "←";
    font-family: "Tajawal", sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.post-thumb.eco-post-icon {
    align-items: center;
    background:
        linear-gradient(135deg, var(--eco-navy), var(--eco-navy-soft));
    display: flex;
    height: 230px;
    justify-content: center;
}

.post-thumb.eco-post-icon i {
    color: var(--eco-green-light);
    font-size: 82px;
}

.post-thumb .post-category {
    background-color: var(--eco-green);
}

.footer-section {
    background: var(--eco-navy);
}

.footer-mid-wrap:before {
    display: none;
}

.footer-top-wrap {
    background:
        radial-gradient(circle at 12% 0%, rgba(117, 183, 42, 0.22), transparent 34%),
        linear-gradient(135deg, var(--eco-navy), var(--eco-navy-soft)) !important;
    border-top: 5px solid var(--eco-green);
    overflow: hidden;
    padding: 26px 0;
}

.footer-top .brand,
.footer-top .footer-call {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    min-height: 132px;
}

.footer-top .brand {
    grid-template-columns: 190px 1fr;
    padding: 22px 26px !important;
}

.footer-top .brand:before,
.footer-top .brand:after,
.footer-top .brand p:before,
.footer-top .footer-call:before {
    display: none !important;
}

.footer-top .brand p {
    color: rgba(255, 255, 255, 0.82) !important;
    padding: 0;
}

.footer-top .footer-call {
    border-right: 5px solid var(--eco-green-light);
    justify-content: center;
    padding: 24px !important;
}

.footer-logo,
.footer-logo img {
    border-radius: 6px;
    display: inline-block;
}

.footer-logo {
    background: var(--eco-white);
    padding: 8px 12px;
}

.footer-logo img {
    background: transparent;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.footer-mid-wrap {
    background:
        radial-gradient(circle at 85% 10%, rgba(84, 140, 24, 0.16), transparent 28%),
        linear-gradient(180deg, #07101a 0%, #11171c 100%) !important;
    padding: 62px 0 70px;
}

.footer-item {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    height: 100%;
    padding: 22px;
}

.footer-item .widget-title h3 {
    color: var(--eco-white) !important;
}

.footer-section p,
.footer-contact li,
.footer-links li a,
.copyright-wrap p {
    color: rgba(255, 255, 255, 0.78);
}

.footer-contact li span,
.footer-call p span {
    color: var(--eco-green-light) !important;
}

.footer-contact li a,
.footer-call p a {
    color: var(--eco-white) !important;
    direction: ltr;
    display: inline-block;
    font-weight: 800;
    unicode-bidi: plaintext;
}

.footer-links li a:hover {
    color: var(--eco-green-light);
}

.footer-contact li a:hover,
.footer-call p a:hover {
    color: var(--eco-green-light) !important;
}

.copyright-wrap {
    background: #000f24;
}

.footer-section .default-btn {
    border-radius: 2px;
    box-shadow: none;
    min-height: 45px;
    padding: 0 30px;
}

.footer-section .default-btn:hover {
    box-shadow: none;
    transform: none;
}

#scrollup .scroll-to-top {
    background-color: var(--eco-green);
}

.popup-sidebox .site-logo img {
    background: var(--eco-white);
    border-radius: 6px;
    padding: 8px;
}

.popup-sidebox .sidebox-list li span {
    color: var(--eco-green);
}

/* Neutralize the old taxi-template accents that still leak through shared widgets. */
html {
    scrollbar-color: var(--eco-green) #e8f0df;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    background-color: #e8f0df;
    height: 10px;
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #e8f0df;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--eco-green), var(--eco-green-light));
    border: 2px solid #e8f0df;
    border-radius: 999px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--eco-navy-soft);
}

::selection,
::-moz-selection {
    background-color: var(--eco-green);
    color: var(--eco-white);
}

.site-preloader {
    display: none !important;
    background: var(--eco-navy);
}

.wow,
.wow.animated,
.wow[class*="fade-in"],
.wow[class*="slide-in"] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.car .strike {
    background: rgba(255, 255, 255, 0.82);
}

.car-detail {
    background: var(--eco-green);
}

.car-detail.spoiler {
    background: none;
    border-bottom-color: var(--eco-green);
    border-left-color: var(--eco-green);
}

.car-detail.center {
    border-color: var(--eco-green);
}

.dl-cursor:before {
    background: var(--eco-green);
}

.default-btn:before,
.default-btn:after {
    background-color: var(--eco-navy);
}

.booking-section:before {
    background-color: var(--eco-green);
    background-image: none;
    opacity: 0.18;
}

.booking-section:after {
    background-color: #f6f9f2;
}

.swiper-outside .swiper-nav:before,
.quote-icon,
.footer-top .footer-call:before,
.post-thumb .post-category,
.pricing-car .price,
.page-header-info h4,
.scroll-to-top,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background: var(--eco-green) !important;
    background-color: var(--eco-green) !important;
    background-image: none !important;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--eco-green) !important;
    box-shadow: 0 0 0 3px rgba(84, 140, 24, 0.28) !important;
}

.quote-icon {
    color: var(--eco-white);
}

#popup-search-box .box-inner-wrap input:focus,
.booking-form .form-field input:focus,
.taxi-booking-form .form-control:focus {
    border-color: var(--eco-green) !important;
}

#popup-search-box .box-inner-wrap button:hover,
.search-close:hover,
.slider-control:hover,
.slider-pagination .swiper-pagination-current,
.footer-links li a:hover,
.pricing-list li span,
.testi-author .author-info h3 span,
.service-features li i,
.service-icon-list li i,
.branches-list ul li a:hover,
.sidebox-content .sidebox-list li.call {
    color: var(--eco-green) !important;
}

.footer-top .footer-call:before {
    left: -85px;
}

@media (max-width: 992px) {
    .padding {
        padding: 70px 0;
    }

    .main-slider,
    .main-slider .swiper-slide {
        min-height: 620px;
    }

    .slider-img img {
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .slider-caption.big {
        font-size: 44px;
        line-height: 1.22;
    }

    .slider-caption.medium {
        font-size: 20px;
    }

    .slider-caption.small {
        font-size: 18px;
    }

    .school-care-grid,
    .operations-grid,
    .audience-shell {
        grid-template-columns: 1fr;
    }

    .dispatch-board {
        min-height: auto;
    }

    .audience-promises {
        grid-column: auto;
    }

    .eco-stat-list {
        grid-template-columns: 1fr;
    }

    .booking-car {
        min-height: 260px;
        margin-bottom: 30px;
    }

    .booking-wrap {
        padding: 28px;
    }

    .booking-form {
        grid-template-columns: 1fr 1fr;
    }

    .header-info {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .top-header-wrap,
    .top-right,
    .mid-header-wrap,
    .header-info,
    .hero-points {
        align-items: flex-start;
        flex-direction: column;
    }

    .top-header-nav {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .site-logo img {
        max-height: 58px;
    }

    .nav-menu-wrapper {
        background: var(--eco-white);
        box-shadow: 0 10px 30px rgba(0, 24, 56, 0.08);
    }

    .nav-menu-inner {
        min-height: 64px;
    }

    .nav-menu-wrapper .site-logo {
        max-width: 138px;
    }

    .line-menu {
        background-color: var(--eco-navy);
    }

    .main-slider,
    .main-slider .swiper-slide {
        min-height: 560px;
    }

    .slider-content-wrap {
        height: 560px;
    }

    .slider-content {
        max-width: 100%;
        padding: 0 4px;
    }

    .slider-caption.medium {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .slider-caption.big {
        font-size: 34px;
        line-height: 1.24;
        margin-bottom: 14px;
    }

    .slider-caption.small {
        font-size: 16px;
        line-height: 1.75;
    }

    .hero-points {
        gap: 8px;
        margin: 18px 0 24px;
    }

    .hero-points span {
        font-size: 13px;
        padding: 7px 10px;
    }

    .slider-controls {
        display: none;
    }

    .about-img {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 32px;
    }

    .about-img .about-img1,
    .about-img .about-img2 {
        height: 240px;
    }

    .founder-note {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .founder-photo {
        height: 150px;
        max-width: 150px;
        width: 100%;
    }

    .founder-note h3 {
        font-size: 20px;
    }

    .service-section .bg-half {
        height: 440px;
    }

    .service-section .section-heading {
        margin-bottom: 30px;
    }

    .school-care-section:before {
        height: 130px;
        width: 130px;
    }

    .school-care-copy .section-heading p {
        font-size: 16px;
    }

    .school-care-highlight {
        border-radius: 20px;
        padding: 18px;
    }

    .school-care-board {
        border-radius: 24px;
        padding: 22px;
    }

    .school-board-head {
        flex-direction: column;
    }

    .school-board-head h3 {
        font-size: 25px;
    }

    .school-care-cards {
        grid-template-columns: 1fr;
    }

    .school-care-card {
        min-height: auto;
    }

    .school-care-note {
        align-items: flex-start;
    }

    .operations-copy .section-heading p,
    .audience-main p {
        font-size: 16px;
    }

    .operations-summary {
        border-radius: 16px;
    }

    .dispatch-board {
        border-radius: 22px;
        padding: 22px;
    }

    .dispatch-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .dispatch-head h3 {
        font-size: 27px;
    }

    .dispatch-route {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .route-stop,
    .route-stop-main {
        min-height: auto;
        transform: none;
    }

    .route-line {
        border-right: 3px dashed rgba(117, 183, 42, 0.72);
        border-top: 0;
        height: 34px;
        margin-right: 28px;
        width: 0;
    }

    .route-line:after {
        left: auto;
        right: -7px;
        top: 50%;
        transform: translateY(-50%);
    }

    .dispatch-footer {
        margin-top: 24px;
    }

    .audience-main {
        border-radius: 22px;
        min-height: auto;
        padding: 28px;
    }

    .audience-main h3 {
        font-size: 27px;
    }

    .audience-cards,
    .audience-promises {
        grid-template-columns: 1fr;
    }

    .audience-card {
        min-height: auto;
    }

    .audience-promises div:not(:last-child) {
        border-bottom: 1px solid var(--eco-line);
        border-left: 0;
    }

    .contact-cta-card {
        border-radius: 24px;
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .contact-cta-card:after {
        height: 90px;
        width: 90px;
    }

    .contact-cta-copy {
        padding: 0;
    }

    .contact-cta-copy h2 {
        font-size: 31px;
    }

    .contact-cta-copy p {
        font-size: 16px;
    }

    .contact-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-phone-link,
    .contact-cta-actions .default-btn {
        justify-content: center;
        width: 100%;
    }

    .contact-cta-prep {
        border-radius: 20px;
        padding: 20px;
    }

    .prep-head {
        align-items: flex-start;
    }

    .prep-head h3 {
        font-size: 21px;
    }

    .process-section:before {
        left: auto;
        right: 50%;
        top: 230px;
        bottom: 120px;
        width: 3px;
        height: auto;
        background-image: linear-gradient(180deg, rgba(84, 140, 24, 0.18) 50%, transparent 50%);
        background-size: 3px 24px;
    }

    .eco-process-track {
        flex-direction: column;
    }

    .eco-process-step {
        min-height: auto;
        padding: 26px 24px 28px;
    }

    .eco-process-step h3 {
        font-size: 22px;
    }

    .eco-step-number {
        font-size: 58px;
    }

    .eco-process-arrow {
        flex: 0 0 58px;
        width: 100%;
    }

    .eco-process-arrow:before {
        height: 100%;
        left: 50%;
        right: auto;
        top: 0;
        width: 4px;
    }

    .eco-process-arrow i:before {
        content: "↓";
    }

    .booking-form {
        grid-template-columns: 1fr;
    }

    .booking-wrap {
        padding: 22px;
    }

    .footer-top-wrap {
        padding: 22px 0;
    }

    .footer-top .brand {
        display: block;
        min-height: auto;
        padding: 20px !important;
    }

    .footer-top .brand p {
        margin-top: 16px;
    }

    .footer-top .footer-call {
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 16px;
        min-height: auto;
        padding: 20px !important;
    }

    .footer-call p span {
        display: block;
        font-size: 15px;
        margin: 0 0 6px;
        text-align: right;
    }

    .footer-call p a {
        font-size: 24px;
    }

    .footer-mid-wrap {
        padding: 34px 0 42px;
    }

    .footer-item {
        padding: 20px;
    }
}
