/* Custom styles for this website */

/* ============================================
   Cloud7Labs Brand Colors (from logo)
   ============================================
   Primary Blue: #0D5EAF (main brand color)
   Deep Blue: #003D82 (darker shade)
   Light Blue: #1565C0 (lighter shade)
   Teal/Cyan: #17A2B8 (accent color)
   Bright Cyan: #00BCD4 (secondary accent)
   White: #ffffff (background)
   ============================================ */

/* Force white/light theme only - Override any dark mode */
body,
body.theme-dark,
body.theme-light,
[data-theme="dark"],
[data-theme="light"] {
  background-color: #ffffff !important;
  color: #2C3E50 !important;
}

/* Ensure all sections use light backgrounds */
.section,
.bg-half-170,
.bg-light {
  background-color: #F5F8FA !important;
}

/* Card backgrounds */
.card,
.testi-box,
.pricing-rates,
.blog-post,
.team-member {
  background-color: #ffffff !important;
  border-color: rgba(13, 94, 175, 0.15) !important;
}

/* Primary colors matching logo */
.btn-primary,
.bg-primary {
  background-color: #0D5EAF !important;
  border-color: #0D5EAF !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #003D82 !important;
  border-color: #003D82 !important;
}

.text-primary,
a.text-primary {
  color: #0D5EAF !important;
}

.text-primary:hover {
  color: #003D82 !important;
}

/* Secondary/Accent colors */
.btn-secondary,
.bg-secondary {
  background-color: #17A2B8 !important;
  border-color: #17A2B8 !important;
}

.btn-info {
  background-color: #00BCD4 !important;
  border-color: #00BCD4 !important;
}

/* Headings use deep blue */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #003D82 !important;
}

/* Links use primary brand color */
a:not(.btn) {
  color: #0D5EAF;
}

a:not(.btn):hover {
  color: #003D82;
}

/* Gradient backgrounds with logo colors */
.bg-gradient,
.gradient-overlay {
  background: linear-gradient(135deg, #0D5EAF 0%, #17A2B8 100%) !important;
}

/* Navigation links */
.navigation-menu > li > a {
  color: #2C3E50 !important;
}

.navigation-menu > li > a:hover,
.navigation-menu > li > a.active {
  color: #0D5EAF !important;
}

/* Footer styling */
.footer {
  background-color: #003D82 !important;
  color: #ffffff !important;
}

.footer .text-foot {
  color: rgba(255, 255, 255, 0.8) !important;
}

.footer .text-foot:hover {
  color: #00BCD4 !important;
}

.footer h5, .footer h6,
.footer .h5, .footer .h6,
.footer-head {
  color: #000000 !important;
}

/* Form elements with brand colors */
.form-control:focus,
.form-select:focus {
  border-color: #0D5EAF !important;
  box-shadow: 0 0 0 0.2rem rgba(13, 94, 175, 0.25) !important;
}

/* Badges and labels */
.badge-primary {
  background-color: #0D5EAF !important;
}

.badge-info {
  background-color: #17A2B8 !important;
}

/* Icons with brand colors */
.icon,
.features .feature-icon,
i.text-primary {
  color: #0D5EAF !important;
}

/* Borders */
.border,
.border-primary {
  border-color: rgba(13, 94, 175, 0.2) !important;
}

/* Shadows with brand color tint */
.shadow,
.shadow-sm,
.shadow-lg {
  box-shadow: 0 0.5rem 1rem rgba(13, 94, 175, 0.1) !important;
}

/* Company Logo Styling - MUCH LARGER sizes for perfect visibility */
.company-logo {
  height: 180px !important;
  width: auto !important;
  object-fit: contain;
  display: block;
  transition: all 0.3s ease;
}

/* Single logo display - no duplicates */
.logo img.company-logo {
  display: block !important;
}

/* Ensure navbar items are on same row - compact height */
#topnav #navigation {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
}

#topnav .navigation-menu {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  height: 70px !important;
}

/* Logo in navbar - VERY LARGE logo with compact navbar */
#topnav {
  display: flex !important;
  align-items: center !important;
  padding: 5px 0 !important;
  min-height: 70px !important;
  max-height: 70px !important;
  background-color: #ffffff !important;
}

