.elementor-24816 .elementor-element.elementor-element-4d3ecf1{--display:flex;--min-height:0px;--justify-content:space-around;}.elementor-24816 .elementor-element.elementor-element-dc5b166{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;}.elementor-24816 .elementor-element.elementor-element-7370145.elementor-element{--flex-grow:0;--flex-shrink:1;}/* Start custom CSS for html, class: .elementor-element-7370145 *//* ========================================
   MOBILE RESPONSIVE CSS FRAMEWORK
   Ensures mobile responsivity while preserving functionality
   ======================================== */

/* Reset and Base Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ========================================
   MOBILE SCROLLING OPTIMIZATION & DESKTOP LAYOUT
   ======================================== */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  overscroll-behavior-y: bounce; /* Allow natural bounce scrolling */
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Main content wrapper to ensure proper footer positioning */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.main-content {
  flex: 1 0 auto;
  padding-bottom: 2rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Ensure all containers allow proper scrolling */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  overflow: visible;
}

/* Fix for fixed/sticky elements that might block scrolling */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1000;
  width: 100%;
  flex-shrink: 0;
}

/* ========================================
   FOOTER STYLES
   ======================================== */
.footer {
  background-color: #343a40;
  color: #fff;
  padding: 2rem 0 1rem;
  margin-top: auto;
  flex-shrink: 0;
  position: relative;
  width: 100%;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-section {
  flex: 1;
  min-width: 200px;
}

.footer-section h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.footer-section p,
.footer-section a {
  color: #adb5bd;
  text-decoration: none;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #495057;
  margin-top: 2rem;
  padding-top: 1rem;
  text-align: center;
  color: #6c757d;
  font-size: 0.9rem;
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */
:root {
  --mobile-sm: 320px;
  --mobile-md: 375px;
  --mobile-lg: 425px;
  --tablet: 768px;
  --laptop: 1024px;
  --desktop: 1440px;
  --desktop-lg: 2560px;
}

/* ========================================
   FLEXIBLE GRID SYSTEM
   ======================================== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

.col {
  flex: 1;
  padding: 0 0.5rem;
  min-width: 0; /* Prevents flex items from overflowing */
}

/* Responsive Column Classes */
.col-12 { flex: 0 0 100%; }
.col-11 { flex: 0 0 91.666667%; }
.col-10 { flex: 0 0 83.333333%; }
.col-9 { flex: 0 0 75%; }
.col-8 { flex: 0 0 66.666667%; }
.col-7 { flex: 0 0 58.333333%; }
.col-6 { flex: 0 0 50%; }
.col-5 { flex: 0 0 41.666667%; }
.col-4 { flex: 0 0 33.333333%; }
.col-3 { flex: 0 0 25%; }
.col-2 { flex: 0 0 16.666667%; }
.col-1 { flex: 0 0 8.333333%; }

/* ========================================
   RESPONSIVE TYPOGRAPHY
   ======================================== */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-weight: 600;
}

h1 { font-size: clamp(1.8rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.3rem, 3vw, 2rem); }
h4 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); }
h5 { font-size: clamp(1rem, 2vw, 1.25rem); }
h6 { font-size: clamp(0.9rem, 1.5vw, 1rem); }

p {
  margin-bottom: 1em;
  font-size: clamp(0.9rem, 2vw, 1rem);
}

/* ========================================
   RESPONSIVE NAVIGATION
   ======================================== */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  position: relative;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-nav li {
  margin: 0 1rem;
}

.navbar-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-nav a:hover {
  color: #007bff;
}

.navbar-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
}

/* ========================================
   RESPONSIVE IMAGES AND MEDIA
   ======================================== */
img, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ========================================
   RESPONSIVE BUTTONS
   ======================================== */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  margin: 0.25rem;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: 44px; /* Touch-friendly minimum */
  min-width: 44px;
  user-select: none;
}

.btn-primary {
  background-color: #007bff;
  color: white;
}

.btn-primary:hover {
  background-color: #0056b3;
  transform: translateY(-1px);
}

.btn-secondary {
  background-color: #6c757d;
  color: white;
}

