/* =========================================================
   A1 CONSTRUCTIONS
   HOMEPAGE STYLES
========================================================= */


/* =========================================================
   WELCOME SECTION
========================================================= */

.welcome-section {
    width: 100%;

    padding: 90px 20px 95px;

    background: #ffffff;

    text-align: center;
}


.welcome-content {
    width: min(1140px, 92%);

    margin: 0 auto;
}


/* =========================================================
   WELCOME HEADING
========================================================= */

.welcome-heading {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 18px;

    margin-bottom: 12px;
}


.heading-line {
    width: 55px;

    height: 1px;

    background: var(--gold);

    flex-shrink: 0;
}


.welcome-label {
    color: var(--gold);

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 5px;

    white-space: nowrap;
}


/* =========================================================
   A1 CONSTRUCTIONS
========================================================= */

.welcome-content h2 {
    margin: 0;

    font-family: "Montserrat", Arial, sans-serif;

    color: #111111;

    font-size: clamp(42px, 5vw, 68px);

    font-weight: 900;

    line-height: 1.05;

    letter-spacing: -2px;

    white-space: nowrap;
}


/* =========================================================
   BUILD WITH CARE
========================================================= */

.welcome-tagline {
    margin-top: 14px;

    color: var(--gold);

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 5px;

    white-space: nowrap;
}


/* =========================================================
   INTRODUCTION TEXT
========================================================= */

.welcome-text {
    max-width: 920px;

    margin: 42px auto 0;

    text-align: justify;
}


.welcome-text p {
    margin-bottom: 30px;

    color: #555555;

    font-size: 17px;

    line-height: 1.9;

    letter-spacing: 0.2px;

    text-align: justify;

    text-align-last: center;
}


.welcome-text p:last-child {
    margin-bottom: 0;
}


.welcome-text strong {
    color: #222222;

    font-weight: 800;
}


/* =========================================================
   LEARN MORE BUTTON
========================================================= */

.welcome-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-top: 38px;

    min-width: 170px;

    padding: 16px 30px;

    background: #111111;

    color: #ffffff;

    border-radius: 30px;

    font-size: 14px;

    font-weight: 700;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.welcome-button:hover {
    background: var(--gold);

    color: #ffffff;

    transform: translateY(-3px);
}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 768px) {

    .welcome-section {
        padding: 65px 15px 70px;
    }


    .welcome-content {
        width: 94%;
    }


    /* WELCOME TO */

    .welcome-heading {
        gap: 10px;

        margin-bottom: 10px;
    }


    .heading-line {
        width: 35px;
    }


    .welcome-label {
        font-size: 20px;

        font-weight: 700;

        letter-spacing: 3px;
    }


    /* A1 CONSTRUCTIONS */

    .welcome-content h2 {
        font-size: clamp(28px, 8vw, 44px);

        font-weight: 900;

        letter-spacing: -1px;
    }


    /* BUILD WITH CARE */

    .welcome-tagline {
        margin-top: 11px;

        font-size: 20px;

        font-weight: 700;

        letter-spacing: 3px;
    }


    /* PARAGRAPHS */

    .welcome-text {
        margin-top: 32px;
    }


    .welcome-text p {
        margin-bottom: 23px;

        font-size: 15px;

        line-height: 1.8;

        text-align: justify;

        text-align-last: center;
    }


    /* BUTTON */

    .welcome-button {
        margin-top: 30px;

        padding: 14px 27px;

        font-size: 13px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .welcome-section {
        padding: 55px 10px 60px;
    }


    .welcome-content {
        width: 96%;
    }


    /* WELCOME TO */

    .welcome-heading {
        gap: 8px;

        margin-bottom: 10px;
    }


    .heading-line {
        width: 25px;
    }


    .welcome-label {
        font-size: 20px;

        font-weight: 700;

        letter-spacing: 2.5px;
    }


    /* A1 CONSTRUCTIONS */

    .welcome-content h2 {
        font-size: 27px;

        font-weight: 900;

        letter-spacing: -0.8px;
    }


    /* BUILD WITH CARE */

    .welcome-tagline {
        margin-top: 11px;

        font-size: 20px;

        font-weight: 700;

        letter-spacing: 2.5px;
    }


    /* PARAGRAPHS */

    .welcome-text {
        margin-top: 28px;
    }


    .welcome-text p {
        margin-bottom: 21px;

        font-size: 14px;

        line-height: 1.75;

        text-align: justify;

        text-align-last: center;
    }


    /* BUTTON */

    .welcome-button {
        margin-top: 27px;

        min-width: 155px;

        padding: 13px 24px;

        font-size: 12px;
    }

}










































/* =========================================================
   OUR SERVICES SECTION
========================================================= */

.services-section {
    width: 100%;
    padding: 100px 20px;
    background: #f8f8f8;
}

.services-container {
    width: min(1300px, 92%);
    margin: 0 auto;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.services-section .section-heading {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.services-section .section-heading span {
    display: inline-block;
    margin-bottom: 14px;

    color: var(--gold);

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
}

.services-section .section-heading h2 {
    margin: 0;

    color: #111111;

    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1px;
}

.services-section .section-heading p {
    max-width: 720px;
    margin: 20px auto 0;

    color: #666666;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   SERVICES GRID
========================================================= */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;

    margin-top: 60px;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.service-card {
    position: relative;

    background: #ffffff;

    border: 1px solid #e5e5e5;

    overflow: hidden;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


/* GOLD TOP LINE */

.service-card::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 0;
    height: 4px;

    background: var(--gold);

    z-index: 10;

    transition: width 0.45s ease;
}

.service-card:hover::before {
    width: 100%;
}

.service-card:hover {
    transform: translateY(-9px);

    border-color: var(--gold);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.12);
}


/* =========================================================
   IMAGE AREA
========================================================= */

.service-image {
    position: relative;

    width: 100%;
    height: 265px;

    overflow: hidden;

    background: #111111;
}

.service-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.service-card:hover .service-image img {
    transform: scale(1.08);
}


/* IMAGE OVERLAY */

.service-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.02) 65%
        );

    pointer-events: none;

    transition: opacity 0.4s ease;
}

