/* Cleaned additions */
*{
    box-sizing:border-box;
}

*,
*::before,
*::after{
    box-sizing:border-box;
}
html{
    scroll-behavior:smooth;
}

a{

    text-decoration: none;
}


html, body{
    overflow-x:hidden;
    width:100%;

      margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    text-decoration: none;
}
@media (max-width:768px){

    h1{
        font-size:32px;
    }

    p{
        font-size:16px;
    }

    .trainer-card{
        flex-direction:column;
    }

    img{
        max-width:100%;
        height:auto;
    }

    





}
body{



    margin:0;
    overflow-x:hidden;
    background-color:rgb(236,237,238);







     margin:0;
    padding:0;
    overflow-x:hidden;
   
font-family:'Cairo',sans-serif;

    margin:0;
    overflow-x:hidden;
   
    font-family:'Cairo',sans-serif;
overflow-x: hidden;
    /* Modern subtle gradient */
     width: 100%;
     
     /* Background Shapes */
.red-decoration{

    position:absolute;

    inset:0;

    overflow:hidden;

    pointer-events:none;

    z-index:-1;





}

.red-decoration span{

    position:absolute;

    border-radius:50%;

    filter:blur(90px);

    opacity:.4;

}

/* Shape 1 */

.red-decoration span:nth-child(1){

    width:400px;
    height:400px;

    background:#c41212;

    top:-100px;
    left:-120px;

}

/* Shape 2 */

.red-decoration span:nth-child(2){

    width:300px;
    height:300px;

    background:#ff4040;

    right:-80px;
    top:40%;

}

/* Shape 3 */

.red-decoration span:nth-child(3){

    width:250px;
    height:250px;

    background:#8b0000;

    bottom:-80px;
    left:40%;
}
}



#home22{

   

     position:relative;

    min-height:100vh;

    margin-top:0;

    padding-top:0;

  


   clip-path:none;
    border-radius:0;
    




}

/* Background */

#img1{

    position:absolute;

    width:100%;

    height: 100%;

    object-fit:cover;

 object-position:center top;

    

}

/* Dark Red Overlay */


/* Glass Card */

.hero-content{
position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    width:80%;
    max-width:900px;

    text-align:center;

    color:white;

}
@media(max-width:768px){

.hero-content{

    position:relative;

    top:auto;
    left:auto;

    transform:none;

    width:90%;

    margin:auto;

    padding-top:120px;
    padding-bottom:80px;

}

#home22{

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:30vh;

}

}
/* Small title */

.hero-content h3{

    color:#ff3b3b;

    font-size:24px;

    margin-bottom:20px;

    letter-spacing:3px;

}

.hero-content h1{

    font-size:52px;

    margin-bottom:25px;

    font-weight:800;

    text-shadow:0 5px 20px rgb(15, 15, 15);
    color: white;

}

.hero-content p{

   

    

    max-width:850px;

    margin:auto;

    color:#f2f2f2;

    font-size:16px;

    line-height:1.7;


}

/* Main title */



/* Paragraph */



/* Buttons */

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:25px;

    margin-top:40px;

    flex-wrap:wrap;

    text-decoration: none;

}

@media (max-width:768px){

.hero-content h1{

    font-size:18px;

}

.hero-content p{

    font-size:18px;

}

.hero-content h3{

    font-size:18px;

}

}

.hero-btn{

    background:#c41212;

    color:white;

    padding:18px 45px;

    border-radius:12px;

    font-size:20px;

    transition:.35s;

}

.hero-btn:hover{

    transform:translateY(-8px);

    box-shadow:0 0 30px rgba(255,0,0,.45);
    color: #ffffff;

}

.hero-btn2{

    border:2px solid white;

    color:white;

    padding:18px 45px;

    border-radius:12px;

    transition:.35s;

}

.hero-btn2:hover{

    background:white;

    color:#c41212;

}

/* Scroll Arrow */

.scroll{

    position:absolute;

    bottom:40px;

    left:50%;

    transform:translateX(-50%);

    font-size:34px;

    color:white;

    animation:float 1.6s infinite;

}
@media(max-width:768px){

.hero-content{

    top:54%;

    width:92%;

}

}
/* Animations */

@keyframes float{

0%{

transform:translate(-50%,0);

}

50%{

transform:translate(-50%,15px);

}

100%{

transform:translate(-50%,0);

}

}

@keyframes zoom{

0%{

transform:scale(1);

}

100%{

transform:scale(1.1);

}

}
@media (max-width:900px){

.hero-content{

    width:90%;

}

.hero-content h1{

    font-size:48px;

}

.hero-content p{

    font-size:18px;

}

.hero-buttons{

    flex-direction:column;

    align-items:center;

}

}

.hero-content{

    margin-top:45px;

}


html,
body{
    overflow-x:hidden;
}

.header{
    position:fixed;
    top:0;
    left:0;

    width:100%;

    display:flex;
    justify-content:space-between;
    align-items:center;

    background:rgba(255,255,255,.95);
    backdrop-filter:blur(10px);

    border-bottom:2px solid #b30000;

    padding:12px 20px;

    z-index:1000;

     display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo-section{

    display:flex;

    align-items:center;

    flex:1;
   
    margin-left:auto;
}


.logo-link{

    display:flex;

    align-items:center;

   

    text-decoration:none;

    display:flex;
    align-items:center;
    gap:10px;

}
.logo{

    width:90px;

    height:90px;

    object-fit:contain;

}

.company h1{

    margin:0;

    color:#000;

    font-size:28px;

}

.company p{

    margin-top:5px;

    color:#444;

    font-size:13px;

}

.nav{

    display:flex;

    gap:35px;

}

.nav a{

    color:#000;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.nav a:hover{

    color:#b30000;

}
.menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    font-size: 30px;
    color: #b30000;
    cursor: pointer;

    line-height: 1;
    flex-shrink: 0;
     display: none;
}

/* Hover */

.logo-link:hover .logo {
    transform: scale(1.05);
    transition: .3s;
}

