
/* RTL */

[dir="rtl"]{

    text-align:right;

}

[dir="rtl"] .navbar-nav{

    margin-right:auto;
    margin-left:0 !important;

}

[dir="rtl"] .hero-buttons{

    justify-content:flex-start;

}

[dir="rtl"] .hero-stats{

    flex-direction:row-reverse;

}

/* Arabic */

html[lang="ar"] body{

    font-family:'Cairo',sans-serif;

}

/* English + French */

html[lang="en"] body,
html[lang="fr"] body{

    font-family:'Poppins',sans-serif;

}


body{
    background:
    radial-gradient(circle at top left,#1e1b4b,#0f172a);
    color:white;
    font-family:'Cairo',sans-serif;
    overflow-x:hidden;
     transition:
    background 0.4s,
    color 0.4s;
}
body.light-mode{

    background:#f8fafc !important;

    color:#0f172a !important;

}
html{
    scroll-behavior:smooth;
}
.navbar{
    background:#111827 !important;
}
.navbar{
    position:relative;
    z-index:9999;
}
.hero{
    min-height:90vh;
    display:flex;
    align-items:center;
}

.hero h1{
    font-size:60px;
    font-weight:bold;
}

.hero p{
    font-size:20px;
    color:#cbd5e1;
}

.btn-main{
    background:#7c3aed;
    color:white;
    padding:12px 25px;
    border-radius:10px;
    text-decoration:none;
    transition:0.3s;
}

.btn-main:hover{
    background:#6d28d9;
    color:white;
}

.service-card{
    background:rgba(255,255,255,0.05) !important;
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:24px !important;
    padding:25px !important;
    overflow:hidden !important;
    box-shadow:0 10px 40px rgba(0,0,0,0.3) !important;
    transition:0.4s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-10px);
}

footer{
    background:#111827;
}

.social-icons a{
    color:white;
    font-size:24px;
    margin:0 10px;
}
.service-card:hover,
.portfolio-card:hover,
.dashboard-card:hover{

    transform:
    translateY(-15px)
    scale(1.02);

    box-shadow:
    0 20px 50px rgba(124,58,237,0.3);

}

.cursor-glow{

    width:300px;
    height:300px;

    background:
    rgba(124,58,237,0.15);

    position:fixed;

    border-radius:50%;

    pointer-events:none;

    filter:blur(80px);

    transform:translate(-50%,-50%);

    z-index:-1;

}


.navbar{
    background:rgba(17,24,39,0.7) !important;
    backdrop-filter:blur(10px);
    border-bottom:
    1px solid rgba(255,255,255,0.05);
}

/*-----------------LIGHT MODE---------------------------*/

 

/*----------------------------*/

 

/*---------request style----------*/
.form-control{
    background:#0f172a !important;
    border:1px solid #334155 !important;
    color:white !important;
    padding:12px !important;
}

.form-control:focus{
    box-shadow:none !important;
    border-color:#7c3aed !important;
    background:#0f172a !important;
    color:white !important;
}

label{
    margin-bottom:10px;
}

textarea{
    resize:none;
}

.table{
    border-radius:20px;
    overflow:hidden;
}

.table td,
.table th{
    vertical-align:middle;
}

.badge{
    padding:10px 15px;
    border-radius:10px;
}

/*-------admin-layout-------------*/

.admin-layout{
    display:flex;
    min-height:100vh;
}

/* Sidebar */

.sidebar{
    width:260px;
    background:#111827;
    padding:30px 20px;
    position:fixed;
    height:100%;
}

.logo{
    color:white;
    margin-bottom:40px;
}

.sidebar ul{
    list-style:none;
    padding:0;
}

.sidebar ul li{
    margin-bottom:15px;
}

.sidebar ul li a{
    color:#cbd5e1;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:10px;
    padding:15px;
    border-radius:12px;
    transition:0.3s;
}

.sidebar ul li a:hover{
    background:#7c3aed;
    color:white;
}

/* Main */

.main-content{
    margin-left:260px;
    padding:40px;
    width:100%;
}

