/* ============================================================
   Sections Styles — Custom Additions
   Project: [JOYXAI]
   Created: Oct 2025
   Purpose: Custom sections and page-specific styles
   ============================================================ */

/* ============================================================
   1. TESTIMONIALS SECTION (Workik Design 3)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');
    
    .testimonials-band {
    background: #fff;
    padding: 1.5rem 0 2.5rem;
    position: relative;
    margin-top: 1.5rem;
    }

    .testimonials-band .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    }

    .testimonials-band h2 {
    margin: 0 0 .5rem;
    font-size: clamp(1.6rem, 1.1vw + 1.3rem, 2.2rem);
    color: var(--dark-blue, #0f172a);
    line-height: 1.15;
    text-align: center;
    }
     
    .testimonials-band .container > p {
    max-width: 760px;
    margin: 0 auto 2rem;
    color: #334155;
    text-align: center;
    }

    .responsive-cell-block {
    min-height: 75px;
    }

    * {
    font-family: Nunito, sans-serif;
    }

    .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 25px;
    }

    .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
    }

    .container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    }

    .swiper-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
    }

    .swiper-container.mySwiper {
    position: relative;
    top: auto !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    }

    .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    justify-content: center;
    transition: transform 0.6s ease;
    margin-right: 35px;
    margin-bottom: 20px;
    width: auto !important; /* Prevent full-width stretch */
    display: flex !important;
    align-items: stretch !important;
    height: auto !important;
    }

    .swiper-wrapper {
    align-items: stretch !important; /* force all slides to stretch equally */
    }

    .responsive-container-block.content {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
    border: 1px solid rgba(37, 99, 235, .18);
    border-radius: 18px;
    flex-direction: column;
    margin-bottom: 80px;
    max-width: 380px;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: space-between; /* keeps layout tidy */
    align-items: center;
    height: 260px;
    min-height: 260px; /* consistent minimum height for cards */
    height: 100%;
    justify-content: center;   /* center content nicely */
    flex: 1 1 auto;
    width: 100%;
    box-sizing: border-box;    /* include padding in height calc */
    overflow: hidden;          /* prevent content pushing card taller */
    }

    .responsive-container-block.content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .text-blk.info {
    font-size: 20px;
    font-style: italic;
    color: #555; /* softer gray tone */
    line-height: 34px;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 3px;
    position: relative;
    padding: 30px 40px;
    min-height: 160px;  /* keeps card sizes more consistent */
    display: flex;
    align-items: center; /* vertically center text */
    flex: 1;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    }

    /* Opening quote outside top-left */
    .text-blk.info::before {
    content: "❝";
    font-size: 70px;
    position: absolute;
    left: 10px;
    top: 5px;
    color: #ccc;
    opacity: 0.5;
    line-height: 1;
    }

    /* Closing quote outside bottom-right */
    .text-blk.info::after {
    content: "❞";
    font-size: 70px;
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #ccc;
    opacity: 0.5;
    line-height: 1;
    }

    .swiper-pagination.container-block {
    position: relative;
    bottom: 15px;
    top: auto;
    text-align: center;
    }

    .swiper-slide {
    transition: transform 0.6s ease;
    }

    .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.icon {
    min-height: auto;
    width: auto;
    display: flex;
    align-items: center;
    }

    .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.details {
    min-height: auto;
    }

    .responsive-container-block.person {
    min-height: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 3px;
    }

    .text-blk.name {
    line-height: 32px;
    font-weight: 900;
    text-align: left;
    padding: 5px 10px 0;
    }

    .text-blk.desig {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    }

    .profile-img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    }

    /* ---------- RESPONSIVE STYLES ---------- */

    @media (max-width: 1024px) {
    .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: auto !important; /* prevent full-width stretch */
    }

    .responsive-container-block.content {
    max-width: 380px; /* control card width */
    width: 90%;
    border-radius: 16px;
    margin: 1rem auto;
    }

    .swiper-pagination.container-block {
        bottom: 30px;
    }

    .text-blk.info {
    margin: 0 0 10px 3px;
    }
    }

    @media (max-width: 768px) {
    .swiper-slide {
    width: 100% !important;  /* make the card fit screen width */
    justify-content: center;
    align-items: center;
    }

    .swiper-slide > * {
    width: 100%; /* ensure inner card content also fits */
  }

    .swiper-pagination.container-block {
        bottom: 25px;
    }

    .responsive-container-block.person {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .text-blk.desig,
    .text-blk.name,
    .text-blk.info {
        text-align: center;
    }

    .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.icon {
        margin-bottom: 5px;
    }

    .responsive-container-block.person {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 3px;
    }

    .text-blk.info {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 3px;
    }

    .swiper-pagination.container-block {
        bottom: 25px;
    }

    .responsive-container-block.content {
        max-width: 550px;
    }
    }

    @media (max-width: 500px) {
    .swiper-pagination.container-block {
        bottom: 0px;
        margin-top: 30px;
    }

    .responsive-container-block.content {
        margin-bottom: 30px;
    }

    .text-blk.info {
        text-align: center;
    }
    }

    /* Adjust pagination position */
    .swiper-pagination.container-block {
    position: relative;
    margin-top: 2rem;  /* move it lower */
    text-align: center;
    }

    /* Optional: style pagination dots to match theme */
    .swiper-pagination-bullet {
    background: #0f172a;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    }

    .swiper-pagination-bullet-active {
    opacity: 1;
    }

    /* Disable text selection in the testimonial section */
    .mySwiper,
    .mySwiper * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    }

    *,
    *:before,
    *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

    body {
    margin: 0;
    }

    .wk-desk-1 {
    width: 8.333333%;
    }

    .wk-desk-2 {
    width: 16.666667%;
    }

    .wk-desk-3 {
    width: 25%;
    }

    .wk-desk-4 {
    width: 33.333333%;
    }

    .wk-desk-5 {
    width: 41.666667%;
    }

    .wk-desk-6 {
    width: 50%;
    }

    .wk-desk-7 {
    width: 58.333333%;
    }

    .wk-desk-8 {
    width: 66.666667%;
    }

    .wk-desk-9 {
    width: 75%;
    }

    .wk-desk-10 {
    width: 83.333333%;
    }

    .wk-desk-11 {
    width: 91.666667%;
    }

    .wk-desk-12 {
    width: 100%;
    }

    @media (max-width: 1024px) {
    .wk-ipadp-1 {
        width: 8.333333%;
    }

    .wk-ipadp-2 {
        width: 16.666667%;
    }

    .wk-ipadp-3 {
        width: 25%;
    }

    .wk-ipadp-4 {
        width: 33.333333%;
    }

    .wk-ipadp-5 {
        width: 41.666667%;
    }

    .wk-ipadp-6 {
        width: 50%;
    }

    .wk-ipadp-7 {
        width: 58.333333%;
    }

    .wk-ipadp-8 {
        width: 66.666667%;
    }

    .wk-ipadp-9 {
        width: 75%;
    }

    .wk-ipadp-10 {
        width: 83.333333%;
    }

    .wk-ipadp-11 {
        width: 91.666667%;
    }

    .wk-ipadp-12 {
        width: 100%;
    }
    }

    @media (max-width: 768px) {
    .wk-tab-1 {
        width: 8.333333%;
    }

    .wk-tab-2 {
        width: 16.666667%;
    }

    .wk-tab-3 {
        width: 25%;
    }

    .wk-tab-4 {
        width: 33.333333%;
    }

    .wk-tab-5 {
        width: 41.666667%;
    }

    .wk-tab-6 {
        width: 50%;
    }

    .wk-tab-7 {
        width: 58.333333%;
    }

    .wk-tab-8 {
        width: 66.666667%;
    }

    .wk-tab-9 {
        width: 75%;
    }

    .wk-tab-10 {
        width: 83.333333%;
    }

    .wk-tab-11 {
        width: 91.666667%;
    }

    .wk-tab-12 {
        width: 100%;
    }
    }

    @media (max-width: 500px) {
    .wk-mobile-1 {
        width: 8.333333%;
    }

    .wk-mobile-2 {
        width: 16.666667%;
    }

    .wk-mobile-3 {
        width: 25%;
    }

    .wk-mobile-4 {
        width: 33.333333%;
    }

    .wk-mobile-5 {
        width: 41.666667%;
    }

    .wk-mobile-6 {
        width: 50%;
    }

    .wk-mobile-7 {
        width: 58.333333%;
    }

    .wk-mobile-8 {
        width: 66.666667%;
    }

    .wk-mobile-9 {
        width: 75%;
    }

    .wk-mobile-10 {
        width: 83.333333%;
    }

    .wk-mobile-11 {
        width: 91.666667%;
    }

    .wk-mobile-12 {
        width: 100%;
    }
    }


/* ============================================================
   2. FUTURE SECTIONS (Add below)
   ============================================================ */



/* ============================================================
   3. FUTURE SECTIONS (Add below)
   ============================================================ */


