﻿@import url('variables.css');
@import url('flexbox.css');
@import url('styles.css');
/* =========================================
                    HOME PAGE
========================================== */

/* --------- SECTION BANNER --------- */
.playVideo {
    width: 190px;
    height: 190px;
}

.image-banner img {
    width: 90%;
}

.promo-wrapper {
    margin-top: 64px;
}

.container-title-main {
    width: 50%;
}

.container-title {
    padding: 34px;
    padding-right: 100px;
    padding-left: 8px;
    padding-top: 0px;
}

.title-principal {
    margin-bottom: 20px;
    margin-top: 0px;
}

.container-button {
    width: 100%;
}

.button-wrapper {
    margin-top: 20px;
    display: flex;
    gap: 6px;
    align-items: stretch;
    flex-wrap: wrap;
}

    .button-wrapper > button {
        flex: 1 1 100%;
        min-height: 10px;
    }

@media (min-width: 600px) {
    .button-wrapper {
        flex-wrap: nowrap;
    }

        .button-wrapper > button {
            flex: 1 1 0;
        }
}


@media (max-width: 768px) {
    .responsive-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .promo-wrapper {
        flex-direction: column;
        margin-top: 24px;
    }

    h1 {
        font-size: 45px;
    }

    h5, h4.my-1 {
        margin-top: 35px;
    }

    .playVideo {
        width: 90px;
        height: 90px;
    }

    .container-button {
        width: 50%;
    }

    .promo-image {
        width: 100% !important;
        max-width: 90%;
    }

    .image-banner img {
        width: 100%;
    }

    .button-primary {
        margin-top: 35px;
        width: 100%;
        justify-content: center;
    }

    .promo-image {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        position: relative;
    }

        .promo-image svg {
            width: 80px;
            height: 80px;
        }
}
@media (min-width: 1600px) {
    .container-title-main {
        width: 40%;
    }

    .container-title {
        padding: 40px;
        padding-right: 120px;
        padding-left: 20px;
    }

    .title-principal {
        font-size: 4vw;
    }

    .responsive-title {
        font-size: 2vw;
        line-height: 1.4;
    }

    .playVideo {
        width: 220px;
        height: 220px;
    }

    .promo-image svg {
        width: 120px;
        height: 120px;
    }

    .image-banner img {
        width: 80%;
        max-width: 1000px;
    }

    .container-button {
        width: 40%;
    }

    .button-primary {
        font-size: 1.2vw;
        padding: 1rem 2rem;
    }
}
/*MOBILE*/
@media screen and (max-width: 768px) {
    .flex.w-full.flex-col.justify-center.items-center > div > h1 {
        font-size: 40px;
    }

    .promo {
        flex-direction: column-reverse; 
        align-items: center;
    }

    .pl-1 {
        padding-left: 0px !important;
    }

    .p-4 {
        padding: 0px !important;
    }

    .mt-2 {
        justify-content: center;
    }

    .container-title-main {
        width: 90%;
    }

    .image-banner {
        width: 100%;
        margin-top: 24px;
    }

    .playVideo {
        width: 90px;
        height: 90px;
    }

    .container-title {
        padding: 16px;
        padding-right: 20px;
        padding-left: 10px;
    }

    .title-principal {
        font-size: 28px !important;
        margin-bottom: 16px;
    }

    .container-button {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }
    .button-container button {
        flex: 1 1 48%;
    }
}

@media (max-width: 768px) {
    .reviews-container {
        overflow-x: hidden !important;
    }

    .m-body {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .carousel-wrapper-out {
        overflow: hidden !important;
    }

    #carousel-track {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        transform: none !important; 
    }

    .card-review {
        width: 100% !important;
        max-width: 90%; 
        height: auto !important;
    }
}

/* --------- SECTION BUSSINES --------- */
.container-section-business {
    padding: 24px 64px 24px 64px;
}

.image-bussines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    border-right: 2px solid #E3E3E3;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    padding: 0px 30px 0px 30px;
    height: max-content;
}

    .image-bussines img {
        height: 60px;
        width: auto;
    }

.subtitle-container h2 {
    width: auto;
}