#topnav .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 0 15px !important;
  height: 70px !important;
}

#topnav .logo {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
  padding: 0 !important;
  height: 70px !important;
  font-size: 0 !important;
  margin: 0 !important;
  float: none !important;
  overflow: visible !important;
}

#topnav .logo a {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
  padding: 0 !important;
  height: 100% !important;
}

#topnav .logo .company-logo {
  height: 180px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

/* Override any height constraints from base CSS */
#topnav .logo img.company-logo {
  height: 180px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
  vertical-align: middle !important;
}

/* Single logo - ensure proper display */
#topnav .logo img.company-logo {
  display: block !important;
  visibility: visible !important;
}

/* Responsive logo sizing - keep navbar compact but logo large */
@media (max-width: 1200px) {
  .company-logo {
    height: 160px !important;
  }
  
  #topnav {
    min-height: 65px !important;
    max-height: 65px !important;
  }
  
  #topnav .container {
    height: 65px !important;
  }
  
  #topnav #navigation {
    height: 65px !important;
  }
  
  #topnav .navigation-menu {
    height: 65px !important;
  }
  
  #topnav .logo {
    height: 65px !important;
  }
  
  #topnav .logo .company-logo {
    height: 160px !important;
  }
}

@media (max-width: 992px) {
  .company-logo {
    height: 140px !important;
  }
  
  #topnav {
    min-height: 60px !important;
    max-height: 60px !important;
  }
  
  #topnav .container {
    height: 60px !important;
  }
  
  #topnav #navigation {
    height: 60px !important;
  }
  
  #topnav .navigation-menu {
    height: 60px !important;
  }
  
  #topnav .logo {
    height: 60px !important;
  }
  
  #topnav .logo .company-logo {
    height: 140px !important;
  }
}

@media (max-width: 768px) {
  .company-logo {
    height: 120px !important;
  }
  
  #topnav {
    min-height: 55px !important;
    max-height: 55px !important;
  }
  
  #topnav .container {
    height: 55px !important;
  }
  
  #topnav #navigation {
    height: 55px !important;
  }
  
  #topnav .navigation-menu {
    height: 55px !important;
  }
  
  #topnav .logo {
    height: 55px !important;
  }
  
  #topnav .logo .company-logo {
    height: 120px !important;
  }
}

@media (max-width: 480px) {
  .company-logo {
    height: 100px !important;
  }
  
  #topnav {
    min-height: 50px !important;
    max-height: 50px !important;
  }
  
  #topnav .container {
    height: 50px !important;
  }
  
  #topnav #navigation {
    height: 50px !important;
  }
  
  #topnav .navigation-menu {
    height: 50px !important;
  }
  
  #topnav .logo {
    height: 50px !important;
  }
  
  #topnav .logo .company-logo {
    height: 100px !important;
  }
}

/* Logo in offcanvas */
.offcanvas-header .company-logo {
  max-height: 60px !important;
  height: auto !important;
}

/* Logo in footer - SAME SIZE AS HEADER (180px) */
.company-logo-footer {
  height: 180px !important;
  width: auto !important;
  object-fit: contain;
  transition: opacity 0.3s ease;
  display: block !important;
}

.footer .logo-footer {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

.footer .logo-footer img.company-logo-footer {
  height: 180px !important;
  width: auto !important;
}

/* Footer container adjustments for larger logo */
.footer-bar {
  min-height: 70px !important;
  display: flex !important;
  align-items: center !important;
  padding: 5px 0 !important;
}

.footer-bar .col-lg-3 {
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

.company-logo-footer:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .company-logo-footer {
    height: 160px !important;
  }
  
  .footer .logo-footer img.company-logo-footer {
    height: 160px !important;
  }
}

@media (max-width: 992px) {
  .company-logo-footer {
    height: 140px !important;
  }
  
  .footer .logo-footer img.company-logo-footer {
    height: 140px !important;
  }
}

@media (max-width: 768px) {
  .company-logo-footer {
    height: 120px !important;
  }
  
  .footer .logo-footer img.company-logo-footer {
    height: 120px !important;
  }
}

@media (max-width: 480px) {
  .company-logo-footer {
    height: 100px !important;
  }
  
  .footer .logo-footer img.company-logo-footer {
    height: 100px !important;
  }
}

/* Ensure logo container doesn't break layout */
.logo {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
  font-size: 0 !important;
  padding: 0 !important;
}

.logo img.company-logo {
  vertical-align: middle !important;
}

/* Smooth hover effects */
.logo:hover .company-logo {
  transform: scale(1.05);
}

/* Fix navbar height - COMPACT navbar */
#topnav.defaultscroll {
  min-height: 70px !important;
  max-height: 70px !important;
  padding: 5px 0 !important;
  display: flex !important;
  align-items: center !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(13, 94, 175, 0.1) !important;
}

