/* Aviation Industry Page Styles - Updated 2025-11-06 */
/* CACHE BUSTER: v21.0-AVIATION-HERO-IMAGE-RESCALED-ALIGNED - DO NOT REMOVE THIS LINE */

/* Global textarea resize fix - remove resize corner, keep vertical scroll */
textarea {
  resize: none !important;
}

/* ================================
   CONSISTENT MARGINS FOR ALL SERVICE AND INDUSTRY PAGES
   Overrides Tailwind's default responsive padding
   ================================ */

/* Override Tailwind max-width containers to remove auto-centering */
section .max-w-7xl,
section .max-w-6xl,
section .max-w-5xl,
section .max-w-4xl,
section .max-w-3xl,
section .max-w-2xl {
  max-width: none !important; /* Remove max-width constraint */
  margin-left: 0 !important; /* Remove auto centering */
  margin-right: 0 !important; /* Remove auto centering */
  padding-left: 48px !important; /* Direct padding for consistent margins */
  padding-right: 48px !important;
}

/* Mobile: Smaller padding for more content space */
@media (max-width: 768px) {
  section .max-w-7xl,
  section .max-w-6xl,
  section .max-w-5xl,
  section .max-w-4xl,
  section .max-w-3xl,
  section .max-w-2xl {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

/* Aviation Hero Section - Standardized across all service pages */
.aviation-hero {
  width: 100%;
  min-height: 600px; /* Consistent minimum height */
  position: relative;
  display: flex;
  align-items: flex-start; /* Top align - no vertical centering */
  justify-content: center;
  overflow: hidden;
  padding-top: 120px !important; /* Fixed top padding for consistent starting height */
  padding-bottom: 80px !important; /* Consistent bottom padding */
  margin-top: 0 !important; /* Ensure consistent height start for all pages */
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/aviation/aviation-hero-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Industry-specific hero backgrounds */
.industry-healthcare .hero-background {
  background-image: url('../assets/img/healthcare.jpg');
  background-size: cover;
  background-position: center center;
}

.industry-retail .hero-background {
  background-image: url('../assets/img/retail.jpg');
  background-size: cover;
  background-position: center center;
}

.industry-financial .hero-background {
  background-image: url('../assets/img/finance.jpg');
  background-size: cover;
  background-position: center center;
}

.industry-telecom .hero-background {
  background-image: url('../assets/img/telecom.jpg');
  background-size: cover;
  background-position: center center;
}

.industry-energy .hero-background {
  background-image: url('../assets/img/energy.jpg');
  background-size: cover;
  background-position: center center;
}

/* Digital Experience pages hero backgrounds */
.page-app-modernization .hero-background {
  background-image: url('../assets/images/digi1.jpg');
  background-size: cover;
  background-position: center center;
}

.page-legacy-cloud .hero-background {
  background-image: url('../assets/images/digi2.jpg');
  background-size: cover;
  background-position: center center;
}

.page-uiux .hero-background {
  background-image: url('../assets/images/digi3.jpg');
  background-size: cover;
  background-position: center center;
}

.page-lowcode .hero-background {
  background-image: url('../assets/images/digi4.jpg');
  background-size: cover;
  background-position: center center;
}

.page-api .hero-background {
  background-image: url('../assets/images/digi5.jpg');
  background-size: cover;
  background-position: center center;
}

.page-commerce .hero-background {
  background-image: url('../assets/images/digi6.jpg');
  background-size: cover;
  background-position: center center;
}

/* AI & Data pages hero backgrounds */
.page-data-strategy .hero-background {
  background-image: url('../assets/images/a1.jpg');
  background-size: cover;
  background-position: center center;
}

.page-data-pipelines .hero-background {
  background-image: url('../assets/images/a2.jpg');
  background-size: cover;
  background-position: center center;
}

.page-ml-models .hero-background {
  background-image: url('../assets/images/a3.jpg');
  background-size: cover;
  background-position: center center;
}

.page-data-viz .hero-background {
  background-image: url('../assets/images/a4.jpg');
  background-size: cover;
  background-position: center center;
}

.page-gen-ai .hero-background {
  background-image: url('../assets/images/a5.jpg');
  background-size: cover;
  background-position: center center;
}

.page-dataops .hero-background {
  background-image: url('../assets/images/a6.jpg');
  background-size: cover;
  background-position: center center;
}

/* Cloud Transformation pages hero backgrounds */
.page-cloud-strategy .hero-background {
  background-image: url('../assets/images/c1.jpg');
  background-size: cover;
  background-position: center center;
}

.page-cloud-migration .hero-background {
  background-image: url('../assets/images/c2.jpg');
  background-size: cover;
  background-position: center center;
}

.page-devops .hero-background {
  background-image: url('../assets/images/c3.jpg');
  background-size: cover;
  background-position: center center;
}

.page-containerization .hero-background {
  background-image: url('../assets/images/c4.jpg');
  background-size: cover;
  background-position: center center;
}

.page-multicloud .hero-background {
  background-image: url('../assets/images/c5.jpg');
  background-size: cover;
  background-position: center center;
}

.page-cloud-security .hero-background {
  background-image: url('../assets/images/c6.jpg');
  background-size: cover;
  background-position: center center;
}

/* Cybersecurity & Compliance pages hero backgrounds */
.page-splunk-siem .hero-background {
  background-image: url('../assets/images/s1.jpg');
  background-size: cover;
  background-position: center center;
}

.page-threat-detection .hero-background {
  background-image: url('../assets/images/s2.jpg');
  background-size: cover;
  background-position: center center;
}

.page-identity-access .hero-background {
  background-image: url('../assets/images/s3.jpg');
  background-size: cover;
  background-position: center center;
}

.page-compliance .hero-background {
  background-image: url('../assets/images/s4.jpg');
  background-size: cover;
  background-position: center center;
}

.page-vulnerability .hero-background {
  background-image: url('../assets/images/s5.jpg');
  background-size: cover;
  background-position: center center;
}

.page-endpoint-security .hero-background {
  background-image: url('../assets/images/s6.jpg');
  background-size: cover;
  background-position: center center;
}

/* ServiceNow Implementation pages hero backgrounds */
.page-itsm .hero-background {
  background-image: url('../assets/images/sn1.jpg');
  background-size: cover;
  background-position: center center;
}

.page-hrsd .hero-background {
  background-image: url('../assets/images/sn2.png');
  background-size: cover;
  background-position: center center;
}

.page-nowassist .hero-background {
  background-image: url('../assets/images/sn3.png');
  background-size: cover;
  background-position: center center;
}

.page-platform-custom .hero-background {
  background-image: url('../assets/images/sn4.jpg');
  background-size: cover;
  background-position: center center;
}

.page-workflow-auto .hero-background {
  background-image: url('../assets/images/sn5.jpg');
  background-size: cover;
  background-position: center center;
}

.page-service-catalog .hero-background {
  background-image: url('../assets/images/sn6.jfif');
  background-size: cover;
  background-position: center center;
}

/* Products pages hero backgrounds */
.page-medcompare .hero-background {
  background-image: url('../assets/images/medcompare-bg.jpg');
  background-size: cover;
  background-position: center center;
}

.page-towertalk .hero-background {
  background-image: url('../assets/images/towertalk-bg.jpg');
  background-size: cover;
  background-position: center center;
}

.page-medlens .hero-background {
  background-image: url('../assets/images/medlens-bg.jpg');
  background-size: cover;
  background-position: center center;
}

.page-flysmart .hero-background {
  background-image: url('../assets/images/flysmart-bg.jpg');
  background-size: cover;
  background-position: center center;
}

.page-foresight .hero-background {
  background-image: url('../assets/images/foresight-bg.jpg');
  background-size: cover;
  background-position: center center;
}

/* PMO & Governance pages hero backgrounds */
.page-ppm .hero-background {
  background-image: url('../assets/images/p1.jpg');
  background-size: cover;
  background-position: center center;
}

.page-program-governance .hero-background {
  background-image: url('../assets/images/p2.jpg');
  background-size: cover;
  background-position: center center;
}

.page-kpi .hero-background {
  background-image: url('../assets/images/p3.jpg');
  background-size: cover;
  background-position: center center;
}

.page-risk-management .hero-background {
  background-image: url('../assets/images/p4.jpg');
  background-size: cover;
  background-position: center center;
}

.page-executive-reporting .hero-background {
  background-image: url('../assets/images/p5.jpg');
  background-size: cover;
  background-position: center center;
}

.page-agile-pmo .hero-background {
  background-image: url('../assets/images/p6.jpg');
  background-size: cover;
  background-position: center center;
}

/* STANDARDIZED HERO COLOR - All service pages use careers page gradient */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.75) 0%, rgba(28, 63, 183, 0.85) 50%);
  /* Matches careers page gradient direction with transparency to show background images */
}

