.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:18px;letter-spacing:0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.footer-link a:hover {
  text-decoration: underline;
}

.course-hover:hover {
    color:white!important;
}

.elementor-element.elementor-element-bc9eba7 {
    margin-top:0px!important;
} 


.elementor-488 .elementor-element.elementor-element-bc9eba7 > .elementor-widget-container {
    
    margin-top:0px!important;
}


.dotted {
  text-decoration: underline dotted;
  text-decoration-color: rgba(255, 255, 255, 0.25);
  text-underline-offset: 5px;
  text-decoration-thickness: 3.5px;
}


.myheight .elementor-row {
height: calc(100vh – header-height-valuepx);
}

.hoverBTN:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.1); 
}

.title-styles {
  background-image: linear-gradient(to bottom, #ffffff 70%, #9a9a9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index:7 !important;
}


.title-styles-black-b {
  background-image: linear-gradient(to bottom, #000000 66%, #726E6E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.subtle-sky-cycle {
    background: linear-gradient(to bottom,
      #4B0082,  /* Indigo (Twilight) */
        #CD5C5C,  /* Indian Red (Late sunset) */
       /* #FF7F50,  /* Coral */
        #CD5C5C,  /* Indian Red (Late sunset) */
        #4B0082,  /* Indigo (Twilight) */
        #111157   /* Midnight Blue (Night) */
    
    );
    background-size: 100% 900%;
    animation: subtleSkyCycle 40s ease-in-out infinite;
  	border-radius:8px;
}

.subtle-sky-cycle2 {
    background: linear-gradient(to bottom,
      /*  #FF7F50,  /* Coral */
        #CD5C5C,  /* Indian Red (Late sunset) */
        #4B0082,  /* Indigo (Twilight) */
        #111157   /* Midnight Blue (Night) */
    
    );
    background-size: 100% 900%;
    animation: subtleSkyCycle 40s ease-in-out infinite;
  	border-radius:8px;
}


@keyframes subtleSkyCycle {
    0%, 100% { background-position: 0% 0%; }
    50% { background-position: 0% 100%; }
}


.handwriting-reveal {
  position: relative !important;
  overflow: hidden !important;
}

.handwriting-reveal::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: black !important;
  animation: handwriting-reveal-animation 4s ease-in-out forwards !important;
  z-index: 1 !important;
}

@keyframes handwriting-reveal-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}


.handwriting-reveal-white {
    position: relative;
    overflow: hidden;
    visibility: hidden; /* Hide elements by default */
}

.handwriting-reveal-white::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F1F1F1;
    transform: translateX(0);
    z-index: 1;
    transition: none; /* Disable transition initially */
}

.handwriting-reveal-white.ready {
    visibility: visible;
}

.handwriting-reveal-white.ready::after {
    transition: transform 4s ease-in-out;
}

.handwriting-reveal-white.animate::after {
    transform: translateX(100%);
}



/* Base state */
.mega-item {
  position: relative;            /* keeps pseudo-elements or full-link overlays contained */
  background: #ffffff;           /* base background */
  border-radius: 8px;            /* optional rounding */
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  box-shadow: 0 0 0 rgba(0,0,0,0); /* start with no shadow */
}

/* Hover effect */
.mega-item:hover {
  background: rgba(0, 0, 0, 0.03);      /* subtle tint; adjust for dark/light themes */
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transform: translateY(-1px);          /* micro lift */
}

/* Optional: for keyboard focus if the container becomes linkable */
.mega-item:focus-within {
  outline: 2px solid #4c9ffe33;         /* soft focus ring */
  outline-offset: 2px;
}


.icon-tile {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 37px;
  height: 37px;

  background: #fff;
  border-radius: 12px; /* OUTER RADIUS */
  
  transform: translateZ(0); /* snap to pixel grid on some renderers */
  
  
}


.icon-tile::before {
  content: "";
  border-radius: 10px;         /* INNER RADIUS = 12 - 4 */
  background: #fff;
  z-index: 1;



  /* inner shadow + inner 1px border */
  box-shadow:
    inset 0 1px 4px rgba(0,0,0,0.0),
    0 0 0 1px rgba(0,0,0,0.12);
}

/* Outer 1px border hugging the outside */
.icon-tile::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 12px;        /* match OUTER RADIUS exactly */
  box-shadow: 0 0 0 1px rgba(0,0,0,0.14);
  pointer-events: none;
  z-index: 0;
  
    /* vertical gradient: lighter top -> darker bottom */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #fafbfc 66%,
    #d5cfcf 100%
  );
}





/* More forceful positioning fix */
.e-n-menu-item .e-n-menu-icon {
  position: relative !important;
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  vertical-align: middle !important;
  line-height: 0 !important;
  overflow: hidden !important; /* Prevent overflow issues */
}

/* Reset all positioning and margins */
.e-n-menu-item .e-n-menu-icon > .icon-active,
.e-n-menu-item .e-n-menu-icon > .icon-inactive {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: opacity 160ms ease !important;
  pointer-events: none !important;
  transform: none !important; /* Reset any transforms */
}

/* Force SVG to behave */
.e-n-menu-item .e-n-menu-icon svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}

/* Rest of your visibility rules... */
.e-n-menu-item .e-n-menu-icon > .icon-inactive { opacity: 1; }
.e-n-menu-item .e-n-menu-icon > .icon-active  { opacity: 0; }

.e-n-menu-item:hover .e-n-menu-icon > .icon-inactive,
.e-n-menu-item:focus-within .e-n-menu-icon > .icon-inactive { opacity: 0 !important; }
.e-n-menu-item:hover .e-n-menu-icon > .icon-active,
.e-n-menu-item:focus-within .e-n-menu-icon > .icon-active  { opacity: 1 !important; }

.e-n-menu-item:has([aria-expanded="true"]) .e-n-menu-icon > .icon-inactive { opacity: 0 !important; }
.e-n-menu-item:has([aria-expanded="true"]) .e-n-menu-icon > .icon-active  { opacity: 1 !important; }

