.elementor-8066 .elementor-element.elementor-element-f170311{margin-top:-49px;margin-bottom:-49px;padding:0px 0px 0px 0px;overflow:visible;}.elementor-8066 .elementor-element.elementor-element-a5196a4{width:100%;max-width:100%;}.elementor-8066 .elementor-element.elementor-element-a5196a4 > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-8066 .elementor-element.elementor-element-a5196a4 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-a5196a4 *//* Transcend Adventures - Intermediate Climbers Landing Page */
/* Brand Colors: Navy Blue #2c3e50, Orange #ff6b35, White #ffffff */

@media (max-width: 768px) {
  section {
    padding: 50px 0; /* slightly smaller padding on mobile */
  }
}

.container {
    width: 100% !important;    /* force full width */
    max-width: 100% !important; /* remove max-width limit */
    padding: 0 20px;           /* optional inner spacing */
    margin: 0 auto;            /* center content */
}

/* Reset for full-width sections */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; /* prevents horizontal scroll */
}

/* Full-width container */
.container {
    width: 100% !important;       /* force full width */
    max-width: 100% !important;   /* remove max-width limit */
    padding: 0 !important;        /* remove left/right padding */
    margin: 0 !important;         /* remove auto centering */
    box-sizing: border-box;       /* ensure padding/border don't add width */
}

/* Optional: add inner spacing if needed inside */
.container-inner {
    padding: 0 20px;  /* only inside content spacing */
}
/* Prevent horizontal scroll on mobile */
/*section {*/
/*  margin: 0;*/
  padding: 60px 0; /* adds vertical space top & bottom */
/*  box-sizing: border-box;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  section {*/
    padding: 40px 0; /* slightly smaller padding on mobile */
/*  }*/
/*}*/

/*.container {*/
    width: 100% !important;    /* force full width */
    max-width: 100% !important; /* remove max-width limit */
    padding: 0 20px;           /* optional inner spacing */
    margin: 0 auto;            /* center content */
/*}*/

/* Reset for full-width sections */
/*html, body {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    width: 100%;*/
    overflow-x: hidden; /* prevents horizontal scroll */
/*}*/

/* Full-width container */
.container {
    width: 100% !important;       /* force full width 
    max-width: 100% !important;   /* remove max-width limit 
    padding: 0 !important;        /* remove left/right padding 
    margin: 0 !important;         /* remove auto centering 
    box-sizing: border-box;       /* ensure padding/border don't add width 
}

/* Optional: add inner spacing if needed inside */
/*.container-inner {*/
    padding: 0 20px;  /* only inside content spacing */
/*}*/

/* MOBILE FIX: Remove right-side gap */


/* Add gap only for sections that need spacing */
/* ===== MOBILE RESPONSIVE FIX: Show all content ===== */
/*@media (max-width: 768px) {*/
/*  html, body {*/
      overflow-x: hidden; /* prevent horizontal scroll */
/*      margin: 0;*/
/*      padding: 0;*/
/*  }*/

  /* Make all sections and containers fit mobile screen */
/*  section, .container, .hero-content, .feature-card, .next-step-section, .nav-container {*/
/*      width: 100% !important;*/
/*      max-width: 100% !important;*/
/*      margin: 0 !important;*/
/*      padding-left: 10px !important;*/
/*      padding-right: 10px !important;*/
/*      box-sizing: border-box;*/
/*  }*/

  /* Hero section specific */
/*  .hero-section {*/
/*      width: 100% !important;*/
/*      min-height: auto !important;*/
/*      padding: 60px 15px !important;*/
/*      left: 0 !important;*/
/*      transform: none !important;*/
/*  }*/

  /* Images, videos, icons */
/*  img, video, iframe {*/
/*      max-width: 100% !important;*/
/*      height: auto !important;*/
/*      display: block;*/
/*  }*/

  /* Headings and text */
/*  h1, h2, h3, h4, h5, h6, p, li {*/
/*      word-wrap: break-word;*/
/*      overflow-wrap: break-word;*/
/*  }*/

  /* Buttons full width */
/*  .hero-ctas a, .btn, .nav-cta {*/
/*      width: 100% !important;*/
/*      box-sizing: border-box;*/
/*  }*/

  /* Remove any manual spacer divs */
/*  div[style*="height"] {*/
/*      display: none !important;*/
/*  }*/
/*}*/

/* === MOBILE FULL-FIT FIX === */

/* Mobile adjustments for navbar */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;   /* stack logo and menu vertically */
        align-items: flex-start;  /* align items to left */
        gap: 10px;                /* small space between logo and menu */
        padding: 10px 20px;
    }

    .nav-logo {
        margin-right: 0;          /* remove horizontal gap */
    }

    .nav-menu {
        display: flex;
        flex-direction: column;   /* menu items stacked */
        width: 100%;              /* full width for buttons/links */
        gap: 10px;                /* vertical spacing */
    }

    .nav-cta {
        align-self: flex-start;   /* keep button left-aligned under menu */
        padding: 10px 20px;
    }

    .mobile-menu-toggle {
        display: block;           /* show toggle icon if needed */
        align-self: flex-end;     /* place at top right */
    }
}