.logo-link:hover h1 {
    color: #ff3b3b;
    transition: .3s;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */
@media (max-width: 768px) {

    .header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        position: fixed;
         justify-content: center;
    }

    .logo-section{
        display: flex;
        align-items: center;
        flex: 1;
            width: 100%;
        display: flex;
        justify-content: center;
    }

    .logo-link{
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
    }

    .logo{
        width: 55px;
        height: 55px;
        object-fit: contain;
    }

    .company{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .company h1{
        font-size: 18px;
        margin: 0;
        line-height: 1.2;
    }

    .company p{
        font-size: 10px;
        margin: 2px 0 0;
    }

    .menu-btn{
        display: block;
        font-size: 30px;
        color: #b30000;
        cursor: pointer;
        margin-left: 15px;
    }

    .nav{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

    .nav.active{
        max-height: 300px;
    }

    .nav a{
        width: 100%;
        text-align: center;
        padding: 16px;
        border-top: 1px solid #eee;
    }


}
.header
.logo-section
.logo-link
.company
a{
    text-decoration:none;
    color:black;
    font-size:24px;
    font-weight:bold;
    transition:0.3s;
}

a:hover{
    color:red;
    transform:scale(1.1);
}

/* HERO IMAGE */

#img1{
    width:100%;
    height:100vh;
    object-fit:cover;
    filter:brightness(40%);

width:100%;
    height:100vh;
    object-fit:cover;
    filter:brightness(40%);

    
}



/* HERO TEXT */

#pp{
    position:absolute;
    top:35%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align:center;
    color:white;
    font-size:90px;
    font-weight:900;
    width:90%;
}

#span1{
    color:rgb(255,100,100);
}

/* SECTION TITLES */

#s2p1{
    text-align:center;
    font-size:80px;
    font-weight:900;
    margin-top:80px;
}

#s2p2{
    text-align:center;
    font-size:28px;
    line-height:1.8;
    width:90%;
    max-width:1000px;
    margin:auto;
}

/* BUTTON */

.b{
    




     display:block;

    width:fit-content;

    margin:40px auto 0;

    padding:18px 50px;

    background:#c41212;

    color:white;

    text-decoration:none;

    border-radius:12px;

    font-size:20px;

    font-weight:bold;

    transition:.35s;

    border:2px solid #c41212;

    box-shadow:0 0 25px rgba(255,0,0,.25);

}

.b:hover{
   background:transparent;

    color:#ff4d4d;

    transform:translateY(-5px);

    box-shadow:0 0 40px rgba(255,0,0,.45);

}

/* IMAGE CONTAINER */

#imgcon{
    width:90%;
    max-width:900px;
    margin:60px auto;
}

#imgcon img{
    width:100%;
    border-radius:20px;
}

/* =========================
   RED LINES (FIXED VERSION)
   ========================= */

.line{
    width:160px;
    height:6px;
    background:red;
    margin:20px auto;
    border-radius:10px;
    box-shadow:0 0 10px rgba(255,0,0,0.3);
    align-items: center;
}

/* if you still use old IDs */
#box,
#xob,
#oxb{
    width:160px;
    height:6px;
    background:red;
    margin:20px auto;
    border-radius:10px;
    box-shadow:0 0 10px rgba(255,0,0,0.3);
}

/* PROGRAM TITLE */

#v{
    text-align:center;
    font-size: 20px; 
    font-weight:900;
    margin-top:5px;

}

/* ANIMATION */

@keyframes fadein{
    from{
        opacity:0;
        transform:translateY(30px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* MOBILE RESPONSIVE */

@media(max-width:768px){

    #head{
        gap:15px;
        flex-wrap:wrap;
        height:auto;
        padding:15px;
    }

    a{
        font-size:18px;
    }

    #pp{
        font-size:42px;
    }

    #s2p1{
        font-size:42px;
    }

    #s2p2{
        font-size:18px;
    }

    #v{
        font-size:36px;
    }

    .b{
        width:80%;
        font-size:22px;
    }

    .line,
    #box,
    #xob,
    #oxb{
        width:100px;
    }
}
.shape-box{
    position:fixed;
    width:120px;
    height:120px;
    background:rgba(255,0,0,0.06);
    border:2px solid rgba(255,0,0,0.2);
    z-index:-1;
    transform:rotate(20deg);
}
/* DARK MODE */
body.dark{
    background-color:#111;
    color:white;
}

body.dark #head{
    background:#1a1a1a;
}

body.dark a{
    color:white;
}

body.dark a:hover{
    color:red;
}

/* adjust sections */
body.dark #s2p2,
body.dark #s2p1{
    color:white;
}



.cards{
    width:90%;
    max-width:1400px;
    margin:80px auto;
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
    
}




.card{
    width:350px;
    background:white;
    border:3px solid red;
    border-radius:25px;
    padding:25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);

    opacity:0;
    transform:translateY(80px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.2s ease;

        
}


.card.active{

opacity:1;
    transform:translateY(0);

}






   

.card.active:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow:0 20px 45px rgba(255,0,0,0.15);
}



.card img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:20px;
     
}

.card h3{
    font-size:32px;
    margin:25px 0 10px;
    font-weight:900;
}

.card .line{
    width:80px;
    height:5px;
    background:red;
    border-radius:10px;
    margin:15px auto;
}

.card p{
    font-size:20px;
    line-height:1.7;
    color:#555;
}

/* MOBILE */

@media (max-width:768px){

    .cards{
        width:95%;
        gap:20px;
    }

    .card{
        width:100%;
        max-width:400px;
    }

    .card h3{
        font-size:26px;
    }

    .card p{
        font-size:17px;
    }

    .card img{
        height:180px;
    }
}


#s2p1,
#s2p2,
#imgcon,
#v,
.card,
.b,
.line,
.trainer-section{
    opacity:0;
    transform:translateY(80px);

    transition:all 1s ease;
    
}

#s2p1.active,
#s2p2.active,
#imgcon.active,
#v.active,
.card.active,
.b.active,
.line.active,
.trainer-section.active{
    opacity:1;
    transform:translateY(0);



}

/* Cards appear one by one */
.card:nth-child(1){
    transition-delay:0.1s;
}

.card:nth-child(2){
    transition-delay:0.3s;
}

.card:nth-child(3){
    transition-delay:0.5s;
}

#v{

text-align:center;
    font-size:80px;
    font-weight:900;
    margin-top:190px;

}



