/* =========================================
   HOUSETHAT — CONSTRUCTION PAGE
   ========================================= */

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

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    background: #000000;
    color: #ffffff;
}




/* =================================
   CONSTRUCTION PAGE
================================= */

body {
    margin: 0;
    background: #111111;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}


/* =================================
   PROJECT
================================= */

.construction-project {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 140px 0;

    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    align-items: center;
    gap: 90px;
}

/* Desktop:
   WRITEUP LEFT | IMAGE RIGHT
*/

.construction-project-info {
    grid-column: 1;
    grid-row: 1;
}

.construction-project-image {
    grid-column: 2;
    grid-row: 1;
}

/* ================================
   CONSTRUCTION PROJECT DETAILS
   ================================ */

.construction-project-info {
    width: 100%;
    max-width: 620px;
    padding: 0;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.construction-project-info h2 {
    margin: 0 0 48px;
    font-family: "Cammorant Grant", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #C9A24D;
}

.project-meta {
    display: flex;
    gap: 90px;
    margin-bottom: 52px;
}

.project-meta-item span {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 5px;
    color: #C9A24D;
}

.project-meta-item p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.project-details {
    max-width: 560px;
}

.project-details p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
}


/* ================================
   TABLET
   ================================ */

@media (max-width: 1024px) {

    .construction-project-info {
        max-width: 90%;
    }

    .construction-project-info h2 {
        font-size: 19px;
        margin-bottom: 38px;
    }

    .project-meta {
        gap: 60px;
        margin-bottom: 40px;
    }

    .project-meta-item span {
        font-size: 12px;
        letter-spacing: 4px;
    }

    .project-meta-item p {
        font-size: 16px;
    }

    .project-details {
        max-width: 100%;
    }

    .project-details p {
        font-size: 15px;
        line-height: 1.7;
    }
}


/* =========================================
   CONSTRUCTION PROJECT
   TABLET + MOBILE
   IMAGE ABOVE WRITEUP
========================================= */

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

    main .construction-project {
        display: flex !important;
        flex-direction: column !important;

        width: 88% !important;
        max-width: none !important;

        margin: 0 auto !important;
        padding: 80px 0 !important;

        gap: 30px !important;
    }

    main .construction-project .construction-project-image {
        order: 1 !important;

        width: 100% !important;

        grid-column: auto !important;
        grid-row: auto !important;
    }

    main .construction-project .construction-project-image img {
        display: block !important;

        width: 100% !important;
        height: auto !important;

        aspect-ratio: auto !important;
        object-fit: contain !important;
    }

    main .construction-project .construction-project-info {
        order: 2 !important;

        width: 100% !important;
        max-width: 100% !important;

        grid-column: auto !important;
        grid-row: auto !important;

        margin: 0 !important;
    }

}


/* =========================================
   PROJECT 02
   DESKTOP — IMAGE LEFT | WRITEUP RIGHT
========================================= */

@media screen and (min-width: 769px) {

    .construction-project.project-02 {
        grid-template-columns: 1.25fr 0.75fr;
    }

    .construction-project.project-02 .construction-project-image {
        grid-column: 1;
        grid-row: 1;
    }

    .construction-project.project-02 .construction-project-info {
        grid-column: 2;
        grid-row: 1;
    }

}


/* =========================================
   PROJECT 03
   DESKTOP — WRITEUP LEFT | IMAGE RIGHT
========================================= */

@media screen and (min-width: 769px) {

    .construction-project.project-03 {
        grid-template-columns: 0.75fr 1.25fr;
    }

    .construction-project.project-03 .construction-project-info {
        grid-column: 1;
        grid-row: 1;
    }

    .construction-project.project-03 .construction-project-image {
        grid-column: 2;
        grid-row: 1;
    }

}


/* =========================================
   PROJECT 04
   DESKTOP — IMAGE LEFT | WRITEUP RIGHT
========================================= */

@media screen and (min-width: 769px) {

    .construction-project.project-04 {
        grid-template-columns: 1.25fr 0.75fr;
    }

    .construction-project.project-04 .construction-project-image {
        grid-column: 1;
        grid-row: 1;
    }

    .construction-project.project-04 .construction-project-info {
        grid-column: 2;
        grid-row: 1;
    }

}

