/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)), url('../images/testimonials/testimonials-inner-banner.webp');
            background-blend-mode: overlay;
            background-size: cover;
            background-position: center;
        }

        .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }

       
         .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        .tz-breadcrumb__content {
    position: relative;
    z-index: 2
}

.tz-breadcrumb__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 10px
}

.tz-breadcrumb__item {
    color: #FFF

}
.tz-breadcrumb__list {
    list-style-type: none;
}

.tz-breadcrumb__item {
    list-style-type: none;
}
.tz-breadcrumb__item a {
    text-decoration: none;
    color: #FFF

}

.tz-breadcrumb__item.active {
    color: #85c815
}

.tz-breadcrumb__overlay {
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 0);
    z-index: 1
}
.tz-display-4 {
    font-family: "Teko", serif;
    font-weight: 700;
    font-size: 20px
    
}

@media (min-width:576px) {
    .tz-display-4 {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .tz-display-4 {
        font-size: 32px
    }
}

@media (min-width:992px) {
    .tz-display-4 {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1440px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1680px) {
    .tz-display-4 {
        font-size: 56px
    }
}

/*breadcrumb end*/

/* ===========================
   GLOBAL RESET
=========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===========================
   THEME
=========================== */
.tz-dark-theme {
    background: #0a0a0c;
    color: #e2e8f0;
    font-family: 'Outfit', sans-serif;
}

.tz-text-neutral5 { color: #ffffff !important; }
.tz-text-neutral6 { color: #94a3b8 !important; }
.tz-text-primary  { color: #85c815 !important; }

/* ===========================
   DISPLAY TITLE
=========================== */
.tz-display-4 {
    font-family: "Teko", serif;
    font-weight: 700;
    font-size: 30px;
}

@media (min-width:576px) { .tz-display-4 { font-size: 24px; } }
@media (min-width:768px) { .tz-display-4 { font-size: 32px; } }
@media (min-width:992px) { .tz-display-4 { font-size: 40px; } }
@media (min-width:1200px){ .tz-display-4 { font-size: 48px; } }
@media (min-width:1680px){ .tz-display-4 { font-size: 56px; } }


/* ===========================
   SECTION TITLES
=========================== */
.tz-section-title {
    background: linear-gradient(
        90deg,
        #85c815,
        #85c815,
        #ffffff,
        #85c815,
        #85c815
    );

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    font-weight: 700;
    letter-spacing: -0.03em;
}

.tz-section-subtitle__line {
    background: linear-gradient(90deg, #85c815, #8b5cf6) !important;
    width: 60px !important;
    height: 3px !important;
}


/* ===========================
   TESTIMONIAL INTRO BOX
=========================== */
.testimonial-intro-box {
    background: rgba(30, 41, 59, 0.25);
    border: 1px solid rgba(133, 200, 21, 0.4);
    border-radius: 14px;
    padding: 28px 30px;
    backdrop-filter: blur(12px);

    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.testimonial-intro-box:hover {
    background: rgba(30, 41, 59, 0.35);

    box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2);

}

.testimonial-intro-box h2 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.testimonial-intro-box p {
    line-height: 1.7;
    margin-bottom: 14px;
}


/* ===========================
   TESTIMONIAL CARD
=========================== */
.testimonial-card {
    background: rgba(30, 41, 59, 0.3) !important;
    backdrop-filter: blur(16px);

    border: 2px solid #92d904c3;
    border-radius: 16px !important;

    box-shadow: 0 8px 32px rgba(0,0,0,0.25);

    transition: all 0.4s ease;

    padding: 2rem;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);

    box-shadow:
      0 20px 50px rgba(133, 200, 21, 0.3),
      0 0 30px rgba(178, 246, 59, 0.2);

    border-color: #85c815;
    background: rgba(30, 41, 59, 0.45) !important;
}


/* ===========================
   CLIENT LOGO
=========================== */
.client-logo {
    height: 50px;
    margin-bottom: 1.5rem;
    transition: 0.3s ease;
}

.testimonial-card:hover .client-logo {
    filter: grayscale(0%) brightness(100%);
}


/* ===========================
   TEXT
=========================== */
.stars {
    color: #FFD700;
    font-size: 1.25rem;
    margin: 0.75rem 0;
    letter-spacing: 2px;
}

.client-name {
    font-weight: 600;
    color: #fff;
    margin: 1rem 0 0.5rem;
    font-size: 1.1rem;
}

.testimonial-content {
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex-grow: 1;
    text-align: justify;
}


/* ===========================
   SPACING
=========================== */
.tz-pb-40 {
    padding-bottom: 40px !important;
}


/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 991px) {
    .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {

    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    .client-logo {
        height: 40px;
    }

    .stars {
        font-size: 1.1rem;
    }
}

.tz-pt-40 {
    padding-top: 40px !important
}

@media (min-width:0) {
    .tz-pt-xs-40 {
        padding-top: 40px !important
    }
}

@media (min-width:576px) {
    .tz-pt-sm-40 {
        padding-top: 40px !important
    }
}

@media (min-width:768px) {
    .tz-pt-md-40 {
        padding-top: 40px !important
    }
}

@media (min-width:992px) {
    .tz-pt-lg-40 {
        padding-top: 40px !important
    }
}

@media (min-width:1200px) {
    .tz-pt-xl-40 {
        padding-top: 40px !important
    }
}

@media (min-width:1440px) {
    .tz-pt-xxl-40 {
        padding-top: 40px !important
    }
}

@media (min-width:1680px) {
    .tz-pt-xxxl-40 {
        padding-top: 40px !important
    }
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 24px
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 1320px
    }
}

@media (min-width:1680px) {
    .container {
        max-width: 1680px
    }
}

.tz-bg-primary {
    background-color: #85c815
}

.tz-bg-secondary {
    background-color: #85c815
}

.tz-bg-neutral1 {
    background-color: #1d1d1d
}

.tz-bg-neutral2 {
    background-color: #171717
}

.tz-bg-neutral3 {
    background-color: #121212
}

.tz-bg-neutral4 {
    background-color: #000
}

.tz-bg-neutral5 {
    background-color: #FFF
}

.tz-bg-neutral6 {
    background-color: #BBBBB9
}

.tz-bg-neutral7 {
    background-color: #FDFDFD
}

.tz-text-primary {
    color: #85c815
}

.tz-text-secondary {
    color: #85c815
}

.tz-text-neutral1 {
    color: #1d1d1d
}

.tz-text-neutral2 {
    color: #171717
}

.tz-text-neutral3 {
    color: #121212
}

.tz-text-neutral4 {
    color: #000
}

.tz-text-neutral5 {
    color: #FFF
}

.tz-text-neutral6 {
    color: #BBBBB9
}

.tz-text-neutral7 {
    color: #FDFDFD
}

.tz-border-primary {
    border-color: #85c815
}

.tz-border-secondary {
    border-color: #85c815
}

.tz-border-neutral1 {
    border-color: #1d1d1d
}

.tz-border-neutral2 {
    border-color: #171717
}

.tz-border-neutral3 {
    border-color: #121212
}

.tz-border-neutral4 {
    border-color: #000
}

.tz-border-neutral5 {
    border-color: #FFF
}

.tz-border-neutral6 {
    border-color: #BBBBB9
}

.tz-border-neutral7 {
    border-color: #FDFDFD
}

/* testimonial section cards  */

/* SECTION */

/* SECTION */

.testimonial-section{
    background:#0a0a0c;
    padding:20px 0px;
}


/* GRID */

.testimonial-grid{
    max-width:1300px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}


/* CARD */

.testimonial-box{

    background:linear-gradient(180deg,#0f172a,#020617);
    
    border:2px solid #85c815;
    border-radius:18px;

    padding:35px 30px;

    color:#fff;

    transition:0.4s ease;

    overflow: visible; /* ✅ FIX */
}


/* HOVER EFFECT */

.testimonial-box:hover{

    transform:translateY(-12px);

   box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2);

    border-color:#b6ff1a;
}


/* PROFILE */

.profile{
    display:flex;
    align-items:center;
    gap:15px;

    margin-bottom:20px;

    width:100%;
}


/* PROFILE IMAGE */

.profile img{
    width: 55px;
    height:55px;

    border-radius:50%;
    object-fit:cover;

    border:2px solid #85c815;

    flex-shrink:0; /* ✅ stop shrinking */
}


/* PROFILE NAME */

.profile h4{
    margin:0;

    font-size:16px;
    font-weight:600;
    color:#ffffff;

    white-space: nowrap;     
    overflow: hidden;        
    text-overflow: ellipsis; 

    flex:1;
    min-width:0;  /* ✅ IMPORTANT FIX */
}


/* CIRCLE ICON */

.circle{

    width:55px;
    height:55px;

    border-radius:50%;

    background:#166534;

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight:bold;
    font-size:22px;

    border:2px solid #85c815;

    flex-shrink:0; /* ✅ stop shrinking */
}

.circle.green{
    background:#064e3b;
}


/* STARS */

.stars{
    color:#fbbc05;
    font-size:18px;
    margin-bottom:15px;
    letter-spacing:2px;
}


/* TEXT */

.testimonial-box p{

    color:#cbd5e1;
    font-size:15px;
    line-height:1.7;

    margin:0;

    text-align: justify;
}


/* RESPONSIVE */

@media(max-width:992px){

    .testimonial-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:600px){

    .testimonial-grid{
        grid-template-columns:1fr;
    }

}


/* DASH */

.dash{
    font-weight:700;
    color:#ffffff;
}

/* ===========================
   MOBILE FIX PATCH (DO NOT REMOVE)
=========================== */

/* All Mobiles */
@media (max-width: 768px){

    /* Section spacing */
    .testimonial-section{
        padding: 50px 12px;
    }

    /* Grid fix */
    .testimonial-grid{
        max-width: 100%;
        padding: 0;
        gap: 18px;
    }

    /* Card fix */
    .testimonial-box{
        padding: 22px 18px;
        border-radius: 14px;
    }

    /* Profile fix */
    .profile{
        gap: 10px;
        flex-wrap: nowrap;
    }

    .profile img,
    .circle{
        width: 42px;
        height: 42px;
    }

    /* Name fix */
    .profile h4{
        font-size: 14px;
        white-space: normal;
        line-height: 1.4;
    }

    /* Text fix */
    .testimonial-box p{
        font-size: 14px;
        line-height: 1.6;
    }

    /* Stars fix */
    .stars{
        font-size: 15px;
        letter-spacing: 1px;
    }

}


/* Small Phones */
@media (max-width: 480px){

    .testimonial-section{
        padding: 40px 10px;
    }

    .testimonial-box{
        padding: 18px 14px;
    }

    .profile img,
    .circle{
        width: 38px;
        height: 38px;
    }

    .profile h4{
        font-size: 13.5px;
    }

    .testimonial-box p{
        font-size: 13.5px;
    }

}


/* Extra Small Phones */
@media (max-width: 360px){

    .testimonial-box{
        padding: 16px 12px;
    }

    .profile h4{
        font-size: 13px;
    }

    .testimonial-box p{
        font-size: 13px;
    }

}


.testimonial-intro-box:hover {
    box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2);
    background: rgba(30, 41, 59, 0.35);
}

.testimonial-intro-box {
    background: rgba(30, 41, 59, 0.25);
    border: 1px solid rgba(133, 200, 21, 0.4);
    border-radius: 14px;
    padding: 28px 30px;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.testimonial-intro-box h2 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.testimonial-intro-box p {
    line-height: 1.7;
    margin-bottom: 14px;
}
/* Video Modal Styles - Updated */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.video-modal-content {
    width: 90%;
    max-width: 800px;  /* Maximum width */
    max-height: 90vh;  /* Maximum height - 90% of viewport height */
    position: relative;
}

.video-modal video {
    width: 100%;
    height: auto;      /* Maintain aspect ratio */
    max-height: 80vh;  /* Don't exceed 80% of viewport height */
    border-radius: 12px;
    border: 2px solid #85c815;
    object-fit: contain;  /* Ensure video fits without cropping */
}

.close-video {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 10000;
}

.close-video:hover {
    color: #85c815;
}

/* For mobile devices */
@media (max-width: 768px) {
    .video-modal-content {
        width: 95%;
        max-height: 95vh;
    }
    
    .video-modal video {
        max-height: 85vh;
    }
    
    .close-video {
        top: -35px;
        font-size: 25px;
    }
}
.ph-whatsapp-logo {
    font-size: 18px;
    margin-right: 5px;
}

.review-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
 .tz-dark-theme {
            background: #0a0a0c;
            color: #e2e8f0;
            font-family: 'Outfit', sans-serif;
        }

        .tz-text-neutral5 { color: #ffffff !important; }
        .tz-text-neutral6 { color: #94a3b8 !important; }
        .tz-text-primary { color: #85c815 !important; }

        .tz-section-title {
            background: linear-gradient(90deg, #85c815, #85c815, #ffffff, #85c815, #85c815);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            font-weight: 700;
            letter-spacing: -0.03em;
        }

        .tz-section-subtitle__line {
            background: linear-gradient(90deg, #85c815, #8b5cf6) !important;
            width: 60px !important;
            height: 3px !important;
        }

        /* Testimonial Card Styling */
        .testimonial-card {
            background: rgba(30, 41, 59, 0.3) !important;
            backdrop-filter: blur(16px);
            border: 2px solid #92d904c3;
            border-radius: 16px !important;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            padding: 2rem;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .testimonial-card:hover {
            transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
            box-shadow: 0 20px 50px rgba(133, 200, 21, 0.3),
                        0 0 30px rgba(178, 246, 59, 0.2);
            border: 2px solid #85c815;
            background: rgba(30, 41, 59, 0.45) !important;
        }

        .client-logo {
            height: 50px;
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
        }

        .testimonial-card:hover .client-logo {
            filter: grayscale(0%) brightness(100%);
        }

        .stars {
            color: #FFD700;
            font-size: 1.25rem;
            margin: 0.75rem 0;
            letter-spacing: 2px;
        }

        .client-name {
            font-weight: 600;
            color: #ffffff;
            margin: 1rem 0 0.5rem;
            font-size: 1.1rem;
        }

        .testimonial-content {
            color: #cbd5e1;
            line-height: 1.6;
            margin-bottom: 1rem;
            flex-grow: 1;
            text-align: justify;
        }

        @media (max-width: 991px) {
            .col-lg-4 {
                flex: 0 0 50%;
                max-width: 50%;
            }
        }

        @media (max-width: 767px) {
            .col-lg-4 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .testimonial-card {
                padding: 1.5rem;
            }

            .client-logo {
                height: 40px;
            }

            .stars {
                font-size: 1.1rem;
            }
        }

        /* Review Header Styles */
        .review-header {
            padding-bottom: 20px;
        }

        .review-container {
            max-width: 1200px;
            margin: auto;
            background: #0c0c0cff;
            border: 1px solid #aaa;
            border-radius: 12px;
            padding: 20px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }
        
        .dd:hover {
            border: 1px solid #85c815;
            box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2);

            transition: all 0.3s ease;
        }

        .review-left h2 {
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 6px;
            color: #fff;
        }

        .review-left p {
            font-size: 14px;
            color: #b3b3b1;
            max-width: 533px;
        }

        .review-right {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .rating-box {
            text-align: right;
        }

        .google-text {
            font-size: 21px;
        }

        .rating-text {
            font-size: 14px;
            margin-left: 4px;
        }

        .rating-number {
            font-size: 16px;
            color: #b3b3b1;
        }

        .review-btn {
            background: #85c815;
            color: #fff;
            padding: 10px 18px;
            border-radius: 22px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: 0.3s;
        }

        .review-btn:hover {
            background: #fff;
            color: #85c815;
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .review-right {
                width: 353px;
            }
        }

        @media (max-width: 768px) {
            .review-container {
                flex-direction: column;
                text-align: center;
            }

            .review-right {
                flex-direction: column;
                gap: 12px;
            }

            .rating-box {
                text-align: center;
            }

            .review-left p {
                max-width: 100%;
            }
        }

        /* Testimonial Box Styles */
        .testimonial-box {
            background: rgba(30, 41, 59, 0.3);
            padding: 20px;
            border-radius: 14px;
            border: 1px solid #85c815;
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .testimonial-box:hover {
            border-color: #85c815;
         box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2) !important;

            transform: translateY(-5px);
        }

        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin-top: 30px;
                padding:20px 0px;

        }

        .profile {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }

        .profile img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #85c815;
        }

        .profile h4 {
            margin: 0;
            color: #fff;
            font-size: 18px;
        }

        @media (max-width: 991px) {
            .testimonial-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 767px) {
            .testimonial-grid {
                grid-template-columns: 1fr;
            }
        }

        /* Tab Styles */
        .testimonial-tabs {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }

        .testimonial-tabs .nav-link {
            background: transparent;
            border: 1px solid #85c815;
            color: #85c815;
            margin: 0 8px;
            padding: 8px 22px;
            transition: all 0.3s ease;
        }

        .testimonial-tabs .nav-link:hover {
            background: rgba(133, 200, 21, 0.1);
        }

        .testimonial-tabs .nav-link.active {
            background: #85c815;
            color: #fff;
        }

        /* Video Card Styles */
        .video-card {
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .video-thumb {
            position: relative;
            border-radius: 14px;
            overflow: hidden;
            border: 2px solid #85c815;
            aspect-ratio: 16/9;
        }

        .video-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .video-card:hover .video-thumb img {
            transform: scale(1.1);
        }

        .video-card:hover .play-btn {
            background: #fff;
            color: #85c815;
            transform: translate(-50%, -50%) scale(1.1);
        }

        .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #85c815;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #fff;
            transition: all 0.3s ease;
            z-index: 2;
        }

        .video-card h5 {
            color: #fff;
            margin-top: 12px;
            font-size: 16px;
            text-align: center;
        }

        /* Video Modal Styles */
        .video-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            z-index: 9999;
            justify-content: center;
            align-items: center;
        }

        .video-modal-content {
            width: 90%;
            max-width: 800px;
            position: relative;
        }

        .video-modal video {
            width: 100%;
            border-radius: 12px;
            border: 2px solid #85c815;
        }

        .close-video {
            position: absolute;
            top: -40px;
            right: 0;
            font-size: 30px;
            color: #fff;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .close-video:hover {
            color: #85c815;
        }
  