/* STANDARDIZED: Hero container with consistent margins across all service pages */
.hero-container {
  position: relative;
  z-index: 2;
  max-width: none !important; /* Remove max-width to allow full-width with padding */
  width: 100%;
  margin: 0 !important; /* No auto centering - use padding instead */
  padding: 0 48px !important; /* Direct left/right padding for consistent margins */
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important; /* Align content to top within container */
  gap: 80px; /* Standardized gap between content and illustration */
  margin-top: 0 !important; /* No top margin - controlled by parent */
  padding-top: 0 !important; /* No top padding - controlled by parent .aviation-hero */
  box-sizing: border-box;
}

/* STANDARDIZED: Hero content wrapper */
.hero-content {
  display: flex;
  flex-direction: column;
  gap: 24px; /* Standardized gap between elements */
  max-width: 650px; /* Prevent text from becoming too wide */
  flex: 1;
  align-self: flex-start; /* Force content to start at top regardless of right-side widget */
  padding-top: 0 !important; /* Ensure consistent top position - no variations */
  margin-top: 0 !important; /* Ensure consistent starting height across all pages */
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  width: fit-content;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.185;
  color: #FFFFFF;
}

/* ================================
   STANDARDIZED HERO TYPOGRAPHY
   All service pages use these exact sizes
   ================================ */

