.elementor-29002 .elementor-element.elementor-element-f098d0f{--display:flex;overflow:visible;}body.elementor-page-29002:not(.elementor-motion-effects-element-type-background), body.elementor-page-29002 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.sitemark.co.uk/wp-content/uploads/2025/03/About-Page_Transformation-Graphic_Final.png");}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f7f82ba *//* ===============================
   PAGE WRAPPER
   =============================== */
.sm-testimonials {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px;
}

/* ===============================
   HERO
   =============================== */
.sm-testimonials-hero {
  background: linear-gradient(180deg, #083a5c, #062f48);
 
  padding: 28px 18px;
  text-align: center;
  margin-bottom: 22px;
   background: #003b5c;
   
    padding: 40px 30px;
    margin-bottom: 30px;
    text-align: center;
      background:
    linear-gradient(rgba(8, 18, 55, 0.78), rgba(8, 18, 55, 0.82)),
    url("https://www.sitemark.co.uk/wp-content/uploads/2025/03/About-Page_Transformation-Graphic_Final.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Force hero text white (Elementor-safe) */
.sm-testimonials-hero,
.sm-testimonials-hero * {
  color: #ffffff !important;
}

.sm-testimonials-hero__title {
  margin: 0 0 10px;
  
  
  letter-spacing: -0.02em;
}

.sm-testimonials-hero__stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 18px;
  font-size: 13px;
  opacity: 0.95;
}

.sm-testimonials-hero__stats strong {
  font-size: 18px;
  font-weight: 800;
}

.sm-testimonials-hero__carousel {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 12px;
  margin: 10px 0 18px;
}

.sm-hero-nav {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}

.sm-hero-nav:hover {
  background: rgba(255,255,255,0.14);
}

.sm-hero-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.sm-hero-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 12px;
  text-align: left;
  min-height: 150px;
}

.sm-hero-card__client {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 6px;
}

.sm-hero-card__quote {
  font-size: 12.5px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sm-testimonials-hero__cta {
  display: inline-block;
  background: #00b86b;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 800;
}

/* ===============================
   FILTER LOZENGES (Client-sites style)
   =============================== */
.sm-testimonials .sm-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.sm-testimonials .sm-filters .sm-filter {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid rgba(0,0,0,0.25) !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

.sm-testimonials .sm-filters .sm-filter.is-active {
  background: #000000 !important;
  color: #ffffff !important;
}

/* ===============================
   GRID (4 columns)
   =============================== */
.sm-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* ===============================
   TESTIMONIAL CARD
   =============================== */
.sm-testimonial-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 14px;
}

.sm-testimonial-card__client {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #111;
}

/* Bubble */
.sm-testimonial-card__bubble {
  background: #f6f7f9;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 12px 12px 10px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
}

.sm-qmark {
  font-size: 24px;
  opacity: 0.35;
  line-height: 1;
}

.sm-qtext {
  font-size: 13px;
  line-height: 1.45;
  color: #222;

  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Expanded */
.sm-testimonial-card.is-expanded .sm-qtext {
  -webkit-line-clamp: unset;
  overflow: visible;
}

/* Footer row */
.sm-testimonial-card__footer {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

/* Optional author */
.sm-testimonial-card__author {
  font-size: 12px;
  color: #555;
  line-height: 1.3;
  min-height: 16px;
}

/* ===============================
   "MORE" BUTTON — HIDDEN UNLESS JS ADDS .is-needed
   =============================== */

/* Default hidden */
.sm-testimonial-card .sm-more {
  display: none !important;
}

/* JS-enabled */
.sm-testimonial-card .sm-more.is-needed {
  display: inline-block !important;
}

/* Neutralise Elementor + compact style */
.sm-testimonial-card .sm-more,
.sm-testimonial-card button.sm-more {
  all: unset;
  background: #0b3a64 !important;
  color: #ffffff !important;

  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;

  padding: 3px 7px !important;
  border-radius: 6px !important;

  cursor: pointer !important;
  white-space: nowrap !important;
}

.sm-testimonial-card .sm-more:hover {
  background: #09406f !important;
}

/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 1100px) {
  .sm-hero-cards,
  .sm-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .sm-hero-cards,
  .sm-testimonials-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   FIX HERO CAROUSEL ARROWS
   ========================================================= */

.sm-hero-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;

  border-radius: 50% !important;
  border: none !important;
  background: #303c98 !important;

  color: #ffffff !important;
  font-size: 0 !important;
  line-height: 1 !important;

  cursor: pointer !important;
  padding: 0 !important;
}

.sm-hero-nav[data-hero-nav="prev"]::before {
  content: "\2039" !important;
  display: block !important;
  color: #ffffff !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.sm-hero-nav[data-hero-nav="next"]::before {
  content: "\203A" !important;
  display: block !important;
  color: #ffffff !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.sm-hero-nav:hover {
  background: #3f4db5 !important;
  transform: scale(1.05);
}/* End custom CSS */