/* KickLift Custom Styles */

/* Brand Colors */
:root {
  --kicklift-primary: #6366f1; /* Indigo */
  --kicklift-secondary: #8b5cf6; /* Purple */
  --kicklift-accent: #f59e0b; /* Amber */
  --kicklift-success: #10b981; /* Emerald */
  --kicklift-dark: #1f2937; /* Gray 800 */
  --kicklift-light: #f9fafb; /* Gray 50 */
}

/* Override primary color */
.btn-primary {
  background-color: var(--kicklift-primary) !important;
  border-color: var(--kicklift-primary) !important;
}

.btn-primary:hover {
  background-color: var(--kicklift-secondary) !important;
  border-color: var(--kicklift-secondary) !important;
}

.text-primary {
  color: var(--kicklift-primary) !important;
}

.bg-primary {
  background-color: var(--kicklift-primary) !important;
}

.border--primary {
  border-color: var(--kicklift-primary) !important;
}

/* Pricing Card Styles */
.pricing-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.pricing-card .badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background-color: var(--kicklift-accent);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
}

/* Case Study Cards */
.testimonial-section .bg-white {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.testimonial-section .bg-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

/* Icon Styles */
.widget--feature-2__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-right: 20px;
  flex-shrink: 0;
}

.widget--feature-2__icon i {
  font-size: 24px;
  color: white;
}

/* CTA Section */
.bg-electric-violet {
  background: linear-gradient(135deg, var(--kicklift-primary) 0%, var(--kicklift-secondary) 100%) !important;
}

.bg-purple-heart {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
}

/* Step Labels */
.rounded-55 {
  border-radius: 27.5px !important;
}

/* Typography Adjustments */
.font-size-11 {
  font-size: 3rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.font-size-9 {
  font-size: 2.25rem !important;
  font-weight: 600 !important;
}

.font-size-7 {
  font-size: 1.75rem !important;
}

.font-size-6 {
  font-size: 1.5rem !important;
}

.font-size-5 {
  font-size: 1.125rem !important;
}

.font-size-4 {
  font-size: 1rem !important;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Navigation Active State */
.site-menu-main .nav-link-item:hover {
  color: var(--kicklift-primary) !important;
}

/* Footer Social Icons */
.footer-social-share a:hover {
  color: var(--kicklift-primary) !important;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .font-size-11 {
    font-size: 2rem !important;
  }
  
  .font-size-9 {
    font-size: 1.75rem !important;
  }
  
  .font-size-7 {
    font-size: 1.5rem !important;
  }
  
  .font-size-6 {
    font-size: 1.25rem !important;
  }
  
  .font-size-5 {
    font-size: 1rem !important;
  }
  
  .pricing-card {
    margin-bottom: 2rem;
  }
  
  /* Adjust logo size on mobile */
  .brand-logo img {
    height: 50px !important;
  }
  
  /* Fix navbar alignment */
  .site-navbar {
    display: flex;
    align-items: center;
    min-height: 70px;
  }
  
  .brand-logo {
    display: flex;
    align-items: center;
  }
  
  .menu-block-wrapper {
    display: flex;
    align-items: center;
  }
  
  .header-btns {
    display: flex;
    align-items: center;
  }
  
  /* Mobile menu styling */
  .site-menu-main .nav-item.d-sm-none hr {
    margin: 1rem 0;
    opacity: 0.2;
  }
  
  .site-menu-main .nav-item.d-sm-none .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
  
  /* Hero section adjustments */
  .welcome-area .content-image-group {
    margin-top: 3rem;
  }
  
  /* Reduce padding on mobile */
  .pt-11, .py-11 {
    padding-top: 3rem !important;
  }
  
  .pb-11, .py-11 {
    padding-bottom: 3rem !important;
  }
  
  .pt-13, .py-13 {
    padding-top: 3.5rem !important;
  }
  
  .pb-13, .py-13 {
    padding-bottom: 3.5rem !important;
  }
  
  /* Button adjustments */
  .btn--xxl {
    padding: 14px 28px !important;
    font-size: 16px !important;
  }
  
  /* Stats in hero */
  .mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

/* Hover Effects */
.btn-link--2:hover {
  color: var(--kicklift-primary) !important;
}

.btn-link--2.with--line:hover::after {
  background-color: var(--kicklift-primary) !important;
}

/* Shadow Utilities */
.shadow-2 {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

/* Border Utilities */
.border-white-20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Text Color Utilities */
.text-white-50 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.text-dark-cloud {
  color: #6b7280 !important;
}

.text-default-color {
  color: #9ca3af !important;
}

/* Margin Utilities */
.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.mb-13 {
  margin-bottom: 3.25rem !important;
}

/* Padding Utilities */
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

/* List Utilities */
.list-unstyled {
  list-style: none !important;
  padding-left: 0 !important;
}

/* Border Radius */
.rounded-10 {
  border-radius: 10px !important;
}

/* Font Weight */
.font-weight-bold {
  font-weight: 700 !important;
}

/* Position Utilities */
.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

/* Display Utilities */
.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

/* Flexbox Utilities */
.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-lg-end {
  justify-content: flex-end !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

/* Text Alignment */
.text-center {
  text-align: center !important;
}

.text-lg-right {
  text-align: right !important;
}

.text-lg-start {
  text-align: left !important;
}

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right !important;
  }
  
  .text-lg-start {
    text-align: left !important;
  }
  
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}

/* Width Utilities */
.w-100 {
  width: 100% !important;
}

/* Background Utilities */
.bg-white {
  background-color: #ffffff !important;
}

.bg-default {
  background-color: #f9fafb !important;
}

.bg-default-5 {
  background-color: #f3f4f6 !important;
}

.bg-dodger-blue-2 {
  background-color: #3b82f6 !important;
}

.bg-green {
  background-color: #10b981 !important;
}

.bg-coral {
  background-color: #f87171 !important;
}

.bg-java {
  background-color: #14b8a6 !important;
}

/* Button Sizes */
.btn--xl {
  padding: 12px 32px !important;
  font-size: 16px !important;
}

.btn--xxl {
  padding: 16px 40px !important;
  font-size: 18px !important;
}

.btn--190 {
  min-width: 190px !important;
}

/* Outline Button */
.btn-outline-primary {
  color: var(--kicklift-primary) !important;
  border: 2px solid var(--kicklift-primary) !important;
  background-color: transparent !important;
}

.btn-outline-primary:hover {
  color: white !important;
  background-color: var(--kicklift-primary) !important;
}

/* White Button */
.btn-white {
  background-color: white !important;
  color: var(--kicklift-dark) !important;
}

.btn-white:hover {
  background-color: #f3f4f6 !important;
}

/* Link Styles */
.hover-text-primary:hover {
  color: var(--kicklift-primary) !important;
}

/* Custom Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.content-image-group img {
  animation: float 6s ease-in-out infinite;
}

.content-image-group img:nth-child(2) {
  animation-delay: 1s;
}

.content-image-group img:nth-child(3) {
  animation-delay: 2s;
}

/* Feature Icon Styles */
.feature-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem !important;
}

.feature-icon i {
  font-size: 1.5rem;
}

.bg-primary-opacity {
  background-color: rgba(99, 102, 241, 0.1) !important;
}

.bg-success-opacity {
  background-color: rgba(16, 185, 129, 0.1) !important;
}

.bg-warning-opacity {
  background-color: rgba(245, 158, 11, 0.1) !important;
}

/* Team Member Card */
.team-member-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.team-member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.experience-highlights .feature-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 1rem !important;
}

.experience-highlights .feature-icon i {
  font-size: 1.2rem;
}

/* Font italic utility */
.font-italic {
  font-style: italic !important;
}

/* Testimonial Card Horizontal */
.testimonial-card-horizontal {
  transition: all 0.15s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-card-horizontal:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
  border-color: transparent;
}

/* Line height utility */
.lh-lg {
  line-height: 1.8 !important;
}

/* Opacity utility */
.opacity-50 {
  opacity: 0.5 !important;
}

/* GTM Evolution Cards */
.gtm-evolution-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  transition: all 0.15s ease;
  display: flex;
  flex-direction: column;
}