.team-cards{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:30px;
    width:95%;
    margin:80px auto;
}

.team-card{
    position:relative;
    width:360px;
    height:600px;
    overflow:hidden;
    border-radius:25px;
    cursor:pointer;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

    transition:
        transform .4s ease,
        box-shadow .4s ease;
}

.team-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.25);
}

.person{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;

    transition:transform .6s ease;
}

.team-card:hover .person{
    transform:scale(1.08);
}

.overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.95) 10%,
        rgba(0,0,0,.4) 55%,
        rgba(0,0,0,.05) 100%
    );
}

.content{
    position:absolute;
    bottom:0;
    left:0;

    width:100%;
    padding:25px;
    color:white;
    box-sizing:border-box;
}

.content h3{
    font-size:42px;
    margin:0 0 15px;
    font-weight:900;
}

.desc{
    font-size:22px;
    line-height:1.4;
    margin-bottom:25px;
}

.info{
    display:flex;
    justify-content:space-between;
    align-items:end;
}

.info h4{
    margin:0;
    font-size:24px;
}

.info p{
    margin:5px 0 0;
    font-size:18px;
    opacity:.9;
}

.logo{
    width:60px;
    height:60px;
    object-fit:contain;
    background:white;
    border-radius:12px;
    padding:5px;
}


@media(max-width:768px){

    .team-card{
        width:100%;
        max-width:380px;
        height:520px;
    }

    .content h3{
        font-size:32px;
    }

    .desc{
        font-size:18px;
    }
}



.footer{
    background:#1b1818;
    color:white;
    padding:60px 8%;
    margin-top:100px;

    
}

.footer-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:40px;
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:20px;
}

.footer-logo{
    width:80px;
    height:80px;
    object-fit:contain;
}

.footer-brand h2{
    margin:0;
    font-size:32px;
    font-weight:900;
}

.footer-brand p{
    margin:5px 0 0;
    color:#bbb;
}

.footer-links{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
}

.footer-links a{
    color:white;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:red;
}

.footer-line{
    height:1px;
    background:#444;
    margin:40px 0;
}

.footer-bottom{
    text-align:center;
}

.footer-icons{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-bottom:20px;
}

.footer-icons img{
    width:50px;
    height:50px;
    object-fit:contain;
    transition:.3s;
}

.footer-icons img:hover{
    transform:translateY(-5px) scale(1.1);
}

.footer-bottom p{
    color:#aaa;
    font-size:14px;
}









.reviews-section{
    text-align: center;
    padding: 100px 20px;
}

.reviews-section h2{
    font-size: 42px;
    margin-bottom: 40px;
}

.review-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.review-card{
    width: 500px;
    min-height: 320px;
    background: white;
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);

    opacity: 1;
    transform: translateY(0);
    transition: all .4s ease;
}

.review-card img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.review-card h3{
    margin: 10px 0;
}

.stars{
    color: gold;
    font-size: 24px;
    margin-bottom: 15px;
}

.review-card p{
    font-size: 18px;
    line-height: 1.6;
}

.review-arrow{
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 28px;
    transition: .3s;
}

.review-arrow:hover{
    transform: scale(1.15);
}
.reviews-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px){

    .review-container{
        width: 100%;
        gap: 10px;
        padding: 0 10px;
    }

    .review-card{
        width: 100%;
        max-width: 300px;
        padding: 20px;
    }

    .review-card img{
        width: 70px;
        height: 70px;
    }

    .review-card h3{
        font-size: 20px;
    }

    .review-card p{
        font-size: 15px;
    }

    .review-arrow{
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .reviews-section h2{
        font-size: 30px;
    }
}


.section-title{
    text-align:center;
    font-size:40px;
    margin:50px 0;
}

.programs-grid{
    width:90%;
    max-width:1400px;
    margin:auto;

    display:grid;

    grid-template-columns:
    repeat(4,minmax(0,1fr));

    gap:25px;


display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;

    width:90%;
    max-width:1400px;
    margin:auto;

}




.program-card{
    background:white;
    padding:30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.1);

    opacity:0;
    transform:translateY(30px);

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;

        border: 1px solid rgba(229, 57, 53, 0.3);
    transition: 0.3s
}



.program-card:hover{
    transform:translateY(-8px) scale(1.02);

    border-color: #ff0400;
}

.program-card h3{
    margin-bottom:15px;
}

@media (max-width:900px){

    .programs-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:600px){

    .programs-grid{
        grid-template-columns:1fr;
    }

}




.program-card.active{
    opacity:1;
    transform:translateY(0);
}

html, body{
    overflow-x: hidden;
    width: 100%;
}


#certificates{
    padding:80px 10%;
    text-align:center;
}

.cert-text{
    max-width:800px;
    margin:0 auto 50px;
    line-height:1.8;
    font-size:18px;
    color:#555;
}

.cert-gallery{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

.cert-card{
    width:320px;
    border-radius:20px;
    overflow:hidden;
    border:1px solid rgba(229,57,53,0.3);
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:0.4s ease;

    
background:white;
object-fit: cover;
}

.cert-card img{
    width:100%;
    display:block;
    transition:0.4s ease;

    height: 100%;
}

.cert-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(229,57,53,0.2);
}

.cert-card:hover img{
    transform:scale(1.05);
}

@media (max-width:768px){
    .cert-card{
        width:100%;
        max-width:350px;
    }
}



#stats{
    background-image:url("download.png");
    background-size:cover;
    background-position:center;
    background-attachment:fixed;

    padding:100px 5%;
}

.stats-overlay{
    display:flex;
    justify-content:center;
    gap:80px;
    flex-wrap:wrap;

    background:rgb(26, 25, 25);
    padding:60px 30px;
    border-radius:25px;
}

.stat-box{
    text-align:center;
    color:white;
    min-width:250px;
}

.stat-icon{
    font-size:55px;
    margin-bottom:15px;
}

.counter{
    font-size:65px;
    font-weight:800;
    color:#ffffff;
    margin-bottom:10px;
}

.stat-box p{
    font-size:20px;
    margin:0;
}


#gh{
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s;
}

#gh.active{
    opacity: 1;
    transform: translateY(0);
}


