/**
* Template Name: FlexStart - v1.12.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Design tokens & general
--------------------------------------------------------------*/
:root {
  /* ============================================
     PREMIUM DESIGN SYSTEM
     ============================================ */
  
  /* Color Palette - Dark Theme First */
  --bg-primary: #000000;
  --bg-secondary: #0a0a0a;
  --bg-elevated: #141414;
  --bg-surface: #1a1a1a;
  
  /* Neutral Grays */
  --gray-50: #fafafa;
  --gray-100: #f5f5f5;
  --gray-200: #e5e5e5;
  --gray-300: #d4d4d4;
  --gray-400: #a3a3a3;
  --gray-500: #737373;
  --gray-600: #525252;
  --gray-700: #404040;
  --gray-800: #262626;
  --gray-900: #171717;
  
  /* Text Colors */
  --text-primary: #ffffff;
  --text-secondary: #e5e5e5;
  --text-muted: #a3a3a3;
  --text-subtle: #737373;
  
  /* Accent Color - Modern Blue/Purple */
  --accent-primary: #6366f1;
  --accent-primary-hover: #4f46e5;
  --accent-primary-light: #818cf8;
  --accent-primary-dark: #4338ca;
  --accent-glow: rgba(99, 102, 241, 0.3);
  --accent-soft: rgba(99, 102, 241, 0.1);
  
  /* Borders */
  --border-color: rgba(255, 255, 255, 0.08);
  --border-color-hover: rgba(255, 255, 255, 0.12);
  --border-color-strong: rgba(255, 255, 255, 0.16);
  
  /* Legacy support */
  --color-bg: var(--bg-primary);
  --color-text: var(--text-secondary);
  --color-text-muted: var(--text-muted);
  --color-heading: var(--text-primary);
  --color-accent: var(--accent-primary);
  --color-accent-strong: var(--accent-primary-dark);
  --color-accent-soft: var(--accent-soft);
  --color-border-subtle: var(--border-color);
  --color-border-strong: var(--border-color-strong);
  
  /* Spacing Scale (8px grid) */
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-8: 64px;
  --space-10: 80px;
  --space-12: 96px;
  --space-16: 128px;
  
  /* Legacy spacing */
  --spacing-xs: var(--space-1);
  --spacing-sm: var(--space-2);
  --spacing-md: var(--space-3);
  --spacing-lg: var(--space-4);
  --spacing-xl: var(--space-6);
  --spacing-2xl: var(--space-8);
  --spacing-3xl: var(--space-12);
  
  /* Border Radius */
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-2xl: 24px;
  --radius-full: 9999px;
  
  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.5);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.6);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.7);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.8);
  --shadow-xl: 0 16px 64px rgba(0, 0, 0, 0.9);
  --shadow-glow: 0 0 24px var(--accent-glow);
  --shadow-soft: var(--shadow-lg);
  
  /* Typography */
  --font-family-base: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-family-heading: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  
  --font-size-xs: 0.75rem;    /* 12px */
  --font-size-sm: 0.875rem;   /* 14px */
  --font-size-base: 1rem;     /* 16px */
  --font-size-lg: 1.125rem;   /* 18px */
  --font-size-xl: 1.25rem;    /* 20px */
  --font-size-2xl: 1.5rem;     /* 24px */
  --font-size-3xl: 1.875rem;  /* 30px */
  --font-size-4xl: 2.25rem;   /* 36px */
  --font-size-5xl: 3rem;      /* 48px */
  --font-size-6xl: 3.75rem;   /* 60px */
  
  --line-height-tight: 1.2;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
  
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  
  /* Transitions */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  
  /* Legacy transitions */
  --transition-fast: var(--transition-fast);
  --transition-med: var(--transition-base);
  
  /* Layout */
  --container-max-width: 1200px;
  --section-padding-y: var(--space-12);
  --section-padding-y-mobile: var(--space-8);
  
  /* Focus States */
  --focus-ring: 0 0 0 2px var(--bg-primary), 0 0 0 4px var(--accent-primary);
  --focus-ring-offset: 2px;

  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-base);
  color: var(--text-secondary);
  background-color: var(--bg-primary);
  line-height: var(--line-height-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* Subtle background texture */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(99, 102, 241, 0.02) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}

body > * {
  position: relative;
  z-index: 1;
}

a {
  color: var(--color-accent);
  text-decoration: none;
}

a:hover {
  color: var(--color-accent-strong);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-heading);
  color: var(--text-primary);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(var(--font-size-4xl), 5vw, var(--font-size-6xl));
  font-weight: var(--font-weight-extrabold);
  line-height: 1.1;
}

h2 {
  font-size: clamp(var(--font-size-3xl), 4vw, var(--font-size-5xl));
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: clamp(var(--font-size-2xl), 3vw, var(--font-size-3xl));
  font-weight: var(--font-weight-bold);
}

h4 {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
}

h5 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
}

h6 {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-semibold);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  
  .hero-gradient-orb,
  .floating-shape {
    animation: none !important;
  }
  
  .hero-grid-pattern {
    opacity: 0.1 !important;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: var(--section-padding-y) 0;
  overflow: hidden;
  position: relative;
}

