*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:auto;
}
:root{
    --primary:#ffbe0b;
    --dark:#111111;
    --dark-2:#181818;
    --gray:#777777;
    --gray-light:#cfcfcf;
    --radius:18px;
}

body{
    font-family:'Outfit',sans-serif;
    background:#fff;
    color:#111;
    overflow-x:hidden;
}

a{
    text-decoration:none;
    color:#fff;
}

img{
    display:block;
    max-width:100%;
}

.hero{
    position:relative;
    min-height:100vh;
    background:url(img/bg.png) center center/cover no-repeat;
    overflow:hidden;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.68);
}

.navbar{
    position:fixed;
    top:20px;
    left:50%;
    transform:translateX(-50%);

    width:90%;
    max-width:1400px;
    height:78px;

    padding:0 32px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    background:rgba(18,18,18,.72);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;

    box-shadow:
    0 20px 45px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.08);

    transition:
    top .4s,
    height .4s,
    background .4s,
    box-shadow .4s,
    transform .4s;

    z-index:9999;

    animation:navDown .8s cubic-bezier(.16,.84,.44,1);
}

.navbar.scrolled{

    top:12px;
    height:68px;

    background:rgba(18,18,18,.9);

    box-shadow:
    0 18px 50px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.08);

}

.navbar.hide{

    transform:translate(-50%,-120px);

}


.logo{
    display:flex;
    align-items:center;
    gap:14px;
    flex-shrink:0;
}

.logo-icon{
    width:42px;
    height:42px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#ffbe0b;
    font-size:28px;
    flex-shrink:0;
}

.logo h2{
    font-size:clamp(20px,2.2vw,30px);
    color:#fff;
    font-weight:800;
    white-space:nowrap;
}

.navbar ul{
    display:flex;
    list-style:none;
    gap:35px;
}

.navbar ul li a{
    font-size:15px;
    transition:.3s;
}

.navbar ul li a:hover,
.navbar ul li a.active{
    color:#ffbe0b;
}

.estimate{
    background:#ffbe0b;
    color:#111;
    padding:14px 28px;
    border-radius:14px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:10px;
    white-space:nowrap;
    flex-shrink:0;
}

.container{
    width:88%;
    max-width:1400px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:150px;
    gap:20px;
}

.left{
    width:48%;
    max-width:640px;
    margin-top:80px;
    z-index:2;
    min-width:0;
}

.line{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:25px;
}

.line span{
    width:38px;
    height:4px;
    background:#ffbe0b;
    border-radius:20px;
    flex-shrink:0;
}

.line p{
    color:#ffbe0b;
    font-size:clamp(12px,1vw,15px);
    letter-spacing:2px;
}

.left h1{
    font-size:clamp(32px,5.5vw,82px);
    font-weight:800;
    color:#fff;
    line-height:1.1;
    margin-bottom:30px;
    word-break:break-word;
}

.left h1 span{
    color:#ffbe0b;
}

.desc{
    width:100%;
    max-width:560px;
    color:#cfcfcf;
    line-height:1.8;
    font-size:clamp(15px,1.2vw,18px);
    margin-bottom:40px;
}

.buttons{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:25px;
}

.service-btn{
    background:#ffbe0b;
    color:#111;
    padding:18px 35px;
    border-radius:14px;
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:700;
    white-space:nowrap;
}

.video-btn{
    display:flex;
    align-items:center;
    gap:15px;
    font-size:18px;
    white-space:nowrap;
}

.play{
    width:65px;
    height:65px;
    border:2px solid #ffbe0b;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    color:#ffbe0b;
    flex-shrink:0;
}

.right{
    width:50%;
    position:relative;
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
    padding-top:40px;
    min-width:0;
}

.machine{
    width:100%;
    max-width:700px;
    position:relative;
    right:clamp(0px,-5vw,-70px);
    top:-20px;
    z-index:20;
    filter:drop-shadow(0 35px 70px rgba(0,0,0,.45));
}

.info-card{
    position:absolute;
    right:-20px;
    bottom:-200px;
    width:100%;
    max-width:600px;
    min-height:180px;
    background:#181818;
    border:1px solid rgba(255,255,255,.08);
    border-radius:30px;
    display:flex;
    align-items:center;
    padding:22px 25px;
    z-index:10;
    box-shadow:0 25px 60px rgba(0,0,0,.45);
}

.experience{
    width:145px;
    height:145px;
    background:#ffbe0b;
    border-radius:25px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#111;
    flex-shrink:0;
}

.experience i{
    font-size:32px;
    margin-bottom:10px;
}

.experience h2{
    font-size:clamp(32px,3vw,48px);
    font-weight:800;
    line-height:1;
}

.experience p{
    font-size:14px;
    font-weight:600;
    text-align:center;
    margin-top:8px;
}

.features{
    flex:1;
    padding-left:35px;
    display:flex;
    flex-direction:column;
    gap:18px;
    min-width:0;
}

.features div{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:clamp(14px,1.3vw,18px);
    color:#eee;
}

.features i{
    color:#ffbe0b;
    font-size:22px;
    flex-shrink:0;
}

.arrows{
    margin-top:18px;
    display:flex;
    justify-content:flex-end;
    gap:12px;
}

.arrows button{
    width:55px;
    height:55px;
    border:none;
    border-radius:14px;
    background:#ffbe0b;
    color:#111;
    cursor:pointer;
    font-size:24px;
    transition:.3s;
}

.arrows button:hover{
    transform:translateY(-4px);
}

.brands{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:30px;
    width:76%;
    max-width:1200px;
    height:95px;
    background:#171717;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    display:flex;
    justify-content:space-around;
    align-items:center;
    z-index:10;
}

.brands div{
    font-size:clamp(18px,2vw,34px);
    color:#d9d9d9;
    font-weight:700;
    opacity:.85;
    transition:.3s;
    white-space:nowrap;
}

.brands div:hover{
    color:#fff;
    transform:translateY(-3px);
}

.social{
    position:absolute;
    left:0;
    bottom:0;
    width:190px;
    height:95px;
    background:#fff;
    border-top-right-radius:28px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    z-index:20;
}

.social a{
    width:46px;
    height:46px;
    background:#181818;
    border-radius:12px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:22px;
    transition:.3s;
    flex-shrink:0;
}

.social a:hover{
    background:#ffbe0b;
    color:#111;
}

