.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: 'Tajawal', 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;
    }
}


/* ***************************************** */
button.lang-reset {
    all: unset;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

html[lang="ar"] .steps-container,
body[dir="rtl"] .steps-container {
    flex-direction: row-reverse;
}

.footer-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3B82F6, #1D4ED8);
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
}

/* ألوان مخصصة لكل منصة */
.social-icons a[aria-label="Twitter"] {
    background: linear-gradient(135deg, #1DA1F2, #0D8BD9);
    box-shadow: 0 2px 8px rgba(29, 161, 242, 0.3);
}

.social-icons a[aria-label="Twitter"]:hover {
    background: linear-gradient(135deg, #0D8BD9, #0A6BC7);
    box-shadow: 0 4px 15px rgba(29, 161, 242, 0.4);
}

.social-icons a[aria-label="Facebook"] {
    background: linear-gradient(135deg, #1877F2, #0D6EFD);
    box-shadow: 0 2px 8px rgba(24, 119, 242, 0.3);
}

.social-icons a[aria-label="Facebook"]:hover {
    background: linear-gradient(135deg, #0D6EFD, #0B5ED7);
    box-shadow: 0 4px 15px rgba(24, 119, 242, 0.4);
}

.social-icons a[aria-label="Instagram"] {
    background: linear-gradient(135deg, #E4405F, #C13584);
    box-shadow: 0 2px 8px rgba(228, 64, 95, 0.3);
}

.social-icons a[aria-label="Instagram"]:hover {
    background: linear-gradient(135deg, #C13584, #A02A6B);
    box-shadow: 0 4px 15px rgba(228, 64, 95, 0.4);
}

.social-icons a[aria-label="LinkedIn"] {
    background: linear-gradient(135deg, #0077B5, #005885);
    box-shadow: 0 2px 8px rgba(0, 119, 181, 0.3);
}

.social-icons a[aria-label="LinkedIn"]:hover {
    background: linear-gradient(135deg, #005885, #004065);
    box-shadow: 0 4px 15px rgba(0, 119, 181, 0.4);
}

.social-icons a[aria-label="WhatsApp"] {
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}

.social-icons a[aria-label="WhatsApp"]:hover {
    background: linear-gradient(135deg, #128C7E, #0E6B5F);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.social-icons a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.social-icons a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
    background: linear-gradient(135deg, #1D4ED8, #1E40AF);
}

.social-icons a:hover::before {
    left: 100%;
}

.social-icons a svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.social-icons a:hover svg {
    transform: scale(1.1) rotate(5deg);
}

/* تأثير النبض عند التحميل */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.social-icons a {
    animation: pulse 2s infinite;
}

.social-icons a:hover {
    animation: none;
}

/* تأثير التوهج */
.social-icons a::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-icons a:hover::after {
    opacity: 1;
}

/* تحسين التصميم للشاشات الصغيرة */
@media (max-width: 768px) {
    .footer-download {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
        gap: 12px;
    }

    .social-icons a {
        width: 35px;
        height: 35px;
    }

    .social-icons a svg {
        width: 18px;
        height: 18px;
    }

    .social-icons a {
        animation: none;
    }
}

/* تحسين التصميم للشاشات الصغيرة جداً */
@media (max-width: 480px) {
    .footer-download {
        gap: 20px;
    }

    .social-icons {
        gap: 10px;
    }

    .social-icons a {
        width: 32px;
        height: 32px;
    }

    .social-icons a svg {
        width: 16px;
        height: 16px;
    }
}


/*  */

/* تحسين تصميم اللوغو في الناف بار */
.navbar-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.navbar-logo:hover {
    background: rgba(59, 130, 246, 0.1);
    transform: translateY(-1px);
}

.navbar-logo img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.navbar-logo:hover img {
    transform: scale(1.08);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

/* تحسين التصميم للشاشات الصغيرة */
@media (max-width: 768px) {
    .navbar-logo {
        padding: 6px;
    }

    .navbar-logo img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .navbar-logo {
        padding: 4px;
    }

    .navbar-logo img {
        width: 100px;
        height: 80px;
    }
}

/* تحسين التصميم للشاشات الكبيرة */
@media (min-width: 1200px) {
    .navbar-logo img {
        width: 120px;
        height: 60px;
    }
}

/* تحسينات إضافية للناف بار */
.inner-nav {
    padding: 0 20px;
    min-height: 70px;
    align-items: center;
}

.navbar {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* تحسين المسافات في الناف بار */
.nav-links {
    gap: 30px;
}

.nav-links a {
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #3B82F6;
}


/* Driver Signup Button Styles */
.driver-signup-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.driver-signup-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.driver-signup-btn:hover {
    background: linear-gradient(135deg, #2563EB 0%, #1E40AF 100%);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.driver-signup-btn:hover::before {
    left: 100%;
}

.driver-signup-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.driver-signup-btn .btn-icon {
    transition: transform 0.3s ease;
}

.driver-signup-btn:hover .btn-icon {
    transform: scale(1.1);
}

/* RTL Support for Arabic */
html[lang="ar"] .driver-signup-btn,
body[dir="rtl"] .driver-signup-btn {
    font-family: "Tajawal", sans-serif;
    gap: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .driver-signup-btn {
        padding: 10px 20px;
        font-size: 13px;
        gap: 8px;
    }

    .driver-signup-btn .btn-icon {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .driver-signup-btn {
        padding: 8px 16px;
        font-size: 12px;
        gap: 6px;
    }

    .driver-signup-btn .btn-icon {
        width: 16px;
        height: 16px;
    }
}
