.erp-banner.invoicing .text {
    position: absolute;
    right: 37.28%;
    top: 52.17857%;
    left: auto;
    width: 200px;
}



.erp-banner.invoicing .text a {
    z-index: 9;
    display: block;
}

.situation-analysis {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/images/invoicing/sa-bg.png");
    background-position: bottom;
}

.situation-analysis .main-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 630px;
}

.main-head-title {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 75px;
    margin-bottom: 71px;
    font-size: 32px;
}

.main-head-title .line {
    width: 90px;
    height: 2px;
    background: #008AD4;
    position: relative;
}

.main-head-title .line::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #008AD4;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main-head-title .line.left::after {
    right: 0;
}

.main-head-title .line.right::after {
    left: 0;
}

.situation-analysis .main-content {
    display: flex;
    gap: 40px;
    justify-content: space-around;
    align-items: center;
}

.situation-analysis .main-content div {
    width: 450px;
}

.situation-analysis .main-content span {
    display: inline-block;
    width: 408px;
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px dashed #008AD4;
    font-size: 16px;
}

.text-primary {
    color: #008AD4;
}

.mb-24 {
    margin-bottom: 24px;
}

.situation-analysis .main-content img {
    height: 226px;
}

.schedule-demo {
    flex-direction: column;
    height: 554px;
    display: flex;
    gap: 51px;
    align-items: center;
    justify-content: center;
}

.schedule-demo .main-head-title {
    margin: 0;
}

.schedule-demo .main-content {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
}

.schedule-demo .main-content img {
    height: 210px;
}

.schedule-demo .main-content span {
    display: inline-block;
    width: 594px;
    font-size: 18px;
}

.schedule-demo-btn {
    width: 504px;
    height: 66px;
    background: #008AD4;
    text-align: center;
    line-height:66px;
    box-shadow: 0px 4px 12px rgba(6, 70, 104, 0.11);
    opacity: 1;
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    display: inline-block;
}

.schedule-demo-btn:hover {
    color: #fff;
}

.what-to-bring {
    background: #FAFAFA;
    flex-direction: column;
    height: 495px;
    display: flex;
    gap: 51px;
    align-items: center;
    justify-content: center;
}

.what-to-bring .main-head-title {
    margin: 0;
    height: 64px;
}

.what-to-bring .ibox-list {
    display: flex;
}
.what-to-bring .ibox {
    width: 400px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    border: 1px solid #eee;
    cursor: default;
    transition: all .3s;
}

.what-to-bring .ibox:hover {
    box-shadow: 0 0 10px #008ad4 inset;
}

.what-to-bring .ibox b {
    color: #008ad4;
}

.what-to-bring .img {
    height: 94px;
    width: 81px;
    background-size: cover;

}

.what-to-bring .ibox:first-child .img {
    background-image: url("/images/invoicing/invoicing-benefit-01.png");
}

.what-to-bring .ibox:nth-child(2) .img{
    background-image: url("/images/invoicing/invoicing-benefit-02.png");
}

.what-to-bring .ibox:nth-child(3) .img{
    background-image: url("/images/invoicing/invoicing-benefit-03.png");
}


.what-to-bring .ibox:first-child:hover .img {
    background-image: url("/images/invoicing/invoicing-benefit-01-a.png");
}

.what-to-bring .ibox:nth-child(2):hover .img {
    background-image: url("/images/invoicing/invoicing-benefit-02-on.png");
}
.what-to-bring .ibox:nth-child(3):hover .img {
    background-image: url("/images/invoicing/invoicing-benefit-03-on.png");
}

.partner-company {
    height: 600px;
    background-image: url("/images/invoicing/invoicing-possess-bgx.png");
    background-size: cover;
}

.partner-company .swiper {
    width:100%;
    height: 450px;
    top: -40px;
}

.partner-company .logo-list {
    display: flex;
    justify-content: space-between;
    gap: 0 1rem;
    margin-bottom: 60px;
}

.partner-company .head {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px;
    padding-top: 40px;
    margin: auto;
}

.partner-company .logo-list li {
    width: 300px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-company .logo-list li img {
    height: 40px;

}

.partner-company .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.partner-company .logo-list li .logo-size-large {
    height: 60px;
}

.partner-company .description {
    width: 970px;
}

.partner-company .main-head-title {
    margin: 0;
    color: #fff;
}

.partner-company .main-head-title .line {
    background: #fff;
}

.partner-company .main-head-title .line::after {
    background: #fff;
}

.partner-company .description {
    color: #fff;
}

.partner-company .swiper .swiper-button {
    width: 56px;
}

.partner-company .swiper .swiper-button img {
    height: 56px;
}

.partner-company .swiper .swiper-button-prev img {
    transform: rotateZ(180deg);
}

.partner-company .swiper .swiper-button::after {
    display: none;
}

.partner-company .description p {
    line-height: 32px;
    text-align: left;
}

.partner-company .description p:first-child {
    text-align: center;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 800px;
    padding-bottom: 30px;
}

.feature .main-head-title {
    margin-bottom: 32px;
}

.feature .main-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.feature .f-list {
    max-width: 1200px;
    display: flex;
    gap: 0.55rem 0.55rem;
    flex-wrap: wrap;
    justify-content:space-between;
}

.feature .f-list .box {
    width: 200px;
    height: 200px;
    background: #F8F8F8;
    border-radius: 14px 14px 14px 72px;
    transition: all .3s;
    position: relative;
    z-index: 1;
    cursor: default;
}

.feature .f-list .box img,span {
    z-index: 1;
}

.feature .f-list .box img {
    height: 56px;
}

.feature .f-list .box span {
    font-size: 20px;
    font-weight: 500;
    line-height: 37px;
    margin-top: 24px;
}

.feature .f-list .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature .f-list .box::after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: #F8F8F8;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 14px 14px 14px 72px;
    transition: all .3s;
    z-index: -1;
}

.feature .f-list .box:hover {
    color: #008AD4;
}


.feature .f-list .box:hover::after {
    border: 1px solid #008AD4;
    box-shadow: 2px 6px 32px rgba(2, 60, 91, 0.09);
    color: #008AD4;
    border-radius: 14px 14px 14px 72px;
}

.feature .schedule-demo-btn {
    margin-top: 50px;
    align-self: center;
}

@media only screen and (max-width: 1740px) {
    .feature .f-list {
        gap: 0.55rem 1.3rem;
    }
}

@media only screen and (max-width: 1600px) {
    .erp-banner.invoicing .text {
        right: 33.28%;
    }

    .feature .f-list {
        gap: 0.55rem 0.55rem;
    }
}

@media only screen and (max-width: 1160px) {
    .erp-banner.invoicing .text {
        right: 29.28%;
    }

    .situation-analysis .main-content img {
        height: 0;
    }

    .what-to-bring .ibox {
        width: 360px;
    }
}

@media only screen and (max-width: 1280px) {
    .erp-banner.invoicing .text {
        right: 27.5%;
    }

    .partner-company .logo-list {
        gap: 0 0.25rem;
    }

    .partner-company .description {
        width: 900px;
    }

    .feature .f-list {
        gap: 0.55rem 0.55rem;
    }
}

@media only screen and (max-width: 1160px) {
    .erp-banner.invoicing .text {
        right: 27.5%;
    }

    .situation-analysis .main-content img {
        height: 0;
    }

    .partner-company .description {
        width: 900px;
    }

    .what-to-bring .ibox {
        width: 360px;
    }
}