/* ============ الشاشات الكبيرة جداً (شاشات ديسكتوب ضخمة) ============ */
@media(min-width:1600px){

.container{
    max-width:1500px;
}

}

/* ============ اللاب توب الصغير / التابلت الكبير ============ */
@media(max-width:1200px){

.machine{
    max-width:560px;
}

.info-card{
    max-width:520px;
}

}

/* ==========================================================
   من هنا لحد آخر الملف: كل حاجة خاصة بالموبايل والتابلت
   ========================================================== */

/* ============ التابلت (991px وأقل) ============ */
@media(max-width:991px){

.hero{
    min-height:auto;
    overflow:hidden;
    padding-bottom:50px;
}

.navbar{
    width:92%;
    height:64px;
    top:15px;
    padding:0 18px;
    border-radius:16px;
}

.logo-icon{
    width:36px;
    height:36px;
    font-size:22px;
}

.logo h2{
    font-size:22px;
}

.estimate{
    display:none;
}

.container{
    width:90%;
    padding-top:115px;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:35px;
}

.left,
.right{
    width:100%;
}

.left{
    margin:0;
}

.line{
    justify-content:center;
    margin-bottom:20px;
}

.left h1{
    font-size:38px;
    line-height:1.25;
    margin-bottom:20px;
}

.desc{
    max-width:420px;
    margin:0 auto 30px;
}

.buttons{
    flex-direction:column;
    align-items:center;
    gap:15px;
}

.service-btn,
.video-btn{
    width:100%;
    max-width:340px;
    justify-content:center;
}

.right{
    order:2;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding-top:0;
    width:100%;
}

.machine{
    order:1;
    width:70%;
    max-width:340px;
    right:auto;
    top:0;
    margin:0 auto;
}

.info-card{
    order:2;
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    max-width:420px;
    min-height:auto;
    margin:25px auto 0;
    padding:26px 22px;
    flex-direction:column;
    gap:22px;
    border-radius:22px;
}

.experience{
    width:110px;
    height:110px;
    border-radius:18px;
}

.features{
    width:100%;
    padding-left:0;
    align-items:stretch;
    text-align:left;
    gap:14px;
}

.features div{
    justify-content:flex-start;
    background:rgba(255,255,255,.04);
    padding:10px 14px;
    border-radius:10px;
}

.arrows{
    display:none;
}

.social{
    order:4;
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
    height:auto;
    padding:18px 0;
    border-radius:18px;
}

.about{
    padding:70px 0;
}

.about-container{
    width:90%;
    flex-direction:column;
    gap:45px;
}

.about-image,
.about-content{
    width:100%;
}

.about-image{
    max-width:420px;
    margin:0 auto;
}

.about-content h2{
    font-size:36px;
    line-height:1.2;
}

/* ============ NAV المحمول موحّد من نفس نقطة الكسر (991px) ============ */

.menu-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    width:52px;
    height:52px;
    border:none;
    outline:none;
    border-radius:18px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(20px);
    color:#fff;
    cursor:pointer;
    transition:.4s cubic-bezier(.22,1,.36,1);
}

.menu-btn:hover{
    background:rgba(255,190,11,.18);
    transform:scale(1.05);
}

.menu-btn i{
    font-size:30px;
    transition:.45s cubic-bezier(.22,1,.36,1);
}

.menu-btn.active{
    background:#ffbe0b;
    color:#111;
}

.menu-btn.active i{
    transform:rotate(180deg);
}

.nav-links{
    position:absolute;
    top:82px;
    left:0;
    right:0;
    width:92%;
    margin:auto;
    background:rgba(18,18,18,.94);
    backdrop-filter:blur(30px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:15px;
    display:flex;
    flex-direction:column;
    gap:10px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-15px) scale(.96);
    transition:
    opacity .45s ease,
    transform .45s cubic-bezier(.22,1,.36,1),
    visibility .45s;
    box-shadow:0 25px 60px rgba(0,0,0,.45);
}

.nav-links.active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0) scale(1);
}

.nav-links li{
    list-style:none;
    opacity:0;
    transform:translateY(-10px);
    transition:.35s;
}

.nav-links.active li{
    opacity:1;
    transform:translateY(0);
}

.nav-links.active li:nth-child(1){transition-delay:.05s;}
.nav-links.active li:nth-child(2){transition-delay:.10s;}
.nav-links.active li:nth-child(3){transition-delay:.15s;}
.nav-links.active li:nth-child(4){transition-delay:.20s;}
.nav-links.active li:nth-child(5){transition-delay:.25s;}

.nav-links a{
    display:flex;
    justify-content:center;
    align-items:center;
    height:56px;
    padding:18px;
    border-radius:14px;
    background:rgba(255,255,255,.04);
    color:#fff;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.nav-links a:hover{
    background:#ffbe0b;
    color:#111;
    transform:translateX(6px);
}

.nav-links a.active{
    background:rgba(255,190,11,.18);
    color:#ffbe0b;
    border:1px solid rgba(255,190,11,.35);
}

}

/* شيل صورة اللوري خالص على الموبايل (تحت 768) وسيب مكان الكارت يبقى أعلى في السكشن،
   وباقي الميديا كويريز الخاصة بالهيرو/الكارت/السوشيال/البراندز اتلمّت كلها في بلوك واحد نضيف تحت
   (كانت متكررة أكتر من مرة وبتلغي بعض - اتوحدت من غير ما تتغير النتيجة اللي شكلها ظاهر حاليا) */