/* Subtle section separators */
section:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(90%, var(--container-max-width));
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-color), transparent);
  opacity: 0.5;
}

@media (max-width: 768px) {
  section {
    padding: var(--section-padding-y-mobile) 0;
  }
}

.section-header {
  text-align: center;
  padding-bottom: var(--space-8);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-header h2 {
  font-size: var(--font-size-xs);
  letter-spacing: 0.15em;
  font-weight: var(--font-weight-semibold);
  margin: 0;
  color: var(--accent-primary-light);
  text-transform: uppercase;
  line-height: var(--line-height-normal);
}

.section-header p {
  margin: var(--space-2) 0 0 0;
  padding: 0;
  font-size: clamp(var(--font-size-3xl), 4vw, var(--font-size-5xl));
  line-height: var(--line-height-tight);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all var(--transition-base);
  z-index: 997;
  padding: var(--space-3) 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border-bottom: 1px solid var(--border-color);
}

.header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: var(--space-2) 0;
  box-shadow: var(--shadow-md);
  border-bottom-color: var(--border-color-hover);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo span {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.01em;
  color: var(--text-primary);
  font-family: var(--font-family-heading);
  margin-top: 2px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-2) 0 var(--space-2) var(--space-4);
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
  color: var(--text-muted);
  white-space: nowrap;
  transition: color var(--transition-fast);
  position: relative;
}

.navbar a::after {
  content: '';
  position: absolute;
  bottom: var(--space-1);
  left: var(--space-4);
  right: 0;
  height: 2px;
  background: var(--accent-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-base);
}

.navbar a i,
.navbar a:focus i {
  font-size: var(--font-size-xs);
  line-height: 0;
  margin-left: var(--space-1);
  transition: transform var(--transition-fast);
}

.navbar a:hover {
  color: var(--text-secondary);
}

.navbar a:hover i {
  transform: translate(2px, -2px);
}

.navbar .active,
.navbar .active:focus {
  color: var(--text-primary);
  font-weight: var(--font-weight-semibold);
}

.navbar .active::after,
.navbar a:hover::after {
  transform: scaleX(1);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #e5e7eb;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.navbar.navbar-mobile{
  width:100%;
  height: 26vh;
  z-index: 9999;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10000;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 16px;
  background-color: #020617;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #e5e7eb;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--color-accent-strong);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  background: var(--bg-primary);
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
}

/* Hero background decorative elements container */
.hero-background-elements {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

/* Animated gradient orbs */
.hero-gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
  animation: float-orb 20s ease-in-out infinite;
}

.hero-gradient-orb--1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.3), transparent 70%);
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.hero-gradient-orb--2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.25), transparent 70%);
  top: 60%;
  right: 15%;
  animation-delay: -7s;
}

.hero-gradient-orb--3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.2), transparent 70%);
  bottom: 20%;
  left: 50%;
  animation-delay: -14s;
}

@keyframes float-orb {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Subtle grid pattern */
.hero-grid-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.3;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 40%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 40%, transparent 70%);
}

/* Floating geometric shapes */
.hero-floating-shapes {
  position: absolute;
  inset: 0;
}

.floating-shape {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  animation: float-shape 15s ease-in-out infinite;
}

.floating-shape--1 {
  width: 120px;
  height: 120px;
  top: 20%;
  right: 20%;
  animation-delay: 0s;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.08), transparent);
}

.floating-shape--2 {
  width: 80px;
  height: 80px;
  bottom: 30%;
  left: 15%;
  animation-delay: -5s;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.08), transparent);
  border-radius: 20% 80% 20% 80%;
}

.floating-shape--3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 10%;
  animation-delay: -10s;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.06), transparent);
  border-radius: 80% 20% 80% 20%;
}

@keyframes float-shape {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: translate(40px, -40px) rotate(180deg);
    opacity: 0.6;
  }
}

/* Subtle hero background glow (kept for compatibility) */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 25% 35%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 75% 65%, rgba(99, 102, 241, 0.06) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.gradient-hero {
  background: transparent;
  color: var(--text-secondary);
  height: auto;
  min-height: 100vh;
  padding: var(--space-16) 0 var(--space-12);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.gradient-hero .hero-intro {
  max-width: 680px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.hero-kicker {
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--color-text-muted);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.gradient-hero .hero-intro h1 {
  color: var(--text-primary);
  font-size: clamp(var(--font-size-4xl), 6vw, var(--font-size-6xl));
  font-weight: var(--font-weight-extrabold);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-4);
}

.gradient-hero .hero-intro h2 {
  font-size: clamp(var(--font-size-lg), 2.2vw, var(--font-size-xl));
  font-weight: var(--font-weight-normal);
  color: var(--text-muted);
  line-height: var(--line-height-relaxed);
  margin: 0 0 var(--space-6) 0;
  max-width: 65ch;
}

.gradient-hero .hero-intro p {
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.hero-layout {
  row-gap: 32px;
}

.hero-logo-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 360px;
  margin-left: auto;
}

.hero-logo-card {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-5) var(--space-6);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(12px);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.hero-logo-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.hero-logo-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--border-color-hover);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg), 0 0 24px rgba(139, 92, 246, 0.2);
}

