.elementor-16 .elementor-element.elementor-element-d61a881{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-16 .elementor-element.elementor-element-2ecf489 > .elementor-widget-container{margin:-20px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6d5055e *//* ===============================
   BRAND COLOR SYSTEM
================================ */
:root {
  --emerald-900: #0B3D35;
  --emerald-800: #0F4F45;
  --emerald-700: #115A4D; /* PRIMARY */
  --emerald-600: #1A6B5F;
  --emerald-500: #2F8F82;
  --emerald-400: #6BB8AE;
  --emerald-300: #A8D8D1;
  --emerald-200: #D6EFEA;
  --emerald-100: #EDF9F6;

  --text-dark: #0F172A;
  --text-muted: #475569;
}

/* ===============================
   HERO BASE
================================ */
.fp-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

/* ===============================
   BACKGROUND LAYERS
================================ */
.fp-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    #ffffff,
    var(--emerald-100),
    #ffffff
  );
}

.fp-grid {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image:
    linear-gradient(var(--emerald-700) 1px, transparent 1px),
    linear-gradient(90deg, var(--emerald-700) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* ===============================
   GRADIENT ORBS
================================ */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.orb-1 {
  width: 800px;
  height: 800px;
  top: -25%;
  right: -15%;
  background: radial-gradient(circle, var(--emerald-300), transparent 70%);
}

.orb-2 {
  width: 700px;
  height: 700px;
  bottom: -35%;
  left: -20%;
  background: radial-gradient(circle, var(--emerald-200), transparent 70%);
}

.orb-3 {
  width: 420px;
  height: 420px;
  top: 18%;
  left: 10%;
  background: radial-gradient(circle, var(--emerald-400), transparent 70%);
}

/* ===============================
   FLOATING SHAPES
================================ */
.shape {
  position: absolute;
  opacity: 0.55;
  pointer-events: none;
}

.square {
  width: 120px;
  height: 120px;
  border: 1px solid var(--emerald-300);
  border-radius: 16px;
  top: 15%;
  right: 15%;
  transform: rotate(12deg);
}

.square-small {
  width: 80px;
  height: 80px;
  background: rgba(17, 90, 77, 0.15);
  border-radius: 12px;
  bottom: 20%;
  right: 25%;
}

.circle {
  width: 64px;
  height: 64px;
  border: 2px solid var(--emerald-300);
  border-radius: 50%;
  top: 40%;
  left: 8%;
}

.diamond {
  width: 96px;
  height: 96px;
  background: rgba(17, 90, 77, 0.12);
  transform: rotate(45deg);
  bottom: 35%;
  left: 20%;
}

/* ===============================
   DECORATIVE LINES
================================ */
.line {
  position: absolute;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    var(--emerald-400),
    transparent
  );
}

.line-1 {
  width: 160px;
  top: 30%;
  right: 5%;
  transform: rotate(45deg);
}

.line-2 {
  width: 140px;
  bottom: 40%;
  left: 5%;
  transform: rotate(-12deg);
}

/* ===============================
   DOT PATTERNS
================================ */
.dots {
  position: absolute;
  display: grid;
  pointer-events: none;
}

.dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--emerald-400);
}

.dots-right {
  top: 25%;
  right: 30%;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  opacity: 0.35;
}

.dots-left {
  bottom: 25%;
  left: 25%;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  opacity: 0.25;
}

/* ===============================
   HERO CONTENT
================================ */
.fp-content {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* ===============================
   SMALL LABEL
================================ */
.fp-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--emerald-100);
  border: 1px solid var(--emerald-300);
  color: var(--emerald-700);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 32px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--emerald-700);
  border-radius: 50%;
}

/* ===============================
   HEADLINE
================================ */
.fp-content h1 {
  font-size: clamp(42px, 6vw, 62px) !important;
  font-weight: 800;
  color: var(--text-dark);
  max-width: 920px;
  margin-bottom: 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.fp-content h1 span {
  background: linear-gradient(
    90deg,
    var(--emerald-700),
    var(--emerald-500),
    var(--emerald-700)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===============================
   SUBTEXT
================================ */
.fp-content p {
  font-size: 18px;
  max-width: 720px;
  color: var(--text-muted);
  margin-bottom: 52px;
  line-height: 1.7;
}

/* ===============================
   CTA BUTTON
================================ */
.fp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--emerald-700),
    var(--emerald-600)
  );
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 24px 48px rgba(17, 90, 77, 0.35);
  transition: all 0.35s ease;
}

.fp-btn span {
  transition: transform 0.3s ease;
}

.fp-btn:hover {
  transform: scale(1.05);
}

.fp-btn:hover span {
  transform: translateX(4px);
}

/* ===============================
   TRUST INDICATORS
================================ */
.fp-trust {
  margin-top: 64px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #64748B;
}