.e-n-menu-item.current-menu-item .e-n-menu-icon > .icon-inactive,
.e-n-menu-item.current-menu-ancestor .e-n-menu-icon > .icon-inactive,
.e-current .e-n-menu-icon > .icon-inactive { opacity: 0 !important; }
.e-n-menu-item.current-menu-item .e-n-menu-icon > .icon-active,
.e-n-menu-item.current-menu-ancestor .e-n-menu-icon > .icon-active,
.e-current .e-n-menu-icon > .icon-active { opacity: 1 !important; }




.roi-btn {
  position: relative;
  overflow: hidden; /* Keep the sheen inside */
}

/* Two-tone shimmer with stronger contrast */
.roi-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 60%; /* make the streak a little wider */
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,        /* fully transparent at start */
    rgba(255, 255, 255, 0.3) 35%,     /* brighter white highlight */
    rgba(0, 0, 0, 0.15) 55%,           /* darker shadow contrast */
    rgba(255, 255, 255, 0) 100%       /* fade out again */
  );
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}

/* On hover, animate the sheen sweep across */
.roi-btn:hover::before {
  opacity: 0.7;  /* higher opacity on hover */
  animation: sheen 1.25s ease-in-out;
}

@keyframes sheen {
  from {
    left: -35%;
  }
  to {
    left: 125%;
  }
}

.footer-icns {
    filter: brightness(0) invert(1);
}






/* ========== Hero Pill (Global Styles) ========== */


.hero-pill-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.hero-pill-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero-pill-premium {
  position: relative;
  display: inline-flex;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.15) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-pill-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255, 255, 255, 0.15) 50%, 
    transparent 100%);
}

.pill-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, 
    rgba(255, 215, 0, 0.1) 0%, 
    transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.hero-pill-premium:hover {
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.hero-pill-premium:hover .pill-glow {
  opacity: 1;
}

.pill-content {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  z-index: 2;
}

.rating-section {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stars {
  display: flex;
  gap: -1px;
}

.star {
  color: #FFD700;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.4));
  transition: transform 0.2s ease;
}

.star:hover {
  transform: scale(1.1);
}

.rating-number {
  font-size: 12px;
  font-weight: 700;
  color: #FFD700;
  margin-left: -3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.rating-number-2 {
  font-size: 12px;
  font-weight: 700;
  color: #FFD700;
  margin-left: -3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.separator {
  width: 1px;
  height: 16px;
  background: linear-gradient(to bottom, 
    transparent 0%, 
    rgba(255, 255, 255, 0.3) 50%, 
    transparent 100%);
}

.pill-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}

.main-text {
  font-weight: 600;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.industries-badge {
  font-weight: 600;
  font-size: 10px; /* Decreased by 1px from 11px */
  color: #1a1a1a;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  padding: 2px 8px;
  border-radius: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.profile-section {
  display: flex;
  align-items: center;
}

.profile-avatars {
  display: flex;
  align-items: center;
}

.avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: -8px;
  background-size: cover;
  background-position: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  box-shadow: 
    0 0 0 2px rgba(255, 255, 255, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.15);
}

.avatar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.2) 0%, 
    transparent 50%, 
    rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
}

.avatar:first-child {
  margin-left: 0;
  z-index: 5;
}

.avatar:nth-child(2) { z-index: 4; }
.avatar:nth-child(3) { z-index: 3; }
.avatar:nth-child(4) { z-index: 2; }
.avatar:nth-child(5) { z-index: 1; }

.avatar:hover {
  transform: scale(1.15) translateY(-3px);
  z-index: 10 !important;
  box-shadow: 
    0 0 0 3px rgba(255, 255, 255, 0.3),
    0 8px 25px rgba(0, 0, 0, 0.25);
}

.avatar-1 {
  background-image: url('/wp-content/uploads/2025/09/5b05ee7d20057cd3f0a9e0b9_Chrissy.jpg');
}

.avatar-2 {
  background-image: url('/wp-content/uploads/2025/09/5af5ae834c01dfcaeb98568c_nick.jpg');
}

.avatar-3 {
  background-image: url('/wp-content/uploads/2025/09/user_assets_0YL9SSSP_uploads_images_screen-shot-2023-09-04-at-125934-pm-1742875800.png');
}

.avatar-4 {
  background-image: url('/wp-content/uploads/2025/09/1634319108537-3702_medium.jpg');
}

.avatar-5 {
  background-image: url('/wp-content/uploads/2025/09/Lisa-Macqueen-Cleaning-Marketing-e1622411571492.jpg');
}

@media (max-width: 768px) {
  .hero-pill-premium {
    padding: 6px 16px;
  }
  
  .pill-content {
    gap: 10px;
  }
  
  .main-text {
    display: none;
  }
  
  .pill-text {
    font-size: 12px;
  }
  
  .star {
    font-size: 14px; /* Increased from 12px */
  }
  
  .industries-badge {
    font-size: 8px; /* Decreased by 2px from 10px */
  }
  
  .industries-badge::before {
    content: "Agency • ";
    color: #1a1a1a;
    font-weight: 600;
  }
  
  .avatar {
    width: 22px;
    height: 22px;
    margin-left: -6px;
  }
}

@media (max-width: 480px) {
  .hero-pill-premium {
    padding: 5px 14px;
  }
  
  .pill-content {
    gap: 8px;
  }
  
  .star {
    font-size: 14px; /* Increased from 12px */
  }
  
  .rating-number {
    font-size: 11px;
  }
  
  .avatar {
    width: 20px;
    height: 20px;
    margin-left: -5px;
  }
}

@keyframes subtle-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

.hero-pill-premium:hover .stars {
  animation: subtle-pulse 2s infinite;
}

.hero-pill-premium:hover .industries-badge {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}




.hero-pill-link { text-decoration: none; color: inherit; display: block; }
.hero-pill-container { display: flex; justify-content: center; width: 100%; }

/* Base: keeps your original sizing and motion */

.hero-pill-premium {
  position: relative;
  display: inline-flex;
  /* Fallback base (used if no data-theme attribute is set) */
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50px;
  padding: 8px 20px;
  margin: 20px 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow:
    0 8px 32px rgba(0,0,0,0.12),
    0 2px 8px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.10);
}
.hero-pill-premium::before {
  content: '';
  position: absolute; top: 1px; left: 0; right: 0; 
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.15) 50%, transparent 100%);
}
.pill-glow {
  position: absolute; top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(circle, rgba(255,215,0,0.10) 0%, transparent 70%); /* golden glow */
  opacity: 0; transition: opacity 0.4s ease; pointer-events: none;
}