.section-title{
opacity: 0;
    transform: translateY(30px);
    transition: 0.8s;

}

.section-title.active{

 opacity: 1;
    transform: translateY(0);
}

.cert-text{
opacity: 0;
    transform: translateY(30px);
    transition: 0.8s;

}

.cert-text.active{
opacity: 1;
    transform: translateY(0);

}







@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700;900&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.hero{

    width:100%;
    min-height:100vh;

    background:#111;

    display:flex;
    justify-content:center;
    align-items:center;

    gap:80px;

    padding:80px;

    overflow:hidden;

    direction:rtl;

    position:relative;

    font-family:"Cairo",sans-serif;

}

/* Red background glow */

.hero::before{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    background:#d60000;

    border-radius:50%;

    filter:blur(180px);

    opacity:.20;

    right:-120px;
    top:-80px;

}

/* IMAGE */

.hero-image{

    z-index:2;

}

.hero-image img{

    width:430px;

    border-radius:25px;

    border:3px solid #d60000;

    box-shadow:
    0 0 35px rgba(214,0,0,.45);

    transition:.5s;

}

.hero-image img:hover{

    transform:scale(1.03);

    box-shadow:
    0 0 55px rgba(255,0,0,.6);

}

/* TEXT */

.hero-content{

    max-width:650px;

    color:rgb(0, 0, 0);

    z-index:2;

}

.hero-content h1{

    font-size:60px;

    font-weight:900;

}

.hero-content h2{

    color:#ff4b4b;

    font-size:36px;

    margin-top:20px;

}

.hero-line{

    width:120px;

    height:5px;

    background:#d60000;

    border-radius:30px;

    margin:30px 0;

}

.quote{

    font-size:28px;

    font-weight:700;

}

.author{

    color:#000000;

    margin-top:10px;

    margin-bottom:40px;

}

.features{

    display:grid;

    gap:18px;

    font-size:22px;

    margin-bottom:35px;

}

.features div{

    transition:.3s;

}

.features div:hover{

    transform:translateX(-10px);

    color:#ff4b4b;

}

.description{

    color:#000000;

    line-height:2;

    font-size:19px;

}

/* PHONE */

@media(max-width:900px){

.hero{

flex-direction:column;

text-align:center;

padding:60px 25px;

gap:50px;

}

.hero-image img{

width:90%;
max-width:360px;

}

.hero-content h1{

font-size:40px;

}

.hero-content h2{

font-size:28px;

}

.hero-line{

margin:auto;
margin-top:30px;
margin-bottom:30px;

}

.features{

font-size:18px;

}

.description{

font-size:17px;

}

}



.delegation{

    width:100%;
    min-height:100vh;

    background:#ffffff;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:90px;

    padding:100px;

    direction:rtl;

    position:relative;

    overflow:hidden;

}

/* Glow */

.delegation::before{

content:"";

position:absolute;

left:-200px;

bottom:-200px;

width:500px;

height:500px;

background:#ffffff;

border-radius:50%;

filter:blur(180px);

opacity:.2;

}

/* TEXT */

.delegation-text{

width:45%;

z-index:2;

}

.delegation-text h2{

font-size:55px;

color:rgb(0, 0, 0);

margin-bottom:20px;

}

.red-line{

width:120px;

height:5px;

background:#c41212;

border-radius:20px;

margin-bottom:35px;

}

.delegation-text p{

color:#000000;

font-size:22px;

line-height:2;

margin-bottom:40px;

}

/* Points */

.points{

display:grid;

gap:25px;

}

.point{

font-size:24px;

color:rgb(0, 0, 0);

transition:.35s;

display:flex;

align-items:center;

gap:15px;

}

.point span{

color:#ff2a2a;

font-size:28px;

}

.point:hover{

transform:translateX(-15px);

color:#ff4d4d;

}

/* IMAGE */

.delegation-image{

position:relative;

width:500px;

z-index:2;

}

.delegation-image img{

width:100%;

display:block;

border-radius:22px;

border:2px solid #d60000;

box-shadow:0 0 35px rgba(214,0,0,.45);

transition:.5s;

}

.delegation-image:hover img{

transform:scale(1.03);

box-shadow:0 0 55px rgba(255,0,0,.65);

}

/* Badge */

.badge{

position:absolute;

left:-40px;

bottom:-35px;

width:180px;

height:180px;

background:rgba(255, 255, 255, 0.9);

border:2px solid #c41212;

backdrop-filter:blur(15px);

border-radius:20px;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

box-shadow:0 0 30px rgba(255,0,0,.35);

}

.badge h3{

font-size:50px;

color:#ff2a2a;

margin:0;

}

.badge p{

color:rgb(0, 0, 0);

font-size:22px;

margin-top:10px;

}

/* Mobile */

@media(max-width:900px){

.delegation{

flex-direction:column;

padding:70px 25px;

text-align:center;

gap:60px;

}

.delegation-text{

width:100%;

}

.delegation-image{

width:100%;

max-width:420px;

}

.red-line{

margin:auto;
margin-bottom:35px;

}

.point{

justify-content:center;

font-size:19px;

}

.badge{

left:50%;

transform:translateX(-50%);

bottom:-45px;

width:150px;

height:150px;

}

.delegation-text h2{

font-size:38px;

}

.delegation-text p{

font-size:18px;

border-top: 1px solid rgba(255, 0, 0, 0.15);
}

}



/* ===========================
   ABOUT SECTION
=========================== */

.about{

    padding:100px 8%;
    background:#fff;

}

.about-title{

    text-align:center;
    font-size:50px;
    margin-bottom:70px;

}

.about-row{

    display:flex;
    align-items:center;
    gap:60px;
    margin-bottom:80px;

}

.about-row.reverse{

    flex-direction:row-reverse;

}

.about-image{

    flex:1;

}

.about-image img{

    width:100%;
    border-radius:20px;
    border:2px solid #c41212;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

    transition:.4s;

}

.about-image img:hover{

    transform:scale(1.04);

    box-shadow:0 15px 40px rgba(196,18,18,.25);

}

