/* ====================== HERO SECTION STYLES ====================== */
/* ==========================
   HERO SECTION
========================== */
/* عزل كامل للسكشن */



/* العنوان */

.fpai-hero .fpai-title{
    color:#ffffff !important;
}

.fpai-hero .fpai-title span{
    color:#60A5FA !important;
}

/* الوصف */

.fpai-hero .fpai-description{
    color:#CBD5E1 !important;
}

/* البادج */

.fpai-hero .fpai-badge span{
    color:#60A5FA !important;
}

/* الأزرار */

.fpai-hero .fpai-btn-primary{
    color:#ffffff !important;
    background:#1E88E5 !important;
}

.fpai-hero .fpai-btn-outline{
    color:#ffffff !important;
}

/* النجوم */

.fpai-hero .fpai-stars{
    color:#FBBF24 !important;
}

/* عنوان التقييم */

.fpai-hero .fpai-rating-title{
    color:#ffffff !important;
}

/* نص التقييم */

.fpai-hero .fpai-rating-subtitle{
    color:#94A3B8 !important;
}

/* جميع الروابط داخل السكشن */

.fpai-hero a{
    text-decoration:none !important;
}

/* منع القالب من تغيير أحجام العناوين */

.fpai-hero h1,
.fpai-hero h2,
.fpai-hero h3,
.fpai-hero h4,
.fpai-hero h5,
.fpai-hero h6{
    margin:0 !important;
    color:inherit !important;
    font-weight:inherit !important;
}

/* منع القالب من تغيير الفقرات */

.fpai-hero p{
    margin:0 !important;
    color:inherit !important;
}

.fpai-hero{
    position:relative;
    overflow:hidden;
    min-height:100vh;
    display:flex;
    align-items:center;
    margin-top: 50px;

    background:
    radial-gradient(circle at 12% 14%, rgba(0,179,255,.22), transparent 45%),
    radial-gradient(circle at 85% 25%, rgba(249,115,22,.14), transparent 45%),
    linear-gradient(135deg,#030712 0%,#0A0A14 50%,#1A2338 100%);
}

.fpai-hero::before{
    content:"";
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);

    background-size:60px 60px;
}

.fpai-hero::after{
    content:"";
    position:absolute;
    top:-250px;
    right:-250px;
    width:600px;
    height:600px;
    border-radius:50%;

    background:rgba(96,165,250,.12);

    filter:blur(120px);
    pointer-events:none;
}

/* ==========================
   CONTAINER
========================== */

.fpai-container{
    width:min(1280px,92%);
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================
   GRID
========================== */

.fpai-wrapper{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:80px;
    align-items:center;
    min-height:100vh;
    padding:80px 0;
}

/* ==========================
   CONTENT
========================== */

.fpai-content{
    animation:fpaiFadeUp 1s ease;
}

/* ==========================
   BADGE
========================== */

.fpai-badge{
    display:inline-flex;
    padding:8px;
    border-radius:999px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(10px);
}

.fpai-badge span{
    padding:10px 18px;
    border-radius:999px;

    background:rgba(96,165,250,.1);

    color:#60A5FA;

    font-size:14px;
    font-weight:700;
}

/* ==========================
   TITLE
========================== */

.fpai-title{
    margin-top:28px;

    font-size:clamp(2.8rem,5vw,4.8rem);

    line-height:1.35;

    font-weight:900;

    letter-spacing:-1px;

    max-width:800px;
}

.fpai-title span{
    color:#60A5FA;
}

/* ==========================
   DESCRIPTION
========================== */

.fpai-description{
    margin-top:24px;

    max-width:650px;

    color:#CBD5E1;

    font-size:clamp(1rem,1.8vw,1.35rem);

    line-height:2;
}

/* ==========================
   BUTTONS
========================== */

.fpai-buttons{
    display:flex;
    gap:16px;
    margin-top:40px;
    flex-wrap:wrap;
}

.fpai-btn{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    text-decoration:none;

    padding:18px 34px;

    border-radius:22px;

    font-size:16px;
    font-weight:700;

    transition:.35s ease;

    overflow:hidden;
}

.fpai-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;

    width:100%;
    height:100%;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.25),
    transparent);

    transition:.7s;
}