/* =========================================
   ONE PROJECT — 4 PHOTOS
========================================= */

.project-four-photos {
    width: 100%;
    padding: 120px 0 0;
    background: #111111;
}


/* =========================================
   2 × 2 IMAGE GRID
========================================= */

.four-project-images {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 0;
}

.four-project-image {
    width: 100%;
    overflow: hidden;
}

.four-project-image img {
    display: block;

    width: 100%;
    height: auto;

    object-fit: contain;
    border-radius: 0;
}


/* =========================================
   PROJECT INFORMATION
========================================= */

.four-project-info {
    width: 86%;
    max-width: 1200px;

    margin: 0 auto;

    padding: 70px 0 120px;
}

.four-project-info .project-number {
    display: block;

    margin-bottom: 18px;

    font-family: "Inter", sans-serif;
    font-size: 14px;

    color: #C79A46;
}

.four-project-info h2 {
    margin: 0 0 40px;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;

    color: #C79A46;
}

.four-project-location span {
    display: block;

    margin-bottom: 10px;

    font-family: "Inter", sans-serif;
    font-size: 12px;

    letter-spacing: 4px;

    color: #C79A46;
}

.four-project-location p {
    margin: 0;

    font-family: "Inter", sans-serif;
    font-size: 14px;

    color: #FFFFFF;
}

.four-project-description {
    max-width: 600px;

    margin-top: 35px;
}

.four-project-description p {
    margin: 0;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.8;

    color: #FFFFFF;
}


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

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

    .project-four-photos {
        padding-top: 70px;
    }

    .four-project-images {
        display: flex;
        flex-direction: column;

        width: 100%;
        gap: 0;
    }

    .four-project-image {
        width: 100%;
    }

    .four-project-image img {
        width: 100%;
        height: auto;

        object-fit: contain;
    }

    .four-project-info {
        width: 88%;

        padding: 45px 0 80px;
    }

}


/* =========================================
   WHAT WE BUILD
========================================= */

.what-we-build {
    width: 100%;
    padding: 140px 7% 150px;

    background: #000000;
    color: #ffffff;
}


/* =========================================
   SECTION HEADING
========================================= */

.what-we-build-header {
    margin-bottom: 80px;
}

.what-we-build-header span {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;

    letter-spacing: 3px;

    color: #C79A46;
}


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

.build-services {
    width: 100%;
    max-width: 1200px;
}


/* =========================================
   SERVICE ITEM
========================================= */

.build-service {
    padding: 35px 0;

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

.build-service:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}


/* =========================================
   TITLE
========================================= */

.build-service-title {
    display: flex;
    align-items: baseline;

    gap: 35px;
}

.build-service-title > span {
    flex-shrink: 0;

    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;

    letter-spacing: 2px;

    color: #C79A46;
}

.build-service-title h2 {
    margin: 0;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;

    line-height: 1.5;

    color: #C79A46;
}


/* =========================================
   DESCRIPTION
========================================= */

.build-service p {
    margin: 15px 0 0 48px;

    max-width: 650px;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.8;

    color: #ffffff;
}


/* =========================================
   TABLET
========================================= */

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

    .what-we-build {
        padding: 110px 6% 120px;
    }

    .what-we-build-header {
        margin-bottom: 60px;
    }

    .build-service {
        padding: 30px 0;
    }

}


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

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

    .what-we-build {
        padding: 90px 7% 100px;
    }

    .what-we-build-header {
        margin-bottom: 50px;
    }

    .what-we-build-header span {
        font-size: 14px;
        letter-spacing: 2.5px;
    }

    .build-service {
        padding: 28px 0;
    }

    .build-service-title {
        gap: 20px;
        align-items: flex-start;
    }

    .build-service-title > span {
        font-size: 12px;
    }

    .build-service-title h2 {
        font-size: 16px;
        line-height: 1.45;
    }

    .build-service p {
        margin: 12px 0 0 32px;

        font-size: 14px;
        line-height: 1.7;
    }

}

/* =========================================
   WHY DESIGN-LED CONSTRUCTION
========================================= */

.why-design-led {
    width: 100%;
    padding: 150px 7%;

    background: #111111;
    color: #ffffff;

    display: grid;
    grid-template-columns: 0.7fr 1.3fr;

    gap: 80px;
}


