div.app-inner.flex.flex-col.min-h-full div.container.mx-auto div {
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    .navbar {
        width: 65%;
        left: auto;
        right: 0;
    }
}

@media(min-width: 768px) {
    li.text-md.uppercase.border-b.border-gray-400.py-4.px-1.duration-300.w-full.relative.-top-2.delay-0.opacity-0.flex.items-center.gap-4,
    .sub-menu a {
        color: #fff;
    }
}

@media(min-width: 768px) {
    ul.sub-menu i {
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    div.kayan-header.z-50.sticky.top-0.overflow-hidden.w-full.h-full div div div.flex-1hidden.gap-6 {
        display: flex;
        position: absolute;
        left: 7.5rem;
    }
}

@media(max-width: 768px) {
    section.kayan-main-links.relative.px-5.py-10 {
        padding: 0;
    }
}

@media(max-width: 768px) {
    .swiper-slide.slide--one-fourth {
        width: 120px;
        margin-bottom: 5px;
        padding-right: 5px !important;
        padding-left: 5px;
    }
}

@media(max-width: 768px) {
    .kayan-features > div > div {
        flex-wrap: nowrap !important;
        gap: 1rem;
    }

    section.s-block.s-block--testimonials.container.px-10.py-10 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .kayan-features {
        padding-left: 5px;
        padding-right: 5px;
    }

    .kayan-features i {
        font-size: 30px;
    }

    .kayan-features h4 {
        font-weight: 700;
        font-size: 17px;
    }

    .s-slider-nav-arrow {
        height: 1.5rem;
        width: 1.5rem;
    }
}

@media(min-width: 1024px) {
    .s-slider-controls-outer .s-slider-block__title-nav {
        width: 100%;
    }
}

.s-slider-nav-arrow {
    height: 1.5rem;
    width: 1.5rem;
}

section.kayan-main-links.relative.px-5.py-10 {
    padding: 0;
}

@media screen and (min-width: 1024px) {
    .swiper-slide.slide--one-fourth.m-1 {
        width: 306px;
    }

    .kayan-features .flex.flex-wrap.gap-8.w-full.h-full.items-center.justify-center {
        justify-content: space-evenly;
    }
}

@media(min-width: 100px) {
    .kayan-copyright p {
        font-size: 0 !important;
    }

    .kayan-copyright > p.text-gray-400::after {
        display: inline-block !important;
        content: " الحقوق محفوظة | 2026 شارع التسعين";
        font-size: 14px !important;
    }
}