.pill-content {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative; z-index: 2;
}
.separator {
  width: 1px; height: 16px;
  background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.30) 50%, transparent 100%);
}

/* Responsive parity with original */
@media (max-width: 768px) {
  .hero-pill-premium { padding: 6px 16px; }
  .pill-content { gap: 10px; }
}
@media (max-width: 480px) {
  .hero-pill-premium { padding: 5px 14px; }
  .pill-content { gap: 8px; }
}

/* ========== Inner layout utilities (don’t change outer size) ========== */
.pill-left, .pill-mid, .pill-right { display: flex; align-items: center; gap: 8px; }
.pill-emoji { font-size: 14px; line-height: 1; }
.pill-kicker {
  font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.92);
}

/* Title gradient for dark; light override below */
.pill-title {
  font-size: 13px; font-weight: 600; letter-spacing: -0.01em;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.80) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  white-space: nowrap;
}

/* Mini-pill (chip) on right */
.pill-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 2px 8px; border-radius: 12px; font-weight: 600; font-size: 11px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14);
}

/* ========== Explicit background variants ========== */

/* Dark/black version: richer on-pill background while keeping glassiness */
.hero-pill-premium[data-variant="dark"] {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.05) 100%),
    radial-gradient(80% 120% at 10% -20%, rgba(255,255,255,0.06) 0%, transparent 60%),
    #0b0c11; /* solid base under glass for consistent tone */
  border-color: rgba(255,255,255,0.10);
}

/* White/light version: soft light fill to avoid washout on white sections */
.hero-pill-premium[data-variant="light"] {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.03) 100%),
    radial-gradient(80% 120% at 10% -20%, rgba(0,0,0,0.04) 0%, transparent 60%),
    #ffffff;
  border-color: rgba(0,0,0,0.08);
  box-shadow:
    0 8px 22px rgba(0,0,0,0.09),
    0 2px 6px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,0.40);
}
.hero-pill-premium[data-variant="light"]::before {
  background: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.12) 50%, transparent 100%);
}
.hero-pill-premium[data-variant="light"] .pill-kicker { color: rgba(15,23,42,0.92); }
.hero-pill-premium[data-variant="light"] .pill-title {
  -webkit-text-fill-color: initial; background: none; color: #0f172a;
}
.hero-pill-premium[data-variant="light"] .separator {
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.25) 50%, transparent 100%);
}
.hero-pill-premium[data-variant="light"] .pill-chip {
  color: #0f172a;
  background: linear-gradient(135deg, rgba(0,0,0,0.06), rgba(0,0,0,0.03));
  border: 1px solid rgba(0,0,0,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

/* Brand star yellow (same as your stars) */
:root {
  --star-yellow: #FEC80F; /* adjust if your exact star hex differs */
}

/* Reset: keep SERVICES text dark */
.pill-kicker { color: rgba(15,23,42,0.92); } /* dark slate-like, readable on both backgrounds */
.hero-pill-premium[data-variant="dark"] .pill-kicker { color: rgba(255,255,255,0.92); } /* on dark pill BG */

/* Improved mobile inheritance -- compact sizes for small screens */
@media (max-width: 768px) {
  /* Tablet-down tightening */
  .hero-pill-premium {
    padding: 6px 14px;            /* a bit tighter than before */
    border-radius: 42px;
  }
  .pill-content { gap: 8px; }     /* was 10 */
  .separator { height: 14px; }
  .pill-emoji { font-size: 13px; }
  .pill-kicker { font-size: 9px; letter-spacing: 0.10em; }
  .pill-title { font-size: 12px; } /* smaller title */
  .pill-chip { font-size: 10px; padding: 2px 7px; border-radius: 11px; gap: 5px; }
}

@media (max-width: 560px) {
  /* Phone compact pass */
  .hero-pill-premium {
    padding: 5px 12px;
    border-radius: 38px;
  }
  .pill-content { gap: 6px; }
  .separator { height: 12px; }
  .pill-emoji { font-size: 12px; }
  .pill-kicker { font-size: 8.5px; letter-spacing: 0.10em; }
  .pill-title { font-size: 11px; letter-spacing: -0.01em; }
  .pill-chip { font-size: 9.5px; padding: 2px 6px; border-radius: 10px; gap: 4px; }
}

@media (max-width: 400px) {
  /* Extra small screens -- aggressively compact */
  .hero-pill-premium {
    padding: 4px 10px;
    border-radius: 34px;
  }
  .pill-content { gap: 5px; }
  .separator { height: 10px; }
  .pill-emoji { font-size: 11px; }
  .pill-kicker { font-size: 8px; letter-spacing: 0.09em; }
  .pill-title { font-size: 10.5px; }
  .pill-chip { font-size: 9px; padding: 2px 6px; }
}

/* Keep contrast correct per variant */
.hero-pill-premium[data-variant="light"] .pill-kicker { color: rgba(15,23,42,0.92); }
.hero-pill-premium[data-variant="dark"] .pill-kicker { color: rgba(255,255,255,0.92); }

/* ---------- Subtle hover overrides (replaces strong color wash) ---------- */




/* 3) Light variant: soften the chip on hover (less contrast change) */
.hero-pill-link:hover .hero-pill-premium[data-variant="light"] .pill-chip {
  background: linear-gradient(135deg, rgba(0,0,0,0.05), rgba(0,0,0,0.02));
  border-color: rgba(0,0,0,0.10);
  color: #0f172a; /* keep text steady */
}

/* 4) Dark variant: also soften chip hover */
.hero-pill-link:hover .hero-pill-premium[data-variant="dark"] .pill-chip {
  background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  border-color: rgba(255,255,255,0.10);
  color: #ffffff;
}


.hero-pill-premium[data-variant="light"]:hover { border-color: rgba(0,0,0,0.08); }



/* ===== Services Pills (adds on top of your existing hero pill system) ===== */

/* Container and title (kept minimal so sections control spacing) */
.services-pills-wrap { padding: 0; }
.services-pills-wrap .services-title {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
}

/* Layout */
.services-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}

/* Premium glass pill base (harmonized with your hero pill look) */
.services-pills .svc-pill {
  --tint: 255,255,255;   /* neutral fallback tint */
  --alpha1: 0.14;        /* top gradient intensity */
  --alpha2: 0.06;        /* bottom gradient intensity */
  --borderA: 0.12;       /* border intensity */

  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #ffffff;                /* uniform text color */
  font-weight: 700;
  font-size: 12.5px;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(var(--tint), var(--alpha1)) 0%, rgba(var(--tint), var(--alpha2)) 100%),
    radial-gradient(90% 140% at 10% -30%, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 60%),
    #0b0c11; /* matches your dark base under glass */
  border: 1px solid rgba(var(--tint), var(--borderA));
  box-shadow:
    0 8px 20px rgba(0,0,0,0.28),
    0 2px 6px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.20);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  white-space: nowrap;
  transition: transform 140ms ease, box-shadow 140ms ease;
}
.services-pills .svc-pill::before {
  /* hairline sheen like your hero pill */
  content: '';
  position: absolute; left: 10px; right: 10px; top: 2px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
  pointer-events: none;
}
.services-pills .svc-pill:hover {
  transform: translateY(-1px);
  box-shadow:
    0 10px 22px rgba(0,0,0,0.32),
    0 3px 8px rgba(0,0,0,0.20),
    inset 0 1px 0 rgba(255,255,255,0.24);
}
.services-pills .svc-pill:active { transform: translateY(0); }