.fpai-btn:hover::before{
    left:120%;
}

.fpai-btn-primary{
    background:#1E88E5;
    color:#fff;
}

.fpai-btn-primary:hover{
    transform:translateY(-4px);

    box-shadow:
    0 20px 40px rgba(30,136,229,.35);
}

.fpai-btn-outline{
    border:2px solid rgba(255,255,255,.18);
    color:#fff;
}

.fpai-btn-outline:hover{
    border-color:#60A5FA;
    color:#60A5FA;

    background:rgba(255,255,255,.03);
}

/* ==========================
   RATING
========================== */

.fpai-rating{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:45px;
}

.fpai-stars{
    color:#FBBF24;
    font-size:32px;
    line-height:1;
}

.fpai-rating-title{
    font-size:17px;
    font-weight:700;
}

.fpai-rating-subtitle{
    margin-top:4px;
    color:#94A3B8;
    font-size:14px;
}

/* ==========================
   IMAGE
========================== */

.fpai-image{
    position:relative;
}

.fpai-image::before{
    content:"";
    position:absolute;

    width:85%;
    height:85%;

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    background:
    radial-gradient(
        circle,
        rgba(96,165,250,.35),
        transparent 70%
    );

    filter:blur(60px);

    z-index:-1;
}

.fpai-hero-image{
    width:100%;
    max-width:520px;

    display:block;
    margin:auto;

    border-radius:32px;

    filter:
    drop-shadow(0 0 50px rgba(96,165,250,.45));

    animation:fpaiFloat 8s ease-in-out infinite;
}

/* ==========================
   ANIMATIONS
========================== */

@keyframes fpaiFloat{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-25px);
    }
}

