/* ============================================================
   solutions-premium.css
   Unified Premium Styles for ALL Solution / Industry Pages
   (ecommerce, banking, retail, BFSI, healthcare, FMCG)
   ============================================================ */

/* ──────────────────────────────────────────────────────────────
   0. CSS VARIABLES — Design Tokens
   ────────────────────────────────────────────────────────────── */
:root {
  --sol-orange: #EF8002;
  --sol-amber: #ffaa17;
  --sol-blue: #1d6cb2;
  --sol-deep-blue: #025DA9;
  --sol-navy: #0f1638;
  --sol-dark: #1a1a2e;
  --sol-text: #4a5568;
  --sol-text-light: #6a7c92;
  --sol-heading: #2d3748;
  --sol-card-border: rgba(226, 232, 240, 0.8);
  --sol-card-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  --sol-hover-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  --sol-radius: 16px;
  --sol-radius-lg: 20px;
  --sol-radius-xl: 24px;
  --sol-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ──────────────────────────────────────────────────────────────
   1. HERO SECTION — Premium Gradient Background with Orbs
   ────────────────────────────────────────────────────────────── */
.solutions-page .about-section-h1 {
  background: linear-gradient(145deg, #FFF8F0 0%, #FFF5EB 25%, #F8FAFF 55%, #F0F4FF 100%) !important;
  position: relative;
  overflow: hidden;
}

.solutions-page .about-section-h1::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -60px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(239, 128, 2, 0.10) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: solOrbFloat 8s ease-in-out infinite;
}

.solutions-page .about-section-h1::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -40px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(29, 108, 178, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: solOrbFloat 10s ease-in-out infinite reverse;
}

@keyframes solOrbFloat {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(15px, -10px) scale(1.05);
  }

  66% {
    transform: translate(-10px, 8px) scale(0.97);
  }
}

.solutions-page .about-section-h1 .sub-title {
  letter-spacing: 1.5px !important;
  margin-bottom: 18px !important;
  color: var(--sol-deep-blue) !important;
  text-transform: uppercase !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  position: relative;
}

.solutions-page .about-section-h1 .sub-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--sol-orange), var(--sol-amber));
  border-radius: 3px;
  margin-top: 12px;
}

.solutions-page .about-section-h1 .text {
  font-size: 17px !important;
  color: var(--sol-text) !important;
  margin-bottom: 32px !important;
  line-height: 1.7 !important;
}

.solutions-page .about-section-h1 .image-box img {
  border-radius: var(--sol-radius);
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.08));
}

/* ──────────────────────────────────────────────────────────────
   2. HEADER OVERRIDES — Consistent across solution pages
   ────────────────────────────────────────────────────────────── */

/* Fix mobile toggle color/opacity */
.solutions-page .mobile-toggle {
  color: #000000 !important;
  opacity: 1 !important;
}

/* Force exactly 77px height for both normal and sticky header */
.solutions-page .header-style-two .header-lower .main-box,
.solutions-page .sticky-header .inner-container {
  height: 77px !important;
}

/* Center the main navigation to match the sticky header */
@media (min-width: 1024px) {
  .solutions-page .header-style-two .main-box .left-box {
    display: contents;
  }

  .solutions-page .header-style-two .main-box .nav-outer {
    margin-left: 35px !important;
  }
}

/* Global Header Style */
.solutions-page .header-style-two {
  background-color: transparent !important;
}

