
html,
body{

    margin:0;
    padding:0;

    background:#111111;

    overflow-x:hidden;

}

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

.services-hero{

    position:relative;

    width:100%;

    height:100vh;

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

    margin-top:-90px;

    padding-top:90px;

}

.services-hero-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.40);

}

.services-hero-content{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:20px;

    z-index:2;

}

.services-hero-text{

    font-family:'Inter',sans-serif;

    font-size:15px;

    font-weight:500;

    letter-spacing:6px;

    text-transform:uppercase;

    color:#F5F2EB;

}

/*=====================================
MOBILE
=====================================*/

@media(max-width:768px){

.services-hero{

    height:100svh;

    margin-top:-76px;

    padding-top:76px;

}

.services-hero-text{

    font-size:15px;

    letter-spacing:5px;

}

}

/*=====================================
FULL WIDTH SERVICE
=====================================*/

.service-banner{

    position:relative;

    width:100%;

    height:100vh;

    overflow:hidden;

}

.luxury-interiors{

    background:url("../images/approach.jpg") center center/cover no-repeat;

}

.service-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.35);

}

.service-content{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    z-index:2;

    padding:20px;

}

.service-content span{

    font-family:'Inter',sans-serif;

    font-size:15px;

    font-weight:500;

    letter-spacing:6px;

    text-transform:uppercase;

    color:#F5F2EB;

}

@media(max-width:768px){

.service-banner{

    height:70vh;

}

.service-content span{

    font-size:15px;

    letter-spacing:5px;

}

}

.service-banner{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;

    margin-top: 12px;   /* Space between sections */
}

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

.services-grid{

    display:flex;

    gap:12px;

    margin-top:12px;

}

.service-card{

    position:relative;

    flex:1;

    height:100vh;

    overflow:hidden;

}

.architecture{

    background:url("../images/Architecture.jpg") center center/cover no-repeat;

}

.construction{

    background:url("../images/r1.jpg") center center/cover no-repeat;

}

@media (max-width:768px){

    .services-grid{

        display:flex;
        flex-direction:column;
        gap:12px;
        margin-top:12px;

    }

    .service-card{

        position:relative;
        width:100%;
        min-height:70vh;
        flex:none;
        display:block;

    }

}

.service-content{

    position:absolute;
    inset:0;

    display:flex;
    flex-direction:column;

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

    gap:20px;

    z-index:2;

}

.service-content span{

    font-family:'Inter',sans-serif;
    font-size:15px;
    font-weight:500;
    letter-spacing:6px;
    text-transform:uppercase;
    color:#F5F2EB;

}

.service-btn{

    font-family:'Inter',sans-serif;
    font-size:15px;
    font-weight:400;

    color:#F5F2EB;

    text-decoration:none;

    transition:.35s ease;

}

.service-btn:hover{

    color:#C79A46;

    transform:translateY(-2px);

}

.photography{

    background:url("../images/photo2.jpg") center center/cover no-repeat;

}

.visualisation{

    background:url("../images/render1.jpg") center center/cover no-repeat;

}


/* ===========================
   CTA
=========================== */

.cta-section{

    width:100%;

    min-height:55vh;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:80px 24px;

    text-align:center;

    box-sizing:border-box;

}

.cta-content{

    width:100%;

    max-width:650px;

    margin:0 auto;

}
.cta-content span{

    display:block;

    font-size:15px;

    font-family:'Inter',sans-serif;

    color:#F5F2EB;

    letter-spacing:4px;

    margin-bottom:20px;

}
.cta-content p{

    font-size:15px;

    font-family:'Inter',sans-serif;

    color:#F5F2EB;

    line-height:2;

    margin-bottom:30px;

}

.cta-content a{

    text-decoration:none;

    color:#F5F2EB;

    border-bottom:1px solid #F5F2EB;

    padding-bottom:4px;

    font-size:15px;

    transition:.3s;

}

.cta-content a:hover{

    color:#C79A46;

    border-color:#C79A46;

}

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


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

.footer{

    width:100%;

    background:#111111;

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

    padding:60px 24px 30px;

    box-sizing:border-box;

    text-align:center;

}

/* Links */

.footer-links{

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:35px;

    margin-bottom:40px;

}

.footer-links a{

    text-decoration:none;

    color:#F5F2EB;

    font-size:15px;

    transition:.35s ease;

}

.footer-links a:hover{

    color:#C79A46;

}

/* Contact */

.footer-contact{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:35px;

    flex-wrap:wrap;

    margin-bottom:35px;

}

.footer-contact a,

.footer-contact span{

    color:#F5F2EB;

    text-decoration:none;

    font-size:15px;

}

/* Social */

.footer-social{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:35px;

    margin-bottom:45px;

}

.footer-social a{

    color:#F5F2EB;

    text-decoration:none;

    font-size:15px;

    transition:.35s ease;

}

.footer-social a:hover{

    color:#C79A46;

}

/* Copyright */

.footer-bottom{

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

    padding-top:25px;

    color:rgba(245,242,235,.55);

    font-size:14px;

}

/* Mobile */

@media(max-width:768px){

.footer{

    padding:50px 24px 30px;

}

.footer-links,
.footer-contact,
.footer-social{

    width:100%;

    justify-content:center;

    align-items:center;

    margin-left:auto;

    margin-right:auto;

}

.footer-bottom{

    text-align:center;

}

}


/*=====================================
        SEARCH SECTION
======================================*/

.search-section{

    padding:80px 24px 40px;

}

.search-trigger{

    max-width:700px;

    margin:auto;

    height:70px;

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

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:0 30px;

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

    cursor:pointer;

    transition:.35s;

}

.search-trigger:hover{

    border-color:#C79A46;

}

.search-icon{

    color:#C79A46;

    font-size:22px;

}

.search-text{

    flex:1;

    margin-left:18px;

    color:#999;

}

.search-shortcut{

    color:#777;

    font-size:14px;

}

/*=====================================
        MODAL
======================================*/

.search-modal{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.65);

    backdrop-filter:blur(18px);

    display:none;

    align-items:flex-start;

    justify-content:center;

    padding-top:120px;

    z-index:9999;

}

.search-modal.active{

    display:flex;

}

.search-box{

    width:min(720px,90%);

    background:#161616;

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

    border-radius:24px;

    overflow:hidden;

}

.search-box input{

    width:100%;

    height:72px;

    background:none;

    border:none;

    outline:none;

    color:#fff;

    font-size:20px;

    padding:0 28px;

}

.search-results{

    max-height:420px;

    overflow-y:auto;

}

.search-item{

    display:block;

    padding:18px 28px;

    color:#fff;

    text-decoration:none;

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

    transition:.25s;

}

.search-item:hover{

    background:#222;

}
