/* ===========================
   BEROONIX
   =========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Cairo',sans-serif;

    background:#f5f7fb;

    color:#222;

    overflow-x:hidden;

}

/* =========================== */

.container{

    width:90%;

    max-width:1300px;

    margin:auto;

}

/* =========================== */

header{

    

}

/* ================= HEADER ================= */

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;

    background:rgba(7,24,45,.55);
    backdrop-filter:blur(16px);

    border-bottom:1px solid rgba(255,255,255,.08);

    transition:.35s;
}

.header-container{

    display:flex;
    align-items:center;
    justify-content:space-between;

    height:72px;
}

.logo img{

    height:52px;

    transition:.3s;
}

.logo:hover img{

    transform:scale(1.05);
}

.navbar{

    display:flex;
    gap:35px;
}

.navbar a{

    color:#fff;

    text-decoration:none;

    font-size:16px;

    font-weight:600;

    transition:.3s;
}

.navbar a:hover{

    color:#d4af37;
}

.apply-btn{

    background:linear-gradient(135deg,#d4af37,#f4d46d);

    color:#07182d;

    padding:13px 28px;

    border-radius:50px;

    font-weight:700;

    text-decoration:none;

    box-shadow:0 15px 35px rgba(212,175,55,.25);

    transition:.35s;
}

.apply-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 20px 45px rgba(212,175,55,.4);
}

@media(max-width:992px){

.navbar{

display:none;

}

.apply-btn{

display:none;

}

.header-container{

justify-content:center;

}

.logo img{

height:48px;

}

}

/* =========================== */

.hero{
    height:100vh;

    background:url("../images/hero.jpg") no-repeat center center;
    background: size 103px;%;

    background-color:#07182d;

    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

    pointer-events:none;

}

.hero-content{

    position:relative;

    z-index:5;

    text-align:center;

    color:white;

    width:80%;

}

.hero h1{

    font-size:65px;

    margin-bottom:25px;

}

.hero p{

    font-size:24px;

    line-height:45px;

    margin-bottom:40px;

}

.hero-btn{

    display:inline-block;

    background:#d4af37;

    color:#07182d;

    padding:18px 45px;

    text-decoration:none;

    border-radius:50px;

    font-size:20px;

    font-weight:bold;

    transition:.4s;

}

.hero-btn:hover{

    transform:scale(1.05);

}

/* =========================== */

.stats{

    padding:90px 0;

    background:white;

}