.solutions-page .header-style-two .outer-container {
  background-color: #ffffff !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.solutions-page .header-style-two .main-menu .navigation>li>a,
.solutions-page .header-style-two .header-phone_box .info,
.solutions-page .header-style-two .header-phone_box .info strong,
.solutions-page .header-style-two .search-btn,
.solutions-page .header-style-two .mobile-nav-toggler {
  color: #000000 !important;
}

.solutions-page .header-style-two .mobile-nav-toggler span {
  background-color: #000000 !important;
}

.solutions-page .header-style-two .main-menu .navigation>li>a:hover,
.solutions-page .header-style-two .header-phone_box:hover .info,
.solutions-page .header-style-two .header-phone_box:hover .info strong,
.solutions-page .header-style-two .search-btn:hover,
.solutions-page .header-style-two .mobile-nav-toggler:hover {
  color: var(--sol-amber) !important;
}

.solutions-page .header-style-two .mobile-nav-toggler:hover span {
  background-color: var(--sol-amber) !important;
}

.solutions-page .header-style-two .main-menu .navigation>li {
  padding: 15px 0 !important;
}

.solutions-page .header-style-two .header-lower .logo {
  padding: 15px 0 15px 15px !important;
}

.solutions-page .header-style-two .header-lower .logo img {
  max-height: 50px !important;
}

.solutions-page .sticky-header .main-menu .navigation>li {
  padding: 15px 0 !important;
}

.solutions-page .sticky-header .logo {
  padding: 15px 0 15px 15px !important;
}

.solutions-page .sticky-header .logo img {
  max-height: 50px !important;
}

/* ──────────────────────────────────────────────────────────────
   3. HEADER CALL BUTTON
   ────────────────────────────────────────────────────────────── */
.header-call-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 100px;
  max-width: 100%;
  overflow: hidden;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  background: transparent;
  border: 1px solid var(--sol-amber);
  transition: var(--sol-transition);
  text-decoration: none;
  color: inherit;
}

.header-call-btn:hover,
.header-call-btn:focus {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  background: var(--sol-amber);
  color: inherit;
}

.header-call-btn .call-icon-circle {
  background-color: #222429;
  color: #fff;
  font-size: 18px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  animation: ring-pulse 2.2s infinite;
  transition: all 0.3s ease;
}

.header-call-btn:hover .call-icon-circle {
  background-color: #333;
  transform: scale(1.08);
}

.header-call-btn .call-number {
  margin: 0 14px 0 10px;
  font-size: 14px;
  color: var(--headings-color);
  font-family: var(--title-font);
  line-height: 1.2;
  white-space: nowrap;
}

@keyframes ring-pulse {

  0%,
  100% {
    transform: rotate(0deg);
  }

  8% {
    transform: rotate(-18deg);
  }

  18% {
    transform: rotate(18deg);
  }

  28% {
    transform: rotate(-10deg);
  }

  38% {
    transform: rotate(0deg);
  }
}

/* ──────────────────────────────────────────────────────────────
   4. FOOTER SOCIAL WIDGET
   ────────────────────────────────────────────────────────────── */
.social-widget {
  margin-top: 25px;
}

.social-widget .follow-text {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.social-icons-container {
  display: flex;
  gap: 12px;
}

.social-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #273469;
  border-radius: 50%;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}

.social-circle i {
  color: #ffffff;
  font-size: 22px;
}

.social-circle:hover {
  opacity: 0.8;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ──────────────────────────────────────────────────────────────
   5. FEATURE CARDS (Blob style)
   ────────────────────────────────────────────────────────────── */
.feature-card {
  border-radius: var(--sol-radius);
  padding: 45px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--sol-card-shadow);
  transition: var(--sol-transition);
  height: 100%;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #ffffff;
}

.feature-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  border-color: rgba(29, 108, 178, 0.1);
}

.feature-card .blob {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 160px;
  height: 160px;
  background: var(--sol-amber);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  z-index: -1;
  transition: all 0.6s ease;
  opacity: 0.8;
}

.feature-card:hover .blob {
  transform: scale(1.4) rotate(25deg);
  background: #ffcc00;
  border-radius: 50%;
  opacity: 1;
}

.feature-card .icon-box {
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  transition: all 0.5s ease;
}

.feature-card .icon-box i {
  transition: all 0.5s ease;
}

.feature-card:hover .icon-box {
  transform: scale(1.15) rotate(5deg);
}

.feature-card .card-title {
  color: #172b6a;
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}

.feature-card:hover .card-title {
  color: var(--sol-blue);
}

.feature-card .card-text {
  color: var(--sol-text-light);
  line-height: 1.7;
  margin: 0;
  font-size: 17px;
}

.feature-card .card-inner {
  position: relative;
  z-index: 2;
}

/* Icon Colors */
.icon-delivery {
  color: #28a745;
}

.icon-sla {
  color: #00d2b4;
}

.icon-secured {
  color: #007bff;
}

.icon-smart {
  color: #3498db;
}

