/* Google Ads landing page extra CSS moved from resources/views/homegoogleads.blade.php */
.unique-tst-section1 {
            padding: 80px 0;
            background-color: #f8f9fa;
            overflow: hidden;
        }
        .unique-tst-main-heading1 {
            font-size: 2.5rem;
            font-weight: 800;
            color: #212529;
        }
        .unique-slider-wrap {
            padding: 40px 0;
        }
        .slick-list {
            padding: 40px 0 !important; 
        }
        .tst-card-container {
            padding: 15px;
            outline: none;
        }
        .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;
        }
        .tst-inner-box {
            border: 1px solid #e0e0e0;
            border-radius: 16px;
            padding: 25px 20px;
            margin-top: 10px;
            position: relative;
            z-index: 2;
            background: #ffffff;
        }
        .tst-quote-mark {
            color: #000000;
            font-size: 2.5rem;
            line-height: 1;
            font-family: Georgia, serif;
            font-weight: bold;
            margin-bottom: 5px;
            display: block;
        }
        .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;
            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;
        }
        .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;
        }

        @media (min-width: 992px) {
            .slick-center .tst-card {
                transform: translateY(-30px);
                border-color: #2e7d32;
                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            }
        }
        .slick-dots {
            bottom: -30px;
        }
        .slick-dots li button:before {
            font-size: 12px;
            color: #2e7d32;
        }
        .slick-dots li.slick-active button:before {
            color: #2e7d32;
        }

.home-stat-label-fix{padding-top:2px;}
.unique-tst-label-optimized{color:#2e7d32;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;font-size:.9rem;}