.about-text{

    flex:1;

    padding:35px;

    border:2px solid rgba(156, 36, 36, 0.15);

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.about-text h3{

    font-size:34px;

    color:#000000;

    margin-bottom:20px;

}

.about-text p{

    font-size:19px;

    line-height:2;

    color:#555;

}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 900px){

    .about-row,
    .about-row.reverse{
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }

    .about-image{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .about-image img{
        width: 100%;
        max-width: 380px;   /* keeps the image large but not huge */
        border-radius: 18px;
    }

    .about-text{
        width: 100%;
        padding: 22px;
        text-align: center;
    }

    .about-text h3{
        font-size: 26px;
        margin-bottom: 12px;
    }

    .about-text p{
        font-size: 16px;
        line-height: 1.8;
    }

}




.hero{
    background:#0d0d0d;
    position:relative;
    overflow:hidden;
}

/* White circle */



.hero::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(255,255,255,.025);
    top:-200px;
    right:-150px;
    z-index:0;
}

.hero::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,.02);
    bottom:-120px;
    left:-100px;
    z-index:0;
}

.dark-section{

    background:#0b0b0b;

    position:relative;

    overflow:hidden;

}





.hero{
    background:none;
}

.dark-background{
    background:#0b0b0b;
}

.hero,
.delegation,
.gallery,
.gallery-section
{
    background:none;
}


.cta{

    background:transparent;

    text-align:center;

    padding:120px 20px;

    position:relative;

    overflow:hidden;

    direction:rtl;

}

/* Decorative Shapes */

.cta::before{

    content:"";

    position:absolute;

    width:380px;
    height:380px;

    border-radius:50%;

    background:rgba(255,255,255,.02);

    top:-180px;
    right:-120px;

}

.cta::after{

    content:"";

    position:absolute;

    width:260px;
    height:260px;

    border:1px solid rgba(255,255,255,.05);

    border-radius:50%;

    bottom:-120px;
    left:-100px;

}

/* Content */

.cta > *{

    position:relative;

    z-index:1;

}

.cta-icon{

    width:80px;
    height:80px;

    margin:auto;

    border:2px solid #c41212;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#ff3b3b;

    font-size:36px;

    margin-bottom:30px;

    box-shadow:0 0 25px rgba(255,0,0,.2);

}

.cta h2{

    color:rgb(255, 0, 0);

    font-size:48px;

    font-family:"Cairo",sans-serif;

    margin-bottom:20px;

}

.cta p{

    color:#000000;

    font-size:20px;

    max-width:700px;

    margin:auto;

    line-height:2;

    margin-bottom:50px;

}

/* Button */

.cta-btn{

    display:inline-block;

    padding:18px 50px;

    background:#c41212;

    color:white;

    text-decoration:none;

    border-radius:12px;

    font-size:20px;

    font-weight:bold;

    transition:.35s;

    border:2px solid #c41212;

    box-shadow:0 0 25px rgba(255,0,0,.25);

    align-items: center;

    gap: 150px;

}


.btn-center{
    display:flex;
    justify-content:center;
    margin-top:40px;




    display:flex;

    justify-content:center;

    align-items:center;

    gap:60px; /* Increase to 100px if you want */

    margin-top:40px;

    flex-wrap:wrap;


}

.cta-btn:hover{

    background:transparent;

    color:#ff4d4d;

    transform:translateY(-5px);

    box-shadow:0 0 40px rgba(255,0,0,.45);

}

/* Mobile */

@media(max-width:768px){

.cta{

padding:80px 20px;

}

.cta h2{

font-size:34px;

}

.cta p{

font-size:17px;

}

.cta-btn{

font-size:18px;

padding:16px 40px;

}

}







.reveal{
    opacity:0;
    transform:translateY(50px);
    transition:all .8s ease;
}

.reveal.active{
    opacity:1;
    transform:translateY(0);
}


/* SECTION BACKGROUND */
.proof-section{
    background:#f2f2f2;
    padding:80px 10%;

    
    

}

/* MAIN LAYOUT */
.proof-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

/* LEFT IMAGE BOX */
.proof-image-box{
    position:relative;
    flex:1;
    min-width:320px;
}

.proof-image-box img{
    width:100%;
    border-radius:20px;
    border:3px solid red;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

/* BADGE */
.badge{
    position:absolute;
    bottom:20px;
    left:20px;

    background:white;
    border:2px solid red;
    border-radius:12px;

    padding:6px 8px;

    text-align:center;

    box-shadow:0 8px 15px rgba(0,0,0,.1);
}

.badge h2{
    color:red;
    margin:0;
    font-size:12px;
}

.badge p{
    margin-top:3px;
    font-size:8px;
}

/* RIGHT CONTENT */
.proof-content{
    flex:1;
    min-width:320px;
}

.proof-content h2{
    font-size:38px;
    margin-bottom:20px;
    position:relative;
}

.proof-content h2::after{
    content:"";
    position:absolute;
    bottom:-10px;
    right:0;
    width:60px;
    height:3px;
    background:red;
}

.proof-content p{
    font-size:18px;
    line-height:1.9;
    margin-bottom:25px;
    color:#444;
}

/* LIST */
.proof-content ul{
    list-style:none;
    padding:0;
}

.proof-content li{
    font-size:18px;
    margin-bottom:15px;
    position:relative;
    padding-right:30px;
}

.proof-content li::before{
    content:"✔️";
    color:red;
    position:absolute;
    right:0;
}

/* RESPONSIVE */
@media(max-width:768px){
    .proof-container{
        flex-direction:column;
        text-align:center;
    }

    .proof-content h2::after{
        left:50%;
        transform:translateX(-50%);
        right:auto;
    }

    .proof-content li{
        text-align:right;
    }
}

.quote{
    margin-top:20px;
    font-size:16px;
    color:#777;
    font-style:italic;
    border-right:3px solid red;
    padding-right:15px;
    line-height:1.8;
}


.dark-section{
    background:#0b0b0b;
    position:relative;
    overflow:hidden;
    padding:100px 8%;
    direction:rtl;
}

/* shapes */


/* layout */
.container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    position:relative;
    z-index:2;
}

/* IMAGE */
.image-box{
    position:relative;
    flex:1;
    transition:0.4s;
}

.image-box img{
    width:100%;
    max-width:520px;
    border-radius:20px;
    border:3px solid red;
    box-shadow:0 0 35px rgba(255,0,0,0.3);
    transition:0.4s;
}

