@import url(../global.css);

.main-hero {
    height: 100vh;
    padding: 128px 50px;
    background: linear-gradient(89.53deg, rgba(0, 0, 0, 0.8) 38.02%, rgba(0, 0, 0, 0.3) 60.4%, rgba(0, 0, 0, 0) 71.79%), url("../../assets/corporate-skyline.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    /* box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6); */
}

.hero-header>h1 {
    width: 60%;
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.hero-header>p {
    width: 60%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.618;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

@media screen and (max-width:768px) {
    .main-hero {
        background: linear-gradient(180deg, rgba(137, 137, 137, 0) 0%, #000000 100%), url("../../assets/corporate-skyline.png");
        padding: 40px;
        align-items: center;
    }

    .hero-header>h1 {
        width: 100%;
    }

    .hero-header>p {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .main-hero {
        align-items: center;
        padding: 20px;
    }

    .hero-header>h1 {
        font-size: 2.617rem;
    }

    .hero-header>p {
        font-size: 1rem;
        width: 100%;
    }
}

.services-overview {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 64px;
    display: flex;
    gap: 64px;
}

.service-overview-col {
    width: 50%;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.service-overview-col-header {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.service-overview-col-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.service-overview-col-list>ul {
    list-style: none;
    font-family: Urbanist, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-list>li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.service-overview-content>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.618;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.services-metrics-container {
    display: flex;
    gap: 16px;
}

.service-metric-main {
    padding: 64px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #212121;
    box-shadow: none;
}

.service-metric-main>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.service-metric-main>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}


@media screen and (max-width:768px) {
    .services-overview {
        display: flex;
        flex-direction: column;
    }

    .service-overview-col {
        width: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 64px;
    }

    .service-overview-col-header {
        gap: 32px;
    }

    .service-overview-col-header>h2 {
        font-size: 2.617rem;
    }

    .service-overview-col-list>ul {
        font-size: 1rem;
    }

    .service-overview-content>p {
        font-size: 1rem;
    }

    .services-metrics-container {
        display: flex;
        gap: 16px;
    }

    .service-metric-main {
        padding: 64px;
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #212121;
        box-shadow: none;
    }

    .service-metric-main>h3 {
        font-family: Urbanist, sans-serif;
        font-size: 2.617rem;
        font-weight: 600;
        line-height: 1.2;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .service-metric-main>span {
        font-family: Plus Jakarta Sans, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

}

@media screen and (max-width:430px){


     .services-metrics-container{
        flex-direction: column;
    }

}

.services-container-main{
    background: #f0f2f4;
    margin-top: 50px;
    padding: 50px;
}

.services-main {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    overflow: hidden;
}

.services-main-header {
    display: flex;
    flex-direction: column;
    gap: 2px;
    /* gap: 24px; */
    padding: 32px 0;
    border-bottom: 1px solid #e6e6e6;
}

.services-main-header>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.618;
    text-align: left;
    text-transform: uppercase;
}

.services-main-header>h2 {
    width: 60%;
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}

.services-main-content {
    position: relative;
    gap: 24px;
}

.service-main-content-row{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.services-container {
    width: 45%;
    flex: 1 1 45%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.services-container-image>img {
    width: 100%;
    margin: 0 auto;
}

.services-container-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.services-container-content>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;

}

.services-container-content>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.services-container-content > a{
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    color: #000;
    margin-top: 16px;
}


@media screen and (max-width:768px) {
    .services-main-header>h2 {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .services-container-main{
        padding: 64px 20px;
    }
 
    .services-main-header>h2 {
        font-size: 2.617rem;
    }

    .services-container {
        width: 100%;
        flex: 1 1 100%;
    }

}



.about-services {
    display: flex;
    flex-direction: column;
    gap: 128px;
}

.about-service-row {
    display: flex;
    align-items: flex-start;
}

.about-service-col-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 60%;
    flex: 1;
}

.about-service-col-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 40%;
    flex: 1;
}

.about-service-col-left>h2,
.about-service-col-right>h2 {
    width: 90%;
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 1.2;
}

.about-service-col-left>p,
.about-service-col-right>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.about-services-metrics-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    width: auto;
}

.about-services-metrics-col {
    width: 25%;
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #141E47; */
}

.about-services-metrics-col>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.about-services-metrics-col>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width:768px) {
    .about-service-row {
        flex-direction: column;
    }

    .about-service-col-left,
    .about-service-col-right {
        width: 100%;
    }
}

@media screen and (max-width:430px) {

    .about-services {
        gap: 32px;
    }

    .about-service-row {
        gap: 24px;
    }

    .about-service-col-left {
        gap: 16px;
    }

    .about-service-col-left>h2 {
        font-size: 2.617rem;
        width: 100%;
    }

    .about-service-col-left,
    .about-service-col-right {
        width: 100%;
    }

    .about-services-metrics-row {
        flex-direction: row;
    }

    .about-services-metrics-col {
        width: 50%;
        flex: 1;
    }

}










/* FAQ Section */

.faq-header { 
    padding: 64px 0;
}

.faq-header>h2 {
    font-family: Urbanist;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #141E47;
}

.faqs {
    max-width: 1440px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    padding: 50px;
}

.faq-col {
    width: 40%;
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    padding: 20px;
    border-bottom: 1px solid #a0a9cf;
}

.faq-item.open .faq-answer {
    max-height: 500px;
    opacity: 1;
    padding: 10px;
}

.faq-question svg {
    transition: transform 0.3s ease;
}

.faq-item.open .faq-question svg {
    transform: rotate(45deg);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.faq-question>h2 {
    font-family: Urbanist;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.3s ease;
    padding: 0 10px;
}

.faq-answer>p {
    font-family: Plus Jakarta Sans;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    text-align: left;
    color: var(--body-text);
}

.faq-answer ul {
    list-style-type: disc;
    padding: 10px 20px;
    /* padding-left: 20px; */
}

.faq-answer ul li {
    font-family: Plus Jakarta Sans;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    color: var(--body-text);
}

@media screen and (max-width: 768px) {
    .faqs {
        padding: 20px 0;
        flex-direction: column;
    }

    .faq-col {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .faq-question > svg{
        width: 24px;
        height: 24px;

    }
    .faq-question>h2 {
        width: 80%;
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .faq-answer>p {
        font-size: 1rem;
    }
}