/* Icon + label */
.services-pills .svc-ico { font-size: 14px; line-height: 1; }
.services-pills .svc-label { letter-spacing: -0.01em; }

/* Subtle tint variants (pastel/neutral differences; all keep white type) */
.services-pills .svc--copy       { --tint: 255, 226, 188; --alpha1: 0.22; --alpha2: 0.10; --borderA: 0.20; } /* Direct Response Copy */
.services-pills .svc--ads        { --tint: 198, 230, 255; --alpha1: 0.20; --alpha2: 0.09; --borderA: 0.18; } /* Digital Ads */
.services-pills .svc--funnel     { --tint: 190, 242, 210; --alpha1: 0.20; --alpha2: 0.09; --borderA: 0.18; } /* Conversion Funnels */
.services-pills .svc--leadgen    { --tint: 255, 215, 197; --alpha1: 0.20; --alpha2: 0.09; --borderA: 0.18; } /* Lead Generation */
.services-pills .svc--perf       { --tint: 208, 223, 255; --alpha1: 0.20; --alpha2: 0.09; --borderA: 0.18; } /* Performance Marketing */
.services-pills .svc--automation { --tint: 225, 206, 255; --alpha1: 0.20; --alpha2: 0.09; --borderA: 0.18; } /* AI Automation */

/* Small screens */
@media (max-width: 480px) {
  .services-pills .svc-pill { font-size: 12px; padding: 6px 10px; }
}

/* Remove top sheen line from Services pills */
.services-pills .svc-pill::before { display: none !important; content: none !important; }


/* ===== Uniform KPI Pills (premium glass, dark-section friendly) ===== */
.kpi-pills-wrap { padding: 0; }

.kpi-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Base pill: uniform styling for all KPI chips */
.kpi-pills .kpi-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 1;
  text-decoration: none;

  /* Premium glass look (matches your system, no top sheen) */
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.06) 100%),
    radial-gradient(90% 140% at 10% -30%, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 60%),
    #0b0c11;
  box-shadow:
    0 8px 20px rgba(0,0,0,0.22),
    0 2px 6px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.20);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  white-space: nowrap;
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.kpi-pills .kpi-pill:hover {
  transform: translateY(-1px);
  box-shadow:
    0 10px 22px rgba(0,0,0,0.26),
    0 3px 8px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.24);
}

/* Content pieces */
.kpi-pills .kpi-ico   { font-size: 14px; }
.kpi-pills .kpi-label { opacity: 0.85; letter-spacing: 0.02em; }
.kpi-pills .kpi-value {
  padding-left: 6px;
  margin-left: 2px;
  border-left: 1px solid rgba(255,255,255,0.18);
  letter-spacing: 0.01em;
}

/* Small screens */
@media (max-width: 480px) {
  .kpi-pills .kpi-pill { font-size: 12px; padding: 6px 9px; }
}

.hero-pill-premium .pill-content {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.hero-pill-premium::before {
  top: 1px !important;
}




/* Scope all effects to images placed inside a container with class "case-hero-area" */
.case-hero-area img[class*="img-"] {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Premium frame: rounded corners, subtle border, depth */
.case-hero-area .img-premium {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 12px 36px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

/* Subtle cinematic grade */
.case-hero-area .img-grade {
  filter: saturate(1.05) contrast(1.06) brightness(1.02);
  transition: filter 250ms ease;
}
.case-hero-area .img-grade:hover,
.case-hero-area .img-grade:focus {
  filter: saturate(1.08) contrast(1.08) brightness(1.01);
}

/* Soft vignette via blended backgrounds on the image */
.case-hero-area .img-vignette {
  position: relative;
  border-radius: 16px;
  background:
    radial-gradient(80% 80% at 50% 50%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.22) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
  background-blend-mode: multiply, normal;
}

/* Fine film grain overlay using SVG noise */
.case-hero-area .img-grain { position: relative; isolation: isolate; border-radius: 16px; }
.case-hero-area .img-grain::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none; border-radius: inherit;
  mix-blend-mode: overlay; opacity: 0.14;
  background:
    url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'>\
<filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter>\
<rect width='100' height='100' filter='url(%23n)' fill='white' opacity='0.9'/></svg>")
    center/240px 240px repeat;
  transition: opacity .25s ease;
}
.case-hero-area .img-grain:hover::after { opacity: 0.18; }

/* Duo-tone edge lift (cool top, warm bottom) */
.case-hero-area .img-duo { position: relative; border-radius: 16px; }
.case-hero-area .img-duo::before {
  content: "";
  position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    linear-gradient(180deg, rgba(180,210,255,0.12) 0%, rgba(0,0,0,0) 40%),
    linear-gradient(0deg, rgba(255,210,170,0.10) 0%, rgba(0,0,0,0) 55%);
}

/* Micro-sheen hairline along the top edge */
.case-hero-area .img-sheen { position: relative; border-radius: 16px; }
.case-hero-area .img-sheen::before {
  content: "";
  position: absolute; left: 10px; right: 10px; top: 2px; height: 1px; border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  pointer-events: none;
}

/* Hover lift and clarity (pairs with others) */
.case-hero-area .img-hover-lift {
  transition: transform 220ms ease, filter 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.case-hero-area .img-hover-lift:hover,
.case-hero-area .img-hover-lift:focus {
  transform: translateY(-1px);
  filter: saturate(1.06) contrast(1.06);
}

/* Frost-lite: icy tint/diffusion without blurring details */
.case-hero-area .img-frostlite { position: relative; border-radius: 16px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.10); }
.case-hero-area .img-frostlite::before {
  content: "";
  position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background:
    radial-gradient(130% 160% at 15% -20%, rgba(220,240,255,0.28) 0%, rgba(220,240,255,0.10) 55%, transparent 100%),
    linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.00) 60%);
  mix-blend-mode: screen;
  opacity: 0.65; transition: opacity 260ms ease;
}
.case-hero-area .img-frostlite:hover::before,
.case-hero-area .img-frostlite:focus::before { opacity: 0; }