.hero-logo-card--datacluster {
  border-color: var(--border-color);
}

.hero-logo-card--picstry {
  border-color: rgba(139, 92, 246, 0.3);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(255, 255, 255, 0.02));
}

.hero-logo-card--picstry::before {
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.6), transparent);
}

.hero-logo-card--picstry:hover {
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: var(--shadow-lg), 0 0 32px rgba(139, 92, 246, 0.3);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(255, 255, 255, 0.04));
}

.hero-logo-card--picstry:hover::before {
  opacity: 0.8;
}

.hero-logo-mark {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.9);
  flex-shrink: 0;
  transition: all var(--transition-base);
  position: relative;
}

.hero-logo-card--picstry .hero-logo-mark {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.25), rgba(168, 85, 247, 0.15));
  border: 1px solid rgba(139, 92, 246, 0.3);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.2);
}

.hero-logo-card--picstry:hover .hero-logo-mark {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.35), rgba(168, 85, 247, 0.25));
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 6px 24px rgba(139, 92, 246, 0.4);
  transform: scale(1.05);
}

.hero-logo-mark img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  filter: brightness(1.1);
}

.hero-logo-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  flex: 1;
}

.hero-logo-label {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.hero-logo-card--picstry .hero-logo-label {
  background: linear-gradient(135deg, #ffffff, rgba(196, 181, 253, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-logo-subtitle {
  font-size: var(--font-size-base);
  color: var(--text-muted);
  line-height: 1.4;
  font-weight: var(--font-weight-normal);
}

.hero-logo-card--picstry .hero-logo-subtitle {
  color: rgba(196, 181, 253, 0.8);
}

.hero-app-downloads {
  margin-top: var(--space-4);
}

.hero-app-downloads .app-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: flex-start;
}

.hero-app-downloads .app-download-link {
  display: inline-block;
  transition: transform var(--transition-base), opacity var(--transition-base);
  opacity: 0.9;
}

.hero-app-downloads .app-download-link:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.hero-app-downloads .app-download-link img {
  display: block;
  transition: filter var(--transition-base);
  height: 54px;
  width: auto;
  max-width: 180px;
}

.hero-app-downloads .app-download-link:hover img {
  filter: brightness(1.1);
}

@media (max-width: 991px) {
  .hero-logo-panel {
    margin: 16px 0 0 0;
    max-width: 100%;
  }
  
  .hero-app-downloads .app-store-badges {
    justify-content: center;
  }
}

.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--spacing-xl) 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: 15px;
  color: var(--color-text);
  line-height: 1.6;
  position: relative;
  padding-left: 0;
}

.hero-benefits li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-strong));
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(129, 140, 248, 0.5);
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-md);
  margin-top: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-3) var(--space-5);
  border-radius: var(--radius-md);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-semibold);
  border: 1px solid transparent;
  transition: all var(--transition-base);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-primary), var(--accent-primary-dark));
  color: var(--text-primary);
  box-shadow: var(--shadow-md), var(--shadow-glow);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(135deg, var(--accent-primary-light), var(--accent-primary));
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-secondary {
  background: transparent;
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--border-color-hover);
  color: var(--text-primary);
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(8px);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--border-color-hover);
  color: var(--text-primary);
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

.btn-inline {
  padding-inline: 18px;
  padding-block: 8px;
  font-size: 13px;
}

.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.hero-highlight {
  position: relative;
}

.hero-duo .hero-highlight-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-highlight-card {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617);
  border-radius: var(--radius-xl);
  padding: 24px 22px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: var(--shadow-soft);
}

.hero-highlight-card--datasets {
  border-color: rgba(59, 130, 246, 0.7);
}

.hero-highlight-card--datasets .hero-highlight-header .badge {
  background: rgba(37, 99, 235, 0.16);
  color: #60a5fa;
}

.hero-highlight-card--datasets .btn-primary {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.hero-highlight-card--datasets .btn-primary:hover,
.hero-highlight-card--datasets .btn-primary:focus-visible {
  background: linear-gradient(135deg, #60a5fa, #2563eb);
}

.hero-highlight-card--picstry {
  border-color: rgba(168, 85, 247, 0.8);
}

.hero-highlight-card--picstry .hero-highlight-header .badge {
  background: var(--color-accent-soft);
  color: var(--color-accent-strong);
}

.hero-highlight-copy {
  color: var(--color-text);
  margin-bottom: 12px;
}

.hero-highlight-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.hero-highlight-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 6px;
}

.hero-highlight-header .badge {
  background: var(--color-accent-soft);
  color: var(--color-accent-strong);
  letter-spacing: 0.1em;
  font-size: 11px;
}

.hero-highlight-header .visit-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
}

.picstry-logo-placeholder {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px dashed rgba(168, 85, 247, 0.7);
  color: rgba(196, 181, 253, 0.9);
}

.hero-social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 56px;
  justify-content: center;
}

.hero-pill {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  padding: 10px 16px;
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.8));
  color: var(--color-text-muted);
  display: inline-flex;
  flex-direction: column;
  min-width: 0;
}

.hero-pill-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #9ca3af;
}


.hero-pill-value {
  font-size: 13px;
  color: var(--color-text);
}

