/* _content/Lawyr1/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xc8b84198g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xc8b84198g] {
    flex: 1;
}

.sidebar[b-xc8b84198g] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xc8b84198g] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xc8b84198g]  a, .top-row[b-xc8b84198g]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xc8b84198g]  a:hover, .top-row[b-xc8b84198g]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xc8b84198g]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xc8b84198g] {
        justify-content: space-between;
    }

    .top-row[b-xc8b84198g]  a, .top-row[b-xc8b84198g]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xc8b84198g] {
        flex-direction: row;
    }

    .sidebar[b-xc8b84198g] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xc8b84198g] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xc8b84198g]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xc8b84198g], article[b-xc8b84198g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xc8b84198g] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xc8b84198g] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Lawyr1/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ha3gv3cuhb] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ha3gv3cuhb] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ha3gv3cuhb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ha3gv3cuhb] {
    font-size: 1.1rem;
}

.bi[b-ha3gv3cuhb] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ha3gv3cuhb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ha3gv3cuhb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ha3gv3cuhb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ha3gv3cuhb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ha3gv3cuhb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ha3gv3cuhb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ha3gv3cuhb]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ha3gv3cuhb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ha3gv3cuhb]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ha3gv3cuhb] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ha3gv3cuhb] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ha3gv3cuhb] {
        display: none;
    }

    .nav-scrollable[b-ha3gv3cuhb] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Lawyr1/Components/Pages/Carosel_C.razor.rz.scp.css */
/* إجبار الحاوية على الالتزام بعرض الشاشة فقط */
[b-jc6h5zg3xl] .hero-section {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    overflow: hidden; /* أهم سطر لمنع السكرول العرضي والفشل */
    position: relative;
}

/* إجبار Swiper على التوقف عند حافة الشاشة */
[b-jc6h5zg3xl] .heroSwiper {
    width: 100% !important;
    height: 100% !important;
}

/* معالجة "كبر الصورة" وإعادتها داخل الإطار */
[b-jc6h5zg3xl] .hero-slide {
    width: 100vw !important;
    height: 100vh !important;
    background-size: cover !important; /* تجعل الصورة تحتل المساحة دون الخروج عنها */
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* إعادة النصوص لمكانها الصحيح في المنتصف */
[b-jc6h5zg3xl] .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
}
/* _content/Lawyr1/Components/Pages/Start2_C.razor.rz.scp.css */
:root[b-tpiuz3zjqb] {
    --primary-gold: #c5a059;
    --dark-blue: #1a252f;
    --accent-red: #dc3545;
}

*[b-tpiuz3zjqb]{
    padding:0px;
    margin:0px;
    box-sizing:border-box
}
/* إجبار العناصر على الظهور إذا لم يتم تشغيل AOS بنجاح */
/*[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}*/

/* تأكد من أن الهيرو له ارتفاع ثابت */
.hero-slider[b-tpiuz3zjqb] {
    height: 100vh !important;
   width:100%;
    
    min-height: 600px;
    background: #000;
}


.body[b-tpiuz3zjqb] {
    width: 100%;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    background: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Navbar */
.navbar[b-tpiuz3zjqb] {
    background: transparent;
    transition: 0.4s ease;
    padding: 20px 0;
    z-index: 1100;
}

    .navbar.scrolled[b-tpiuz3zjqb] {

        background:#000000;
        /*background: var(--dark-blue);*/
        padding: 10px 0;
        box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    }

.nav-link[b-tpiuz3zjqb] {
    color: #fff !important;
    font-weight: 500;
    margin: 0 12px;
}

/* Hero Slider - منع التداخل */
.hero-slider[b-tpiuz3zjqb] {
    height: 100vh;
    width: 100%;
    background: #000;
}

.hero-slide[b-tpiuz3zjqb] {
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

    .hero-slide[b-tpiuz3zjqb]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 1;
    }

.hero-content[b-tpiuz3zjqb] {
    position: relative;
    z-index: 2;
  /*  max-width: 900px;*/
  
}

    .hero-content h1[b-tpiuz3zjqb] {
        font-size: 4rem;
        font-weight: 800;
        border-right: 5px solid var(--primary-gold);
        padding-right: 20px;
    }

/* أزرار الكاروسيل */
.swiper-button-next[b-tpiuz3zjqb], .swiper-button-prev[b-tpiuz3zjqb] {
    /*color: var(--primary-gold) !important;*/


    color:white

}

/* الأقسام (ثراء المحتوى) */
.section-header[b-tpiuz3zjqb] {
    text-align: center;
    margin-bottom: 50px;
}

    .section-header h2[b-tpiuz3zjqb] {
        font-weight: 800;
        color: var(--dark-blue);
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }

        .section-header h2[b-tpiuz3zjqb]::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50%;
            height: 4px;
            background: var(--primary-gold);
        }

.service-card[b-tpiuz3zjqb] {
    border: none;
    border-radius: 15px;
    transition: 0.4s;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    overflow: hidden;
    opacity:1;
    z-index:100
}

    .service-card:hover[b-tpiuz3zjqb] {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(197, 160, 89, 0.2);
    }

    .service-card img[b-tpiuz3zjqb] {
        height: 200px;
        object-fit: cover;
    }

