*{

    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;

}

html{

    scroll-behavior:smooth;

}

body{

    background:#fafafa;
    color:#222;

}

header{

    position:fixed;
    width:100%;
    top:0;
    z-index:1000;

}

.navbar{

    max-width:1700px;
    margin:auto;

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

    padding:10px 30px;

    backdrop-filter:blur(15px);

}

.logo{
    display:flex;
    align-items:center;
}

.logo img{
    height: 100px;
    width:auto;
    display:block;
}

.logo a{
    display:flex;
    align-items:center;
}

.nav-links{

    display:flex;
    list-style:none;
    gap:80px;

}

.nav-links a{

    color:white;
    text-decoration:none;
    transition:.3s;

}

.nav-links a:hover{

    color:#C8A24A;

}

.btn-nav{

    text-decoration:none;

    color:white;

    background:#C8A24A;

    padding:12px 24px;

    border-radius:50px;

}

.hero{

    height:100vh;

    background:url("../images/hero.jpg") center center/cover;

}

.overlay{

    width:100%;
    height:100%;

    background:rgba(11,31,58,.72);

    display:flex;

    justify-content:center;

    align-items:center;

}

.hero-content{

    max-width:900px;

    text-align:center;

    color:white;

}

.hero-content h1{

    font-size:64px;

    line-height:1.2;

    margin-bottom:25px;

}

.hero-content p{

    font-size:20px;

    color:#ddd;

    margin-bottom:40px;

}

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:25px;

}

.primary-btn,
.secondary-btn{

    text-decoration:none;

    padding:16px 35px;

    border-radius:50px;

    transition:.35s;

}

.primary-btn{

    background:#C8A24A;

    color:white;

}

.secondary-btn{

    border:2px solid white;

    color:white;

}

.primary-btn:hover{

    transform:translateY(-4px);

}

.secondary-btn:hover{

    background:white;

    color:#0B1F3A;

}

.stats{

    max-width:1200px;

    margin:auto;

    margin-top:-70px;

    display:flex;

    justify-content:space-between;

    gap:30px;

    padding:40px;

}

.card{

    flex:1;

    background:white;

    padding:40px;

    border-radius:18px;

    text-align:center;

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

}

.card h2{

    color:#0B1F3A;

    font-size:25px;

}

.card p{

    margin-top:12px;

    color:#555;

}

.coming{

    text-align:center;

    padding:120px 30px;

}

.coming h2{

    font-size:40px;

    margin-bottom:20px;

}

footer{

    background:#0B1F3A;

    color:white;

    text-align:center;

    padding:35px;

}
/*================ ABOUT =================*/

.about{

    max-width:1200px;
    margin:120px auto;
    padding:0 30px;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;

}

.about-image img{

    width:100%;
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.about-text h4{

    color:#C8A24A;
    letter-spacing:2px;
    margin-bottom:15px;

}

.about-text h2{

    font-size:44px;
    color:#0B1F3A;
    margin-bottom:25px;

}

.about-text p{

    color:#666;
    line-height:1.9;
    margin-bottom:20px;

}

/*================ SERVICES =================*/

.services{

    background:#F5F7FA;
    padding:120px 30px;

}

.section-title{

    max-width:700px;
    margin:auto;
    text-align:center;
    margin-bottom:70px;

}

.section-title h4{

    color:#C8A24A;
    letter-spacing:2px;

}

.section-title h2{

    font-size:42px;
    color:#0B1F3A;
    margin:15px 0;

}

.section-title p{

    color:#666;

}

.service-grid{

    max-width:1200px;
    margin:auto;

    display:grid;

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

    gap:30px;

}

.service-card{

    background:white;

    padding:40px 30px;

    border-radius:18px;

    text-align:center;

    transition:.35s;

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

}

.service-card:hover{

    transform:translateY(-10px);

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

}

.service-card i{

    font-size:48px;

    color:#C8A24A;

    margin-bottom:25px;

}

.service-card h3{

    color:#0B1F3A;

    margin-bottom:15px;

}

.service-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:20px;

}

.service-card a{

    text-decoration:none;

    color:#0B1F3A;

    font-weight:600;

}

/*================ why griffin ================*/




.why-griffinn{
    padding:100px 10%;
    background:#f8f9fb;
    text-align:center;
}

.section-tag{
    color:#c9a33b;
    font-size:0.9rem;
    font-weight:700;
    letter-spacing:2px;
}

.why-griffinn h2{
    margin-top:15px;
    font-size:2.6rem;
    color:#0f2240;
}

.why-intro{
    max-width:700px;
    margin:25px auto 60px;
    color:#555;
    line-height:1.8;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    max-width:900px;
    margin:0 auto 50px;
}

.why-item{
    background:white;
    padding:25px;
    border-radius:14px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

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

.why-item i{
    color:#c9a33b;
    font-size:1.3rem;
}

.why-item span{
    font-weight:600;
    color:#0f2240;
}

.contact-section{

    padding:100px 10%;

    background:#0f2240;

    color:white;

    text-align:center;

}

.contact-section h2{

    font-size:2.6rem;

    margin-top:15px;

    color:white;

}

.contact-intro{

    max-width:700px;

    margin:25px auto 60px;

    color:#d6d6d6;

    line-height:1.8;

}

.contact-cards{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-bottom:60px;

}

.contact-card{

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

    padding:35px;

    border-radius:18px;

    transition:.3s;

}

.contact-card:hover{

    transform:translateY(-6px);

}

.contact-card i{

    font-size:2rem;

    color:#d4af37;

    margin-bottom:20px;

}

.contact-card h3{

    margin-bottom:15px;

    color:white;

}

.contact-card p{

    color:#ddd;

    line-height:1.7;

}
.contact-card a{

    color:white;

    text-decoration:none;

    font-weight:500;

}
.contact-card a:hover{

    color:#d4af37;

}
.footer{

    background:#091427;

    color:white;

}

.footer-container{

    display:grid;

    grid-template-columns:2fr 1fr 1.5fr;

    gap:110px;

    padding:80px 10%;

}

.footer-logo img{

    width:210px;
    text-align:left;

    margin-bottom:20px;

}

.footer-logo p{

    color:#cfcfcf;

    line-height:2;

    max-width:350px;

}

.footer-links h3,
.footer-contact h3{

    margin-bottom:20px;

    color:white;

}

.footer-links{

    display:flex;

    flex-direction:column;

}

.footer-links a{

    color:#d8d8d8;

    text-decoration:none;

    margin-bottom:12px;

    transition:.3s;

}

.footer-links a:hover{

    color:#d4af37;

}

.footer-contact{

    display:flex;

    flex-direction:column;

}

.footer-contact a,
.footer-contact p{

    color:#d8d8d8;

    text-decoration:none;

    margin-bottom:15px;

    line-height:1.7;

}

.footer-contact i{

    color:#d4af37;

    margin-right:10px;

}

.footer-bottom{

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

    text-align:center;

    padding:25px;

    color:#bbbbbb;

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

    .contact-cards{

        grid-template-columns:1fr;

    }

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

    .contact-section{

        padding:80px 20px;

    }

    .contact-cards{

        grid-template-columns:1fr;

        width:100%;

    }

}