﻿.tg-testimonial-slider {
            position: relative;
            background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
            border: 1px solid #e5eef6;
            border-radius: 18px;
            padding: 20px 20px 16px;
            box-shadow: 0 10px 28px rgba(20, 49, 78, 0.08);
        }
        .tg-testimonial-slide { display: none; animation: tgFadeIn 0.35s ease; }
        .tg-testimonial-slide.active { display: block; }
        .tg-testimonial-slider .description { min-height: 78px; color: #274158; line-height: 1.85; }
        .tg-testimonial-dots {
            list-style: none; margin: 10px 0 0; padding: 0;
            display: flex; gap: 8px; justify-content: center; align-items: center;
        }
        .tg-testimonial-dots li {
            width: 10px; height: 10px; border-radius: 999px; cursor: pointer;
            background: #c5d5e4; transition: all 0.25s ease;
        }
        .tg-testimonial-dots li.active { width: 24px; background: #2f93ad; }
        .tg-testimonial-nav {
            position: absolute; top: 14px; inset-inline-end: 14px;
            display: inline-flex; gap: 6px;
        }
        .tg-testimonial-nav button {
            width: 30px; height: 30px; border: 0; border-radius: 999px;
            background: #e9f4fb; color: #1f6b8a; font-weight: 700;
        }
        @keyframes tgFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