.btn-secondary:hover {
  background-color: #545b62;
}

.btn-full {
  width: 100%;
  display: block;
}

/* ========================================
   RESPONSIVE FORMS
   ======================================== */
.form-group {
  margin-bottom: 1rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
}

.form-control {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  min-height: 44px; /* Touch-friendly */
}

.form-control:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

/* ========================================
   RESPONSIVE CARDS
   ======================================== */
.card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.card-header,
.card-body,
.card-footer {
  padding: 1rem;
}

.card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  font-weight: 600;
}

.card-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

/* ========================================
   UTILITY CLASSES
   ======================================== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.d-block { display: block; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-flex { display: flex; }
.d-none { display: none; }

.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }
.justify-content-around { justify-content: space-around; }
.align-items-center { align-items: center; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.p-0 { padding: 0; }
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 1rem; }
.p-4 { padding: 1.5rem; }
.p-5 { padding: 3rem; }

/* Height and Layout Utilities */
.h-auto { height: auto; }
.h-100 { height: 100%; }
.min-h-100 { min-height: 100%; }
.max-h-100 { max-height: 100%; }
.vh-100 { height: 100vh; }
.min-vh-100 { min-height: 100vh; }
.max-vh-100 { max-height: 100vh; }

/* Flexbox Layout Utilities */
.flex-column { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.flex-grow-1 { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-shrink-1 { flex-shrink: 1; }

/* Overflow Utilities */
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }
.overflow-scroll { overflow: scroll; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-auto { overflow-y: auto; }
.overflow-y-scroll { overflow-y: scroll; }

/* Position Utilities */
.position-relative { position: relative; }
.position-absolute { position: absolute; }
.position-fixed { position: fixed; }
.position-sticky { position: sticky; }

/* Content Section Utilities */
.content-section {
  padding: 2rem 0;
  width: 100%;
}

.section-padding {
  padding: 3rem 0;
}

/* Scrollable Container */
.scrollable-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

/* ========================================
   DESKTOP RESPONSIVE & HEIGHT MANAGEMENT (1024px and up)
   ======================================== */
@media (min-width: 1024px) {
  /* Desktop Scrolling Optimization */
  html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    scrollbar-gutter: stable;
  }
  
  body {
    overflow-y: auto;
    scroll-behavior: smooth;
  }
  
  /* Enhanced page wrapper for desktop */
  .page-wrapper {
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .main-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 2rem;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
  }
  
  /* Custom scrollbar for webkit browsers */
  .main-content::-webkit-scrollbar {
    width: 8px;
  }
  
  .main-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  
  .main-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
    transition: background 0.3s ease;
  }
  
  .main-content::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
  
  /* Navbar positioning for desktop */
  .navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  
  /* Footer stays at bottom */
  .footer {
    flex-shrink: 0;
    position: relative;
    margin-top: 0;
  }
  
  /* Content sections with proper spacing */
  .content-section {
    padding: 2rem 0;
    max-width: 100%;
    overflow: visible;
  }
  
  /* Ensure cards and containers don't exceed viewport */
  .card,
  .container {
    max-width: 100%;
    overflow: visible;
  }
  
  /* Grid adjustments for desktop */
  .col-lg-12 { flex: 0 0 100%; }
  .col-lg-11 { flex: 0 0 91.666667%; }
  .col-lg-10 { flex: 0 0 83.333333%; }
  .col-lg-9 { flex: 0 0 75%; }
  .col-lg-8 { flex: 0 0 66.666667%; }
  .col-lg-7 { flex: 0 0 58.333333%; }
  .col-lg-6 { flex: 0 0 50%; }
  .col-lg-5 { flex: 0 0 41.666667%; }
  .col-lg-4 { flex: 0 0 33.333333%; }
  .col-lg-3 { flex: 0 0 25%; }
  .col-lg-2 { flex: 0 0 16.666667%; }
  .col-lg-1 { flex: 0 0 8.333333%; }
  
  .d-lg-block { display: block; }
  .d-lg-inline { display: inline; }
  .d-lg-inline-block { display: inline-block; }
  .d-lg-flex { display: flex; }
  .d-lg-none { display: none; }
  
  /* Desktop-specific utilities */
  .h-100 { height: 100%; }
  .vh-100 { height: 100vh; }
  .max-vh-100 { max-height: 100vh; }
  
  /* Smooth anchor scrolling */
  .smooth-scroll {
    scroll-behavior: smooth;
  }
}