.stats .container{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.stat{

    background:#07182d;

    color:white;

    border-radius:20px;

    padding:40px;

    text-align:center;

}

.stat h2{

    font-size:55px;

    color:#d4af37;

    margin-bottom:15px;

}

.stat p{

    font-size:22px;

}

/* =========================== */

.sectors{

    padding:100px 0;

}

.section-title{

    text-align:center;

    font-size:45px;

    margin-bottom:60px;

    color:#07182d;

}

.cards{

    width:90%;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:35px;

}

.card{

    background:white;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.4s;

}

.card:hover{

    transform:translateY(-12px);

}

.card img{

    width:100%;

    height:240px;

    object-fit:cover;

}

.card h3{

    margin:25px;

    color:#07182d;

    font-size:28px;

}

.card p{

    margin:0 25px 30px;

    line-height:32px;

    color:#555;

}

/* =========================== */

@media(max-width:992px){

.cards{

grid-template-columns:repeat(2,1fr);

}

.stats .container{

grid-template-columns:repeat(2,1fr);

}

.hero h1{

font-size:45px;

}

.hero p{

font-size:20px;

}

}

@media(max-width:768px){

nav{

display:none;

}

.cards{

grid-template-columns:1fr;

}

.stats .container{

grid-template-columns:1fr;

}

.hero h1{

font-size:35px;

}

.hero p{

font-size:18px;

line-height:35px;

}

.logo img{

height:50px;

}

}/* ===========================
   WHY BEROONIX
=========================== */

.why{

background:#07182d;

padding:110px 0;

}

.why .section-title{

color:#fff;

margin-bottom:25px;

}

.why-text{

color:#ddd;

text-align:center;

font-size:22px;

max-width:900px;

margin:auto;

line-height:42px;

margin-bottom:70px;

}

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.why-box{

background:#0d2340;

padding:45px 30px;

border-radius:20px;

text-align:center;

transition:.4s;

border:1px solid rgba(212,175,55,.2);

}

.why-box:hover{

transform:translateY(-10px);

border-color:#d4af37;

}

.why-box img{

width:80px;

height:80px;

margin-bottom:25px;

}

.why-box h3{

color:#d4af37;

font-size:28px;

margin-bottom:18px;

}

.why-box p{

color:#ddd;

font-size:18px;

line-height:34px;

}

@media(max-width:992px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-grid{

grid-template-columns:1fr;

}

.why-text{

font-size:18px;

line-height:34px;

}

}/* ================================= */
/* صفحة التقديم */
/* ================================= */

body{
    font-family: 'Cairo', sans-serif;
    background:#f5f7fb;
}

.progress-section{
    width:100%;
    padding:60px 20px;
}

.progress-container{
    max-width:1100px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;

    background:#ffffff;
    padding:30px 40px;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    border:1px solid #ececec;
}

.step{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    position:relative;
    z-index:2;
}

.circle{
    width:65px;
    height:65px;

    border-radius:50%;

    background:#f5f5f5;
    border:4px solid #d8d8d8;

    color:#8d8d8d;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
    font-weight:700;

    transition:all .35s ease;

    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.step.active .circle{
    background:#c8a04d;
    border-color:#c8a04d;
    color:#fff;
    transform:scale(1.08);
    box-shadow:0 12px 30px rgba(200,160,77,.45);
}

.step span{
    margin-top:15px;
    width:170px;

    font-size:15px;
    font-weight:700;
    color:#0d1b3d;

    transition:.3s;
}

.step.active span{
    color:#c8a04d;
}

.line{
    flex:1;
    height:6px;

    background:#e5e5e5;

    border-radius:50px;

    margin:0 18px;
    margin-bottom:33px;

    position:relative;

    overflow:hidden;
}

.form-box{
    max-width:1000px;
    margin:auto;
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.form-box h2{
    color:#0d1b3d;
    margin-bottom:10px;
}

.form-desc{
    color:#666;
    margin-bottom:35px;
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.input-box{
    display:flex;
    flex-direction:column;
}

.input-box label{
    margin-bottom:8px;
    font-weight:700;
    color:#0d1b3d;
}

.input-box input,
.input-box select{
    padding:14px;
    border:1px solid #ddd;
    border-radius:10px;
    font-family:'Cairo',sans-serif;
    font-size:15px;
}

.input-box input:focus,
.input-box select:focus{
    outline:none;
    border-color:#c8a04d;
}

.next-btn{
    margin-top:35px;
    width:100%;
    padding:16px;
    background:#c8a04d;
    color:white;
    border:none;
    border-radius:10px;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
    transition:.3s;
}

.next-btn:hover{
    background:#b18a38;
}

@media (max-width:768px){

.progress-section{
    padding:20px 10px;
    margin-bottom:15px;
}

.progress-container{
    padding:15px;
    gap:6px;
    border-radius:16px;
}

.circle{
    width:42px;
    height:42px;
    font-size:18px;
    border-width:3px;
}

.step span{
    width:75px;
    font-size:11px;
    line-height:1.3;
    margin-top:8px;
}

.line{
    height:4px;
    margin:0 4px 22px;
}

.form-box{
    padding:22px 16px;
    border-radius:18px;
}

.form-box h2{
    font-size:26px;
    margin-bottom:8px;
}

.form-desc{
    font-size:14px;
    line-height:1.7;
    margin-bottom:18px;
}

.form-grid{
    grid-template-columns:1fr;
    gap:14px;
}

.input-box label{
    font-size:14px;
}

.input-box input,
.input-box select{
    height:52px;
    padding:0 14px;
    font-size:15px;
}

.next-btn{
    height:54px;
    font-size:17px;
    margin-top:18px;
}


}
/* ================= PAYMENT STEP ================= */

.payment-box{
    max-width:650px;
    margin:0 auto;
    background:#fff;
    border-radius:22px;
    padding:45px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    text-align:center;
}

.payment-box h2{
    color:#07182d;
    font-size:34px;
    margin-bottom:10px;
}

.payment-desc{
    color:#666;
    margin-bottom:35px;
    line-height:1.8;
}

.vodafone-card{
    background:linear-gradient(135deg,#e60000,#b50000);
    color:#fff;
    border-radius:20px;
    padding:30px;
    margin-bottom:35px;
    box-shadow:0 12px 30px rgba(230,0,0,.25);
}

.vodafone-title{
    font-size:24px;
    font-weight:bold;
    margin-bottom:20px;
}

.payment-number{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    background:rgba(255,255,255,.15);
    padding:18px 22px;
    border-radius:14px;
    font-size:24px;
    font-weight:bold;
}

.copy-btn{
    border:none;
    background:#fff;
    color:#e60000;
    padding:10px 18px;
    border-radius:10px;
    cursor:pointer;
    font-weight:bold;
    transition:.3s;
}

.copy-btn:hover{
    transform:scale(1.05);
}

.upload-box{
    display:block;
    border:2px dashed #d4af37;
    border-radius:20px;
    padding:40px;
    cursor:pointer;
    transition:.3s;
    background:#fafafa;
}

.upload-box:hover{
    background:#fffdf4;
    border-color:#c89b18;
}

.upload-icon{
    font-size:55px;
    margin-bottom:15px;
}

.upload-box h3{
    color:#07182d;
    margin-bottom:8px;
}

.upload-box p{
    color:#777;
}

.upload-box input{
    display:none;
}

#previewImage{
    margin-top:20px;
    max-width:100%;
    display:none;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.pay-btn{
    margin-top:35px;
    width:100%;
    padding:18px;
    border:none;
    border-radius:14px;
    background:#d4af37;
    color:#07182d;
    font-size:20px;
    font-weight:bold;
    cursor:pointer;
    transition:.3s;
}

.pay-btn:hover{
    background:#c89b18;
    transform:translateY(-2px);
}
.payment-alert{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff8e6;
    border:2px solid #d4af37;
    border-right:6px solid #d4af37;
    border-radius:16px;
    padding:18px 22px;
    margin-bottom:30px;
    text-align:right;
}

.alert-icon{
    width:60px;
    height:60px;
    background:#d4af37;
    color:#07182d;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
}

.alert-title{
    display:block;
    font-size:20px;
    font-weight:bold;
    color:#07182d;
    margin-bottom:6px;
}

.alert-content p{
    margin:0;
    color:#444;
    line-height:1.8;
    font-size:16px;
}

.alert-content strong{
    color:#c40000;
}
/* ==========================================
   APPLICATION STATUS
========================================== */

.status-card{

    max-width:1000px;
    margin:40px auto;

    background:#fff;

    border-radius:24px;

    padding:45px;

    border:1px solid #ececec;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.status-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:45px;

}

.status-header h2{

    color:#07182d;

    font-size:34px;

    font-weight:700;

}

.status-badge{

    padding:10px 22px;

    border-radius:50px;

    font-size:14px;

    font-weight:bold;

    letter-spacing:.5px;

}

.status-badge.reviewing{

    background:#fff5db;

    color:#b98a00;

    border:1px solid #e5c24f;

}

.status-line{

    display:flex;

    align-items:flex-start;

}

.status-step{

    flex:1;

    text-align:center;

}

.status-circle{

    width:78px;

    height:78px;

    margin:auto;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    font-weight:bold;

}

.status-step.completed .status-circle{

    background:#22c55e;

    color:#fff;

    box-shadow:0 12px 35px rgba(34,197,94,.30);

}

.status-step.reviewing .status-circle{

    border:6px solid #ead9a0;

    border-top:6px solid #d4af37;

    background:#fff;

}

.status-step.pending .status-circle{

    background:#f4f4f4;

    border:3px solid #d8d8d8;

}

.status-step h4{

    margin-top:20px;

    margin-bottom:10px;

    color:#07182d;

    font-size:20px;

}

.status-step p{

    color:#777;

    line-height:1.8;

    font-size:15px;

    max-width:220px;

    margin:auto;

}

.status-connector{

    flex:1;

    height:5px;

    background:#e6e6e6;

    margin-top:37px;

    border-radius:50px;

}

.status-connector.active{

    background:#d4af37;

}

.spinner{

    animation:statusSpin 1s linear infinite;

}

@keyframes statusSpin{

    from{

        transform:rotate(0deg);

    }

    to{

        transform:rotate(360deg);

    }

}

@media(max-width:768px){

.status-header{

    flex-direction:column;

    gap:18px;

}

.status-line{

    flex-direction:column;

    align-items:center;

}

.status-connector{

    width:5px;

    height:70px;

    margin:15px 0;

}

.status-step{

    width:100%;

}

}
.input-error{

    border:2px solid #e53935 !important;

    background:#fff5f5 !important;

    box-shadow:0 0 0 4px rgba(229,57,53,.12);

}
.back-btn{

    width:100%;

    margin-top:15px;

    padding:17px;

    border:2px solid #07182d;

    background:#fff;

    color:#07182d;

    border-radius:14px;

    font-size:18px;

    font-weight:bold;

    cursor:pointer;

    transition:.3s;

}

.back-btn:hover{

    background:#07182d;

    color:#fff;

}

.loading-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    backdrop-filter:blur(6px);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:99999;
    opacity:0;
    visibility:hidden;
    transition:.3s;
}

.loading-overlay.show{
    opacity:1;
    visibility:visible;
}

.loading-box{
    width:330px;
    background:#fff;
    border-radius:18px;
    padding:35px;
    text-align:center;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.loader{
    width:70px;
    height:70px;
    margin:auto;
    border:6px solid #eee;
    border-top:6px solid #d4af37;
    border-radius:50%;
    animation:spin .8s linear infinite;
}

@keyframes spin{
    100%{
        transform:rotate(360deg);
    }
}

.success-icon{
    display:none;
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:#1db954;
    color:#fff;
    font-size:38px;
    line-height:70px;
    font-weight:bold;
}

#loadingText{
    margin-top:20px;
    font-size:20px;
    color:#07182d;
}
/* ========================= */
/* Mobile - Step 2 Responsive */
/* ========================= */

@media (max-width:768px){

    .payment-box{
        width:100%;
        padding:25px 18px;
        border-radius:16px;
        box-sizing:border-box;
    }

    .payment-box h2{
        font-size:26px;
        line-height:1.4;
    }

    .payment-desc{
        font-size:15px;
        margin-bottom:25px;
    }

    .vodafone-card{
        padding:20px 15px;
        border-radius:16px;
    }

    .vodafone-title{
        font-size:20px;
        margin-bottom:15px;
    }

    .payment-number{
        flex-direction:column;
        gap:12px;
        font-size:22px;
        text-align:center;
        word-break:break-all;
        padding:18px;
    }

    .copy-btn{
        width:100%;
        padding:14px;
        font-size:16px;
    }

    .upload-box{
        padding:25px 15px;
    }

    .upload-icon{
        font-size:45px;
    }

    .upload-box h3{
        font-size:20px;
    }

    .upload-box p{
        font-size:14px;
    }

    #previewImage{
        width:100%;
        max-height:300px;
        object-fit:contain;
    }

    .back-btn,
    .pay-btn{
        width:100%;
        padding:16px;
        font-size:18px;
        margin-top:18px;
    }

}
.payment-alert{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff9ea;
    border:2px solid #d4af37;
    border-radius:18px;
    padding:22px;
    margin:25px 0;
    text-align:right;
}

.alert-icon{
    width:65px;
    height:65px;
    min-width:65px;
    border-radius:50%;
    background:#d4af37;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
}

.alert-content{
    flex:1;
}

.alert-content h3{
    margin:0 0 10px;
    color:#07182d;
    font-size:24px;
}

.alert-content p{
    margin:0;
    line-height:1.9;
    color:#555;
}

.alert-content strong{
    color:#d60000;
}

@media(max-width:768px){

    .payment-alert{
        flex-direction:column;
        text-align:center;
        padding:20px;
    }

    .alert-content h3{
        font-size:21px;
    }

    .alert-content p{
        font-size:16px;
    }


.progress-container{
    padding:15px 10px;
    border-radius:15px;
}

.circle{
    width:45px;
    height:45px;
    font-size:18px;
    border-width:3px;
}

.step span{
    width:80px;
    font-size:12px;
    margin-top:8px;
    line-height:1.3;
}

.line{
    margin:0 8px;
    margin-bottom:25px;
    height:4px;
}

.form-box{
    padding:20px 15px;
    border-radius:15px;
}

.form-box h2{
    font-size:30px;
    margin-bottom:8px;
}

.form-desc{
    font-size:15px;
    margin-bottom:20px;
    line-height:1.7;
}

.form-grid{
    grid-template-columns:1fr;
    gap:12px;
}

.input-box label{
    font-size:14px;
    margin-bottom:6px;
}

.input-box input,
.input-box select{
    height:48px;
    font-size:15px;
    padding:0 12px;
}

.next-btn,
.submit-btn{
    height:50px;
    font-size:17px;
    margin-top:15px;
}

}