.icon-http {
  color: #f39c12;
}

.icon-editor {
  color: #9b59b6;
}

@media (max-width: 768px) {
  .feature-card {
    padding: 35px 30px;
  }
}

/* ──────────────────────────────────────────────────────────────
   6. "BUILT FOR GROWTH" SECTION — Premium Background
   ────────────────────────────────────────────────────────────── */
.solutions-page .ecommerce-growth-section {
  padding: 100px 0;
  background: linear-gradient(160deg, #F5F7FA 0%, #EEF2F7 40%, #F0F4FF 70%, #F8FAFC 100%) !important;
  position: relative;
  overflow: hidden;
}

.solutions-page .ecommerce-growth-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(239, 128, 2, 0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: solOrbFloat 12s ease-in-out infinite;
}

.solutions-page .ecommerce-growth-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(29, 108, 178, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: solOrbFloat 14s ease-in-out infinite reverse;
}

.solutions-page .ecommerce-growth-section .sec-title h2 {
  font-size: 38px;
  color: var(--sol-heading);
  margin-bottom: 0;
  letter-spacing: -0.5px;
  position: relative;
}

/* ── Sidebar Navigation ── */
.solutions-page .ecommerce-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.solutions-page .ecommerce-nav-btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 24px;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  font-size: 15px;
  color: var(--sol-heading);
  text-align: left;
  cursor: pointer;
  transition: var(--sol-transition);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.solutions-page .ecommerce-nav-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--sol-orange);
  transform: scaleY(0);
  transition: transform 0.3s ease;
  border-radius: 0 4px 4px 0;
  z-index: -1;
}

.solutions-page .ecommerce-nav-btn:hover {
  border-color: var(--sol-orange);
  color: var(--sol-orange);
  transform: translateX(6px);
  box-shadow: 0 4px 15px rgba(242, 139, 0, 0.1);
}

.solutions-page .ecommerce-nav-btn:hover::before {
  transform: scaleY(1);
}

.solutions-page .ecommerce-nav-btn.active {
  background: linear-gradient(135deg, var(--sol-orange) 0%, #e07d00 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 25px rgba(242, 139, 0, 0.3);
  transform: translateX(6px);
}

.solutions-page .ecommerce-nav-btn.active::before {
  display: none;
}

/* ── Live Chat Box ── */
.solutions-page .ecommerce-live-chat {
  margin-top: 24px;
  padding: 28px 24px;
  background: linear-gradient(135deg, rgba(232, 245, 233, 0.9) 0%, rgba(241, 248, 233, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-radius: var(--sol-radius);
  border: 1px solid rgba(37, 211, 102, 0.15);
  text-align: center;
  transition: all 0.3s ease;
}

.solutions-page .ecommerce-live-chat:hover {
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.1);
  transform: translateY(-2px);
}

.solutions-page .ecommerce-live-chat h4 {
  font-size: 18px;
  color: var(--sol-heading);
  margin-bottom: 8px;
  font-weight: 600;
}

.solutions-page .ecommerce-live-chat p {
  font-size: 13px;
  color: var(--sol-text-light);
  margin-bottom: 18px;
}

/* ── WhatsApp CTA ── */
.solutions-page .ecommerce-wa-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 22px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 12px;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  overflow: hidden;
  animation: waPulse 2.5s ease-in-out infinite;
}

.solutions-page .ecommerce-wa-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.solutions-page .ecommerce-wa-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
  color: #ffffff !important;
  animation: none;
}

.solutions-page .ecommerce-wa-cta:hover::before {
  opacity: 1;
}

.solutions-page .ecommerce-wa-cta i,
.solutions-page .ecommerce-wa-cta span {
  position: relative;
  z-index: 1;
}

.solutions-page .ecommerce-wa-cta i {
  font-size: 20px;
}

@keyframes waPulse {

  0%,
  100% {
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  }

  50% {
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55);
  }
}

/* ── Feature Cards (Tab Content) ── */
.solutions-page .ecommerce-feature-card {
  border: 1px solid var(--sol-card-border);
  border-radius: var(--sol-radius);
  padding: 30px 26px;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  transition: var(--sol-transition);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.solutions-page .ecommerce-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--sol-orange), var(--sol-blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.solutions-page .ecommerce-feature-card::after {
  content: '';
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(242, 139, 0, 0.04) 0%, transparent 60%);
  transition: all 0.5s ease;
  z-index: -1;
}