.fp-trust .dot {
  width: 4px;
  height: 4px;
  background: #CBD5E1;
  border-radius: 50%;
}

/* ===============================
   MOBILE TUNING
================================ */
@media (max-width: 768px) {
  .fp-trust {
    flex-direction: column;
    gap: 10px;
  }

  .fp-content p {
    font-size: 16px;
  }
}

/* ===============================
   HERO BASE
================================ */
.fp-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

/* ===============================
   BACKGROUND LAYERS (UPDATED)
================================ */
.fp-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    #ffffff,
    rgba(224,122,95,0.12),   /* 👈 soft orange first */
    var(--emerald-100),     /* 👈 then green */
    #ffffff
  );
}

.fp-grid {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image:
    linear-gradient(var(--emerald-700) 1px, transparent 1px),
    linear-gradient(90deg, var(--emerald-700) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* ===============================
   GRADIENT ORBS (ORANGE → GREEN)
================================ */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

/* ORANGE LEAD */
.orb-1 {
  width: 800px;
  height: 800px;
  top: -25%;
  right: -15%;
  background: radial-gradient(
    circle,
    rgba(224,122,95,0.45),
    transparent 70%
  );
}

/* GREEN SUPPORT */
.orb-2 {
  width: 700px;
  height: 700px;
  bottom: -35%;
  left: -20%;
  background: radial-gradient(
    circle,
    var(--emerald-200),
    transparent 70%
  );
}

.orb-3 {
  width: 420px;
  height: 420px;
  top: 18%;
  left: 10%;
  background: radial-gradient(
    circle,
    var(--emerald-400),
    transparent 70%
  );
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ecf489 *//* ===============================
   WHY FLOWPARROT — COMBINED SECTION
================================ */
.fp-why-flowparrot {
  padding: 60px 24px;
  background:
    radial-gradient(circle at 80% 20%, rgba(12,114,83,0.14), transparent 45%),
    radial-gradient(circle at 20% 80%, rgba(241,226,222,0.6), transparent 55%),
    linear-gradient(
      180deg,
      #ffffff,
      rgba(12,114,83,0.05),
      #ffffff
    );
  font-family: Inter, system-ui, sans-serif;
}

.fp-why-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* ===============================
   INTRO (WHY FLOWPARROT)
================================ */
.fp-why-intro {
  max-width: 820px;
  margin: 0 auto 120px;
  text-align: center;
}

.fp-why-title {
  font-size: clamp(36px, 5vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 1.15;
  margin-bottom: 40px;
  color: #111827;
}

.fp-why-title span {
  color: #0C7253 !important;
}

.fp-why-intro p {
  font-size: 18px;
  line-height: 1.85;
  color: #374151;
  margin-bottom: 28px;
}

.fp-why-intro strong {
  color: #0C7253;
}

/* ===============================
   DIVIDER
================================ */
.fp-why-divider {
  width: 100%;
  height: 1px;
  margin: 0 auto 120px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(12,114,83,0.35),
    transparent
  );
}

/* ===============================
   JOURNEY
================================ */
.fp-journey {
  position: relative;
}

.fp-journey-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(12,114,83,0.4),
    transparent
  );
  transform: translateX(-50%);
}

/* Items */
.fp-journey-item {
  position: relative;
  display: flex;
  margin-bottom: 120px;
}

.fp-journey-item.left {
  justify-content: flex-start;
}

.fp-journey-item.right {
  justify-content: flex-end;
}

/* Node */
.fp-journey-item::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #0C7253;
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 6px rgba(12,114,83,0.15);
}

/* Card */
.fp-journey-card {
  width: 460px;
  background: #ffffff;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid rgba(12,114,83,0.18);
  box-shadow: 0 18px 44px rgba(0,0,0,0.08);
}

.fp-journey-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0C7253;
  margin-bottom: 14px;
}

.fp-journey-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 900px) {
  .fp-journey-line {
    left: 24px;
  }

  .fp-journey-item {
    justify-content: flex-start;
    padding-left: 48px;
  }

  .fp-journey-item::before {
    left: 24px;
  }

  .fp-journey-card {
    width: 100%;
  }

  .fp-why-intro {
    margin-bottom: 80px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-103185a *//* ===============================
   VALUES PANEL SECTION
================================ */
.fp-values-panel {
  padding: 0px 24px;
  background:
    radial-gradient(circle at 80% 20%, rgba(224,122,95,0.16), transparent 45%),
    radial-gradient(circle at 20% 80%, rgba(241,226,222,0.6), transparent 55%),
    linear-gradient(
      180deg,
      #ffffff,
      #EDF9F6,
      #ffffff
    );
  font-family: Inter, system-ui, sans-serif;
}

/* Inner rounded container */
.fp-values-panel-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(47,143,130,0.25), transparent 45%),
    linear-gradient(135deg, #0F1F1B, #081312);
  color: #ffffff;
}

/* ===============================
   HEADER
================================ */
.fp-values-panel-header {
  max-width: 520px;
  margin-bottom: 56px;
}

.fp-values-panel-header h2 {
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 800;
  margin-bottom: 12px;
  color: #ffffff;
}

.fp-values-panel-header h2 span {
  opacity: 0.75;
}

.fp-values-panel-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #B6E5DC;
}