/* Cards */

.dashboard-card{
    background:#1e293b;
    border-radius:20px;
    padding:30px;
    text-align:center;
    transition:0.3s;
}

.dashboard-card:hover{
    transform:translateY(-10px);
}

.dashboard-card i{
    font-size:40px;
    margin-bottom:20px;
    color:#7c3aed;
}

.dashboard-card h2{
    font-size:40px;
    font-weight:bold;
}

.dashboard-card.success i{
    color:#22c55e;
}

.dashboard-card.danger i{
    color:#ef4444;
}

/* Responsive */

@media(max-width:991px){

    .sidebar{
        width:100%;
        position:relative;
        height:auto;
    }

    .main-content{
        margin-left:0;
    }

    .admin-layout{
        flex-direction:column;
    }

}

/*-----------portfolio-------------*/
 

/*------------whatsap contact--------------*/

.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;
    width:65px;
    height:65px;
    background:#25d366;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    text-decoration:none;
    z-index:999;
    box-shadow:0 10px 25px rgba(0,0,0,0.4);
    transition:0.3s;
}

.whatsapp-float:hover{
    transform:scale(1.1);
    color:white;
}

/*-----------offer------------*/

.offer-card{
        background:rgba(255,255,255,0.05);
    box-shadow:0 15px 40px rgba(0,0,0,0.4);
    border-radius:25px;
    padding:35px;
    text-align:center;
    transition:0.3s;
    height:100%;
    position:relative;
    overflow:hidden;
     border-color:#7c3aed;
}

.offer-card:hover{
    transform:translateY(-10px);
}

.offer-price{
    font-size:45px;
    font-weight:bold;
    color:#7c3aed;
    margin:25px 0;
}

.offer-features{
    
    line-height:2;
}
.offer-card{
    border:1px solid rgba(255,255,255,0.05);
}

.offer-card:hover{
    border-color:#7c3aed;
}
/*-------------contact----------------*/

.contact-item{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
    font-size:18px;
}

.contact-item i{
    width:55px;
    height:55px;
    background:#7c3aed;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:15px;
}

/*----------------loader-wrapper-------------------*/

.loader-wrapper{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#0f172a;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:999999;
}

.loader{
    width:70px;
    height:70px;
    border:6px solid #334155;
    border-top:6px solid #7c3aed;
    border-radius:50%;
    animation:spin 1s linear infinite;
}

@keyframes spin{

    100%{
        transform:rotate(360deg);
    }

}

/*----------------------------*/
/* =========================
   MODERN HERO
========================= */

.modern-hero{
    position:relative;
    overflow:hidden;
}

/* Shapes */

.hero-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(80px);
    opacity:0.5;
}

.shape1{
    width:300px;
    height:300px;
    background:#7c3aed;
    top:-100px;
    left:-100px;
}

.shape2{
    width:250px;
    height:250px;
    background:#06b6d4;
    bottom:-80px;
    right:-50px;
}

.shape3{
    width:180px;
    height:180px;
    background:#ec4899;
    top:50%;
    left:50%;
}

/* Hero */

.hero-badge{
    background:rgba(124,58,237,0.15);
    color:#a78bfa;
    padding:10px 20px;
    border-radius:30px;
    display:inline-block;
    border:1px solid rgba(124,58,237,0.3);
}

.hero-title{
    font-size:70px;
    font-weight:800;
    line-height:1.2;
}

.hero-title span{
    color:#7c3aed;
}

.hero-text{
    font-size:20px;
    color:#cbd5e1;
    line-height:1.8;
}

.hero-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.btn-outline-custom{
    border:1px solid rgba(255,255,255,0.1);
    padding:12px 25px;
    border-radius:12px;
    text-decoration:none;
    color:white;
    transition:0.3s;
}

.btn-outline-custom:hover{
    background:white;
    color:black;
}

/* Stats */

.hero-stats{
    display:flex;
    gap:50px;
    flex-wrap:wrap;
}

.hero-stats h3{
    font-size:35px;
    font-weight:bold;
}

