*{
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}


.header-wrap{
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -2px, rgba(0, 0, 0, 0.02) 0px 4px 6px -2px;
    position: relative;
    z-index: 1;
}
.blue-button{
    font-size: 16px;
    font-weight: 500;
    background-color: #0657EF;
    color: #ffffff;
    border-radius: 40px;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}
.blue-button:hover{
    background-color: #002e85;
}
.blue-line-button{
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    color: #0657EF;
    border: 1px solid #0657EF;
    border-radius: 40px;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}
.blue-line-button:hover{
    background-color: #c4d7fa;
}
.top-nav{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    
}
.top-nav .logo-wrap{
    height: 30px;
    width: auto;
}

.section-wrap-01{
    width: 100%;
    padding: 55px 0;
}
.blue-bg{
    background-color: #334B7D;
}
.banner-wrap{
    background: url('../images/banner-bg.png') #D5E3FC no-repeat;
    width: 100%;
    background-position: right bottom;
    object-fit: cover;
    background-size: 100%;
}
.assetracko-banner{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 25px;
    padding: 115px 0;
}
.assetracko-banner p{
    font-size: 24px;
    color: #0B2892;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    line-height: 12px;
}
.assetracko-banner h2{
    width: 100%;
    font-size: 40px;
    color: #061A62;
    margin: 0;
    font-weight: 600;
    line-height: 45px;
    font-family: "Montserrat", sans-serif;
}
.assetracko-banner h2 span{
    color: #1F6DFF;
    background-image: linear-gradient(30deg, #1F6DFF , #002268 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.assetracko-banner .banner-button-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 20px;
}
.assetracko-banner .banner-features-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 15px;
}
.assetracko-banner .banner-features-wrap p{
    font-size: 14px;
    font-weight: 500;
    color: #3D4C5B;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 8px;
    margin: 0;
    line-height: 20px;
}

@media (max-width: 991px) {
    .banner-wrap {
        background: #D5E3FC;
        width: 100%;
    }
    .assetracko-banner{
    width: 100%;
    padding: 80px 0;
}
}
@media (min-width: 1920px) {
    .banner-wrap {
        background-size: 78%;
    }
}
.app-screen-wrap{
    width: 100%;
}
.app-screen-wrap .app-modal {
    width: 100%;
    position: relative;
    height: 400px;
}
.app-screen-wrap .app-modal .app-screen-img{
    width: 100%;
    position: absolute;
    top: -80px;
}
.app-screen-wrap .app-modal .app-screen-img img{
    width: 100%;
}
@media (min-width: 1920px) {
    .app-screen-wrap .app-modal {
        height: 500px;
    }
}
@media (max-width: 1199px) {
    .app-screen-wrap .app-modal {
        height: 300px;
    }
}
@media (max-width: 991px) {
    .app-screen-wrap .app-modal {
        height: 200px;
    }
}
@media (max-width: 767px) {
    .app-screen-wrap .app-modal {
        height: 100px;
    }
}