.card-icon-box[b-tpiuz3zjqb] {
    font-size: 2rem;
    color: var(--primary-gold);
    margin-top: -30px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Testimonials */
.testi-bubble[b-tpiuz3zjqb] {
    background: var(--dark-blue);
    color: #fff;
    padding: 40px;
    border-radius: 25px;
    min-height: 280px;
    position: relative;
}

.client-img[b-tpiuz3zjqb] {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid var(--primary-gold);
    margin-left: 15px;
}

/* WhatsApp */
.whatsapp-btn[b-tpiuz3zjqb] {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: #25d366;
    color: white;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    z-index: 9999;
    animation: pulse-b-tpiuz3zjqb 2s infinite;
    text-decoration: none;
}

@keyframes pulse-b-tpiuz3zjqb {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Testimonials - شكل الكروت المليانة */
.testi-card[b-tpiuz3zjqb] {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    text-align: center;
    border-bottom: 4px solid var(--accent-red);
    height: 100%;
}

.testi-user-img[b-tpiuz3zjqb] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #eee;
}

.testi-card[b-tpiuz3zjqb] {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 20px; /* لعمل الانحناء في الزوايا الأربع */
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* ظل خفيف مثل الصورة */
    /* الجزء الأهم: الخط الأحمر السفلي */
    border-bottom: 4px solid #e63946;
}

.testi-user-img[b-tpiuz3zjqb] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 3px solid #eee; /* إطار خفيف حول الصورة */
}