/* ========================================
   LARGE DESKTOP OPTIMIZATION (1440px and up)
   ======================================== */
@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
    padding: 0 2rem;
  }
  
  .main-content {
    padding-bottom: 3rem;
  }
  
  .footer-content {
    max-width: 1320px;
    padding: 0 2rem;
  }
  
  /* Enhanced scrollbar for larger screens */
  .main-content::-webkit-scrollbar {
    width: 12px;
  }
}

/* ========================================
   TABLET RESPONSIVE (768px and up)
   ======================================== */
@media (min-width: 768px) {
  .container {
    padding: 0 2rem;
  }
  
  .col-md-12 { flex: 0 0 100%; }
  .col-md-11 { flex: 0 0 91.666667%; }
  .col-md-10 { flex: 0 0 83.333333%; }
  .col-md-9 { flex: 0 0 75%; }
  .col-md-8 { flex: 0 0 66.666667%; }
  .col-md-7 { flex: 0 0 58.333333%; }
  .col-md-6 { flex: 0 0 50%; }
  .col-md-5 { flex: 0 0 41.666667%; }
  .col-md-4 { flex: 0 0 33.333333%; }
  .col-md-3 { flex: 0 0 25%; }
  .col-md-2 { flex: 0 0 16.666667%; }
  .col-md-1 { flex: 0 0 8.333333%; }
  
  .d-md-block { display: block; }
  .d-md-inline { display: inline; }
  .d-md-inline-block { display: inline-block; }
  .d-md-flex { display: flex; }
  .d-md-none { display: none; }
}

/* ========================================
   MOBILE RESPONSIVE (767px and below)
   ======================================== */