.features-wrap{
    width: 100%;
    padding: 25px 60px;
}
.features-wrap h1{
    font-size: 32px;
    font-weight: 700;
    color: #061A62;
    margin: 0;
    text-align: center;
    padding: 0 50px;
}
.features-wrap p{
    font-size: 20px;
    color: #3D4C5B;
    margin: 0;
    text-align: center;
    margin: 30px 0;
}
.features-box{
    background-color: #FFF3CC;
    border-radius: 12px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.features-box h4{
    color: #090F24;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.features-box p{
    color: #434D56;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 15px;
    text-align: left;
}


@media (max-width: 991px) {
    .features-wrap {
        padding: 25px 0;
    }

    .features-wrap h1 {
        padding: 0;
    }
}


.why-us-wrap{
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.why-us-wrap h2{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
.why-us-wrap p{
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}
.why-us-wrap .why-us-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.why-us-wrap .why-us-group .why-us-items{
    width: 48%;
    display: flex;
    flex-direction: row;
    min-height: 200px;
    background-color: #65789E;
    border-radius: 12px;
    padding: 25px;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.why-us-wrap .why-us-group .why-us-items .why-us-image{
    width: 100px;
}
.why-us-wrap .why-us-group .why-us-items .why-us-image img{
    width: 100%;
    object-fit: contain;
}
.why-us-wrap .why-us-group .why-us-items .text-info{
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.why-us-wrap .why-us-group .why-us-items .text-info h6{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
.why-us-wrap .why-us-group .why-us-items .text-info p{
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}
@media (max-width: 991px) {
    .why-us-wrap .why-us-group .why-us-items {
        width: 100%;
        flex-direction: row;
    }
}


.section-top{
    width: 100%;
    padding: 25px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.section-top .title01{
    font-size: 32px;
    font-weight: 700;
    color: #061A62;
    margin: 0;
    text-align: center;
}
.section-top .title01 span{
    color: #1F6DFF;
    background-image: linear-gradient(30deg, #1F6DFF , #002268 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.section-top .sub-title01{
    font-size: 20px;
    color: #434D56;
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.section-top .sub-text01{
    font-size: 20px;
    color: #3D4C5B;
    margin: 0;
    text-align: center;
}
.facility-section{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
.facility-section .left-image-wrap{
    width: 30%;
}
.facility-section .left-image-wrap img{
    width: 100%;
}
.facility-section .right-content-wrap{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
.facility-section .right-content-wrap .facility-item-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    gap: 15px;
}
.facility-section .right-content-wrap .facility-items{
    width: 48%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 8px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #EFF0F6;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 12px 15px;
}
.facility-section .right-content-wrap .facility-items img{
    width: 18px;
}
.facility-section .right-content-wrap .facility-items p{
    font-size: 16px;
    color: #434D56;
    font-weight: 500;
    margin: 0;
}


@media (max-width: 991px) {
    .section-top {
        padding: 15px;
        gap: 15px;
    }

    .section-top .title01 {
        font-size: 24px;
    }

    .section-top .sub-title01 {
        font-size: 16px;
    }

    .section-top .sub-text01 {
        font-size: 16px;
    }

    .facility-section {
        flex-direction: column;
    }

    .facility-section .left-image-wrap {
        width: 100%;
    }

    .facility-section .right-content-wrap {
        width: 100%;
    }
    .facility-section .right-content-wrap .facility-items p{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .facility-section .right-content-wrap .facility-item-row {
        flex-direction: column;
    }
        .facility-section .right-content-wrap .facility-items p{
        font-size: 12px;
    }
    .facility-section .right-content-wrap .facility-items{
        width: 100%;
    }
}

.new-bg-image01{
    background: url('../images/bg-image01.png') center center no-repeat;
}




.faq-section{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
.faq-section .faq-info{
    background-color: #DDE8FF;
    border-radius: 12px;
    padding: 30px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 12px;
}
.faq-section .faq-info h2{
    font-size: 32px;
    font-weight: 700;
    color: #3B0404;
    margin: 0;
}
.faq-section .faq-info p{
    font-size: 16px;
    color: #434D56;
    margin: 0;
}
.faq-section .faq-items-list{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 12px;
}
.faq-items{
    width: 100%;
}
.faq-items .accordion-button{
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 8px!important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.faq-items .accordion-button:focus{
    border: 1px solid #dfdfdf;
    box-shadow: none;
}
.faq-items.accordion-item{
    border: transparent;
}

.faq-items .accordion-body{
    background-color: #f2f8ff;
    font-size: 16px;
    color: #434D56;
    border-radius: 8px;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .faq-section {
        flex-direction: column;
    }

    .faq-section .faq-info {
        width: 100%;
    }

    .faq-section .faq-items-list {
        width: 100%;
    }
}


.footer-wrap{
    background-color: #02092A;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    padding-top: 20px;
}

.brand-logo{
    width: 100%;
    padding: 20px 0;
}
.brand-logo img{
    width: 15%;
}

.information-wrap{
    width: 100%;
}
.information-wrap h2{
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.information-wrap p{
    font-size: 16px;
    color: #9CA2B3;
}
.information-wrap p span{
    color: #ffffff;
    font-weight: 600;
}
.information-wrap ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}
.information-wrap ul li{
    width: 100%;
}
.information-wrap ul li a{
    font-size: 16px;
    color: #9CA2B3;
    text-decoration: none;
}
.information-wrap ul li a:hover{
    color: #ffffff;
}
.newsletter-wrap{
    width: 100%;
    background-color: #1B213F;
    border-radius: 4px;
    min-height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    overflow: hidden;
}
.newsletter-wrap input{
    background: transparent;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    flex-grow: 1;
    padding: 0 15px;
    outline: none;
}
.newsletter-wrap input:focus{
    border: transparent;
    box-shadow: none;
}
.newsletter-wrap .btn-submit{
    background: #FFC200;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #182255;
    margin-top: 60px;
}
.copyright-wrap p{
    font-size: 14px;
    color: #9CA2B3;
    margin: 0;
}
.copyright-wrap p a{
    text-decoration: none;
    color: #9CA2B3;
}
.copyright-wrap p a:hover{
    color: #ffffff;
}

@media (max-width: 767px) {
    .copyright-wrap{
        flex-direction: column;
    }
}


.module-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
}
.module-wrapper .module-list{
    width: 24%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 8px;
    background-color: #8B1415;
    border-radius: 8px;
    padding: 10px;
}
.module-wrapper .module-list p{
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}
.module-wrapper .module-list img{
        filter: brightness(0) invert(1);
}


@media (max-width: 991px) {
    .module-wrapper{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: start;
        gap: 10px;
        flex-wrap: wrap;
    }
    .module-wrapper .module-list{
        width: 48%;
    }
}
@media (max-width: 767px) {
    .module-wrapper{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }
    .module-wrapper .module-list{
        width: 100%;
    }
}

.modal-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 60px;
    position: relative;
    gap: 10px;
}
.modal-content .modal-logo{
    width: 200px;
    margin-bottom: 25px;
}
.modal-content .modal-logo img{
    width: 100%;
}
.modal-content h2{
    color: #1F6DFF;
    background-image: linear-gradient(30deg, #1F6DFF , #002268 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.modal-content p{
    font-size: 18px;
    margin: 0;
    color: #515766;
}
.modal-content .close{
    font-size: 16px;
    color:#747781;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.request-form-group{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
}
.request-form-group input{
    border: 1px solid #9CA2B3;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
    color: #171717;
    width: 100%;
    outline: none;
}
.request-form-group input:focus{
    border: 1px solid #214bbe;
    box-shadow: none;
}