.hero-section {
    background: linear-gradient(270deg, #C6DAFE 100%, #000000 200%);
    height: auto;
    padding: 40px 0px 70px 0px;
}

.d-flex {
    display: flex;
}

.items-center {
    align-items: center;
}

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

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

.justify-between {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.navbar {
    background-color: white;
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 0px 0px #00000000;
    box-shadow: 0px 0px 0px 0px #00000000;
    box-shadow: 0px 1px 2px 0px #0000000D;
    z-index: 200;
}

.inner-nav {
    width: 80%;
    margin: auto;
    padding: 10px 0px;
}

.title-nav {
    font-size: 18px;
    font-weight: bold;
    color: #111827;
}

.nav-links {
    gap: 45px;
}

.nav-links span,
.nav-links-res span,
.title-lang,
.title-login {
    color: #4B5563;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}

.nav-links span,
.nav-links-res span {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    /* ضروري حتى يعمل transform */
}

.nav-links span:hover,
.nav-links-res span:hover {
    color: #2563EB;
    transform: scale(1.1);
    /* يعطي شعور بالحركة */
}

.title-login {
    color: #2563EB;
}

.navbar button {
    background-color: #2563EB;
    width: 114px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-size: 14px;
}

.inner-hero-section {
    width: 80%;
    margin: auto;
    padding-top: 30px;
}

.left-hero-section {
    width: 52%;
}

.right-hero-section {
    width: 47%;
}

.title-hero-section {
    font-size: 42px;
    margin-bottom: -50px;
    font-weight: 700;
    color: #111827;
}

.description-hero-section {
    width: 65%;
    color: #4B5563;
    font-size: 17px;
}

.btn-hero-section {
    width: fit-content;
    padding: 15px 25px;
    border-radius: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
}

.btns-hero-section {
    margin-top: 30px;
}

.btns-hero-section button:first-child {
    background-color: #2563EB;
    color: white;
}

.btns-hero-section button:last-child {
    background-color: white;
    color: #1F2937;
}

.one-card-hero-section {
    width: 31%;
    border-radius: 12px;
    padding: 20px 35px;
    background-color: white;
}

.title-card-hero-section {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: -5px;
}

.subtitle-card-hero-section {
    color: #4B5563;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: -1px;
}

.image-box-hero {
    border-radius: 16px;
    position: relative;
    float: right;
}

.image-box-hero img {
    border-radius: 16px;
    box-shadow: 0px 0px 0px 0px #00000000;
    box-shadow: 0px 0px 0px 0px #00000000;
    box-shadow: 0px 25px 50px -12px #00000040;
}

.info-right {
    position: absolute;
    bottom: -25px;
    left: -25px;
    background-color: white;
    box-shadow: 0px 20px 25px -5px #0000001A !important;
    border-radius: 12px;
    padding: 15px 25px;
    gap: 15px;
}

.info-right p {
    line-height: 0.35;
}

.info-right p:first-child {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.info-right p:last-child {
    font-size: 13px;
    font-weight: 400;
    color: #4B5563;
}

.div-svg {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DBEAFE;
}

footer {
    background-color: #009DF1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0px 80px 0px;
}

footer p {
    text-align: center;
    color: white;
}

.title-footer {
    font-size: 30px;
    font-weight: 700;
    margin-block-start: 0px;
    margin-block-end: 3px;
}

.description-footer {
    width: 45%;
    font-size: 17px;
    color: #DBEAFE;
    line-height: 1.6;
}

.btns-footer {
    margin-top: 20px;
}

.btns-footer button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.btns-footer .button-one {
    color: #009DF1;
    background-color: white;
}

.btns-footer .button-two {
    border: 2px solid white;
    color: white;
    background-color: transparent;
}

.nav-links-res {
    display: none;
}

.nav-links-res.active {
    display: flex;
}

.lang-res {
    display: none;
}

.get-started-res {
    display: none;
}

.menu {
    display: none;
}

.last-mile {
    position: relative;
}

.last-mile img {
    width: 100%;
    height: 480px;
}

.last-mile-info {
    position: absolute;
    background: linear-gradient(180deg, rgba(30, 58, 138, 0.7) 0%, rgba(30, 64, 175, 0.7) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
}

.inner-last-mile-info {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner-last-mile-info .title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 60px;
    text-align: center;
}

.inner-last-mile-info .description {
    color: #DBEAFE;
    font-size: 17px;
    width: 42%;
    text-align: center;
    margin-top: -10px;
}

.one-last-mile {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-one-last-mile {
    width: 50px;
    height: 50px;
    background-color: #FFFFFF1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.one-last-mile .num {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 7px;
}

.one-last-mile .sub-title {
    color: #BFDBFE;
    font-size: 12px;
}

.expanding-across {
    width: 305px;
    height: 40px;
    background-color: #FFFFFF1A;
    border-radius: 50px;
    padding: 10px 20px;
    margin-top: 60px;
}

.reliable-delivery {
    background: linear-gradient(180deg, #EFF6FF 0%, #000000 100%);
    /* margin-top: 40px; */
    padding-top: 40px;
}

.bg-reliable-delivery {
    background-color: white;
}

.inner-reliable-delivery {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.inner-reliable-delivery .title {
    font-size: 30px;
    font-weight: bold;
}

.inner-reliable-delivery .description {
    font-size: 17px;
    color: #4B5563;
    margin-top: -5px;
    width: 45%;
    text-align: center;
}

.one-reliable-delivery {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.one-reliable-delivery .sub-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}

.one-reliable-delivery .desc {
    color: #4B5563;
    font-size: 14px;
    text-align: center;
    width: 75%;
    margin-top: 10px;
}

.footer-bottom {
    background-color: #F9FAFB;
}

.footer-bottom img {
    cursor: pointer;
}

.inner-footer-bottom {
    width: 90%;
    margin: 50px auto;
}

.line-footer {
    height: 1px;
    background-color: #E5E7EB;
    width: 100%;
    margin-top: 35px;
}

.copy-rights {
    margin-top: 30px;
    font-size: 12px;
    color: #4B5563;
}


/* ***************************************** */
.delivery-section {
    background: linear-gradient(135deg, #0a3d91, #123fa6);
    padding: 60px 20px;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
}

.delivery-container {
    max-width: 82%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.delivery-text-area {
    flex: 1 1 500px;
}

.delivery-heading {
    font-size: 30px;
    margin-bottom: 16px;
}

.delivery-subtext {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #DBEAFE;
}

.delivery-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* دائمًا عمودين */
    gap: 20px;
}

.delivery-feature-card {
    background: rgba(255, 255, 255, 0.1);
    /* أبيض شفاف بنسبة 70% */
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    /* تأثير الزجاج أو الـ Glassmorphism */
    -webkit-backdrop-filter: blur(8px);
    /* دعم Safari */
}

.delivery-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.delivery-feature-card h3 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
}

.delivery-feature-card p {
    color: #DBEAFE;
    font-size: 14px;
    margin: 0;
}

.delivery-feature-icon {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.delivery-feature-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 11px;
}

.delivery-feature-desc {
    font-size: 0.9rem;
    color: #d0d9f1;
}

.delivery-image-grid {
    flex: 1 1 400px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.grid-image {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.img4 {
    height: 192px;
}

.img1 {
    height: 300px;
}

.img2 {
    height: 273px;
    margin-top: -110px;
}

.img3 {
    height: 192px;
}

.collaborative {
    background-color: white;
    width: 85%;
    padding: 20px 20px 30px 20px;
    margin: 0px auto 50px auto;
    border-radius: 8px;
}

.collaborative-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.collaborative-header p {
    font-size: 20px;
    font-weight: bold;
}

.collaborative-desc {
    width: 60%;
    text-align: center;
    margin: 15px auto 0px auto;
    color: #4B5563;
}

.one-collaborative {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.one-collaborative p {
    color: #4B5563;
    font-size: 14px;
    text-align: center;
}

.get-in-touch {
    padding: 50px 0px;
    background-color: #FFFFFF;
    margin-top: -18px;
}

.get-in-touch h2 {
    text-align: center;
    font-size: 30px;
}

.get-in-touch-desc {
    text-align: center;
    font-size: 16px;
    color: #4B5563;
    margin: -10px auto 0px auto;
    width: 35%;
}

.inner-get-in-touch {
    width: 85%;
    margin: 60px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.get-in-touch-info {
    background-color: #F9FAFB;
    width: 42%;
    padding: 15px 40px;
    border-radius: 8px;
}

.get-in-touch-info .title {
    font-size: 20px;
    font-weight: bold;
}

.get-in-touch-form {
    background-color: #F9FAFB;
    width: 54%;
    padding: 15px 40px;
    border-radius: 8px;
}

.get-in-touch-form p {
    font-size: 14px;
    color: #374151;
    margin-bottom: 10px;
    font-weight: 500;
}

.get-in-touch-form input, .get-in-touch-form textarea {
    border: 1px solid #D1D5DB;
    background-color: #FFFFFF;
    outline: none;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
}

.get-in-touch-form textarea {
    height: 128px;
    resize: none;
}

.get-in-touch-form input::placeholder, .get-in-touch-form textarea::placeholder {
    color: #CCCCCC;
    font-size: 16px;
}

.get-in-touch-form button {
    border: none;
    outline: none;
    background-color: #3B82F6;
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    width: 100%;
    height: 48px;
    margin: 28px 0px 17px 0px;
}

.get-in-touch-form button p {
    color: white;
}

.our-vision {
    margin-top: 130px;
    background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);

}

.inner-our-vision {
    width: 85%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-vision-info {
    width: 50%;
}

.our-vision-info h2 {
    font-size: 30px;
}

.our-vision-info .desc {
    color: #4B5563;
    font-size: 16px;
}

.one-our-vision {
    width: 47%;
    background-color: #FFFFFF;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 0px #00000000;
    box-shadow: 0px 0px 0px 0px #00000000;
    box-shadow: 0px 1px 2px 0px #0000000D;
    margin-bottom: 20px;
}

.one-our-vision .title {
    font-size: 16px;
    font-weight: 600;
}

.one-our-vision .sub-title {
    font-size: 12px;
    color: #4B5563;
}

.our-vision-images {
    position: relative;
    width: 45%;
}

.our-vision-image {
    width: 100%;
}

.card-images-vision {
    position: absolute;
    background-color: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 20px 25px -5px #0000001A;
    right: -40px;
    bottom: -20px;
}

.card-images-vision p {
    font-size: 13px;
    color: #111827;
    font-weight: 600;
    width: 80%;
}

@media screen and (max-width: 1285px) {
    .one-card-hero-section {
        width: 40%;
    }

    .card-images-vision {
        bottom: -80px;
    }
}

@media screen and (max-width: 1107px) {
    .card-images-vision {
        bottom: -130px;
        padding: 10px;
    }

    .inner-hero-section {
        flex-direction: column-reverse;
    }

    .description-hero-section {
        width: 100%;
    }

    .right-hero-section {
        width: 100%;
        display: flex;
        margin-top: 20px;
    }

    .left-hero-section {
        width: 100%;
        margin-top: 20px;
    }

    .one-card-hero-section {
        width: 31%;
    }

    .nav-links {
        display: none;
    }

    .menu {
        display: block;
    }

    .nav-links-res {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 30px 0px;
    }

    .description-footer {
        width: 85%;
    }
}

@media screen and (max-width: 940px) {
    .inner-our-vision {
        flex-direction: column;
    }

    .our-vision {
        padding-bottom: 200px;
    }

    .our-vision-info, .our-vision-images {
        width: 100%;
    }

    .our-vision-info {
        margin-bottom: 20px;
    }

    .card-images-vision {
        bottom: -130px;
        padding: 25px;
    }

    .inner-get-in-touch {
        margin: 20px auto;
    }

    .get-in-touch-desc {
        width: 100%;
    }

    .inner-get-in-touch {
        flex-direction: column;
    }

    .get-in-touch-info {
        width: 100%;
        margin-bottom: 30px;
    }

    .get-in-touch-form {
        padding: 15px 20px;
        width: 100%;
    }

    .all-cards-collaborative {
        flex-wrap: wrap;
    }

    .one-collaborative {
        width: 35%;
    }

    .content {
        width: 100% !important;
        flex-direction: column;
    }

    .info {
        width: 100% !important;
    }

    .img-powerful {
        width: 45%;
    }

    .inner-content {
        gap: 10px !important;
    }

    .steps-container {
        flex-wrap: wrap;
        align-items: flex-start !important;
    }

    .steps-container::before {
        width: 0px !important;
    }

    .step {
        width: 30% !important;
        margin-bottom: 30px;
    }

    .step p {
        width: 100% !important;
    }

    .one-last-mile {
        width: 30%;
        margin-bottom: 20px;
    }

    .all-reliable-delivery {
        align-items: flex-start !important;
    }

    .one-reliable-delivery {
        width: 30%;
        margin-bottom: 20px;
    }

    .last-mile {
        height: 650px;
    }

    .last-mile img {
        object-fit: cover;
        height: 100%;
    }

    .inner-last-mile-info .description {
        width: 100%;
    }

    .one-reliable-delivery .desc {
        width: 90%;
    }

    .reliable-delivery .description {
        width: 100%;
    }
}

@media screen and (max-width: 840px) {
    .collaborative-desc {
        width: 100%;
    }

    .footer-download {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-logo {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 680px) {
    .one-collaborative {
        width: 80%;
    }

    .step {
        width: 46% !important;
    }

    .expanding-across {
        margin-top: 20px;
    }

    .img4 {
        height: 172px;
    }

    .img1 {
        height: 250px;
    }

    .img2 {
        height: 253px;
        margin-top: -80px;
    }

    .img3 {
        height: 192px;
    }
}

@media screen and (max-width: 576px) {
    .our-vision{
        padding-bottom: 110px;
        margin-top: 50px;
    }
    .one-our-vision{
        width: 100%;
    }
    .card-images-vision {
        bottom: -80px;
        right: -20px;
    }
    .collaborative-header p, .get-in-touch-info .title {
        font-size: 16px;
    }

    .collaborative-desc {
        font-size: 14px;
    }

    .story-section h2 {
        margin-top: 60px !important;
    }

    .delivery-feature-title, .step h3, .feature-card h3, .feature-card p,.one-our-vision .title {
        font-size: 15px !important;
    }

    .delivery-feature-card p, .step p {
        font-size: 12px !important;
    }

    .btns-download {
        flex-direction: column;
    }

    .copy-rights {
        flex-direction: column;
    }

    .title-copy-right {
        margin-bottom: 20px;
    }

    .lang {
        display: none;
    }

    .lang-res {
        display: flex;
    }

    .one-card-hero-section {
        width: 45%;
    }

    .all-reliable-delivery {
        margin-top: 40px !important;
        margin-bottom: 70px !important;
    }

    .one-reliable-delivery {
        width: 45%;
    }

    .one-reliable-delivery .desc {
        font-size: 12px;
    }

    .one-reliable-delivery .sub-title {
        font-size: 15px;
    }

    .title-hero-section {
        font-size: 32px;
        margin-bottom: -35px;
    }

    .image-box-hero img {
        width: 350px;
    }

    .inner-last-mile-info .title,
    .one-last-mile .num,
    .reliable-delivery .title, .AtUrHome-works-title, .powerful-title, .trusted-section h2, .get-in-touch h2 {
        font-size: 20px !important;
        text-align: center;
    }

    .delivery-heading,.our-vision-info h2 {
        font-size: 20px;
    }

    .feature-card h3 {
        margin-top: -1px;
    }

    .inner-last-mile-info .description {
        font-size: 14px;
    }

    .one-last-mile {
        width: 48%;
    }

    .expanding-across {
        margin-top: 60px;
    }

    .last-mile {
        height: 630px;
    }
}

@media screen and (max-width: 472px) {
     .card-images-vision {
        width: 85%;
        bottom: -100px;
        padding: 10px;
    }
    .card-images-vision img{
        width: 45%;
    }
    .navbar button {
        width: 80px;
        height: 30px;
        font-size: 11px;
    }

    .description-footer {
        width: 95%;
    }
}

@media screen and (max-width: 430px) {
    .get-started-res {
        display: block;
    }

    .get-started {
        display: none;
    }

    .image-box-hero img {
        width: 300px;
    }

    .one-card-hero-section {
        width: 100%;
    }

    .description-hero-section {
        font-size: 15px;
    }

    .btn-hero-section {
        font-size: 12px;
    }
}


/* ***************************************** */