/* ✅ MOBILE FIX — ensures nothing is cut or overflows */
/*@media (max-width: 768px) {*/
/*    .next-step-section {*/
        padding: 60px 20px; /* Smaller padding for mobile */
/*    }*/

/*    .features-grid {*/
        grid-template-columns: 1fr; /* Stack cards vertically */
/*        gap: 1.5rem;*/
/*    }*/

/*    .feature-card {*/
/*        padding: 1.5rem;*/
/*    }*/

/*    .feature-card h3 {*/
/*        font-size: 1.3rem;*/
/*    }*/

/*    .feature-card p, */
/*    .feature-list li {*/
/*        font-size: 0.95rem;*/
/*        line-height: 1.5;*/
/*    }*/

/*    .feature-icon {*/
/*        width: 60px;*/
/*        height: 60px;*/
/*        font-size: 1.5rem;*/
/*    }*/

    /* Prevent text cutting inside the container */
    .next-step-section .container {
        overflow: visible !important;
    }

    body, html {
        overflow-x: hidden; /* Avoid horizontal scroll issues */
    }
}
/*@media (max-width: 768px) {*/
    /* Force next section to display fully below previous section */
/*    #next-step {*/
/*        position: relative !important;*/
        margin-top: 20px !important; /* Ensure spacing from previous section */
        min-height: auto !important;  /* Prevent mobile clipping */
/*        overflow: visible !important;*/
/*        z-index: 2 !important;*/
/*    }*/

    /* Make sure all parent containers allow content to expand */
/*    .container, .features-grid, .feature-card {*/
/*        overflow: visible !important;*/
/*        height: auto !important;*/
/*        max-height: none !important;*/
/*    }*/

    /* Prevent any mobile viewport scroll issues */
/*    html, body {*/
/*        overflow-x: hidden !important;*/
/*    }*/
/*}*/



@media (max-width: 768px) {  /* Adjust breakpoint as needed */
    .nav-menu a.nav-link {    /* Only the regular links, not the CTA */
        display: none;
    }

    .nav-menu a.nav-cta {     /* Keep the "Book 2026" button visible */
        display: inline-block;
    }

    .mobile-menu-toggle {     /* Optional: keep toggle hidden if not needed */
        display: none;
    }
}

.section-header h2,
.section-header p {
    color: #38404F; /* Dark bluish-gray text */
}
.trust-item span {
    color: #ffffff; /* White text */
}

