.section-title {
    padding-bottom: 24px;
}
.section-title-text {
    font-size: 24px;
    font-weight: bold;
    color: var(--white);
}
.section {
    padding-bottom: 100px;
}
.section-heading {
    color: var(--white);
    text-align: center;
    font-size: 56px;
    font-weight: bold;
    line-height: 72px;
    margin-bottom: 24px;
}
.banner-slider-section {
    padding-bottom: 120px;
}
.banner-brand-section {
    padding-bottom: 0;
}
.banner-brand-logo-inner {
    max-width: 865px;
    margin: auto;
}
.banner-brand-logo  img {
    width: 100%;
}
.banner-brand-logo {
    position: absolute;
    top: 28.5%;
    right: 20%;
    width: 60%;
    height: fit-content;
    align-content: center;
}
.banner img {
    width: 100%;
}
.common-country-section {
    padding-bottom: 100px;
}
.banner-brand-section .banner-brand {
    position: relative;
}
.banner-brand-section .banner-brand {
    position: relative;
}
.banner-brand-image {
    width: 100vw;
    height: 66vw;
    max-height: 950px;
    background-image: url(../../assets/images/home-bg.png);
    background-size: contain;
}
.banner-brand-search-bar {
    width: 100%;
}
.banner-brand .banner-brand-search-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 78px;
    padding-bottom: 78px;
    background: linear-gradient(
        180deg,
        rgba(229, 92, 22, 0) 0%,
        var(--primary) 100%
    );
}
.banner-brand-search-bar .search-bar {
    height: 68px;
    padding: 8px 40px;
}
.banner-brand-search-bar .search-bar-button {
    height: calc(100% - 16px);
}

.banner-brand-search-bar .search-bar-input {
    font-size: 20px;
}

.banner-brand-search-bar .btn {
    padding: 16px;
}
.banner-brand-search-bar .btn-icon {
    width: 36px;
    height: 36px;
}
.banner-slider-item {
    width: 100%;
    aspect-ratio: 3;
}

.banner-slider-item img {
    width: 100%;
    object-fit: contain;
}
.home-page .banner-slider .carousel-cell {
    width: 100%;
    margin-right: 24px;
}
.home-page .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    opacity: 1;
    background: transparent;
    border: 2px solid var(--white);
    transition: 0.25s;
}

.home-page .flickity-page-dots .dot.is-selected {
    width: 24px;
    height: 8px;
    opacity: 1;
    background: var(--white);
    border-radius: 999px;
}
.home-page .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    color: var(--primary);
}
.home-page .flickity-prev-next-button .flickity-button-icon {
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%;
}

.country-section {
    padding-top: 85px;
}
.country-list .country {
    display: block;
    padding: 16px;
    background-color: var(--white);
    border-radius: 20px;
    text-decoration: none;
    color: var(--text-primary);
}
.country-list .country .country-title {
    display: flex;
    align-items: center;
    gap: 16px;
}
.country-list .country .country-image {
    margin-bottom: 16px;
}
.country-list .country img {
    width: 100%;
    border-radius: 8px;
}
.country-list .country .country-text {
    font-size: 20px;
    font-weight: bold;
}

.country-list .country-simple {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 20px;
    background-color: var(--white);
    border-radius: 12px;
    text-decoration: none;
    color: var(--text-primary);
}

.country-list .country-simple .country-text {
    font-size: 20px;
}
.country-simple .country-icon {
    position: relative;
    width: 35px;
}
.country-simple .country-icon .icon {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    border: 1px solid var(--white);
    border-radius: 999px;
}
.country-simple .country-icon > img {
    width: 100%;
}
.tabs-header {
    padding-bottom: 24px;
}
.tabs-header .tab-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}
.tabs-header .tab-nav .tab-nav-item .btn {
    padding: 14px 18px;
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 999px;
}
.tabs-header .tab-nav .tab-nav-item.active .btn {
    font-size: 16px;
    color: var(--primary);
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.tabs-header .search-bar-input::placeholder {
    color: var(--text-primary);
}
.redirect-button .btn {
    display: inline-flex;
    gap: 12px;
    width: fit-content;
    padding: 12px 40px;
    background-color: var(--secondary);
    border-radius: 12px;
    line-height: 24px;
}
.redirect-button .btn-icon {
    min-width: 16px;
    width: 16px;
    height: 16px;
}
.redirect-button .btn-text {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary);
}
.tabs-header .search-bar {
    margin: 4px 0;
    max-width: 288px;
    width: 100%;
}
.tabs-header .search-bar .icon {
    min-width: 24px;
}
.tabs .tab {
    display: none;
}
.tabs .tab.show {
    display: block;
}
.accordion-list {
    padding-bottom: 24px;
}
.accordion {
    padding: 24px;
    background-color: var(--white);
    border-radius: 12px;
}
.accordion-list .accordion:not(:last-child)  {
    margin-bottom: 24px;
}

