




/* ══════════════════════════════════════════════════════
   SHIVA CONCEPT SOLUTION — TESTIMONIALS PAGE
   testimonials.css — No :root / body definitions
   Hardcoded theme: Navy #0b2d7a | Red #e8304a | Gold #f5a623 | Teal #00c9a7
   Font: Outfit + Plus Jakarta Sans
══════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', sans-serif;
  color: #1e2a45;
  background: #fff;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ── Shared Utilities ── */
.t-eyebrow {
  display: inline-flex;
  align-items: center;
  font-weight: 700; font-size: .7rem;
  letter-spacing: 2px; text-transform: uppercase;
  color: #e8304a;
  background: rgba(232,48,74,.08);
  padding: 5px 16px; border-radius: 50px; margin-bottom: 12px;
}
.t-sec-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: #0b2d7a; line-height: 1.2; letter-spacing: -.02em;
}
.t-red  { color: #e8304a; }
.t-blue { color: #0b2d7a; }
.t-sec-sub { font-size: 1rem; color: #6b7a99; max-width: 560px; line-height: 1.7; }
.t-underline { width: 52px; height: 3.5px; background: linear-gradient(90deg,#e8304a,#0b2d7a); border-radius: 2px; margin-top: 10px; }
.t-sec-head { margin-bottom: 2.5rem; }


/* ══════════════════════════════════════════════════════
   1. PAGE BANNER
══════════════════════════════════════════════════════ */
.t-banner {
  position: relative;
  padding: 110px 0 90px;
  overflow: hidden;
  background:
        radial-gradient(ellipse 70% 60% at 10% 50%, rgba(0,90,160,0.22) 0%, transparent 70%),
        radial-gradient(ellipse 50% 50% at 85% 20%, rgba(0,180,255,0.10) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 60% 80%, rgba(0,60,120,0.18) 0%, transparent 60%),
        linear-gradient(160deg, #010d1a 0%, #020e1e 40%, #031525 100%);
}
.t-banner-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}
.t-banner-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.t-orb-1 {
  width: 450px; height: 450px; top: -100px; left: -100px;
  background: radial-gradient(circle, rgba(11,45,122,.5) 0%, transparent 70%);
  animation: tOrbPulse 7s ease-in-out infinite;
}
.t-orb-2 {
  width: 350px; height: 350px; bottom: -60px; right: -60px;
  background: radial-gradient(circle, rgba(232,48,74,.10) 0%, transparent 70%);
  animation: tOrbPulse 9s 2s ease-in-out infinite;
}
@keyframes tOrbPulse { 0%,100%{transform:scale(1);opacity:.8} 50%{transform:scale(1.15);opacity:1} }

.t-banner-inner { position: relative; z-index: 2; }

.t-banner-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .72rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 16px;
  animation: tBannerUp .6s ease both;
}
.t-pulse-dot {
  width: 7px; height: 7px;
  background: #f5a623; border-radius: 50%;
  box-shadow: 0 0 8px #f5a623;
  animation: tDotPulse 1.8s ease-in-out infinite;
}
@keyframes tDotPulse { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.6);opacity:.5} }

.t-banner-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 900; color: #fff;
  letter-spacing: -.03em; line-height: 1.08; margin-bottom: 18px;
  animation: tBannerUp .6s .1s ease both;
}
.t-title-gold {
  background: linear-gradient(90deg, #ffc62d 0%, #ff9500 60%, #ffd97d 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.t-banner-sub {
  font-size: clamp(.95rem, 1.8vw, 1.1rem);
  color: rgba(255,255,255,.65);
  max-width: 540px; margin: 0 auto 24px;
  line-height: 1.7;
  animation: tBannerUp .6s .2s ease both;
}

/* Rating row */
.t-banner-rating {
  display: inline-flex; align-items: center; gap: 10px;
  padding: .4rem 4rem;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50px;
  margin-bottom: 22px;
  animation: tBannerUp .6s .3s ease both;
}
.t-banner-rating .t-rating-stars i { color: #f5a623; font-size: 1rem; }
.t-rating-val { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.2rem; font-weight: 900; color: #f5a623; }
.t-rating-label { font-size: .75rem; font-weight: 600; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .08em; }

/* Stats */
.t-banner-stats {
  display: inline-flex; align-items: center;
  flex-wrap: wrap; gap: 0;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: .9rem 1.5rem;
  margin-bottom: 22px;
  animation: tBannerUp .6s .35s ease both;
}
.t-bstat { display: flex; flex-direction: column; align-items: center; padding: 0 1.4rem; }
.t-bstat strong { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.4rem; font-weight: 900; color: #f5a623; line-height: 1; }
.t-bstat span { font-size: .65rem; font-weight: 600; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .08em; margin-top: 3px; }
.t-bstat-sep { width: 1px; height: 34px; background: rgba(255,255,255,.15); }

/* Breadcrumb */
.t-breadcrumb { animation: tBannerUp .6s .45s ease both; }
.t-breadcrumb .breadcrumb {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: 50px; padding: 7px 20px;
  display: inline-flex; margin: 0;
}
.t-breadcrumb .breadcrumb-item { font-size: .8rem; font-weight: 500; color: rgba(255,255,255,.5); }
.t-breadcrumb .breadcrumb-item a { color: rgba(255,255,255,.6); transition: color .2s; }
.t-breadcrumb .breadcrumb-item a:hover { color: #f5a623; }
.t-breadcrumb .breadcrumb-item.active { color: #f5a623; }
.t-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: rgba(255,255,255,.3); content: "›"; }

.t-banner-wave { position: absolute; bottom: -1px; left:0; right:0; }
.t-banner-wave svg { display: block; width: 100%; height: 60px; }

@keyframes tBannerUp { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:translateY(0)} }
@media (max-width:768px) {
  .t-banner { padding: 85px 0 70px; }
  .t-bstat { padding: 0 .8rem; }
  .t-bstat strong { font-size: 1.1rem; }
  .t-bstat-sep { height: 26px; }
  .t-rating-stars {
     display: flex;
  }

  .t-banner-rating img{
     width: 32px;
  }


}
@media (max-width:480px) {
  .t-banner-stats { padding: .7rem .8rem; }
  .t-bstat-sep { display: none; }
  .t-bstat { flex: 1 1 45%; border-bottom: 1px solid rgba(255,255,255,.08); padding: .5rem; }
}


/* ══════════════════════════════════════════════════════
   2. VIDEO STORIES SECTION
══════════════════════════════════════════════════════ */
.t-videos-section {
  padding: 5rem 0;
  background: #E8EDFF;
  background-image:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(255,255,255,.9) 0%, transparent 60%);
}

/* Filter tabs */
.t-filter-wrap { display: flex; justify-content: center; overflow-x: auto; scrollbar-width: none; padding: .3rem; margin-bottom: 2.5rem; }
.t-filter-wrap::-webkit-scrollbar { display: none; }
.t-filters {
  display: flex; gap: 8px; flex-wrap: nowrap;
  background: rgba(255,255,255,.8);
  border: 1.5px solid #dde3f0;
  border-radius: 50px;
  padding: .3rem;
  backdrop-filter: blur(8px);
}
.t-ftab {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 20px; border-radius: 50px;
  font-family: 'Outfit', sans-serif;
  font-size: .84rem; font-weight: 600;
  cursor: pointer; border: none;
  background: transparent; color: #6b7a99;
  transition: all .25s ease; white-space: nowrap;
}
.t-ftab:hover { color: #0b2d7a; background: rgba(11,45,122,.06); }
.t-ftab.active {
  background: linear-gradient(135deg, #0b2d7a 0%, #1a4aa0 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(11,45,122,.3);
}
.t-ftab i { font-size: .88rem; }

/* Video Grid */
.t-video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media (max-width:1199px) { .t-video-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width:899px)  { .t-video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width:480px)  { .t-video-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; } }

/* Video Card */
.t-vcard {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 2px 10px rgba(11,45,122,.06);
  transition: transform .38s ease, box-shadow .38s ease, border-color .3s;
  display: flex; flex-direction: column;
  animation: tCardIn .5s ease both;
  height: 450px;

}
.t-vcard:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(11,45,122,.15);
  border-color: rgba(252, 253, 255, 0.28);
}
.t-vcard.t-hidden { display: none; }
@keyframes tCardIn { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

/* Shimmer on hover */
.t-vcard::after {
  content: ''; position: absolute; inset:0; border-radius: 18px;
  background: linear-gradient(115deg,transparent 30%,rgba(255,255,255,.15) 50%,transparent 70%);
  transform: translateX(-100%); pointer-events: none;
}
.t-vcard:hover::after { transform: translateX(100%); transition: transform .5s ease; }

/* Thumbnail */
.t-vcard-thumb {
  position: relative; height: 390px; overflow: hidden;
}
.t-vcard-thumb img {
  width: 100%; height: 390px; object-fit: cover; 
  transition: transform .45s ease;

}
.t-vcard:hover .t-vcard-thumb img { transform: scale(1); }

/* Dark gradient overlay */
.t-vcard-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(7,26,82,.75) 100%);
  pointer-events: none;
}

/* Play button */
.t-play-btn {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 54px; height: 54px;
  background: rgba(245,197,24,.95);
  border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #1a1a1a; font-size: 1.2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,.35);
  cursor: pointer; z-index: 3;
  transition: transform .3s ease, box-shadow .3s;
}
.t-play-btn:hover {
  transform: translate(-50%,-50%) scale(1.12);
  box-shadow: 0 8px 28px rgba(245,197,24,.5);
}

/* Course badge */
.t-vcard-badge {
  position: absolute; top: 12px; left: 12px;
  font-size: .62rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .1em;
  padding: 3px 12px; border-radius: 50px; z-index: 3;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
}
.mern-badge    { background: rgba(11,45,122,.8); color: #fff; }
.java-badge    { background: rgba(245,166,35,.85); color: #1a1a1a; }
.python-badge  { background: rgba(0,201,167,.8); color: #fff; }
.data-badge    { background: rgba(232,48,74,.85); color: #fff; }
.testing-badge { background: rgba(26,92,192,.8); color: #fff; }
.other-badge   { background: rgba(11,45,122,.7); color: #fff; }

/* Card info */
.t-vcard-info {
  padding: 1.1rem 1.2rem .9rem;
  background: #fff;
}
.t-vcard-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .98rem; font-weight: 800;
  color: #0b2d7a; margin-bottom: 4px;
  transition: color .2s;
}
.t-vcard:hover .t-vcard-name { color: #e8304a; }
.t-vcard-role {
  font-size: .78rem; color: #6b7a99; font-weight: 500;
  display: flex; align-items: center; gap: 5px; margin-bottom: 5px;
}
.t-vcard-role i { color: #0b2d7a; font-size: .8rem; }
.t-vcard-stars { font-size: .75rem; color: #f5a623; letter-spacing: 1px; }

/* No results */
.t-no-results { text-align: center; padding: 4rem 0; color: #6b7a99; }
.t-no-results i { font-size: 3rem; display: block; margin-bottom: 1rem; opacity: .35; }
.t-no-results p { font-size: 1rem; }

/* YouTube btn */
.t-yt-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: .85rem 2rem;
  background: #ff0000; color: #fff;
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: .9rem;
  border-radius: 10px; border: 2px solid #ff0000;
  transition: all .25s;
}
.t-yt-btn:hover { background: transparent; color: #ff0000; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,0,0,.25); }


/* ══════════════════════════════════════════════════════
   3. RATING SHOWCASE SECTION
══════════════════════════════════════════════════════ */
.t-rating-section {
  padding: 5rem 0;
  position: relative;
  background: linear-gradient(135deg, #040e26 0%, #071a52 40%, #0b2d7a 100%);
  overflow: hidden;
}
.t-rating-bg {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.t-rating-inner { position: relative; z-index: 2; }

/* Big rating */
.t-big-rating { display: flex; flex-direction: column; align-items: center; }
.t-big-score {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 7rem; font-weight: 900;
  color: #fff; line-height: 1;
  letter-spacing: -.04em;
}
.t-big-stars i { font-size: 2rem; color: #f5a623; margin: 0 2px; }
.t-big-label {
  font-size: .8rem; font-weight: 600;
  color: rgba(255,255,255,.5);
  text-transform: uppercase; letter-spacing: .1em;
  margin-top: .6rem;
}
.t-google-btn {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 1.5rem;
  padding: .75rem 1.6rem;
  background: #fff; color: #1e2a45;
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: .88rem;
  border-radius: 10px; border: 2px solid #fff;
  transition: all .25s;
}
.t-google-btn:hover { background: transparent; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,255,255,.15); }

/* Breakdown */
.t-rating-breakdown-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.5rem; font-weight: 900;
  color: #fff; margin-bottom: .5rem;
}
.t-rating-breakdown-sub { font-size: .88rem; color: rgba(255,255,255,.5); margin-bottom: 1.8rem; }

.t-rating-bars { display: flex; flex-direction: column; gap: .8rem; margin-bottom: 2rem; }
.t-rbar-row { display: flex; align-items: center; gap: 12px; }
.t-rbar-label { font-size: .82rem; font-weight: 700; color: rgba(255,255,255,.6); width: 36px; flex-shrink: 0; }
.t-rbar-track {
  flex: 1; height: 10px;
  background: rgba(255,255,255,.1);
  border-radius: 5px; overflow: hidden;
}
.t-rbar-fill {
  height: 100%; border-radius: 5px;
  transition: width 1.2s ease;
  width: 0; /* animated by JS */
}
.t-rbar-pct { font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.55); width: 36px; text-align: right; flex-shrink: 0; }

/* Platform badges */
.t-platform-badges { display: flex; gap: 1rem; flex-wrap: wrap; }
.t-platform-badge {
  display: flex; align-items: center; gap: 10px;
  padding: .7rem 1.2rem;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  transition: background .25s;
}
.t-platform-badge:hover { background: rgba(255,255,255,.12); }
.t-platform-badge i { font-size: 1.3rem; }
.t-g-icon { color: #ea4335; }
.t-f-icon { color: #1877f2; }
.t-y-icon { color: #ff0000; }
.t-platform-badge strong { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; font-weight: 900; color: #fff; line-height: 1; }
.t-platform-badge span { font-size: .68rem; font-weight: 600; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .08em; }

@media (max-width:991px) {
  .t-big-rating { align-items: center; }
  .t-big-score { font-size: 5rem; }
  .t-rating-breakdown-title { font-size: 1.2rem; }
  .t-big-stars i { font-size: 1.5rem; }
}


/* ══════════════════════════════════════════════════════
   4. AUTO-SCROLL REVIEWS
══════════════════════════════════════════════════════ */
.t-reviews-section {
  padding: 5rem 0 4rem;
  background: #fff;
  overflow: hidden;
}
.t-rev-row {
  overflow: hidden;
  margin-top: 1.2rem;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
}
.t-rev-track {
  display: flex;
  padding: 10px 2px;
  will-change: transform;
  gap: 18px;
}
.t-rev-track.sliding { transition: transform .9s cubic-bezier(.4,0,.2,1); }

/* Review Card */
.t-rev-card {
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,.05), 0 4px 16px rgba(0,0,0,.06);
  padding: 20px 22px 16px;
  display: flex; flex-direction: column;
  height: 230px;
  cursor: default;
  transition: box-shadow .25s ease, transform .25s ease;
}
.t-rev-card:hover { box-shadow: 0 6px 20px rgba(11,45,122,.12); transform: translateY(-3px); }

/* Top: avatar + name */
.t-rev-top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.t-rev-avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; background: #e8eaed; border: 1.5px solid #e8eaed; flex-shrink: 0; }
.t-rev-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: .93rem; font-weight: 700; color: #202124; }

/* Stars */
.t-rev-stars { display: flex; gap: 2px; margin-bottom: 8px; }
.t-rev-star { font-size: 1rem; color: #f5a623; line-height: 1; }
.t-rev-star-off { font-size: 1rem; color: #dadce0; line-height: 1; }

/* Text */
.t-rev-text { font-size: .82rem; color: #5f6368; line-height: 1.65; flex: 1; overflow: hidden; 
  /* display: -webkit-box; -webkit-line-clamp: 3;   */
  -webkit-box-orient: vertical;
   margin: 0 0 6px;
 }

.t-rev-text b { color: #202124; }
.t-rev-readmore { font-size: .78rem; font-weight: 600; color: #1a73e8; cursor: pointer; border: none; background: none; padding: 0; }
.t-rev-readmore:hover { text-decoration: underline; }

/* Bottom */
.t-rev-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 10px; border-top: 1px solid #f1f3f4; }
.t-rev-role { font-size: .74rem; color: #80868b; line-height: 1.3; }
.t-rev-role strong { display: block; color: #3c4043; font-weight: 600; font-size: .78rem; }
.t-rev-company { font-size: .85rem; font-weight: 800; color: #3c4043; }
.t-co-tcs    { color: #003087; }
.t-co-wipro  { color: #8b1d1d; }
.t-co-infosys{ color: #007cc2; }
.t-co-s2t    { color: #1a73e8; }
.t-co-flip   { color: #1a73e8; }
.t-co-affle  { color: #f97316; font-style: italic; font-size: 1rem; }


/* ══════════════════════════════════════════════════════
   5. CTA SECTION
══════════════════════════════════════════════════════ */
.t-cta-section {
  padding: 5rem 0;
  position: relative; overflow: hidden;
  background: radial-gradient(ellipse 70% 60% at 10% 50%, rgba(0,90,160,0.22) 0%, transparent 70%),
        radial-gradient(ellipse 50% 50% at 85% 20%, rgba(0,180,255,0.10) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 60% 80%, rgba(0,60,120,0.18) 0%, transparent 60%),
        linear-gradient(160deg, #010d1a 0%, #020e1e 40%, #031525 100%);
}
.t-cta-glow-1 { position: absolute; top:-80px; left:-80px; width:400px; height:400px; background: radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%); pointer-events:none; }
.t-cta-glow-2 { position: absolute; bottom:-60px; right:10%; width:300px; height:300px; background: radial-gradient(circle,rgba(245,166,35,.08) 0%,transparent 70%); pointer-events:none; }

.t-cta-inner {
  position: relative; z-index: 2;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px; padding: 3rem;
  backdrop-filter: blur(12px);
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 2.5rem; flex-wrap: wrap;
}
.t-cta-left { flex: 1; min-width: 280px; }
.t-cta-eyebrow { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #f5a623; margin-bottom: .7rem; }
.t-cta-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(1.4rem,2.8vw,2.1rem); font-weight: 900; color: #fff; letter-spacing: -.02em; line-height: 1.2; margin-bottom: .7rem; }
.t-cta-title span { color: #f5a623; }
.t-cta-desc { font-size: .95rem; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 1.2rem; }
.t-cta-trust { display: flex; flex-wrap: wrap; gap: .6rem; }
.t-cta-trust span { display: inline-flex; align-items: center; gap: 6px; padding: 5px 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 50px; font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.8); }
.t-cta-trust span i { color: #00c9a7; font-size: .8rem; }

.t-cta-right { display: flex; flex-direction: column; gap: .75rem; flex-shrink: 0; min-width: 220px; }
.t-cta-btn-primary { display: inline-flex; align-items: center; justify-content: center; padding: .9rem 1.8rem; background: #fff; color: #0b2d7a; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: .9rem; border-radius: 10px; border: 2px solid #fff; transition: all .25s; white-space: nowrap; }
.t-cta-btn-primary:hover { background: #f5a623; color: #fff; border-color: #f5a623; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,166,35,.35); }
.t-cta-btn-wa { display: inline-flex; align-items: center; justify-content: center; padding: .9rem 1.8rem; background: #25D366; color: #fff; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: .9rem; border-radius: 10px; border: 2px solid #25D366; transition: all .25s; white-space: nowrap; }
.t-cta-btn-wa:hover { background: transparent; color: #25D366; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,.3); }
.t-cta-btn-ghost { display: inline-flex; align-items: center; justify-content: center; padding: .9rem 1.8rem; background: transparent; color: rgba(255,255,255,.8); font-family: 'Outfit', sans-serif; font-weight: 600; font-size: .9rem; border-radius: 10px; border: 1.5px solid rgba(255,255,255,.3); transition: all .25s; white-space: nowrap; }
.t-cta-btn-ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }

@media (max-width:991px) {
  .t-cta-inner { flex-direction: column; text-align: center; padding: 2rem 1.5rem; }
  .t-cta-right { align-items: center; min-width: unset; width: 100%; }
  .t-cta-right a { width: 100%; max-width: 320px; }
  .t-cta-trust { justify-content: center; }
}


/* ══════════════════════════════════════════════════════
   VIDEO MODAL
══════════════════════════════════════════════════════ */
.t-modal-bg {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.75); backdrop-filter: blur(10px);
  z-index: 9999; align-items: center; justify-content: center; padding: 1rem;
}
.t-modal-bg.t-modal-open { display: flex; animation: tMBgIn .25s ease; }
@keyframes tMBgIn { from{opacity:0} to{opacity:1} }

.t-modal-box {
  background: #0d1f2d; border-radius: 18px;
  width: 100%; max-width: 720px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
  animation: tMBoxIn .3s ease both;
}
@keyframes tMBoxIn { from{opacity:0;transform:scale(.96) translateY(16px)} to{opacity:1;transform:scale(1) translateY(0)} }

.t-modal-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.3rem;
  background: rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.t-modal-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: .95rem; font-weight: 700; color: #fff; }
.t-modal-close {
  width: 32px; height: 32px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%; color: rgba(255,255,255,.7);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: .85rem; transition: all .2s;
}
.t-modal-close:hover { background: #e8304a; color: #fff; border-color: #e8304a; }
.t-modal-video { padding: 0; }


/* ══════════════════════════════════════════════════════
   REVIEW READ-MORE MODAL
══════════════════════════════════════════════════════ */
.t-rev-modal-bg {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.45); backdrop-filter: blur(8px);
  z-index: 9998; align-items: center; justify-content: center; padding: 1rem;
}
.t-rev-modal-bg.t-rev-open { display: flex; animation: tMBgIn .2s ease; }

.t-rev-modal-box {
  background: #fff; border-radius: 14px;
  max-width: 460px; width: 100%;
  padding: 1.8rem; position: relative;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
  animation: tMBoxIn .25s ease both;
}
.t-rev-modal-close {
  position: absolute; top: 12px; right: 12px;
  width: 30px; height: 30px;
  background: #f1f3f4; border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: .85rem; color: #5f6368;
  transition: all .2s;
}
.t-rev-modal-close:hover { background: #e8304a; color: #fff; }
.t-rev-modal-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.t-rev-modal-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid #dde3f0; }
.t-rev-modal-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: .95rem; font-weight: 700; color: #202124; }
.t-rev-modal-stars { display: flex; gap: 2px; margin-top: 2px; }
.t-rev-modal-text { font-size: .88rem; color: #5f6368; line-height: 1.72; margin-top: 14px; }
.t-rev-modal-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding-top: 10px; border-top: 1px solid #f1f3f4; }
.t-rev-modal-role { font-size: .76rem; color: #80868b; line-height: 1.3; }
.t-rev-modal-role strong { display: block; color: #3c4043; font-weight: 600; font-size: .8rem; }

/* General responsive */
@media (max-width:991.98px) {
  .t-videos-section, .t-rating-section, .t-reviews-section, .t-cta-section { padding: 4rem 0; }
}
@media (max-width:575px) {
  .t-videos-section, .t-reviews-section, .t-cta-section { padding: 3rem 0; }
  .t-rating-section { padding: 3rem 0; }
  .t-big-score { font-size: 4rem; }
}