/* Hero Title - Standardized at 56px for all service pages */
.hero-title {
  font-family: 'Rubik', sans-serif !important; /* Consistent font across all pages */
  font-weight: 700 !important; /* BOLD - DO NOT OVERRIDE */
  font-size: 56px !important; /* Standardized title size - DO NOT OVERRIDE */
  line-height: 1.2 !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%; /* Allows text to flow naturally within container */
}

/* Hero Title Spans (for colored text like "for Modern Utilities") */
.hero-title span {
  font-family: 'Rubik', sans-serif !important; /* Ensure spans inherit consistent font */
  font-weight: 700 !important; /* Same weight as parent */
  font-size: inherit !important; /* Same size as parent title */
  line-height: inherit !important;
}

/* Hero Description - Standardized at 20px for all service pages */
.hero-description {
  font-family: 'Rubik', sans-serif !important; /* Consistent font across all pages */
  font-weight: 400 !important;
  font-size: 20px !important; /* Standardized description size - DO NOT OVERRIDE */
  line-height: 1.5 !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%; /* Allows text to flow naturally within container */
}

/* Hero CTA Button - Standardized dimensions for all service pages */
.hero-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 28px !important; /* Standardized button padding */
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background: transparent;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 16px !important; /* Standardized button font size */
  line-height: 1.5;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  width: fit-content;
  text-decoration: none;
  white-space: nowrap;
}

.hero-cta:hover {
  background: #FFFFFF;
  color: #1C3FB7;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Hero Secondary Button - Same standardized dimensions */
.hero-cta-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 28px !important; /* Standardized button padding */
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background: transparent;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 16px !important; /* Standardized button font size */
  line-height: 1.5;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  width: fit-content;
  text-decoration: none;
  white-space: nowrap;
}

.hero-cta-secondary:hover {
  background: #FFFFFF;
  color: #1C3FB7;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-illustration {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: flex-start;
  margin-left: 0;
  flex: 0 0 auto;
  max-width: 500px;
}

.hero-illustration img {
  max-width: 100%;
  max-height: 450px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 32px;
}

.hero-illustration > div {
  width: 100%;
  max-height: none;
}

/* Custom scrollbar for widgets */
.hero-illustration > div::-webkit-scrollbar {
  width: 6px;
}

.hero-illustration > div::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.hero-illustration > div::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.hero-illustration > div::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* REMOVED: Cloud Transformation Pages custom overrides
   All pages now use standardized hero section styles for consistency */

/* Cloud Services Hero Forms - Specific Fixes */
.aviation-hero .hero-illustration .bg-white.rounded-xl {
  padding: 20px !important;
  margin-bottom: 20px;
  max-width: 450px !important;
}

.aviation-hero .hero-illustration .space-y-4 {
  margin-top: 0 !important;
}

.aviation-hero .hero-illustration .space-y-4 > div {
  margin-top: 0 !important;
}