.solutions-page .ecommerce-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sol-hover-shadow);
  border-color: rgba(29, 108, 178, 0.2);
}

.solutions-page .ecommerce-feature-card:hover::before {
  transform: scaleX(1);
}

.solutions-page .ecommerce-feature-card:hover::after {
  bottom: -30%;
  right: -30%;
}

.solutions-page .ecommerce-feature-card .card-image {
  width: 100%;
  min-height: 280px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f9fa 0%, #eef2f7 100%);
  padding: 12px;
}

.solutions-page .ecommerce-feature-card .card-image img {
  width: 100%;
  height: 240px;
  max-height: 240px;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.solutions-page .ecommerce-feature-card:hover .card-image img {
  transform: scale(1.06);
}

.solutions-page .ecommerce-feature-card h4 {
  font-size: 17px;
  color: var(--sol-blue);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.solutions-page .ecommerce-feature-card:hover h4 {
  color: var(--sol-orange);
}

.solutions-page .ecommerce-feature-card p {
  font-size: 14px;
  color: var(--sol-text-light);
  line-height: 1.7;
  margin: 0;
}

/* Banking-style message preview */
.solutions-page .ecommerce-feature-card .msg-preview {
  background: #f0f4f8;
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 14px;
  font-size: 13px;
  color: #4a5568;
  line-height: 1.6;
  border-left: 3px solid var(--sol-orange);
  transition: all 0.3s ease;
}

.solutions-page .ecommerce-feature-card:hover .msg-preview {
  background: #edf2f7;
  border-left-color: var(--sol-blue);
}

/* Feature Visual (alternative card image) */
.solutions-page .ecommerce-feature-card .feature-visual {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e8f4fc, #eef6ff);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 36px;
  color: var(--sol-blue);
  transition: var(--sol-transition);
}

.solutions-page .ecommerce-feature-card:hover .feature-visual {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 25px rgba(29, 108, 178, 0.15);
}

/* ── Content Panel Tabs ── */
.solutions-page .ecommerce-content-panel {
  display: none;
}

.solutions-page .ecommerce-content-panel.active {
  display: block;
  animation: ecPanelIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes ecPanelIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Staggered card entrance animations */
.solutions-page .ecommerce-content-panel.active .col-md-6:nth-child(1) .ecommerce-feature-card {
  animation: ecCardSlideUp 0.5s 0.05s cubic-bezier(0.25, 1, 0.5, 1) both;
}

.solutions-page .ecommerce-content-panel.active .col-md-6:nth-child(2) .ecommerce-feature-card {
  animation: ecCardSlideUp 0.5s 0.15s cubic-bezier(0.25, 1, 0.5, 1) both;
}

.solutions-page .ecommerce-content-panel.active .col-md-6:nth-child(3) .ecommerce-feature-card {
  animation: ecCardSlideUp 0.5s 0.25s cubic-bezier(0.25, 1, 0.5, 1) both;
}

.solutions-page .ecommerce-content-panel.active .col-md-6:nth-child(4) .ecommerce-feature-card {
  animation: ecCardSlideUp 0.5s 0.35s cubic-bezier(0.25, 1, 0.5, 1) both;
}

@keyframes ecCardSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ── Growth Section Title Animation ── */
.solutions-page .ecommerce-growth-section .sec-title {
  animation: ecTitleFade 0.7s ease-out both;
}

@keyframes ecTitleFade {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ──────────────────────────────────────────────────────────────
   7. DARK SECTION — "Our Solutions" Cards
   ────────────────────────────────────────────────────────────── */
.ecom-solutions-section {
  padding: 100px 0 90px;
  background: linear-gradient(135deg, #0f1638 0%, #1a2456 50%, #0d1230 100%);
  position: relative;
  overflow: hidden;
}

.ecom-solutions-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 170, 23, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: solOrbFloat 15s ease-in-out infinite;
}

.ecom-solutions-section::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(29, 108, 178, 0.10) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: solOrbFloat 18s ease-in-out infinite reverse;
}

.ecom-solutions-section .sec-title-main {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.ecom-solutions-section .sec-title-main .badge-label {
  display: inline-block;
  background: rgba(255, 170, 23, 0.15);
  color: var(--sol-amber);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.ecom-solutions-section .sec-title-main h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.ecom-solutions-section .sec-title-main h2 span {
  background: linear-gradient(90deg, var(--sol-amber), #ff7b17);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Glass Card */
.sol-card {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--sol-radius-lg);
  padding: 44px 34px 38px;
  position: relative;
  overflow: hidden;
  transition: var(--sol-transition);
  height: 100%;
  z-index: 1;
}

.sol-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--sol-accent, #ffaa17), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.sol-card:hover {
  transform: translateY(-12px);
  border-color: rgba(255, 170, 23, 0.25);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35), 0 0 40px rgba(255, 170, 23, 0.08);
}

.sol-card:hover::before {
  opacity: 1;
}

.sol-card .sol-icon {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 26px;
  background: var(--sol-icon-bg, rgba(255, 170, 23, 0.12));
  color: var(--sol-icon-color, #ffaa17);
  transition: var(--sol-transition);
}

.sol-card:hover .sol-icon {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.sol-card h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
  transition: color 0.3s ease;
}

.sol-card:hover h4 {
  color: var(--sol-amber);
}

.sol-card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* Card accent variants */
.sol-card.card-sms {
  --sol-accent: #ffaa17;
  --sol-icon-bg: rgba(255, 170, 23, 0.12);
  --sol-icon-color: #ffaa17;
}

.sol-card.card-rcs {
  --sol-accent: #6c5ce7;
  --sol-icon-bg: rgba(108, 92, 231, 0.12);
  --sol-icon-color: #a29bfe;
}

.sol-card.card-whatsapp {
  --sol-accent: #25d366;
  --sol-icon-bg: rgba(37, 211, 102, 0.12);
  --sol-icon-color: #25d366;
}

.sol-card.card-voice {
  --sol-accent: #0984e3;
  --sol-icon-bg: rgba(9, 132, 227, 0.12);
  --sol-icon-color: #74b9ff;
}

@media (max-width: 767px) {
  .ecom-solutions-section {
    padding: 70px 0 60px;
  }

  .ecom-solutions-section .sec-title-main h2 {
    font-size: 28px;
  }

  .sol-card {
    padding: 34px 26px 30px;
  }
}

/* ──────────────────────────────────────────────────────────────
   8. USE CASES SECTION — Light Tinted Background
   ────────────────────────────────────────────────────────────── */
.ecom-usecases-section {
  padding: 100px 0 90px;
  background: linear-gradient(180deg, #FAFBFE 0%, #F5F7FA 50%, #FAFBFE 100%);
  position: relative;
  overflow: hidden;
}

.ecom-usecases-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(29, 108, 178, 0.03) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}

.ecom-usecases-section .sec-title-main {
  text-align: center;
  margin-bottom: 70px;
}

.ecom-usecases-section .sec-title-main .badge-label {
  display: inline-block;
  background: linear-gradient(135deg, #fff4e0, #ffe8cc);
  color: #e08900;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.ecom-usecases-section .sec-title-main h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--sol-dark);
  line-height: 1.25;
  margin: 0;
}

.ecom-usecases-section .sec-title-main h2 span {
  background: linear-gradient(90deg, var(--sol-blue), #0984e3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Use-case items */
.uc-item {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding: 36px 32px;
  border-radius: var(--sol-radius);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid #f0f0f5;
  transition: var(--sol-transition);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-40px);
}

.uc-item.uc-item-right {
  transform: translateX(40px);
}

.uc-item.uc-visible {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.uc-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--uc-accent, #ffaa17);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.uc-item:hover {
  border-color: rgba(29, 108, 178, 0.15);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.07);
  transform: translateX(0) translateY(-4px);
}

.uc-item:hover::before {
  opacity: 1;
}

.uc-item .uc-emoji {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--uc-bg, #fff8eb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: transform 0.4s ease;
}

.uc-item:hover .uc-emoji {
  transform: scale(1.12) rotate(-5deg);
}

.uc-item .uc-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--sol-dark);
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.uc-item:hover .uc-content h4 {
  color: var(--sol-blue);
}

.uc-item .uc-content p {
  font-size: 15px;
  color: var(--sol-text-light);
  line-height: 1.65;
  margin: 0;
}

/* Use-case accent color variants */
.uc-promote {
  --uc-accent: #ff9800;
  --uc-bg: #fff8eb;
}

.uc-recover {
  --uc-accent: #e74c3c;
  --uc-bg: #fef0ef;
}

.uc-inform {
  --uc-accent: #0984e3;
  --uc-bg: #eef6ff;
}

.uc-simplify {
  --uc-accent: #00b894;
  --uc-bg: #e8faf5;
}

.uc-support {
  --uc-accent: #6c5ce7;
  --uc-bg: #f0eeff;
}

.uc-feedback {
  --uc-accent: #fdcb6e;
  --uc-bg: #fffbf0;
}

.uc-automate {
  --uc-accent: #1d6cb2;
  --uc-bg: #eef4fb;
}

/* Stagger animation delays */
.uc-delay-1 {
  transition-delay: 0.05s;
}

.uc-delay-2 {
  transition-delay: 0.12s;
}

.uc-delay-3 {
  transition-delay: 0.19s;
}

.uc-delay-4 {
  transition-delay: 0.26s;
}

.uc-delay-5 {
  transition-delay: 0.33s;
}

.uc-delay-6 {
  transition-delay: 0.40s;
}

.uc-delay-7 {
  transition-delay: 0.47s;
}

@media (max-width: 767px) {
  .ecom-usecases-section {
    padding: 70px 0 60px;
  }

  .ecom-usecases-section .sec-title-main h2 {
    font-size: 28px;
  }

  .uc-item {
    padding: 26px 20px;
    gap: 18px;
  }
}

/* ──────────────────────────────────────────────────────────────
   9. WHATSAPP FLOAT BUTTON
   ────────────────────────────────────────────────────────────── */
.wa-float-chat {
  position: fixed;
  right: 22px;
  bottom: 120px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(37, 211, 102, 0.45);
  font-size: 15px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wa-float-chat i {
  font-size: 24px;
}

.wa-float-chat:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 42px rgba(37, 211, 102, 0.5);
  color: #ffffff !important;
}

@media (max-width: 767.98px) {
  .wa-float-chat {
    right: 14px;
    bottom: 14px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .wa-float-chat i {
    font-size: 20px;
  }
}

/* ──────────────────────────────────────────────────────────────
   10. RESPONSIVE OVERRIDES — Growth Section
   ────────────────────────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .solutions-page .ecommerce-sidebar {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
  }

  .solutions-page .ecommerce-nav-btn {
    flex: 1 1 calc(50% - 8px);
    min-width: 160px;
    text-align: center;
    justify-content: center;
  }

  .solutions-page .ecommerce-nav-btn:hover,
  .solutions-page .ecommerce-nav-btn.active {
    transform: translateX(0) translateY(-2px);
  }

  .solutions-page .ecommerce-live-chat {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .solutions-page .ecommerce-growth-section {
    padding: 60px 0;
  }

  .solutions-page .ecommerce-nav-btn {
    flex: 1 1 100%;
    padding: 14px 18px;
  }

  .solutions-page .ecommerce-feature-card {
    padding: 22px 18px;
  }

  .solutions-page .ecommerce-feature-card .card-image {
    min-height: 180px;
  }

  .solutions-page .ecommerce-feature-card .card-image img {
    height: 160px;
    max-height: 160px;
  }
}

/* ──────────────────────────────────────────────────────────────
   11. HERO SECTION — Mobile Responsive
   ────────────────────────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .solutions-page .about-section-h1 .content-column .inner-column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 767.98px) {
  .solutions-page .about-section-h1 {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }

  .solutions-page .about-section-h1 .content-column {
    order: 1;
  }

  .solutions-page .about-section-h1 .image-column {
    order: 2;
    margin-top: 30px;
  }

  .solutions-page .about-section-h1 .sub-title {
    font-size: 35px !important;
  }

  .solutions-page .about-section-h1 .image-box {
    max-width: 280px !important;
  }
}