/* ============ الموبايل (768px وأقل): بلوك موحّد للهيرو + الكارت + السوشيال + الأباوت ============ */
@media(max-width:768px){

.hero{
    min-height:auto;
    padding:95px 0 30px;
}

.container{
    width:92%;
    display:flex;
    flex-direction:column;
    gap:25px;
    padding-top:0;
}

.left,
.right{
    width:100%;
}

.left{
    text-align:center;
}

.line{
    justify-content:center;
}

.left h1{
    font-size:36px;
    line-height:1.15;
    margin:15px 0;
}

.desc{
    font-size:16px;
    line-height:1.8;
    max-width:100%;
    margin-bottom:25px;
}

.buttons{
    flex-direction:column;
    gap:15px;
}

.service-btn,
.video-btn{
    width:100%;
    max-width:340px;
    justify-content:center;
}

.service-btn{
    padding:16px 25px;
}

.play{
    width:55px;
    height:55px;
    font-size:22px;
}

.right{
    order:2;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding-top:0;
    width:100%;
    gap:30px;
}

.machine{
    order:1;
    display:block;
    position:relative;
    width:260px;
    max-width:270px;
    margin:0 auto;
    right:0;
    top:0;
}

.info-card{
    order:2;
    position:relative;
    inset:auto;
    width:100%;
    max-width:360px;
    min-height:auto;
    margin:0;
    padding:20px;
    display:flex;
    flex-direction:column;
    gap:18px;
    border-radius:22px;
}

.experience{
    width:90px;
    height:90px;
    border-radius:18px;
    margin:auto;
}

.experience h2{
    font-size:30px;
}

.features{
    padding:0;
}

.features div{
    font-size:14px;
    padding:12px;
    border-radius:12px;
}

.arrows{
    display:none;
}

.social{
    order:4;
    position:relative;
    left:0;
    bottom:auto;
    width:100%;
    height:auto;
    margin-top:12px;
    padding:14px;
    border-radius:18px;
}

.social a{
    width:42px;
    height:42px;
}

/* البراندز على الموبايل: سكرول أفقي بدل ما تتكسر */
.brands{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:nowrap;
    gap:12px;
    width:90%;
    margin-left: 280px;
    margin-top: 10px;
    overflow-x:auto;
    padding:0 10px;
    position:static;
    transform:none;
    left:auto;
}

.brands::-webkit-scrollbar{
    display:none;
}

.brands div{
    flex-shrink:0;
    white-space:nowrap;
    font-size:16px;
    font-weight:600;
    color:#d9d9d9;
}

/* الأباوت */

.about{
    padding:70px 0;
}

.about-container{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:45px;
}

.about-image{
    width:100%;
    max-width:360px;
    margin:auto;
}

.about-content{
    width:100%;
    text-align:center;
}

.about-content h2{
    font-size:38px;
    line-height:1.18;
}

.about-content>p{
    font-size:16px;
    line-height:1.8;
}

.feature{
    text-align:left;
    padding:20px;
}

.experience-box{
    width:100px;
    height:100px;
}

.experience-box h2{
    font-size:34px;
}

.project-tab{
    font-size:15px;
}

.project-tab i{
    font-size:22px;
}

}

/* ============ الموبايل الصغير (480px وأقل) ============ */
@media(max-width:480px){

.navbar{
    width:94%;
    padding:0 15px;
    height:60px;
}

.container{
    width:92%;
    padding-top:100px;
}

.left h1{
    font-size:34px;
}

.machine{
    max-width:250px;
}

.info-card{
    max-width:100%;
    border-radius:22px;
    padding:18px;
}

.experience{
    width:100%;
    height:auto;
    flex-direction:row;
    justify-content:center;
    gap:10px;
    padding:15px;
    border-radius:18px;
}

.experience h2{
    font-size:28px;
}

.experience p{
    margin-top:0;
}

.about{
    padding:60px 0;
}

.about-container{
    width:90%;
    gap:35px;
}

.about-content h2{
    font-size:30px;
    line-height:1.2;
}

.image-box::before{
    left:-8px;
    top:8px;
    border-radius:10px;
}

.image-box img{
    border-radius:14px;
}

.experience-box{
    width:100px;
    height:100px;
    left:12px;
    bottom:12px;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.experience-box h2{
    font-size:30px;
}

.experience-box span{
    font-size:12px;
}

.feature{
    padding:18px;
}

.feature h3{
    font-size:17px;
}

}

/* ============ الموبايل الصغير جداً (iPhone SE وما شابه) ============ */
@media(max-width:360px){

.left h1{
    font-size:28px;
}

.line p{
    font-size:11px;
    letter-spacing:1px;
}

.service-btn,
.video-btn{
    padding:14px 20px;
    font-size:14px;
}

.play{
    width:48px;
    height:48px;
}

.machine{
    width:80%;
}

}

/* ============ وضع أفقي (Landscape) على الموبايل ============ */
@media(max-height:480px) and (orientation:landscape){

.hero{
    min-height:auto;
    padding:30px 0 40px;
}

.container{
    padding-top:100px;
}

.left{
    margin-top:0;
}

.brands,
.social{
    position:relative;
}

}

/* ============ الحركات (Animations) ============ */
.navbar{
    animation:navDown 1s ease forwards;
}

@keyframes navDown{
0%{
    opacity:0;
    transform:translate(-50%,-80px);
}
100%{
    opacity:1;
    transform:translate(-50%,0);
}
}

.left{
    opacity:0;
    animation:leftContent 1.2s ease forwards;
    animation-delay:.4s;
}

@keyframes leftContent{
0%{
    opacity:0;
    transform:translateX(-80px);
}
100%{
    opacity:1;
    transform:translateX(0);
}
}

.machine{
    opacity:0;
    animation:
        machineIn 1.4s ease forwards,
        floating 4s ease-in-out infinite 1.4s;
    animation-delay:.8s;
}

@keyframes machineIn{
0%{
    opacity:0;
    transform:translateX(180px);
}
100%{
    opacity:1;
    transform:translateX(0);
}
}

@keyframes floating{
0%,100%{
    transform:translateY(0);
}
50%{
    transform:translateY(-12px);
}
}

.info-card{
    opacity:0;
    animation:cardUp 1s ease forwards;
    animation-delay:1.2s;
}

@keyframes cardUp{
0%{
    opacity:0;
    transform:translateY(100px);
}
100%{
    opacity:1;
    transform:translateY(0);
}
}

.brands{
    opacity:0;
    animation:brandsUp 1s ease forwards;
    animation-delay:1.6s;
}

@keyframes brandsUp{
from{
    opacity:0;
    transform:translate(-50%,80px);
}
to{
    opacity:1;
    transform:translate(-50%,0);
}
}

.social{
    opacity:0;
    animation:socialLeft 1s ease forwards;
    animation-delay:1.8s;
}

@keyframes socialLeft{
from{
    opacity:0;
    transform:translateX(-80px);
}
to{
    opacity:1;
    transform:translateX(0);
}
}

.service-btn,
.estimate{
    transition:.35s;
}

.service-btn:hover,
.estimate:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(255,190,11,.45);
}

.video-btn:hover .play{
    transform:scale(1.1);
    background:#ffbe0b;
    color:#111;
    transition:.35s;
}

@media(max-width:991px){
.machine{
    animation:
        machineIn 1.4s ease forwards;
}
}

@media(prefers-reduced-motion:reduce){
*{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
}
}
.about{
    background:#fff;
    padding:120px 0;
}