.aviation-hero .hero-illustration .space-y-4 > div + div {
  margin-top: 14px !important;
}

.aviation-hero .hero-illustration .question {
  margin-bottom: 14px !important;
}

.aviation-hero .hero-illustration .question label {
  margin-bottom: 6px !important;
  font-size: 13px !important;
  display: block;
}

.aviation-hero .hero-illustration .question select,
.aviation-hero .hero-illustration input[type="range"] {
  margin-top: 6px;
  font-size: 13px !important;
}

.aviation-hero .hero-illustration .flex.justify-between {
  align-items: center;
  gap: 10px;
}

.aviation-hero .hero-illustration .text-sm {
  font-size: 12px !important;
  line-height: 1.4;
}

.aviation-hero .hero-illustration .mb-2 {
  margin-bottom: 6px !important;
}

.aviation-hero .hero-illustration .mb-4 {
  margin-bottom: 10px !important;
}

.aviation-hero .hero-illustration .mb-6 {
  margin-bottom: 14px !important;
}

.aviation-hero .hero-illustration .mt-3 {
  margin-top: 10px !important;
}

.aviation-hero .hero-illustration .mt-6 {
  margin-top: 14px !important;
}

.aviation-hero .hero-illustration h3 {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

.aviation-hero .hero-illustration .rounded-full {
  padding: 6px 10px !important;
}

/* Fix progress bar and text overlap */
.aviation-hero .hero-illustration .bg-gray-200.rounded-full {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.aviation-hero .hero-illustration .p-3 {
  padding: 10px !important;
}

.aviation-hero .hero-illustration .p-4 {
  padding: 12px !important;
}

/* Grid spacing fixes */
.aviation-hero .hero-illustration .grid {
  gap: 8px !important;
}

.aviation-hero .hero-illustration .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aviation-hero .hero-illustration .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aviation-hero .hero-illustration .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* What We Solve Section */
.what-we-solve {
  width: 100%;
  background: #FFFFFF;
  margin-top: 30px;
  padding: 102px 48px !important; /* Direct left/right padding for consistent margins */
}

.container {
  max-width: none !important; /* Remove max-width constraint */
  width: 100%;
  margin: 0; /* No auto centering */
  padding: 0; /* Padding handled by parent sections */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.title-line {
  width: 68px;
  height: 1px;
  background: rgba(34, 34, 34, 0.6);
}

.section-title h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.185;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.6);
  margin: 0;
}

.main-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.185;
  text-align: center;
  color: #222222;
  margin: 0;
  max-width: 900px; /* Changed to max-width for flexibility */
  width: 100%;
}

.section-description {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.185;
  text-align: center;
  color: #4B5563;
  margin: 0;
  max-width: 1200px; /* Changed to max-width for flexibility */
  width: 100%;
}

.challenges-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.challenges-row {
  display: flex;
  gap: 24px;
  width: 100%;
}

.challenge-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #DFE4EA;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.challenge-bg {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-image: none;
}

.challenge-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  width: 100%;
  padding: 18px 24px 24px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: none;
  border-top: none;
  flex-grow: 1;
}

.challenge-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: #222222;
  margin: 0;
}

.challenge-description {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #4B5563;
  margin: 0;
  text-align: left;
}

/* Aviation Services Section */
.aviation-services {
  width: 100%;
  background: #FFFFFF;
  padding: 102px 48px !important; /* Direct left/right padding for consistent margins */
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  width: 100%;
}

.service-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-bg {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-content {
  padding: 24px;
  background: #FFFFFF;
}

.service-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #222222;
  margin: 0 0 12px 0;
}

.service-description {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4B5563;
  margin: 0 0 20px 0;
}

.know-more-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: #1C3FB7;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.know-more-btn:hover {
  background: #174bcc;
  color: #FFFFFF;
}

/* Why Choose Aviation Section */
.aviation-section {
  width: 100%;
  background: #FFFFFF;
  padding: 102px 48px !important; /* Direct left/right padding for consistent margins */
}

.aviation-header {
  text-align: center;
  margin-bottom: 60px;
}

.aviation-subheading-line {
  margin: 0 0 20px 0;
}

.aviation-subheading {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.185;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.6);
  letter-spacing: 2px;
}

.aviation-main-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.185;
  color: #222222;
  margin: 0 0 20px 0;
}

.aviation-intro-text {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.185;
  color: #4B5563;
  margin: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.aviation-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  width: 100%;
}

