html {
    font-display: swap;
}

.wrapper-title {
    display: flex;
    flex-direction: column;
    /* kolom */
    gap: 6px;
    margin-bottom: 48px;
}

.wrapper-row {
    display: flex;
    flex-direction: row;
    /* gambar + hello sejajar */
    align-items: center;
    gap: 17px;
}

.border-burger {
    border: 1px solid #ffffff !important;
    background: transparent;
}

.border-burger-black {
    border: 1px solid #000000 !important;
    background: transparent;
}

.wrapper-contact-banner {
    background: #ffffff;
    border-radius: 1000px;
    padding: 12px 16px;
    display: flex;
    gap: 6px;
}

.margin-top-button-banner {
    margin-top: 3rem;
}

.color-free-text {
    color: #ffffff !important;
}

.title-hello {
    margin: 0 !important;
    font-weight: 700;
    line-height: 110% !important;
}

.title-banner {
    font-weight: 700;
    line-height: 110% !important;
}

.color-text-name {
    color: #ddc5b3;
}

.max-width {
    max-width: 1440px;
    margin: 0 auto;
}

.wrapper-about-home {
    display: flex;
    align-items: center;
    gap: 24px;
}

.counceling-about-desc {
    font-size: 16px;
    line-height: 130%;
    color: #57534e;
}

.background-image-service {
    background-image: url("/assets/images/background-solution.png");
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper-service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.min-w-250 {
    min-width: 250px !important;
}

.counceling-services-desc {
    font-size: 16px;
    line-height: 130%;
    color: #57534e;
    max-width: 408px;
}

.line {
    width: 2px;
    height: 108px;
    background-color: #d0d6ef;
}

.margin-bottom-footer {
    margin-bottom: 32px;
    width: 800px;
}

.counceling-footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-footer {
    background-color: #e4d1c3 !important;
    padding: 14.5px 22px !important;
    border-radius: 1000px !important;
    color: #5a473c !important;
}

.text-button-footer {
    display: none !important;
}

.text-button-dekstop {
    display: block !important;
}

.padding-footer {
    padding-bottom: 80px !important;
}

.padding-top-footer {
    padding-top: 115px !important;
}

.logo1 img {
    width: 80px !important;
    height: 80px !important;
    aspect-ratio: 80 / 80 !important;
    object-fit: contain !important;
}

@media (max-width: 767px) {
    .logo1 img {
        width: 43px !important;
        height: 43px !important;
        aspect-ratio: 43 / 43 !important;
        object-fit: contain !important;
    }
}

.display-wrapper-service {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.height-title {
    height: 30% !important;
}

.height-header {
    height: 80px !important;
}

/* Fix layout shift for header button */
.header-btn {
    min-width: 270px;
    height: 58px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header-btn .thm-btn {
    min-width: 270px;
    height: 58px;
    min-height: 58px;
    max-height: 58px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.height-swipper {
    min-height: 560px !important;
    height: auto !important;
}

.height-footer-shape {
    height: auto !important;
    object-fit: cover !important;
}

.height-hero-shape {
    height: auto !important;
    object-fit: cover !important;
}

.size-icon img {
    width: 60px !important;
    height: 60px !important;
}

.none-radius {
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    .wrapper-footer {
        flex-direction: column !important;
        align-items: center !important;
    }

    .wrapper-home-program {
        flex-wrap: wrap !important;
        overflow-x: auto !important;
    }

    .counceling-service-item .xb-item--title {
        font-size: 20px !important;
    }

    .padding-mobile {
        padding: 0 10px 0 0 !important;
    }

    .line {
        display: none !important;
    }

    .wrapper-footer-mobile {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .text-button-footer {
        display: block !important;
        font-weight: 600 !important;
        line-height: 150% !important;
        color: #fff !important;
        font-size: 20px !important;
    }

    .text-button-dekstop {
        display: none !important;
    }

    .wrapper-about-home {
        flex-direction: column !important;
        margin-top: 20px !important;
    }

    .padding-footer {
        padding-bottom: 30px !important;
    }

    .padding-top-footer {
        padding-top: 80px !important;
    }

    .reverse-mobile,
    .row.reverse-mobile {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .why-choose-us-btn,
    .counceling-about-btn {
        display: flex !important;
        justify-content: center !important;
    }
}

.counceling-service-item {
    padding: 47px 40px 75px 40px;
    background-color: var(--color-white);
    margin-top: 14px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 350px;
}

.counceling-service-item .xb-item--icon {
    margin-bottom: 25px;
}

.counceling-service-item .xb-item--title {
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
    text-transform: capitalize;
    color: #304049;
    max-width: 312px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .counceling-service-item .xb-item--title {
        font-size: 26px;
    }
}

.counceling-service-item .xb-item--link {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: linear-gradient(357deg, #eef8ff 0%, #e9fbff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .counceling-service-item .xb-item--link {
        bottom: 20px;
        right: 15px;
    }
}

.counceling-service-item .xb-item--link::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    z-index: -1;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.counceling-service-item .xb-item--link svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.counceling-service-item:hover .xb-item--link::before {
    opacity: 1;
}

.counceling-service-item:hover .xb-item--link svg path {
    fill: var(--color-white);
}

.counceling-service-item:hover .xb-item--icon {
    -webkit-animation: xb-danceTop 600ms ease-in-out;
    animation: xb-danceTop 600ms ease-in-out;
}

.counceling-service-shape {
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: -1;
}

/* Custom scrollbar untuk testimonial content - background pink */
.counceling-testimonial-item .xb-item--content {
    scrollbar-width: thin;
    scrollbar-color: #9ca3af transparent;
}

.counceling-testimonial-item .xb-item--content::-webkit-scrollbar {
    width: 2px;
}

.counceling-testimonial-item .xb-item--content::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.counceling-testimonial-item .xb-item--content::-webkit-scrollbar-thumb {
    background-color: #9ca3af;
    border-radius: 10px;
    transition: background-color 0.2s ease;
}

.counceling-testimonial-item .xb-item--content::-webkit-scrollbar-thumb:hover {
    background-color: #6b7280;
}

/* Custom scrollbar untuk testimonial content - background biru (bg-2) */
.counceling-testimonial-item.bg-2 .xb-item--content {
    scrollbar-width: thin;
    scrollbar-color: #94a3b8 transparent;
}

.counceling-testimonial-item.bg-2 .xb-item--content::-webkit-scrollbar {
    width: 2px;
}

.counceling-testimonial-item.bg-2 .xb-item--content::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.counceling-testimonial-item.bg-2 .xb-item--content::-webkit-scrollbar-thumb {
    background-color: #94a3b8;
    border-radius: 10px;
    transition: background-color 0.2s ease;
}

.counceling-testimonial-item.bg-2 .xb-item--content::-webkit-scrollbar-thumb:hover {
    background-color: #64748b;
}