.subtitle-container {
    padding: 10px 70px 10px 70px;
}

.carousel-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100px;
    align-items: end;
}

.carousel-track {
    display: flex;
    width: max-content;
    white-space: nowrap;
    will-change: transform;
    transition: transform 0.1s linear;
}

.image-bussines {
    flex: 0 0 auto;
    padding: 0 40px;
}

    .image-bussines img {
        height: 60px;
        width: auto;
    }

@media (max-width: 768px) {

    .bussines-title {
        font-size: 22px;
    }

    .container-section-business {
        padding: 14px 24px 14px 0px;
        flex-direction: column;
    }

    .subtitle-container {
        width: 90%;
        padding: 10px 20px;
    }

    .image-bussines {
        padding: 0 10px;
    }

        .image-bussines img {
            height: 50px;
        }
}

@media (min-width: 1920px) {
    .container-section-business {
        padding: 48px 120px;
    }

    .subtitle-container {
        padding: 20px 120px;
    }

    .image-bussines img {
        height: 80px;
    }

    .container-bussines {
        margin: 48px 200px;
        padding: 2rem 3rem;
        gap: 2rem;
    }

    .card {
        width: 300px;
        padding: 2rem;
    }

    .title-card-info {
        font-size: 26px;
    }

    .subtitle-card-info {
        font-size: 18px;
    }

    .container-svg {
        width: 70px;
        height: 60px;
    }
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 100%;
    padding: 16px 70px 16px 70px;
    width: 250px;
}

.container-bussines {
    background-color: #D3EBFE;
    border-radius: 10px;
    margin: 32px 130px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
}

.container-svg {
    align-items: center;
    width: 60px;
    height: 50px;
    background-color: #f4b425;
    padding: 10px;
    border-radius: 7px;
}

.title-card-info {
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 22px;
}

.subtitle-card-info {
    font-weight: 400;
    font-size: 17px;
}

.card-image {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .container-bussines {
        flex-direction: column;
        margin: -10px 40px 30px 40px !important;
    }

    .card {
        width: 100%;
        max-width: 90%;
        padding: 1rem;
    }

    .card-image {
        width: 50%;
    }

    .title-card-info {
        font-size: 20px;
    }

    .subtitle-card-info {
        font-size: 15px;
    }

    .container-svg {
        width: 50px;
        height: 45px;
    }
}

/* --------- SECTION HIRING MADE EASY --------- */
.container-svg-title img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.title-hiring {
    margin-top: 20px;
}

.container-svg-hiring {
    width: 25px;
    height: 25px;
    padding-right: 18px;
}

.title-hiring {
    margin: 0px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 23px;
}

.svg-button-arrow {
    width: 25px;
    height: 25px;
}

.hiring-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hiring-image {
    flex: 1 1 50%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    box-sizing: border-box;
}

    .hiring-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

@media screen and (min-width: 768px) {
    .hiring-container {
        flex-wrap: nowrap;
    }

    .hiring-content {
        padding-left: 40px;
        padding-right: 90px;
    }

    .hiring-image {
        padding-left: 90px;
    }
}

@media screen and (min-width: 1920px) {
    .hiring-content {
        padding-left: 120px;
        padding-right: 120px;
    }

    .title-hiring {
        font-size: 28px;
    }

    .container-svg-hiring,
    .svg-button-arrow {
        width: 35px;
        height: 35px;
    }
}
/*MOBILE*/
@media screen and (max-width: 768px) {
    .hiring-container {
        padding: 30px;
        align-items: normal;
    }

    .hiring-image {
        width: 80%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 24px;
        justify-content: center;
    }

        .hiring-image img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }

    .hiring-content {
        width: 100%;
        padding: 0 16px;
    }

        .hiring-content h1 {
            margin-bottom: 20px;
            text-align: center;
            font-size: 40px;
        }

    .title-hiring {
        font-size: 17px;
        font-weight: 300;
        text-align: left;
        margin-bottom: 15px;
    }

    .container-svg-hiring,
    .svg-button-arrow {
        width: 20px;
        height: 20px;
    }
}