.heroSwiper[b-tpiuz3zjqb] {
    width: 100%;
    height: 100vh;
    position: relative;
    /* هذا الجزء هو المسؤول عن التلاشي السفلي */
    mask-image: linear-gradient(to bottom, #8c8ca3 85%, transparent 120%);
    -webkit-mask-image: linear-gradient(to bottom, #8c8ca3 85%, transparent 120%);
    z-index: 2;
}

.lauer-img[b-tpiuz3zjqb] {
    width: 50%;
    height: 100%;
    justify-content: center;
}
.lauer-img2[b-tpiuz3zjqb] {
    width: 50%;
    height: 100%;
    justify-content: center;
    justify-content: center;
    /*background-color: aqua*/
}

.lauer-img img[b-tpiuz3zjqb] {
    width: 40%;
}



@media (max-width: 1200px) {
    /* هنا نعدل حجم الخطوط الكبيرة جداً */
    .display-2[b-tpiuz3zjqb] {
        font-size: 3.5rem;
    }
    .lauer-img[b-tpiuz3zjqb]{
        width:100%;
        height:50%;
        align-items:end;
   
        justify-content:end;
        
        }

        .lauer-img img[b-tpiuz3zjqb]{
            width:50%;
        }

        .lauer-img2[b-tpiuz3zjqb] {
            width: 100%;
            height: 50%;
            align-items: start;
            justify-content: start;
            /*background-color:aqua*/
        }


    .swiper-button-next[b-tpiuz3zjqb], .swiper-button-prev[b-tpiuz3zjqb]{

        display:none;

    }
  
    .hero-content[b-tpiuz3zjqb] {
    }

    .container[b-tpiuz3zjqb]{
        padding:0px;
    }
    .logo-img[b-tpiuz3zjqb] {
        height: 75px;
        margin-right: -10px;
    }
}
/* _content/Lawyr1/Components/Pages/Start_C.razor.rz.scp.css */
:root[b-ko86r47a3p] {
    --primary-gold: #c5a059;
    --dark-blue: #1a252f;
    --accent-red: #dc3545;
}

*[b-ko86r47a3p]{
    padding:0px;
    margin:0px;
    box-sizing:border-box
}
/* إجبار العناصر على الظهور إذا لم يتم تشغيل AOS بنجاح */
/*[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}*/

/* تأكد من أن الهيرو له ارتفاع ثابت */
.hero-slider[b-ko86r47a3p] {
    height: 100vh !important;
   width:100%;
    
    min-height: 600px;
    background: #000;
}


.body[b-ko86r47a3p] {
    width: 100%;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    background: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Navbar */
.navbar[b-ko86r47a3p] {
    background: transparent;
    transition: 0.4s ease;
    padding: 20px 0;
    z-index: 1100;
}

    .navbar.scrolled[b-ko86r47a3p] {

        background:#000000;
        /*background: var(--dark-blue);*/
        padding: 10px 0;
        box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    }

.nav-link[b-ko86r47a3p] {
    color: #fff !important;
    font-weight: 500;
    margin: 0 12px;
}

/* Hero Slider - منع التداخل */
.hero-slider[b-ko86r47a3p] {
    height: 100vh;
    width: 100%;
    background: #000;
}

.hero-slide[b-ko86r47a3p] {
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

    .hero-slide[b-ko86r47a3p]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 1;
    }

.hero-content[b-ko86r47a3p] {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

    .hero-content h1[b-ko86r47a3p] {
        font-size: 4rem;
        font-weight: 800;
        border-right: 5px solid var(--primary-gold);
        padding-right: 20px;
    }

/* أزرار الكاروسيل */
.swiper-button-next[b-ko86r47a3p], .swiper-button-prev[b-ko86r47a3p] {
    /*color: var(--primary-gold) !important;*/


    color:white

}

/* الأقسام (ثراء المحتوى) */
.section-header[b-ko86r47a3p] {
    text-align: center;
    margin-bottom: 50px;
}

    .section-header h2[b-ko86r47a3p] {
        font-weight: 800;
        color: var(--dark-blue);
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }

        .section-header h2[b-ko86r47a3p]::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50%;
            height: 4px;
            background: var(--primary-gold);
        }

.service-card[b-ko86r47a3p] {
    border: none;
    border-radius: 15px;
    transition: 0.4s;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    overflow: hidden;
    opacity:1;
    z-index:100
}

    .service-card:hover[b-ko86r47a3p] {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(197, 160, 89, 0.2);
    }

    .service-card img[b-ko86r47a3p] {
        height: 200px;
        object-fit: cover;
    }

.card-icon-box[b-ko86r47a3p] {
    font-size: 2rem;
    color: var(--primary-gold);
    margin-top: -30px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Testimonials */
.testi-bubble[b-ko86r47a3p] {
    background: var(--dark-blue);
    color: #fff;
    padding: 40px;
    border-radius: 25px;
    min-height: 280px;
    position: relative;
}

.client-img[b-ko86r47a3p] {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid var(--primary-gold);
    margin-left: 15px;
}

/* WhatsApp */
.whatsapp-btn[b-ko86r47a3p] {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: #25d366;
    color: white;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    z-index: 9999;
    animation: pulse-b-ko86r47a3p 2s infinite;
    text-decoration: none;
}

@keyframes pulse-b-ko86r47a3p {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Testimonials - شكل الكروت المليانة */
.testi-card[b-ko86r47a3p] {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    text-align: center;
    border-bottom: 4px solid var(--accent-red);
    height: 100%;
}

.testi-user-img[b-ko86r47a3p] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #eee;
}

.testi-card[b-ko86r47a3p] {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 20px; /* لعمل الانحناء في الزوايا الأربع */
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* ظل خفيف مثل الصورة */
    /* الجزء الأهم: الخط الأحمر السفلي */
    border-bottom: 4px solid #e63946;
}

.testi-user-img[b-ko86r47a3p] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 3px solid #eee; /* إطار خفيف حول الصورة */
}

.heroSwiper[b-ko86r47a3p] {
    width: 100%;
    height: 100vh;
    position: relative;
    /* هذا الجزء هو المسؤول عن التلاشي السفلي */
    mask-image: linear-gradient(to bottom, #8c8ca3 85%, transparent 120%);
    -webkit-mask-image: linear-gradient(to bottom, #8c8ca3 85%, transparent 120%);
    z-index: 2;
}
/* _content/Lawyr1/Components/Pages/TestCaruosel_1.razor.rz.scp.css */
/*hero */
.hero-wrapper[b-rk3z31n8l3] {
    position: relative;
    width: 100%;
    height: 100%; /* يضمن ملء الشاشة كما في الصورة */
    /*background: #000;*/
}

/* صندوق المحامي الثابت فوق كل السلايدات */
.doctor-static-box[b-rk3z31n8l3] {
    position: absolute;
    top: 50%;
    left: 10%; /* جهة اليسار */
    transform: translateY(-50%);
    z-index: 1000; /* أعلى رقم لضمان الظهور */
    text-align: center;
    width: 320px;
}

.doctor-thumb[b-rk3z31n8l3] {
    width: 100%;
    height: auto;
    border: 10px solid rgba(212, 175, 55, 0.4);
    object-fit: cover;
}

/* تنسيق السلايدر */
.hero-slide[b-rk3z31n8l3], .swiper-slide[b-rk3z31n8l3] {
    background-size: cover;
    background-position: center;
    height: 100vh !important;
}
.display-2[b-rk3z31n8l3] {
    color: #ffc107;
}

.hero-1[b-rk3z31n8l3]{
    padding:100px;
}
/* --- التجاوب مع الموبايل --- */
@media (max-width: 900px) {
    .doctor-static-box[b-rk3z31n8l3] {
        /*position: relative;*/
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding: 40px 15px;
        /*background: #111;*/
       height:50%;
        }

    .hero-wrapper[b-rk3z31n8l3] {
        height: 100%;
    }

    .swiper-slide[b-rk3z31n8l3] {
        /*height: 500px !important;*/
    }

    .doctor-thumb[b-rk3z31n8l3] {
        /*width: 180px;*/
   width:auto;
        height:75%
        
        
        }
    .hero-text[b-rk3z31n8l3]{

        margin-top:20%;

        /*background-color:white;*/
    }
    .hero-1[b-rk3z31n8l3] {
        align-items: end;
        justify-content: end;
        padding: 10px;
    }
}