/* One-and-done premium finish: frame + grade + vignette + tiny grain */
.case-hero-area .img-magazine {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 12px 36px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  filter: saturate(1.04) contrast(1.05) brightness(1.01);
  transition: filter 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}
.case-hero-area .img-magazine::before {
  content: "";
  position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background:
    radial-gradient(80% 80% at 50% 50%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.20) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.00));
}
.case-hero-area .img-magazine::after {
  content: "";
  position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  mix-blend-mode: overlay; opacity: 0.10;
  background:
    url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'>\
<filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/></filter>\
<rect width='100' height='100' filter='url(%23n)' fill='white' opacity='0.9'/></svg>")
    center/240px 240px repeat;
}
.case-hero-area .img-magazine:hover {
  transform: translateY(-1px);
  filter: saturate(1.06) contrast(1.07);
  box-shadow: 0 16px 44px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.14);
}

/* Optional radius utilities (only within the scoped area) */
.case-hero-area .img-r-12 { border-radius: 12px !important; }
.case-hero-area .img-r-20 { border-radius: 20px !important; }
.case-hero-area .img-r-0  { border-radius: 0 !important; }

/* Mobile tuning for small screens */
@media (max-width: 600px) {
  .case-hero-area .img-grade,
  .case-hero-area .img-magazine { filter: saturate(1.06) contrast(1.06) brightness(1.01); }
}






/* Base mask applied to the real <img> */
.elementor-widget-image .elementor-image img.logo-mask,
.elementor-widget-image img.logo-mask,
img.logo-mask {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;

  -webkit-mask-image: url("/wp-content/uploads/2025/09/ROI-Obsession-Logo-B.svg");
  mask-image: url("/wp-content/uploads/2025/09/ROI-Obsession-Logo-B.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain; /* change to cover if you prefer */
  mask-size: contain;

  transition:
    -webkit-mask-size .28s ease,
    mask-size .28s ease,
    -webkit-mask-image .28s ease,
    mask-image .28s ease;
}

/* Toggle state: reveal fully until next tap/click toggle */
.elementor-widget-image .elementor-image img.logo-mask.is-revealed,
.elementor-widget-image img.logo-mask.is-revealed,
img.logo-mask.is-revealed {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  -webkit-mask-size: 120%;
  mask-size: 120%;
  transition:
    -webkit-mask-size .28s ease,
    mask-size .28s ease,
    -webkit-mask-image 0s .28s,
    mask-image 0s .28s;
}

/* Desktop: reveal on hover unless already toggled on */
@media (hover:hover) and (pointer:fine) {
  .elementor-widget-image:hover .elementor-image img.logo-mask:not(.is-revealed),
  .elementor-widget-image:hover img.logo-mask:not(.is-revealed),
  img.logo-mask:not(.is-revealed):hover {
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-mask-size: 120%;
    mask-size: 120%;
    transition:
      -webkit-mask-size .28s ease,
      mask-size .28s ease,
      -webkit-mask-image 0s .28s,
      mask-image 0s .28s;
  }
}

/* Touch devices: rely on tap-to-toggle; improve responsiveness */
@media (hover:none), (pointer:coarse) {
  img.logo-mask {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
}

/* Optional helpers you can add per widget */
.logo-mask--cover { -webkit-mask-size: cover !important; mask-size: cover !important; }
.logo-mask--top { -webkit-mask-position: center 20% !important; mask-position: center 20% !important; }
.logo-mask--bottom { -webkit-mask-position: center 80% !important; mask-position: center 80% !important; }







/* TESTIMONIAL CARDS - ISOLATED VERSION */

/* Testimonials Section Styles - Isolated */
.testimonials-section-isolated {
    padding: 60px 0 80px 0;
    background: #000000;
    position: relative;
    isolation: isolate;
}

/* Premium ambient lighting effects */
.testimonials-section-isolated::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(75, 0, 130, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgba(205, 92, 92, 0.02) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(17, 17, 87, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

.testimonials-section-isolated .testimonials-container {
    position: relative;
    height: 920px;
    overflow: hidden;
    padding-top: 40px;
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 8%,
        black 92%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 8%,
        black 92%,
        transparent 100%
    );
}

.testimonials-section-isolated .testimonials-row {
    display: flex;
    gap: 40px;
    position: absolute;
    width: max-content;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    left: 0;
}

.testimonials-section-isolated .testimonials-row.row-1 {
    top: 40px;
    animation: scrollLeft 60s linear infinite;
}

.testimonials-section-isolated .testimonials-row.row-2 {
    top: 480px;
    animation: scrollRight 65s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes subtleSkyCycle {
    0%, 100% { background-position: 0% 0%; }
    50% { background-position: 0% 100%; }
}

.testimonials-section-isolated .testimonial-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 36px;
    width: 480px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 8px 24px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    flex-shrink: 0;
}

/* Very subtle sky cycle background */
.testimonials-section-isolated .testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(205, 92, 92, 0.02) 30%,
        rgba(75, 0, 130, 0.02) 70%,
        rgba(255, 255, 255, 0.08) 100%
    );
    pointer-events: none;
    z-index: 1;
}

/* Subtle animated gradient border */
.testimonials-section-isolated .testimonial-card::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 24px;
    background: linear-gradient(
        45deg,
        rgba(75, 0, 130, 0.2),
        rgba(205, 92, 92, 0.2),
        rgba(17, 17, 87, 0.2),
        rgba(75, 0, 130, 0.2)
    );
    background-size: 300% 300%;
    animation: gradientShift 8s ease infinite;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.testimonials-section-isolated .testimonial-card:hover::after {
    opacity: 1;
}

.testimonials-section-isolated .testimonial-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.5),
        0 16px 40px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.testimonials-section-isolated .testimonial-card .card-content {
    position: relative;
    z-index: 2;
}