.image-box:hover img{
    transform:scale(1.03);
    box-shadow:0 0 50px rgba(255,0,0,0.5);
}

/* BADGE */
.badge{
    position:absolute;
    bottom:20px;
    left:20px;
    background:white;
    padding:20px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 0 25px rgba(0,0,0,0.4);
    transition:0.3s;
}

.badge:hover{
    transform:translateY(-5px);
}

.badge h3{
    color:red;
    font-size:32px;
    margin:0;
}

.badge p{
    margin:0;
    font-size:14px;
}

/* TEXT */
.content-box{
    flex:1;
}

.content-box h2{
    font-size:42px;
    color:white;
}

.line{
    width:80px;
    height:4px;
    background:red;
    margin:15px 0;
}

.desc{
    color:#ccc;
    line-height:2;
    margin-bottom:25px;
}

/* paragraph box */
.text-box{
    background:rgba(255,255,255,0.03);
    border:1px solid rgba(255,255,255,0.08);
    padding:25px;
    border-radius:15px;
    color:#ddd;
    transition:0.3s;
}

.text-box:hover{
    transform:translateY(-5px);
    border-color:rgba(255,0,0,0.3);
}

/* responsive */
@media(max-width:900px){

.container{
    flex-direction:column;
}

.image-box img{
    max-width:100%;
}

}

.paragraphs{

    margin-top:60px;

    display:flex;

    flex-direction:column;

    gap:30px;

}

.info-card{

    display:flex;

    align-items:flex-start;

    gap:25px;

    padding:30px;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    transition:.4s;

}

.info-card:hover{

    transform:translateY(-8px);

    border-color:#d50000;

    box-shadow:0 0 30px rgba(255,0,0,.2);

}

.info-icon{

    width:65px;

    height:65px;

    border-radius:50%;

    background:#d50000;

    display:flex;

    justify-content:center;

    align-items:center;

    color:white;

    font-size:28px;

    flex-shrink:0;

    transition:.4s;

}

.info-card:hover .info-icon{

    transform:rotate(12deg) scale(1.08);

}

.info-text h3{

    color:white;

    margin-bottom:12px;

    font-size:24px;

}

.info-text p{

    color:#d0d0d0;

    line-height:2;

    font-size:19px;

}












/* ===========================
TRAINER SECTION
=========================== */

.trainer-section{

    background:#f7f7f7;

    padding:100px 10%;

}

.section-title{

    text-align:center;

    margin-bottom:60px;

}

.section-title h2{

    font-size:48px;

    color:#111;

    margin-bottom:15px;

}

.section-title p{

    color:#777;

    font-size:20px;

}

/* CARD */

.trainer-card{

    display:flex;

    align-items:center;

    gap:60px;

    background:white;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

    transition:.4s;

}

.trainer-card:hover{

    transform:translateY(-10px);

}

/* IMAGE */

.trainer-image{

    flex:1;

}

.trainer-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

/* INFO */

.trainer-info{

    flex:1;

    padding:50px;

}

.trainer-badge{

    background:#c41212;

    color:white;

    padding:8px 18px;

    border-radius:50px;

    font-size:14px;

}

.trainer-info h2{

    font-size:42px;

    margin:20px 0 5px;

}

.trainer-info h4{

    color:#888;

    margin-bottom:25px;

}

.trainer-details{

    margin-bottom:30px;

}

.trainer-details p{

    margin:10px 0;

    font-size:18px;

}

.trainer-info h3{

    margin-bottom:20px;

}

.trainer-info ul{

    list-style:none;

    padding:0;

}

.trainer-info li{

    position:relative;

    padding-right:30px;

    margin-bottom:15px;

    font-size:18px;

}

.trainer-info li::before{

    content:"✔️";

    position:absolute;

    right:0;

    color:#c41212;

    font-weight:bold;

}

/* BUTTONS */

.trainer-buttons{

    display:flex;

    gap:20px;

    margin-top:40px;

}

.btn-red{

    background:#c41212;

    color:white;

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

    transition:.3s;

}

.btn-red:hover{

    background:#a80d0d;

}

.btn-white{

    border:2px solid #c41212;

    color:#c41212;

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

    transition:.3s;

}

.btn-white:hover{

    background:#c41212;

    color:white;

}

/* RESPONSIVE */

@media(max-width:900px){

.trainer-card{

    flex-direction:column;

}

.trainer-info{

    text-align:center;

}

.trainer-info li{

    text-align:right;

}

.trainer-buttons{

    justify-content:center;

    flex-wrap:wrap;

}

}


.trainer-icons{

    display:flex;

    gap:20px;

    margin-top:40px;

}

.icon-box{

    width:60px;
    height:60px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    background:#c41212;

    color:white;

    text-decoration:none;

    font-size:26px;

    transition:.35s;

    box-shadow:0 8px 20px rgba(196,18,18,.25);

}

.icon-box:hover{

    transform:translateY(-6px) scale(1.1);

    background:#a70f0f;

    box-shadow:0 15px 30px rgba(196,18,18,.4);

}

.social-icon{
    width:30px;
    height:30px;
}

.trainer-icons a{
    width:60px;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#c41212;
    border-radius:50%;
    transition:0.3s;
}

.trainer-icons a:hover{
    transform:translateY(-5px);
    background:#a90f0f;
}










.company-gallery {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

.company-gallery-heading {
  text-align: center;
  color: #000000;
  font-size: 36px;
  margin-bottom: 30px;
  font-family:'Cairo',sans-serif;
}

.company-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.company-gallery-box {
  height: 240px;
  border: 3px solid #9c2424;
  border-radius: 8px;
  overflow: hidden;
  background: #fff5f6;
  box-shadow: 0 8px 22px rgba(179, 0, 27, 0.18);
}

.company-gallery-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.company-gallery-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(179, 0, 27, 0.28);
  transition: 0.25s ease;
}

@media (max-width: 900px) {
  .company-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .company-gallery-heading {
    font-size: 28px;
  }

  .company-gallery-grid {
    grid-template-columns: 1fr;
  }

  .company-gallery-box {
    height: 260px;
  }
}


.gallery-action {
  margin-top: 45px;
  text-align: center;
}