.about-container{
    width:88%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.about-image{
    width:48%;
}

.image-box{
    position:relative;
    width:100%;
}

.image-box img{
    width:100%;
    border-radius:10px;
    display:block;
}

.image-box::before{
    content:"";
    position:absolute;
    left:-18px;
    top:18px;
    width:100%;
    height:100%;
    background:#ffbe0b;
    z-index:-1;
}

.experience-box{
    position:absolute;
    left:25px;
    bottom:25px;
    width:140px;
    height:140px;
    background:#ffbe0b;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.experience-box h2{
    font-size:55px;
    color:#111;
    font-weight:800;
}

.experience-box span{
    color:#111;
    font-weight:600;
}

.about-content{
    width:48%;
}

.section-tag{
    color:#ffbe0b;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
}

.about-content h2{
    color:#111;
    font-size:55px;
    line-height:1.15;
    margin:20px 0;
    font-weight:800;
}

.about-content h2 span{
    color:#ffbe0b;
}

.about-content>p{
    color:#777;
    line-height:1.9;
    margin-bottom:35px;
}

.feature{
    display:flex;
    gap:20px;
    padding:24px;
    border-radius:10px;
    background:#1d1d1d;
    color:#fff;
    margin-bottom:18px;
    transition:.35s;
}

.feature.active{
    background:#ffbe0b;
    color:#111;
}

.feature.active p{
    color:#222;
}

.icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#111;
    color:#ffbe0b;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:26px;
    flex-shrink:0;
}

.feature.active .icon{
    background:#111;
}

.feature h3{
    margin-bottom:8px;
    font-size:20px;
}

.feature p{
    color:#cfcfcf;
    line-height:1.6;
}

.feature:hover{
    transform:translateX(10px);
}

.reveal{
    opacity:0;
    transform:translateY(60px);
    transition:opacity 1s cubic-bezier(.16,.84,.44,1),
               transform 1.1s cubic-bezier(.16,.84,.44,1);
}

.reveal.active{
    opacity:1;
    transform:translateY(0);
}

.reveal-right{
    opacity:0;
    transform:translateX(80px);
    transition:opacity 1s ease, transform 1.1s cubic-bezier(.16,.84,.44,1);
}

.reveal-right.active{
    opacity:1;
    transform:translateX(0);
}

.reveal-left{
    opacity:0;
    transform:translateX(-80px);
    transition:opacity 1s ease, transform 1.1s cubic-bezier(.16,.84,.44,1);
}

.reveal-left.active{
    opacity:1;
    transform:translateX(0);
}

.reveal:nth-child(1){ transition-delay:0s; }
.reveal:nth-child(2){ transition-delay:.1s; }
.reveal:nth-child(3){ transition-delay:.2s; }
.reveal:nth-child(4){ transition-delay:.3s; }

@media(max-width:768px){

.about{
    padding:70px 0;
}

.about-container{
    flex-direction:column;
    gap:40px;
}

.about-image,
.about-content{
    width:100%;
}

.about-content{
    text-align:center;
}

.about-content h2{
    font-size:34px;
}

.feature{
    text-align:left;
}

}

@media(max-width:480px){

.about-content h2{
    font-size:28px;
}

.about-content>p{
    font-size:15px;
}

.feature{
    padding:18px;
    gap:14px;
}

.feature h3{
    font-size:17px;
}

.feature p{
    font-size:14px;
}

}

/*==============================
QUALITY SERVICES
==============================*/

.quality-services{
    padding:120px 8%;
    background:#fff;
    position:relative;
}

.quality-header{
    text-align:center;
    margin-bottom:70px;
}

.quality-header span{
    color:#ffbe0b;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
}

.quality-header h2{
    margin-top:15px;
    font-size:48px;
    color:#111;
    font-weight:800;
}

.quality-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.quality-card{
    position:relative;
    overflow:hidden;
    background:#faf8f4;
    border:1px solid #ececec;
    border-radius:22px;
    padding:45px 35px;
    transition:.45s ease;
    cursor:pointer;
    z-index:1;
}

.featured-service{
    background:#ffbe0b;
    border:none;
}

.quality-card::before{
    content:"";
    position:absolute;
    inset:0;
    padding:2px;
    border-radius:22px;
    background:linear-gradient(135deg,#ffbe0b,#ffd65c,#ffbe0b);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
    opacity:0;
    transition:.4s;
}

.quality-card::after{
    content:"";
    position:absolute;
    top:-120%;
    left:-70%;
    width:60%;
    height:300%;
    background:rgba(255,255,255,.35);
    transform:rotate(25deg);
    transition:.8s;
}

.quality-card:hover::after{
    left:150%;
}

.quality-card:hover::before{
    opacity:1;
}

.quality-card:hover{
    transform:translateY(-15px);
    background:#fff;
    box-shadow:
    0 25px 50px rgba(0,0,0,.12),
    0 8px 20px rgba(255,190,11,.18);
}

.featured-service:hover{
    background:#ffbe0b;
}

.quality-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    color:#111;
    font-size:36px;
    margin-bottom:35px;
    transition:.45s;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.quality-card:hover .quality-icon{
    transform:rotate(12deg) scale(1.15);
    background:#111;
    color:#ffbe0b;
    box-shadow:0 15px 30px rgba(0,0,0,.18);
}

.quality-card h3{
    font-size:27px;
    color:#111;
    margin-bottom:40px;
    line-height:1.4;
    transition:.35s;
}

.quality-card:hover h3{
    transform:translateX(5px);
}

.quality-card a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#111;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    transition:.35s;
}

.quality-card a i{
    transition:.35s;
}

.quality-card:hover a{
    gap:16px;
    color:#111;
}

.quality-card:hover a i{
    transform:translateX(6px);
}

@media(max-width:1200px){

.quality-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.quality-services{
padding:90px 25px;
}

.quality-header{
margin-bottom:45px;
}

.quality-header h2{
font-size:38px;
}

.quality-grid{
grid-template-columns:1fr;
gap:22px;
}

.quality-card{
padding:35px 28px;
}

.quality-card h3{
font-size:24px;
}

}

@media(max-width:480px){

.quality-services{
padding:70px 20px;
}

.quality-header h2{
font-size:30px;
}

.quality-card{
padding:28px 22px;
border-radius:18px;
}

.quality-icon{
width:65px;
height:65px;
font-size:28px;
margin-bottom:25px;
}

.quality-card h3{
font-size:20px;
margin-bottom:25px;
}

.quality-card a{
font-size:12px;
}

}