.aviation-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aviation-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.aviation-icon-container {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F4F6;
  border-radius: 12px;
}

.aviation-icon {
  font-size: 28px;
}

.aviation-feature-content {
  flex: 1;
}

.aviation-feature-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #222222;
  margin: 0 0 12px 0;
}

.aviation-feature-description {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4B5563;
  margin: 0;
}

/* Aviation CTA Section */
.aviation-cta {
  width: 100%;
  background: linear-gradient(135deg, #1C3FB7 0%, #3B82F6 100%);
  padding: 80px 48px !important; /* Direct left/right padding for consistent margins */
  position: relative;
  overflow: hidden;
}

.aviation-cta .container {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: none !important; /* Remove max-width constraint */
  margin: 0; /* No auto centering */
  padding: 0; /* Container handles padding from parent */
}

.cta-content {
  max-width: 900px;
  margin: 0 auto;
}

.cta-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}

.cta-description {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0 0 40px 0;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 40px;
  background: #FFFFFF;
  color: #1C3FB7;
  border: none;
  border-radius: 12px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #F3F4F6;
  transform: translateY(-2px);
}

.bg-element {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.bg-element-1 {
  width: 200px;
  height: 200px;
  top: -100px;
  right: -100px;
}

.bg-element-2 {
  width: 150px;
  height: 150px;
  bottom: -75px;
  left: -75px;
}

/* Aviation Case Studies Section */
.aviation-case-studies {
  width: 100%;
  background: #FFFFFF;
  padding: 102px 48px !important; /* Direct left/right padding for consistent margins */
}

.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  width: 100%;
}

.case-study-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.case-study-card:hover {
  transform: translateY(-5px);
}

.case-study-bg {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.case-study-content {
  padding: 24px;
  background: #FFFFFF;
}

.case-study-meta {
  margin-bottom: 16px;
}

.case-study-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #222222;
  margin: 0 0 8px 0;
}

.case-study-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #6B7280;
}

.case-study-description {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4B5563;
  margin: 0 0 20px 0;
}

.case-study-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-time {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #6B7280;
}