.hero-stats p{
    color:#94a3b8;
}

/* Image */

.hero-image{
    width:100%;
    max-width:500px;
    animation:float 5s ease-in-out infinite;
}
.hero-image img{

    width:100%;

    max-width:650px;

    animation:floatImage 6s ease-in-out infinite;

    filter:
    drop-shadow(
        0 30px 80px rgba(124,58,237,0.35)
    );

}
@keyframes floatImage{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-20px);
    }

    100%{
        transform:translateY(0px);
    }

}
@keyframes float{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-20px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* Responsive */

@media(max-width:991px){

    .hero-title{
        font-size:45px;
    }

    .hero{
        text-align:center;
    }

    .hero-buttons,
    .hero-stats{
        justify-content:center;
    }

}

/* =========================
   SECTION TITLE
========================= */

.section-title{
    font-size:50px;
    font-weight:800;
}

.section-subtitle{
    color:#94a3b8;
}

/* =========================
   TESTIMONIALS
========================= */
.testimonial-card{

    background:
    rgba(255,255,255,0.08);

    backdrop-filter:blur(14px);

    border:
    1px solid rgba(255,255,255,0.08);

    border-radius:30px;

    padding:45px 35px;

    text-align:center;

    position:relative;

    overflow:hidden;

    transition:0.4s;

    box-shadow:
    0 20px 50px rgba(0,0,0,0.15);

}
 
.testimonial-card img{

    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:20px;

}

.testimonial-card span{
    color:#a78bfa;
}

.testimonial-card p{
    margin-top:20px;
    line-height:1.8;
}

/* =========================
   PRICING
========================= */
 

/*-----------------------------------*/
/* =========================
   SECTION SPACING
========================= */

section{
    position:relative;
    padding:80px 0;
}

/* Section Divider */
.testimonials-section{
    padding-bottom:40px !important;
}
.section-divider{

    width:100%;
    height:120px;

    background:
    linear-gradient(
        to bottom,
        transparent,
        rgba(124,58,237,0.08)
    );

    position:relative;

    overflow:hidden;

}

.alt-section{

    background:
    rgba(255,255,255,0.03);

    border-top:
    1px solid rgba(255,255,255,0.05);

    border-bottom:
    1px solid rgba(255,255,255,0.05);

}

/* Glow */

.section-divider::before{

    content:"";

    position:absolute;

    width:400px;
    height:400px;

    background:
    rgba(124,58,237,0.2);

    border-radius:50%;

    filter:blur(120px);

    top:-150px;
    left:50%;

    transform:translateX(-50%);

}

/* Alternate Sections */

.alt-section{

    background:
    rgba(255,255,255,0.02);

    backdrop-filter:blur(10px);

    border-top:
    1px solid rgba(255,255,255,0.05);

    border-bottom:
    1px solid rgba(255,255,255,0.05);

}

/* Better Titles */

.section-title{

    font-size:65px;

    font-weight:800;

    margin-bottom:20px;

    position:relative;

    display:inline-block;

}

.section-title::after{

    content:"";

    width:80px;
    height:5px;

    background:#7c3aed;

    position:absolute;

    bottom:-15px;
    left:50%;

    transform:translateX(-50%);

    border-radius:10px;

}

.swiper{
    width:100%;
    padding-bottom:50px;
}

 

 
/* =========================
   SWIPER FIX
========================= */
 
/* =========================
   TESTIMONIALS
========================= */
 
 

/* =========================
   FIX SWIPER
========================= */
  
 

/* Prevent Parent Cutting */

section{

    overflow:visible !important;

}
.alt-section{

    background:
    linear-gradient(
        to bottom,
        rgba(255,255,255,0.02),
        rgba(124,58,237,0.03)
    );

    border-top:
    1px solid rgba(255,255,255,0.05);

    border-bottom:
    1px solid rgba(255,255,255,0.05);

}

.section-title{

    font-size:70px;

    font-weight:900;

    margin-bottom:20px;

    position:relative;

    display:inline-block;

    letter-spacing:-2px;

}