/* ==========================================================================
   6.2 CONSTRUCTION PAGE SPECIFIC (Template: page-construction.php)
   ========================================================================== */

/* === A. BASE / CONTAINER === */
.cont-construction {
    width: 100%;
    padding-top: 0px;
    background: #121212;
    color: #F2F0EB;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* === B. HERO SECTION === */
.first-construction {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 0 90px;
    padding-bottom: 80px;
}

.img-construction {
    display: block;
    max-height: 533.6px;
    padding: 100px;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.5);
    box-sizing: border-box;
}

.right-construction {
    width: 450px;
}

.big-construction {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #fff;
}

#problem1-construction {
    font-family: 'Hubballi', sans-serif;
    font-size: 22px;
    margin: 25px 0;
    line-height: 1.4;
    color: #D1CDC7;
}

/* === BUTTON (GLOBAL FOR PAGE) === */
.learn-construction {
    display: inline-block;
    padding: 16px 45px;
    min-width: 220px;
    background: #2a947c;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px;
    transition: .4s cubic-bezier(.25,.46,.45,.94);
    box-shadow: 0 4px 15px rgba(42,148,124,.2);
}

.learn-construction:hover {
    background: #34b396;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(52,179,150,.4);
}

/* === C. SECTION TITLES === */
.title-focus-construction,
.title-sub-construction,
.section-title {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #fff;
}

.title-focus-construction {
    font-size: 35px;
    font-weight: 700;
    margin: 60px 0 0;
    line-height: 1.5;
    text-transform: uppercase;
}

.title-sub-construction {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title {
    margin-top: 50px;
}

.divider-construction {
    width: 70px;
    height: 5px;
    margin: 10px auto;
    background: #2a947c;
    border: none;
}

/* === D. PROBLEM & COST BOXES === */
.dark-cont-construction,
.cont-cost-construction {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 40px 5%;
    width: 100%;
    box-sizing: border-box;
}

.problem-box,
.cost-box {
    flex: 1;
    min-width: 180px;
    max-width: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-fixed {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    aspect-ratio: 100 / 100;
    box-sizing: border-box;
    display: block;
    font-family: 'Hubbali', sans-serif;
    text-align: center;
    overflow: clip;
    object-fit: contain;
    flex-shrink: 0;
    -webkit-font-smoothing: antialiased;
}

.problem-box p,
.cost-box p {
    font-family: 'Hubballi', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    text-align: justify;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .dark-cont-construction,
    .cont-cost-construction {
        flex-wrap: wrap;
        padding: 40px 20px;
    }
}

/* === E. FLOW SCHEMA === */
.dot-construction {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 80px 0;
}

.Manual_line__vppfn {
    position: absolute;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 5px;
    background: rgb(74,204,165);
    z-index: 1;
}

.section-construction {
    width: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.real-construction {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: rgb(255, 176, 128);
    border: 2px solid rgb(255, 98, 0);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-family: 'Hubbali', sans-serif;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    unicode-bidi: isolate;
}

.caption-construction {
    font-family: 'Hubballi', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #D1CDC7;
    padding: 0 10px;
}

.caption-construction:first-of-type {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.caption-construction:last-of-type {
    text-align: justify;
    text-justify: inter-word;
}

/* === F. PORTFOLIO === */
.cont-portfolio-construction {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    gap: 30px;
    justify-content: center;
    padding: 60px;
}

.three-row-construction {
    background: #1E1E1E;
    padding: 15px;
    border-radius: 12px;
    transition: .3s;
}

.three-row-construction:hover {
    background: #262626;
}

.three-row-construction img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.three-row-construction p {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin: 5px 0;
}

