/* =========================================================
   SNOW HILLS - HOME PAGE
   TESTIMONIAL SECTION
========================================================= */


/* =========================================================
   TESTIMONIAL SECTION
========================================================= */

.testimonial-section {

    /* padding: 80px 20px; */

    text-align: center;

    transform: scale(1.05);

    background-color: #f7f9fb;

    transform-origin: top center;

    height: 600px;

    padding: 50px 20px;

}


/* =========================================================
   TESTIMONIAL TITLE
========================================================= */

.testimonial-title {

    font-size: 42px;

    font-family: "Work Sans", sans-serif;

    font-weight: 700;

    margin-bottom: 50px;

    color: #0f172a;

    text-align: start;

    margin-left: 150px;

}


/* =========================================================
   TESTIMONIAL SLIDER
========================================================= */

.testimonial-slider {

    max-width: 1200px;

    margin: auto;

    overflow: hidden;

}


/* =========================================================
   TESTIMONIAL TRACK
========================================================= */

.testimonial-track {

    display: flex;

    gap: 24px;

    transition: transform 0.6s ease;

    will-change: transform;

}


/* =========================================================
   TESTIMONIAL CARD
========================================================= */

.testimonial-card {

    flex: 0 0 calc((100% - 48px) / 3);

    width: calc((100% - 48px) / 3);

    min-width: calc((100% - 48px) / 3);

    box-sizing: border-box;

    background: #ffffff;

    border-radius: 16px;

    padding: 32px 28px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}


/* =========================================================
   STARS
========================================================= */

.stars {

    color: #f6b01e;

    font-size: 14px;

    letter-spacing: 2px;

    margin-bottom: 18px;

}


/* =========================================================
   REVIEW TEXT
========================================================= */

.review {

    font-size: 15px;

    line-height: 1.7;

    color: #1f2937;

    margin-bottom: 30px;

    text-align: left;

}


/* =========================================================
   USER
========================================================= */

.user {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: auto;

}


/* =========================================================
   USER IMAGE
========================================================= */

.user img {

    width: 44px;

    height: 44px;

    border-radius: 50%;

    object-fit: cover;

}


/* =========================================================
   USER NAME
========================================================= */

.user span {

    font-size: 15px;

    font-weight: 600;

    color: #000;

}


/* =========================================================
   TESTIMONIAL DOTS
========================================================= */

.testimonial-dots {

    margin-top: 40px;

    display: flex;

    justify-content: center;

    gap: 10px;

}


.testimonial-dots span {

    width: 10px;

    height: 10px;

    background: #d1d5db;

    border-radius: 50%;

    cursor: pointer;

    transition: 0.3s;

}


.testimonial-dots span.active {

    background: #2563eb;

}


/* =========================================================
   IMPORTANT SLIDER FIX
   Prevent cards from shrinking while the track moves
========================================================= */

.testimonial-track .testimonial-card {

    flex-shrink: 0;

}


