/********** Template CSS **********/
:root {
    --primary: #4A148C; /* بنفسجي داكن مثل خلفية الشعار */
    --secondary: #9C27B0; /* بنفسجي فاتح للتدرج الجميل */
    --light: #F3E5F5; /* بنفسجي فاتح جداً للخلفيات الفاتحة */
    --dark: #1A0B2E; /* بنفسجي داكن جداً للنصوص الداكنة */
}

/* تجاوز قيم Bootstrap */
.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

/* دعم RTL */
[dir="rtl"] {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .navbar-nav {
    flex-direction: row-reverse;
}

[dir="rtl"] .ms-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
}

[dir="rtl"] .me-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

[dir="rtl"] .ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

[dir="rtl"] .text-start {
    text-align: right !important;
}

[dir="rtl"] .text-end {
    text-align: left !important;
}

[dir="rtl"] .start-50 {
    right: 50% !important;
    left: auto !important;
}

[dir="rtl"] .translate-middle {
    transform: translate(50%, -50%) !important;
}

[dir="rtl"] .float-start {
    float: right !important;
}

[dir="rtl"] .float-end {
    float: left !important;
}

/* قلب جميع العناصر من اليمين إلى اليسار */
[dir="rtl"] .container-xxl {
    direction: rtl;
}

[dir="rtl"] .row {
    direction: rtl;
}

[dir="rtl"] .col-lg-6,
[dir="rtl"] .col-lg-8,
[dir="rtl"] .col-lg-4,
[dir="rtl"] .col-sm-6 {
    direction: rtl;
}

[dir="rtl"] .navbar-brand {
    margin-right: 0 !important;
    margin-left: auto !important;
}

[dir="rtl"] .navbar-nav .nav-item {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

[dir="rtl"] .btn {
    direction: rtl;
}

[dir="rtl"] .d-flex {
    direction: rtl;
}

[dir="rtl"] .d-inline-flex {
    direction: rtl;
}

[dir="rtl"] .position-absolute {
    direction: rtl;
}

[dir="rtl"] .owl-carousel {
    direction: rtl;
}

[dir="rtl"] .carousel-item {
    direction: rtl;
}

[dir="rtl"] .nav-pills {
    direction: rtl;
}

[dir="rtl"] .nav-pills .nav-item {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}

[dir="rtl"] .footer {
    direction: rtl;
}

[dir="rtl"] .wow {
    direction: rtl;
}

/* قلب الصور والعناصر المرئية */
[dir="rtl"] img {
    direction: rtl;
}

[dir="rtl"] .img-fluid {
    direction: rtl;
}

/* قلب الأيقونات */
[dir="rtl"] .fa,
[dir="rtl"] .bi {
    direction: rtl;
}

/* قلب النصوص والعناوين */
[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6,
[dir="rtl"] p,
[dir="rtl"] span,
[dir="rtl"] a {
    direction: rtl;
    text-align: right;
}

/* قلب القوائم */
[dir="rtl"] ul,
[dir="rtl"] ol {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] li {
    direction: rtl;
    text-align: right;
}

/* قلب الجداول */
[dir="rtl"] table {
    direction: rtl;
}

[dir="rtl"] th,
[dir="rtl"] td {
    direction: rtl;
    text-align: right;
}

/* قلب النماذج */
[dir="rtl"] form {
    direction: rtl;
}

[dir="rtl"] input,
[dir="rtl"] textarea,
[dir="rtl"] select {
    direction: rtl;
    text-align: right;
}

/* قلب الأزرار */
[dir="rtl"] .btn-primary-gradient,
[dir="rtl"] .btn-secondary-gradient {
    direction: rtl;
}

/* قلب البطاقات */
[dir="rtl"] .card {
    direction: rtl;
}

[dir="rtl"] .card-body {
    direction: rtl;
    text-align: right;
}

/* قلب التنبيهات */
[dir="rtl"] .alert {
    direction: rtl;
    text-align: right;
}

/* قلب التقدم */
[dir="rtl"] .progress {
    direction: rtl;
}

/* قلب الأدوات */
[dir="rtl"] .tooltip {
    direction: rtl;
}

[dir="rtl"] .popover {
    direction: rtl;
}

/* تصميم شعار BARKET */
.logo-img {
    height: 140px; /* Increased from 120px */
    width: auto;
    max-width: 450px; /* Increased from 400px */
    object-fit: contain;
    transition: transform 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.05);
}

/* دعم RTL للشعار */
[dir="rtl"] .logo-img {
    direction: rtl;
}

[dir="rtl"] .logo-container {
    direction: rtl;
}

[dir="rtl"] .arabic-logo {
    text-align: center;
}

[dir="rtl"] .english-logo {
    text-align: center;
}

/* Footer متوجه من اليسار إلى اليمين (LTR) */
.footer {
    direction: rtl !important;
    text-align: right !important;
}

.footer * {
    direction: rtl !important;
    text-align: right !important;
}

.footer h4,
.footer p,
.footer a,
.footer input,
.footer button {
    direction: rtl !important;
    text-align: right !important;
}

.footer .text-center {
    text-align: center !important;
}

.footer .text-md-start {
    text-align: right !important;
}

.footer .text-md-end {
    text-align: left !important;
}

.footer .me-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

.footer .ps-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
}