.picstry-section {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.85), #050816 55%);
  color: var(--color-text);
  padding: 96px 0;
}

.picstry-intro {
  max-width: 540px;
}

.picstry-intro p {
  margin-bottom: 16px;
}

.picstry-intro p:last-of-type {
  margin-bottom: 0;
}

.picstry-features-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.picstry-features-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--color-text);
  line-height: 1.6;
  padding-left: 0;
  position: relative;
}

.picstry-features-list li::before {
  content: "✓";
  color: var(--color-accent-strong);
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Alt text services */
.alttext-section {
  background: radial-gradient(circle at top, rgba(129, 140, 248, 0.2), transparent 55%),
    radial-gradient(circle at bottom, rgba(15, 23, 42, 0.98), #020617 60%);
}

.alttext-card {
  border-color: var(--color-border-strong);
}

.alttext-intro,
.alttext-footnote {
  color: var(--color-text-muted);
}

.alttext-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 16px 0;
}

.alttext-list li {
  font-size: 15px;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.alttext-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-accent-strong);
  font-weight: bold;
}

/* Quality pipeline steps */
.quality-steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.quality-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-subtle);
  background: rgba(15, 23, 42, 0.96);
}

.quality-step-index {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--color-accent-soft);
  color: var(--color-accent-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.quality-step-body h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.quality-step-body p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .quality-step {
    padding: 16px 14px;
  }
}

.picstry-section h2 {
  font-size: 40px;
  font-weight: 800;
  color: var(--color-heading);
  margin-bottom: 16px;
}

.picstry-section .lead {
  color: var(--color-text);
  line-height: 1.7;
}

.picstry-section .badge-soft {
  display: inline-block;
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-full);
  background: var(--accent-soft);
  color: var(--accent-primary-light);
  letter-spacing: 0.15em;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  margin-bottom: var(--space-2);
  transition: all var(--transition-fast);
}

.picstry-section .badge-soft:hover {
  background: var(--accent-primary);
  color: var(--text-primary);
  transform: translateY(-1px);
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.picstry-card {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-soft);
}

.picstry-card h3 {
  color: var(--color-heading);
  font-weight: 700;
  margin-bottom: 14px;
  margin-top: 0;
}

.picstry-card p {
  margin-bottom: 14px;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.picstry-card p:last-child {
  margin-bottom: 0;
}

.picstry-image img {
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.95);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617);
  padding: 16px;
}

.picstry-demo-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-color);
  padding: var(--space-5);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(10px);
  transition: all var(--transition-base);
}

.picstry-demo-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--border-color-hover);
  box-shadow: var(--shadow-lg);
}

.picstry-demo-card h3 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-2);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
}

.picstry-demo-card p {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
  margin-bottom: var(--space-3);
  line-height: var(--line-height-relaxed);
}

.picstry-video-shell { position: relative; aspect-ratio: 4/3; border-radius:18px; overflow:hidden; background:#000; }

.picstry-video { position:absolute; inset:0; width:100%; height:100%; display:block; }

.picstry-video.bg{
  object-fit: cover;         /* fills frame */
  filter: blur(18px) saturate(1.2) brightness(0.8);
  transform: scale(1.08);    /* hides blur edges */
}

.picstry-video.fg{
  object-fit: contain;       /* keeps full portrait */
  z-index: 2;
}

.picstry-video-shell::after{
  content:"";
  position:absolute; inset:0;
  z-index:3;
  background: radial-gradient(circle at center, rgba(0,0,0,0) 55%, rgba(0,0,0,0.55) 100%);
  pointer-events:none;
}


.app-download-link {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}

.app-download-link:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.app-download-link img {
  display: block;
  transition: filter 0.3s ease;
}

.app-download-link:hover img {
  filter: brightness(1.1);
}

.inner-page-hero {
  padding: var(--space-16) 0 var(--space-12);
  background: var(--bg-primary);
  text-align: center;
  margin-top: 70px;
  position: relative;
}

.inner-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 50% 20%, rgba(99, 102, 241, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.inner-page-hero h1 {
  font-size: clamp(var(--font-size-4xl), 5vw, var(--font-size-5xl));
  font-weight: var(--font-weight-extrabold);
  color: var(--text-primary);
  margin-bottom: var(--space-5);
  line-height: var(--line-height-tight);
  letter-spacing: -0.02em;
}

.inner-page-hero p {
  color: var(--text-muted);
  font-size: clamp(var(--font-size-base), 2vw, var(--font-size-lg));
  line-height: var(--line-height-relaxed);
  max-width: 800px;
  margin: 0 auto var(--space-6);
}

.inner-page-hero .btn {
  margin-top: 8px;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: rgba(15, 23, 42, 0.9);
  padding: 40px;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.95), #020617 55%);
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: rgba(15, 23, 42, 0.95);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.9);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.5);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: var(--color-heading);
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: var(--color-text-muted);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}

.services .service-box.blue:hover {
  background: #2db6fa;
}

.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.orange .read-more {
  color: #f68c09;
}

.services .service-box.orange:hover {
  background: #f68c09;
}

.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #08da4e;
}

