/* ===== Home page extra CSS: block 1 ===== */
/* =========================
   ICON + FIRST LETTER
========================= */

.letter-icon-wrap {
    position: relative;
    display: inline-block;
    padding-left: 50px;
}

/* ICON */
.title-icon {
    position: absolute;
    top: -85px;
    left: -3px;
    width: 90px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}

/* FIRST LETTER */
.title-letter {
    position: relative;
    z-index: 3;
}
 
/* =========================
   RESPONSIVE
========================= */
@media (max-width: 767px) {
    .title-icon{
    top: -46px !important;
    left: 20px !important;
    width: 50px !important;
    }
    .sethightsize{
        

    }

}
.sethightsize{
background-image: url('/asset/image/home/homeslidernew.svg');
}
/* Outer Wrapper to match the exact look */
   
    /* Left Green Button/Section */
    .btn-green-perf {
      background-color: #2da44e; /* Accurate green color match */
      color: #ffffff;
      font-family: 'Inter', sans-serif;
      font-size: 1.2rem; /* Large, bold typography */
      font-weight: 700;
      text-align: center;
      
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.2s ease;
      border: none;
       border-radius: 10px 0 0 10px;
    }

    /* Hover effect for better UX */
    .btn-green-perf:hover {
      background-color: #2c974b;
      color: #ffffff;
    }

    /* Right Side Google Partner Box */
    .partner-box {
      
      display: flex;
      flex-direction: column;
      align-items: baseline;
      justify-content: left;
       
      border-left: 1px solid #e0e0e0; /* Subtle divider line */
      min-width: 130px;
    }
    .partner-box img{
        height: 54px;
        border-radius: 0 10px 10px 0;
    }

    .partner-logo {
      width: 24px;
      height: auto;
      margin-bottom: 4px;
    }

    .partner-text {
      font-family: Arial, sans-serif;
      font-size: 0.65rem; 
      color: #5f6368;
      font-weight: bold;
      white-space: nowrap;
    }
    .setcenter{
        text-align: center;
    justify-content: center;
    display: flex;
      }
      .banner-container{
        display: none;
      }
      .setdisplaynone{
        display: block !important;
      }

    /* Responsive adjustment for small screens */
    @media (max-width: 767px) {
      .btn-green-perf {
        font-size: 13px;

        
      }
      .banner-container{
        display: block !Important;
      }
      .partner-box {
        
        min-width: 100px;
      }
      .setdisplaynone{
        display: none;
      }
      .makehideshowdata{
        display: none !important;
      }

.testimonial-slider{
    padding: inherit !important;
}
      
    }

.addanimation.active {
    animation: panMove 1.8s ease forwards, fadeReveal 1.5s ease forwards;
}