/*==========================
PROJECTS SLIDER
==========================*/

.projects-slider{
    padding:100px 0;
    background:#fff;
}

.projects-tabs{
    width:90%;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid #ddd;
    margin-bottom:35px;
}

.project-tab{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:25px 15px;
    cursor:pointer;
    color:#8b8b8b;
    font-size:18px;
    font-weight:600;
    transition:.35s;
    position:relative;
}

.project-tab i{
    font-size:28px;
}

.project-tab::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width:0;
    height:4px;
    background:#1d4ed8;
    transition:.35s;
}

.project-tab.active{
    color:#111;
}

.project-tab.active::after{
    width:100%;
}

.project-tab:hover{
    color:#111;
}

.projectSwiper{
    width:90%;
    height:600px;
    margin:auto;
    overflow:hidden;
    border-radius:10px;
}

.gallery{
    display:none;
    margin-top:40px;
}

.gallery.active{
    display:block;
}

.gallery .swiper{
    width:100%;
    height:600px;
}

.gallery img{
    width:100%;
    height:600px;
    object-fit:cover;
}

.projectSwiper .swiper-slide{
    overflow:hidden;
}

.projectSwiper img{
    width:100%;
    height:600px;
    object-fit:cover;
    transition:.6s;
}

.projectSwiper img:hover{
    transform:scale(1.05);
}

@media(max-width:991px){

.projects-tabs{
    overflow-x:auto;
    justify-content:flex-start;
}

.projects-tabs::-webkit-scrollbar{
    display:none;
}

.project-tab{
    min-width:230px;
}

.projectSwiper{
    height:420px;
}

.projectSwiper img{
    height:420px;
}

}

@media(max-width:768px){

.projects-slider{
    padding:70px 0;
}

.projectSwiper{
    height:300px;
}

.projectSwiper img{
    height:300px;
}

.project-tab{
    min-width:190px;
    padding:18px 12px;
    font-size:15px;
}

.project-tab i{
    font-size:22px;
}

}

@media(max-width:480px){

.project-tab{
    min-width:150px;
    font-size:13px;
    gap:8px;
    padding:15px 10px;
}

.project-tab i{
    font-size:18px;
}

.projectSwiper,
.gallery .swiper,
.gallery img,
.projectSwiper img{
    height:220px;
}

}

.projects-grid{
display:none;
grid-template-columns:repeat(3,1fr);
gap:25px;
width:90%;
margin:auto;
}

.projects-grid.active{
display:grid;
}

.project-card{
height:260px;
overflow:hidden;
border-radius:15px;
}

.project-card img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}

.project-card:hover img{
transform:scale(1.1);
}

@media(max-width:900px){

.projects-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.projects-grid{
grid-template-columns:1fr;
gap:16px;
}

.project-card{
height:220px;
border-radius:12px;
}

}

/* ==========================
   STATS SECTION
========================== */

.stats-section{
    background:#fbbd23;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:25px 0;
}

.stat-item{
    width:250px;
    text-align:center;
    position:relative;
}

.stat-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:15%;
    height:70%;
    width:1px;
    background:rgba(0,0,0,.25);
}

.stat-item h2{
    margin:0;
    font-size:38px;
    font-weight:800;
    color:#111;
}

.stat-item p{
    margin-top:8px;
    font-size:13px;
    color:#222;
    font-weight:600;
}

@media(max-width:768px){

.stats-section{
    flex-wrap:wrap;
    gap:20px;
    padding:35px 20px;
}

.stat-item{
    width:45%;
}

.stat-item::after{
    display:none;
}

}

@media(max-width:480px){

.stats-section{
    flex-direction:column;
    gap:22px;
    padding:30px 20px;
}

.stat-item{
    width:100%;
}

.stat-item h2{
    font-size:32px;
}

}

/* ================= WHY CHOOSE US ================= */

/*==============================
WHY CHOOSE US
==============================*/

.why-choose{

    padding:120px 0;
    background:#0b0b0b;

}

.why-wrapper{

    display:grid;
    grid-template-columns:1fr 430px 1fr;
    gap:55px;
    align-items:center;

}

.why-content h2{

    font-size:58px;
    line-height:1.15;
    color:#fff;
    margin-bottom:25px;
    font-weight:700;

}

.why-content h2 span{

    color:var(--primary);

}

.why-content p{

    color:#bdbdbd;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;

}

.why-image{

    overflow:hidden;
    border-radius:30px;
    height:620px;
    position:relative;

    box-shadow:
    0 20px 60px rgba(0,0,0,.45);

}

.why-image img{

    width:100%;
    height:100%;
    object-fit:cover;
    transition:.7s;

}

.why-image:hover img{

    transform:scale(1.08);

}

.why-accordion{

    display:flex;
    flex-direction:column;
    gap:22px;

}

.why-item{

    background:#171717;
    border:1px solid rgba(255,255,255,.08);
    border-radius:26px;
    padding:28px;
    transition:.4s;

}

.why-item.active{

    background:linear-gradient(
        135deg,
        var(--primary),
        #ff8f1d
    );

}

.why-header{

    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;

}

.why-header h3{

    color:#fff;
    font-size:26px;
    font-weight:600;

}

.why-header span{

    width:54px;
    height:54px;

    border-radius:50%;

    background:#fff;

    color:#111;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:28px;
    font-weight:bold;

    transition:.4s;

}

.why-item.active .why-header span{

    background:#111;
    color:#fff;

}

.why-body{

    max-height:0;
    overflow:hidden;

    color:#fff;

    line-height:1.8;

    transition:.45s ease;

}

.why-item.active .why-body{

    max-height:250px;
    margin-top:22px;

}
/*==============================
Responsive
==============================*/

@media(max-width:1200px){

.why-wrapper{

grid-template-columns:1fr;
gap:45px;

}

.why-image{

height:520px;
max-width:600px;
margin:auto;

}

}

@media(max-width:768px){

.why-choose{

padding:80px 0;

}

.why-content{

text-align:center;

}

.why-content h2{

font-size:42px;

}

.why-content p{

font-size:16px;

}

.why-image{

height:420px;

}

.why-header h3{

font-size:20px;

}

.why-header span{

width:46px;
height:46px;
font-size:22px;

}

}