.services .service-box.green:hover {
  background: #08da4e;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #f51f9c;
}

.services .service-box.pink:hover {
  background: #f51f9c;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #4154f1;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #4154f1;
}

.pricing .btn-buy:hover {
  background: #4154f1;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #4154f1;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #4154f1;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #4154f1;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: rgba(15, 23, 42, 0.9);
  padding: 30px;
  height: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.6);
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: var(--radius-md);
  box-shadow: none;
  font-size: 15px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background-color: rgba(15, 23, 42, 0.9);
  color: var(--color-text);
  transition: border-color var(--transition-med), box-shadow var(--transition-med), background-color var(--transition-med);
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-accent-strong);
  outline: none;
  box-shadow: var(--focus-ring);
  background-color: rgba(15, 23, 42, 1);
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: var(--color-text-muted);
  opacity: 0.7;
}

.contact .php-email-form input {
  padding: 12px 16px;
}

.contact .php-email-form textarea {
  padding: 12px 16px;
  resize: vertical;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-accent);
  border: 0;
  padding: 10px 30px;
  color: #f9fafb;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #012970;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #4154f1;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #4154f1;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #5969f3;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #012970;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #4154f1;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #012970;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #4154f1;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #012970;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #012970;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}

.blog .blog-pagination {
  color: #024ed5;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #012970;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #4154f1;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #012970;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #4154f1;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #4154f1;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4154f1;
  background: #4154f1;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.95), #020617 60%);
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}

.footer {
  background: var(--bg-primary);
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-color), transparent);
}

.footer .footer-top {
  background: transparent;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: var(--space-12) 0 var(--space-6);
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.01em;
  color: var(--text-primary);
  font-family: var(--font-family-heading);
  margin-top: 2px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: var(--color-text-muted);
}

.footer .footer-top .social-links a {
  font-size: var(--font-size-xl);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--text-muted);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  margin-right: var(--space-2);
}

.footer .footer-top .social-links a:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-heading);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: var(--text-muted);
  transition: color var(--transition-fast);
  display: inline-block;
  line-height: var(--line-height-normal);
  font-size: var(--font-size-sm);
}

.footer .footer-top .footer-links ul a:hover {
  color: var(--accent-primary-light);
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
  color: var(--color-text-muted);
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #9ca3af;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
}
.refrens-powered {
  background: transparent;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding: 16px 0;
  text-align: center;
}

.refrens-powered img {
  max-width: 320px;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# New sections: What we do / Datasets / Why / Case studies / Testimonials
--------------------------------------------------------------*/
.section-what-we-do {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.95), #020617 55%);
}

.feature-grid .card-modern {
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.98));
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition-med), box-shadow var(--transition-med), border-color var(--transition-med), background var(--transition-med);
}

.feature-grid .card-modern h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-grid .card-modern p {
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 16px;
}

.feature-grid .card-modern .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent-soft);
  color: var(--color-accent-strong);
  margin-bottom: 16px;
}

.feature-grid .card-modern .card-link {
  font-size: 13px;
  color: var(--color-accent-strong);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.feature-grid .card-modern:hover {
  transform: translateY(-4px);
  border-color: rgba(165, 180, 252, 0.9);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.95);
}

.datasets-highlight {
  background: radial-gradient(circle at top, rgba(17, 24, 39, 0.98), #020617 65%);
}

.datasets-search-preview {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 1));
  padding: 20px 20px 18px 20px;
  box-shadow: var(--shadow-soft);
}

.datasets-search-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.datasets-search-bar input[type="search"] {
  flex: 1;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.9);
  padding: 8px 14px;
  font-size: 13px;
  color: var(--color-text-muted);
}

.datasets-search-bar button {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: transparent;
  color: var(--color-text-muted);
  padding: 8px 14px;
  font-size: 12px;
}

.datasets-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.filter-chip {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(15, 23, 42, 0.8);
  color: var(--color-text-muted);
  font-size: 11px;
  padding: 6px 10px;
}

.datasets-table {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  overflow: hidden;
  font-size: 12px;
}

.datasets-row {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.3fr 1.3fr;
  gap: 4px;
  padding: 8px 10px;
  color: var(--color-text-muted);
}

.datasets-row--header {
  background: rgba(15, 23, 42, 1);
  font-weight: 600;
  color: var(--color-heading);
}

.datasets-row:nth-child(2n+3) {
  background: rgba(15, 23, 42, 0.85);
}

.datasets-row:nth-child(2n+4) {
  background: rgba(15, 23, 42, 0.98);
}

.datasets-highlight-copy h3 {
  font-size: 24px;
  margin-bottom: 16px;
  margin-top: 0;
}

.datasets-highlight-copy p {
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.datasets-highlight-copy ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.datasets-highlight-copy li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 12px;
  line-height: 1.6;
}

.datasets-highlight-copy li:last-child {
  margin-bottom: 0;
}

.why-section {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.97), #020617 60%);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.why-item {
  background: rgba(15, 23, 42, 0.95);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.5);
  padding: 18px 18px 14px 18px;
}

.why-item h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.why-item p {
  font-size: 14px;
  color: var(--color-text-muted);
}