/* =========================================
   LABEL
========================================= */

.why-design-label span {
    font-family: "Inter", sans-serif;

    font-size: 14px;
    font-weight: 500;

    letter-spacing: 3px;

    color: #C79A46;
}


/* =========================================
   CONTENT
========================================= */

.why-design-content {
    max-width: 850px;
}

.why-design-content h2 {
    margin: 0 0 55px;

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

    font-size: 16px;
    font-weight: 500;

    line-height: 1.5;

    color: #C79A46;
}


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

.why-design-text {
    max-width: 650px;
}

.why-design-text p {
    margin: 0 0 28px;

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

    font-size: 14px;
    font-weight: 400;

    line-height: 1.9;

    color: #ffffff;
}

.why-design-text p:last-child {
    margin-bottom: 0;
}


/* =========================================
   TABLET
========================================= */

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

    .why-design-led {
        padding: 110px 6%;

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

    .why-design-content {
        max-width: 750px;
    }

}


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

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

    .why-design-led {
        padding: 90px 7% 100px;

        display: flex;
        flex-direction: column;

        gap: 35px;
    }

    .why-design-label span {
        font-size: 12px;
        letter-spacing: 2.5px;
    }

    .why-design-content h2 {
        font-size: 16px;
        line-height: 1.6;

        margin-bottom: 35px;
    }

    .why-design-text p {
        font-size: 14px;
        line-height: 1.8;

        margin-bottom: 24px;
    }

}

/* =========================================
   CONSTRUCTION PROCESS
========================================= */

.construction-process {
    width: 100%;
    padding: 140px 7% 160px;
    background: #000000;
    color: #ffffff;
}

.process-header {
    margin-bottom: 90px;
}

.process-header span {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #C79A46;
}


/* =========================================
   HORIZONTAL TIMELINE
========================================= */

.process-timeline {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    position: relative;
}


/* Connecting horizontal line */

.process-timeline::before {
    content: "";
    position: absolute;

    top: 10px;
    left: 0;
    right: 0;

    height: 1px;

    background: rgba(199, 154, 70, 0.5);
}


/* =========================================
   PROCESS ITEM
========================================= */

.process-item {
    position: relative;
    text-align: center;
    padding: 0 15px;
}


/* =========================================
   DOT / NUMBER
========================================= */

.process-dot {
    position: relative;
    z-index: 2;

    width: 21px;
    height: 21px;

    margin: 0 auto 35px;

    border: 1px solid #C79A46;
    border-radius: 50%;

    background: #000000;

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

.process-dot span {
    font-family: "Inter", sans-serif;
    font-size: 8px;
    color: #C79A46;
}


/* =========================================
   CONTENT
========================================= */

.process-content h2 {
    margin: 0 0 14px;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;

    color: #C79A46;
}

.process-content p {
    margin: 0 auto;

    max-width: 170px;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.7;

    color: #ffffff;
}


/* =========================================
   TABLET
========================================= */

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

    .construction-process {
        padding: 110px 5% 130px;
    }

    .process-item {
        padding: 0 8px;
    }

    .process-content h2 {
        font-size: 15px;
    }

    .process-content p {
        font-size: 13px;
    }

}


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

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

    .construction-process {
        padding: 90px 8% 100px;
    }

    .process-header {
        margin-bottom: 60px;
    }

    .process-header span {
        font-size: 14px;
        letter-spacing: 2.5px;
    }


    /* Vertical timeline */

    .process-timeline {
        display: flex;
        flex-direction: column;

        width: 100%;
    }


    /* Vertical connecting line */

    .process-timeline::before {
        top: 10px;
        bottom: 10px;

        left: 10px;
        right: auto;

        width: 1px;
        height: auto;
    }


    .process-item {
        display: grid;
        grid-template-columns: 21px 1fr;

        column-gap: 25px;

        text-align: left;

        padding: 0;
        margin-bottom: 50px;
    }

    .process-item:last-child {
        margin-bottom: 0;
    }


    /* Dot */

    .process-dot {
        margin: 0;

        width: 21px;
        height: 21px;
    }


    /* Content */

    .process-content {
        padding-top: 1px;
    }

    .process-content h2 {
        margin-bottom: 10px;

        font-size: 16px;
    }

    .process-content p {
        max-width: none;
        margin: 0;

        font-size: 14px;
        line-height: 1.7;
    }

}
/* ===========================
   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;

}

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

/* Hero */