.testimonials-section-isolated .testimonial-card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.testimonials-section-isolated .testimonial-card .client-section {
    display: flex;
    align-items: center;
    gap: 18px;
}

.testimonials-section-isolated .testimonial-card .profile-image {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.15);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.testimonials-section-isolated .testimonial-card:hover .profile-image {
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.15),
        0 0 20px rgba(205, 92, 92, 0.1);
}

.testimonials-section-isolated .testimonial-card .client-info h4 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.testimonials-section-isolated .testimonial-card .company-name {
    color: #a1a1a1;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: -0.005em;
    line-height: 1.2;
}

.testimonials-section-isolated .testimonial-card .company-logo {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    transition: all 0.3s ease;
    object-fit: contain;
    object-position: center;
    padding: 12px;
    box-sizing: border-box;
}

.testimonials-section-isolated .testimonial-card:hover .company-logo {
    transform: scale(1.05);
}

.testimonials-section-isolated .testimonial-card .stars {
    display: flex;
    gap: 3px;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInStars 0.6s ease 0.3s forwards;
}

@keyframes fadeInStars {
    to {
        opacity: 1;
    }
}

.testimonials-section-isolated .testimonial-card .star {
    color: #fbbf24;
    font-size: 20px;
    text-shadow:
        0 0 10px rgba(251, 191, 36, 0.6),
        0 2px 4px rgba(0, 0, 0, 0.3);
    animation: starGlow 3s ease-in-out infinite;
    animation-delay: calc(var(--star-index) * 0.1s);
}

@keyframes starGlow {
    0%, 100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.2);
    }
}

.testimonials-section-isolated .testimonial-card .testimonial-text {
    color: #e5e5e5;
    font-size: 1.05rem;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: -0.01em;
    position: relative;
    padding-left: 8px;
}

/* Premium quote styling */
.testimonials-section-isolated .testimonial-card .testimonial-text::before {
    content: '"';
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.08);
    position: absolute;
    top: -20px;
    left: -22px;
    font-family: Georgia, serif;
    font-weight: 300;
    z-index: -1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonials-section-isolated {
        padding: 40px 0 60px 0;
    }

    .testimonials-section-isolated .testimonials-container {
        height: 860px;
        padding-top: 40px;
    }

    .testimonials-section-isolated .testimonial-card {
        width: 380px;
        padding: 28px;
        border-radius: 20px;
    }

    .testimonials-section-isolated .testimonials-row {
        gap: 32px;
    }

    .testimonials-section-isolated .testimonials-row.row-1 {
        top: 40px;
        animation-duration: 45s;
    }

    .testimonials-section-isolated .testimonials-row.row-2 {
        top: 450px;
        animation-duration: 50s;
    }

    .testimonials-section-isolated .testimonial-card .profile-image {
        width: 58px;
        height: 58px;
    }

    .testimonials-section-isolated .testimonial-card .company-logo {
        width: 75px;
        height: 75px;
        padding: 10px;
        border-radius: 10px;
    }

    .testimonials-section-isolated .testimonial-card .client-info h4 {
        font-size: 1.1rem;
        line-height: 1.1;
        margin-bottom: 4px;
    }

    .testimonials-section-isolated .testimonial-card .company-name {
        font-size: 0.9rem;
        line-height: 1.1;
    }

    .testimonials-section-isolated .testimonial-card .testimonial-text {
        font-size: 1rem;
        line-height: 1.5;
        padding-left: 6px;
    }

    .testimonials-section-isolated .testimonial-card .testimonial-text::before {
        font-size: 3.5rem;
        top: -18px;
        left: -18px;
    }
}

@media (max-width: 480px) {
    .testimonials-section-isolated {
        padding: 30px 0 50px 0;
    }

    .testimonials-section-isolated .testimonials-container {
        height: 800px;
        padding-top: 40px;
    }

    .testimonials-section-isolated .testimonial-card {
        width: 320px;
        padding: 24px;
        border-radius: 24px;
    }

    .testimonials-section-isolated .testimonials-row {
        gap: 28px;
    }

    .testimonials-section-isolated .testimonials-row.row-1 {
        top: 40px;
        animation-duration: 40s;
    }

    .testimonials-section-isolated .testimonials-row.row-2 {
        top: 400px;
        animation-duration: 45s;
    }

    .testimonials-section-isolated .testimonial-card .profile-image {
        width: 52px;
        height: 52px;
    }

    .testimonials-section-isolated .testimonial-card .company-logo {
        width: 65px;
        height: 65px;
        padding: 8px;
        border-radius: 8px;
    }

    .testimonials-section-isolated .testimonial-card .client-info h4 {
        font-size: 1.05rem;
        line-height: 1.0;
        margin-bottom: 3px;
    }

    .testimonials-section-isolated .testimonial-card .company-name {
        font-size: 0.88rem;
        line-height: 1.0;
    }

    .testimonials-section-isolated .testimonial-card .testimonial-text {
        font-size: 0.95rem;
        line-height: 1.4;
        padding-left: 5px;
    }

    .testimonials-section-isolated .testimonial-card .card-header {
        margin-bottom: 20px;
    }

    .testimonials-section-isolated .testimonial-card .stars {
        margin-bottom: 16px;
    }

    .testimonials-section-isolated .testimonial-card .star {
        font-size: 18px;
    }

    .testimonials-section-isolated .testimonial-card .testimonial-text::before {
        font-size: 3rem;
        top: -15px;
        left: -15px;
    }
}