.accordion-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: -1px;
}
.accordion-toggle-content-button {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.accordion-content {
    display: none;
    margin-top: 20px;
    font-size: 20px;
}
.accordion.active .minus-image {
    display: block;
}
.accordion.active .accordion-content {
    display: block;
}
.accordion.active .add-image {
    display: none;
}
.accordion .minus-image {
    display: none;
}
.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.service-section {
    padding: 128px 0;
    background-repeat: no-repeat no-repeat;
    background: linear-gradient(0deg, var(--app-overlay), var(--app-overlay)),
        url("../../assets/images/mapeople0328\ 1.png");
}
.service-section .section-heading {
    margin-bottom: 40px;
}

.services .service {
    display: flex;
    gap: 32px;
}
.services .service:not(:last-child) {
    margin-bottom: 44px;
}

.services .service-number {
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    border-radius: 12px;
    align-content: center;
    text-align: center;
    background-color: rgba(229, 92, 22, 0.4);
}
.services .service-number span {
    display: inline-block;
    width: 100%;
    color: var(--primary);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.services .service-content {
    color: var(--white);
}
.services .service-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 16px;
    letter-spacing: -1px;
}
.services .service-desc {
    font-size: 20px;
    line-height: 28px;
}
.feedback {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    background-color: var(--white);
    border-radius: 16px;
    height: 100%;
}
.feedback-icon .icon {
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
    border: 4px solid rgba(229, 92, 22, 0.1);
    border-radius: 999px;
}
.feedback-title-group {
    margin-bottom: 16px;
}
.feedback-content .feedback-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.feedback-content .feedback-sub-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.feedback-section {
    padding-top: 100px;
    padding-bottom: 180px;
    background-image: url(../../assets/images/feedback-section-bg.png);
    background-size: 100%;
    background-position: 0 20px;
    background-repeat: no-repeat;
}
.feedback-section-title {
    margin-bottom: 40px;
}
.feedback-section-title .feedback-section-title-icon {
    width: 100%;
    max-width: 144px;
    margin-bottom: 40px;
}
.feedback-section-title-text {
    color: var(--white);
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}

.carousel.--row-3 .carousel-cell {
    width: var(--grid-4-col-width);
    margin-right: 24px;
}
.feedback-section .flickity-page-dots {
    bottom: calc(-8px + -56px);
    z-index: 1;
}
.feedback-section .flickity-prev-next-button {
    top: unset;
    bottom: calc(-40px + -60px);
    z-index: 2;
}
.feedback-section .flickity-prev-next-button.next {
    right: 0px;
}
.feedback-section .flickity-prev-next-button.previous {
    left: 0px;
}
.feedback-section .flickity-prev-next-button {
    background-color: var(--secondary);
}



.fixed-contact-wrapper {
    width: 0;
    height: 0;
}
.fixed-contact {
    position: fixed;
    bottom: 50px;
    right: 32px;
}
.contact-list .contact-item {
    position: relative;
}
.contact-list .contact-item:not(:last-child) {
    margin-bottom: 20px;
}
.contact-list .contact-item .contact-icon {
    display: block;
    width: 64px;
    height: 64px;
}
.contact-list .contact-item .contact-icon img {
    width: 100%;
}
.contact-list .contact-item .contact-tooltip {
    display: none;
    position: absolute;
    bottom: calc( 64px + 14px);
    right: 0;
    width: max-content;
    min-width: 50px;
    max-width: 300px;
    padding: 8px 12px;
    background: var(--green);
    border-radius: 8px;
}
.contact-list .contact-item .contact-tooltip::after {

    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-top-color: var(--green);
    bottom: -9px;
    right: 25px;
}
.contact-list .contact-item .contact-tooltip .tooltip-content {
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -1px;
}

.contact-list .contact-item:hover .contact-tooltip {
    display: block;
}
@media only screen and (min-width: 1440px) {
    .banner-brand-image {
        background-size: 1440px 950px;
    }
}
@media only screen and (max-width: 1024px) {
    .section {
        padding-bottom: 60px;
    }
    .banner-brand-section {
        padding-bottom: 0px;
    }
    .banner-slider-section {
        padding-bottom: 76px;
    }
    .section-title {
        padding-bottom: 20px;
    }
    .section-title-text {
        font-size: 20px;
        line-height: 28px;
    }
    .section-heading {
        font-size: 32px;
        font-weight: bold;
        line-height: 40px;
        margin-bottom: 12px;
    }
    .banner-brand .banner-brand-search-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-top: 45px;
        padding-bottom: 0px;
        background: linear-gradient(
            180deg,
            rgba(229, 92, 22, 0) 0%,
            var(--primary) 100%
        );
    }

    .banner-brand-search-bar .search-bar {
        height: 44px;
        padding: 6px 16px;
    }
    .banner-brand-search-bar .search-bar-button {
        height: calc(100% - 12px);
    }

    .banner-brand-search-bar .search-bar-input {
        font-size: 14px;
    }

    .banner-brand-search-bar .btn {
        padding: 16px;
    }
    .banner-brand-search-bar .btn-icon {
        width: 24px;
        height: 24px;
    }
    .country-list .country .country-text {
        font-size: 16px;
    }
    .country-section {
        padding-top: 55px;
    }
    .country-list .country {
        padding: 12px;
    }
    .country-list .country .country-image {
        margin-bottom: 8px;
    }
    .country-list .country .country-title {
        gap: 8px;
    }
    .country-list .country .country-text {
        gap: 16px;
    }
    .tabs-header {
        padding-bottom: 20px;
    }
    .tabs-header .tab-nav {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .tabs-header .tab-nav .tab-nav-item .btn {
        padding: 10px 14px;
        font-size: 14px;
    }
    .tabs-header .tab-nav .tab-nav-item.active .btn {
        font-size: 14px;
        color: var(--primary);
        border-color: var(--secondary);
        background-color: var(--secondary);
    }
    .tabs-header .search-bar-input::placeholder {
        color: var(--text-primary);
    }
    .redirect-button .btn {
        display: inline-flex;
        gap: 12px;
        width: fit-content;
        padding: 12px 40px;
        background-color: var(--secondary);
        border-radius: 12px;
    }
    .redirect-button .btn-icon {
        min-width: 16px;
        width: 16px;
        height: 16px;
    }
    .redirect-button .btn-text {
        font-size: 16px;
        font-weight: bold;
        color: var(--primary);
    }
    .tabs-header .search-bar {
        max-width: 208px;
        margin: 0 0;
    }
    .tabs-header .search-bar .icon {
        min-width: 24px;
    }
    .tabs-header .tab-nav {
        overflow-x: scroll;
    }
    .country-list .country-simple {
        gap: 8px;
        padding: 16px 12px;
    }
    .service-section {
        padding: 100px 0;
    }
    .service-section .section-heading {
        margin-bottom: 40px;
    }
    .services .service {
        gap: 16px;
    }
    .services .service-number {
        min-width: 48px;
        max-width: 48px;
        min-height: 48px;
        max-height: 48px;
    }
    .services .service-number span {
        font-size: 20px;
        line-height: 28px;
    }
    .services .service-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .services .service-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .feedback-section-title {
        margin-bottom: 24px;
    }
    .feedback-section-title .feedback-section-title-icon {
        margin-bottom: 24px;
    }
    .feedback-section {
        padding-top: 60px;
        padding-bottom: 124px;
    }
    .feedback-slider .carousel-cell {
        width: var(--grid-7-col-width);
        margin-right: 24px;
    }
    .feedback-section .flickity-page-dots {
        bottom: calc(-8px + -40px);
        z-index: 1;
    }
    .feedback-section .flickity-prev-next-button {
        top: unset;
        bottom: calc(-40px + -44px);
        z-index: 1;
    }
    .feedback-section .flickity-prev-next-button.next {
        right: 40px;
    }
    .feedback-section .flickity-prev-next-button.previous {
        left: 40px;
    }
    .contact-list .contact-item .contact-icon {
        width: 48px;
        height: 48px;
    }
    .contact-list .contact-item .contact-tooltip {
        bottom: calc( 48px + 14px);
    }
    .contact-list .contact-item .contact-tooltip .tooltip-content {
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 430px) {
    .section {
        padding-bottom: 44px;
    }
    .banner-brand-section {
        padding-bottom: 0;
    }
    .home-page .banner-slider-section .flickity-prev-next-button {
        display: none;
    }
    .country-list .country-simple {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 16px;
    }
    .tabs-header .search-bar {
        margin: 0 0;
        height: 44px;
        max-width: unset;
        width: 100%;
    }
    .service-section {
        padding-bottom: 64px;
        background-size: cover;
    }

    .feedback-slider .carousel-cell {
        width: var(--grid-9-col-width);
    }

    .feedback-section .flickity-prev-next-button.next {
        right: 16px;
    }
    .feedback-section .flickity-prev-next-button.previous {
        left: 16px;
    }
    .feedback-section {
        padding-top: 44px;
        padding-bottom: 108px;
        background-position: 0 25px;
    }
}