.hero{
    height:100vh;
}

.hero-content{
    padding:0 30px;
}

.hero-location{
    font-size:14px;
}

.hero-title{
    font-size:28px;
    line-height:1.4;
}

.hero-link{
    font-size:16px;
}


/* Split Sections */

.split-section{

    grid-template-columns:1fr;

    gap:8px;

}

.split-card{

    min-height:75vh;

}

.card-content{

    left:30px;
    bottom:35px;

}

.card-content span{

    font-size:13px;

}

.card-content h2{

    font-size:28px;

}

.card-content p{

    font-size:15px;

}


/* CTA */

.cta{

    min-height:45vh;

}

.cta-content{

    padding:0 25px;

}

.cta-content span{

    font-size:13px;

}

.cta-content h2{

    font-size:24px;

}

.cta-content a{

    font-size:15px;

}


/* Footer */

.footer-links{

    flex-direction:column;

    gap:18px;

}

.footer-contact{

    flex-direction:column;

    gap:15px;

}

.footer-social{

    gap:20px;

}

}



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

.photo-instagram{

    width:100%;
    padding:140px 20px;
    text-align:center;
    background:#111;

}

.photo-instagram span{

    display:block;
    font-family:'Inter',sans-serif;
    font-size:13px;
    letter-spacing:5px;
    color:#C79A46;
    text-transform:uppercase;
    margin-bottom:22px;

}

.photo-instagram h2{

    font-family:'Cormorant Garamond',serif;
    font-size:24px;
    font-weight:400;
    color:#F5F2EB;
    margin-bottom:28px;

}

.photo-instagram p{

    max-width:620px;
    margin:0 auto 45px;
    font-family:'Inter',sans-serif;
    font-size:16px;
    line-height:1.9;
    color:rgba(245,242,235,.75);

}

.instagram-link{

    display:inline-block;
    text-decoration:none;
    font-family:'Inter',sans-serif;
    font-size:15px;
    letter-spacing:.15em;
    color:#C79A46;
    border-bottom:1px solid #C79A46;
    padding-bottom:6px;
    transition:.35s ease;

}

.instagram-link:hover{

    color:#F5F2EB;
    border-color:#F5F2EB;

}

@media(max-width:768px){

.photo-instagram{

    padding:90px 24px;

}

.photo-instagram h2{

    font-size:36px;

}

.photo-instagram p{

    font-size:15px;

}

.instagram-link{

    font-size:14px;

}

}

/*=====================================
        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;

}


/* =========================================
   CONSTRUCTION PROJECT 01
   DESKTOP:
   INFO LEFT | SLIDER RIGHT
========================================= */

.construction-page {
    width: 100%;
    background: #000;
    color: #fff;
}

.construction-project {
    width: 100%;
    min-height: 100vh;

    padding: 140px 7% 120px;

    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    align-items: center;

    gap: 80px;

    background: #000;
    box-sizing: border-box;
}


/* =========================================
   PROJECT INFORMATION
========================================= */

.construction-project-info {
    width: 100%;
    max-width: 420px;
}

.construction-project-number {
    display: block;

    margin-bottom: 22px;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;

    letter-spacing: 3px;

    color: #c79a46;
}

.construction-project-info h1 {
    margin: 0 0 45px;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;

    line-height: 1.5;

    color: #c79a46;
}


/* =========================================
   LOCATION
========================================= */

.construction-location {
    margin-bottom: 35px;
}

.construction-location span {
    display: block;

    margin-bottom: 10px;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 3px;

    color: #c79a46;
}

.construction-location p {
    margin: 0;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.7;

    color: #fff;
}


/* =========================================
   DESCRIPTION
========================================= */

.construction-project-description {
    max-width: 390px;
}

.construction-project-description p {
    margin: 0;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.8;

    color: #fff;
}


/* =========================================
   SLIDER
========================================= */

.construction-project-slider {
    position: relative;

    width: 100%;

    overflow: hidden;
}

.construction-slides {
    position: relative;

    width: 100%;
}

.construction-slide {
    display: none;

    width: 100%;
}