.footer .pe-5 {
    padding-left: 1.25rem !important;
    padding-right: 0 !important;
}

.footer .end-0 {
    left: 0 !important;
    right: auto !important;
}

.footer .me-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

/* عكس خلفية Footer فقط */
.footer .container {
    direction: rtl !important;
}

.footer .row {
    direction: rtl !important;
}

.footer .col-md-6,
.footer .col-lg-3 {
    direction: rtl !important;
}

.footer .d-flex {
    direction: rtl !important;
}

.footer .position-relative {
    direction: rtl !important;
}

.footer .copyright {
    direction: rtl !important;
}

.footer .footer-menu {
    direction: rtl !important;
}

/* عكس الخلفية البنفسجية المتدرجة فقط */
.footer.bg-primary {
    background: linear-gradient(to left, var(--primary), var(--secondary)) !important;
}

/* جعل نص حقوق النشر في المنتصف */
.footer .copyright .text-center {
    text-align: center !important;
    width: 100% !important;
}

.footer .copyright .text-md-start {
    text-align: center !important;
    width: 100% !important;
}

/* جعل نص حقل البريد الإلكتروني في النشرة الإخبارية في المنتصف */
.footer .form-control[placeholder="بريدك الإلكتروني"] {
    text-align: center !important;
}

.footer .form-control[placeholder="بريدك الإلكتروني"]::placeholder {
    text-align: center !important;
}

/* تصغير الصورة في قسم Hero */
.hero-header .col-lg-4 img {
    max-width: 250px !important;
    height: auto !important;
}

/* تصغير الصورة في قسم لقطات الشاشة بنفس المقاس */
.container-xxl .col-lg-4 img[src*="Screenshot_20250805_211653"] {
    max-width: 250px !important;
    height: auto !important;
}

/* جعل قسم آراء المستخدمين LTR (من اليسار إلى اليمين) */
#review .testimonial-carousel,
#review .testimonial-item {
    direction: ltr !important;
    text-align: left !important;
}

#review .testimonial-item .d-flex {
    flex-direction: row !important;
}

#review .testimonial-item .ms-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
}

#review .testimonial-item img {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* جعل حقول الفورم RTL (من اليمين إلى اليسار) */
#contact form .form-control,
#contact form .form-floating {
    direction: rtl !important;
    text-align: right !important;
}

#contact form .form-control::placeholder {
    text-align: right !important;
}

#contact form .form-floating label {
    text-align: right !important;
    right: 0.75rem !important;
    left: auto !important;
}

#contact form .form-floating > .form-control:focus ~ label,
#contact form .form-floating > .form-control:not(:placeholder-shown) ~ label {
    right: 0.75rem !important;
    left: auto !important;
}

/* تصميم زر WhatsApp Call */
.whatsapp-call {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 120px;
    z-index: 99;
    border: none;
    background: #25D366 !important;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.whatsapp-call:hover {
    background: #128C7E !important;
    transform: scale(1.1);
}