/* Performance optimizations */
.testimonials-section-isolated .testimonial-card {
    will-change: transform;
}

.testimonials-section-isolated .testimonials-row {
    will-change: transform;
}


.subtle-dot-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* Black at 50% opacity - adjust the 0.5 value */
    pointer-events: none;
    z-index: 1;
}

.subtle-dot-bg {
    position: relative;
}

.subtle-dot-bg > * {
    position: relative;
    z-index: 2;
}


/* Aggressive mobile fix */
@media only screen and (max-width: 768px) {
    .subtle-dot-bg {
        background-attachment: fixed !important;
    }
    
    .subtle-dot-bg::after {
        background-color: rgba(0, 0, 0, 0.75);
    }
}





/* COPY SERVICES GRID - SCOPED STYLES */
.roi-copy-services-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.roi-copy-services-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #ffffff;
    padding: 60px 0;
    width: 100%;
}

.roi-copy-services-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

/* Filter Tabs */
.roi-copy-filter-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.roi-copy-filter-tab {
    padding: 12px 26px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.04) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.roi-copy-filter-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: left 0.5s ease;
}

.roi-copy-filter-tab:hover::before {
    left: 100%;
}

.roi-copy-filter-tab:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.06) 100%
    );
    color: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.roi-copy-filter-tab.roi-active {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.3),
        0 4px 12px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.roi-copy-filter-tab.roi-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
}

/* Cards Grid */
.roi-copy-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    width: 100%;
}

.roi-copy-card {
    background: rgba(255, 255, 255, 0.03);
    border: 6px solid #252524;
    border-radius: 13px;
    padding: 36px;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                border-color 0.4s ease,
                box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 8px 24px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}

/* Subtle gradient background */
.roi-copy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(205, 92, 92, 0.02) 30%,
        rgba(75, 0, 130, 0.02) 70%,
        rgba(255, 255, 255, 0.08) 100%
    );
    pointer-events: none;
    z-index: 1;
}

/* Animated gradient border on hover */
.roi-copy-card::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 13px;
    background: linear-gradient(
        45deg,
        rgba(75, 0, 130, 0.3),
        rgba(205, 92, 92, 0.3),
        rgba(17, 17, 87, 0.3),
        rgba(75, 0, 130, 0.3)
    );
    background-size: 300% 300%;
    animation: roiGradientShift 8s ease infinite;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

@keyframes roiGradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.roi-copy-card:hover::after {
    opacity: 1;
}

.roi-copy-card:hover {
    transform: translateY(-6px) !important;
    border-color: #353534;
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.5),
        0 16px 40px rgba(0, 0, 0, 0.3);
}

.roi-copy-card:hover .roi-copy-card-description {
    color: rgba(255, 255, 255, 0.8);
}

.roi-copy-card-content {
    position: relative;
    z-index: 2;
}

.roi-copy-card-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.roi-copy-card-category {
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.roi-copy-card:hover .roi-copy-card-category {
    color: rgba(255, 255, 255, 0.8);
}

.roi-copy-card-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #ffffff;
    line-height: 1.3;
    letter-spacing: -0.01em;
    transition: all 0.3s ease;
}

.roi-copy-card-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    margin-bottom: 26px;
    transition: all 0.3s ease;
}

.roi-copy-card-features {
    list-style: none;
    margin-bottom: 26px;
}

.roi-copy-card-features li {
    font-size: 16px;
    color: #ffffff;
    padding: 8px 0;
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.roi-copy-card:hover .roi-copy-card-features li {
    color: #ffffff;
}

.roi-copy-card-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/10/approve.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: transform 0.3s ease;
    filter: brightness(0) invert(1);
}

.roi-copy-card:hover .roi-copy-card-features li::before {
    transform: translateY(-50%) scale(1.15);
}

.roi-copy-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.roi-copy-tag {
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.roi-copy-card:hover .roi-copy-tag {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.85);
}

/* Mobile Optimization */
@media (max-width: 1024px) {
    .roi-copy-cards-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .roi-copy-services-wrapper {
        padding: 40px 0;
    }

    .roi-copy-services-container {
        padding: 0 16px;
    }

    .roi-copy-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .roi-copy-filter-tabs {
        gap: 8px;
        margin-bottom: 40px;
    }

    .roi-copy-filter-tab {
        padding: 8px 16px;
        font-size: 11px;
    }

    .roi-copy-card {
        padding: 28px;
        border-radius: 13px;
        border-width: 4px;
    }

    .roi-copy-card:hover {
        transform: translateY(-4px) !important;
    }

    .roi-copy-card-title {
        font-size: 22px;
    }

    .roi-copy-card-description {
        font-size: 15px;
    }

    .roi-copy-card-features li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .roi-copy-services-wrapper {
        padding: 30px 0;
    }

    .roi-copy-services-container {
        padding: 0 12px;
    }

    .roi-copy-card {
        padding: 24px;
        border-radius: 13px;
        border-width: 3px;
    }

    .roi-copy-card-icon {
        width: 46px;
        height: 46px;
        font-size: 24px;
        margin-bottom: 16px;
    }

    .roi-copy-card-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .roi-copy-card-description {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .roi-copy-card-features li {
        font-size: 13px;
        padding: 7px 0;
        padding-left: 28px;
    }

    .roi-copy-card-features li::before {
        width: 16px;
        height: 16px;
    }

    .roi-copy-tag {
        font-size: 10px;
        padding: 5px 12px;
    }

    .roi-copy-filter-tabs {
        margin-bottom: 30px;
    }

    .roi-copy-card:hover {
        transform: translateY(-3px) !important;
    }
}

/* Animation setup */
.roi-copy-card {
    opacity: 0;
}

.roi-copy-card.roi-visible {
    opacity: 1;
    animation: roiFadeInUp 0.6s ease forwards;
}

@keyframes roiFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}