/* ===============================
   GRID
================================ */
.fp-values-panel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ===============================
   CARD — BENTO STYLE
================================ */
.fp-value-card {
  position: relative;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(47,143,130,0.22), transparent 45%),
    linear-gradient(135deg, #0F1F1B, #081312);
  color: #ECFEF9;
  overflow: hidden;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

/* subtle border */
.fp-value-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 28px;
  box-shadow: inset 0 0 0 1px rgba(214,239,234,0.12);
  pointer-events: none;
}

/* coral glow like bento dark card */
.fp-value-card::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(224,122,95,0.45), transparent 60%);
  filter: blur(45px);
  opacity: 0.55;
  transition: opacity 0.4s ease;
}

/* Hover */
.fp-value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.45);
}

.fp-value-card:hover::after {
  opacity: 1;
}

/* ===============================
   ICON
================================ */
.fp-value-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #115A4D, #2F8F82);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(17,90,77,0.35);
}

/* ===============================
   TITLE
================================ */
.fp-value-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ECFEF9;
}

/* ===============================
   TEXT
================================ */
.fp-value-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #B6E5DC;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
  .fp-values-panel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .fp-values-panel-inner {
    padding: 40px 24px;
  }

  .fp-values-panel-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d3949e *//* ===============================
   OUR TECHNOLOGY SECTION
================================ */
.fp-technology {
  padding: 160px 24px;
  background:
    radial-gradient(circle at 80% 25%, rgba(12,114,83,0.12), transparent 45%),
    radial-gradient(circle at 20% 80%, rgba(241,226,222,0.55), transparent 55%),
    linear-gradient(
      180deg,
      #ffffff,
      rgba(12,114,83,0.04),
      #ffffff
    );
  font-family: Inter, system-ui, sans-serif;
}

.fp-technology-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* ===============================
   HEADER — CENTERED
================================ */
.fp-technology-header {
  max-width: 720px;
  margin: 0 auto 80px;
  text-align: center;
}

.fp-technology-header h2 {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
  color: #111827;
}

.fp-technology-header h2 span {
  color: #0C7253;
}

.fp-technology-header p {
  font-size: 18px;
  line-height: 1.7;
  color: #475569;
  margin: 0 auto;
}

/* ===============================
   CONTENT BLOCKS
================================ */
.fp-technology-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

/* Base block */
.fp-technology-block h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0C7253;
}

.fp-technology-block p {
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
}

/* Highlighted block */
.fp-technology-block.highlight {
  padding: 40px;
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(12,114,83,0.08),
    rgba(12,114,83,0.03)
  );
  border: 1px solid rgba(12,114,83,0.18);
}

.fp-technology-block.highlight p {
  margin-bottom: 24px;
}

/* List */
.fp-technology-block ul {
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.fp-technology-block ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
}

.fp-technology-block ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0C7253;
  font-weight: 700;
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 900px) {
  .fp-technology {
    padding: 120px 20px;
  }

  .fp-technology-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f83cd31 *//* ===============================
   FOUNDER CTA SECTION
================================ */
.fp-founder-cta {
  padding: 60px 24px;
  background:
    /* LEFT — softened */
    radial-gradient(circle at 20% 35%, rgba(13,90,79,0.14), transparent 50%),

    /* RIGHT — mirrored */
    radial-gradient(circle at 80% 35%, rgba(13,90,79,0.14), transparent 50%),

    /* BOTTOM — soft blush */
    radial-gradient(circle at 50% 80%, rgba(241,226,222,0.55), transparent 55%),

    /* BASE WASH */
    linear-gradient(
      180deg,
      #FAF9F7,
      rgba(13,90,79,0.05),
      #FAF9F7
    );
  text-align: center;
}

/* ===============================
   INNER CONTAINER
================================ */
.fp-founder-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===============================
   HEADING — SAME AS TESTIMONIALS
================================ */
.fp-founder-cta h2 {
  max-width: 1100px;
  margin: 0 auto 22px;

  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  color: #111827;
}

/* Gradient highlight */
.fp-founder-cta h2 span {
  background: linear-gradient(90deg, #0D5A4F, #0F7F5A);
  -webkit-background-clip: text;
  color: transparent;
}

/* ===============================
   CTA SUBTEXT (IMPROVED)
================================ */
.fp-founder-cta p {
  max-width: 620px;
  margin: 0 auto 36px;

  font-size: 18px;
  line-height: 1.65;
  color: #475569;
  opacity: 0.95;
}

/* ===============================
   CTA BUTTON
================================ */
.fp-founder-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  border-radius: 999px;

  background: linear-gradient(
    90deg,
    #0D5A4F,
    #117A6A
  );

  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 24px 48px rgba(13, 90, 79, 0.45);
  transition: all 0.35s ease;
}

/* Arrow motion */
.fp-founder-cta-btn span {
  transition: transform 0.3s ease;
}

/* Hover */
.fp-founder-cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 30px 60px rgba(13, 90, 79, 0.55);
}