/* --------- SECTION OUR REVIEWS --------- */
.card-review {
    padding: 40px;
    border-radius: 20px;
    width: 380px;
    flex-shrink: 0;
    height: 250px;
    margin: 0px 10px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .card-review:hover {
        background-color: #FDCA40;
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        z-index: 1;
    }

        .card-review:hover .container-google {
            border-top: 1.5px solid #16295E;
        }

    .card-review h6 {
        flex: 1;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

.svg-quotation {
    margin-top: -30px;
    margin-left: 30px;
}

.container-google {
    border-top: 1.5px solid #E3E3E3;
    padding-top: 12px;
}

.svg-google {
    width: 35px;
    height: 35px;
}

.text-span {
    font-family: var(--font-family-body);
    font-weight: var(--font-weight-body);
    font-size: 16px;
}

.reviews-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0px 120px 0px;
    overflow: visible;
    position: relative;
}

.reviews-track {
    display: flex;
    gap: 20px;
    animation: slideReviews 20s linear infinite;
}

@keyframes slideReviews {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-200px);
    }

    100% {
        transform: translateX(0);
    }
}

.quota {
    width: 65px;
    height: 65px;
}

/* --------- MOBILE RESPONSIVE --------- */
@media screen and (max-width: 768px) {
    .reviews-track {
        animation: none;
    }

    .reviews-container {
        display: flex !important;
        overflow-x: hidden;
        max-width: 100% !important;
    }

    .reviews-track {
        flex-direction: column;
    }

    .quota {
        width: 50px;
        height: 50px;
    }

    .card-review {
        max-width: 280px;
        margin: 10px 10px;
        padding: 30px 20px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px;
    }

        .card-review h6 {
            -webkit-line-clamp: unset;
        }

    .icon-svg {
        width: 140px;
        height: auto;
    }

    .svg-quotation {
        margin-top: -20px;
        margin-left: 10px;
    }

    .container-google {
        margin-top: 24px;
        padding-top: 24px;
    }

    h1 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h6 {
        font-size: 1rem;
    }
}

/* --------- SECTION HOW IT WORKS --------- */
.container-works {
    background-color: #D3EBFE;
}

.card-works {
    border-left: 1.5px solid #000000;
    border-right: 1.5px solid #000000;
    padding-right: 25px;
    margin-right: 25px;
    padding-left: 25px;
    margin-left: 25px;
}

.image-banner-works img {
    width: 100%;
}

.svg-works {
    width: 30px;
    height: 30px;
}

.svg-check {
    width: 30px;
    height: 30px;
    background-color: #AEDEFC;
    padding: 4px;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
}

.title-works {
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 6px;
}

.subtitle-works {
    font-size: 15px;
    font-weight: 400;
}

/* --------- SECTION CHECK IT OUT --------- */
.card-check {
    background-color: white;
    border-radius: 15px;
    padding: 25px;
    width: 300px;
    height: 190px;
}

.parraf-check {
    font-size: 15px;
    text-align: center;
    text-align: justify;
}

.button-check {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #152960;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
}

.button-check-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: transparent;
    border: 1px solid #152960;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
}

.carousel-track-checkout-custom {
    display: flex;
    width: max-content;
}

.carousel-track-out.paused {
    animation-play-state: paused !important;
}


.carousel-wrapper-out {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 20px 0 40px 0;
}

.carousel-track-out {
    display: flex;
    width: max-content;
    animation: scrollCarouselCheckOut 40s linear infinite;
}