#topnav.defaultscroll .logo {
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  height: 70px !important;
  overflow: visible !important;
}

/* Ensure proper spacing around logo */
#topnav .container > div:first-child {
  display: flex;
  align-items: center;
  padding: 0 !important;
  height: 70px !important;
  overflow: visible !important;
}

/* Override base logo CSS that might constrain size */
.logo {
  font-weight: normal !important;
  font-size: 0 !important;
  margin-right: 30px !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

/* Ensure navigation menu is aligned with logo - compact height */
#topnav #navigation .navigation-menu {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
}

#topnav #navigation .navigation-menu > li {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
}

#topnav #navigation .navigation-menu > li > a {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
  color: #2C3E50 !important;
}

#topnav #navigation .navigation-menu > li > a:hover {
  color: #0D5EAF !important;
}

/* Sticky navbar styling */
#topnav.nav-sticky {
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(13, 94, 175, 0.1) !important;
}

/* ============================================
   Modern Hero Section - Professional Business Design
   ============================================ */

.hero-section-modern {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
  background: linear-gradient(135deg, #0D5EAF 0%, #003D82 50%, #1565C0 100%);
  background-size: 200% 200%;
  animation: gradientShift 15s ease infinite;
}

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

/* Subtle geometric pattern overlay */
.hero-section-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(23, 162, 184, 0.08) 0%, transparent 50%),
    linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.03) 50%, transparent 100%);
  pointer-events: none;
}