@media(max-width:480px){

.why-choose{

padding:60px 0;

}

.why-content h2{

font-size:32px;

}

.why-content p{

font-size:15px;

}

.why-image{

height:280px;
border-radius:20px;

}

.why-item{

padding:20px;
border-radius:18px;

}

.why-header h3{

font-size:17px;

}

.why-header span{

width:38px;
height:38px;
font-size:18px;

}

.why-body{

font-size:14px;
line-height:1.6;

}

}

/* ================= MODERN PROCESS ================= */

.process-modern{
    padding:10px 8%;
    background:#fff;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.process-image{
    position:relative;
    height:650px;
    overflow:hidden;
}

.process-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.process-overlay{
    position:absolute;
    bottom:40px;
    left:40px;
    background:#111;
    color:white;
    padding:35px 45px;
    border-left:5px solid #d89b2b;
}

.process-overlay h2{
    font-size:60px;
    margin:0;
    color:#d89b2b;
}

.process-overlay p{
    margin:5px 0 0;
    font-size:17px;
}

.process-content span{
    color:#d89b2b;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.process-content h2{
    font-size:45px;
    line-height:1.2;
    margin:15px 0 20px;
    color:#111;
}

.intro{
    color:#666;
    line-height:1.8;
    margin-bottom:45px;
}

.process-step{
    display:flex;
    gap:30px;
    padding:25px 0;
    border-bottom:1px solid #ddd;
    transition:.4s;
}

.process-step:last-child{
    border-bottom:none;
}

.step-number{
    font-size:45px;
    font-weight:800;
    color:#ddd;
    min-width:70px;
    transition:.4s;
}

.process-step h3{
    margin:0 0 10px;
    font-size:23px;
    color:#111;
}

.process-step p{
    color:#777;
    line-height:1.6;
    margin:0;
}

.process-step:hover .step-number{
    color:#d89b2b;
    transform:translateX(10px);
}

.process-step:hover{
    padding-left:15px;
}

@media(max-width:1000px){

    .process-modern{
        grid-template-columns:1fr;
        gap:50px;
    }

    .process-image{
        height:500px;
    }

}

@media(max-width:600px){

    .process-modern{
        padding:80px 5%;
    }

    .process-content h2{
        font-size:32px;
    }

    .process-image{
        height:400px;
    }

    .process-overlay{
        left:20px;
        bottom:20px;
        padding:25px;
    }

    .process-overlay h2{
        font-size:45px;
    }

}

@media(max-width:480px){

    .process-modern{
        padding:60px 5%;
        gap:35px;
    }

    .process-image{
        height:300px;
    }

    .process-overlay{
        left:15px;
        bottom:15px;
        padding:18px;
    }

    .process-overlay h2{
        font-size:34px;
    }

    .process-overlay p{
        font-size:14px;
    }

    .process-content h2{
        font-size:26px;
    }

    .process-step{
        gap:18px;
        padding:18px 0;
    }

    .step-number{
        font-size:32px;
        min-width:48px;
    }

    .process-step h3{
        font-size:18px;
    }

    .process-step p{
        font-size:14px;
    }

}

/* ================= FEATURED PROJECT ================= */

.featured-project{
    padding:120px 8%;
    background:#111;
}

.featured-image{
    height:650px;
    position:relative;
    overflow:hidden;
}

.featured-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.featured-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.8),
        rgba(0,0,0,.2)
    );
}

.featured-box{
    position:absolute;
    top:50%;
    left:70px;
    transform:translateY(-50%);
    width:500px;
    color:white;
    z-index:2;
}

.featured-box span{
    color:#d89b2b;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
}

.featured-box h2{
    font-size:55px;
    line-height:1.15;
    margin:20px 0;
}

.featured-box p{
    color:#ddd;
    font-size:17px;
    line-height:1.8;
    margin-bottom:35px;
}

.featured-box a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#d89b2b;
    color:#111;
    padding:15px 30px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.featured-box a:hover{
    background:white;
}

.project-details{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,.2);
    padding-top:40px;
}

.detail{
    text-align:center;
    border-right:1px solid rgba(255,255,255,.2);
}

.detail:last-child{
    border:none;
}

.detail h3{
    color:#d89b2b;
    font-size:42px;
    margin:0 0 10px;
}

.detail p{
    color:#ccc;
    margin:0;
}

@media(max-width:1000px){

    .featured-image{
        height:550px;
    }

    .featured-box{
        left:40px;
        width:450px;
    }

    .featured-box h2{
        font-size:42px;
    }

    .project-details{
        grid-template-columns:repeat(2,1fr);
        gap:30px;
    }

}

@media(max-width:600px){

    .featured-project{
        padding:80px 5%;
    }

    .featured-image{
        height:500px;
    }

    .featured-box{
        left:25px;
        width:85%;
    }

    .featured-box h2{
        font-size:32px;
    }

    .project-details{
        grid-template-columns:1fr;
    }

    .detail{
        border:none;
        padding:20px 0;
        border-bottom:1px solid rgba(255,255,255,.15);
    }

    .detail:last-child{
        border-bottom:none;
    }

}

@media(max-width:480px){

    .featured-project{
        padding:60px 5%;
    }

    .featured-image{
        height:400px;
    }

    .featured-box{
        left:18px;
        width:88%;
    }

    .featured-box h2{
        font-size:24px;
    }

    .featured-box p{
        font-size:14px;
        margin-bottom:22px;
    }

    .featured-box a{
        padding:12px 22px;
        font-size:14px;
    }

    .detail h3{
        font-size:28px;
    }

}

/* ================= TESTIMONIALS ================= */

.testimonials{
    padding:80px 8%;
    background:#f7f7f5;
}

.testimonials-container{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:60px;
    align-items:center;
}

.testimonial-header{
    text-align:left;
}