@keyframes panMove {
    0% {
        opacity: 0;
        transform: translateX(-120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeReveal {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ===== Home page extra CSS: block 2 ===== */
/* Container holding all the boxes */
.testimonial-slider {
    display: flex;
    flex-wrap: wrap;           /* Allows wrapping if screen is small */
    gap: 30px;                 /* Fixed outer gap between every box (Horizontal & Vertical) */
    justify-content: center;   /* Centers the group of boxes */
    align-items: flex-start;  
    padding: 20px;             /* Outer padding so boxes don't touch screen edges */
    width: 100%;
    box-sizing: border-box;
}

/* Individual Testimonial Box - Strict Size & Outer Spacing */
.unique-tst-card {
    background: #ffffff;
    border: 1px solid #e5e7eb; /* Modern, crisp light border */
    border-radius: 12px;
    padding: 35px 25px;
    margin-left: 30px !important;
    
    /* Strict Fixed Box Size */
    width: 300px;              /* Fixed Width */
    height: 360px;             /* Fixed Height */
    box-sizing: border-box;    /* Ensures padding stays inside the 300x360 dimensions */
    margin: 0;                 /* Resets any rogue margins causing alignment jumps */

    /* Content Layout inside each fixed box */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
    /* Smooth Visual Polish */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Hover Effect */
.unique-tst-card:hover {
    transform: translateY(-5px); /* Elegant slight lift on hover */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
    border-color: #cbd5e1;
}

/* Logo Bounding Box */
.unique-tst-img-box {
    height: 80px;              /* Uniform height zone for logos */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;       /* Gap between logo and the text below it */
}

/* Prevent Logo Stretching */
.unique-tst-img-box img {
    max-width: 85%;
    max-height: 100%;
    object-fit: contain;       /* Keeps logos perfectly proportioned */
}

/* Brand Name / Title Styling */
.unique-tst-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

/* Feedback Text Styling */
.unique-tst-feedback {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ===== Home page extra CSS: block 3 ===== */
.unique-tst-section1 {
            padding: 80px 0;
            background-color: #f8f9fa;
            overflow: hidden;
        }

        .unique-tst-main-heading1 {
            font-size: 2.5rem;
            font-weight: 800;
            color: #212529;
        }

        /* Slider Wrapper Padding to allow scaled center card to breathe */
        .unique-slider-wrap {
            padding: 40px 0;
        }

        /* Prevent slick from clipping the elevated top card */
        .slick-list {
            padding: 40px 0 !important; 
        }

        /* Base Card Styling */
        .tst-card-container {
            padding: 15px;
            outline: none; /* Removes focus border outline */
        }

        .tst-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 35px 25px;
            border: 1px solid #eaeaea;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            position: relative;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: all 0.4s ease;
        }

        /* Abstract background circles - Placed on the LEFT side */
        .tst-card::before {
           /* content: '';
            position: absolute;
            width: 110px;
            height: 110px;
            background: #90ee90; 
            border-radius: 50%;
            bottom: -30px;
            left: -30px; 
            z-index: 1;
            transition: all 0.4s ease;*/
        }

        /* Content Border Box styling */
        .tst-inner-box {
            border: 1px solid #e0e0e0;
            border-radius: 16px;
            padding: 25px 20px;
            margin-top: 10px;
            position: relative;
            z-index: 2;
            background: #ffffff;
        }

        /* Quote Marks Icon styling */
        .tst-quote-mark {
            color: #000000;
            font-size: 2.5rem;
            line-height: 1;
            font-family: Georgia, serif;
            font-weight: bold;
            margin-bottom: 5px;
            display: block;
        }

        /* Typography */
        .tst-date {
            color: #8c8c8c;
            font-size: 0.9rem;
            margin-bottom: 6px;
            font-weight: 500;
        }

        .tst-stars {
            color: #FFA400;
            font-size: 0.95rem;
            margin-bottom: 12px;
        }

        .tst-title {
            color: #2e7d32; /* Brand Green */
            font-weight: 800;
            font-style: italic;
            font-size: 1.4rem;
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .tst-text {
            color: #555555;
            font-size: 0.95rem;
            line-height: 1.6;
            font-style: italic;
            margin-bottom: 0;
        }

        /* Profile Box Component - Left Aligned */
        .tst-profile-wrapper {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-top: 30px;
            position: relative;
            z-index: 2;
            gap: 12px;
        }

        .tst-meta-text {
            text-align: left;
            line-height: 1.2;
        }

        .tst-author {
            font-weight: 800;
            color: #212529;
            font-size: 1rem;
            margin: 0;
        }

        .tst-subname {
            font-weight: 600;
            color: #555555;
            font-size: 0.85rem;
            margin: 2px 0 0 0;
        }

        .tst-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #ffffff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            background: #fff;
        }

        /* DYNAMIC AUTOMATIC ELEVATION FOR THE MIDDLE BOX (Desktop Only) */
        @media (min-width: 992px) {
            .slick-center .tst-card {
                transform: translateY(-30px); /* Moves the absolute center card up */
                border-color: #2e7d32;
                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            }
        }

        /* Custom Slick Dots Styling */
        .slick-dots {
            bottom: -30px;
        }
        .slick-dots li button:before {
            font-size: 12px;
            color: #2e7d32;
        }
        .slick-dots li.slick-active button:before {
            color: #2e7d32;
        }

/* ===== Home page extra CSS: block 4 ===== */
.error-border {
        border: 1px solid #dc3545 !important;
    }
