/* ===========================
   VARIABLES & RESET
   =========================== */

:root {
    --primary-color: #003d66;
    --secondary-color: #D4AF37;
    --text-dark: #1a1a1a;
    --text-light: #666666;
    --bg-light: #f5f5f5;
    --white: #ffffff;
    --border-color: #e0e0e0;
    --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.2);
}

body {
    font-family: Arial, sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.mobile-toggle{
    display: none;
}
.navbar {
    width: 100vw;
    height: 80px;
    background-color: #00274D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 999;
}
.inner-nav{
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: space-between;
}
.navbar .links,.navbar .logo{
    margin: 0px 20px;
    width: 40%;
    color: #fff;
    /* border: 1px solid black; */
}
.navbar .logo h3{
    /* font-size: 20px; */
    font-weight: 700;
}
.navbar .links{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.navbar .links ul{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
    height: 100%;
    margin-top: 10px;

}

.navbar .links ul li a{
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    transition: all 0.4s;
}
.navbar .links ul li a:hover{
color: #D4AF37;
font-family: "Nunito Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration: underline;
}
/* 
.header{
    margin-top: 80px;
    width: 100vw;
    height: 100vh;
    background-image: url('imgs/header.jpg') ;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    animation:header infinite  6s;
} */

.header {
    width: 100vw;
    min-height: 100vh; /* Ensures it covers the full screen */
    background-image: url('imgs/header.jpg');
    background-repeat: no-repeat;
    background-size: cover; /* Ensures full coverage */
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header::before{
    content: '';
    width: 100vw;
    height: 100vh;
    background:rgba(255, 255, 255, 0.50) ;
    background-size: cover;
    position: absolute;
    top: 0; 
    z-index: 0;
}
@keyframes header {
    0%{
        background-size: 100%;
    }
    50%{
        background-size: 110%;

    }
    100%{
        background-size: 100%;
    }
}
.header .main{
    width: 573px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.90);
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding:10px 0;
    z-index: 1;
}
.header .main h1{
width: 525px;
color: #00274D;
font-family: "Simplified Arabic";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
/* border: 1px solid black; */
padding: 20px;
}

.construction{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100vw;
height: 482px;
flex-shrink: 0;
background: #FFF;
}
.construction h3{
color: #00274D;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 10px;
}

.construction .img-box {
    display: flex;
    width: calc(100vw - 20vw);
    height: 350px;
    overflow-x: scroll;
    scrollbar-width: none;  /* Hides scrollbar in Firefox */
}

.construction .img-box::-webkit-scrollbar {
    display: none;  /* Hides scrollbar in Chrome, Safari, Edge */
}

.construction .img-box img{
display: flex;
width: 320px;
height: 340px;
flex-direction: column;
justify-content: center;
align-items: center;
flex-shrink: 0;
margin-right: 20px;
border-radius: 10px;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}


/* project section  */

.project-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    height: 250px;
    background: #c9a12a; /* Yellowish color */

}

.left {
    flex: 2;
    width: 25%;
    height: 100%;
    background: url('imgs/project_back.jpg');
    background-repeat: no-repeat;
    background-position: calc(50%) center;
    background-size: 120%;
    color: white;
    padding: 50px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    /* border: 6px solid #fff; */
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
.left::before {
    flex: 2; 
    content: '';
    background: rgba(0, 39, 77, 0.80);
    height: 100%;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 0%;
    left: 0%;
    /* border: 6px solid #c9a12a; */
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    z-index: 0;
}
.left h2{
    z-index: 1;
    width: 60%;
    text-align: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 125% */
}

.right {
    flex: 3;
    background: #c9a12a; /* Yellowish color */
    color: #0c2233;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    /* border: 2px solid ; */
    /* margin-right: 200px; */
}

.stat {
    text-align: center;
}

.stat h3 {
    color: #00274D;
text-align: center;
font-family: "Nunito Sans";
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: 50px; /* 138.889% */
}
.stat p{
color: #00274D;
text-align: center;
font-family: 'Nunito', sans-serif;

font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 46.067px; /* 287.921% */
}


.choice{
    height: 90vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}
.choice .main{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.choice .main .top{
    text-align: center;
}
.choice .main .top h3{
    color: #00274D;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.choice .main .bottom{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.choice .main .bottom .bottom-box{
    width: 90%;
}
.choice .main .mid{
    display: flex;
    /* align-items: center; */
    justify-content: space-around;
}
.choice .main .mid .box{
    width: 32%;
    padding: 10px;
}
.choice .main .mid .box svg{
width: 120px;
height: 120px;
flex-shrink: 0;
aspect-ratio: 1/1;
}
.choice .main .mid .box h4{
color: #00274D;
font-family: Poppins;
font-size: 25.474px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 35.369px */
white-space: nowrap;
}
.choice .main .mid .box p{
color: var(--Text-color-Body-text, #303233);
text-align: center;
font-family: Poppins;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.1px;
}
.choice .main .end{
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 10px;
background: #FFF;
border: 1px solid rgba(128, 128, 128, 0.395);
box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
}

.choice .main .end .box-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
}
.choice .main .end .box-1 h4{
color: var(--Color-4, #202124);
font-family: Poppins;
font-size: 20.299px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 28.418px */
}
.choice .main .end .box-1 p{
color: #838383;
font-family: Poppins;
font-size: 12.5px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.choice .main .end .box{
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    border-left: 1px solid black;
}
.choice .main .end .box .row{  
    width: 80%;
}
.choice .main .end .box h3{
color: var(--Color-4, #202124);
/* border: 1px solid; */
font-family: Poppins;
font-size: 17.299px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 28.418px */
}
.choice .main .end .box p{
color: #838383;
/* border: 1px solid; */

font-family: Poppins;
font-size: 12.5px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.services{
    width: 100vw;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.services .top h3{
    margin-bottom: 50px;
    color: #00274D;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-align: center;
}
.services .bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid; */
    
}
.services .bottom .bottom-box{
    width: 90vw;
    height: 250px;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: scroll;
    scrollbar-width: none;
    padding-left: 20px;
    /* border: 1px solid; */
}
.services .bottom .bottom-box .service{
    display: flex;
width: 280px;
height: 232px;
padding: 83px 39px;
justify-content: center;
align-items: center;
flex-shrink: 0;
border-radius: 10px;
background: #FFF;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
text-align: center;
}
.services .bottom .bottom-box .service h3{
    color: #00274D;
text-align: center;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


.contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #00274D;
    color: #fff;
}
.contact .top{
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    border-bottom: 3px solid #fff;
    gap: 20px;
}
.contact .top .box{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: left;
}
.contact .top .box h1{
    color: var(--white, #FFF);
font-family: "Open Sans";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.contact .top .box h2{
    color: var(--white, #FFF);
text-align: right;
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 120% */
}
.contact .top .box a{
    color: #fff;
    transition: all .5s ;
}
.contact .top .box a:hover{
    color: #c9a12a;
}
.contact .bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 0 0;
}



/* absalute links  */
.abs-links{
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 30px;
    right: 10px;
}
.abs-links a{
    margin-bottom: 5px;
    transition: all .3s;
}
.abs-links a:hover{
    scale: 1.2;
}


@media screen and (max-width:1023px){
    
    .choice .main{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        margin-top: 60px;
    }
    .choice .main .top{
        text-align: center;
    }
    .choice .main .bottom{
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }
    .choice .main .bottom .bottom-box{
        width: 100%;
    }
    .choice .main .mid{
        display: flex;
        /* align-items: center; */
        justify-content: space-around;
    }
    .choice .main .mid .box{
        width: 32%;
        padding: 10px;
    }
    .choice .main .mid .box svg{
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    }
    .choice .main .mid .box h4{
    color: #00274D;
    font-family: Poppins;
    font-size: 20.474px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 35.369px */
    white-space: wrap;
    }
    .choice .main .mid .box p{
    color: var(--Text-color-Body-text, #303233);
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.1px;
    }
    .choice .main .end{
    display: none;
    }
    
.contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #00274D;
    color: #fff;
    text-align: center;
}
.contact .top{
    height: 250px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 20px;
    border-bottom: 3px solid #fff;
    gap: 20px;
}
.contact .top .box{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: left;
    overflow-x: hidden;
    /* border: 1px solid #fff; */
}
.contact .top .box h1{
    color: var(--white, #FFF);
font-family: "Open Sans";
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.contact .top .box h2{
    color: var(--white, #FFF);
text-align: right;
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 120% */
}
.contact .top .box a{
    color: #fff;
    transition: all .5s ;
}
.contact .top .box a:hover{
    color: #c9a12a;
}
.contact .bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 0 0;
}


.left h2{
    z-index: 1;
    width: 60%;
    text-align: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 125% */
}

.right {
    flex: 3;
    background: #c9a12a; /* Yellowish color */
    color: #0c2233;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    /* border: 2px solid ; */
    /* margin-right: 200px; */
}

.stat {
    text-align: center;
}

.stat h3 {
    color: #00274D;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 36.636px;
    font-style: normal;
    font-weight: 800;
    line-height: 20.328px; /* 138.889% */
}
.stat p{
    color: #00274D;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 14.505px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.choice{
    min-height: 400px;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 75px;
}

}

@media screen and (max-width:750px) {
        /* Force override of any inline display styles */
    div.mobile-menu[style*="display: none"] {
        display: none !important;
    }
    
    div.mobile-menu[style*="display: none"].active {
        display: block !important;
    }
    
    /* Your existing styles */
    .inner-nav .links {
        display: none;
    }
    
    .mobile-toggle {
        display: block !important;
    }
    
    .mobile-menu {
        display: none !important;
        background-color: #00274D !important;
        /* Remove any default display here */
    }
    
    .mobile-menu.active {
        width:100vw;
        position: relative;
        top: 75px;
        margin-left: calc(-100vw);
        display: block !important;
    }
    /* If you want the navbar to expand when mobile menu is active, use this: */
    .navbar.active {
        height: auto; /* or fit-content */
    }
    
    .mobile-toggle.active {
        background: #f5f5f5;
        border-radius: 4px;
    }
    
    .inner-nav {
        flex-wrap: wrap;
        padding: 10px;
    }
    
    .logo {
        flex: 1;
    }
    
    .left h2{
        z-index: 1;
        width: 60%;
        text-align: center;
        color: #FFF;
        font-family: Poppins;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 50px; /* 125% */
    }

    .right {
        flex: 3;
        background: #c9a12a; /* Yellowish color */
        color: #0c2233;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        padding: 20px;
        /* border: 2px solid ; */
        /* margin-right: 200px; */
    }

    .stat {
        text-align: center;
    }

    .stat h3 {
        color: #00274D;
        text-align: center;
        font-family: "Nunito Sans";
        font-size: 30.636px;
        font-style: normal;
        font-weight: 800;
        line-height: 20.328px; /* 138.889% */
    }
    .stat p{
        color: #00274D;
        text-align: center;
        font-family: "Nunito Sans";
        font-size: 14.505px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }
        
    .header .main{
        width: 357px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 2px solid rgba(255, 255, 255, 0.90);
        background: rgba(255, 255, 255, 0.40);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        z-index: 1;
    }
    .header .main h1{
        color: #00274D;
        font-family: "Simplified Arabic";
        font-size: 25.34px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .choice{
        min-height: 400px;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 200px;
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 500px) {

    .header .main{
        width: 70vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 2px solid rgba(255, 255, 255, 0.90);
        background: rgba(255, 255, 255, 0.40);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        z-index: 1;
    }
    .header .main h1{
        text-align:center;
        font-size: 25px;
    }
    .construction{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: auto;
        margin-top:20px ;
        flex-shrink: 0;
        background: #FFF;
        }
        .construction h3{
            color: #00274D;
            text-align: center;
            font-family: Poppins;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px; /* 120% */
        }
        
        .construction .img-box {
            display: flex;
            width: calc(100vw - 10vw);
            height: auto;
            overflow-x: scroll;
            scrollbar-width: none;  /* Hides scrollbar in Firefox */
            padding-bottom: 20px;
        }
        
        .construction .img-box::-webkit-scrollbar {
            display: none;  /* Hides scrollbar in Chrome, Safari, Edge */
        }
        
        .construction .img-box img{
        display: flex;
        width: 252.133px;
        height: 263.583px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin-right: 20px;
        border-radius: 10px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        }
        
        /* .project-section */
            
    .project-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100vw;
        height: 68.399px;
        background: #c9a12a; /* Yellowish color */
        overflow: hidden;

    }

    .left {
        flex: 2;
        width: 30%;
        height: 100%;
        background: url('imgs/project_back.jpg');
        background-repeat: no-repeat;
        background-position: calc(100%) center;
        /* background-size: 80%; */
        color: white;
        padding: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: bold;
        position: relative;
        /* border: 6px solid #fff; */
        clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    }
    .left::before {
        flex: 2; 
        content: '';
        background: rgba(0, 39, 77, 0.80);
        height: 100%;
        width: 100%;
        color: white;
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        position: absolute;
        top: 0%;
        left: 0%;
        /* border: 6px solid #c9a12a; */
        clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
        z-index: 0;
    }
    .left h2{
        z-index: 1;
        width: 100%;
        text-align: left;
        color: #FFF;
        font-family: Poppins;
        font-size: 16.041px;
        font-style: normal;
        font-weight: 600;
        line-height: 20.357px; /* 126.901% */
    }

    .right {
        flex: 3;
        background: #c9a12a; /* Yellowish color */
        color: #0c2233;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        padding: 20px;
        /* border: 2px solid ; */
        /* margin-right: 200px; */
    }

    .stat {
        text-align: center;
        margin-top: 20px;
    }

    .stat h3 {
        color: #00274D;
        text-align: center;
        font-family: "Nunito Sans";
        font-size: 14.636px;
        font-style: normal;
        font-weight: 800;
        line-height: 20.328px; /* 138.889% */
        margin-bottom: -0px;
    }
    .stat p{
        color: #00274D;
        text-align: center;
        font-family: "Nunito Sans";
        font-size: 6.505px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    /* choice  */
    
    .choice{
        min-height: 600px;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 200px;
        margin-bottom: 75px;
    }
    .choice .main{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    .choice .main .top{
        text-align: center;
    }
    .choice .main .top h3{
        color: #00274D;
        text-align: center;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 120% */
    }
    .choice .main .bottom{
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }
    .choice .main .bottom .bottom-box{
        width: 100vw;
    }
    .choice .main .mid{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .choice .main .mid .box{
        width: 90%;
        padding: 10px;
        border-radius: 5px;
        background: #FFF;
        margin-bottom: 30px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    }
    .choice .main .mid .box svg{
    width: 50.101px;
    height: 50.101px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    }
    .choice .main .mid .box h4{
    color: #00274D;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    white-space: nowrap;
    }
    .choice .main .mid .box p{
    color: var(--Text-color-Body-text, #303233);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.08px;
    }
    .choice .main .end{
    display: none;
   
    }
    
    /* contact section  */

        
    .contact{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #00274D;
        color: #fff;
    }
    .contact .top{
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 20px;
        border-bottom: 3px solid #fff;
        gap: 20px;
    }
    .contact .top .box{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        text-align: center;
    }
    .contact .top .box h1{
        color: #FFF;
        font-family: "Montserrat Alternates";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .contact .top .box h2{
        color: var(--white, #FFF);
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
    }
    .contact .top .box a{
        color: #fff;
        transition: all .5s ;
    }
    .contact .top .box a:hover{
        color: #c9a12a;
    }
    .contact .bottom{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0 0 0;
    }
    
    #email_last{
        display: none;
    }

    
}

@media screen and (max-width: 340px) {
    .header .main{
        width: 70vw;
        height: 340px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 2px solid rgba(255, 255, 255, 0.90);
        background: rgba(255, 255, 255, 0.40);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        z-index: 1;
        text-align: center;
    }
    .header .main h1{
        font-size: 20px;
    }
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--white);
}

/* ===========================
   CONTAINER & LAYOUT
   =========================== */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===========================
   GALLERY HERO
   =========================== */

.gallery-hero,
.contact-hero {
    background: linear-gradient(rgba(0, 61, 102, 0.7), rgba(0, 61, 102, 0.7)),
                url('imgs/header.jpg');
    background-size: cover;
    background-position: center;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-align: center;
}

.hero-overlay h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.hero-overlay p {
    font-size: 18px;
}

/* ===========================
   FILTER SECTION
   =========================== */

.filter-section {
    padding: 40px 0;
    background-color: var(--white);
    border-bottom: 1px solid var(--border-color);
}

.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-btn {
    background-color: var(--white);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: var(--primary-color);
    color: var(--white);
}

/* ===========================
   GALLERY GRID - LARGE
   =========================== */

.gallery {
    padding: 60px 0;
    background-color: var(--white);
}

.gallery h2 {
    text-align: center;
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 40px;
}

.gallery-grid-large {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.gallery-item-large {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow);
    height: 300px;
    cursor: pointer;
}

.gallery-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item-large:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: var(--white);
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item-large:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.gallery-overlay p {
    font-size: 14px;
}

/* ===========================
   CONTACT SECTION
   =========================== */

.contact-section {
    padding: 60px 0;
    background-color: var(--white);
}

.contact-section h2 {
    text-align: center;
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 40px;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-form-container,
.contact-info-container {
    padding: 30px;
    background-color: var(--bg-light);
    border-radius: 8px;
}

.contact-form-container h2,
.contact-info-container h2 {
    color: var(--primary-color);
    margin-bottom: 25px;
    text-align: left;
}

/* ===========================
   FORM STYLES
   =========================== */

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: var(--text-dark);
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-family: inherit;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 5px rgba(0, 61, 102, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #002a47;
}

.form-message {
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
    display: none;
}

.form-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ===========================
   CONTACT INFO CARDS
   =========================== */

.info-card {
    background: var(--white);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: var(--shadow);
    text-align: center;
}

.info-card.highlight {
    background: linear-gradient(135deg, var(--primary-color), #005580);
    color: var(--white);
}

.info-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.info-card h3 {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.info-card.highlight h3 {
    color: var(--white);
}

.info-card p {
    color: var(--text-light);
    margin: 5px 0;
}

.info-card.highlight p {
    color: var(--white);
}

.info-card a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500;
}

.info-card a:hover {
    text-decoration: underline;
}

.info-card.highlight a {
    color: var(--secondary-color);
}

/* ===========================
   WHY CHOOSE US
   =========================== */

.why-choose {
    padding: 60px 0;
    background-color: var(--bg-light);
}

.why-choose h2 {
    text-align: center;
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-card {
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: var(--shadow);
}

.feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.feature-card h3 {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.feature-card p {
    color: var(--text-light);
}

/* ===========================
   FOOTER
   =========================== */

.footer {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 50px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-section h3 {
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.footer-section a {
    color: var(--secondary-color);
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

/* ===========================
   LOGIN PAGE STYLES
   =========================== */

.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, var(--primary-color), #005580);
    padding: 20px;
}

.login-box {
    background: var(--white);
    padding: 50px 40px;
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
    width: 100%;
    max-width: 400px;
}

.login-box h1 {
    color: var(--primary-color);
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.login-box form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.login-box .form-group {
    display: flex;
    flex-direction: column;
}

.login-box .form-group label {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.login-box .form-group input[type="email"],
.login-box .form-group input[type="password"] {
    padding: 12px 15px;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    font-family: inherit;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: var(--bg-light);
}

.login-box .form-group input[type="email"]:focus,
.login-box .form-group input[type="password"]:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 8px rgba(0, 61, 102, 0.2);
    background-color: var(--white);
}

.login-box .form-group.checkbox {
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
}

.login-box .form-group.checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
    accent-color: var(--primary-color);
}

.login-box .form-group.checkbox label {
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.btn-login {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-login:hover {
    background-color: #002a47;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 61, 102, 0.3);
}

.btn-login:active {
    transform: translateY(0);
}

.login-footer {
    margin-top: 25px;
    text-align: center;
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
}

.login-footer p {
    color: var(--text-light);
    font-size: 14px;
    margin: 10px 0;
}

.login-footer a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.login-footer a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* ===========================
   SOCIAL BUTTONS
   =========================== */

.social-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: var(--shadow);
    color: var(--white);
}

.social-btn.whatsapp {
    background-color: #25d366;
}

.social-btn.tiktok {
    background-color: #000000;
}

.social-btn:hover {
    transform: scale(1.1);
    box-shadow: var(--shadow-lg);
}

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

@media (max-width: 768px) {
    .navbar-content {
        flex-direction: column;
        gap: 15px;
    }

    .nav-menu {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        text-align: center;
    }

    .gallery h2,
    .contact-section h2,
    .why-choose h2,
    .gallery-hero h1,
    .contact-hero h1 {
        font-size: 28px;
    }

    .gallery-grid-large {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .gallery-item-large {
        height: 220px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .filter-buttons {
        gap: 10px;
    }

    .filter-btn {
        padding: 8px 15px;
        font-size: 14px;
    }

    .hero-overlay h1 {
        font-size: 32px;
    }

    .hero-overlay p {
        font-size: 16px;
    }

    .gallery-hero,
    .contact-hero {
        height: 70vh;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .logo-text {
        display: none;
    }

    .gallery h2,
    .contact-section h2,
    .why-choose h2,
    .gallery-hero h1,
    .contact-hero h1 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .gallery-grid-large {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .gallery-item-large {
        height: 250px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-form-container,
    .contact-info-container {
        padding: 20px;
    }

    .submit-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .info-card {
        padding: 20px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .footer-content {
        gap: 20px;
    }

    .footer-section h3 {
        font-size: 16px;
    }

    .footer-section p {
        font-size: 12px;
    }

    .hero-overlay h1 {
        font-size: 24px;
    }

    .social-buttons {
        right: 10px;
        bottom: 10px;
    }

    .social-btn {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}
