/* ========================================
   Modern Enhancements & Animations
   ======================================== */

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Enhanced Text Readability */
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Improved Text Contrast on Dark Backgrounds */
.story-bio-custom h3,
.story-bio-custom p,
.story-bio-custom {
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

.story-bio-custom h3 {
    font-weight: 800;
    font-size: 32px;
    margin-top: 35px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #25aae1;
    text-shadow: 
        2px 2px 8px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(37, 170, 225, 0.3);
    position: relative;
    display: inline-block;
}

.story-bio-custom h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #25aae1 0%, transparent 100%);
    border-radius: 2px;
}

.story-bio-custom p {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: left;
}

.story-bio-custom p:first-of-type {
    font-size: 21px;
    font-weight: 500;
}

/* Bold Important Text */
strong, b {
    font-weight: 700;
    color: inherit;
}

/* Headings Enhancement */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 42px;
    line-height: 1.2;
}

h2 {
    font-size: 36px;
    line-height: 1.3;
}

h3 {
    font-size: 28px;
}

/* Modern Quote Styling */
.modern-quote {
    font-style: italic;
    color: #2c3e50;
    padding: 25px 30px;
    border-left: 5px solid #25aae1;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    margin: 30px 0;
    font-size: 22px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    line-height: 1.6;
}