/* Additional overlay for depth */
.hero-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at top left, rgba(23, 162, 184, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(0, 188, 212, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

/* Hero Content Styling */
.hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.hero-badge {
  display: inline-block;
}

.badge-text {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.5px;
}

.hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  max-width: 90%;
  margin-bottom: 2rem;
}

/* Hero CTA Buttons */
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.btn-primary-modern {
  background: #ffffff;
  color: #0D5EAF;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.btn-primary-modern:hover {
  background: #f8f9fa;
  color: #003D82;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.btn-primary-modern:active {
  transform: translateY(0);
}

.btn-outline-modern {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.btn-outline-modern:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.btn-outline-modern:active {
  transform: translateY(0);
}

/* Hero Image Styling */
.hero-image-wrapper {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.hero-image-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(23, 162, 184, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
  z-index: -1;
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.1); }
}

.hero-image {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}

.hero-image:hover {
  transform: translateY(-5px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-section-modern {
    min-height: auto;
    padding: 100px 0 60px;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-description {
    font-size: 1rem;
    max-width: 100%;
  }
  
  .hero-image-wrapper {
    margin-top: 3rem;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .hero-section-modern {
    padding: 80px 0 40px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-description {
    font-size: 0.95rem;
  }
  
  .hero-cta {
    flex-direction: column;
  }
  
  .btn-primary-modern,
  .btn-outline-modern {
    width: 100%;
    justify-content: center;
  }
  
  .hero-image-glow {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.75rem;
  }
  
  .badge-text {
    font-size: 12px;
    padding: 6px 16px;
  }
  
  .btn-primary-modern,
  .btn-outline-modern {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* Utility class for minimum viewport height */
.min-vh-75 {
  min-height: 75vh;
}

@media (max-width: 992px) {
  .min-vh-75 {
    min-height: auto;
  }
}

/* ============================================
   Modern Home Page Redesign Styles
   ============================================ */

/* Section Base Styles */
.section-modern {
  padding: 100px 0;
  position: relative;
}

.bg-light-modern {
  background: linear-gradient(180deg, #F8F9FA 0%, #FFFFFF 100%);
}

/* Section Headers */
.section-header-modern {
  margin-bottom: 3rem;
}

.section-label {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, rgba(13, 94, 175, 0.1), rgba(23, 162, 184, 0.1));
  border: 1px solid rgba(13, 94, 175, 0.2);
  border-radius: 50px;
  color: #0D5EAF;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.section-title-modern {
  font-size: 2.75rem;
  font-weight: 700;
  color: #003D82;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-description {
  font-size: 1.125rem;
  color: #5A6C7D;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* Capabilities Section */
.capabilities-section {
  background: #FFFFFF;
}

.capability-card {
  background: #FFFFFF;
  border: 1px solid rgba(13, 94, 175, 0.1);
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.capability-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0D5EAF, #17A2B8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.capability-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(13, 94, 175, 0.15);
  border-color: rgba(13, 94, 175, 0.3);
}

.capability-card:hover::before {
  transform: scaleX(1);
}

.capability-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, rgba(13, 94, 175, 0.1), rgba(23, 162, 184, 0.1));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.capability-icon i {
  font-size: 32px;
  color: #0D5EAF;
  transition: all 0.3s ease;
}

.capability-card:hover .capability-icon {
  background: linear-gradient(135deg, #0D5EAF, #17A2B8);
  transform: scale(1.1);
}

.capability-card:hover .capability-icon i {
  color: #FFFFFF;
  transform: rotate(5deg);
}

.capability-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #003D82;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.capability-description {
  font-size: 1rem;
  color: #5A6C7D;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.capability-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0D5EAF;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.capability-link:hover {
  color: #003D82;
  gap: 12px;
}

.capability-link i {
  transition: transform 0.3s ease;
}

.capability-link:hover i {
  transform: translateX(4px);
}

.btn-primary-modern-large {
  background: linear-gradient(135deg, #0D5EAF, #003D82);
  color: #FFFFFF;
  border: none;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(13, 94, 175, 0.3);
}

.btn-primary-modern-large:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13, 94, 175, 0.4);
  color: #FFFFFF;
}

/* About Section */
.about-section {
  position: relative;
}

.about-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  height: 500px;
}

.about-image-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
}

.about-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.about-image-item:hover img {
  transform: scale(1.1);
}

.about-image-large {
  grid-row: 1 / 3;
}

.about-image-small {
  grid-row: span 1;
}

.about-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.about-image-item:hover .about-image-overlay {
  transform: translateY(0);
}

.about-content {
  padding-left: 2rem;
}

.about-text {
  font-size: 1.125rem;
  color: #5A6C7D;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.about-features {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.about-features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
  font-size: 1rem;
  color: #2C3E50;
}

.about-features li i {
  color: #0D5EAF;
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* Stats Section */
.stats-section {
  background: linear-gradient(135deg, #0D5EAF 0%, #003D82 50%, #17A2B8 100%);
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(23, 162, 184, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.stats-container {
  position: relative;
  z-index: 2;
}

.stat-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
}

.stat-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.stat-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}

.stat-icon i {
  font-size: 36px;
  color: #FFFFFF;
}

.stat-card:hover .stat-icon {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1) rotate(5deg);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.stat-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 500;
}

/* Skills Section */
.skills-section {
  background: #F8F9FA;
}

.skill-item {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid rgba(13, 94, 175, 0.1);
  transition: all 0.3s ease;
}

.skill-item:hover {
  box-shadow: 0 10px 30px rgba(13, 94, 175, 0.1);
  transform: translateY(-2px);
}

.skill-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.skill-name {
  font-size: 1rem;
  font-weight: 600;
  color: #003D82;
  margin: 0;
}

.skill-percentage {
  font-size: 1rem;
  font-weight: 700;
  color: #0D5EAF;
}

.skill-bar {
  height: 8px;
  background: rgba(13, 94, 175, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.skill-progress {
  height: 100%;
  background: linear-gradient(90deg, #0D5EAF, #17A2B8);
  border-radius: 10px;
  width: 0;
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.skill-progress::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 2s infinite;
}

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

/* Process Section */
.process-section {
  background: #FFFFFF;
}

.process-card {
  background: #FFFFFF;
  border: 1px solid rgba(13, 94, 175, 0.1);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  transition: all 0.4s ease;
  height: 100%;
}

.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 70px rgba(13, 94, 175, 0.15);
  border-color: rgba(13, 94, 175, 0.3);
}

.process-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 4rem;
  font-weight: 700;
  color: rgba(13, 94, 175, 0.1);
  line-height: 1;
  transition: all 0.3s ease;
}

.process-card:hover .process-number {
  color: rgba(13, 94, 175, 0.2);
  transform: scale(1.1);
}

.process-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(13, 94, 175, 0.1), rgba(23, 162, 184, 0.1));
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.process-icon i {
  font-size: 48px;
  color: #0D5EAF;
  transition: all 0.3s ease;
}

.process-card:hover .process-icon {
  background: linear-gradient(135deg, #0D5EAF, #17A2B8);
  transform: scale(1.1) rotate(5deg);
}

.process-card:hover .process-icon i {
  color: #FFFFFF;
}

.process-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #003D82;
  margin-bottom: 1rem;
}

.process-description {
  font-size: 1rem;
  color: #5A6C7D;
  line-height: 1.7;
  margin: 0;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #003D82 0%, #0D5EAF 50%, #17A2B8 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(23, 162, 184, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.cta-container {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 3rem;
}

.cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.cta-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 0;
}

.btn-cta-primary {
  background: #FFFFFF;
  color: #0D5EAF;
  border: none;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-cta-primary:hover {
  background: #F8F9FA;
  color: #003D82;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
  .section-modern {
    padding: 80px 0;
  }

  .section-title-modern {
    font-size: 2.25rem;
  }

  .about-content {
    padding-left: 0;
    margin-top: 3rem;
  }

  .about-image-grid {
    height: 400px;
  }

  .cta-title {
    font-size: 1.875rem;
  }

  .cta-container {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .section-modern {
    padding: 60px 0;
  }

  .section-title-modern {
    font-size: 2rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .capability-card {
    padding: 2rem;
  }

  .about-image-grid {
    height: 350px;
    gap: 0.75rem;
  }

  .stat-card {
    padding: 2rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .process-card {
    padding: 2.5rem 1.5rem;
  }

  .process-icon {
    width: 80px;
    height: 80px;
  }

  .process-icon i {
    font-size: 36px;
  }

  .cta-title {
    font-size: 1.5rem;
  }

  .cta-description {
    font-size: 1rem;
  }

  .btn-cta-primary,
  .btn-primary-modern-large {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .section-title-modern {
    font-size: 1.75rem;
  }

  .section-label {
    font-size: 12px;
    padding: 5px 12px;
  }

  .capability-card {
    padding: 1.5rem;
  }

  .capability-icon {
    width: 60px;
    height: 60px;
  }

  .capability-icon i {
    font-size: 24px;
  }

  .about-image-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .about-image-large {
    grid-row: span 1;
  }

  .stat-card {
    padding: 1.5rem;
  }

  .stat-icon {
    width: 60px;
    height: 60px;
  }

  .stat-icon i {
    font-size: 28px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .process-card {
    padding: 2rem 1rem;
  }

  .process-number {
    font-size: 3rem;
    top: 1rem;
    right: 1rem;
  }
}

/* Animation on Scroll */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.capability-card,
.stat-card,
.process-card,
.skill-item {
  animation: fadeInUp 0.6s ease-out backwards;
}

.capability-card:nth-child(1) { animation-delay: 0.1s; }
.capability-card:nth-child(2) { animation-delay: 0.2s; }
.capability-card:nth-child(3) { animation-delay: 0.3s; }
.capability-card:nth-child(4) { animation-delay: 0.4s; }
.capability-card:nth-child(5) { animation-delay: 0.5s; }
.capability-card:nth-child(6) { animation-delay: 0.6s; }