.metrics-card {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), #020617);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(148, 163, 184, 0.6);
  padding: 20px 20px 18px 20px;
  box-shadow: var(--shadow-soft);
}

.metrics-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.metric {
  flex: 1;
}

.metric-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}

.metric-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-heading);
}

.metrics-note {
  font-size: 12px;
  color: var(--color-text-muted);
  margin: 4px 0 0 0;
}

.case-studies {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), #020617 60%);
}

.case-card {
  background: rgba(15, 23, 42, 0.96);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.6);
  padding: 20px 18px 18px 18px;
  box-shadow: var(--shadow-soft);
}

.case-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.case-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

.case-card p {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 6px;
}

.testimonials--minimal {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), #020617 70%);
}

.testimonial-item--minimal {
  background: rgba(15, 23, 42, 0.96);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.6);
  padding: 18px 18px 16px 18px;
  box-shadow: var(--shadow-soft);
}

.testimonial-item--minimal blockquote {
  border: 0;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  color: var(--color-text-muted);
}

.testimonial-item--minimal .testimonial-name {
  display: block;
  font-size: 13px;
  color: var(--color-heading);
}

.testimonial-item--minimal .testimonial-role {
  display: block;
  font-size: 12px;
  color: var(--color-text-muted);
}

.final-cta {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), #020617 65%);
}

.final-cta-copy {
  color: var(--color-text-muted);
  font-size: 14px;
}

.final-cta-copy a {
  color: var(--color-accent-strong);
}

.final-cta-meta {
  font-size: 13px;
  margin-top: 4px;
}

/*--------------------------------------------------------------
# Responsive tweaks
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .hero {
    padding-top: 120px;
  }

  .hero-cta-group {
    justify-content: center;   /* add */
    align-items: center;       /* optional but good */
  }

  .hero-social-proof {
    flex-direction: column;
  }

  .datasets-row {
    grid-template-columns: 1.8fr 1.2fr 1.2fr 1.3fr;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: left;
  }

  .section-header {
    padding-bottom: 32px;
  }

  .section-header p {
    font-size: 26px;
  }

  .datasets-search-preview {
    padding: 16px;
  }

  .datasets-row {
    font-size: 11px;
    padding-inline: 8px;
  }

  .metrics-row {
    flex-direction: column;
  }

  .inner-page-hero {
    padding: 140px 0 64px 0;
  }

  .inner-page-hero h1 {
    font-size: 32px;
  }

  .inner-page-hero p {
    font-size: 16px;
  }

  .product-card {
    padding: 28px 24px;
  }

  .content-card {
    padding: 24px 20px;
  }

  .dataset-card-content {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Navigation external link styling
--------------------------------------------------------------*/
.nav-link-external {
  display: inline-flex;
  align-items: center;
}

.nav-link-external i {
  font-size: 0.75em;
  margin-left: 4px;
}

/*--------------------------------------------------------------
# Our Products Section
--------------------------------------------------------------*/
.our-products {
  background: transparent;
}

.product-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--radius-xl);
  padding: var(--space-6) var(--space-5);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-primary), transparent);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.product-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-card-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-base);
  flex-shrink: 0;
  padding: var(--space-2);
  position: relative;
  overflow: hidden;
}

.product-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.1);
  transition: all var(--transition-base);
}

.product-card:hover .product-card-icon {
  transform: scale(1.08);
}

.product-card:hover .product-card-icon img {
  filter: brightness(1.2);
  transform: scale(1.05);
}

.product-card--datasets .product-card-icon {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(59, 130, 246, 0.15));
  border: 1px solid rgba(59, 130, 246, 0.3);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25), 0 0 24px rgba(59, 130, 246, 0.15);
}

.product-card--datasets:hover .product-card-icon {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.3), rgba(59, 130, 246, 0.2));
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.4), 0 0 32px rgba(59, 130, 246, 0.25);
}

.product-card--picstry .product-card-icon {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(168, 85, 247, 0.15));
  border: 1px solid rgba(139, 92, 246, 0.3);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.25), 0 0 24px rgba(168, 85, 247, 0.15);
}

.product-card--picstry:hover .product-card-icon {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(168, 85, 247, 0.2));
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 6px 24px rgba(139, 92, 246, 0.4), 0 0 32px rgba(168, 85, 247, 0.25);
}

.product-card h3 {
  font-size: var(--font-size-2xl);
  margin: 0;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
}

.product-card-description {
  color: var(--text-muted);
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  flex: 1;
  margin-bottom: 0;
}

.product-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--border-color-hover);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
}

.product-card:hover::before {
  opacity: 0.6;
}

/*--------------------------------------------------------------
# Wins / Recognitions Section
--------------------------------------------------------------*/
.recognitions-section {
  position: relative;
  background: var(--color-bg);
  padding: 88px 0;
}

.recognitions-section::before,
.recognitions-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    var(--color-border-subtle) 20%,
    var(--color-border-subtle) 80%,
    transparent
  );
}

.recognitions-section::before {
  top: 0;
}

.recognitions-section::after {
  bottom: 0;
}

.recognitions-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Ticker Container */
.recognitions-ticker {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 48px 0;
  position: relative;
}