.gallery-action-heading {
  margin-bottom: 22px;
  color: #b3001b;
  font-size: 30px;
}

.gallery-action-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.red-action-btn {
  position: relative;
  min-width: 160px;
  padding: 15px 28px;
  border: 2px solid #b3001b;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.red-action-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #b3001b, #ff314f);
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  z-index: -1;
}

.red-action-btn:hover::before {
  transform: translateX(0);
}

.red-action-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(179, 0, 27, 0.3);
}

.red-action-btn.primary {
  background: #b3001b;
  color: white;
}

.red-action-btn.primary::before {
  background: linear-gradient(135deg, #ff314f, #7f0013);
}

.red-action-btn.secondary {
  background: white;
  color: #b3001b;
}

.red-action-btn.secondary:hover {
  color: white;
}

@media (max-width: 520px) {
  .gallery-action-heading {
    font-size: 24px;
  }

  .red-action-btn {
    width: 100%;
    max-width: 260px;
  }
}

.story-section{

    width:90%;
    max-width:1400px;

    margin:120px auto;

    display:flex;
    align-items:center;
     justify-content:space-between;
    gap: 60px;

}

/* ================= IMAGE ================= */

.story-image{
    flex:0 0 58%;
}

.story-image img{

    width:100%;
    display:block;

    border-radius:22px;

    border:3px solid #c10018;

    box-shadow:0 15px 45px rgba(193,0,24,.22);

    transition:0.4s;

}

.story-image img:hover{

    transform:scale(1.03);

}

/* ================= TEXT CARD ================= */

.story-content{

    .story-content{
    flex:0 0 42%;
}

    background:#fff;

    padding:55px;

    border-radius:24px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    direction:rtl;

}

.story-tag{

    display:inline-block;

    background:#b30018;

    color:white;

    padding:8px 18px;

    border-radius:50px;

    font-size:15px;

    font-weight:bold;

    margin-bottom:20px;

}

.story-content h2{

    font-size:42px;

    color:#111;

    margin-bottom:15px;

    line-height:1.3;
max-width:100%;
}

.red-line{

    width:90px;
    height:5px;

    background:#b30018;

    border-radius:10px;

    margin-bottom:30px;

}

.story-content p{

    font-size:24px;

    line-height:1.9;

    color:#555;

}

blockquote{

    margin-top:35px;

    padding:25px;

    border-right:6px solid #b30018;

    background:#fafafa;

    border-radius:12px;

    font-size:32px;

    font-weight:bold;

    color:#111;

}

@media (max-width: 992px) {

    .story-section{
        display: flex;
        flex-direction: column;
        gap: 35px;
        width: 92%;
        margin: 80px auto;
    }

    .story-image,
    .story-content{
        width: 100%;
        flex: none;
    }

    .story-image{
        order: 1;
    }

    .story-content{
        order: 2;
        padding: 35px;
        text-align: center;
    }

    .story-tag{
        font-size: 14px;
        padding: 8px 18px;
    }

    .story-content h2{
        font-size: 38px;
        line-height: 1.3;
    }

    .red-line{
        margin: 20px auto 30px;
    }

    .story-content p{
        font-size: 20px;
        line-height: 1.8;
    }

    blockquote{
        font-size: 26px;
        padding: 22px;
    }

    .story-image img{
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

}

@media (max-width: 768px){

    .story-section{
        width: 95%;
        gap: 25px;
    }

    .story-content{
        padding: 28px 22px;
    }

    .story-tag{
        font-size: 13px;
    }

    .story-content h2{
        font-size: 30px;
    }

    .story-content p{
        font-size: 18px;
    }

    blockquote{
        font-size: 22px;
        padding: 18px;
    }

}

@media(max-width:768px){

p{
    font-size:16px;
    line-height:1.7;
}

}
@media(max-width:768px){

h1{
    font-size:36px;
}

}
section{
    padding:120px 0;
}
@media(max-width:768px){

.story-image img{
    
   
width:100%;

 height:auto;
    object-fit:contain;
}

}
@media(max-width:768px){

.cta-btn{

    padding:12px 24px;

    font-size:16px;

}

}


#workk{
min-height:auto;
    padding:40px 0;

}

.offer-section{

    width:90%;
    max-width:1300px;

    margin:120px auto;

    background:white;

    border-radius:25px;

    padding:60px;

    text-align:center;

    box-shadow:0 20px 60px rgba(0,0,0,.12);

    border-top:6px solid #c41212;

}

.offer-section h3{

    color:#c41212;

    font-size:28px;

    margin-bottom:15px;

}

.offer-section h2{

    font-size:42px;

    color:#222;

    margin-bottom:25px;

}

.offer-section p{

    max-width:900px;

    margin:auto;

    font-size:20px;

    line-height:2;

    color:#666;

}

.offer-gallery{

    display:flex;

    justify-content:center;

    gap:30px;

    margin:50px 0;

    flex-wrap:wrap;

}

.offer-gallery img{

    width:320px;

    height:220px;

    object-fit:cover;

    border-radius:18px;

    transition:.4s;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.offer-gallery img:hover{

    transform:translateY(-10px) scale(1.04);

}

.offer-btn{

    display:inline-block;

    padding:18px 55px;

    background:#c41212;

    color:white;

    text-decoration:none;

    border-radius:12px;

    font-size:20px;

    font-weight:bold;

    transition:.35s;

}

.offer-btn:hover{

    background:#9f0f0f;

    transform:scale(1.05);

}

.special-section{

    width:90%;
    max-width:1300px;

    margin:100px auto;

    text-align:center;

}

.special-title{

    font-size:42px;

    color:#c41212;

    margin-bottom:50px;

    font-weight:800;

    position:relative;

}

.special-title::after{

    content:"";

    width:120px;
    height:4px;

    background:#c41212;

    display:block;

    margin:18px auto 0;

    border-radius:20px;

}

.special-images{

    display:flex;

    justify-content:center;

    gap:40px;

    flex-wrap:wrap;

}

.special-images img{

    width:500px;

    max-width:100%;

    height:320px;

    object-fit:cover;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

    transition:.35s;

}

.special-images img:hover{

    transform:translateY(-10px) scale(1.03);

    box-shadow:0 20px 50px rgba(196,18,18,.35);

}

@media (max-width:768px){

section{
    padding:60px 0;
}

}

@media (max-width:768px){

    #header{
        height:70px;
        padding:0 15px;
        flex-direction:row;
        justify-content:space-between;
        align-items:center;
    }

    nav{
        display:none;
    }

}

img{
    max-width:100%;
    height:auto;
    display:block;
}

.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/*======================================
HEADER
======================================*/

.header{

    position:fixed;

    top:0;
    left:0;

    width:100%;

    padding:18px 6%;

    display:flex;

    justify-content:space-between;

    align-items:center;

    z-index:9999;

    transition:.35s;

    box-sizing:border-box;

    background:transparent;

}

/* After Scroll */

.header.scrolled{

    background:rgba(255,255,255,.97);

    backdrop-filter:blur(12px);

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    border-bottom:2px solid #c41212;

}

/*======================================
LOGO
======================================*/

.logo-link{

    display:flex;

    align-items:center;

    gap:15px;

    text-decoration:none;

}

.logo{

    width:60px;

    transition:.3s;

}

.logo-link:hover .logo{

    transform:rotate(-5deg) scale(1.05);

}

.company h1{

    margin:0;

    color:white;

    font-size:28px;

    font-weight:800;

    transition:.3s;

}

.company p{

    margin-top:3px;

    color:#ececec;

    font-size:12px;

    letter-spacing:2px;

    transition:.3s;

}

/* Text becomes dark after scroll */

.header.scrolled .company h1{

    color:#222;

}

.header.scrolled .company p{

    color:#666;

}

/*======================================
NAVIGATION
======================================*/

.nav{

    display:flex;

    align-items:center;

    gap:35px;

}

.nav a{

    color:rgb(224, 29, 29);

    text-decoration:none;

    font-size:25px;

    font-weight:700;

    position:relative;

    transition:.3s;

}

.header.scrolled .nav a{

    color:#f81919;

}

.nav a::after{

    content:"";

    position:absolute;

    bottom:-8px;

    left:50%;

    transform:translateX(-50%);

    width:0;

    height:3px;

    background:#c41212;

    border-radius:30px;

    transition:.3s;

}

.nav a:hover{

    color:#ff4b4b;

}

.header.scrolled .nav a:hover{

    color:#c41212;

}

.nav a:hover::after{

    width:100%;

}

/*======================================
PHONE
======================================*/

@media(max-width:768px){

.header{

    padding:12px 15px;

    flex-direction:column;

    gap:10px;

}

.logo{

    width:42px;

}

.company{

    text-align:center;

}

.company h1{

    font-size:18px;

}

.company p{

    font-size:10px;

    letter-spacing:1px;

}

.nav{

    width:100%;

    justify-content:center;

    flex-wrap:wrap;

    gap:16px;

}

.nav a{

    font-size:18px;

}

}

@media(max-width:420px){

.logo{

    width:35px;

}

.company h1{

    font-size:16px;

}

.company p{

    display:none;

}

.nav{

    gap:10px;

}

.nav a{

    font-size:14px;

}

}

.arrow{

    font-size:30px;

    display:inline-block;

    margin-right:4px;

    animation:arrowMove 1.2s infinite ease-in-out;

}

@keyframes arrowMove{

    0%,100%{

        transform:translateX(0);

    }

    50%{

        transform:translateX(10px);

    }

}





.floating-panel:hover{
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0,0,0,.45);
}