.service-card:hover .service-image::after {
    opacity: 0.65;
}


/* =========================================================
   SERVICE NUMBER
========================================================= */

.service-number {
    position: absolute;

    top: 18px;
    right: 18px;

    z-index: 5;

    min-width: 48px;
    height: 34px;

    padding: 0 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #111111;

    border-left: 3px solid var(--gold);

    color: #ffffff;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.service-card:hover .service-number {
    background: var(--gold);
    color: #111111;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.service-content {
    position: relative;

    padding: 48px 28px 30px;
}


/* =========================================================
   FLOATING ICON
========================================================= */

.service-icon {
    position: absolute;

    top: -34px;
    left: 28px;

    width: 68px;
    height: 68px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--gold);

    border: 6px solid #ffffff;

    color: #111111;

    font-size: 24px;

    transition:
        transform 0.4s ease,
        background 0.4s ease,
        color 0.4s ease;
}

.service-card:hover .service-icon {
    background: #111111;
    color: var(--gold);

    transform:
        translateY(-3px)
        rotate(-5deg);
}


/* =========================================================
   CARD TITLE
========================================================= */

.service-content h3 {
    margin: 0 0 13px;

    color: #111111;

    font-family: "Montserrat", Arial, sans-serif;

    font-size: 20px;
    font-weight: 800;

    line-height: 1.35;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.service-content p {
    margin: 0;

    color: #666666;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   SERVICE LINK
========================================================= */

.service-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-top: 23px;

    color: #111111;

    font-size: 13px;
    font-weight: 800;

    text-decoration: none;

    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.service-link i {
    color: var(--gold);

    font-size: 12px;

    transition:
        transform 0.3s ease;
}

.service-link:hover {
    color: var(--gold);

    gap: 14px;
}

.service-link:hover i {
    transform: translateX(2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .services-section {
        padding: 85px 20px;
    }

    .services-container {
        width: 94%;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 28px;

        margin-top: 50px;
    }

    .service-image {
        height: 250px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .services-section {
        padding: 70px 15px;
    }

    .services-container {
        width: 94%;
    }

    .services-section .section-heading span {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .services-section .section-heading h2 {
        font-size: 31px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .services-section .section-heading p {
        margin-top: 15px;

        font-size: 14px;
        line-height: 1.75;
    }

    .services-grid {
        grid-template-columns: 1fr;

        gap: 28px;

        margin-top: 42px;
    }

    .service-image {
        height: 245px;
    }

    .service-content {
        padding: 46px 23px 28px;
    }

    .service-icon {
        left: 23px;

        width: 64px;
        height: 64px;

        top: -32px;

        font-size: 22px;
    }

    .service-content h3 {
        font-size: 19px;
        line-height: 1.4;
    }

    .service-content p {
        font-size: 13.5px;
        line-height: 1.75;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .services-section {
        padding: 60px 10px;
    }

    .services-container {
        width: 96%;
    }

    .services-section .section-heading span {
        font-size: 11px;
        letter-spacing: 2.5px;
    }

    .services-section .section-heading h2 {
        font-size: 27px;
    }

    .services-section .section-heading p {
        font-size: 13px;
    }

    .services-grid {
        gap: 24px;

        margin-top: 35px;
    }

    .service-image {
        height: 220px;
    }

    .service-number {
        top: 14px;
        right: 14px;

        min-width: 44px;
        height: 32px;

        font-size: 11px;
    }

    .service-content {
        padding: 43px 20px 25px;
    }

    .service-icon {
        left: 20px;

        width: 60px;
        height: 60px;

        top: -30px;

        border-width: 5px;

        font-size: 21px;
    }

    .service-content h3 {
        font-size: 18px;
        margin-bottom: 11px;
    }

    .service-content p {
        font-size: 13px;
        line-height: 1.7;
    }

    .service-link {
        margin-top: 20px;

        font-size: 12px;
    }

}
























/* =========================================================
   OUR WORK PROCESS
========================================================= */

.work-process-section {
    width: 100%;
    padding: 110px 20px;
    background: #ffffff;
    overflow: hidden;
}

.work-process-container {
    width: min(1200px, 92%);
    margin: 0 auto;
}


/* =========================================================
   PROCESS HEADING
========================================================= */

.process-heading {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.process-heading span {
    display: inline-block;
    margin-bottom: 15px;

    color: var(--gold);

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
}

.process-heading h2 {
    margin: 0;

    color: #111111;

    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1px;
}

.process-heading p {
    max-width: 680px;
    margin: 20px auto 0;

    color: #666666;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   TIMELINE
========================================================= */

.process-timeline {
    position: relative;
    margin-top: 85px;
}


/* CENTRAL LINE */

.process-timeline::before {
    content: "";

    position: absolute;

    top: 0;
    bottom: 0;

    left: 50%;

    width: 1px;

    background:
        linear-gradient(
            to bottom,
            transparent,
            #d8d8d8 8%,
            #d8d8d8 92%,
            transparent
        );

    transform: translateX(-50%);
}


/* =========================================================
   PROCESS ITEM
========================================================= */

.process-item {
    position: relative;

    display: grid;

    grid-template-columns: 1fr 90px 1fr;

    align-items: center;

    min-height: 210px;

    margin-bottom: 45px;
}

.process-item:last-child {
    margin-bottom: 0;
}


/* =========================================================
   LEFT / RIGHT
========================================================= */

.process-left .process-card {
    grid-column: 1;
    grid-row: 1;

    justify-self: end;

    margin-right: 55px;
}

.process-left .process-dot {
    grid-column: 2;
    grid-row: 1;
}

.process-right .process-dot {
    grid-column: 2;
    grid-row: 1;
}

.process-right .process-card {
    grid-column: 3;
    grid-row: 1;

    justify-self: start;

    margin-left: 55px;
}


/* =========================================================
   PROCESS CARD
========================================================= */

.process-card {
    position: relative;

    width: min(470px, 100%);

    padding: 30px 32px 32px;

    background: #ffffff;

    border: 1px solid #e4e4e4;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.05);

    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}


/* GOLD TOP ACCENT */

.process-card::before {
    content: "";

    position: absolute;

    top: 0;

    width: 55px;
    height: 3px;

    background: var(--gold);

    transition: width 0.4s ease;
}

.process-left .process-card::before {
    left: 0;
}

.process-right .process-card::before {
    right: 0;
}

.process-card:hover {
    transform: translateY(-7px);

    border-color: rgba(201, 154, 50, 0.6);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.10);
}

.process-card:hover::before {
    width: 100%;
}


/* =========================================================
   CARD TOP
========================================================= */

.process-card-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 22px;
}

.process-step {
    color: #999999;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================================
   PROCESS ICON
========================================================= */

.process-icon {
    width: 46px;
    height: 46px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #f7f7f7;

    color: var(--gold);

    font-size: 17px;

    border: 1px solid #e5e5e5;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.process-card:hover .process-icon {
    background: #111111;

    color: var(--gold);

    transform: rotate(-5deg);
}


/* =========================================================
   CARD TITLE
========================================================= */

.process-card h3 {
    margin: 0 0 12px;

    color: #111111;

    font-family: "Montserrat", Arial, sans-serif;

    font-size: 20px;

    font-weight: 800;

    line-height: 1.35;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.process-card p {
    margin: 0;

    color: #666666;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   NUMBER DOT
========================================================= */

.process-dot {
    position: relative;

    z-index: 3;

    width: 74px;
    height: 74px;

    display: flex;

    align-items: center;
    justify-content: center;

    justify-self: center;

    border-radius: 50%;

    background: #ffffff;

    border: 1px solid #d5d5d5;

    box-shadow:
        0 0 0 9px #ffffff;

    color: #111111;

    font-size: 13px;

    font-weight: 900;

    letter-spacing: 1px;

    transition:
        background 0.4s ease,
        color 0.4s ease,
        border-color 0.4s ease,
        transform 0.4s ease;
}

.process-item:hover .process-dot {
    background: var(--gold);

    color: #111111;

    border-color: var(--gold);

    transform: scale(1.1);
}


/* =========================================================
   SCROLL REVEAL
========================================================= */

.process-left .process-card {
    opacity: 0;

    transform: translateX(-80px);

    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1),
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.process-right .process-card {
    opacity: 0;

    transform: translateX(80px);

    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1),
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.process-item.show .process-card {
    opacity: 1;
    transform: translateX(0);
}


/* NUMBER REVEAL */

.process-dot {
    opacity: 0;

    transform: scale(0.5);

    transition:
        opacity 0.5s ease 0.25s,
        transform 0.5s ease 0.25s,
        background 0.4s ease,
        color 0.4s ease,
        border-color 0.4s ease;
}

.process-item.show .process-dot {
    opacity: 1;
    transform: scale(1);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .work-process-section {
        padding: 90px 20px;
    }

    .work-process-container {
        width: 94%;
    }

    .process-timeline {
        margin-top: 65px;
    }

    .process-item {
        grid-template-columns: 1fr 75px 1fr;
        min-height: 200px;
        margin-bottom: 35px;
    }

    .process-left .process-card {
        margin-right: 35px;
    }

    .process-right .process-card {
        margin-left: 35px;
    }

    .process-card {
        padding: 27px 25px 28px;
    }

    .process-card h3 {
        font-size: 18px;
    }

    .process-card p {
        font-size: 13px;
    }

    .process-dot {
        width: 64px;
        height: 64px;

        box-shadow:
            0 0 0 8px #ffffff;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .work-process-section {
        padding: 70px 15px;
    }

    .work-process-container {
        width: 94%;
    }

    .process-heading span {
        font-size: 11px;
        letter-spacing: 2.5px;
    }

    .process-heading h2 {
        font-size: 30px;
        letter-spacing: -0.5px;
    }

    .process-heading p {
        margin-top: 15px;
        font-size: 13px;
        line-height: 1.75;
    }


    /* MOBILE TIMELINE */

    .process-timeline {
        margin-top: 50px;
        padding-left: 55px;
    }

    .process-timeline::before {
        left: 27px;
        transform: none;

        background:
            linear-gradient(
                to bottom,
                transparent,
                #d8d8d8 5%,
                #d8d8d8 95%,
                transparent
            );
    }


    /* MOBILE ITEM */

    .process-item {
        display: block;

        min-height: auto;

        margin-bottom: 28px;
    }


    /* ALL CARDS SAME SIDE */

    .process-left .process-card,
    .process-right .process-card {
        width: 100%;
        margin: 0;
    }


    /* MOBILE NUMBER */

    .process-dot {
        position: absolute;

        top: 24px;
        left: -55px;

        width: 54px;
        height: 54px;

        box-shadow:
            0 0 0 7px #ffffff;

        font-size: 11px;
    }


    /* MOBILE CARD */

    .process-card {
        padding: 24px 20px 25px;
    }

    .process-card-top {
        margin-bottom: 18px;
    }

    .process-step {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .process-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .process-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .process-card p {
        font-size: 13px;
        line-height: 1.75;
    }


    /* MOBILE REVEAL */

    .process-left .process-card,
    .process-right .process-card {
        transform: translateY(60px);
    }

    .process-item.show .process-card {
        transform: translateY(0);
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .work-process-section {
        padding: 60px 10px;
    }

    .work-process-container {
        width: 96%;
    }

    .process-heading h2 {
        font-size: 27px;
    }

    .process-timeline {
        padding-left: 48px;
        margin-top: 42px;
    }

    .process-timeline::before {
        left: 23px;
    }

    .process-dot {
        left: -48px;

        width: 46px;
        height: 46px;

        box-shadow:
            0 0 0 6px #ffffff;

        font-size: 10px;
    }

    .process-card {
        padding: 21px 17px 23px;
    }

    .process-icon {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .process-card h3 {
        font-size: 17px;
    }

    .process-card p {
        font-size: 12.5px;
    }
}