@import url('fonts.css');
@import url('logo.css');
@import url('hero.css');
@import url('about.css');
@import url('career.css');
@import url('process.css');
@import url('scrollbg.css');
@import url('lounge.css');
@import url('responsive.css');

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    height: 100vh;
}

* {
    font-family: 'Trap';
}

.container {
    max-width: 1320px;
    padding: 0 20px;
}

.logo-appear {
    max-width: 300px;
    height: 45px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    /* top: 200px; */
    transform: translateY(700%) scale(1);
    z-index: 111;

    transition: transform 0.5s ease, top 0.5s ease;

    /* Smooth animation */
}


.logo-appear.show {
    top: 20px;
    transform: translateY(0);
    /* Final top position */
    transform: scale(0.8);
    /* Shrink the logo */
    opacity: 1;
}

.logo-appear img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.logo-appear.off {
    top: -200px;
}

.hero-building.hrmov {
    /* transform: translate(216px, 82px); */
    transform: translate(124px, 8px);
    transition: transform 1s ease-in-out;
}

.hero-trees.trmov {
    transform: translate(200px, 60px);
    transition: transform 1s ease-in-out;
}

.testimonial-wrap {

    position: absolute;
    bottom: -223px;
    z-index: 111;
    transition: bottom 0.5s ease-in-out;
}

.stm {
    /* bottom: 200px; */
    /* bottom: 188px; */
    bottom: 22%;
}

.remodel-left {
    position: absolute;
    /* top: 90px; */
    top: 150px;
    left: -580px;
    z-index: 111;
    transition: left 0.5s ease-in-out;
}

.remodel-left.show {
    /* left: 80px; */
    left: 246px;
}

.remodel-right {
    position: absolute;
    /* top: 100px; */
    top: 150px;
    right: -990px;
    z-index: 111;
    transition: right 0.5s ease-in-out;
}

.remodel-right.show {
    right: -200px;
}

header {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 111;
    transition: top 0.5s ease-in-out;
    padding: 18px 0;
}

header.show {
    top: 0;
}

.right-ul {
    /* right: -900px; */
    position: absolute;
    top: 450px;
    right: -900px;
    z-index: 111;
    transition: right 0.5s ease-in-out;
}

.right-ul.show {
    /* right: 200px; */
    right: 300px;
}

.right-heading {
    position: absolute;
    top: 150px;
    right: 200px;
    z-index: 111;
    transition: opacity 0.9s ease-in-out;
    opacity: 0;
}

.right-heading.show {
    opacity: 1;
}

.mobile-wrap {
    position: absolute;
    bottom: -555px;
    left: 300px;
    left: 240px;
    z-index: 111;
    transition: bottom 1s ease-in-out;
    /* top: auto; */
}

.mobile-wrap.show {
    height: 100vh;
    /* bottom: 160px; */
    bottom: 12%;
    max-width: 34vw;
}

.logo-appear.come {
    opacity: 1;
}

/* those who wants to hide */
.remodel-left.off {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.remodel-right.off {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.testimonial-wrap.off {


    bottom: -223px;
    transition: bottom 0.5s ease-out;
}

.logo-appear.gone {
    opacity: 0;
}

body.zoomed {
    transform: scale(1.2);
    /* Scale effect */
    transition: transform 0.5s ease;
    /* Smooth zoom transition */
}

.is-mobile {
    display: none;
}

.hero-one .is-mobile {
    display: none;
}

.is-mobile-home {
    display: none;
}

.is--bedroom .footer .col-md-5 {
    width: 33.33%;
}

.is--bedroom .footer .col-md-4 {
    width: 33.33%;
}

.is--bedroom .footer .col-md-3 {
    width: 33.33%;
}

.ne-office-box {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    background: transparent;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    width: 80%;
}

.ne-office-box p {
    color: #ffffff70;
}

.ne-office-box p strong {
    color: #f47f4a85;
}

.ne-office-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #f47f4a85;
}

.ne-location-row {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff70;
}

.ne-location-icon {
    fill: #e60000;
}

.ne-location-row a {
    text-decoration: none;
    color: #ffffff70;
    font-weight: 500;
}

.process .ne-office-box {
    background: #00000099;
    position: relative;
    z-index: 11111;
    width: 90%;
}

.policy .inside-tabs .ne-policy h2 {
    font-weight: 800;
    font-size: 28px;
}

.policy .inside-tabs .ne-policy h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 25px 0;
}


.policy .inside-tabs .ne-policy p {
    font-size: 16px;
}

.policy .inside-tabs .ne-policy li {
    font-size: 16px;
}

.policy .inside-tabs .ne-policy {
    margin-bottom: 40px;
}

.is--bedroom .expandable-footer .footer-wrap .ne-office-box {
    position: absolute;
    width: 100%;
    max-width: 1320px;
    margin: auto;
    left: 0;
    right: 0;
    top: 150px;
}

.process .main-footer::after {
    content: '';
    background: url(../images/footer-logo-ne.png);
    width: 100%;
    height: 20%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.policy .inside-tabs .ne-policy h4 {
    font-size: 17px;
    font-weight: 600;
}

@media screen and (max-width: 1023.98px) {
    .process .main-footer::after {
        display: none;
    }
}


@media screen and (max-width: 767.98px) {
    .footer-wrap .ne-office-box {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 111;
        width: 100%;
        background: #000000a1;
        text-align: center;
    }

    .ne-location-row {
        justify-content: center;
        width: 142px;
        margin: auto;
    }
}