.read-more-btn {
  padding: 8px 16px;
  background: #1C3FB7;
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.read-more-btn:hover {
  background: #174bcc;
}

/* ================================
   RESPONSIVE DESIGN - Standardized
   ================================ */

/* Desktop (1440px and below) - Maintain standardization */
@media (max-width: 1440px) {
  .hero-container {
    padding: 0 48px !important; /* Consistent padding across all sections */
    padding-top: 0 !important; /* No additional top padding */
    gap: 60px !important;
    max-width: none !important; /* No max-width constraint */
  }
  
  .hero-content {
    max-width: 550px;
    padding-top: 0 !important; /* No additional top padding */
    margin-top: 0 !important; /* No additional top margin */
  }
  
  .hero-title {
    font-size: 48px !important; /* Proportionally scaled */
  }
  
  .hero-description {
    font-size: 18px !important; /* Proportionally scaled */
  }
  
  .hero-cta,
  .hero-cta-secondary {
    padding: 12px 24px !important;
    font-size: 15px !important;
  }
  
  .hero-illustration {
    max-width: 420px;
  }
  
  .hero-illustration img {
    max-height: 380px;
  }
  
  .aviation-hero .hero-illustration .bg-white.rounded-xl {
    padding: 18px !important;
    max-width: 420px !important;
  }
  
  .what-we-solve,
  .aviation-services,
  .aviation-section,
  .aviation-case-studies {
    padding: 80px 48px !important; /* Consistent padding across all sections */
  }
  
  .aviation-cta {
    padding: 80px 48px !important; /* Consistent padding across all sections */
  }
  
  .main-title {
    width: 100%;
    font-size: 36px;
  }
  
  .section-description {
    width: 100%;
    font-size: 20px;
  }
  
  .challenges-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .challenge-card {
    flex: 0 0 calc(50% - 12px);
    max-width: 400px;
  }
}

/* Tablet (1024px and below) - Stack layout, maintain standardization */
@media (max-width: 1024px) {
  .aviation-hero {
    min-height: auto;
    padding-top: 100px !important; /* Fixed top padding for consistent height */
    padding-bottom: 60px !important;
  }
  
  .hero-container {
    flex-direction: column !important;
    gap: 40px !important;
    padding: 0 48px !important; /* Consistent padding across all sections */
    padding-top: 0 !important; /* No additional top padding */
    max-width: none !important; /* No max-width constraint */
  }
  
  .hero-content {
    max-width: 100% !important;
    text-align: left; /* Keep text left-aligned for readability */
    padding-top: 0 !important; /* No additional top padding */
    margin-top: 0 !important; /* No additional top margin */
  }
  
  .hero-title {
    font-size: 40px !important; /* Tablet-optimized size */
  }
  
  .hero-description {
    font-size: 18px !important; /* Tablet-optimized size */
  }
  
  .hero-cta,
  .hero-cta-secondary {
    padding: 12px 24px !important;
    font-size: 15px !important;
  }
  
  .hero-illustration {
    max-width: 320px;
  }
  
  .hero-illustration img {
    max-height: 290px;
  }
  
  .aviation-hero .hero-illustration .bg-white.rounded-xl {
    padding: 16px !important;
    max-width: 400px !important;
  }
  
  .what-we-solve,
  .aviation-services,
  .aviation-section,
  .aviation-case-studies {
    padding: 60px 48px !important; /* Consistent padding across all sections */
  }
  
  .aviation-cta {
    padding: 60px 48px !important; /* Consistent padding across all sections */
  }
  
  .main-title {
    font-size: 32px;
  }
  
  .section-description {
    font-size: 18px;
  }
  
  .challenges-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  .challenge-card {
    flex: 0 0 calc(50% - 10px);
    max-width: none;
    margin: 0;
  }
  
  .challenge-title {
    font-size: 20px;
  }
  
  .challenge-description {
    font-size: 16px;
  }
  
  .challenge-content {
    padding: 16px 20px 20px;
  }
  
  .aviation-features-grid {
    grid-template-columns: 1fr;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .case-studies-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile (768px and below) - Optimized for small screens, maintain standardization */
@media (max-width: 768px) {
  .aviation-hero {
    padding-top: 80px !important; /* Fixed top padding for consistent height */
    padding-bottom: 40px !important;
  }
  
  .hero-container {
    padding: 0 24px !important; /* Smaller padding on mobile for more content space */
    padding-top: 0 !important; /* No additional top padding */
    gap: 32px !important;
  }
  
  .hero-content {
    gap: 20px !important;
    padding-top: 0 !important; /* No additional top padding */
    margin-top: 0 !important; /* No additional top margin */
  }
  
  .hero-title {
    font-size: 32px !important; /* Mobile-optimized size */
    line-height: 1.3 !important;
  }
  
  .hero-description {
    font-size: 16px !important; /* Mobile-optimized size */
    line-height: 1.5 !important;
  }
  
  .hero-cta,
  .hero-cta-secondary {
    padding: 12px 20px !important;
    font-size: 14px !important;
    width: 100%; /* Full-width buttons on mobile for easier tapping */
    justify-content: center;
  }
  
  .hero-illustration {
    max-width: 100%;
  }
  
  .hero-illustration img {
    max-height: 240px;
  }
  
  .aviation-hero .hero-illustration .bg-white.rounded-xl {
    padding: 14px !important;
    max-width: 100% !important;
  }
  
  .aviation-hero .hero-illustration h3 {
    font-size: 14px !important;
  }
  
  .aviation-hero .hero-illustration .text-sm {
    font-size: 11px !important;
  }
  
  .aviation-hero .hero-illustration .question label {
    font-size: 12px !important;
  }
  
  .what-we-solve,
  .aviation-services,
  .aviation-section,
  .aviation-case-studies {
    padding: 40px 24px !important; /* Smaller padding on mobile for more content space */
  }
  
  .aviation-cta {
    padding: 40px 24px !important; /* Smaller padding on mobile for more content space */
  }
  
  .main-title {
    font-size: 24px;
  }
  
  .section-description {
    font-size: 16px;
  }
  
  .challenges-row {
    flex-direction: column;
    gap: 16px;
  }
  
  .challenge-card {
    flex: none;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }
  
  .challenge-content {
    padding: 16px;
  }
  
  .challenge-title {
    font-size: 18px;
  }
  
  .challenge-description {
    font-size: 14px;
  }
  
  .cta-title {
    font-size: 40px;
  }
  
  .cta-description {
    font-size: 22px;
  }
  
  .cta-button {
    padding: 16px 32px;
    font-size: 16px;
  }
}