/* Hide ticker when reduced motion is preferred */
@media (prefers-reduced-motion: reduce) {
  .recognitions-ticker {
    display: none;
  }
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 64px;
  width: fit-content;
  animation: ticker-scroll 40s linear infinite;
  will-change: transform;
}

.ticker-track:hover {
  animation-play-state: paused;
}

.ticker-track:focus-within {
  animation-play-state: paused;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ticker-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  min-width: 160px;
  padding: 0 24px;
}

.ticker-item a,
.ticker-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform var(--transition-med), filter var(--transition-med), opacity var(--transition-med);
  outline: none;
}

.ticker-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0.9);
  opacity: 0.85;
  transition: filter var(--transition-med), opacity var(--transition-med), transform var(--transition-med);
}

.ticker-item a:focus-visible .ticker-logo,
.ticker-item a:hover .ticker-logo,
.ticker-item span:focus-visible .ticker-logo {
  filter: brightness(1.1);
  opacity: 1;
  transform: scale(1.03);
}

.ticker-item a:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 4px;
  border-radius: 8px;
}

.ticker-item a:focus-visible .ticker-logo {
  filter: brightness(1.1);
  opacity: 1;
}

/* Fallback text for missing logos */
.ticker-fallback {
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-md);
  background: var(--color-surface);
  border: 1px solid var(--color-border-subtle);
  white-space: nowrap;
}

/* Grid fallback for reduced motion */
.recognitions-grid {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  padding: 48px 0;
}

@media (prefers-reduced-motion: reduce) {
  .recognitions-grid {
    display: grid;
  }
}

@media (max-width: 768px) {
  .recognitions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .recognitions-ticker {
    display: none;
  }
}

.recognition-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  border: 1px solid var(--color-border-subtle);
  transition: transform var(--transition-med), border-color var(--transition-med), box-shadow var(--transition-med);
  min-height: 140px;
}

.recognition-grid-item:hover,
.recognition-grid-item:focus-within {
  transform: translateY(-4px);
  border-color: var(--color-accent);
  box-shadow: 0 8px 24px rgba(129, 140, 248, 0.15);
}

.recognition-grid-item a,
.recognition-grid-item span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  gap: 12px;
  outline: none;
}

.recognition-grid-logo {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0.9);
  opacity: 0.85;
  transition: filter var(--transition-med), opacity var(--transition-med);
}

.recognition-grid-item:hover .recognition-grid-logo,
.recognition-grid-item:focus-within .recognition-grid-logo {
  filter: brightness(1.1);
  opacity: 1;
}

.recognition-grid-item a:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 4px;
  border-radius: var(--radius-lg);
}

.recognition-name {
  font-size: 12px;
  color: var(--color-text-muted);
  text-align: center;
  margin-top: 8px;
  font-weight: 500;
}

.recognition-year {
  font-size: 11px;
  color: var(--color-text-muted);
  opacity: 0.6;
  margin-top: 4px;
}

/* Mobile optimizations */
@media (max-width: 576px) {
  .ticker-item {
    min-width: 120px;
    height: 60px;
    padding: 0 16px;
  }

  .recognitions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .recognition-grid-item {
    padding: 16px;
    min-height: 120px;
  }

  .recognition-grid-logo {
    max-height: 50px;
  }
}

/*--------------------------------------------------------------
# Why DataCluster with Icons
--------------------------------------------------------------*/
.why-item--icon {
  text-align: center;
  padding: 24px 20px;
}

.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: var(--color-accent-soft);
  color: var(--color-accent-strong);
  margin: 0 auto 16px;
}

.why-item--icon h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.why-item--icon p {
  font-size: 14px;
  color: var(--color-text-muted);
  margin: 0;
}

/*--------------------------------------------------------------
# Datasets Page: Content Sections
--------------------------------------------------------------*/
.section-content {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), #050816 60%);
}

.section-content--alt {
  background: radial-gradient(circle at top, rgba(17, 24, 39, 0.98), #050816 65%);
}

.content-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  padding: var(--space-6) var(--space-4);
  box-shadow: var(--shadow-md);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all var(--transition-base);
  backdrop-filter: blur(10px);
}

.content-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--border-color-hover);
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.content-card-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-2xl);
  background: var(--accent-soft);
  color: var(--accent-primary-light);
  margin-bottom: var(--space-4);
  transition: all var(--transition-base);
}

.content-card:hover .content-card-icon {
  background: var(--accent-primary);
  color: var(--text-primary);
  transform: scale(1.05);
}

.content-card h3 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-3);
  margin-top: 0;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
}

.content-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.content-card ul li {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
  margin-bottom: var(--space-2);
  padding-left: var(--space-5);
  position: relative;
  line-height: var(--line-height-relaxed);
}

.content-card ul li:last-child {
  margin-bottom: 0;
}

.content-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-primary);
  box-shadow: 0 0 8px var(--accent-glow);
}

.content-card p {
  margin-bottom: 0;
  line-height: var(--line-height-relaxed);
  color: var(--text-muted);
  font-size: var(--font-size-sm);
}

.content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.content-list li:last-child {
  margin-bottom: 0;
}