.carousel-cards {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

    .carousel-cards::-webkit-scrollbar {
        display: none;
    }


.card-check-out {
    background: #f5f5f5;
    padding: 20px;
    width: 290px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.card-header-out {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.svg-check-out {
    width: 40px;
    height: 40px;
    background-color: #ddf3ff;
    padding: 6px;
    border-radius: 8px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes scrollCarousel {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(70%);
    }
}

@keyframes scrollCarouselCheckOut {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* --------- CAROUSEL CHECKOUT --------- */
.carousel-track-checkout-custom {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

    .carousel-track-checkout-custom::-webkit-scrollbar {
        display: none;
    }

.carousel-cards {
    display: flex;
    gap: 20px;
    padding: 20px;
    margin: 0 auto;
}

.card-check-out {
    background-color: white;
    transition: background-color 0.3s ease;
    min-width: 300px;
    flex-shrink: 0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

    .card-check-out:hover {
        background-color: #fdca40;
    }

        .card-check-out:hover .svg-check-out {
            background-color: white;
        }

.carousel-wrapper-slide {
    display: flex;
    justify-content: center;
}

/* --------- ENHANCED CAROUSEl --------- */
.carousel-nav-btn {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #64748b;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.carousel-nav-btn:hover:not(:disabled) {
    background: #0386CB;
    border-color: #0386CB;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(3, 134, 203, 0.3);
}

.carousel-nav-btn:active:not(:disabled) {
    transform: scale(0.95);
}

.carousel-nav-btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #cbd5e1;
}

.carousel-counter {
    font-weight: 600;
    color: #475569;
    font-size: 16px;
    min-width: 60px;
    text-align: center;
}

.custom-slider-container {
    overflow: visible;
    overflow: hidden;
    border-radius: 16px;
    padding: 0 10px 50px 10px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.custom-slider-track {
    overflow: visible;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 20px;
}

.card-affarable {
    min-width: 350px;
    max-width: 350px;
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .card-affarable:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

.custom-slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.custom-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

    .custom-dot:hover {
        background: #94a3b8;
        transform: scale(1.2);
    }

.custom-dot-active {
    background: #FDCA40;
    transform: scale(1.3);
    box-shadow: 0 0 0 3px rgba(253, 202, 64, 0.2);
}

/* --------- RESPONSIVE CAROUSEL ---------*/
@media (max-width: 1200px) {
    .card-affarable {
        min-width: 320px;
        max-width: 320px;
    }
}

@media (max-width: 768px) {
    .carousel-nav-btn {
        width: 40px;
        height: 40px;
    }

    .carousel-counter {
        font-size: 14px;
        min-width: 50px;
    }
}

@media (max-width: 480px) {
    .card-affarable {
        min-width: 260px;
        max-width: 260px;
        padding: 16px;
    }

    .carousel-nav-btn {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 768px) {
    .custom-slider-container {
        overflow: hidden !important;
        position: relative;
        max-width: 100vw;
    }

    .custom-slider-track {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .card-affarable {
        flex: 0 0 100%; 
        max-width: 100%;
        margin: 0; 
        box-sizing: border-box;
    }

    .custom-slider-dots {
        display: block; 
    }

    .card-affarable .svg-check-feature {
        width: 45px;
        height: 45px;
        flex-shrink: 0;
    }
}


/* --------- SECTION FEATURES --------- */
.features-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.feature-card {
    background: white;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: left;
    border: 1px solid #f1f5f9;
}

    .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

.feature-icon {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 16px;
    line-height: 1.4;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.check-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-item span {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.5;
}

/* --------- RESPONSIVE FEATURES ---------*/
@media (max-width: 1024px) {
    .features-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .features-container {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 16px;
    }

    .feature-card {
        padding: 24px 20px;
    }

    .feature-title {
        font-size: 16px;
    }

    .feature-item span {
        font-size: 13px;
    }
}

/* --------- SECTION AFFARABLE --------- */
.card-feature {
    background-color: white;
    margin-right: 15px;
    border-radius: 15px;
    padding: 25px;
    height: 444px;
}

.svg-check-feature {
    width: 50px;
    height: 50px;
    background-color: #DDF3FF;
    padding: 6px;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
}

.container-svg-feature {
    width: 15px;
    height: 16px;
    padding-top: 3px;
}

.title-feature {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}

.feature-text {
    color: black;
    font-family: var(--font-family-body);
    font-weight: 500;
    font-size: 16px;
}

.card-affarable {
    background-color: white;
    border-radius: 15px;
    padding: 25px;
    width: 350px;
    margin-right: 25px;
    flex-shrink: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

    .card-affarable:hover {
        background-color: #0386CB;
        color: white;
    }

        .card-affarable:hover .svg-check-feature {
            background-color: white;
        }

.check-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.check-icon-white {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    flex-shrink: 0; 
    margin-top: 2px; 
}

.parraf-check-custom {
    color: white;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.3s, transform 0.3s;
}

    .dot.active {
        width: 80px;
        height: 7px;
        border-radius: 999px;
        background-color: #FDCA40;
    }


@media (max-width: 900px) {
    .header-container {
        border-radius: 0 0 16px 16px;
        padding-left: 4vw;
        padding-right: 4vw;
    }
}

@media (max-width: 600px) {
    .header-container {
        border-radius: 0 0 8px 8px;
        padding-left: 2vw;
        padding-right: 2vw;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.custom-slider-container {
    width: auto; 
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.custom-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.custom-card {
    flex: 0 0 300px; 
    height: 200px;
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    margin: 0 10px; 
    box-sizing: border-box;
}

.custom-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.custom-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s, width 0.3s;
}

.custom-dot-active {
    background-color: #FDCA40;
    width: 30px;
    border-radius: 999px;
}

/* --------- VIDEO MODAL --------- */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .video-modal.show {
        opacity: 1;
    }

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

.video-modal.show .video-modal-content {
    transform: scale(1);
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #000;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.video-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    transition: all 0.3s ease;
}

    .video-close:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.1);
    }

/* --------- PLAY BUTTON ANIMATIONS --------- */
.video-play-button {
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
}

    .video-play-button:hover {
        transform: scale(1.05) !important;
    }

    .video-play-button:active {
        transform: scale(0.95) !important;
    }

    .video-play-button svg {
        filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
        transition: filter 0.3s ease;
    }

    .video-play-button:hover svg {
        filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.4));
    }

/* --------- RESPONSIVE VIDEO MODAL --------- */
@media (max-width: 768px) {
    .video-modal-content {
        width: 95%;
        margin: 20px;
    }

    .video-close {
        top: -35px;
        font-size: 28px;
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .video-modal-content {
        width: 98%;
        margin: 10px;
    }

    .video-close {
        top: -30px;
        font-size: 24px;
        width: 30px;
        height: 30px;
    }

    .video-play-button svg {
        width: 120px !important;
        height: 120px !important;
    }
}

/* --------- LOADING ANIMATION FOR VIDEO --------- */
.video-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1;
}

.video-container iframe[src] + ::before {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* =========================================
                NEW HOME PAGE
========================================== */

/* --------- SECTION BENEFITS --------- */
.ninjagig-benefits-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.ninjagig-benefits-title {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 40px;
    color: black;
    line-height: 1;
}

.ninjagig-benefits-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
    padding-bottom: 10px;
    flex-wrap: nowrap;
}

.ninjagig-benefit-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 20px;
    max-width: 340px;
    min-width: 300px;
    flex-shrink: 0;
    text-align: left;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

    .ninjagig-benefit-card:hover {
        background-color: #FBC940;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
        transform: scale(1.03);
    }

.ninjagig-icon-wrapper {
    background-color: #e6f0ff;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}

.ninjagig-benefit-card:hover .ninjagig-icon-wrapper {
    background-color: #ffffff;
}

.ninjagig-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.ninjagig-icon-img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}


.ninjagig-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: black;
    margin: 0;
}

.ninjagig-card-text {
    font-family: var(--font-family-body);
    font-size: 0.95rem;
    color: black;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .ninjagig-benefits-cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        overflow-x: unset;
        padding: 0;
    }

    .ninjagig-benefit-card {
        max-width: 80%;
        min-width: unset;
    }

    .ninjagig-benefits-title {
        font-size: 40px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .ninjagig-card-title {
        font-size: 1rem;
    }

    .ninjagig-card-text {
        font-size: 0.9rem;
    }
}
/* --------- SECTION FEATURE-SECOND --------- */
.feature-second-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.feature-second-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: left;
    border: 1px solid #f1f5f9;
    position: relative;
}

    .feature-second-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

.feature-second-icon {
    width: 64px;
    height: 64px;
    background-color: #E6F0FF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .feature-second-icon img {
        width: 60%;
        height: 60%;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

.feature-second-title {
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-bottom: 16px;
    line-height: 1.4;
}

.feature-second-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.feature-second-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

    .feature-second-item img {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        margin-top: 2px;
    }

.feature-second-item span {
    font-weight: 400;
    font-size: 14px;
    color: black;
    line-height: 1.5;
}
.button-learn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    background-color: transparent;
    font-size: 16px;
}

    .button-learn:hover {
        color: #2F95C9;
    }

    .button-learn:hover .feature-second-learn-text {
        color: #2F95C9;
    }

        .button-learn:hover .feature-second-arrow-group svg path {
            stroke: #2F95C9;
        }

.feature-second-learn-more {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 25px;
    font-weight: 500;
    color: #15285C;
}

.feature-second-arrow-group {
    display: flex;
    gap: 2px;
}

.feature-second-learn-text {
    font-family: var(--font-family-body);
    color: #15285C;
    font-weight: 600;
}

.feature-second-learn-arrow {
    transition: transform 0.2s ease;
}

.feature-second-card:hover .feature-second-learn-arrow {
    transform: translateX(2px);
}

/* Responsive */
@media (max-width: 1024px) {
    .feature-second-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .flex.flex-col.justify-center.w-full {
        padding-top: 50px !important;
    }

    .flex.justify-center.items-center.flex-wrap.w-full > h1 {
        font-size: 40px;
        width: 70% !important;
    }

    .feature-second-container {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0px 40px;
    }

    .feature-second-card {
        padding: 24px 20px;
    }

    .feature-second-title {
        font-size: 16px;
    }

    .feature-second-item span {
        font-size: 13px;
    }
}
/* --------- SECTION OUR REVIEWS STATIC --------- */
.review-static-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 40px 20px 60px 20px;
    gap: 20px; 
    flex-wrap: nowrap; 
}

.review-static-card {
    padding: 20px;
    border-radius: 16px;
    width: 280px;
    flex-shrink: 0;
    height: auto;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 30px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .review-static-card:hover {
        background-color: #FDCA40;
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        z-index: 1;
    }

        .review-static-card:hover .review-static-google {
            border-top: 1.5px solid #16295E;
        }

    .review-static-card h6 {
        flex: 1;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 0.95rem;
    }

.review-static-quotation {
    margin-top: -20px;
    margin-left: 20px;
}

.review-static-google {
    border-top: 1.5px solid #E3E3E3;
    margin-top: 20px;
    padding-top: 20px;
    margin-top: auto;
}

.review-static-text {
    font-family: var(--font-family-body);
    font-weight: var(--font-weight-body);
    font-size: 14px;
}

.review-static-icon {
    width: 50px;
    height: 50px;
}

h3 {
    font-size: 1.1rem;
}
/* --------- MOBILE RESPONSIVE --------- */
@media screen and (max-width: 768px) {
    .review-static-container {
        margin: 40px 10px 60px 10px;
        flex-direction: column;
    }

    .review-static-icon {
        width: 50px;
        height: 50px;
    }

    .review-static-card {
        width: 350px;
        min-height: auto;
        height: auto;
        margin: 10px 10px;
        padding: 30px 20px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px;
    }

        .review-static-card h6 {
            -webkit-line-clamp: unset;
        }

    .review-static-quotation {
        margin-top: -20px;
        margin-left: 10px;
    }

    .review-static-google {
        margin-top: 24px;
        padding-top: 24px;
    }

    h1 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h6 {
        font-size: 1rem;
    }
}

/* NEW REVIEWS */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1150px;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    padding: 36px 28px;
    max-width: 420px;
    min-width: 320px;
    min-height: 280px;
    text-align: left;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

    .review-card h3 {
        font-size: 17px;
        margin-top: 36px; 
        margin-bottom: 12px;
    }

    .review-card h6 {
        font-family: var(--font-family-body);
        font-size: 0.95rem;
        color: black;
        line-height: 1.6;
        margin-bottom: auto;
    }


/* Footer */
.review-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
    margin-top: 16px; 
}

    .review-card:hover {
        transform: translateY(-5px);
        background-color: #F4B425;
    }

    .review-card.highlight {
        background-color: #F4B425;
        color: #000;
    }

.review-footer img {
    height: 30px;
}