.modern-quote:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* Glassmorphism Header Effect */
.header-inner {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.header-scroll-fixed .header-inner {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Navigation Text Enhancement */
.main-nav .sf-menu li a {
    font-weight: 600 !important;
    text-shadow: none;
    color: #2c3e50 !important;
}

.main-nav .sf-menu li a:hover {
    color: #25aae1 !important;
}

/* Reserve Button Modern Style */
.reserve_area a {
    color: #000 !important;
    text-decoration: none;
    display: inline-block;
}

.reserve_button {
    background: linear-gradient(135deg, #25aae1 0%, #1e90d8 100%);
    color: #fff !important;
    padding: 15px 40px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(37, 170, 225, 0.3);
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0 !important;
}

.reserve_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 170, 225, 0.4);
    background: linear-gradient(135deg, #1e90d8 0%, #25aae1 100%);
}

/* Map and Image Styling */
.image_curved {
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Inline Style Replacements */
.banner-image-link {
    display: block;
}

.banner-picture {
    width: 100%;
}

.banner-source-desktop {
    width: 100%;
}

.banner-img {
    width: 100%;
}

.containerfive-custom {
    max-width: 100%;
    padding: 0;
}

.grid-2-custom {
    width: 100%;
    margin: 0;
}

.adventure-image {
    width: 1882px;
}

.story-bio-custom {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(28, 28, 28, 0.85) 100%);
    padding: 50px 45px;
    font-size: 19px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    animation: fadeInUp 0.8s ease;
    border: 2px solid rgba(37, 170, 225, 0.3);
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-container {
    background: #000 !important;
    height: auto !important;
}

.footer-collage {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Page Content Text Readability */
.page-content p,
.page-content li {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    font-weight: 400;
}

/* Dark Background Text */
.dark-bg-text {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    font-weight: 600;
}

/* Light Background Text */
.light-bg-text {
    color: #2c3e50;
    font-weight: 500;
}

/* Scroll Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply Animations to Sections */
.story-container {
    animation: fadeInUp 0.8s ease;
    background: #fff !important;
    height: auto !important;
    min-height: 400px !important;
}

/* Testimonial Section Header */
.testimonial-header {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 15px;
    margin-bottom: 40px;
}

.testimonial-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.testimonial-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-cta {
    margin-top: 10px !important;
    display: inline-block !important;
}

@media (max-width: 768px) {
    .testimonial-header {
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    
    .testimonial-header h2 {
        font-size: 28px;
    }
    
    .testimonial-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.big-font-title {
    animation: fadeIn 1s ease;
}

.big-font-title h1 {
    background: linear-gradient(135deg, #25aae1 0%, #1e90d8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 48px;
}

.footer-area-container {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    animation: fadeIn 1s ease;
}

.footer-area-container p,
.footer-area-container a,
.footer-area-container {
    color: #fff;
}

.footer-widget-title {
    color: #25aae1 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
}

/* Enhanced Testimonials */
.what-say {
    background: linear-gradient(135deg, #e4e5e9 0%, #d5d7db 100%) !important;
    padding-top: 100px !important;
    padding-bottom: 80px !important;
}

.main-title h2 {
    color: #2c3e50;
    font-weight: 800;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    font-size: 38px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.main-title h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #25aae1 0%, #1e90d8 100%);
    border-radius: 2px;
}

.testimonial {
    animation: fadeInUp 0.6s ease;
    animation-fill-mode: both;
}

.testimonial:nth-child(1) {
    animation-delay: 0.1s;
}

.testimonial:nth-child(2) {
    animation-delay: 0.2s;
}

.testimonial:nth-child(3) {
    animation-delay: 0.3s;
}

.testimonial:nth-child(4) {
    animation-delay: 0.4s;
}

.testimonial .testimonial-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.testimonial .testimonial-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.testimonial .description {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #555 !important;
    font-weight: 500 !important;
}

.testimonial .title {
    font-weight: 700 !important;
    font-size: 19px !important;
}

/* Navigation Hover Effects */
.main-nav .sf-menu li a {
    position: relative;
    transition: color 0.3s ease;
}

.main-nav .sf-menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #25aae1 0%, #1e90d8 100%);
    transition: width 0.3s ease;
}

.main-nav .sf-menu li a:hover::after,
.main-nav .sf-menu li.current a::after {
    width: 80%;
}

/* Enhanced Link Security - Applied via classes */
.external-link {
    text-decoration: none;
}

/* ========================================
   Responsive Design - Mobile & Tablet
   ======================================== */

/* Tablet Devices (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .story-bio-custom {
        padding: 35px;
        font-size: 17px;
    }
    
    .modern-quote {
        font-size: 20px;
        padding: 22px 25px;
    }
    
    h1 {
        font-size: 36px;
    }
    
    h2 {
        font-size: 30px;
    }
    
    h3 {
        font-size: 24px;
    }
    
    /* Improve touch targets */
    .btn, a.btn {
        min-height: 48px;
        padding: 12px 25px;
    }
    
    /* Navigation improvements */
    .navbar-nav li a {
        padding: 12px 15px;
    }
}

/* Mobile Devices (up to 768px) */
@media (max-width: 768px) {
    /* Header responsive */
    .header-inner {
        background: rgba(255, 255, 255, 0.95) !important;
        padding: 10px 0;
    }
    
    /* Typography Adjustments */
    body {
        font-size: 15px;
        line-height: 1.7;
    }
    
    h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 18px;
    }
    
    h3 {
        font-size: 20px;
        line-height: 1.4;
    }
    
    /* Container & Spacing */
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .service-item {
        margin-bottom: 30px;
    }
    
    /* Adventure Section Mobile */
    .containerfive-custom {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .adventure-picture,
    .adventure-image {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    /* Story Bio Section */
    .story-bio-custom {
        padding: 35px 25px;
        font-size: 17px;
        margin: 20px 15px;
        border-radius: 15px;
    }
    
    .story-bio-custom h3 {
        font-size: 24px;
        margin-top: 25px;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }
    
    .story-bio-custom h3::after {
        width: 50px;
        height: 2px;
        bottom: -6px;
    }
    
    .story-bio-custom p {
        font-size: 17px;
        line-height: 1.9;
        margin-bottom: 20px;
    }
    
    .story-bio-custom p:first-of-type {
        font-size: 18px;
    }
    
    /* Modern Quote */
    .modern-quote {
        font-size: 18px !important;
        padding: 25px 20px !important;
        margin: 20px 15px !important;
        border-left-width: 4px;
    }
    
    /* Header Adjustments */
    .big-font-title h1 {
        font-size: 32px;
        padding: 0 15px;
    }
    
    /* Section Spacing - Mobile */
    section {
        padding: 40px 0 !important;
    }
    
    .reserve_area {
        padding: 20px 0 30px 0 !important;
        margin: 0 !important;
    }
    
    .features-section {
        padding: 40px 0 !important;
    }
    
    .ad-images-section {
        padding: 40px 15px !important;
    }
    
    .story-container {
        padding: 40px 0 !important;
        margin: 0 !important;
    }
    
    .testimonial-container {
        padding: 40px 0 !important;
    }
    
    /* Ensure no horizontal overflow */
    body, html {
        overflow-x: hidden !important;
        width: 100% !important;
    }
    
    * {
        max-width: 100%;
    }
    
    /* Buttons - Larger Touch Targets */
    .btn, a.btn, button {
        min-height: 48px;
        padding: 14px 24px;
        font-size: 16px;
        display: inline-block;
        width: auto;
        margin: 5px;
    }
    
    .reserve_button {
        min-width: 200px;
        padding: 15px 30px;
    }
    
    /* Navigation Menu - Mobile slideToggle animations */
    @media (max-width: 991px) {
        .main-nav .sf-menu {
            overflow: hidden !important;
        }
        
        .main-nav .sf-menu li {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Navigation Menu - Bootstrap navbar */
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding: 20px;
        border-radius: 8px;
        margin-top: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-nav {
        margin: 0;
    }
    
    .navbar-nav li {
        margin: 5px 0;
    }
    
    .navbar-nav li a {
        padding: 12px 15px;
        font-size: 16px;
        display: block;
    }
    
    /* Footer Adjustments */
    .footer-widget {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .footer-logo {
        max-width: 100%;
        height: auto;
    }
    
    /* Images Responsive */
    img {
        max-width: 100%;
        height: auto;
    }
    
    picture {
        width: 100% !important;
        display: block;
    }
    
    picture img, picture source {
        width: 100% !important;
        height: auto !important;
    }
    
    /* Content Sections */
    .content-section {
        padding: 40px 0;
    }
    
    .content-section p {
        font-size: 16px;
        line-height: 1.7;
    }
    
    /* Testimonials */
    .testimonial {
        padding: 20px 15px;
        margin: 15px 10px;
    }
    
    .what-say {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }
    
    /* Service Items */
    .service-img {
        margin-bottom: 20px;
    }
    
    /* Reduce excessive padding on mobile */
    .pages-header {
        padding: 40px 20px;
    }
    
    /* Form Elements - Prevents zoom on iOS */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea,
    select {
        font-size: 16px;
        padding: 12px 15px;
        width: 100%;
        max-width: 100%;
    }
    
    /* Tables Responsive */
    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    /* Row and Column adjustments */
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Small Mobile Devices (up to 480px) */
@media (max-width: 480px) {
    h1 {
        font-size: 24px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    h3 {
        font-size: 18px;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .story-bio-custom {
        padding: 20px 15px;
        font-size: 15px;
    }
    
    .story-bio-custom h3 {
        font-size: 18px;
    }
    
    .modern-quote {
        font-size: 16px;
        padding: 18px 15px;
        margin: 15px 5px;
    }
    
    .btn, a.btn, button {
        width: 100%;
        margin: 5px 0;
        padding: 14px 20px;
    }
    
    .reserve_button {
        width: 100%;
        min-width: auto;
    }
    
    /* Navigation */
    .navbar-brand {
        font-size: 18px;
    }
    
    .navbar-toggle {
        margin-right: 10px;
    }
    
    /* Footer */
    .footer-widget {
        padding: 15px 10px;
    }
    
    /* Big title adjustments */
    .big-font-title h1 {
        font-size: 26px;
    }
}

/* Landscape Mobile Orientation */
@media (max-width: 768px) and (orientation: landscape) {
    .pages-header {
        padding: 30px 20px;
    }
    
    .story-bio-custom {
        padding: 20px;
    }
    
    h1 {
        font-size: 26px;
    }
    
    h2 {
        font-size: 22px;
    }
}


/* Image Loading Animation */
img {
    animation: fadeIn 0.5s ease;
}

/* Hover Effects for Images */
.footer-logo, .adventure-image {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
}

/* Card Hover Effects */
.footer-widget {
    transition: transform 0.3s ease;
}

.footer-widget:hover {
    transform: translateY(-5px);
}

/* Enhanced Button Styles */
.btn, button, input[type="submit"] {
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn:hover, button:hover, input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Parallax Effect for Story Container */
.story-container {
    position: relative;
    overflow: hidden;
}

/* Gradient Overlay Enhancement */
.story-wrapper {
    position: relative;
}

.story-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
}

/* Page Header Text Enhancement */
.pages-header h3 {
    font-weight: 700 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Content Text Improvements */
.content-section {
    padding: 60px 0;
}

.content-section p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.content-section strong {
    font-weight: 700;
    color: #25aae1;
}

/* Footer Text Improvements */
.site-footer p {
    font-size: 15px;
    font-weight: 500;
    color: #d1d1d1;
    line-height: 1.8;
}

.site-footer {
    color: #d1d1d1;
}

.footer-holder {
    background: #1a1a1a;
    padding: 20px 0;
}

.footer-holder p {
    color: #d1d1d1;
    font-size: 15px;
    line-height: 1.8;
}

.footer-holder a {
    font-weight: 600;
    color: #25aae1;
    transition: color 0.3s ease;
}

.footer-holder a:hover {
    color: #1e90d8;
}

/* Footer Area Consistency */
.footer-area {
    background: #2c2c2c;
    padding: 60px 0 40px;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget p {
    color: #d1d1d1;
    font-size: 15px;
    line-height: 1.8;
}

.footer-widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a {
    color: #d1d1d1;
    font-size: 15px;
    transition: all 0.3s ease;
}

.footer-widget ul li a:hover {
    color: #25aae1;
    padding-left: 5px;
}

.footer-widget i {
    color: #25aae1;
    margin-right: 8px;
}

/* Bottom footer bar */
.footer-holder .col-md-6 {
    color: #d1d1d1;
}

/* Logo brightness in footer */
.footer-logo {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.footer-collage {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Footer contact info styling */
.footer-widget .ion-ios-location-outline,
.footer-widget .ion-ios-telephone-outline,
.footer-widget .ion-paper-airplane {
    color: #25aae1;
    font-size: 18px;
    margin-right: 10px;
}

/* Override original style.css for consistent footer colors */
.footer-area-container {
    background: #2c2c2c !important;
}

.footer-area-container p,
.footer-area-container,
.footer-area-container .footer-widget {
    color: #d1d1d1 !important;
}

.footer-area-container .footer-widget-title {
    color: #fff !important;
}

.footer-area-container a {
    color: #25aae1 !important;
}

.footer-area-container a:hover {
    color: #1e90d8 !important;
}

.footer-holder p,
.footer-holder,
.site-footer,
.site-footer p {
    color: #d1d1d1 !important;
}

@media (max-width: 768px) {
    .footer-area {
        padding: 40px 0 30px;
    }
    
    .footer-widget {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .footer-holder {
        text-align: center;
        padding: 15px 0;
    }
    
    .footer-holder .col-md-6 {
        margin-bottom: 15px;
    }
}


/* ========================================
   Additional Mobile Optimizations
   ======================================== */

/* Prevent horizontal scrolling on mobile */
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.container-fluid, .row {
    max-width: 100%;
    overflow-x: hidden;
}

/* Remove default body margins */
.full-layout {
    margin: 0;
    padding: 0;
}

.inner-conterner {
    margin: 0;
    padding: 0;
}

/* Optimize touch interactions */
a, button, .btn {
    -webkit-tap-highlight-color: rgba(37, 170, 225, 0.3);
    touch-action: manipulation;
}

/* Improve mobile menu visibility */
@media (max-width: 768px) {
    .navbar-toggle {
        display: block;
        background: #25aae1;
        border: none;
        border-radius: 6px;
        padding: 10px 12px;
    }
    
    .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 3px;
        border-radius: 2px;
    }
    
    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background: #1e90d8;
    }
}

/* Mobile-friendly image galleries */
@media (max-width: 768px) {
    .gallery-item,
    .image-gallery img {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* Optimize video embeds for mobile */
@media (max-width: 768px) {
    iframe {
        max-width: 100%;
        height: auto;
    }
    
    .embed-responsive {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 ratio */
        height: 0;
        overflow: hidden;
    }
    
    .embed-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* Mobile-specific animations (reduced motion) */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Improve mobile readability */
@media (max-width: 768px) {
    p, li {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    
    ul, ol {
        padding-left: 25px;
    }
}

/* Book Now Button - Yellow Gradient */
.reserve_button {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.9) 0%, rgba(255, 165, 0, 0.9) 100%) !important;
    color: #000 !important;
    font-weight: 700 !important;
    padding: 15px 40px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4) !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.reserve_button:hover {
    background: linear-gradient(135deg, rgba(255, 215, 0, 1) 0%, rgba(255, 165, 0, 1) 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6) !important;
    color: #000 !important;
}

/* Mobile call-to-action improvements */
@media (max-width: 768px) {
    .cta-button,
    .reserve-button,
    .call-button {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    
    .reserve_button {
        padding: 12px 30px !important;
        font-size: 20px !important;
    }
    
    a[href^="tel:"] {
        color: #25aae1;
        font-weight: 700;
        font-size: 18px;
        text-decoration: none;
        padding: 12px;
        display: inline-block;
        border: 2px solid #25aae1;
        border-radius: 30px;
        margin: 10px 0;
        transition: all 0.3s ease;
    }
    
    a[href^="tel:"]:hover {
        background: #25aae1;
        color: #fff;
    }
}

/* Optimize banner images for mobile */
@media (max-width: 768px) {
    .banner-image,
    .hero-image {
        min-height: 300px;
        object-fit: cover;
    }
    
    .pages-header {
        min-height: auto;
    }
}

/* Mobile-specific utility classes */
@media (max-width: 768px) {
    .mobile-hidden {
        display: none !important;
    }
    
    .mobile-visible {
        display: block !important;
    }
    
    .mobile-center {
        text-align: center !important;
    }
    
    .mobile-full-width {
        width: 100% !important;
    }
}

/* High DPI screens optimization */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* ========================================
   Mobile Navigation Enhancements
   ======================================== */

/* Ensure mobile menu is functional */
@media (max-width: 768px) {
    .navbar-header {
        float: none;
    }
    
    .navbar-left, .navbar-right {
        float: none !important;
    }
    
    .navbar-toggle {
        display: block;
        float: right;
        margin-right: 15px;
    }
    
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        max-height: 500px;
        overflow-y: auto;
        transition: all 0.4s ease-in-out;
    }
    
    .navbar-collapse.collapse {
        display: none !important;
        height: 0 !important;
    }
    
    .navbar-collapse.collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        transition: height 0.35s ease;
    }
    
    .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
    }
    
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    
    .navbar-nav > li {
        float: none;
    }
    
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all 0.3s ease;
    }
    
    .navbar-nav > li > a:hover {
        background: rgba(37, 170, 225, 0.1);
        padding-left: 20px;
    }
    
    .collapse.in {
        display: block !important;
    }
}

/* Sticky header improvements for mobile */
@media (max-width: 768px) {
    .header-scroll-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        animation: slideDown 0.3s ease;
    }
    
    @keyframes slideDown {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }
}

/* Fix for picture elements on mobile */
@media (max-width: 768px) {
    picture source[media*="min-width"] {
        display: none;
    }
}

/* ========================================
   Book Now Section Spacing
   ======================================== */

.reserve_area {
    padding: 25px 0;
    background: linear-gradient(135deg, #25aae1 0%, #1e90d8 100%);
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

header.site-header {
    margin-bottom: 0 !important;
}

.header-inner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.reserve_button {
    margin: 0 !important;
    padding: 15px 40px !important;
    display: inline-block;
}

@media (max-width: 768px) {
    /* Remove ALL spacing between header, book now, and banner */
    header, 
    header.site-header,
    .header-inner,
    .inner-conterner,
    .reserve_area,
    .slide,
    .slider-wrapper,
    .banner-picture,
    .banner-image-link {
        margin: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .reserve_area {
        padding: 20px 15px !important;
        position: relative;
        z-index: 100;
        min-height: 120px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Remove any default body margins */
    body {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .reserve_button {
        padding: 14px 35px !important;
        font-size: 22px !important;
        margin: 0 !important;
    }
    
    .reserve_area a {
        display: inline-block;
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* ========================================
   Features Section - SIXT Style Layout
   ======================================== */

.features-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 50%, #1a1a1a 100%);
    padding: 70px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(37, 170, 225, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255, 215, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    border: 1px solid rgba(37, 170, 225, 0.1);
    backdrop-filter: blur(10px);
}

.feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(37, 170, 225, 0.3);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(37, 170, 225, 0.3);
}

.feature-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    background: linear-gradient(135deg, #25aae1 0%, #1e90d8 100%);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(37, 170, 225, 0.4);
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(37, 170, 225, 0.6);
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    font-family: 'Poppins', sans-serif;
}

.feature-description {
    font-size: 15px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Mobile Features Section */
@media (max-width: 768px) {
    .features-section {
        padding: 50px 0 40px 0 !important;
        margin-top: 0 !important;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    
    .feature-item {
        padding: 20px;
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }
    
    .feature-title {
        font-size: 18px;
    }
    
    .feature-description {
        font-size: 14px;
    }
}

/* ========================================
   Ad Images Section
   ======================================== */

.ad-images-section {
    padding: 60px 20px;
    margin: 0;
    width: 100%;
    background: #fff;
}

.ad-images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.ad-image-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 0;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.ad-image-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.ad-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: transform 0.5s ease;
}

.ad-image-item:hover .ad-image {
    transform: scale(1.03);
}

/* Mobile Ad Images */
@media (max-width: 768px) {
    .ad-images-section {
        padding: 40px 15px;
    }
    
    .ad-images-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .ad-image {
        min-height: 250px;
        object-fit: cover;
    }
}

/* ========================================
   Adventure Awaits Section Styling
   ======================================== */

.containerfive-custom {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    background: #fff !important;
    line-height: 0;
    height: auto !important;
    overflow: hidden;
}

.grid-2-custom {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    line-height: 0;
    height: auto !important;
    background: #fff !important;
}

.adventure-picture {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.adventure-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    transition: transform 0.3s ease, filter 0.3s ease;
    object-fit: cover;
    object-position: center;
}

.adventure-image:hover {
    transform: scale(1.02);
    filter: brightness(1.1);
}

.banner-image-link {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: auto !important;
}

.banner-image-link img,
.banner-image-link picture {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    line-height: 0 !important;
}

/* Remove any container white space */
.w-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Mobile Adventure Image */
@media (max-width: 768px) {
    .adventure-picture,
    .adventure-picture source,
    .adventure-picture img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .containerfive-custom {
        min-height: auto !important;
        height: auto !important;
        padding: 40px 0 0 0 !important;
        margin: 30px 0 0 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
    
    .grid-2-custom {
        padding: 30px 0 0 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .banner-image-link {
        padding: 0 !important;
        margin: 20px 0 0 0 !important;
        display: block !important;
        width: 100% !important;
    }
    
    .modern-quote {
        margin: 20px 15px 30px 15px !important;
    }
    
    blockquote {
        margin-bottom: 25px !important;
    }
}

.containerfive.w-container {
    max-width: 100% !important;
}

/* Banner Picture Improvements */
.slide {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.banner-picture {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.banner-img,
.banner-source-desktop {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .containerfive-custom,
    .grid-2-custom {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .adventure-image {
        width: 100% !important;
        height: auto !important;
    }
    
    .slide {
        margin: 0;
        padding: 0;
    }
}