/* =========================================================
   SNOW HILLS - TESTIMONIAL
   TABLET + MOBILE RESPONSIVE
========================================================= */


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1100px) {

    .testimonial-section {

        transform: none;

        height: auto;

        min-height: 520px;

        padding: 60px 30px;
    }


    .testimonial-title {

        font-size: 36px;

        margin-left: 40px;

        margin-bottom: 40px;
    }


    .testimonial-slider {

        max-width: 900px;
    }


    .testimonial-card {

        flex: 0 0 calc((100% - 24px) / 2);

        width: calc((100% - 24px) / 2);

        min-width: calc((100% - 24px) / 2);

        padding: 28px 24px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 768px) {

    /* =====================================================
       SECTION
    ===================================================== */

    .testimonial-section {

        width: 100%;

        height: auto;

        min-height: 0;

        padding: 65px 25px 70px;

        transform: none;

        transform-origin: center;

        overflow: hidden;

        box-sizing: border-box;
    }


    /* =====================================================
       TITLE
    ===================================================== */

    .testimonial-title {

        width: 100%;

        font-size: 32px;

        line-height: 1.3;

        text-align: center;

        margin: 0 0 35px;

        padding: 0;
    }


    /* =====================================================
       SLIDER
    ===================================================== */

    .testimonial-slider {

        width: 100%;

        max-width: 620px;

        margin: 0 auto;

        overflow: hidden;
    }


    /* =====================================================
       TRACK
    ===================================================== */

    .testimonial-track {

        width: 100%;

        gap: 18px;
    }


    /* =====================================================
       CARD - 1 AT A TIME
    ===================================================== */

    .testimonial-card {

        flex: 0 0 100%;

        width: 100%;

        min-width: 100%;

        box-sizing: border-box;

        padding: 30px 25px;

        border-radius: 16px;
    }


    /* =====================================================
       STARS
    ===================================================== */

    .stars {

        font-size: 14px;

        margin-bottom: 15px;
    }


    /* =====================================================
       REVIEW
    ===================================================== */

    .review {

        font-size: 14px;

        line-height: 1.65;

        margin-bottom: 25px;
    }


    /* =====================================================
       USER
    ===================================================== */

    .user {

        gap: 11px;
    }


    .user img {

        width: 42px;

        height: 42px;
    }


    .user span {

        font-size: 14px;
    }


    /* =====================================================
       DOTS
    ===================================================== */

    .testimonial-dots {

        margin-top: 30px;

        gap: 9px;
    }


    .testimonial-dots span {

        width: 9px;

        height: 9px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    /* =====================================================
       SECTION
    ===================================================== */

    .testimonial-section {

        padding: 48px 16px 55px;

        min-height: 0;

        height: auto;

        transform: none;

        overflow: hidden;
    }


    /* =====================================================
       TITLE
    ===================================================== */

    .testimonial-title {

        width: 100%;

        font-size: 25px;

        line-height: 1.3;

        text-align: center;

        margin: 0 0 28px;

        padding: 0;
    }


    /* =====================================================
       SLIDER
    ===================================================== */

    .testimonial-slider {

        width: 100%;

        max-width: 430px;

        margin: 0 auto;

        overflow: hidden;
    }


    /* =====================================================
       TRACK
    ===================================================== */

    .testimonial-track {

        display: flex;

        width: 100%;

        gap: 14px;

        transition: transform 0.6s ease;

        will-change: transform;
    }


    /* =====================================================
       CARD
       SHOW ONE CARD AT A TIME
    ===================================================== */

    .testimonial-card {

        flex: 0 0 100%;

        width: 100%;

        min-width: 100%;

        padding: 25px 20px;

        border-radius: 15px;

        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    }


    /* =====================================================
       STARS
    ===================================================== */

    .stars {

        font-size: 13px;

        letter-spacing: 1.5px;

        margin-bottom: 13px;
    }


    /* =====================================================
       REVIEW
    ===================================================== */

    .review {

        font-size: 12.5px;

        line-height: 1.65;

        margin-bottom: 22px;

        text-align: left;
    }


    /* =====================================================
       USER
    ===================================================== */

    .user {

        gap: 10px;
    }


    .user img {

        width: 40px;

        height: 40px;
    }


    .user span {

        font-size: 13px;
    }


    /* =====================================================
       DOTS
    ===================================================== */

    .testimonial-dots {

        margin-top: 25px;

        gap: 8px;
    }


    .testimonial-dots span {

        width: 8px;

        height: 8px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .testimonial-section {

        padding: 42px 13px 48px;
    }


    /* =====================================================
       TITLE
    ===================================================== */

    .testimonial-title {

        font-size: 22px;

        margin-bottom: 24px;
    }


    /* =====================================================
       CARD
    ===================================================== */

    .testimonial-card {

        padding: 22px 17px;

        border-radius: 14px;
    }


    /* =====================================================
       STARS
    ===================================================== */

    .stars {

        font-size: 12px;

        margin-bottom: 11px;
    }


    /* =====================================================
       REVIEW
    ===================================================== */

    .review {

        font-size: 11.5px;

        line-height: 1.6;

        margin-bottom: 20px;
    }


    /* =====================================================
       USER
    ===================================================== */

    .user img {

        width: 37px;

        height: 37px;
    }


    .user span {

        font-size: 12px;
    }


    /* =====================================================
       DOTS
    ===================================================== */

    .testimonial-dots {

        margin-top: 22px;

        gap: 7px;
    }


    .testimonial-dots span {

        width: 7px;

        height: 7px;
    }
}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 350px) {

    .testimonial-section {

        padding: 38px 11px 44px;
    }


    .testimonial-title {

        font-size: 20px;

        margin-bottom: 21px;
    }


    .testimonial-card {

        padding: 20px 15px;
    }


    .review {

        font-size: 11px;

        line-height: 1.55;
    }


    .user span {

        font-size: 11.5px;
    }
}