.construction-slide.active {
    display: block;
}


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

.construction-image-placeholder {
    width: 100%;

    aspect-ratio: 16 / 10;

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

    background: #151515;

    border: 1px solid rgba(199, 154, 70, 0.25);

    box-sizing: border-box;

    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;

    letter-spacing: 3px;

    color: #c79a46;
}


/* =========================================
   WHEN REAL IMAGES ARE ADDED
========================================= */

.construction-slide img {
    display: block;

    width: 100%;
    height: auto;

    object-fit: contain;

    border-radius: 0;
}


/* =========================================
   SLIDER ARROWS
========================================= */

.construction-slider-arrow {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    z-index: 5;

    width: 42px;
    height: 42px;

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

    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.35);

    color: #fff;

    font-family: "Inter", sans-serif;
    font-size: 16px;

    cursor: pointer;

    transition: 0.3s ease;
}

.construction-slider-arrow:hover {
    background: #c79a46;
    border-color: #c79a46;
    color: #000;
}

.construction-prev {
    left: 20px;
}

.construction-next {
    right: 20px;
}


/* =========================================
   SLIDER DOTS
========================================= */

.construction-slider-dots {
    position: absolute;

    left: 50%;
    bottom: 20px;

    transform: translateX(-50%);

    z-index: 5;

    display: flex;
    align-items: center;

    gap: 9px;
}

.construction-dot {
    width: 7px;
    height: 7px;

    padding: 0;

    border: 1px solid #fff;
    border-radius: 50%;

    background: transparent;

    cursor: pointer;
}

.construction-dot.active {
    background: #c79a46;
    border-color: #c79a46;
}


/* =========================================
   TABLET
========================================= */

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

    .construction-project {
        min-height: auto;

        padding: 110px 6% 90px;

        grid-template-columns: 0.8fr 1.2fr;

        gap: 50px;
    }

    .construction-project-info {
        max-width: 360px;
    }

}


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

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

    .construction-project {

        display: flex;
        flex-direction: column;

        align-items: stretch;

        gap: 40px;

        min-height: auto;

        padding: 90px 0 80px;
    }


    /* IMAGE FIRST */

    .construction-project-slider {
        order: 1;

        width: 100%;
    }


    /* INFORMATION BELOW IMAGE */

    .construction-project-info {

        order: 2;

        width: 86%;
        max-width: none;

        margin: 0 auto;
    }


    .construction-project-number {
        margin-bottom: 16px;

        font-size: 13px;
    }

    .construction-project-info h1 {
        margin-bottom: 30px;

        font-size: 16px;
    }


    .construction-location {
        margin-bottom: 28px;
    }

    .construction-location span {
        font-size: 10px;
    }

    .construction-location p {
        font-size: 14px;
    }


    .construction-project-description {
        max-width: none;
    }

    .construction-project-description p {
        font-size: 14px;
        line-height: 1.75;
    }


    /* MOBILE ARROWS */

    .construction-slider-arrow {
        width: 36px;
        height: 36px;

        font-size: 14px;
    }

    .construction-prev {
        left: 12px;
    }

    .construction-next {
        right: 12px;
    }


    /* MOBILE DOTS */

    .construction-slider-dots {
        bottom: 12px;
    }

}


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

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

    .construction-project-info {
        width: 88%;
    }

}



/* =========================================
   ALTERNATING PROJECT LAYOUT
========================================= */

.reverse-project {
    grid-template-columns: 1.25fr 0.75fr;
}


/* Move slider to LEFT */

.reverse-project .construction-project-slider {
    grid-column: 1;
    grid-row: 1;
}


/* Move information to RIGHT */

.reverse-project .construction-project-info {
    grid-column: 2;
    grid-row: 1;
}


/* =========================================
   MOBILE
   ALWAYS SLIDER FIRST
========================================= */

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

    .reverse-project {
        display: flex;
        flex-direction: column;
    }

    .reverse-project .construction-project-slider {
        order: 1;
    }

    .reverse-project .construction-project-info {
        order: 2;
    }

}


/* Remove unwanted arrows appearing at screen edges */
body > .construction-prev,
body > .construction-next,
.construction-page > .construction-prev,
.construction-page > .construction-next {
    display: none !important;
}