.panel-text h3{
    margin: 0;
    color: #ff0000;      /* Gold */
    font-size: 22px;
    font-weight: 700;
}

.panel-text p{
    margin-top: 6px;
    color: #ddd;
    font-size: 14px;
    line-height: 1.4;
}

.panel-icon{
    width: 60px;
    height: 60px;

    background: #b30000;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    flex-shrink: 0;
}

.panel-icon i{
    color: white;
    font-size: 26px;
}

.panel-icon img{
    width: 28px;
    height: 28px;
}

@media (max-width: 600px){

    .floating-panel{
        left: 15px;
        right: 15px;
        width: auto;
        bottom: 15px;
        padding: 15px 18px;
    }

    .panel-text h3{
        font-size: 18px;
    }

    .panel-text p{
        font-size: 13px;
    }

    .panel-icon{
        width: 50px;
        height: 50px;
    }
}

.floating-panel{
    position: fixed;
    bottom: 25px;
    left: 25px;

    width: 340px;
    height: 90px;

    background: #000000;
    border-left: 5px solid #ff0000;
    border-radius: 18px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 18px 22px;

    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
    z-index: 9999;
}
.panel-title{
    display: inline-block;      /* Important */
    margin: 0;

    padding: 10px 20px;

    color: white;
    font-size: 22px;
    font-weight: 700;

    border: 2px solid #ff0000;
    border-radius: 50px;

    background: transparent;
}
.panel-icon{
    display: flex;
    justify-content: center;
    align-items: center;
 background: transparent; 
    animation: floatIcon 2.5s ease-in-out infinite;
}

.panel-icon i{
    color: #D4AF37;      /* Gold icon (change to white if you prefer) */
    font-size: 42px;     /* Increase size */
}

@keyframes floatIcon{
    0%, 100%{
        transform: translateY(0);
    }

    50%{
        transform: translateY(-8px);
    }
}
.panel-icon img{
    width: 42px;
    height: 42px;

    animation: floatIcon 2.5s ease-in-out infinite;
}





.whatsapp-btn,

#topBtn{

    position:fixed;

    width:60px;

    height:60px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:24px;

    box-shadow:var(--shadow);

    z-index:999;

    transition:.35s;

}

.whatsapp-btn{

    bottom:25px;

    left:25px;

    background:#25D366;

}

#topBtn{

    bottom:100px;

    right:25px;

    background:var(--primary);

    border:none;

    cursor:pointer;

}

.whatsapp-btn:hover,

#topBtn:hover{

    transform:translateY(-8px) scale(1.08);

}





.community-btn {
    display: inline-block;
    background: linear-gradient(135deg, #d90429, #9d0208);
    color: white;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 17px;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(217, 4, 41, 0.25);
}

.community-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 252, 252, 0.35);
}