.hero-stats,
.hero-stats .stat-item,
.hero-stats .stat-number,
.hero-stats .stat-label {
    color: #ffffff !important;  /* ✅ Force all hero stats text to white */
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* ✅ Mobile Header Simplification */
@media (max-width: 768px) {
    /* Hide the normal nav links */
    .nav-menu a.nav-link {
        display: none !important;
    }

    /* Keep the Book 2026 button visible */
    .nav-menu a.nav-cta {
        display: inline-block !important;
    }

    /* Adjust layout so logo and button fit neatly */
    .nav-container {
        justify-content: space-between !important;
        padding: 10px 20px !important;
    }

    /* Optionally hide mobile menu toggle if you don’t need it */
    .mobile-menu-toggle {
        display: none !important;
    }

    /* Ensure header stays visible and clean */
    .main-header {
        height: auto !important;
    }
}


/* Mobile friendly layout */
/*@media (max-width: 768px) {*/
/*    .hero-stats {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        gap: 1rem;*/
/*    }*/
/*    .stat-number {*/
/*        font-size: 1.8rem;*/
/*    }*/
/*    .stat-label {*/
/*        font-size: 0.85rem;*/
/*    }*/
/*}*/

/* If you’re using custom classes for buttons */
.btn-primary,
.btn-secondary {
    color: #ffffff !important;   /* ensure all button text is white */
}

/* Optional — for hover effect */
.btn-primary:hover,
.btn-secondary:hover {
    color: #ffffff;
    opacity: 0.9;
    transform: scale(1.03);
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #2c3e50;
}

h1 {
    font-size: 3.5rem;
    font-weight: 800;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

h3 {
    font-size: 1.8rem;
    font-weight: 600;
}

h4 {
    font-size: 1.4rem;
    font-weight: 600;
}

p {
    margin-bottom: 1rem;
    color: #5a6c7d;
    font-size: 1.1rem;
}

a {
    text-decoration: none;
    color: #2c3e50;
    transition: all 0.3s ease;
}
.section-header h2,
.section-header p {
    color:#38404F ; /* White text */
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: inherit;
}

.btn-primary {
    background-color: #ff6b35;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.btn-primary:hover {
    background-color: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    color: white;
}

.btn-secondary {
    background-color: transparent;
    color: #2c3e50;
    border: 2px solid #2c3e50;
}

.btn-secondary:hover {
    background-color: #2c3e50;
    color: white;
    transform: translateY(-2px);
}

.btn-large {
    padding: 16px 32px;
    font-size: 1.1rem;
    font-weight: 700;
}

/* Header/Navigation */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(44, 62, 80, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar {
    padding: 1rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo img {
    height: 40px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: white;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ff6b35;
}

.nav-cta {
    background-color: #ff6b35;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.nav-cta:hover {
    background-color: #e55a2b;
    color: white;
}

.mobile-menu-toggle {
    display: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Hero Section */
/*.hero-section {*/
/*    position: relative;*/
/*    height: 100vh;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    color: white;*/
/*    overflow: hidden;*/
/*}*/

/*.hero-background {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);*/
/*    background-image: url('https://images.unsplash.com/photo-1551524164-6cf2ac07a4d5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80');*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-attachment: fixed;*/
/*}*/

/*.hero-overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: rgba(44, 62, 80, 0.8);*/
/*}*/

/*.hero-content {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    max-width: 800px;*/
/*}*/

/*.hero-headline {*/
/*    font-size: 4rem;*/
/*    font-weight: 800;*/
/*    margin-bottom: 1.5rem;*/
/*    background: linear-gradient(135deg, #ffffff 0%, #ff6b35 100%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*}*/

/*.hero-subhead {*/
/*    font-size: 1.3rem;*/
/*    margin-bottom: 2rem;*/
/*    color: rgba(255, 255, 255, 0.9);*/
/*    line-height: 1.6;*/
/*}*/

/*.hero-stats {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 3rem;*/
/*    margin-bottom: 3rem;*/
/*}*/
/* Hero Section */
/*.hero-section {*/
/*    position: relative;*/
    width: 100vw;          /* Full laptop width */
    min-height: 100vh;     /* Full screen height */
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    color: white;*/
/*    overflow: hidden;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.hero-background {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);*/
/*    background-image: url('https://images.unsplash.com/photo-1551524164-6cf2ac07a4d5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80');*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-attachment: fixed;*/
/*}*/

/*.hero-overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: rgba(44, 62, 80, 0.8);*/
/*}*/

/* Content full width but centered */
/*.hero-content {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    width: 100%;*/
    max-width: 1200px;   /* allow full width on laptop */
/*    margin: 0 auto;*/
/*    padding: 0 20px;*/
/*}*/

/*.hero-headline {*/
/*    font-size: 4rem;*/
/*    font-weight: 800;*/
/*    margin-bottom: 1.5rem;*/
/*    background: linear-gradient(135deg, #ffffff 0%, #ff6b35 100%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*}*/

/*.hero-subhead {*/
/*    font-size: 1.3rem;*/
/*    margin-bottom: 2rem;*/
/*    color: rgba(255, 255, 255, 0.9);*/
/*    line-height: 1.6;*/
/*}*/

/* Stats layout */
/*.hero-stats {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 3rem;*/
/*    margin-bottom: 3rem;*/
    flex-wrap: wrap;  /* makes it responsive on mobile */
/*}*/

/* Responsive tweaks */
/*@media (max-width: 1024px) {*/
/*    .hero-headline {*/
/*        font-size: 3rem;*/
/*    }*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .hero-headline {*/
/*        font-size: 2rem;*/
/*    }*/
/*    .hero-subhead {*/
/*        font-size: 1rem;*/
/*    }*/
/*    .hero-stats {*/
/*        gap: 1rem;*/
/*    }*/
/*}*/
/* Reset body margin */


/* Hero Section */
/*.hero-section {*/
/*    position: relative;*/
    width: 100vw;          /* Full laptop width */
    min-height: 100vh;     /* Full screen height */
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    color: white;*/
/*    overflow: hidden;*/
    margin: 0 !important;  /* Remove unwanted gaps */
/*    padding: 0 !important;*/
/*}*/

/*.hero-background {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);*/
/*    background-image: url('https://images.unsplash.com/photo-1551524164-6cf2ac07a4d5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80');*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-attachment: fixed;*/
/*}*/

/*.hero-overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: rgba(44, 62, 80, 0.8);*/
/*}*/

/* Content full width but centered */
/*.hero-content {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    width: 100%;*/
    max-width: 1200px;   /* full width on laptop */
/*    margin: 0 auto;*/
/*    padding: 0 20px;*/
/*}*/

/*.hero-headline {*/
/*    font-size: 4rem;*/
/*    font-weight: 800;*/
/*    margin-bottom: 1.5rem;*/
/*    background: linear-gradient(135deg, #ffffff 0%, #ff6b35 100%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*}*/

/*.hero-subhead {*/
/*    font-size: 1.3rem;*/
/*    margin-bottom: 2rem;*/
/*    color: rgba(255, 255, 255, 0.9);*/
/*    line-height: 1.6;*/
/*}*/

/* Stats layout */
/*.hero-stats {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 3rem;*/
/*    margin-bottom: 3rem;*/
    flex-wrap: wrap;  /* makes it responsive */
/*    colour:White*/
/*}*/

/* Responsive tweaks */
@media (max-width: 1024px) {
    .hero-headline {
        font-size: 3rem;
    }
}
/*@media (max-width: 768px) {*/
/*    .hero-headline {*/
/*        font-size: 2rem;*/
/*    }*/
/*    .hero-subhead {*/
/*        font-size: 1rem;*/
/*    }*/
/*    .hero-stats {*/
/*        gap: 1rem;*/
/*    }*/
/*}*/

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #ff6b35;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-ctas {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #5a6c7d;
    max-width: 600px;
    margin: 0 auto;
}

/* Next Step Section */
.next-step-section {
    padding: 100px 0;
    background-color:#87CEEB;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.feature-card {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6b35, #e55a2b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: white;
    font-size: 1.8rem;
}

.feature-list {
    list-style: none;
    margin-top: 1.5rem;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #5a6c7d;
}

.feature-list li::before {
    content: "→";
    color: #ff6b35;
    font-weight: bold;
}

/* Training Section */
.training-section {
    padding: 100px 0;
    background: white;
}

.training-phases {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.phase-card {
    position: relative;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 2.5rem;
    border-radius: 12px;
    overflow: hidden;
}

.phase-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #e55a2b);
}

.phase-number {
    font-size: 3rem;
    font-weight: 800;
    color: #ff6b35;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.phase-content h3 {
    color: white;
    margin-bottom: 1rem;
}

.phase-content p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
}

.training-details {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.detail-item i {
    color: #ff6b35;
    width: 16px;
}

/* Expeditions Section */
.expeditions-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.expeditions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 3rem;
}

.expedition-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.expedition-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.expedition-card.featured {
    border: 3px solid #ff6b35;
    transform: scale(1.02);
}

.expedition-card.ultimate {
    border: 3px solid #2c3e50;
}

.expedition-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.expedition-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.expedition-card:hover .expedition-image img {
    transform: scale(1.1);
}

.expedition-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff6b35;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ultimate-badge {
    background: #2c3e50;
}

.expedition-content {
    padding: 2rem;
}

.expedition-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.difficulty {
    background: rgba(44, 62, 80, 0.1);
    color: #2c3e50;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
}

.expedition-description {
    color: #5a6c7d;
    margin-bottom: 1.5rem;
}

.expedition-highlights {
    margin-bottom: 1.5rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.highlight-item i {
    color: #ff6b35;
    font-size: 0.9rem;
}

.expedition-dates {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.date-option {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #5a6c7d;
}

.expedition-pricing {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
}

.price-note {
    font-size: 0.85rem;
    color: #5a6c7d;
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background: white;
}

.case-studies {
    display: grid;
    gap: 4rem;
}

.featured-case {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 3rem;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.featured-case::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.climber-profile {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.climber-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff6b35;
}

.climber-info h4 {
    color: white;
    margin-bottom: 0.5rem;
}

.climber-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.climber-achievements {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.achievement {
    background: rgba(255, 107, 53, 0.2);
    color: #ff6b35;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

.journey-timeline {
    margin-bottom: 2rem;
}

.journey-timeline h5 {
    color: #ff6b35;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.timeline-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.8rem;
    align-items: center;
}

.year {
    background: rgba(255, 107, 53, 0.2);
    color: #ff6b35;
    padding: 4px 12px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 0.9rem;
    min-width: 70px;
    text-align: center;
}

.milestone {
    color: rgba(255, 255, 255, 0.9);
    flex: 1;
}

blockquote {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    border-left: 4px solid #ff6b35;
}

.success-metrics {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.metric {
    text-align: center;
}

.metric-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #ff6b35;
    margin-bottom: 0.5rem;
}

.metric-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonials-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #ff6b35;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.testimonial-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-info h5 {
    color: #2c3e50;
    margin-bottom: 0.25rem;
}

.testimonial-info span {
    color: #5a6c7d;
    font-size: 0.9rem;
}

.rating {
    color: #ff6b35;
    margin-top: 0.25rem;
}

.testimonial-achievement {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: #2c3e50;
    font-weight: 500;
    font-size: 0.9rem;
}

.testimonial-achievement i {
    color: #ff6b35;
}

/* Gallery Section */
.gallery-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    grid-auto-rows: 250px;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.02);
}

.gallery-item.large {
    grid-row: span 2;
}

.gallery-item.wide {
    grid-column: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 2rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h4 {
    color: white;
    margin-bottom: 0.5rem;
}

.gallery-overlay p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

/* Lead Magnet Section */
.lead-magnet-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
}

.lead-magnet-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.magnet-info h2 {
    color: white;
    margin-bottom: 1.5rem;
}

.magnet-subtitle {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

.checklist-preview h4 {
    color: #ff6b35;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.checklist-items {
    list-style: none;
    margin-bottom: 2rem;
}

.checklist-items li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
}

.checklist-items i {
    color: #ff6b35;
    font-size: 1.1rem;
}

.social-proof {
    margin-top: 2rem;
}

.download-count {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.download-count i {
    color: #ff6b35;
}

.testimonial-snippet {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #ff6b35;
}

.testimonial-snippet p {
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    margin: 0;
}

.form-container {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.form-container h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.form-container > p {
    color: #5a6c7d;
    margin-bottom: 2rem;
}

.lead-form, .expedition-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-group input,
.form-group select {
    padding: 12px 16px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #ff6b35;
}

.form-disclaimer {
    font-size: 0.85rem;
    color: #5a6c7d;
    text-align: center;
    margin-top: 1rem;
}

.form-success, .booking-success {
    text-align: center;
    background: #d4edda;
    color: #155724;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #c3e6cb;
}

.form-success i, .booking-success i {
    font-size: 3rem;
    color: #28a745;
    margin-bottom: 1rem;
}

.form-success h4, .booking-success h4 {
    color: #155724;
    margin-bottom: 1rem;
}

.next-steps {
    margin-top: 1.5rem;
    text-align: left;
}

.next-steps h5 {
    color: #155724;
    margin-bottom: 0.8rem;
}

.next-steps ol {
    color: #155724;
    padding-left: 1.5rem;
}

.next-steps li {
    margin-bottom: 0.5rem;
}

/* Stats Section */
/*.stats-section {*/
/*    padding: 100px 0;*/
/*    background: white;*/
/*}*/

/*.stats-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
/*    gap: 2rem;*/
/*    margin-bottom: 4rem;*/
/*}*/

/*.stat-card {*/
/*    text-align: center;*/
/*    padding: 2rem;*/
/*    background: #f8f9fa;*/
/*    border-radius: 12px;*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.stat-card:hover {*/
/*    transform: translateY(-5px);*/
/*}*/

/*.stat-icon {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    background: linear-gradient(135deg, #ff6b35, #e55a2b);*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin: 0 auto 1.5rem;*/
/*    color: white;*/
/*    font-size: 2rem;*/
/*}*/

/*.stat-number {*/
/*    font-size: 3rem;*/
/*    font-weight: 800;*/
/*    color: #2c3e50;*/
/*    display: block;*/
/*    margin-bottom: 0.5rem;*/
/*}*/

/*.stat-label {*/
/*    font-size: 1.2rem;*/
/*    font-weight: 600;*/
/*    color: #2c3e50;*/
/*    margin-bottom: 0.8rem;*/
/*}*/

/*.stat-description {*/
/*    color: #5a6c7d;*/
/*    font-size: 0.95rem;*/
/*}*/

/*.accreditations {*/
/*    text-align: center;*/
/*    margin-top: 3rem;*/
/*    padding-top: 3rem;*/
/*    border-top: 2px solid #e1e8ed;*/
/*}*/

/*.accreditations h3 {*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.cert-logos {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 2rem;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.cert-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.8rem;*/
/*    padding: 1rem 1.5rem;*/
/*    background: #f8f9fa;*/
/*    border-radius: 25px;*/
/*    color: #2c3e50;*/
/*    font-weight: 500;*/
/*    font-size: 0.95rem;*/
/*}*/

/*.cert-item i {*/
/*    color: #ff6b35;*/
/*    font-size: 1.2rem;*/
/*}*/


/* Stats Section */
.stats-section {
    padding: 100px 0;
    background: #38404F; /* Updated background */
    color: #ffffff; /* White text for contrast */
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.stat-card {
    text-align: center;
    padding: 2rem;
    background: #2c3e50; /* Updated card background */
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b35, #e55a2b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff; /* White number text */
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff; /* White label text */
    margin-bottom: 0.8rem;
}

.stat-description {
    color: #cfd8e1; /* Lighter blue/gray for description */
    font-size: 0.95rem;
}

.accreditations {
    text-align: center;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 2px solid #2c3e50; /* Updated border color */
}

.accreditations h3 {
    margin-bottom: 2rem;
    color: #ffffff;
}

.cert-logos {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.cert-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.5rem;
    background: #38404F; /* Updated card background */
    border-radius: 25px;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.95rem;
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.faq-category h3 {
    color: #2c3e50;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #ff6b35;
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #f8f9fa;
}

.faq-question h4 {
    color: #2c3e50;
    margin: 0;
    font-size: 1.1rem;
}

.faq-question i {
    color: #ff6b35;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 1.5rem 1.5rem;
}

.faq-answer p {
    color: #5a6c7d;
    margin: 0;
    line-height: 1.6;
}

/* Conversion Section */
.conversion-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
}

.urgency-banner {
    background: rgba(255, 107, 53, 0.15);
    border: 2px solid #ff6b35;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 3rem;
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.banner-content i {
    color: #ff6b35;
    font-size: 1.5rem;
}

.banner-text {
    flex: 1;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.countdown-timer {
    display: flex;
    gap: 1rem;
}

.time-unit {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.8rem;
    border-radius: 8px;
    min-width: 70px;
}

.time-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff6b35;
}

.time-label {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.conversion-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.conversion-text h2 {
    color: white;
    margin-bottom: 1.5rem;
}

.conversion-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.value-proposition {
    margin-bottom: 2rem;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.value-item i {
    color: #ff6b35;
    font-size: 1.1rem;
}

.booking-incentives {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid #ff6b35;
}

.booking-incentives h4 {
    color: #ff6b35;
    margin-bottom: 1rem;
}

.booking-incentives ul {
    list-style: none;
    padding: 0;
}

.booking-incentives li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
}

.booking-incentives li::before {
    content: "✓";
    color: #ff6b35;
    font-weight: bold;
    font-size: 1.2rem;
}

.deposit-info {
    margin: 1.5rem 0;
    padding: 1rem;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 107, 53, 0.3);
}

.deposit-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.deposit-label {
    color: #2c3e50;
    font-weight: 500;
}

.deposit-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff6b35;
}

.deposit-note {
    color: #5a6c7d;
    font-size: 0.85rem;
    margin: 0;
}

.trust-indicators {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e1e8ed;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #5a6c7d;
    font-size: 0.9rem;
}

.trust-item i {
    color: #28a745;
}



/* Responsive Design */
@media (max-width: 1024px) {
    .hero-headline {
        font-size: 3.2rem;
    }
    
    .hero-stats {
        gap: 2rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .lead-magnet-content,
    .conversion-main {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }
    
    .nav-menu {
        display: none;
    }
    
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .hero-subhead {
        font-size: 1.1rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .hero-ctas {
        flex-direction: column;
        align-items: center;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .features-grid,
    .training-phases,
    .expeditions-grid {
        grid-template-columns: 1fr;
    }
    
    .climber-profile {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .success-metrics {
        flex-direction: column;
        gap: 1rem;
    }
    
    .gallery-item.large,
    .gallery-item.wide {
        grid-column: span 1;
        grid-row: span 1;
    }
    
    .banner-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .trust-indicators {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-headline {
        font-size: 2rem;
    }
    
    .btn-large {
        padding: 14px 24px;
        font-size: 1rem;
    }
    
    .section-header {
        margin-bottom: 3rem;
    }
    
    .feature-card,
    .phase-card {
        padding: 2rem;
    }
    
    .expedition-content {
        padding: 1.5rem;
    }
    
    .form-container {
        padding: 2rem;
    }
}

/*@media (max-width: 768px) {*/
     /*Make hero sit right under the header */
/*    .hero-section {*/
/*        margin-top: 0 !important;*/
        padding-top: 10px !important; /* small breathing space, adjust as needed 
    }

     If header is fixed, remove extra spacing from body 
    body {
        margin-top: 0 !important;
    }
}
/* Make hero start exactly below the fixed header on mobile */
@media (max-width: 768px) {
    /* Get header height dynamically */
    :root {
        --header-height: 60px; /* Change this to your actual header height */
    }

    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden; /* prevent horizontal scroll */
    }

    .hero-section {
        margin: 0;            /* remove extra margin */
        padding-top: var(--header-height); /* reserve space for header */
        box-sizing: border-box;
    }

    /* Optional: remove default section spacing on mobile */
    section {
        margin: 0;
        padding: 0 10px; /* small padding to prevent content touching edges */
    }
}
/* Mobile screens only */
@media (max-width: 768px) {
    section {
        margin-top: 5px !important;    /* very small gap above */
        margin-bottom: 5px !important; /* very small gap below */
        padding-top: 10px !important;  /* inner spacing */
        padding-bottom: 10px !important;
    }

    /* If you have a container inside section */
    section .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}/* End custom CSS */