@charset "utf-8";

.banner-section {
    background-image: url(../image/service/service-banner.png) !important;
}
.top-section {
    display: flex;
    padding-top: 7rem;
    flex-direction: column;
    gap: 3rem;
}
.top-section2 {
    display: flex;
    padding-top: 7rem;
    flex-direction: column;
    gap: 0rem;
}
.top-left-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.top-right-section {
    position: relative;
}
.text-section h2 {
    font-weight: 700;
    color: #171a22;
    font-size: 1.75rem;
}
.text-section h3 {
    font-weight: 700;
    color: #171a22;
    font-size: 1.25rem;
    line-height: 1.5;
}
.text-section p {
    color: #575f6b;
    margin-top: 1rem;
    line-height: 1.75;
}
.button-section {
    background-color: #fff;
    padding: 2rem;
    border-radius: 4px;
}
.see-more-button {
    margin-bottom: 0 !important;
    padding: 1rem 1.25rem 1rem 1.25rem;
    font-size: 0.8rem;
}
.button-section h3 {
    font-weight: 700;
    line-height: 1.5;
    color: #171a22;
    font-size: 1.25rem;
}
.button-section p {
    color: #575f6b;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.75;
}
.top-right-section img {
    position: relative;
    z-index: 1 !important;
    width: 85%;
    height: auto;
    margin-top: 2.5rem;
    margin-left: 0px;
}
.top-section2 .top-right-section img {
    position: relative;
    z-index: 1 !important;
    width: 85%;
    height: auto;
    margin-top: 2.5rem;
    margin-left: 50px;
}
.bottom-section {
    /* display: flex;
    flex-direction: column-reverse; */
    margin-top: 3rem;
    /* gap: 3rem; */
    padding-bottom: 4rem;
}
.bottom-right-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.bottom-left-section {
    position: relative;
    text-align: right;
    padding-bottom: 4rem;
}
.circle-image.alt {
    background-image: url(../image/service/service-circle-bg.png);
    left: 0;
    bottom: 0 !important;
    top: auto !important;
}
.bottom-left-section img {
    position: relative;
    z-index: 1 !important;
    width: 85%;
    height: auto;
    right: 0;
}
#nav-bar-cont .nav-service a {
    /* CSS styles for the second <li> element */
    font-weight: 700 !important;
}
#nav-bar-cont .nav-service a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        #16bffd 0%,
        #ef32d9 99.99%,
        #ff78d8 100%
    );
    margin-right: 2px;
    vertical-align: top;
}
.link-txt {
    display: block;
    margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
    .button-section {
        padding: 1.4rem;
    }
}
@media screen and (min-width: 480px) {
}
@media screen and (min-width: 768px) {
    .top-right-section img {
        margin-top: 3rem;
    }
    .top-section2 .top-right-section img {
        margin-top: 0;
    }
}
@media screen and (min-width: 992px) {
    .top-section {
        flex-direction: row;
        padding-top: 11rem;
        margin: 0 3rem;
        gap: 5rem;
        align-items: center;
    }
    .top-section {
        flex-direction: row;
        padding-top: 11rem;
        margin: 0 3rem;
        gap: 5rem;
        align-items: start;
    }
    .top-section > *:first-child {
        flex: 1;
    }
    .top-section > *:last-child {
        flex: 1;
    }
    .button-section {
        width: 80%;
    }
    .top-left-section {
        align-items: end;
    }
    .top-section2 .top-left-section {
        align-items: start;
    }
    .top-right-section img {
        margin-left: 1rem;
    }
    .top-section2 .top-right-section img {
        margin-right: 1rem;
        margin-left: 84px;
    }
    .top-section2 .top-left-section {
        order: 2;
    }
    .top-section2 .top-right-section {
        order: 1;
    }
    .bottom-section {
        flex-direction: row;
        margin-top: 5rem;
        margin-right: 3rem;
        margin-left: 3rem;
        padding-bottom: 1rem;
        gap: 5rem;
    }
    .bottom-section > *:first-child {
        flex: 1;
    }
    .bottom-section > *:last-child {
        flex: 1;
    }
    .circle-image.alt {
        top: 30% !important;
    }
    .button-section.alt {
        width: 90%;
    }
    .bottom-right-section .text-section {
        width: 80%;
    }
    .see-more-button {
        margin-left: 0;
    }
    .banner-header {
        padding-right: 4rem;
    }
}
@media screen and (min-width: 1400px) {
    .circle-image.alt {
        top: 50% !important;
    }
    .top-section {
        margin: 0 3rem;
    }
    .bottom-section {
        margin-right: 3rem;
        margin-left: 3rem;
        margin-top: 6rem;
    }
    .see-more-button {
        padding: 1rem 1.75rem 1rem 1.75rem !important;
    }
}

.button-section a {
    text-decoration: none;
}
