@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alata&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

.corporate-page {
    .section-gap {
        padding: 75px 0;
        @media screen and (max-width: 1023px) {
            padding: 62px 0;
        }
        @media screen and (max-width: 575px) {
            padding: 48px 0;
        }
    }
    .section-header {
        gap: 15px;
        font-family: "Poppins";
        margin: 0 auto;
        text-align: center;
        .title {
            font-size: 72px;
            line-height: 115%;
            letter-spacing: -0.01em;
            color: #061d49;
            @media screen and (max-width: 1024px) {
                font-size: 50px;
                line-height: 60px;
                letter-spacing: -0.05em;
            }

            @media screen and (max-width: 575px) {
                font-size: 33px;
                line-height: 40px;
            }
        }
        .subtitle {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0.01em;
            color: #1a1a1a;
            opacity: 0.7;
            max-width: 764px;
            @media screen and (max-width: 1024px) {
                font-size: 18px;
                line-height: 24px;
            }

            @media screen and (max-width: 575px) {
                font-size: 14px;
                line-height: 21px;
            }
        }
                &.mobile-header {
                   
                    @media screen and (min-width:992px) {
                        display: none;
                        
                    }
        
                    .title {
                        color: #ffffff;
                        margin-bottom: 14px;
                    }
                }
        
                
    }
    .section-body {
        margin-top: 40px;
        flex-wrap: wrap;
        @media screen and (max-width: 575px) {
            margin-top: 49px;
        }
        &.m-0 {
            margin-top: 0;
        }
                .desktop-header {
                    @media screen and (max-width:991px) {
                        display: none;
                    }
                }
        h5 {
            font-size: 72px;
            line-height: 72px;
            letter-spacing: -0.01em;
            @media screen and (max-width: 1200px) {
                    font-size: 46px;
                        line-height: 53px;
                }
            @media screen and (max-width: 575px) {
                font-size: 33px;
                line-height: 40px;
            }
        }
        .lg-img-section{
            max-width: 48%;
            @media screen and (max-width: 991px) {
                   max-width: 100%;
                   margin: 0 auto;
                }
        }
        .lg-text-section{
            max-width: 48%;
            @media screen and (max-width: 991px) {
                    max-width: 100%;
                    p{
text-align: center;
                    }
                    
                           
                        
                }
        }
    }
    .relative-hero-section {
        position: relative;
        .primary-hero-section {
            display: flex;
            flex-direction: row;
            z-index: 1;
            .text-section {
                display: flex;
                flex-direction: column;
                flex-wrap: wrap;
                gap: 82px;
                max-width: 606px;
                margin: 84px 0;
                @media screen and (max-width: 1355px) {
                    max-width: 505px;
                    margin: 60px 0;
                    gap: 50px;
                }
                @media screen and (max-width: 1024px) {
                    max-width: 100%;
                    align-items: center;
                }
                @media screen and (max-width: 575px) {
                    margin: 56px 0;
                }
            }
            h1 {
                font-weight: 700;
                font-size: 64px;
                line-height: 80px;
                letter-spacing: -0.05em;
                @media screen and (max-width: 1355px) {
                    font-size: 50px;
                    line-height: 60px;
                }
                @media screen and (max-width: 575px) {
                    font-size: 33px;
                    line-height: 40px;
                }
                @media screen and (max-width: 1024px) {
                    text-align: center;
                }
            }

            .img-section {
                position: absolute;
                right: 0;
                display: flex;
                justify-content: flex-end;
                bottom: 0;
                top: 0;

                @media screen and (min-width: 1921px) {
                    position: relative;
                }
                @media screen and (max-width: 1024px) {
                    display: none;
                }
                @media screen and (max-width: 1355px) {
                    img {
                        max-width: 93%;
                    }
                }
            }
        }
    }

    .logo-marquee {
        padding: 35px 0;
        @media screen and (max-width: 1024px) {
            display: none;
        }
    }
    .sector {
        .section-body {
            gap: 25px;
            .sector-card {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 30px;
                gap: 50.72px;
                background: #ffffff;
                box-shadow: 0px 13.5862px 27.1723px rgba(43, 43, 43, 0.02);
                max-width: 31%;
                @media screen and (max-width: 1024px) {
                    max-width: 48%;
                    width: 48%;
                    box-shadow: none;
                        background-color: transparent;
                }
                @media screen and (max-width: 768px) {
                    box-shadow: none;
                    background-color: transparent;
                    padding: 19px 20px 0;
                    gap: 14px;
                    width: 40%;
                    max-width: 40%;
                }
                .img {
                    min-width: 118px;
                    min-height: 118px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    @media screen and (max-width: 768px) {
                        min-width: 47px;
                        min-height: 47px;
                        img {
                            max-width: 25px;
                            max-height: 25px;
                        }
                    }
                }
                .detail {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    align-items: center;
                    text-align: center;
                    p {
                        font-weight: 600;
                        font-size: 24px;
                        line-height: 36px;
                        letter-spacing: 0.01em;
                        color: #1a1a1a;
                        @media screen and (max-width: 575px) {
                            font-size: 15px;
                            line-height: 19.1px;
                        }
                    }
                    span {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 19.2px;
                        letter-spacing: 0.01em;
                        color: #1a1a1a;
                        opacity: 0.5;
                        @media screen and (max-width: 575px) {
                            font-size: 10px;
                            line-height: 12.6px;
                        }
                    }
                }
            }
        }
    }
    .logo-section {
        .section-body {
            div {
                width: 30%;
                align-items: center;
                justify-content: center;
                display: flex;
                @media screen and (max-width: 768px) {
                    width: 47%;
                    img {
                        max-height: 50px;
                    }
                }
                                 @media screen and (max-width: 475px) {
                                    width: 44%;
                                 }
            }
        }
    }
    .location {
        p {
            font-weight: 400;
            font-size: 20px;
            line-height: 36px;
            color: #061d49;
            @media screen and (max-width: 991px) {
                text-align: center;
            }
            @media screen and (max-width: 575px) {
              
                font-size: 14px;
                line-height: 21px;
            }
        }
    }
    .why-choose-us {
        .section-body {
            gap: 20px;
            @media screen and (max-width: 1024px) {
                justify-content: center;
            }
            .choosen-card {
                max-width: 18%;
                @media screen and (max-width: 1024px) {
                    max-width: 32%;
                }
                @media screen and (max-width: 575px) {
                    max-width: 47%;
                }
                .bg-primary {
                    height: 244px;
                    width: 100%;
                    margin-bottom: 33px;
                    @media screen and (max-width: 575px) {
                        width: 128px;
                        height: 142px;
                        margin-bottom: 14px;
                        img {
                            max-width: 82px;
                            max-height: 82px;
                        }
                    }
                }
                p {
                    font-size: 24px;
                    line-height: 30px;
                    letter-spacing: 0.01em;
                    min-height: 60px;
                    @media screen and (max-width: 575px) {
                        font-size: 20px;
                        line-height: 28px;
                        min-height: unset;
                    }
                }
                span {
                    font-size: 14px;
                    line-height: 21px;
                    letter-spacing: 0.01em;
                    color: #000000;
                    margin-top: 10px;
                }
            }
        }
    }
    .get-in-touch {
        .section-body {
            gap: 112px;
            @media screen and (max-width: 991px) {
                   gap: 40px;
                }
            @media screen and (max-width: 575px) {
                gap: 40px;
            }
        }
        .text-section {
            max-width: 445px;
            @media screen and (max-width: 991px) {
                   max-width: 100%;
                }
        }
    }
}
.faq-section {
    .accordion-header {
        font-size: 18px;
        line-height: 120%;
        color: #757b8a;
        border: 0 !important;
        outline: 0 !important;
        &.open {
            color: #061d49;
        }
                 @media screen and (max-width: 991px) {
                     font-size: 15px;
                     line-height: 21px;
                 }
    }
    .accordion-body {
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        color: #061d49;
        @media screen and (max-width: 991px) {
                font-size: 12px;
                line-height: 160%;
            }
    }
}
.contact-us-form {
    flex-grow: 1;
    label {
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: #ffffff;
    }
    .icon-field,
    input,
    textarea {
        border-radius: 0;
    }
    .icon-field {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        background-color: white;

        input {
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 0;
            border: 0 !important;
            outline: 0 !important;
        }
    }
}