/* DIGITAL ADS SERVICES - SCOPED STYLES */
.roi-ads-services-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.roi-ads-services-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #ffffff;
    padding: 60px 0;
    width: 100%;
}

.roi-ads-services-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

/* Filter Tabs */
.roi-ads-filter-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.roi-ads-filter-tab {
    padding: 12px 26px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.04) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.roi-ads-filter-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: left 0.5s ease;
}

.roi-ads-filter-tab:hover::before {
    left: 100%;
}

.roi-ads-filter-tab:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.06) 100%
    );
    color: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.roi-ads-filter-tab.roi-active {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.3),
        0 4px 12px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.roi-ads-filter-tab.roi-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
}

/* Cards Grid */
.roi-ads-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    width: 100%;
}

.roi-ads-card {
    background: rgba(255, 255, 255, 0.03);
    border: 6px solid #252524;
    border-radius: 13px;
    padding: 36px;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                border-color 0.4s ease,
                box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 8px 24px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}

.roi-ads-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(205, 92, 92, 0.02) 30%,
        rgba(75, 0, 130, 0.02) 70%,
        rgba(255, 255, 255, 0.08) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.roi-ads-card::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 13px;
    background: linear-gradient(
        45deg,
        rgba(75, 0, 130, 0.3),
        rgba(205, 92, 92, 0.3),
        rgba(17, 17, 87, 0.3),
        rgba(75, 0, 130, 0.3)
    );
    background-size: 300% 300%;
    animation: roiAdsGradientShift 8s ease infinite;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

@keyframes roiAdsGradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.roi-ads-card:hover::after {
    opacity: 1;
}

.roi-ads-card:hover {
    transform: translateY(-6px) !important;
    border-color: #353534;
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.5),
        0 16px 40px rgba(0, 0, 0, 0.3);
}

.roi-ads-card:hover .roi-ads-card-description {
    color: rgba(255, 255, 255, 0.8);
}

.roi-ads-card-content {
    position: relative;
    z-index: 2;
}

.roi-ads-card-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.roi-ads-card-category {
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.roi-ads-card:hover .roi-ads-card-category {
    color: rgba(255, 255, 255, 0.8);
}

.roi-ads-card-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #ffffff;
    line-height: 1.3;
    letter-spacing: -0.01em;
    transition: all 0.3s ease;
}

.roi-ads-card-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    margin-bottom: 26px;
    transition: all 0.3s ease;
}

.roi-ads-card-features {
    list-style: none;
    margin-bottom: 26px;
}

.roi-ads-card-features li {
    font-size: 16px;
    color: #ffffff;
    padding: 8px 0;
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.roi-ads-card:hover .roi-ads-card-features li {
    color: #ffffff;
}

.roi-ads-card-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/10/approve.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: transform 0.3s ease;
    filter: brightness(0) invert(1);
}

.roi-ads-card:hover .roi-ads-card-features li::before {
    transform: translateY(-50%) scale(1.15);
}

.roi-ads-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.roi-ads-tag {
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.roi-ads-card:hover .roi-ads-tag {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.85);
}

/* Animation setup */
.roi-ads-card {
    opacity: 0;
}

.roi-ads-card.roi-visible {
    opacity: 1;
    animation: roiAdsFadeInUp 0.6s ease forwards;
}

@keyframes roiAdsFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Optimization */
@media (max-width: 1024px) {
    .roi-ads-cards-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .roi-ads-services-wrapper {
        padding: 40px 0;
    }

    .roi-ads-services-container {
        padding: 0 16px;
    }

    .roi-ads-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .roi-ads-filter-tabs {
        gap: 8px;
        margin-bottom: 40px;
    }

    .roi-ads-filter-tab {
        padding: 8px 16px;
        font-size: 11px;
    }

    .roi-ads-card {
        padding: 28px;
        border-radius: 13px;
        border-width: 4px;
    }

    .roi-ads-card:hover {
        transform: translateY(-4px) !important;
    }

    .roi-ads-card-title {
        font-size: 22px;
    }

    .roi-ads-card-description {
        font-size: 15px;
    }

    .roi-ads-card-features li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .roi-ads-services-wrapper {
        padding: 30px 0;
    }

    .roi-ads-services-container {
        padding: 0 12px;
    }

    .roi-ads-card {
        padding: 24px;
        border-radius: 13px;
        border-width: 3px;
    }

    .roi-ads-card-icon {
        width: 46px;
        height: 46px;
        font-size: 24px;
        margin-bottom: 16px;
    }

    .roi-ads-card-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .roi-ads-card-description {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .roi-ads-card-features li {
        font-size: 16px;
        padding: 7px 0;
        padding-left: 28px;
    }

    .roi-ads-card-features li::before {
        width: 16px;
        height: 16px;
    }

    .roi-ads-tag {
        font-size: 10px;
        padding: 5px 12px;
    }

    .roi-ads-filter-tabs {
        margin-bottom: 30px;
    }

    .roi-ads-card:hover {
        transform: translateY(-3px) !important;
    }
}





/* Force pointer cursor on all clickable elements */
.elementor a,
.elementor button,
.elementor [role="button"],
.custom-nav-bar a,
.custom-nav-bar button,
.action-btn,
a.action-btn,
a.action-btn-primary,
a.action-btn-secondary,
.elementor-button,
.elementor-widget a,
[class*="elementor"] a {
    cursor: pointer !important;
}



/* Remove mask approach, use overlay gradients instead */
.testimonials-section-isolated .testimonials-container {
    mask-image: none !important;
    -webkit-mask-image: none !important;
}

.testimonials-section-isolated .testimonials-container::before,
.testimonials-section-isolated .testimonials-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 10;
    pointer-events: none;
}

.testimonials-section-isolated .testimonials-container::before {
    left: 0;
    background: linear-gradient(to right, black, transparent);
}

.testimonials-section-isolated .testimonials-container::after {
    right: 0;
    background: linear-gradient(to left, black, transparent);
}/* End custom CSS */