@keyframes fpaiFadeUp{

    from{
        opacity:0;
        transform:translateY(50px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* ==========================
   TABLET
========================== */

@media (max-width:991px){

    .fpai-wrapper{
        grid-template-columns:1fr;
        gap:40px;
        text-align:center;
        min-height:auto;
        padding:80px 0;
    }

    /* المحتوى فوق والصورة تحت */

    .fpai-content{
        order:1;
    }

    .fpai-image{
        order:2;
    }

    .fpai-description{
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .fpai-buttons{
        justify-content:center;
    }

    .fpai-rating{
        justify-content:center;
    }

    .fpai-hero-image{
        max-width:420px;
    }
}

/* ==========================
   MOBILE
========================== */

@media (max-width:767px){

    .fpai-hero{
        min-height:auto;
    }

    .fpai-wrapper{
        min-height:auto;
        padding:60px 0;
        gap:30px;
    }

    .fpai-title{
        font-size:2rem;
        line-height:1.65;
    }

    .fpai-description{
        font-size:15px;
        line-height:2;
    }

    .fpai-buttons{
        flex-direction:column;
        gap:12px;
    }

    .fpai-btn{
        width:100%;
        padding:16px;
        font-size:15px;
    }

    .fpai-rating{
        justify-content:center;
        margin-top:30px;
        gap:12px;
    }

    .fpai-stars{
        font-size:22px;
    }

    .fpai-rating-title{
        font-size:14px;
    }

    .fpai-rating-subtitle{
        font-size:12px;
    }

    .fpai-hero-image{
        max-width:300px;
    }
}

/* ==========================
   SMALL MOBILE
========================== */

@media (max-width:480px){

    .fpai-container{
        width:94%;
    }

    .fpai-title{
        font-size:1.8rem;
        line-height:1.7;
    }

    .fpai-description{
        font-size:14px;
    }

    .fpai-badge span{
        font-size:12px;
        padding:8px 14px;
    }

    .fpai-hero-image{
        max-width:260px;
    }
}


/* ==================================
   WHY US SECTION
================================== */

.whyus-section{

    position:relative;
    overflow:hidden;

    padding:120px 20px;

    background:
    radial-gradient(
        circle at 15% 20%,
        rgba(96,165,250,.08),
        transparent 40%
    ),

    radial-gradient(
        circle at 85% 10%,
        rgba(34,211,238,.06),
        transparent 35%
    ),

    linear-gradient(
        180deg,
        #101A2D 0%,
        #0F172A 50%,
        #0B1220 100%
    );
}

.whyus-section::before{

    content:"";

    position:absolute;
    inset:0;

    background-image:
    linear-gradient(
        rgba(255,255,255,.02) 1px,
        transparent 1px
    ),
    linear-gradient(
        90deg,
        rgba(255,255,255,.02) 1px,
        transparent 1px
    );

    background-size:60px 60px;

    pointer-events:none;
}

.whyus-section::after{

    content:"";

    position:absolute;

    width:900px;
    height:900px;

    left:-300px;
    top:-300px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(59,130,246,.15),
        transparent 70%
    );

    filter:blur(130px);

    pointer-events:none;
}

.whyus-container{

    position:relative;
    z-index:2;

    width:100%;
    max-width:1280px;

    margin:auto;
}

.whyus-header{

    text-align:center;

    margin-bottom:80px;
}

.whyus-badge{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:12px 22px;

    border-radius:999px;

    background:rgba(96,165,250,.10);

    border:1px solid rgba(96,165,250,.15);

    color:#60A5FA;

    font-size:14px;
    font-weight:700;
}

.whyus-badge i{

    font-size:13px;
}

.whyus-header h2{

    margin-top:28px;

    font-size:56px;

    font-weight:900;

    line-height:1.35;

    background:
    linear-gradient(
        90deg,
        #ffffff,
        #dbeafe,
        #93c5fd
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.whyus-header h2 span{

    background:
    linear-gradient(
        90deg,
        #60A5FA,
        #22D3EE
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.whyus-header p{

    max-width:720px;

    margin:20px auto 0;

    color:#94A3B8;

    font-size:18px;

    line-height:1.9;
}

/* ==================================
   GRID
================================== */

.whyus-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(280px,1fr));

    gap:28px;
}

/* ==================================
   CARD
================================== */

.whyus-card{

    position:relative;

    overflow:hidden;

    padding:40px 30px;

    border-radius:30px;

    background:
    linear-gradient(
        180deg,
        rgba(26,35,56,.95),
        rgba(15,23,42,.98)
    );

    backdrop-filter:blur(18px);

    border:1px solid rgba(96,165,250,.10);

    transition:.45s ease;
}

.whyus-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;
    right:0;

    height:1px;

    background:
    linear-gradient(
        90deg,
        transparent,
        rgba(96,165,250,.95),
        transparent
    );
}

.whyus-card:hover{

    transform:
    translateY(-12px)
    scale(1.02);

    border-color:#60A5FA;

    box-shadow:
    0 25px 70px rgba(59,130,246,.22),
    0 0 40px rgba(96,165,250,.12);
}

.whyus-number{

    position:absolute;

    top:15px;
    left:20px;

    font-size:80px;

    font-weight:900;

    color:rgba(255,255,255,.03);

    line-height:1;

    user-select:none;
}

/* ==================================
   ICON
================================== */

.whyus-icon{

    width:78px;
    height:78px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:24px;

    margin-bottom:24px;

    font-size:32px;

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08);
}

.whyus-green{

    background:rgba(16,185,129,.12);

    color:#10B981;
}

.whyus-blue{

    background:rgba(59,130,246,.12);

    color:#60A5FA;
}

.whyus-orange{

    background:rgba(245,158,11,.12);

    color:#F59E0B;
}

.whyus-purple{

    background:rgba(168,85,247,.12);

    color:#A855F7;
}

/* ==================================
   CONTENT
================================== */

.whyus-card h3{

    color:#fff;

    font-size:24px;

    font-weight:800;

    margin-bottom:12px;

    line-height:1.4;
}

.whyus-card p{

    color:#94A3B8;

    font-size:15px;

    line-height:1.9;
}

/* ==================================
   RESPONSIVE
================================== */

@media(max-width:992px){

    .whyus-header h2{

        font-size:46px;
    }
}

@media(max-width:768px){

    .whyus-section{

        padding:80px 15px;
    }

    .whyus-header{

        margin-bottom:55px;
    }

    .whyus-header h2{

        font-size:34px;

        line-height:1.45;
    }

    .whyus-header p{

        font-size:16px;
    }

    .whyus-grid{

        grid-template-columns:1fr;

        gap:18px;
    }

    .whyus-card{

        padding:30px 22px;
    }

    .whyus-icon{

        width:68px;
        height:68px;

        font-size:28px;
    }

    .whyus-number{

        font-size:60px;
    }

    .whyus-card h3{

        font-size:20px;
    }

    .whyus-card p{

        font-size:14px;
    }
}

/*how*/

.how-section{
    padding:120px 20px;
    position:relative;
    overflow:hidden;

    /* نفس هوية الموقع لكن أهدى */
    background:
    radial-gradient(circle at 20% 20%, rgba(96,165,250,.06), transparent 45%),
    radial-gradient(circle at 80% 10%, rgba(34,211,238,.05), transparent 40%),
    linear-gradient(180deg,#0A0A14 0%, #0B1220 50%, #0A0F1C 100%);
}

/* grid خفيف جدًا */
.how-section::before{
    content:"";
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);

    background-size:80px 80px;
    opacity:.5;
    pointer-events:none;
}

/* glow ناعم جدًا */
.how-section::after{
    content:"";
    position:absolute;

    width:500px;
    height:500px;

    left:-180px;
    bottom:-180px;

    background:radial-gradient(circle, rgba(96,165,250,.08), transparent 70%);
    filter:blur(110px);

    pointer-events:none;
}

.how-container{
    max-width:1200px;
    margin:auto;
}

.steps-grid{
    margin-top:70px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
}

.step-card{
    background:linear-gradient(180deg,#111827,#0B1220);
    border:1px solid rgba(96,165,250,.12);
    border-radius:24px;
    padding:30px 25px;
    text-align:center;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.step-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:linear-gradient(90deg,#60A5FA,#22D3EE);
}

.step-card:hover{
    transform:translateY(-10px);
    border-color:#60A5FA;
    box-shadow:0 25px 60px rgba(96,165,250,.15);
}

.step-card .icon{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(96,165,250,.10);
    border:1px solid rgba(96,165,250,.2);
    margin-bottom:18px;
}

.step-card .icon i{
    font-size:28px;
    color:#60A5FA;
}

.step-card h3{
    color:#fff;
    font-size:20px;
    font-weight:800;
    margin-bottom:10px;
}

.step-card p{
    color:#94A3B8;
    font-size:14px;
    line-height:1.7;
}

/*اراء العملاء*/


.testimonials-section{
    padding:120px 20px;
    position:relative;
    overflow:hidden;

    /* نفس هوية الموقع لكن أهدى */
    background:
    radial-gradient(circle at 15% 20%, rgba(96,165,250,.08), transparent 45%),
    radial-gradient(circle at 85% 15%, rgba(34,211,238,.06), transparent 40%),
    linear-gradient(180deg,#0A0A14 0%, #0B1220 55%, #0A0F1C 100%);
}

/* شبكة خفيفة جدًا */
.testimonials-section::before{
    content:"";
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);

    background-size:85px 85px;
    opacity:.5;

    pointer-events:none;
}

/* سيكة/Glow ناعم متحرك إحساس حياة */
.testimonials-section::after{
    content:"";
    position:absolute;

    width:650px;
    height:650px;

    left:-220px;
    top:-220px;

    background:radial-gradient(circle, rgba(96,165,250,.10), transparent 70%);
    filter:blur(120px);

    animation:floatGlow 10s ease-in-out infinite;

    pointer-events:none;
}

@keyframes floatGlow{
    0%,100%{
        transform:translate(0,0);
        opacity:.6;
    }
    50%{
        transform:translate(40px,30px);
        opacity:.9;
    }
}

.testimonials-container{
    max-width:1200px;
    margin:auto;
}

/* GRID */
.testimonials-grid{
    margin-top:70px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:28px;
}

/* CARD */
.testimonial-card{
    background:linear-gradient(180deg,#111827,#0B1220);
    border:1px solid rgba(96,165,250,.12);
    border-radius:24px;
    padding:28px;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.testimonial-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:linear-gradient(90deg,#60A5FA,#22D3EE);
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(96,165,250,.15);
    border-color:#60A5FA;
}

/* USER */
.user{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

.avatar{
    width:45px;
    height:45px;
    border-radius:50%;
    background:rgba(96,165,250,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    color:#60A5FA;
    border:1px solid rgba(96,165,250,.3);
}

.user h4{
    margin:0;
    color:#fff;
    font-size:16px;
    font-weight:700;
}

.user span{
    font-size:12px;
    color:#94A3B8;
}

/* TEXT */
.testimonial-card p{
    color:#CBD5E1;
    font-size:14px;
    line-height:1.8;
    margin:15px 0;
}

/* STARS */
.stars{
    color:#FBBF24;
    font-size:16px;
    letter-spacing:2px;
}

/* HOVER EFFECT */
.testimonial-card:hover .avatar{
    transform:scale(1.1);
    transition:.3s;
}
/* الاسئلة الشائعه */
.faq-section{
    padding:120px 20px;
    position:relative;
    overflow:hidden;

    /* نفس هوية الموقع الأساسية */
    background:
    radial-gradient(circle at 15% 20%, rgba(96,165,250,.08), transparent 45%),
    radial-gradient(circle at 85% 10%, rgba(34,211,238,.06), transparent 40%),
    linear-gradient(180deg,#0A0A14 0%, #0B1220 50%, #0A0F1C 100%);
}

/* شبكة خفيفة جدًا زي باقي السكاشن */
.faq-section::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
    background-size:70px 70px;
    opacity:.6;
    pointer-events:none;
}

/* glow بسيط جدًا مش مزعج */
.faq-section::after{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    right:-200px;
    top:-200px;

    background:radial-gradient(circle, rgba(96,165,250,.10), transparent 70%);
    filter:blur(100px);
    pointer-events:none;
}

.faq-container{
    max-width:900px;
    margin:auto;
}

/* LIST */
.faq-list{
    margin-top:70px;
    display:flex;
    flex-direction:column;
    gap:18px;
}

/* ITEM */
.faq-item{
    background:linear-gradient(180deg,#111827,#0B1220);
    border:1px solid rgba(96,165,250,.12);
    border-radius:18px;
    overflow:hidden;
    transition:.3s;
}

.faq-item:hover{
    border-color:#60A5FA;
}

/* BUTTON */
.faq-question{
    width:100%;
    background:transparent;
    border:none;
    color:#fff;
    padding:20px 22px;
    text-align:right;
    font-size:16px;
    font-weight:700;
    cursor:pointer;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-question i{
    transition:.3s;
    color:#60A5FA;
}

/* ANSWER */
.faq-answer{
    max-height:0;
    overflow:hidden;
    opacity:0;
    padding:0 22px;
    color:#94A3B8;
    font-size:14px;
    line-height:1.8;
    transition:all .4s ease;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer{
    max-height:200px;
    opacity:1;
    padding:0 22px 20px;
}

.faq-item.active .faq-question i{
    transform:rotate(180deg);
}

/*blog*/


.fz-blog-section{
    padding:120px 20px;
    position:relative;
    overflow:hidden;

    background:
    radial-gradient(circle at 20% 20%, rgba(96,165,250,.08), transparent 45%),
    radial-gradient(circle at 80% 10%, rgba(34,211,238,.06), transparent 40%),
    linear-gradient(180deg,#0A0A14,#0B1220);
}

/* container */
.fz-container{
    max-width:1200px;
    margin:auto;
}

/* HEADER */
.fz-section-header{
    text-align:center;
    margin-bottom:70px;
}

.fz-badge{
    display:inline-flex;
    gap:8px;
    align-items:center;
    padding:6px 14px;
    border-radius:999px;

    background:rgba(96,165,250,.10);
    color:#60A5FA;
    font-size:13px;
    font-weight:700;

    border:1px solid rgba(96,165,250,.2);
    margin-bottom:15px;
}

.fz-section-header h2{
    font-size:42px;
    font-weight:900;
    color:#fff;
    line-height:1.2;
}

.fz-section-header h2 span{
    background:linear-gradient(90deg,#60A5FA,#22D3EE);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.fz-section-header p{
    color:#94A3B8;
    margin-top:10px;
    font-size:16px;
}

/* GRID */
.fz-blog-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:28px;
}

/* CARD */
.fz-blog-card{
    background:linear-gradient(180deg,#111827,#0B1220);
    border:1px solid rgba(96,165,250,.10);
    border-radius:22px;
    overflow:hidden;
    transition:.4s;
    position:relative;
}

.fz-blog-card:hover{
    transform:translateY(-10px);
    border-color:#60A5FA;
    box-shadow:0 25px 60px rgba(96,165,250,.15);
}

/* IMAGE */
.fz-blog-image{
    height:200px;
    overflow:hidden;
}

.fz-img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.fz-blog-card:hover .fz-img{
    transform:scale(1.08);
}

/* CONTENT */
.fz-blog-content{
    padding:20px;
}

.fz-blog-content h3{
    color:#fff;
    font-size:18px;
    font-weight:800;
    margin-bottom:10px;
    line-height:1.4;
}

.fz-blog-content p{
    color:#94A3B8;
    font-size:14px;
    line-height:1.7;
    margin-bottom:15px;
}

/* READ MORE */
.fz-read-more{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#60A5FA;
    font-weight:700;
    font-size:14px;
}

.fz-read-more i{
    transition:.3s;
}

.fz-blog-card:hover .fz-read-more i{
    transform:translateX(-5px);
}

/*من نحن*/

.fz-about2{
    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:#0A0F1C;
}

/* HERO IMAGE FULL WIDTH */
.fz-about2-hero{
    position:relative;
    width:100%;
    height:520px;
    max-width:1400px;
    margin:auto;
    border-radius:28px;
    overflow:hidden;

    box-shadow:0 40px 120px rgba(0,0,0,.6);
}

/* IMAGE FULL COVER */
.fz-about2-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.05);
}

/* DARK OVERLAY */
.fz-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(10,15,28,.85) 0%,
        rgba(10,15,28,.45) 40%,
        rgba(10,15,28,.75) 100%
    );
}

/* TEXT OVER IMAGE */
.fz-about2-content{
    position:absolute;
    inset:0;

    display:flex;
    flex-direction:column;
    justify-content:center;

    padding:60px;
    max-width:650px;
}

/* BADGE */
.fz-mini-badge{
    display:inline-block;
    padding:6px 14px;
    border-radius:999px;
    background:rgba(96,165,250,.15);
    color:#60A5FA;
    font-size:13px;
    font-weight:700;
    width:fit-content;
    margin-bottom:15px;
}

/* TITLE */
.fz-about2-content h2{
    font-size:44px;
    font-weight:900;
    color:#fff;
    line-height:1.2;
    margin-bottom:15px;
}

.fz-about2-content h2 span{
    display:block;
    margin-top:10px;
    background:linear-gradient(90deg,#60A5FA,#22D3EE);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* PARAGRAPH */
.fz-about2-content p{
    color:#CBD5E1;
    font-size:16px;
    line-height:1.8;
    margin-bottom:25px;
}

/* BUTTONS */
.fz-about2-actions{
    display:flex;
    gap:12px;
}

.fz-about2-actions a{
    padding:12px 20px;
    border-radius:12px;
    font-weight:700;
    font-size:14px;
    text-decoration:none;
    transition:.3s;
}

/* PRIMARY */
.fz-about2-actions a:first-child{
    background:linear-gradient(90deg,#2563eb,#06b6d4);
    color:#fff;
}

.fz-about2-actions a:first-child:hover{
    transform:translateY(-3px);
}

/* SECONDARY */
.fz-about2-actions a:last-child{
    border:1px solid rgba(255,255,255,.2);
    color:#fff;
}

.fz-about2-actions a:last-child:hover{
    background:rgba(255,255,255,.06);
    transform:translateY(-3px);
}
@media(max-width:768px){
    .fz-about2-hero{
        height:420px;
    }

    .fz-about2-content{
        padding:25px;
        max-width:100%;
    }

    .fz-about2-content h2{
        font-size:30px;
    }
}



