:root{
    --navy:#071B35;
    --gold:#C8A46A;
    --white:#ffffff;
    --grey:#f5f5f5;
    --text:#2a2a2a;
}

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

body{
    font-family:'Manrope',sans-serif;
    color:var(--text);
    overflow-x:hidden;
    font-weight:400;
    letter-spacing:0;
}

.container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

/* HEADER */

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background:rgba(7,27,53,.92);
    backdrop-filter:blur(10px);
}

.nav-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 0;
}

.logo img{
    height:60px;
    width:auto;
}

.nav{
    display:flex;
    gap:25px;
}

.nav a{
    color:white;
    text-decoration:none;
    font-weight:600;
}

.btn-gold{
    background:var(--gold);
    color:white;
    padding:12px 22px;
    text-decoration:none;
    border-radius:4px;
}

/* HERO */

.hero{
    height:100vh;
    min-height:700px;
    position:relative;
    overflow:hidden;
    padding-top:90px;
}

.hero-slider,
.slide{
    position:absolute;
    inset:0;
}

.slide{
    background-size:cover;
    background-position:center;
    opacity:0;
    transition:opacity 1s ease;
}

.slide.active{
    opacity:1;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
}

.hero-wrapper{
    position:relative;
    z-index:2;
    height:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.hero-content{
    max-width:700px;
    color:white;
}

.hero-content h1{
    font-family:'Playfair Display',serif;
    font-size:70px;
    line-height:1.1;
    margin-bottom:20px;
}

.hero-content p{
    font-size:20px;
    margin-bottom:30px;
}

.hero-buttons{
    display:flex;
    gap:15px;
}

.btn-outline{
    border:2px solid white;
    color:white;
    text-decoration:none;
    padding:12px 22px;
}

.hero-form{
    width:380px;
    background:white;
    padding:30px;
    border-radius:12px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.hero-form h3{
    margin-bottom:20px;
}

.hero-form input,
.hero-form select{
    width:100%;
    padding:14px;
    margin-bottom:15px;
    border:1px solid #ddd;
}

.hero-form button{
    width:100%;
    padding:14px;
    background:var(--gold);
    color:white;
    border:none;
    cursor:pointer;
}

/* SECTIONS */

section{
    padding:110px 0 80px;
}

.founder{
    padding-top:15px;
}

h2{
    font-family:'Playfair Display',serif;
    font-size:44px;
    text-align:center;
    margin-bottom:32px;
}

.founder-grid{
    display:grid;
    grid-template-columns:300px 1fr;
    gap:55px;
    align-items:center;
}

.founder-image img{
    width:100%;
    max-width:280px;
    height:auto;
    display:block;
}

.founder-content h2{
    font-size:42px;
    text-align:left;
    margin-bottom:24px;
}

.founder-content p{
    font-size:17px;
    line-height:1.65;
    margin-bottom:12px;
}

.founder-content ul{
    margin-top:8px;
    padding-left:20px;
}

.founder-content li{
    font-size:16px;
    line-height:1.65;
}
.section-tag{
    color:var(--gold);
    font-weight:700;
    text-transform:uppercase;
}

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

.project-card{
    background:white;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.project-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.project-card h3{
    padding:20px;
}

.project-card p{
    padding:0 20px 20px;
}

/* DEVELOPERS */

.developers{
    background:#071B35;
    padding:100px 0;
}

.developers h2{
    color:white;
    text-align:center;
}

.developer-subtitle{
    text-align:center;
    color:#d8d8d8;
    margin-bottom:50px;
}

.developer-logo-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:25px;
}

.developer-logo-grid img{

    background:white;

    width:100%;

    height:120px;

    object-fit:contain;

    padding:20px;

    border-radius:12px;

    transition:.4s;

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

.developer-logo-grid img:hover{

    transform:translateY(-8px);

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

}
.contact{
    text-align:center;
    padding-top:110px;
}

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

.contact{
    padding:70px 0 90px;
    background:#faf9f6;
    text-align:left;
}


/* CONTACT HEADER */

.contact-header{
    max-width:900px;
    margin:0 auto 55px;
    text-align:center;
}

.contact-header .section-tag{
    display:block;
    margin-bottom:12px;
    font-size:13px;
    letter-spacing:2px;
}

.contact-header h2{
    margin-bottom:18px;
    color:var(--navy);
}

.contact-header p{
    max-width:760px;
    margin:0 auto;
    font-size:17px;
    line-height:1.7;
    color:#555;
}


/* MAIN GRID */

.contact-grid{
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:70px;
    align-items:start;
}


/* LEFT SIDE */

.contact-info{
    padding:10px 0;
}

.contact-info h3{
    font-family:Georgia, "Times New Roman", serif;
    font-size:32px;
    font-weight:600;
    color:var(--navy);
    margin-bottom:18px;
}

.contact-intro{
    max-width:520px;
    font-size:16px;
    line-height:1.75;
    color:#555;
    margin-bottom:35px;
}


/* CONTACT DETAILS */

.contact-details{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.contact-icon{
    width:38px;
    height:38px;
    flex:0 0 38px;

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

    border:1px solid var(--gold);
    color:var(--gold);

    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
}

.contact-item strong{
    display:block;
    margin-bottom:4px;
    font-size:14px;
    color:var(--navy);
}

.contact-item p{
    margin:0;
    font-size:15px;
    line-height:1.5;
    color:#555;
}


/* NOTE */

.contact-note{
    margin-top:38px;
    padding:22px 24px;
    border-left:3px solid var(--gold);
    background:white;
}

.contact-note strong{
    display:block;
    margin-bottom:8px;
    color:var(--navy);
    font-size:15px;
}

.contact-note p{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.65;
}


/* =========================================
   CONTACT FORM
========================================= */

.contact-form-wrapper{
    background:white;
    padding:38px 40px;
    border:1px solid #e8e5df;
    box-shadow:0 15px 45px rgba(7,27,53,.08);
}

.contact-form-heading{
    margin-bottom:28px;
}

.contact-form-heading span{
    display:block;
    margin-bottom:8px;
    color:var(--gold);
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
}

.contact-form-heading h3{
    margin:0;
    font-family:Georgia, "Times New Roman", serif;
    font-size:30px;
    font-weight:600;
    color:var(--navy);
}


/* FORM ROW */

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    color:var(--navy);
    font-size:13px;
    font-weight:600;
}

.form-group input,
.form-group select,
.form-group textarea{
    width:100%;
    padding:13px 14px;

    border:1px solid #d8d8d8;
    background:#fff;

    font-family:Arial, sans-serif;
    font-size:14px;
    color:#333;

    outline:none;
    transition:border-color .25s ease,
                box-shadow .25s ease;
}

.form-group input,
.form-group select{
    height:48px;
}

.form-group textarea{
    min-height:110px;
    resize:vertical;
    line-height:1.5;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
    border-color:var(--gold);
    box-shadow:0 0 0 2px rgba(200,164,106,.12);
}

.form-group input::placeholder,
.form-group textarea::placeholder{
    color:#999;
}


/* SUBMIT */

.contact-submit{
    width:100%;
    padding:15px 25px;

    border:none;
    background:var(--gold);
    color:white;

    font-size:15px;
    font-weight:600;

    cursor:pointer;

    transition:
        background .25s ease,
        transform .25s ease;
}

.contact-submit:hover{
    background:#b48f54;
    transform:translateY(-1px);
}

.form-disclaimer{
    margin:12px 0 0;
    text-align:center;
    color:#888;
    font-size:11px;
    line-height:1.5;
}


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

@media(max-width:900px){

    .contact-grid{
        grid-template-columns:1fr;
        gap:45px;
    }

}

@media(max-width:600px){

    .contact{
        padding:55px 0 65px;
    }

    .contact-header{
        margin-bottom:40px;
    }

    .contact-header h2{
        font-size:36px;
    }

    .contact-grid{
        gap:35px;
    }

    .form-row{
        grid-template-columns:1fr;
        gap:0;
    }

    .contact-form-wrapper{
        padding:28px 22px;
    }

    .contact-info h3{
        font-size:28px;
    }

}

.about{
    padding:120px 0 15px;
}

.about p{
    width:100%;
    max-width:none;
    margin:0 auto 25px;
    padding:0 20px;
    text-align:center;
    line-height:1.7;
    font-size:18px;
}