/* Header Styles */

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;

    transition: all 0.3s ease;
    padding: 20px 0;

    background: #302A22;
}


.logo {
    height: 70px;
}

.nav-link {
    color: #fff !important;
    margin-left: 1.5rem;
    font-weight: 500;
}

.nav-link.btn-primary {
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
}


/* Hero Banner Styles */

.hero-banner {
    background: url('../img/Hero.jpg');
    height: 700px;
    background-size: cover;
    background-position: top;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 120px;
}

.hero-banner h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #fff;
}

.hero-text {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 2rem;
}

.hero-image {
    position: absolute;
    bottom: 0;
}

.hero-image img {
    max-width: 100%;
    height: 510px;
}

.diraction {
    direction: rtl;
}

.header-button {
    background: #00A1FF !important;
    outline: none !important;
    border-radius: 10px;
    border: none;
    padding: 15px 30px;
    color: #fff
}

.banner-button {
    background: #00A1FF !important;
    outline: none !important;
    border-radius: 10px;
    border: none;
    padding: 15px 30px;
    color: #fff
}

.header-button {
    background: #00A1FF !important;
    outline: none !important;
    border-radius: 10px;
    border: none;
    padding: 10px 22px;
    color: #fff;
    text-decoration: none;
}


/* RTL Support */

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    /* Adjust this value to match your header height */
}

.header-initial {
    background-color: transparent;
}

.header-sticky,
.sticky-active {
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 12px 0 !important;
}

.header-sticky a:not(.bg-blue-600),
.sticky-active a:not(.bg-blue-600) {
    color: #302A22 !important;
}

.header-sticky a:not(.bg-blue-600):hover,
.sticky-active a:not(.bg-blue-600):hover {
    color: #00A1FF !important;
}

.collapse {
    visibility: inherit !important;
}


/* .header-hidden {
    transform: translateY(-100%);
} */

.navbar {
    padding: 0px !important;
}


/* Responsive Adjustments */

@media (max-width: 991px) {
    .hero-banner {
        text-align: center;
        height: auto;
        padding: 140px 0px 0px 0px;
    }

    .hero-image {
        margin-top: 2rem;
        position: inherit;
    }
}


/* Features Section Styles */

.features-section {
    padding: 5rem 0;
    background-color: #fff;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 3rem;
}

.feature-card {
    padding: 2rem 1rem;
    transition: transform 0.3s ease;
    direction: rtl;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-icon {
    width: 60px;
    height: 60px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.feature-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

.mask-group {
    width: 100%;
}


/* Responsive Adjustments */

@media (max-width: 768px) {
    .feature-card {
        margin-bottom: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }
}


/* Footer Styles */

.footer {
    padding: 60px 0 30px;
    background-color: #fff;
}

.footer-logo img {
    height: 90px;
    margin-bottom: 20px;
}

.footer h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #0099ff;
}

.navbar-toggler i {
    color: #0099ff;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}


/* Social Links */

.footer-social {
    text-align: center;
    padding: 30px 0;
    margin-top: 30px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00A1FF;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background-color: #0099ff;
    color: white;
    transform: translateY(-3px);
}


/* Copyright */

.footer-copyright {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.footer-copyright p {
    color: #666;
    font-size: 14px;
    margin: 0;
}


/* Responsive Adjustments */


/* FAQ Section Styles */

.faq-section {
    padding: 80px 0;
    color: #fff;
    direction: rtl;
    background-image: url('../img/faq-banner.png');
    background-blend-mode: overlay;
    background-size: cover;
    position: relative;
}

/* .faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
} */

.faq-section .container {
    position: relative;
    z-index: 2;
}

.faq-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ccc;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.faq-question {
    color: #0099ff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-answer {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}


/* Responsive Adjustments */

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-section h2 {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
        padding: 0 20px;
    }

    .faq-item {
        padding: 15px 20px;
    }

    .faq-question {
        font-size: 1.1rem;
    }
}


/* Testimonials Section Styles */

.testimonials-section {
    padding-bottom: 80px;
    direction: rtl;
    background: #fff;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
}

.section-subtitle {
    color: #666;
    margin-bottom: 3rem;
}

.testimonial-item {
    padding: 20px 0px;
}

.testimonial-content {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 13px;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-image {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 0px;
}

.author-info h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
}

.rating {
    color: #ffc107;
    margin-top: 5px;
}


/* Owl Carousel Custom Navigation */

.owl-nav {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
    padding: 0;
    margin-top: 0;
    display: block !important;
}

.owl-prev,
.owl-next {
    width: 48px !important;
    height: 48px !important;
    position: absolute;
    pointer-events: auto;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.owl-prev {
    right: 80px;
}

.owl-next {
    right: 0px;
}

.owl-prev:hover,
.owl-next:hover {
    background: #f8f9fa !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}


/* Custom Nav Icons */

.nav-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-icon svg {
    width: 20px;
    height: 20px;
    fill: #0099ff;
}


/* Responsive adjustments */

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .testimonial-content {
        min-height: auto;
    }

    .owl-nav {
        display: block;
    }

    .owl-prev {
        left: 10px;
    }

    .owl-next {
        right: 10px;
    }
}

.download-app {
    padding: 80px 0;
    background-color: #fff;
    overflow: hidden;
}

.store-button img {
    height: 25px;
    width: auto;
    margin-left: 10px;
}

.store-button p {
    margin-bottom: 0px;
}

.device-showcase {
    margin-top: 50px;
}

.device-group {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.tablet-screen {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
}

.phone-left {
    position: absolute;
    width: 25%;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.phone-right {
    position: absolute;
    width: 25%;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.store-button {
    background: #F4FBFF;
    padding: 10px 40px;
    border: 1px solid #E0E5E8;
    border-radius: 10px;
    display: flex;
    direction: rtl;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.download-text {
    width: 34%;
    margin: 0 auto;
    text-align: right;
    direction: rtl;
}

.download-text h2 {
    font-weight: 600;
}

@media (max-width: 768px) {
    .phone-left {
        left: 5%;
        width: 30%;
    }

    .phone-right {
        right: 5%;
        width: 30%;
    }
}

@media (max-width: 576px) {
    .device-group {
        margin-top: 30px;
    }

    .phone-left,
    .phone-right {
        position: static;
        width: 45%;
        transform: none;
        margin: 20px auto;
        display: block;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px;
    }

    .footer-social {
        margin-top: 20px;
    }

    .social-links {
        flex-wrap: wrap;
    }

    .header-initial {
        background-color: #404040;
    }

    .mobile-align {
        justify-content: end;
    }

    .navbar-nav {
        padding-right: 0px !important;
    }

    .download-text {
        width: 100%;
        margin: 0 auto;
        text-align: right;
        direction: rtl;
    }

    .store-button {
        padding: 10px 13px;
    }

    .hero-banner h1 {
        font-size: 1.5rem;
    }

    .hero-image img {
        max-width: 100%;
        height: 310px;
    }
}