.gtm-evolution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gtm-evolution-card--featured {
  border: none;
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(99, 102, 241, 0.3);
}

.gtm-evolution-card--featured:hover {
  transform: scale(1.08) translateY(-5px);
  box-shadow: 0 20px 50px rgba(99, 102, 241, 0.4);
}

/* Trust-Driven Section */
.trust-driven-section {
  position: relative;
  overflow: hidden;
}

.trust-driven-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 60%;
  height: 200%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* GTM Evolution Graphic */
.gtm-evolution-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 3rem 0;
}

.gtm-card {
  position: relative;
  background: white;
  border-radius: 16px;
  padding: 3rem 2rem;
  width: 200px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.15s ease;
}

.gtm-card__icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.gtm-card__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
}

.gtm-card--plg {
  opacity: 0.6;
}

.gtm-card--plg .gtm-card__icon {
  color: #9CA3AF;
}

.gtm-card--plg .gtm-card__title {
  color: #6B7280;
}

.gtm-card--slg .gtm-card__icon {
  color: #F59E0B;
}

.gtm-card--slg .gtm-card__title {
  color: #D97706;
}

.gtm-card--tdg {
  transform: translateY(-10px);
  border: 2px solid #6366F1;
}

.gtm-card--tdg .gtm-card__icon {
  color: #6366F1;
}

.gtm-card--tdg .gtm-card__title {
  color: #6366F1;
}

.gtm-card__badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #10B981;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.gtm-arrow {
  color: #D1D5DB;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .gtm-evolution-container {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .gtm-arrow {
    transform: rotate(90deg);
  }
  
  .gtm-card {
    width: 180px;
  }
  
  .gtm-card--tdg {
    transform: translateY(0);
  }
}