@media (max-width: 767px) {
  /* Mobile Scrolling Optimization */
  html {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  
  body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: auto;
    touch-action: manipulation;
    min-height: 100vh;
  }
  
  /* Ensure containers don't interfere with scrolling */
  .container {
    padding: 0 1rem;
    overflow: visible;
    position: relative;
  }
  
  /* Mobile Navigation */
  .navbar {
    position: relative;
    width: 100%;
    z-index: 1000;
  }
  
  .navbar-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .navbar-nav.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .navbar-nav li {
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  
  .navbar-nav a {
    display: block;
    padding: 1rem;
  }
  
  .navbar-toggle {
    display: block;
  }
  
  /* Mobile Column Stacking */
  .col-sm-12 { flex: 0 0 100%; }
  .col-sm-11 { flex: 0 0 91.666667%; }
  .col-sm-10 { flex: 0 0 83.333333%; }
  .col-sm-9 { flex: 0 0 75%; }
  .col-sm-8 { flex: 0 0 66.666667%; }
  .col-sm-7 { flex: 0 0 58.333333%; }
  .col-sm-6 { flex: 0 0 50%; }
  .col-sm-5 { flex: 0 0 41.666667%; }
  .col-sm-4 { flex: 0 0 33.333333%; }
  .col-sm-3 { flex: 0 0 25%; }
  .col-sm-2 { flex: 0 0 16.666667%; }
  .col-sm-1 { flex: 0 0 8.333333%; }
  
  /* Stack all columns on mobile by default */
  .row > .col,
  .row > [class*="col-"] {
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
  
  /* Mobile-specific utilities */
  .d-sm-block { display: block; }
  .d-sm-inline { display: inline; }
  .d-sm-inline-block { display: inline-block; }
  .d-sm-flex { display: flex; }
  .d-sm-none { display: none; }
  
  .text-sm-center { text-align: center; }
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  
  /* Adjust padding for mobile */
  .p-sm-1 { padding: 0.25rem; }
  .p-sm-2 { padding: 0.5rem; }
  .p-sm-3 { padding: 1rem; }
  
  /* Touch-friendly spacing */
  .btn {
    margin: 0.5rem 0;
    padding: 1rem 1.5rem;
  }
  
  .form-control {
    padding: 1rem;
    font-size: 1rem;
  }
}

/* ========================================
   LARGE DESKTOP RESPONSIVE (1024px and up)
   ======================================== */
@media (min-width: 1024px) {
  .col-lg-12 { flex: 0 0 100%; }
  .col-lg-11 { flex: 0 0 91.666667%; }
  .col-lg-10 { flex: 0 0 83.333333%; }
  .col-lg-9 { flex: 0 0 75%; }
  .col-lg-8 { flex: 0 0 66.666667%; }
  .col-lg-7 { flex: 0 0 58.333333%; }
  .col-lg-6 { flex: 0 0 50%; }
  .col-lg-5 { flex: 0 0 41.666667%; }
  .col-lg-4 { flex: 0 0 33.333333%; }
  .col-lg-3 { flex: 0 0 25%; }
  .col-lg-2 { flex: 0 0 16.666667%; }
  .col-lg-1 { flex: 0 0 8.333333%; }
  
  .d-lg-block { display: block; }
  .d-lg-inline { display: inline; }
  .d-lg-inline-block { display: inline-block; }
  .d-lg-flex { display: flex; }
  .d-lg-none { display: none; }
}

/* ========================================
   ACCESSIBILITY AND TOUCH IMPROVEMENTS
   ======================================== */
/* ========================================
   MOBILE TOUCH AND SCROLLING OPTIMIZATION
   ======================================== */
@media (hover: none) and (pointer: coarse) {
  /* Touch device specific styles */
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
  }
  
  body {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y pinch-zoom;
  }
  
  /* Prevent zoom on double tap for form elements */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  input[type="url"],
  textarea,
  select {
    font-size: 16px; /* Prevents zoom on iOS */
    -webkit-appearance: none;
    border-radius: 0;
  }
  
  .btn:hover {
    transform: none;
  }
  
  .card:hover {
    transform: none;
  }
  
  /* Larger touch targets */
  .btn,
  .form-control,
  .navbar-nav a {
    min-height: 48px;
    min-width: 48px;
  }
  
  /* Smooth momentum scrolling for containers */
  .navbar-nav,
  .card,
  .container {
    -webkit-overflow-scrolling: touch;
  }
  
  /* Prevent rubber band scrolling on fixed elements */
  .navbar {
    overscroll-behavior: contain;
  }
}

/* Focus styles for accessibility */
*:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .btn {
    border: 2px solid currentColor;
  }
  
  .form-control {
    border: 2px solid #333;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  html {
    scroll-behavior: auto !important;
  }
  
  /* Preserve scrolling functionality */
  body {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
}

/* ========================================
   PRINT STYLES
   ======================================== */
@media print {
  .navbar,
  .btn,
  .navbar-toggle {
    display: none;
  }
  
  .container {
    max-width: none;
    padding: 0;
  }
  
  .col,
  [class*="col-"] {
    flex: 0 0 100%;
    page-break-inside: avoid;
  }
  
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
}

/* ========================================
   USAGE INSTRUCTIONS FOR HTML STRUCTURE:
   
   For optimal desktop height management and mobile scrolling,
   structure your HTML like this:
   
   <body>
     <div class="page-wrapper">
       <nav class="navbar">
         <!-- Navigation content -->
       </nav>
       
       <main class="main-content">
         <div class="container">
           <!-- Your page content goes here -->
           <section class="content-section">
             <!-- Content sections -->
           </section>
         </div>
       </main>
       
       <footer class="footer">
         <div class="footer-content">
           <!-- Footer content -->
         </div>
         <div class="footer-bottom">
           <!-- Copyright info -->
         </div>
       </footer>
     </div>
   </body>
   
   Key Benefits:
   - Desktop: Content height never exceeds footer, smooth scrolling
   - Mobile: Native momentum scrolling, touch-optimized
   - Responsive: Adapts to all screen sizes seamlessly
   - Accessible: Keyboard navigation and screen reader friendly
   ======================================== *//* End custom CSS */