.testimonial-header span{
    color:#c8912e;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

.testimonial-header h2{
    font-size:38px;
    line-height:1.25;
    color:#111;
    margin:15px 0 0;
}

.testimonial-header::after{
    content:"";
    display:block;
    width:60px;
    height:3px;
    background:#c8912e;
    margin-top:25px;
}

.testimonial-slider{
    position:relative;
}

.testimonial-item{
    background:white;
    padding:40px;
    position:relative;
    border-left:4px solid #c8912e;
    border-radius:6px;
    box-shadow:0 15px 35px rgba(0,0,0,.06);
}

.quote{
    position:absolute;
    top:28px;
    right:35px;
    color:#e8d4a8;
    font-size:60px;
    line-height:1;
}

.testimonial-item p{
    font-size:18px;
    line-height:1.7;
    color:#444;
    margin:0;
    max-width:90%;
}

.client{
    display:flex;
    align-items:center;
    gap:16px;
    margin-top:28px;
}

.client img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

.client h3{
    margin:0 0 3px;
    color:#111;
    font-size:17px;
}

.client span{
    color:#777;
    font-size:14px;
}

.stars{
    color:#c8912e;
    font-size:16px;
    margin-top:14px;
    letter-spacing:2px;
}

.slider-buttons{
    display:flex;
    gap:10px;
    margin-top:28px;
}

.slider-buttons button{
    width:42px;
    height:42px;
    border-radius:50%;
    background:white;
    border:1px solid #ddd;
    color:#111;
    font-size:18px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.slider-buttons button:hover{
    background:#c8912e;
    border-color:#c8912e;
    color:white;
}

@media(max-width:1000px){
    .testimonials-container{
        grid-template-columns:1fr;
        gap:35px;
    }
    .testimonial-header{
        text-align:center;
    }
    .testimonial-header::after{
        margin:25px auto 0;
    }
    .testimonial-item p{
        max-width:100%;
    }
}

@media(max-width:600px){
    .testimonials{
        padding:60px 5%;
    }
    .testimonial-header h2{
        font-size:28px;
    }
    .testimonial-item{
        padding:28px 22px;
    }
    .testimonial-item p{
        font-size:16px;
    }
    .quote{
        font-size:45px;
        top:20px;
        right:22px;
    }
}

@media(max-width:480px){
    .testimonials{
        padding:50px 5%;
    }
    .testimonial-header h2{
        font-size:23px;
    }
    .testimonial-item{
        padding:22px 16px;
    }
    .testimonial-item p{
        font-size:15px;
    }
    .client img{
        width:48px;
        height:48px;
    }
    .client h3{
        font-size:15px;
    }
    .client span{
        font-size:13px;
    }
    .quote{
        font-size:34px;
        top:14px;
        right:16px;
    }
    .slider-buttons button{
        width:38px;
        height:38px;
        font-size:15px;
    }
}

/* ================= PARTNERS ================= */

.partners-section{
    padding:70px 8%;
    background:#fff;
    border-top:1px solid #eee;
}

.partners-header{
    text-align:center;
    margin-bottom:45px;
}

.partners-header span{
    color:#c8912e;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

.partners-header h2{
    font-size:34px;
    color:#111;
    margin-top:12px;
}

.logos-wrapper{
    overflow:hidden;
    position:relative;
    width:100%;
    -webkit-mask-image:linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
    mask-image:linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.logos-slide{
    display:flex;
    align-items:center;
    gap:70px;
    width:max-content;
    animation:scrollLogos 22s linear infinite;
}

.logos-slide img{
    width:130px;
    height:60px;
    object-fit:contain;
    filter:grayscale(100%);
    opacity:.55;
    transition:.3s;
}

.logos-slide img:hover{
    filter:grayscale(0);
    opacity:1;
}

@keyframes scrollLogos{
    from{ transform:translateX(0); }
    to{ transform:translateX(-33.333%); }
}

@media(max-width:600px){
    .partners-section{
        padding:50px 5%;
    }
    .partners-header h2{
        font-size:26px;
    }
    .logos-slide{
        gap:35px;
    }
    .logos-slide img{
        width:95px;
        height:45px;
    }
}

@media(max-width:480px){
    .partners-section{
        padding:40px 5%;
    }
    .partners-header h2{
        font-size:21px;
    }
    .partners-header{
        margin-bottom:30px;
    }
    .logos-slide{
        gap:25px;
    }
    .logos-slide img{
        width:75px;
        height:36px;
    }
}
/* ================= CTA SECTION ================= */

.cta-section{
    padding:120px 8%;
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.85),
        rgba(0,0,0,.5)
    ),
    url("https://benews.co.uk/wp-content/uploads/2023/07/shutterstock_617032220.jpg");
    background-size:cover;
    background-position:center;
    position:relative;
}

.cta-content{
    max-width:800px;
    color:white;
}

.cta-content span{
    color:#d89b2b;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
}

.cta-content h2{
    font-size:55px;
    line-height:1.15;
    margin:20px 0;
}

.cta-content p{
    color:#ddd;
    font-size:18px;
    line-height:1.8;
    max-width:650px;
}

.cta-buttons{
    display:flex;
    align-items:center;
    gap:25px;
    margin-top:40px;
}

.cta-primary{
    background:#d89b2b;
    color:#111;
    padding:18px 35px;
    text-decoration:none;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:10px;
    transition:.3s;
}

.cta-primary:hover{
    background:white;
}

.cta-phone{
    color:white;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:12px;
    font-size:18px;
}

.cta-phone i{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#d89b2b;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

@media(max-width:700px){

    .cta-section{
        padding:80px 5%;
    }

    .cta-content h2{
        font-size:35px;
    }

    .cta-buttons{
        flex-direction:column;
        align-items:flex-start;
    }

}

@media(max-width:480px){

    .cta-section{
        padding:60px 5%;
    }

    .cta-content h2{
        font-size:26px;
    }

    .cta-content p{
        font-size:15px;
    }

    .cta-primary{
        padding:14px 26px;
        font-size:15px;
    }

    .cta-phone{
        font-size:15px;
    }

    .cta-phone i{
        width:42px;
        height:42px;
        font-size:18px;
    }

}
/* =========================================================
   FOOTER
========================================================= */

.footer{
    background:var(--dark);
    color:#fff;
    padding:80px 8% 0;
}

.footer-container{
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr;
    gap:50px;
}

.footer-logo{
    display:flex;
    align-items:center;
    gap:12px;
}

.footer-logo .logo-icon{
    width:44px;
    height:44px;
    background:var(--primary);
    color:#111;
    border-radius:50%;
}

.footer-logo h2{
    font-size:28px;
    color:#fff;
}

.footer-about p{
    color:#aaa;
    line-height:1.8;
    margin:22px 0;
    font-size:14px;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#222;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:19px;
    transition:.3s;
}

.footer-social a:hover{
    background:var(--primary);
    color:#111;
}

.footer h3{
    font-size:19px;
    margin-bottom:24px;
    color:#fff;
}

.footer-links a{
    display:block;
    color:#aaa;
    margin-bottom:14px;
    font-size:14px;
    transition:.3s;
}

.footer-links a:hover{
    color:var(--primary);
}

.footer-contact p{
    display:flex;
    align-items:center;
    gap:12px;
    color:#aaa;
    margin-bottom:16px;
    font-size:14px;
}

.footer-contact i{
    color:var(--primary);
    font-size:20px;
}

.footer-bottom{
    margin-top:55px;
    padding:25px 0;
    border-top:1px solid #2a2a2a;
    display:flex;
    justify-content:space-between;
    color:#888;
    font-size:13px;
}

.footer-bottom div a{
    color:#888;
    margin-left:20px;
    transition:.3s;
}

.footer-bottom div a:hover{
    color:var(--primary);
}



@media(max-width:480px){

    .footer-container{
        grid-template-columns:1fr;
        text-align:center;
    }

    .footer-social{
        justify-content:center;
    }

    .footer-contact p{
        justify-content:center;
    }
}


/* Desktop */

.menu-btn{
    display:none;
}

/* =========================
   Scroll Animation
========================= */

.reveal,
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale{
    opacity:0;
    transition:
    opacity .9s cubic-bezier(.16,.84,.44,1),
    transform .9s cubic-bezier(.16,.84,.44,1);
    will-change:transform,opacity;
}

.reveal,
.reveal-up{
    transform:translateY(80px);
}

.reveal.active,
.reveal-up.active{
    opacity:1;
    transform:translateY(0);
}

.reveal-left{
    transform:translateX(-100px);
}

.reveal-left.active{
    opacity:1;
    transform:translateX(0);
}

.reveal-right{
    transform:translateX(100px);
}

.reveal-right.active{
    opacity:1;
    transform:translateX(0);
}

.reveal-scale{
    transform:scale(.85);
}

.reveal-scale.active{
    opacity:1;
    transform:scale(1);
}

.quality-card:nth-child(1){
    transition-delay:0s;
}

.quality-card:nth-child(2){
    transition-delay:.15s;
}

.quality-card:nth-child(3){
    transition-delay:.3s;
}

.quality-card:nth-child(4){
    transition-delay:.45s;
}

/* Delay */

.delay-1{transition-delay:.1s;}
.delay-2{transition-delay:.2s;}
.delay-3{transition-delay:.3s;}
.delay-4{transition-delay:.4s;}
.delay-5{transition-delay:.5s;}
.delay-6{transition-delay:.6s;}

/* احترام إعدادات تقليل الحركة عند المستخدم (Accessibility) */
@media(prefers-reduced-motion:reduce){

.reveal,
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
}

}

/*=========================================================
FIX: ABOUT SECTION ON MOBILE (كان مبعثر وفيه خطوط خلفية زيادة)
=========================================================*/

@media(max-width:991px){

/* السكشن بيجي بـ height:69vh وخلفية زخرفية inline في الـ HTML،
   دول اللي بيبوظوا الترتيب على الموبايل - بنشيلهم بقوة أكبر من الـ inline style */
.about{
    height:auto !important;
    min-height:auto !important;
    background-image:none !important;
    background:#fff !important;
    padding:70px 0 !important;
}

.about-image{
    width:100%;
    max-width:380px;
    margin:0 auto;
}

.image-box{
    position:relative;
    display:block;
}

/* الظل الأصفر الخلفي بيتقص وبيبين غريب على الموبايل - نشيله */
.image-box::before{
    display:none;
}

.about-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:16px;
    display:block;
}

/* الكارت الأصفر (25+ Years) بيبقى بادچ صغير في الركن بدل ما يغطي الصورة */
.experience-box{
    position:absolute;
    left:auto;
    right:14px;
    bottom:-24px;
    top:auto;
    width:clamp(90px,26vw,120px);
    height:clamp(90px,26vw,120px);
    border-radius:14px;
    box-shadow:0 12px 30px rgba(0,0,0,.25);
    z-index:5;
}

.experience-box h2{
    font-size:clamp(22px,6vw,30px);
    line-height:1;
}

.experience-box span{
    font-size:11px;
    text-align:center;
    padding:0 6px;
    margin-top:4px;
}

.about-content{
    margin-top:45px;
}

}

@media(max-width:480px){

.about-image{
    max-width:300px;
}

.about-image img{
    height:200px;
    border-radius:14px;
}

.experience-box{
    right:8px;
    bottom:-20px;
    width:clamp(80px,28vw,100px);
    height:clamp(80px,28vw,100px);
    border-radius:12px;
}

.about-content{
    margin-top:38px;
}

}

/*=========================================================
FIX: BRANDS STRIP ON MOBILE (نص مقطوع من الطرفين)
=========================================================*/

@media(max-width:768px){

.brands{
    background:#171717;
    border-radius:20px;
    padding:16px 18px;
    scroll-snap-type:x proximity;
    -webkit-mask-image:linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    mask-image:linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.brands div{
    scroll-snap-align:start;
    font-size:15px;
    padding:0 4px;
}

}

@media(max-width:480px){

.brands{
    padding:14px;
    gap:18px;
}

.brands div{
    font-size:14px;
}

}


@media(max-width:900px){

    .menu-btn{
        display:flex;
    }

    .navbar ul.nav-links{
        position:fixed;
        top:110px;
        left:50%;
        transform:translate(-50%, -20px);

        width:90%;
        max-width:420px;

        display:flex;
        flex-direction:column;
        align-items:center;
        gap:20px;

        background:rgba(18,18,18,.96);
        backdrop-filter:blur(18px);

        border:1px solid rgba(255,255,255,.1);
        border-radius:22px;

        padding:30px 20px;

        opacity:0;
        visibility:hidden;
        pointer-events:none;

        transition:
            opacity .35s ease,
            transform .35s ease,
            visibility .35s ease;

        z-index:9998;
    }

    .navbar ul.nav-links.open{
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        transform:translate(-50%, 0);
    }

    .navbar ul.nav-links li{
        width:100%;
        text-align:center;
    }

    .navbar ul.nav-links li a{
        display:block;
        padding:10px;
        color:#fff;
    }

}
.quality-card{
    display:block;
    text-decoration:none;
    color:inherit;
    cursor:pointer;
}

.quality-card h3{
    color:#111;
}

.quality-read-more{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#111;
    font-weight:600;
    text-decoration:none;
}

.quality-read-more i{
    transition:.3s;
}

.quality-card:hover .quality-read-more i{
    transform:translateX(6px);
}