.whatsapp-call i {
    margin: 0 !important;
    padding: 0 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Gradient Text & BG ***/
.text-primary-gradient {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-secondary-gradient {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary-gradient {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.bg-secondary-gradient {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient {
    position: relative;
    overflow: hidden;
    border: none;
    color: #FFFFFF;
    z-index: 1;
}

.btn.btn-primary-gradient::after,
.btn.btn-secondary-gradient::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient::after {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.btn.btn-secondary-gradient,
.btn.btn-primary-gradient::after {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
}

.btn.btn-primary-gradient:hover::after,
.btn.btn-secondary-gradient:hover::after {
    opacity: 1;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border: none;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.back-to-top i {
    margin: 0 !important;
    padding: 0 !important;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 45px 0;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    top: 0;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--primary) !important;
    }

    .navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-nav .nav-link::before {
        border-top-color: var(--primary);
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}


/*** Hero Header ***/
.hero-header {
    margin-bottom: 6rem;
    padding: 16rem 0 0 0;
    background:
        url(../img/bg-circle.png),
        url(../img/bg-triangle.png),
        url(../img/bg-bottom.png),
        linear-gradient(to bottom right, var(--primary), var(--secondary));
    background-position:
        left 0px top 0px,
        right 0px top 50%,
        center bottom;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}


/*** Feature ***/
.feature-item {
    transition: .5s;
}

.feature-item:hover {
    margin-top: -15px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}


/*** Pricing ***/
.pricing .nav {
    padding: 2px;
}

.pricing .nav-link {
    padding: 12px 30px;
    font-weight: 500;
    color: var(--dark);
    background: #FFFFFF;
}

.pricing .nav-item:first-child .nav-link {
    border-radius: 30px 0 0 30px;
}

.pricing .nav-item:last-child .nav-link {
    border-radius: 0 30px 30px 0;
}

.pricing .nav-link.active {
    color: #FFFFFF;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}


/*** Screenshot ***/
.screenshot-carousel {
    position: relative;
    width: 253px;
    height: 500px;
    padding: 15px;
    margin-right: 30px;
}

.screenshot-carousel::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/screenshot-frame.png) center center no-repeat;
    background-size: 253px 500px;
    z-index: 1;
}

.screenshot-carousel .owl-item img {
    position: relative;
    width: 223px;
    height: 470px;
}

.screenshot-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.screenshot-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    border-radius: 15px;
    transition: .5s;
}

.screenshot-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 5px;
    left: 5px;
    background: #FFFFFF;
    border-radius: 5px;
}

.screenshot-carousel .owl-dot.active {
    box-shadow: 0 0 10px var(--dark);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.testimonial-carousel .owl-item.center .testimonial-item h5,
.testimonial-carousel .owl-item.center .testimonial-item p {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    border-radius: 60px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
}


/*** Footer ***/
.footer {
    margin-top: 6rem;
    padding-top: 9rem;
    background:
        url(../img/bg-circle.png),
        url(../img/bg-triangle.png),
        url(../img/bg-top.png),
        linear-gradient(to bottom right, var(--primary), var(--secondary));
    background-position:
        left 0px bottom 0px,
        right 0px top 50%,
        center top;
    background-repeat: no-repeat;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* Mobile-Friendly Responsive Design */
@media (max-width: 768px) {
    /* General mobile adjustments */
    body {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* Container adjustments for mobile */
    .container, .container-fluid, .container-xxl {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* Logo sizing for mobile */
    .logo-img {
        height: 80px !important;
        max-width: 250px !important;
    }
    
    /* Hero section mobile optimization */
    .hero-header {
        padding: 2rem 0 !important;
    }
    
    .hero-header h1 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
    }
    
    .hero-header p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1.5rem !important;
    }
    
    .hero-header .btn {
        display: block !important;
        width: 100% !important;
        margin-bottom: 1rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Navigation mobile improvements */
    .navbar {
        padding: 0.5rem 1rem !important;
    }
    
    .navbar-nav {
        text-align: center !important;
        margin-top: 1rem !important;
    }
    
    .navbar-nav .nav-item {
        margin: 0.5rem 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
        padding-bottom: 0.5rem !important;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 0 !important;
        font-size: 1.1rem !important;
    }
    
    /* Section spacing for mobile */
    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    
    .py-lg-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    /* Headings mobile optimization */
    h1 {
        font-size: 2rem !important;
        line-height: 1.3 !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }
    
    h3 {
        font-size: 1.3rem !important;
        line-height: 1.3 !important;
    }
    
    /* About section mobile */
    #about .row {
        flex-direction: column-reverse !important;
    }
    
    #about .col-lg-6:first-child {
        margin-top: 2rem !important;
    }
    
    /* Features mobile layout */
    .feature-item {
        text-align: center !important;
        margin-bottom: 2rem !important;
    }
    
    .feature-item i {
        font-size: 2.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    /* How it works mobile */
    .process-item {
        text-align: center !important;
        margin-bottom: 2rem !important;
    }
    
    .process-item .process-icon {
        width: 80px !important;
        height: 80px !important;
        margin: 0 auto 1rem !important;
    }
    
    /* Testimonials mobile */
    .testimonial-item {
        text-align: center !important;
        padding: 1.5rem !important;
    }
    
    .testimonial-item .d-flex {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .testimonial-item img {
        margin: 0 auto 1rem !important;
        width: 80px !important;
        height: 80px !important;
    }
    
    .testimonial-item .ms-4 {
        margin: 0 !important;
        text-align: center !important;
    }
    
    /* Contact form mobile */
    #contact form .form-control,
    #contact form .form-floating {
        margin-bottom: 1rem !important;
    }
    
    #contact .btn {
        width: 100% !important;
    }
    
    /* Footer mobile */
    .footer .row > div {
        margin-bottom: 2rem !important;
        text-align: center !important;
    }
    
    .footer .newsletter {
        text-align: center !important;
    }
    
    .footer .form-control {
        margin-bottom: 1rem !important;
    }
    
    .footer .btn {
        width: 100% !important;
    }
    
    /* WhatsApp and back to top buttons mobile */
    .whatsapp-call {
        right: 20px !important;
        bottom: 100px !important;
        width: 50px !important;
        height: 50px !important;
    }
    
    .back-to-top {
        right: 20px !important;
        bottom: 100px !important;
        width: 45px !important;
        height: 45px !important;
    }
    
    /* Image sizing for mobile */
    .hero-header .col-lg-4 img,
    .container-xxl .col-lg-4 img[src*="Screenshot"] {
        max-width: 200px !important;
        height: auto !important;
    }
    
    /* Statistics mobile */
    .counter-item {
        text-align: center !important;
        margin-bottom: 1.5rem !important;
    }
    
    .counter-item h2 {
        font-size: 2rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .counter-item p {
        font-size: 0.9rem !important;
    }
}

/* Small mobile devices */
@media (max-width: 576px) {
    .hero-header h1 {
        font-size: 1.5rem !important;
    }
    
    .hero-header p {
        font-size: 0.9rem !important;
    }
    
    .logo-img {
        height: 60px !important;
        max-width: 200px !important;
    }
    
    .container, .container-fluid, .container-xxl {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    h1 {
        font-size: 1.8rem !important;
    }
    
    h2 {
        font-size: 1.3rem !important;
    }
    
    .hero-header .col-lg-4 img,
    .container-xxl .col-lg-4 img[src*="Screenshot"] {
        max-width: 150px !important;
    }
    
    .whatsapp-call {
        right: 15px !important;
        bottom: 90px !important;
        width: 45px !important;
        height: 45px !important;
    }
    
    .back-to-top {
        right: 15px !important;
        bottom: 15px !important;
        width: 40px !important;
        height: 40px !important;
    }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
    .btn {
        min-height: 44px !important;
        padding: 0.75rem 1.5rem !important;
    }
    
    .nav-link {
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
    }
    
    .form-control {
        min-height: 44px !important;
    }
    
    .navbar-toggler {
        min-height: 44px !important;
        min-width: 44px !important;
    }
}

/* Landscape mobile optimization */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-header {
        padding: 1rem 0 !important;
    }
    
    .hero-header h1 {
        font-size: 1.5rem !important;
    }
    
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

/* High DPI mobile devices */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Mobile performance optimizations */
@media (max-width: 768px) {
    * {
        -webkit-tap-highlight-color: transparent;
    }
    
    .animated {
        animation-duration: 0.6s !important;
    }
    
    .wow {
        animation-duration: 0.6s !important;
    }
}