.content-list li i {
  color: var(--color-accent-strong);
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.content-list li strong {
  color: var(--color-heading);
  display: block;
  margin-bottom: 4px;
}

.content-list li div {
  color: var(--color-text-muted);
  font-size: 14px;
}

.content-highlight {
  background: rgba(15, 23, 42, 0.96);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.6);
  padding: 28px 24px;
  box-shadow: var(--shadow-soft);
}

.content-highlight h3 {
  font-size: 20px;
  margin-bottom: 18px;
  margin-top: 0;
}

.content-highlight ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-highlight ul li {
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  line-height: 1.6;
}

.content-highlight ul li:last-child {
  margin-bottom: 0;
}

.content-highlight ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-accent-strong);
  font-weight: bold;
}

/*--------------------------------------------------------------
# Dataset Summary Card
--------------------------------------------------------------*/
.dataset-summary-card {
  background: rgba(15, 23, 42, 0.96);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.6);
  padding: 32px 28px;
  box-shadow: var(--shadow-soft);
}

.dataset-summary-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 24px;
  margin-top: 0;
}

.dataset-summary-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dataset-summary-item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.dataset-summary-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dataset-summary-label {
  font-weight: 600;
  color: var(--color-heading);
  font-size: 15px;
  min-width: 120px;
  flex-shrink: 0;
}

.dataset-summary-value {
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.6;
  flex: 1;
  min-width: 200px;
}

@media (max-width: 768px) {
  .dataset-summary-card {
    padding: 24px 20px;
  }

  .dataset-summary-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .dataset-summary-item {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 16px;
  }

  .dataset-summary-label {
    min-width: auto;
  }

  .dataset-summary-value {
    min-width: auto;
  }
}

/* Dataset metrics row (big numbers) */
.dataset-metrics-row {
  margin-top: 32px;
}

.dataset-metric-box {
  background: rgba(15, 23, 42, 0.98);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-strong);
  padding: 20px 16px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.dataset-metric-value {
  font-size: 26px;
  font-weight: 800;
  color: var(--color-heading);
}

.dataset-metric-label {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

@media (max-width: 768px) {
  .dataset-metrics-row {
    margin-top: 24px;
  }

  .dataset-metric-box {
    padding: 16px 12px;
  }

  .dataset-metric-value {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Dataset Cards (Featured Datasets)
--------------------------------------------------------------*/
.dataset-card {
  background: rgba(15, 23, 42, 0.96);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.6);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition-med), box-shadow var(--transition-med);
}

.dataset-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.95);
}

.dataset-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.9);
}

.dataset-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-med);
}

.dataset-card:hover .dataset-card-image img {
  transform: scale(1.05);
}

.section-clients-strip {
  padding: var(--space-12) 0;
  background: transparent;
}

.clients-header {
  margin-bottom: var(--space-8);
}

.clients-header h2 {
  font-size: clamp(var(--font-size-3xl), 4vw, var(--font-size-4xl));
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  letter-spacing: -0.02em;
}

.clients-count {
  font-size: var(--font-size-lg);
  color: var(--text-muted);
  margin: 0;
  font-weight: var(--font-weight-normal);
}

.clients-strip {
  overflow: hidden;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-color);
  background: rgba(255, 255, 255, 0.03);
  padding-block: var(--space-4);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-md);
}

.clients-strip-track {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  min-width: 200%;
  animation: clients-scroll 28s linear infinite;
}

.client-logo-placeholder {
  display: none;
}

.client-logo {
  min-width: 140px;
  padding-inline: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  filter: brightness(1);
  opacity: 0.85;
  transition: all var(--transition-base);
}

.clients-strip:hover .client-logo img {
  filter: brightness(1.1);
  opacity: 1;
}

.clients-strip:hover .clients-strip-track {
  animation-play-state: paused;
}

@keyframes clients-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.dataset-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dataset-card-content h3 {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.dataset-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
  margin-bottom: 0;
}

.dataset-card-content p {
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 0;
  line-height: 1.6;
  flex: 1;
}

.btn-sm {
  padding: 6px 14px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# FAQ Accordion
--------------------------------------------------------------*/
.accordion-item {
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.6);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

.accordion-button {
  background: transparent;
  color: var(--color-heading);
  font-weight: 600;
  padding: 18px 20px;
  border: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: rgba(15, 23, 42, 1);
  color: var(--color-accent-strong);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-body {
  padding: 0 20px 18px 20px;
  color: var(--color-text-muted);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Additional responsive tweaks
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .product-card {
    padding: 28px 24px;
  }

  .content-card {
    padding: 24px 20px;
  }

  .dataset-card-content {
    padding: 20px;
  }

  .section-header {
    padding-bottom: 32px;
  }

  .inner-page-hero h1 {
    font-size: 32px;
  }

  .inner-page-hero p {
    font-size: 16px;
  }
}
.picstry-social{
  display:flex;
  gap:12px;
  align-items:center;
}

.picstry-social .social-link{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  text-decoration:none;
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: inherit;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.picstry-social .social-link i{
  font-size:20px;
  line-height:1;
}

.picstry-social .social-link:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.22);
}

.picstry-social .social-link:focus-visible{
  outline: 2px solid rgba(255,255,255,0.55);
  outline-offset: 2px;
}