.fp-founder-cta-btn:hover span {
  transform: translateX(4px);
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 768px) {
  .fp-founder-cta {
    padding: 90px 20px;
  }

  .fp-founder-cta-inner {
    max-width: 100%;
  }

  .fp-founder-cta h2 {
    max-width: 100%;
    font-size: clamp(32px, 8vw, 44px);
  }

  .fp-founder-cta p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd9afc4 *//* ===============================
   TESTIMONIALS SECTION
================================ */

.testimonials-section {
  position: relative;
  padding: 80px 24px;
  background: linear-gradient(to bottom, #ffffff, #f9fafb, #ffffff);
  overflow: hidden;
}

/* Edge fade */
.testimonials-section::before,
.testimonials-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.testimonials-section::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 25%, transparent);
}

.testimonials-section::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 25%, transparent);
}

/* ===============================
   HEADER
================================ */

.testimonials-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 72px;
  position: relative;
  z-index: 3;
}

.testimonials-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #0B6B4F;
  background: rgba(11,107,79,0.12);
  border: 1px solid rgba(11,107,79,0.35);
  margin-bottom: 20px;
}

.testimonials-header h2 {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800;
  margin-bottom: 14px;
  color: #111827;
}

.testimonials-header h2 span {
  background: linear-gradient(90deg, #0B6B4F, #0F7F5A);
  -webkit-background-clip: text;
  color: transparent;
}

.testimonials-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}

/* ===============================
   SLIDER CONTAINER
================================ */

.testimonials-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 28px;
  animation: testimonialsScroll 42s linear infinite;
  will-change: transform;
}

.testimonials-wrapper:hover {
  animation-play-state: paused;
}

/* ===============================
   CARD
================================ */

.testimonial-card {
  flex: 0 0 calc((100% - 56px) / 3);
  background: #ffffff;
  padding: 32px;
  border-radius: 22px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  position: relative;
}

/* GREEN brand glow */
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(11,107,79,0.45),
    rgba(11,107,79,0.18),
    rgba(11,107,79,0.45)
  );
  opacity: 0;
  filter: blur(22px);
  transition: opacity 0.35s ease;
  z-index: -1;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  border-color: rgba(11,107,79,0.5);
  box-shadow:
    0 26px 60px rgba(11,107,79,0.28),
    0 10px 24px rgba(0,0,0,0.06);
}

.testimonial-card:hover::before {
  opacity: 1;
}

/* ===============================
   STARS ⭐⭐⭐⭐⭐
================================ */

.testimonial-stars {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 18px;
  background: linear-gradient(
    90deg,
    #f59e0b,
    #fbbf24,
    #fde047
  );
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 2px 6px rgba(245,158,11,0.35);
  animation: starGlow 2.8s ease-in-out infinite alternate;
}

/* ===============================
   TEXT
================================ */

.testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 28px;
  position: relative;
}

.testimonial-text::before {
  content: "“";
  position: absolute;
  top: -20px;
  left: -8px;
  font-size: 52px;
  color: rgba(11,107,79,0.14);
  font-family: serif;
}

/* ===============================
   AUTHOR
================================ */

.testimonial-author {
  border-top: 1px solid #e5e7eb;
  padding-top: 18px;
}

.testimonial-author strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0B6B4F;
  margin-bottom: 4px;
}

.testimonial-author span {
  font-size: 12px;
  color: #6b7280;
}

/* ===============================
   ANIMATIONS
================================ */

@keyframes testimonialsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes starGlow {
  from {
    text-shadow: 0 2px 6px rgba(245,158,11,0.3);
  }
  to {
    text-shadow: 0 4px 12px rgba(251,191,36,0.6);
  }
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .testimonial-card {
    flex: 0 0 calc((100% - 28px) / 2);
  }
}

@media (max-width: 640px) {
  .testimonials-wrapper {
    animation-duration: 32s;
  }

  .testimonial-card {
    flex: 0 0 100%;
  }
}/* End custom CSS */