/* alanding/assets/css/style.css */
* {
    background-attachment: fixed !important;
}

html {
    background: url('../images/front/benagil.jpg') center center / cover fixed no-repeat !important;
    min-height: 100vh !important;
}

html::before {
    content: '';
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: url('../images/front/benagil.jpg') center center / cover fixed no-repeat !important;
    z-index: -9999 !important;
    pointer-events: none !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    line-height: 1.6;
    color: #333;
    background-image: url('../images/front/benagil.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-color: #1e2124 !important; /* Dark fallback color */
}

/* Force fixed background for ALL screen sizes */
@media (max-width: 992px) {
    html, body {
        background-attachment: fixed !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-image: url('../images/front/benagil.jpg') !important;
        background-color: #1e2124 !important; /* Dark fallback color */
    }
}

@media (max-width: 768px) {
    html, body {
        background-attachment: fixed !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-image: url('../images/front/benagil.jpg') !important;
        background-color: #1e2124 !important; /* Dark fallback color */
    }
}

@media (max-width: 576px) {
    html, body {
        background-attachment: fixed !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-image: url('../images/front/benagil.jpg') !important;
        background-color: #1e2124 !important; /* Dark fallback color */
    }
}

@media (max-width: 480px) {
    html, body {
        background-attachment: fixed !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-image: url('../images/front/benagil.jpg') !important;
        background-color: #1e2124 !important; /* Dark fallback color */
    }
}

@media (max-width: 414px) {
    html, body {
        background-attachment: fixed !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-image: url('../images/front/benagil.jpg') !important;
        background-color: #1e2124 !important; /* Dark fallback color */
    }
}

@media (max-width: 375px) {
    html, body {
        background-attachment: fixed !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-image: url('../images/front/benagil.jpg') !important;
        background-color: #1e2124 !important; /* Dark fallback color */
    }
}

@media (max-width: 320px) {
    html, body {
        background-attachment: fixed !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-image: url('../images/front/benagil.jpg') !important;
        background-color: #1e2124 !important; /* Dark fallback color */
    }
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header & Navbar */
.main-header {
    background-color: transparent;
    padding: 15px 0 5px 0; /* Reduced bottom padding */
    border-bottom: 1px solid rgba(231, 231, 231, 0.3);
    position: relative; /* For stacking context */
    z-index: 3; /* Above hero overlay, below flags */
}

.header-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
    width: auto;
}

.logo-container {
    margin-bottom: 0px;
}

.navbar-brand img {
    max-height: 128px; /* Increased by 20% from 80px */
    width: auto;
    border-radius: 15px;
    display: block;
}

/* Language Switcher with Flags */
.flags-language-switcher {
    position: absolute;
    top: 170px;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 10px 15px; /* Inner padding for the glass background */
    z-index: 5; /* Above header and hero section */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Subtle shadow */
}

.flags-language-switcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.flags-language-switcher li {
    margin: 0 5px;
}

.flags-language-switcher a {
    display: block;
    padding: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    transition: border-color 0.3s ease;
    line-height: 0;
}

.flags-language-switcher img {
    display: block;
    width: 24px; /* Decreased by 20% from 30px */
    height: auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.flags-language-switcher li.active a {
    border-color: #007bff;
}
.flags-language-switcher a:hover {
    border-color: #adb5bd;
}

/* Main Navigation - Centered */
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 8px 0;
    transition: color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95em;
}

.nav-link:hover, .nav-link.active {
    color: #007bff;
}

/* Mobile Navigation Toggler Position */
.navbar-toggler {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

/* Hero Section - Row Layout */
/* Hero Section - EXACT same approach as content-block-with-bg */
.hero-section {
    position: relative;
    padding: 80px 0;
    color: #fff;
    /* Inherit body background by default */
    background: inherit;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    background: none !important;
    background-color: transparent !important;
}

.hero-row {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.hero-header-row {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-video-row,
.hero-text-row,
.hero-buttons-row {
    display: block;
    width: 100%;
}

.hero-title {
    font-size: 3.2em;
    margin-bottom: 0.3em;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 6px 6px 14px black;
}

.hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: 300;
    backdrop-filter: blur(255px);
}

.hero-paragraph-container {
    background: rgba(30, 144, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 25px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(30, 144, 255, 0.1);
    max-width: 800px;
    margin: 0 auto;
}

.hero-paragraph {
    font-size: 1.1em;
    margin-bottom: 0;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-buttons-row .button,
.hero-buttons .button {
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 12px 25px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 25px;
}

/* Buttons (Shared Styles) */
.button {
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-primary {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: white;
}

.btn-secondary {
    background-color: #25D366; /* WhatsApp Green */
    color: white;
    border-color: #25D366;
}
.btn-secondary:hover {
    background-color: #02471b; /* WhatsApp Green */
    color: white;
    border-color: #25D366;
}

.btn-outline-primary {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-outline-primary:hover {
    background-color: #fff;
    color: #007bff;
}

.btn-outline-secondary {
    background-color: transparent;
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-secondary:hover {
    background-color: #f8f9fa;
    color: #333;
}

/* WhatsApp Button Style for Hero Section */
.hero-section .button.btn-whatsapp {
    background-color: #25D366; /* WhatsApp Green */
    color: white;
    border-color: #25D366;
}
.hero-section .button.btn-whatsapp:hover {
    background-color: #1DAE54; /* Darker Green for hover */
    border-color: #1DAE54;
    color: white;
}

/* Video Container */
.video-container iframe,
.video-container video {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Video Cover/Poster Styles */
.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.video-wrapper:hover .video-poster {
    transform: scale(1.02);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* Video Play Button Overlay */
.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: all 0.3s ease;
    border-radius: 20px;
}

.video-play-overlay:hover {
    background: rgba(0, 0, 0, 0.4);
}

.play-button-circle {
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.9);
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.video-play-overlay:hover .play-button-circle {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.play-icon {
    width: 80px;
    height: 80px;
    color: rgba(0, 0, 0, 0.8);
    margin-left: 6px; /* Slight offset to center the triangle visually */
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.video-play-overlay:hover .play-icon {
    color: rgba(0, 0, 0, 1);
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

/* Fallback Section Error Styling */
.generic-section.error-section {
    background-color: #fff0f0;
    border: 1px dashed #d9534f;
    color: #a94442;
    padding: 20px;
    margin: 20px 0;
}
.generic-section.error-section h2 {
    color: #a94442;
    margin-top: 0;
}
.generic-section.error-section code {
    background-color: #f9f2f4;
    color: #c7254e;
    padding: 2px 4px;
    border-radius: 4px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .hero-section .container {
        flex-direction: column;
        text-align: center;
    }
    .hero-text-column {
        text-align: center;
        order: 2;
    }
    .hero-media-column {
        order: 1;
        width: 100%;
        max-width: 600px;
        margin-bottom: 30px;
    }
    .hero-title {
        font-size: 2.8em;
    }
    .hero-subtitle {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    .navbar-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: static;
        background-color: transparent;
        border-top: 1px solid rgba(231, 231, 231, 0.3);
        padding: 10px 0;
        margin-top: 10px;
    }
    .navbar-menu.active {
        display: flex;
    }
    .navbar {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav-item {
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }
    .navbar-toggler {
        display: block;
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .hero-title {
        font-size: 2.5em;
    }
    .hero-subtitle {
        font-size: 1.3em;
    }
    .hero-buttons .button {
         margin: 5px;
    }
}

/* Footer Styles */
.site-footer {
    background: rgba(15, 30, 60, 0.85) !important; /* Dark blue glassmorphism */
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(30, 60, 120, 0.3) !important;
    color: #ffffff !important;
    padding: 60px 0 40px 0 !important;
    margin-top: 50px !important;
    position: relative !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
}

.site-footer::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(15, 30, 60, 0.9), rgba(30, 60, 120, 0.8)) !important;
    z-index: -1 !important;
}

.site-footer h4 {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.site-footer p,
.site-footer address,
.site-footer a {
    color: #e0e6ff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.site-footer a:hover {
    color: #70a5ff !important;
    text-shadow: 0 0 10px rgba(112, 165, 255, 0.5) !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(10, 20, 40, 0.3) !important;
}

.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.site-footer h4 {
    color: #fff; /* White headings */
    font-size: 1.2em;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.site-footer p,
.site-footer address {
    margin-bottom: 10px;
    line-height: 1.6;
}

.site-footer a {
    color: #fff; /* White links */
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #f0a500; /* Example gold hover color - adjust as needed */
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px; /* Gap between columns */
    margin-bottom: 30px;
}

.footer-column {
    flex: 1;
    min-width: 250px; /* Minimum width for columns on smaller screens before wrapping */
}


.footer-column.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column.footer-links ul li {
    margin-bottom: 10px;
}

.footer-column.footer-links ul li a {
    color: #ccc; /* Lighter link color for lists */
}
.footer-column.footer-links ul li a:hover {
    color: #f0a500; /* Example gold hover color */
}


.footer-column.footer-contact address {
    font-style: normal;
}

.social-links a {
    display: inline-block;
    margin-right: 15px;
    line-height: 0; /* Collapse line height for image-only links */
}

.social-links a:last-child {
    margin-right: 0;
}

.social-links .social-icon {
    display: block; /* Make img a block to avoid extra space below */
    width: 28px;    /* Adjust size as needed */
    height: 28px;   /* Adjust size as needed */
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 1;     /* Start at full opacity */
}

.social-links a:hover .social-icon {
    transform: scale(1.1); /* Slight zoom effect */
    opacity: 0.75;         /* Dim slightly on hover */
}

.footer-bottom {
    border-top: 1px solid #333; /* Separator line */
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
}

.footer-bottom .copyright {
    font-size: 0.85em;
    color: #aaa; /* Slightly darker grey for copyright */
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    .social-links {
        margin-top: 15px;
    }
}

/* FAQ Section Styles */
.faq-section {
    padding: 50px 0;
    background-color: #f9f9f9; /* Light background for the section */
}

.faq-section .section-main-title {
    /* margin-bottom: 30px; */ /* Removed for standardization */
    color: #333;
}

.faq-list {
    max-width: 100%; /* Changed from 800px to take full available width */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr; /* Default to 1 column for mobile */
    gap: 20px; /* Gap between items */
}

/* Two columns for screens wider than 768px */
@media (min-width: 768px) {
    .faq-list {
        grid-template-columns: 1fr 1fr;
    }
}

.faq-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    /* margin-bottom: 15px; Removed as grid gap handles spacing */
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.faq-item summary::-webkit-details-marker {
    display: none; /* Hide default marker in Chrome/Safari */
}

.faq-item summary {
    font-size: 1.1em;
    font-weight: 600;
    color: #333;
    padding: 15px 20px;
    cursor: pointer;
    list-style: none; /* Hide default marker in Firefox */
    position: relative;
    outline: none; /* Remove focus outline for a cleaner look */
}

.faq-item summary:hover {
    background-color: #f5f5f5;
}

/* Custom marker for summary */
.faq-item summary::after {
    content: '+'; /* Plus icon for closed state */
    font-size: 1.4em;
    font-weight: bold;
    color: #007bff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out;
}

.faq-item[open] summary::after {
    content: '\2013'; /* Minus icon (en-dash) for open state */
    transform: translateY(-50%);
}

.faq-answer {
    padding: 0px 20px 20px 20px;
    color: #555;
    line-height: 1.7;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
}

/* Content Block Section Styles */
.content-block-section {
    padding: 50px 0;
    /* Add a subtle background or keep it clean */
    /* background-color: #fafafa; */ 
}

/* Content Block with Background Image */
.content-block-with-bg {
    position: relative;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-block-with-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1); /* Much lighter overlay so image shows through */
    z-index: 1;
}

.content-block-with-bg .container {
    position: relative;
    z-index: 2;
    background: rgba(30, 144, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(30, 144, 255, 0.3);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    padding: 40px;
}

/* Multi-column cards in content-block-with-bg */
.content-block-with-bg .mcc-card {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.content-block-with-bg .mcc-card:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.content-block-with-bg .mcc-title {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.content-block-with-bg .mcc-text {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.content-block-with-bg .mcc-icon {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* FAQ items in content-block-with-bg */
.content-block-with-bg .faq-item {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.content-block-with-bg .faq-item summary {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    background: transparent !important;
}

.content-block-with-bg .faq-item summary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.content-block-with-bg .faq-answer {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    background: transparent !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Video section elements in content-block-with-bg */
.content-block-with-bg .video-text-title {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.content-block-with-bg .video-text-subtitle {
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.content-block-with-bg .video-main-text {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.content-block-with-bg .video-player-wrapper {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.content-block-with-bg .section-main-title {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.content-block-with-bg .content-block-text {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Mobile adjustments for background image */
@media (max-width: 768px) {
    .content-block-with-bg {
        background-attachment: fixed !important; /* Keep fixed background on mobile too */
        min-height: 80vh; /* Slightly smaller on mobile */
    }
    
    .content-block-with-bg .container {
        padding: 30px 20px; /* Adjust padding for mobile */
        margin: 0 10px; /* Add side margins on mobile */
    }
}

.content-block-section .section-main-title {
    /* margin-bottom: 30px; */ /* Removed for standardization */
    font-size: 2.2em; /* Adjust as needed */
    color: white;
}

.content-block-text {
    font-size: 1.15em; /* Slightly larger text for readability */
    line-height: 1.8;
    color: #555;
    max-width: 800px; /* Constrain width for better readability */
    margin-left: auto;
    margin-right: auto;
}

/* Text alignment classes (PHP adds these to the section based on JSON value) */
.content-block-section.text-left {
    text-align: left;
}
.content-block-section.text-left .content-block-text {
    margin-left: 0;
    margin-right: auto; /* For when max-width is applied */
}

.content-block-section.text-center {
    text-align: center;
}
.content-block-section.text-center .content-block-text {
    margin-left: auto;
    margin-right: auto;
}

.content-block-section.text-right {
    text-align: right;
}
.content-block-section.text-right .content-block-text {
    margin-left: auto;
    margin-right: 0; /* For when max-width is applied */
}


/* Content Block with Image Section Styles */
.content-block-image-section {
    padding: 50px 0;
    /* background-color: #fdfdfd; */ /* Optional very light background */
}

.content-block-image-section .section-main-title {
    /* margin-bottom: 30px; */ /* Removed for standardization */ /* More space for a prominent title */
    font-size: 2.2em;
    color: #333;
}

.content-block-image-container {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    align-items: center; /* Vertically align items if they have different heights */
    gap: 30px; /* Space between image and text columns */
}

.content-image-column,
.content-text-column {
    flex: 1; /* Each column takes up equal space by default */
    min-width: 300px; /* Minimum width before wrapping */
}

/* Image Alignment: Image on Left (default) */
.content-block-image-container.image-align-left .content-image-column {
    order: 1;
}
.content-block-image-container.image-align-left .content-text-column {
    order: 2;
}

/* Image Alignment: Image on Right */
.content-block-image-container.image-align-right .content-image-column {
    order: 2;
}
.content-block-image-container.image-align-right .content-text-column {
    order: 1;
}

.content-image-rounded {
    width: 100%;
    max-width: 450px; /* Max width for the image */
    height: auto;
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: block; /* Remove extra space below image */
    margin: 0 auto; /* Center image if column is wider */
}



.content-block-image-section .content-block-text {
    font-size: 1.1em; 
    line-height: 1.7;
    color: #555;
    text-align: left; /* Default text align within its column */
}

/* Responsive adjustments for the two-column layout */
@media (max-width: 768px) {
    .content-block-image-container {
        flex-direction: column; /* Stack image and text on smaller screens */
    }
    .content-block-image-container.image-align-left .content-image-column,
    .content-block-image-container.image-align-right .content-image-column {
        order: 1; /* Image always first on mobile */
        margin-bottom: 20px;
    }
    .content-block-image-container.image-align-left .content-text-column,
    .content-block-image-container.image-align-right .content-text-column {
        order: 2; /* Text always second on mobile */
        text-align: center; /* Center text on mobile for a cleaner look */
    }
    .content-block-image-section .content-block-text {
        text-align: center;
    }
    .content-image-rounded {
        max-width: 100%; /* Allow image to be wider on mobile if needed */
    }
}

/* Updated Content Block with Video Section Styles */
.content-block-video-section {
    padding: 50px 0;
}

.content-block-video-section .section-main-title {
    /* margin-bottom: 30px; */ /* Removed for standardization */ /* Increased margin */
    font-size: 2.2em;
    color: white;
}

.video-layout-container {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    align-items: center; 
    gap: 30px;
}

/* Full width video layout override */
.content-block-with-bg .video-layout-container {
    flex-direction: column;
    gap: 40px;
}

.content-block-with-bg .video-column {
    width: 100%;
    overflow: visible;
}

/* Video Only Layout */
.video-layout-container.video_only-wrapper .video-column {
    flex-basis: 100%;
    max-width: 900px; /* Max width for video only layout */
    margin: 0 auto; /* Center video only layout */
}

/* Text Left, Video Right Layout */
.video-layout-container.text_video_right-wrapper .video-text-column {
    flex: 1;
    min-width: 300px;
    order: 1;
}
.video-layout-container.text_video_right-wrapper .video-column {
    flex: 1;
    min-width: 300px;
    order: 2;
}

.video-text-column .video-text-title {
    font-size: 1.8em;
    color: #222;
    margin-bottom: 10px;
}

.video-text-column .video-text-subtitle {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 15px;
}

.video-text-column .video-main-text {
    font-size: 1em;
    line-height: 1.7;
    color: #666;
}

.video-player-wrapper {
    position: relative;
    background-color: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 15px; /* Rounded corners for the wrapper */
    overflow: hidden;
    width: 100%; /* Make wrapper take full width of its column */
    aspect-ratio: 16 / 9; /* Maintain aspect ratio */
}

/* Full width video override */
.content-block-with-bg .video-player-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-radius: 0; /* Remove border radius for full width */
}

.video-player-wrapper .video-element {
    display: block;
    width: 100%;
    height: 100%; /* Make video fill the wrapper */
    border-radius: 15px; /* Match wrapper rounding */
    object-fit: cover; /* Cover the area, might crop */
}

.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 15px; /* Match wrapper rounding */
}

.play-button-overlay {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.play-button-overlay svg {
    fill: #fff;
    width: 40px;
    height: 40px;
}

.play-button-overlay:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .video-layout-container.text_video_right-wrapper {
        flex-direction: column;
    }
    .video-layout-container.text_video_right-wrapper .video-text-column,
    .video-layout-container.text_video_right-wrapper .video-column {
        order: initial; /* Reset order for stacking */
        flex-basis: 100%;
    }
    .video-text-column {
        text-align: center;
        margin-bottom: 30px;
    }
}

/* Multi-Column Content Section Styles */
.multi-column-section {
    padding: 50px 0;
    /* background-color: #f8f9fa; */ /* Optional subtle background */
}



.multi-column-section .section-main-title {
    /* margin-bottom: 30px; */ /* Removed for standardization */
    font-size: 2.2em;
    color: white;
}

.multi-column-grid {
    display: grid;
    gap: 30px;
    align-items: start;
    grid-auto-rows: max-content;
}

/* Column Layouts - apply different grid templates based on class */
.multi-column-grid.columns-2 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
}
.multi-column-grid.columns-3 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}
.multi-column-grid.columns-4 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}
.multi-column-grid.columns-6 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
}

/* Card Styling */
.mcc-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-self: start;
    width: 100%;
    box-sizing: border-box;
}

.mcc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Specific Card Type Styles */
.mcc-card.card-type-image_only {
    padding: 0; /* Remove padding for image only */
    overflow: hidden; /* Ensure image respects border radius */
}

.mcc-card.card-type-image_only .mcc-image-wrapper {
    margin-bottom: 0;
}

.mcc-image-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px; /* Optional slight rounding for image wrapper */
}

.mcc-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Default aspect ratio, adjust if needed */
    object-fit: cover;
}

.mcc-icon {
    font-size: 2.5em; /* Icon size */
    color: #007bff; /* Example icon color */
    margin-bottom: 15px;
}

.mcc-content {
    flex-grow: 1; /* Allow content to take up space */
}

.mcc-title {
    font-size: 1.3em;
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.mcc-text {
    font-size: 0.95em;
    color: white;
    line-height: 1.6;
    margin-bottom: 0; /* Remove bottom margin if button follows */
}

.mcc-button-wrapper {
    margin-top: auto; /* Push button to bottom */
    padding-top: 20px; /* Space above button */
}

.mcc-button {
    /* Use existing button styles or add specific ones */
    padding: 10px 20px;
    font-size: 0.9em;
}

/* Card link styling (if whole card is link) */
a.mcc-card,
a.mcc-card:hover {
    text-decoration: none;
    color: inherit; /* Inherit text color */
}


/* Responsive Adjustments for Grid Columns (simplified examples) */
@media (max-width: 992px) {
    /* Reduce columns for tablets */
    .multi-column-grid.columns-4,
    .multi-column-grid.columns-6 {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); /* Max 3-4 cols */
    }
}

@media (max-width: 768px) {
    /* Further reduce columns for mobile */
    .multi-column-grid.columns-3,
    .multi-column-grid.columns-4,
    .multi-column-grid.columns-6 {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); /* Max 2 cols */
    }
}

@media (max-width: 576px) {
    /* Stack to single column on small mobile */
    .multi-column-grid.columns-2,
    .multi-column-grid.columns-3,
    .multi-column-grid.columns-4,
    .multi-column-grid.columns-6 {
        grid-template-columns: 1fr;
    }
}

/* Image Slider Section Styles */
.image-slider-section {
    padding: 30px 0;
    /* background-color: #eef1f5; */ /* Optional light background */
}

/* Transparent Image Slider */
.image-slider-transparent {
    background: transparent !important;
    position: relative;
}


.image-slider-transparent .section-main-title {
    color: #fff;
    margin-bottom: 15px;
}

.image-slider-transparent .section-subtitle {
    color: #fff;
    margin-bottom: 30px;
}

/* Enhanced slider controls for transparent background */
.image-slider-transparent .swiper-button-next,
.image-slider-transparent .swiper-button-prev {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.image-slider-transparent .swiper-button-next:hover,
.image-slider-transparent .swiper-button-prev:hover {
   
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.image-slider-transparent .swiper-pagination-bullet {
    /* background-color: rgba(255, 255, 255, 0.9) !important; */
    opacity: 0.7 !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.image-slider-transparent .swiper-pagination-bullet-active {
    /* background-color: rgba(255, 255, 255, 0.9) !important; */
    opacity: 1 !important;
    transform: scale(1.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Mobile adjustments for transparent slider */
@media (max-width: 768px) {
    .image-slider-transparent .container {
        padding: 30px 20px;
        margin: 0 10px;
        border-radius: 15px;
    }
    
    .image-slider-transparent .swiper-button-next,
    .image-slider-transparent .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }
}

.image-slider-section .section-main-title {
    /* margin-bottom: 15px; */ /* Removed for standardization */
    font-size: 2.2em;
    color: #333;
}

.image-slider-section .section-subtitle {
    margin-top: 0; /* Standardized */
    margin-bottom: 20px; /* Standardized from 30px */
    font-size: 1.1em;
    color: #000000;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

/* Styles for the Swiper container */
.image-folder-slider {
    width: 100%;
    aspect-ratio: 4 / 5; /* Default TALL aspect ratio for mobile */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; 
    position: relative;
    border-radius: 15px; 
  
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Apply wider aspect ratio for larger screens */
@media (min-width: 768px) { 
    .image-folder-slider {
        aspect-ratio: 16 / 7; /* WIDER aspect ratio for tablet/desktop */
    }
}



.image-folder-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-folder-slider .slider-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the slide area */
}

/* Swiper Pagination & Navigation Styles (customize as needed) */
.image-folder-slider .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.7;
}

.image-folder-slider .swiper-pagination-bullet-active {
    background-color: #007bff;
    opacity: 1;
}

.image-folder-slider .swiper-button-next,
.image-folder-slider .swiper-button-prev {
    color: #fff; /* White arrows */
    background-color: rgba(0, 0, 0, 0.3);
    width: 44px; /* Adjust size */
    height: 44px; /* Adjust size */
    border-radius: 50%;
    transition: background-color 0.3s ease;
}
.image-folder-slider .swiper-button-next:hover,
.image-folder-slider .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.image-folder-slider .swiper-button-next::after,
.image-folder-slider .swiper-button-prev::after {
    font-size: 18px; /* Adjust arrow icon size */
    font-weight: bold;
}

/* Ads Marketing Disclaimer */
.ads-disclaimer {
    font-size: 0.75em; /* Small font size */
    color: #888;     /* Light grey color */
    text-align: center;
    padding: 15px;
    margin: 20px 0;
    border-top: 1px solid #eee; /* Subtle separator */
    line-height: 1.4;
}

/* General Section Title/Subtitle Styling */
.common-section .section-main-title {
    /* Most sections add text-center, but ensure a default */
    text-align: center;
    margin-bottom: 10px; /* Standardized spacing */
    /* Add other common title styles if needed */
}

.common-section .section-subtitle {
    text-align: center;
    max-width: 700px; /* Keep constrained for readability */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0; /* Standardized spacing */
    margin-bottom: 20px; /* Standardized spacing, was 30px */
    font-size: 1.3em;
    color: white;
}

/* Location Map Section Styles */
.bg-light-grey {
    background-color: #f8f9fa; /* A light grey color */
}

.location-map-section {
    padding: 50px 0;
}

.location-map-container {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    gap: 30px; /* Space between text and map columns */
    align-items: flex-start; /* Align items to the top */
}

.location-text-column {
    flex: 1;
    min-width: 300px;
    padding-right: 20px; /* Add some padding to the right of the text */
}

.location-text-column .content-block-text {
    font-size: 1.05em; /* Slightly larger text for readability */
    line-height: 1.7;
}

.location-text-column .content-block-text strong {
    font-weight: 600; /* Make lines intended as headings bolder if using <strong> */
    display: block;
    margin-bottom: 5px;
}

.location-map-column {
    flex: 1;
    min-width: 300px;
    /* Ensure map column doesn't shrink too much if text is very long */
    flex-basis: 55%; /* Give map a bit more visual weight */
}

.map-iframe-wrapper {
    position: relative;
    padding-bottom: 75%; /* Aspect ratio 4:3 (3/4*100) - adjust as needed e.g. 56.25% for 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 8px; /* Optional: if you want rounded corners for the map */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* Optional: subtle shadow */
}

.map-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive adjustments for location map */
@media (max-width: 768px) {
    .location-map-container {
        flex-direction: column;
    }
    .location-text-column {
        margin-bottom: 30px; /* Space below text when stacked */
        padding-right: 0; /* Remove padding on mobile as it's full width */
    }
    .location-map-column {
        flex-basis: auto; /* Reset flex-basis */
        width: calc(100% + 30px); /* Full width + container padding */
        margin-left: -15px; /* Counteract left container padding */
        /* margin-right: -15px; /* Optional: Counteract right padding if needed, calc should handle */
    }
}

/* Floating Action Button Container */
.floating-action-button-container {
    position: fixed;
    bottom: 20px; 
    left: 50%;
    transform: translateX(-50%); /* Centering the container */
    z-index: 10000; 
    display: flex;
    justify-content: center; /* Center buttons within the container if it's wider */
    align-items: stretch; /* Make buttons stretch to the same height if their content differs */
    gap: 15px; 
}

/* Common Glassmorphism Button Style */
.floating-glass-button {
    background: rgba(255, 255, 255, 0.2); /* Default for chat button */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px; /* Standard rounded corners for all glass buttons */
    padding: 10px 15px; 
    display: inline-flex; 
    align-items: center;
    justify-content: center; /* Default for simple buttons (like Bokun) */
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #333; 
    text-decoration: none; 
    min-height: 60px; /* Base height */
    line-height: 1.2; /* Adjust for text vertical centering if needed */
    box-sizing: border-box; /* Ensures padding and border are included in height/width */
}

.floating-glass-button:hover {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Chat Button Specific Styles (extending common style) */
.chat-button-new {
    /* Inherits glass, base padding, min-height from .floating-glass-button */
    /* Explicitly set border-radius to ensure it's applied */
    border-radius: 12px; 
    display: flex; /* Explicitly set display to flex */
    flex-direction: row; /* Ensure children (avatar, text block, icon) are in a row */
    align-items: center; /* Vertically center children within the button */
    justify-content: flex-start; /* Align children group to the start (left) */
    color: #333; 
    padding: 10px 15px; /* Ensure padding is consistent */
    /* min-height is inherited from .floating-glass-button */

    /* Explicitly add glassmorphism styles to ensure they apply */
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    border: 1px solid rgba(255, 255, 255, 0.3);

    /* Add transition property for smooth hover effects */
    transition: all 0.3s ease;
}

.chat-button-new:hover {
    color: #111; /* Or whatever hover color is appropriate for its text elements */
    /* Add hover effects from .floating-glass-button:hover */
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.chat-button-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%; /* Ensure avatar is circular */
    margin-right: 12px; /* Space between avatar and text block */
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.5); 
    flex-shrink: 0; /* Prevent avatar from shrinking */
}

.chat-button-text { /* This is the DIV container for title and subtitle */
    display: flex; 
    flex-direction: column; /* Stack title and subtitle vertically */
    justify-content: center; /* Vertically center the title/subtitle content within this block */
    align-items: flex-start; /* Align text (title, subtitle) to the left */
    flex-grow: 1; /* Allow this text block to take available horizontal space */
    overflow: hidden; /* Prevent text overflow issues, enables ellipsis */
    text-align: left; /* Ensure text within is left-aligned */
    margin-right: 10px; /* Add space between text block and icon */
}

.chat-button-title {
    font-weight: 600;
    font-size: 0.9em; 
    color: #ffffff; 
    line-height: 1.2; 
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-button-subtitle {
    font-size: 0.75em; 
    color: #ffffff; 
    line-height: 1.2; 
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-button-icon {
    font-size: 1.5em; 
    color: #007bff; 
    flex-shrink: 0; /* Prevent icon from shrinking */
    /* margin-left: 10px; /* Removed as .chat-button-text now has margin-right */
    /* align-self: center; /* Removed as parent .chat-button-new has align-items: center */
}

/* Bokun Booking Button - New Glassmorphism Style */
#bokun_2d4a79e8_699b_4643_913d_04075eef3270.bokun-floating-glass-button,
#bokun_2d4a79e8_699b_4643_913d_04075eef3270 { 
    /* Apply ALL .floating-glass-button styles directly or ensure they are not overridden */
    background: rgba(34, 88, 32, 0.45) !important; /* Darker Greenish glass */
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(34, 88, 32, 0.6) !important; /* Darker green border */
    border-radius: 12px !important; /* Consistent rounded corners */
    padding: 10px 20px !important; /* Adjusted padding for width, works with min-width */
    display: inline-flex !important; 
    align-items: center !important;
    justify-content: center !important; /* Center text within Bokun button */
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    color: #ffffff !important; 
    text-decoration: none !important;
    min-height: 60px !important; 
    line-height: 1.2 !important;
    box-sizing: border-box !important;

    /* Specific overrides for Bokun */
    font-weight: 600 !important;
    font-size: 1em !important; 
    min-width: 220px !important; /* Explicit min-width to make it wider, adjust as needed */
    text-align: center !important;
}

#bokun_2d4a79e8_699b_4643_913d_04075eef3270.bokun-floating-glass-button:hover,
#bokun_2d4a79e8_699b_4643_913d_04075eef3270:hover {
    background: rgba(34, 88, 32, 0.55) !important; /* Darker green on hover */
    border-color: rgba(34, 88, 32, 0.7) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px) !important;
}

/* Chat Widget Styles */
/* .chat-button-new is now effectively .floating-glass-button with some text/icon specifics */
.floating-glass-button.active {
     /* Example: slightly change background or add a border */
    background: rgba(230, 230, 255, 0.3); /* Slightly different tint for active chat button */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.chat-widget {
    position: fixed;
    bottom: 100px; /* Floats 100px from the bottom */
    left: 50%; /* For horizontal centering */
    transform: translateX(-50%); /* For horizontal centering */
    width: 800px !important; /* Forcefully set desktop width */
    height: 500px;
    max-height: 70vh; /* Max height relative to viewport height */
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    display: none; /* Changed for testing: Initially hidden */
    flex-direction: column;
    overflow: hidden; /* Important for border-radius with backdrop-filter */
    z-index: 10001; /* Increased z-index, higher than button */
    
    /* Glassmorphism for the main chat widget */
    background-color: rgba(255, 255, 255, 0.15); /* Light, mostly transparent */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border */
}

.chat-widget.visible {
    display: flex !important; /* Changed for testing: Show when visible class is present, added !important */
}

.chat-header {
    color: white;
    padding: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 10px; /* Matches widget's border-radius */
    border-top-right-radius: 10px; /* Matches widget's border-radius */

    /* Glassmorphism for the chat header */
    background-color: rgba(0, 123, 255, 0.25); /* Semi-transparent blue */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.chat-header span {
    font-size: 1.1em;
}

.chat-close-button {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.chat-close-button:hover {
    opacity: 1;
}

.chat-messages {
    flex-grow: 1;
    padding: 15px;
    overflow-y: auto;
    background-color: transparent; /* Allows widget glassy bg to show through */
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between messages */
}

.chat-message {
    max-width: 80%;
    padding: 10px 15px;
    border-radius: 15px;
    line-height: 1.4;
    display: flex; 
}

.chat-message p {
    margin: 0;
    word-wrap: break-word;
}

.chat-message.user {
    background-color: #007bff;
    color: white;
    align-self: flex-end; /* Aligns user messages to the right */
    border-bottom-right-radius: 5px; /* Creates a "tail" effect */
}

.chat-message.ai {
    background-color: #e9ecef;
    color: #333;
    align-self: flex-start; /* Aligns AI messages to the left */
    border-bottom-left-radius: 5px; /* Creates a "tail" effect */
}

/* CSS animation for the "..." typing indicator */
.chat-message.ai p:empty::before {
    content: "..."; 
    display: inline-block;
    animation: typingDots 1.5s infinite;
}

@keyframes typingDots {
    0%, 20% { content: "."; }
    40% { content: ".."; }
    60%, 100% { content: "..."; }
}

.chat-input-area {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    align-items: flex-end; /* Important for textarea auto-growth */
}

.chat-input-area.focused {
    border-color: #007bff; 
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); 
}

.chat-input-area textarea {
    flex-grow: 1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 1em;
    resize: none;
    overflow-y: auto; 
    min-height: 22px; 
    max-height: 100px; /* Limit growth of textarea */
    line-height: 1.4;
    transition: border-color 0.2s ease;
}

.chat-input-area textarea:focus {
    outline: none;
    border-color: #007bff;
}

.chat-input-area button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.chat-input-area button:hover {
    background-color: #0056b3;
}

.chat-input-area button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.chat-input-area button::before {
    content: '➤'; /* Add a send icon character */
    font-size: 1.1em; /* Adjust size as needed */
    line-height: 1; /* Ensure proper vertical alignment if needed */
}

/* Override for .bKNxmX to align top left */
.bKNxmX {
    justify-content: flex-start !important; 
    align-items: flex-start !important;   
} 

/* Responsive Adjustments for Floating Action Buttons on Mobile */
@media (max-width: 768px) {
    .floating-action-button-container {
        gap: 10px; /* Reduce gap between buttons on mobile */
    }

    .chat-widget {
        width: calc(100vw - 20px) !important; /* Full viewport width minus 10px on each side */
        left: 50% !important;  /* Center the block */
        transform: translateX(-50%) !important; /* Center the block */
        right: auto; /* Ensure right doesn't interfere */
        bottom: 80px; /* Position above FABs */
        max-width: none !important; /* Override desktop max-width, forcefully */
        /* transform: none !important; */ /* Original transform: none is replaced by centering transform */
        box-sizing: border-box; /* Ensure padding/border are part of width calculation */
    }

    #bokun_2d4a79e8_699b_4643_913d_04075eef3270.bokun-floating-glass-button,
    #bokun_2d4a79e8_699b_4643_913d_04075eef3270 {
        min-width: 176px !important; /* Approx 20% less than 220px */
        padding: 10px 12px !important; /* Adjust padding for narrower button */
        font-size: 0.9em !important; /* Slightly smaller font for better fit */
    }

    .chat-button-new {
        padding: 10px 12px; /* Adjust padding for narrower button */
        /* The width will adjust based on content and new padding */
    }

    .chat-button-title {
        font-size: 0.85em; /* Slightly smaller title font on mobile */
    }

    .chat-button-subtitle {
        font-size: 0.7em; /* Slightly smaller subtitle font on mobile */
    }

    .chat-button-avatar {
        width: 36px; /* Slightly smaller avatar */
        height: 36px;
        margin-right: 8px; /* Adjust margin */
    }

    .chat-button-icon {
        font-size: 1.3em; /* Slightly smaller icon */
    }
} 

/* Force hero section to be transparent when no background is set via PHP */
.hero-section[style*="background: inherit"] {
    background: none !important;
    background-color: transparent !important;
}

/* Hero Section - EXACT same approach as content-block-with-bg */
.hero-section {
    position: relative;
    padding: 80px 0;
    color: #fff;
    /* Inherit body background by default */
    background: inherit;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    background: none !important;
    background-color: transparent !important;
}

.hero-row {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.hero-header-row {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-video-row,
.hero-text-row,
.hero-buttons-row {
    display: block;
    width: 100%;
}

.hero-title {
    font-size: 3.2em;
    margin-bottom: 0.3em;
    font-weight: bold;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: 300;
}

.hero-paragraph {
    font-size: 1.1em;
    margin-bottom: 1.8em;
}

.hero-buttons-row .button,
.hero-buttons .button {
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 12px 25px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* Buttons (Shared Styles) */
.button {
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-primary {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: white;
}

.btn-secondary {
    background-color: #25D366; /* WhatsApp Green */
    color: white;
    border-color: #25D366;
}
.btn-secondary:hover {
    background-color: #02471b; /* WhatsApp Green */
    color: white;
    border-color: #25D366;
}

.btn-outline-primary {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-outline-primary:hover {
    background-color: #fff;
    color: #007bff;
}

.btn-outline-secondary {
    background-color: transparent;
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-secondary:hover {
    background-color: #f8f9fa;
    color: #333;
}

/* WhatsApp Button Style for Hero Section */
.hero-section .button.btn-whatsapp {
    background-color: #25D366; /* WhatsApp Green */
    color: white;
    border-color: #25D366;
}
.hero-section .button.btn-whatsapp:hover {
    background-color: #1DAE54; /* Darker Green for hover */
    border-color: #1DAE54;
    color: white;
}

/* Video Container */
.video-container iframe,
.video-container video {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Video Cover/Poster Styles */
.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.video-wrapper:hover .video-poster {
    transform: scale(1.02);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* Video Play Button Overlay */
.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: all 0.3s ease;
    border-radius: 20px;
}

.video-play-overlay:hover {
    background: rgba(0, 0, 0, 0.4);
}

.play-button-circle {
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.9);
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.video-play-overlay:hover .play-button-circle {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.play-icon {
    width: 80px;
    height: 80px;
    color: rgba(0, 0, 0, 0.8);
    margin-left: 6px; /* Slight offset to center the triangle visually */
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.video-play-overlay:hover .play-icon {
    color: rgba(0, 0, 0, 1);
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

/* Fallback Section Error Styling */
.generic-section.error-section {
    background-color: #fff0f0;
    border: 1px dashed #d9534f;
    color: #a94442;
    padding: 20px;
    margin: 20px 0;
}
.generic-section.error-section h2 {
    color: #a94442;
    margin-top: 0;
}
.generic-section.error-section code {
    background-color: #f9f2f4;
    color: #c7254e;
    padding: 2px 4px;
    border-radius: 4px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .hero-section .container {
        flex-direction: column;
        text-align: center;
    }
    .hero-text-column {
        text-align: center;
        order: 2;
    }
    .hero-media-column {
        order: 1;
        width: 100%;
        max-width: 600px;
        margin-bottom: 30px;
    }
    .hero-title {
        font-size: 2.8em;
    }
    .hero-subtitle {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    .navbar-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: static;
        background-color: transparent;
        border-top: 1px solid rgba(231, 231, 231, 0.3);
        padding: 10px 0;
        margin-top: 10px;
    }
    .navbar-menu.active {
        display: flex;
    }
    .navbar {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav-item {
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }
    .navbar-toggler {
        display: block;
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .hero-title {
        font-size: 2.5em;
    }
    .hero-subtitle {
        font-size: 1.3em;
    }
    .hero-buttons .button {
         margin: 5px;
    }
}

/* Footer Styles */
.site-footer {
    background: rgba(15, 30, 60, 0.85) !important; /* Dark blue glassmorphism */
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(30, 60, 120, 0.3) !important;
    color: #ffffff !important;
    padding: 60px 0 40px 0 !important;
    margin-top: 50px !important;
    position: relative !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
}

.site-footer::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(15, 30, 60, 0.9), rgba(30, 60, 120, 0.8)) !important;
    z-index: -1 !important;
}

.site-footer h4 {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.site-footer p,
.site-footer address,
.site-footer a {
    color: #e0e6ff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.site-footer a:hover {
    color: #70a5ff !important;
    text-shadow: 0 0 10px rgba(112, 165, 255, 0.5) !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(10, 20, 40, 0.3) !important;
}

.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.site-footer h4 {
    color: #fff; /* White headings */
    font-size: 1.2em;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.site-footer p,
.site-footer address {
    margin-bottom: 10px;
    line-height: 1.6;
}

.site-footer a {
    color: #fff; /* White links */
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #f0a500; /* Example gold hover color - adjust as needed */
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px; /* Gap between columns */
    margin-bottom: 30px;
}

.footer-column {
    flex: 1;
    min-width: 250px; /* Minimum width for columns on smaller screens before wrapping */
}


.footer-column.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column.footer-links ul li {
    margin-bottom: 10px;
}

.footer-column.footer-links ul li a {
    color: #ccc; /* Lighter link color for lists */
}
.footer-column.footer-links ul li a:hover {
    color: #f0a500; /* Example gold hover color */
}


.footer-column.footer-contact address {
    font-style: normal;
}

.social-links a {
    display: inline-block;
    margin-right: 15px;
    line-height: 0; /* Collapse line height for image-only links */
}

.social-links a:last-child {
    margin-right: 0;
}

.social-links .social-icon {
    display: block; /* Make img a block to avoid extra space below */
    width: 28px;    /* Adjust size as needed */
    height: 28px;   /* Adjust size as needed */
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 1;     /* Start at full opacity */
}

.social-links a:hover .social-icon {
    transform: scale(1.1); /* Slight zoom effect */
    opacity: 0.75;         /* Dim slightly on hover */
}

.footer-bottom {
    border-top: 1px solid #333; /* Separator line */
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
}

.footer-bottom .copyright {
    font-size: 0.85em;
    color: #aaa; /* Slightly darker grey for copyright */
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    .social-links {
        margin-top: 15px;
    }
}

/* FAQ Section Styles */
.faq-section {
    padding: 50px 0;
    background-color: #f9f9f9; /* Light background for the section */
}

.faq-section .section-main-title {
    /* margin-bottom: 30px; */ /* Removed for standardization */
    color: #333;
}

.faq-list {
    max-width: 100%; /* Changed from 800px to take full available width */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr; /* Default to 1 column for mobile */
    gap: 20px; /* Gap between items */
}

/* Two columns for screens wider than 768px */
@media (min-width: 768px) {
    .faq-list {
        grid-template-columns: 1fr 1fr;
    }
}

.faq-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    /* margin-bottom: 15px; Removed as grid gap handles spacing */
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.faq-item summary::-webkit-details-marker {
    display: none; /* Hide default marker in Chrome/Safari */
}

.faq-item summary {
    font-size: 1.1em;
    font-weight: 600;
    color: #333;
    padding: 15px 20px;
    cursor: pointer;
    list-style: none; /* Hide default marker in Firefox */
    position: relative;
    outline: none; /* Remove focus outline for a cleaner look */
}

.faq-item summary:hover {
    background-color: #f5f5f5;
}

/* Custom marker for summary */
.faq-item summary::after {
    content: '+'; /* Plus icon for closed state */
    font-size: 1.4em;
    font-weight: bold;
    color: #007bff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out;
}

.faq-item[open] summary::after {
    content: '\2013'; /* Minus icon (en-dash) for open state */
    transform: translateY(-50%);
}

.faq-answer {
    padding: 0px 20px 20px 20px;
    color: #555;
    line-height: 1.7;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
}

/* Content Block Section Styles */
.content-block-section {
    padding: 50px 0;
    /* Add a subtle background or keep it clean */
    /* background-color: #fafafa; */ 
}

/* Content Block with Background Image */
.content-block-with-bg {
    position: relative;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-block-with-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1); /* Much lighter overlay so image shows through */
    z-index: 1;
}

.content-block-with-bg .container {
    position: relative;
    z-index: 2;
    background: rgba(30, 144, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(30, 144, 255, 0.3);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    padding: 40px;
}

/* Multi-column cards in content-block-with-bg */
.content-block-with-bg .mcc-card {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.content-block-with-bg .mcc-card:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.content-block-with-bg .mcc-title {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.content-block-with-bg .mcc-text {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.content-block-with-bg .mcc-icon {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* FAQ items in content-block-with-bg */
.content-block-with-bg .faq-item {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.content-block-with-bg .faq-item summary {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    background: transparent !important;
}

.content-block-with-bg .faq-item summary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.content-block-with-bg .faq-answer {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    background: transparent !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Video section elements in content-block-with-bg */
.content-block-with-bg .video-text-title {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.content-block-with-bg .video-text-subtitle {
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.content-block-with-bg .video-main-text {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.content-block-with-bg .video-player-wrapper {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.content-block-with-bg .section-main-title {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.content-block-with-bg .content-block-text {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Mobile adjustments for background image */
@media (max-width: 768px) {
    .content-block-with-bg {
        background-attachment: fixed !important; /* Keep fixed background on mobile too */
        min-height: 80vh; /* Slightly smaller on mobile */
    }
    
    .content-block-with-bg .container {
        padding: 30px 20px; /* Adjust padding for mobile */
        margin: 0 10px; /* Add side margins on mobile */
    }
}

.content-block-section .section-main-title {
    /* margin-bottom: 30px; */ /* Removed for standardization */
    font-size: 2.2em; /* Adjust as needed */
    color: white;
}

.content-block-text {
    font-size: 1.15em; /* Slightly larger text for readability */
    line-height: 1.8;
    color: #555;
    max-width: 800px; /* Constrain width for better readability */
    margin-left: auto;
    margin-right: auto;
}

/* Text alignment classes (PHP adds these to the section based on JSON value) */
.content-block-section.text-left {
    text-align: left;
}
.content-block-section.text-left .content-block-text {
    margin-left: 0;
    margin-right: auto; /* For when max-width is applied */
}

.content-block-section.text-center {
    text-align: center;
}
.content-block-section.text-center .content-block-text {
    margin-left: auto;
    margin-right: auto;
}

.content-block-section.text-right {
    text-align: right;
}
.content-block-section.text-right .content-block-text {
    margin-left: auto;
    margin-right: 0; /* For when max-width is applied */
}


/* Content Block with Image Section Styles */
.content-block-image-section {
    padding: 50px 0;
    /* background-color: #fdfdfd; */ /* Optional very light background */
}

.content-block-image-section .section-main-title {
    /* margin-bottom: 30px; */ /* Removed for standardization */ /* More space for a prominent title */
    font-size: 2.2em;
    color: #333;
}

.content-block-image-container {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    align-items: center; /* Vertically align items if they have different heights */
    gap: 30px; /* Space between image and text columns */
}

.content-image-column,
.content-text-column {
    flex: 1; /* Each column takes up equal space by default */
    min-width: 300px; /* Minimum width before wrapping */
}

/* Image Alignment: Image on Left (default) */
.content-block-image-container.image-align-left .content-image-column {
    order: 1;
}
.content-block-image-container.image-align-left .content-text-column {
    order: 2;
}

/* Image Alignment: Image on Right */
.content-block-image-container.image-align-right .content-image-column {
    order: 2;
}
.content-block-image-container.image-align-right .content-text-column {
    order: 1;
}

.content-image-rounded {
    width: 100%;
    max-width: 450px; /* Max width for the image */
    height: auto;
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: block; /* Remove extra space below image */
    margin: 0 auto; /* Center image if column is wider */
}



.content-block-image-section .content-block-text {
    font-size: 1.1em; 
    line-height: 1.7;
    color: #555;
    text-align: left; /* Default text align within its column */
}

/* Responsive adjustments for the two-column layout */
@media (max-width: 768px) {
    .content-block-image-container {
        flex-direction: column; /* Stack image and text on smaller screens */
    }
    .content-block-image-container.image-align-left .content-image-column,
    .content-block-image-container.image-align-right .content-image-column {
        order: 1; /* Image always first on mobile */
        margin-bottom: 20px;
    }
    .content-block-image-container.image-align-left .content-text-column,
    .content-block-image-container.image-align-right .content-text-column {
        order: 2; /* Text always second on mobile */
        text-align: center; /* Center text on mobile for a cleaner look */
    }
    .content-block-image-section .content-block-text {
        text-align: center;
    }
    .content-image-rounded {
        max-width: 100%; /* Allow image to be wider on mobile if needed */
    }
}

/* Updated Content Block with Video Section Styles */
.content-block-video-section {
    padding: 50px 0;
}

.content-block-video-section .section-main-title {
    /* margin-bottom: 30px; */ /* Removed for standardization */ /* Increased margin */
    font-size: 2.2em;
    color: white;
}

.video-layout-container {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    align-items: center; 
    gap: 30px;
}

/* Full width video layout override */
.content-block-with-bg .video-layout-container {
    flex-direction: column;
    gap: 40px;
}

.content-block-with-bg .video-column {
    width: 100%;
    overflow: visible;
}

/* Video Only Layout */
.video-layout-container.video_only-wrapper .video-column {
    flex-basis: 100%;
    max-width: 900px; /* Max width for video only layout */
    margin: 0 auto; /* Center video only layout */
}

/* Text Left, Video Right Layout */
.video-layout-container.text_video_right-wrapper .video-text-column {
    flex: 1;
    min-width: 300px;
    order: 1;
}
.video-layout-container.text_video_right-wrapper .video-column {
    flex: 1;
    min-width: 300px;
    order: 2;
}

.video-text-column .video-text-title {
    font-size: 1.8em;
    color: #222;
    margin-bottom: 10px;
}

.video-text-column .video-text-subtitle {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 15px;
}

.video-text-column .video-main-text {
    font-size: 1em;
    line-height: 1.7;
    color: #666;
}

.video-player-wrapper {
    position: relative;
    background-color: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 15px; /* Rounded corners for the wrapper */
    overflow: hidden;
    width: 100%; /* Make wrapper take full width of its column */
    aspect-ratio: 16 / 9; /* Maintain aspect ratio */
}

/* Full width video override */
.content-block-with-bg .video-player-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-radius: 0; /* Remove border radius for full width */
}

.video-player-wrapper .video-element {
    display: block;
    width: 100%;
    height: 100%; /* Make video fill the wrapper */
    border-radius: 15px; /* Match wrapper rounding */
    object-fit: cover; /* Cover the area, might crop */
}

.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 15px; /* Match wrapper rounding */
}

.play-button-overlay {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.play-button-overlay svg {
    fill: #fff;
    width: 40px;
    height: 40px;
}

.play-button-overlay:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .video-layout-container.text_video_right-wrapper {
        flex-direction: column;
    }
    .video-layout-container.text_video_right-wrapper .video-text-column,
    .video-layout-container.text_video_right-wrapper .video-column {
        order: initial; /* Reset order for stacking */
        flex-basis: 100%;
    }
    .video-text-column {
        text-align: center;
        margin-bottom: 30px;
    }
}

/* Multi-Column Content Section Styles */
.multi-column-section {
    padding: 50px 0;
    /* background-color: #f8f9fa; */ /* Optional subtle background */
}



.multi-column-section .section-main-title {
    /* margin-bottom: 30px; */ /* Removed for standardization */
    font-size: 2.2em;
    color: white;
}

.multi-column-grid {
    display: grid;
    gap: 30px;
    align-items: start;
    grid-auto-rows: max-content;
}

/* Column Layouts - apply different grid templates based on class */
.multi-column-grid.columns-2 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
}
.multi-column-grid.columns-3 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}
.multi-column-grid.columns-4 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}
.multi-column-grid.columns-6 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
}

/* Card Styling */
.mcc-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-self: start;
    width: 100%;
    box-sizing: border-box;
}

.mcc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Specific Card Type Styles */
.mcc-card.card-type-image_only {
    padding: 0; /* Remove padding for image only */
    overflow: hidden; /* Ensure image respects border radius */
}

.mcc-card.card-type-image_only .mcc-image-wrapper {
    margin-bottom: 0;
}

.mcc-image-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px; /* Optional slight rounding for image wrapper */
}

.mcc-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Default aspect ratio, adjust if needed */
    object-fit: cover;
}

.mcc-icon {
    font-size: 2.5em; /* Icon size */
    color: #007bff; /* Example icon color */
    margin-bottom: 15px;
}

.mcc-content {
    flex-grow: 1; /* Allow content to take up space */
}

.mcc-title {
    font-size: 1.3em;
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.mcc-text {
    font-size: 0.95em;
    color: white;
    line-height: 1.6;
    margin-bottom: 0; /* Remove bottom margin if button follows */
}

.mcc-button-wrapper {
    margin-top: auto; /* Push button to bottom */
    padding-top: 20px; /* Space above button */
}

.mcc-button {
    /* Use existing button styles or add specific ones */
    padding: 10px 20px;
    font-size: 0.9em;
}

/* Card link styling (if whole card is link) */
a.mcc-card,
a.mcc-card:hover {
    text-decoration: none;
    color: inherit; /* Inherit text color */
}


/* Responsive Adjustments for Grid Columns (simplified examples) */
@media (max-width: 992px) {
    /* Reduce columns for tablets */
    .multi-column-grid.columns-4,
    .multi-column-grid.columns-6 {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); /* Max 3-4 cols */
    }
}

@media (max-width: 768px) {
    /* Further reduce columns for mobile */
    .multi-column-grid.columns-3,
    .multi-column-grid.columns-4,
    .multi-column-grid.columns-6 {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); /* Max 2 cols */
    }
}

@media (max-width: 576px) {
    /* Stack to single column on small mobile */
    .multi-column-grid.columns-2,
    .multi-column-grid.columns-3,
    .multi-column-grid.columns-4,
    .multi-column-grid.columns-6 {
        grid-template-columns: 1fr;
    }
}

/* Image Slider Section Styles */
.image-slider-section {
    padding: 30px 0;
    /* background-color: #eef1f5; */ /* Optional light background */
}

/* Transparent Image Slider */
.image-slider-transparent {
    background: transparent !important;
    position: relative;
}


.image-slider-transparent .section-main-title {
    color: #fff;
    margin-bottom: 15px;
}

.image-slider-transparent .section-subtitle {
    color: #fff;
    margin-bottom: 30px;
}

/* Enhanced slider controls for transparent background */
.image-slider-transparent .swiper-button-next,
.image-slider-transparent .swiper-button-prev {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.image-slider-transparent .swiper-button-next:hover,
.image-slider-transparent .swiper-button-prev:hover {
   
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.image-slider-transparent .swiper-pagination-bullet {
    /* background-color: rgba(255, 255, 255, 0.9) !important; */
    opacity: 0.7 !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.image-slider-transparent .swiper-pagination-bullet-active {
    /* background-color: rgba(255, 255, 255, 0.9) !important; */
    opacity: 1 !important;
    transform: scale(1.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Mobile adjustments for transparent slider */
@media (max-width: 768px) {
    .image-slider-transparent .container {
        padding: 30px 20px;
        margin: 0 10px;
        border-radius: 15px;
    }
    
    .image-slider-transparent .swiper-button-next,
    .image-slider-transparent .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }
}

.image-slider-section .section-main-title {
    /* margin-bottom: 15px; */ /* Removed for standardization */
    font-size: 2.2em;
    color: #333;
}

.image-slider-section .section-subtitle {
    margin-top: 0; /* Standardized */
    margin-bottom: 20px; /* Standardized from 30px */
    font-size: 1.1em;
    color: #000000;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

/* Styles for the Swiper container */
.image-folder-slider {
    width: 100%;
    aspect-ratio: 4 / 5; /* Default TALL aspect ratio for mobile */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; 
    position: relative;
    border-radius: 15px; 
  
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Apply wider aspect ratio for larger screens */
@media (min-width: 768px) { 
    .image-folder-slider {
        aspect-ratio: 16 / 7; /* WIDER aspect ratio for tablet/desktop */
    }
}



.image-folder-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-folder-slider .slider-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the slide area */
}

/* Swiper Pagination & Navigation Styles (customize as needed) */
.image-folder-slider .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.7;
}

.image-folder-slider .swiper-pagination-bullet-active {
    background-color: #007bff;
    opacity: 1;
}

.image-folder-slider .swiper-button-next,
.image-folder-slider .swiper-button-prev {
    color: #fff; /* White arrows */
    background-color: rgba(0, 0, 0, 0.3);
    width: 44px; /* Adjust size */
    height: 44px; /* Adjust size */
    border-radius: 50%;
    transition: background-color 0.3s ease;
}
.image-folder-slider .swiper-button-next:hover,
.image-folder-slider .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.image-folder-slider .swiper-button-next::after,
.image-folder-slider .swiper-button-prev::after {
    font-size: 18px; /* Adjust arrow icon size */
    font-weight: bold;
}

/* Ads Marketing Disclaimer */
.ads-disclaimer {
    font-size: 0.75em; /* Small font size */
    color: #888;     /* Light grey color */
    text-align: center;
    padding: 15px;
    margin: 20px 0;
    border-top: 1px solid #eee; /* Subtle separator */
    line-height: 1.4;
}

/* General Section Title/Subtitle Styling */
.common-section .section-main-title {
    /* Most sections add text-center, but ensure a default */
    text-align: center;
    margin-bottom: 10px; /* Standardized spacing */
    /* Add other common title styles if needed */
}

.common-section .section-subtitle {
    text-align: center;
    max-width: 700px; /* Keep constrained for readability */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0; /* Standardized spacing */
    margin-bottom: 20px; /* Standardized spacing, was 30px */
    font-size: 1.3em;
    color: white;
}

/* Location Map Section Styles */
.bg-light-grey {
    background-color: #f8f9fa; /* A light grey color */
}

.location-map-section {
    padding: 50px 0;
}

.location-map-container {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    gap: 30px; /* Space between text and map columns */
    align-items: flex-start; /* Align items to the top */
}

.location-text-column {
    flex: 1;
    min-width: 300px;
    padding-right: 20px; /* Add some padding to the right of the text */
}

.location-text-column .content-block-text {
    font-size: 1.05em; /* Slightly larger text for readability */
    line-height: 1.7;
}

.location-text-column .content-block-text strong {
    font-weight: 600; /* Make lines intended as headings bolder if using <strong> */
    display: block;
    margin-bottom: 5px;
}

.location-map-column {
    flex: 1;
    min-width: 300px;
    /* Ensure map column doesn't shrink too much if text is very long */
    flex-basis: 55%; /* Give map a bit more visual weight */
}

.map-iframe-wrapper {
    position: relative;
    padding-bottom: 75%; /* Aspect ratio 4:3 (3/4*100) - adjust as needed e.g. 56.25% for 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 8px; /* Optional: if you want rounded corners for the map */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* Optional: subtle shadow */
}

.map-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive adjustments for location map */
@media (max-width: 768px) {
    .location-map-container {
        flex-direction: column;
    }
    .location-text-column {
        margin-bottom: 30px; /* Space below text when stacked */
        padding-right: 0; /* Remove padding on mobile as it's full width */
    }
    .location-map-column {
        flex-basis: auto; /* Reset flex-basis */
        width: calc(100% + 30px); /* Full width + container padding */
        margin-left: -15px; /* Counteract left container padding */
        /* margin-right: -15px; /* Optional: Counteract right padding if needed, calc should handle */
    }
}

/* Floating Action Button Container */
.floating-action-button-container {
    position: fixed;
    bottom: 20px; 
    left: 50%;
    transform: translateX(-50%); /* Centering the container */
    z-index: 10000; 
    display: flex;
    justify-content: center; /* Center buttons within the container if it's wider */
    align-items: stretch; /* Make buttons stretch to the same height if their content differs */
    gap: 15px; 
}

/* Common Glassmorphism Button Style */
.floating-glass-button {
    background: rgba(255, 255, 255, 0.2); /* Default for chat button */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px; /* Standard rounded corners for all glass buttons */
    padding: 10px 15px; 
    display: inline-flex; 
    align-items: center;
    justify-content: center; /* Default for simple buttons (like Bokun) */
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #333; 
    text-decoration: none; 
    min-height: 60px; /* Base height */
    line-height: 1.2; /* Adjust for text vertical centering if needed */
    box-sizing: border-box; /* Ensures padding and border are included in height/width */
}

.floating-glass-button:hover {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Chat Button Specific Styles (extending common style) */
.chat-button-new {
    /* Inherits glass, base padding, min-height from .floating-glass-button */
    /* Explicitly set border-radius to ensure it's applied */
    border-radius: 12px; 
    display: flex; /* Explicitly set display to flex */
    flex-direction: row; /* Ensure children (avatar, text block, icon) are in a row */
    align-items: center; /* Vertically center children within the button */
    justify-content: flex-start; /* Align children group to the start (left) */
    color: #333; 
    padding: 10px 15px; /* Ensure padding is consistent */
    /* min-height is inherited from .floating-glass-button */

    /* Explicitly add glassmorphism styles to ensure they apply */
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    border: 1px solid rgba(255, 255, 255, 0.3);

    /* Add transition property for smooth hover effects */
    transition: all 0.3s ease;
}

.chat-button-new:hover {
    color: #111; /* Or whatever hover color is appropriate for its text elements */
    /* Add hover effects from .floating-glass-button:hover */
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.chat-button-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%; /* Ensure avatar is circular */
    margin-right: 12px; /* Space between avatar and text block */
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.5); 
    flex-shrink: 0; /* Prevent avatar from shrinking */
}

.chat-button-text { /* This is the DIV container for title and subtitle */
    display: flex; 
    flex-direction: column; /* Stack title and subtitle vertically */
    justify-content: center; /* Vertically center the title/subtitle content within this block */
    align-items: flex-start; /* Align text (title, subtitle) to the left */
    flex-grow: 1; /* Allow this text block to take available horizontal space */
    overflow: hidden; /* Prevent text overflow issues, enables ellipsis */
    text-align: left; /* Ensure text within is left-aligned */
    margin-right: 10px; /* Add space between text block and icon */
}

.chat-button-title {
    font-weight: 600;
    font-size: 0.9em; 
    color: #ffffff; 
    line-height: 1.2; 
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-button-subtitle {
    font-size: 0.75em; 
    color: #ffffff; 
    line-height: 1.2; 
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-button-icon {
    font-size: 1.5em; 
    color: #007bff; 
    flex-shrink: 0; /* Prevent icon from shrinking */
    /* margin-left: 10px; /* Removed as .chat-button-text now has margin-right */
    /* align-self: center; /* Removed as parent .chat-button-new has align-items: center */
}

/* Bokun Booking Button - New Glassmorphism Style */
#bokun_2d4a79e8_699b_4643_913d_04075eef3270.bokun-floating-glass-button,
#bokun_2d4a79e8_699b_4643_913d_04075eef3270 { 
    /* Apply ALL .floating-glass-button styles directly or ensure they are not overridden */
    background: rgba(34, 88, 32, 0.45) !important; /* Darker Greenish glass */
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(34, 88, 32, 0.6) !important; /* Darker green border */
    border-radius: 12px !important; /* Consistent rounded corners */
    padding: 10px 20px !important; /* Adjusted padding for width, works with min-width */
    display: inline-flex !important; 
    align-items: center !important;
    justify-content: center !important; /* Center text within Bokun button */
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    color: #ffffff !important; 
    text-decoration: none !important;
    min-height: 60px !important; 
    line-height: 1.2 !important;
    box-sizing: border-box !important;

    /* Specific overrides for Bokun */
    font-weight: 600 !important;
    font-size: 1em !important; 
    min-width: 220px !important; /* Explicit min-width to make it wider, adjust as needed */
    text-align: center !important;
}

#bokun_2d4a79e8_699b_4643_913d_04075eef3270.bokun-floating-glass-button:hover,
#bokun_2d4a79e8_699b_4643_913d_04075eef3270:hover {
    background: rgba(34, 88, 32, 0.55) !important; /* Darker green on hover */
    border-color: rgba(34, 88, 32, 0.7) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px) !important;
}

/* Chat Widget Styles */
/* .chat-button-new is now effectively .floating-glass-button with some text/icon specifics */
.floating-glass-button.active {
     /* Example: slightly change background or add a border */
    background: rgba(230, 230, 255, 0.3); /* Slightly different tint for active chat button */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.chat-widget {
    position: fixed;
    bottom: 100px; /* Floats 100px from the bottom */
    left: 50%; /* For horizontal centering */
    transform: translateX(-50%); /* For horizontal centering */
    width: 800px !important; /* Forcefully set desktop width */
    height: 500px;
    max-height: 70vh; /* Max height relative to viewport height */
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    display: none; /* Changed for testing: Initially hidden */
    flex-direction: column;
    overflow: hidden; /* Important for border-radius with backdrop-filter */
    z-index: 10001; /* Increased z-index, higher than button */
    
    /* Glassmorphism for the main chat widget */
    background-color: rgba(255, 255, 255, 0.15); /* Light, mostly transparent */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border */
}

.chat-widget.visible {
    display: flex !important; /* Changed for testing: Show when visible class is present, added !important */
}

.chat-header {
    color: white;
    padding: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 10px; /* Matches widget's border-radius */
    border-top-right-radius: 10px; /* Matches widget's border-radius */

    /* Glassmorphism for the chat header */
    background-color: rgba(0, 123, 255, 0.25); /* Semi-transparent blue */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.chat-header span {
    font-size: 1.1em;
}

.chat-close-button {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.chat-close-button:hover {
    opacity: 1;
}

.chat-messages {
    flex-grow: 1;
    padding: 15px;
    overflow-y: auto;
    background-color: transparent; /* Allows widget glassy bg to show through */
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between messages */
}

.chat-message {
    max-width: 80%;
    padding: 10px 15px;
    border-radius: 15px;
    line-height: 1.4;
    display: flex; 
}

.chat-message p {
    margin: 0;
    word-wrap: break-word;
}

.chat-message.user {
    background-color: #007bff;
    color: white;
    align-self: flex-end; /* Aligns user messages to the right */
    border-bottom-right-radius: 5px; /* Creates a "tail" effect */
}

.chat-message.ai {
    background-color: #e9ecef;
    color: #333;
    align-self: flex-start; /* Aligns AI messages to the left */
    border-bottom-left-radius: 5px; /* Creates a "tail" effect */
}

/* CSS animation for the "..." typing indicator */
.chat-message.ai p:empty::before {
    content: "..."; 
    display: inline-block;
    animation: typingDots 1.5s infinite;
}

@keyframes typingDots {
    0%, 20% { content: "."; }
    40% { content: ".."; }
    60%, 100% { content: "..."; }
}

.chat-input-area {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    align-items: flex-end; /* Important for textarea auto-growth */
}

.chat-input-area.focused {
    border-color: #007bff; 
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); 
}

.chat-input-area textarea {
    flex-grow: 1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 1em;
    resize: none;
    overflow-y: auto; 
    min-height: 22px; 
    max-height: 100px; /* Limit growth of textarea */
    line-height: 1.4;
    transition: border-color 0.2s ease;
}

.chat-input-area textarea:focus {
    outline: none;
    border-color: #007bff;
}

.chat-input-area button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.chat-input-area button:hover {
    background-color: #0056b3;
}

.chat-input-area button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.chat-input-area button::before {
    content: '➤'; /* Add a send icon character */
    font-size: 1.1em; /* Adjust size as needed */
    line-height: 1; /* Ensure proper vertical alignment if needed */
}

/* Override for .bKNxmX to align top left */
.bKNxmX {
    justify-content: flex-start !important; 
    align-items: flex-start !important;   
} 

/* Responsive Adjustments for Floating Action Buttons on Mobile */
@media (max-width: 768px) {
    .floating-action-button-container {
        gap: 10px; /* Reduce gap between buttons on mobile */
    }

    .chat-widget {
        width: calc(100vw - 20px) !important; /* Full viewport width minus 10px on each side */
        left: 50% !important;  /* Center the block */
        transform: translateX(-50%) !important; /* Center the block */
        right: auto; /* Ensure right doesn't interfere */
        bottom: 80px; /* Position above FABs */
        max-width: none !important; /* Override desktop max-width, forcefully */
        /* transform: none !important; */ /* Original transform: none is replaced by centering transform */
        box-sizing: border-box; /* Ensure padding/border are part of width calculation */
    }

    #bokun_2d4a79e8_699b_4643_913d_04075eef3270.bokun-floating-glass-button,
    #bokun_2d4a79e8_699b_4643_913d_04075eef3270 {
        min-width: 176px !important; /* Approx 20% less than 220px */
        padding: 10px 12px !important; /* Adjust padding for narrower button */
        font-size: 0.9em !important; /* Slightly smaller font for better fit */
    }

    .chat-button-new {
        padding: 10px 12px; /* Adjust padding for narrower button */
        /* The width will adjust based on content and new padding */
    }

    .chat-button-title {
        font-size: 0.85em; /* Slightly smaller title font on mobile */
    }

    .chat-button-subtitle {
        font-size: 0.7em; /* Slightly smaller subtitle font on mobile */
    }

    .chat-button-avatar {
        width: 36px; /* Slightly smaller avatar */
        height: 36px;
        margin-right: 8px; /* Adjust margin */
    }

    .chat-button-icon {
        font-size: 1.3em; /* Slightly smaller icon */
    }
} 

/* Text shadow for all h2 elements and white text */
h2 {
    
    /* Glassmorphism container for h2 titles */



 
    border-radius: 15px;
    padding: 20px 30px;
    margin: 20px auto;
    display: inline-block;

    text-align: center;
}

/* Force center alignment for sections containing h2 */
section {
    text-align: center;
}

/* Text shadow for elements with white text */
.hero-section {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


/* Force hero section to be transparent when no background is set via PHP */
.hero-section[style*="background: inherit"] {
    background: none !important;
    background-color: transparent !important;
}

/* Gallery Row Section */
.gallery-row-section {
    padding: 0;
    margin: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.gallery-row-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    height: auto;
}

.gallery-item {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mobile breakpoint - 2 images per row as requested */
@media (max-width: 768px) {
    .gallery-row-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
}

/* Captain Luis Section - Glassy Blue Background */
#captain_luis_section {
    position: relative;
    background: rgba(30, 144, 255, 0.15) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(30, 144, 255, 0.3);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    padding: 40px 20px;
    margin: 20px 0;
}

#captain_luis_section::before {
    display: none !important;
}

#captain_luis_section .container {
    background: transparent !important;
}

/* Override any content-block-image-section defaults for captain_luis */
#captain_luis_section.content-block-image-section {
    background: rgba(30, 144, 255, 0.15) !important;
}

#captain_luis_section * {
    background: transparent !important;
}

#captain_luis_section .section-main-title {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#captain_luis_section .content-block-text {
    color: #ffffff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#captain_luis_section .content-block-image-container {
    position: relative;
    z-index: 2;
}

/* Targeted glassy blue backgrounds for specific sections */
.btn-outline-primary:hover,
.faq-item,
.mcc-card,
.chat-input-area textarea {
    background: rgba(30, 144, 255, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(30, 144, 255, 0.3) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
}

/* Main Slider Glassmorphism - Maximum Specificity */
.image-slider-section .image-folder-slider .swiper .swiper-wrapper .swiper-slide,
.image-slider-section .image-folder-slider .swiper-wrapper .swiper-slide,
.image-slider-section .image-folder-slider .swiper-slide,
section.image-slider-section .image-folder-slider .swiper-slide {
    background: rgba(30, 144, 255, 0.15) !important;
    background-color: rgba(30, 144, 255, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(30, 144, 255, 0.3) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    margin: 10px !important;
    padding: 10px !important;
}

/* Override any white backgrounds in slider */
.image-slider-section .image-folder-slider .swiper-slide[style*="background"],
.image-slider-section .image-folder-slider .swiper-slide {
    background: rgba(30, 144, 255, 0.15) !important;
    background-color: rgba(30, 144, 255, 0.15) !important;
}

/* Main Slider Pagination Bullets Glassmorphism */
.image-slider-section .image-folder-slider .swiper-pagination-bullet {
    background: rgba(30, 144, 255, 0.3) !important;
    background-color: rgba(30, 144, 255, 0.3) !important;
    opacity: 0.7 !important;
}

/* Text colors for glassy elements */
.mcc-card .mcc-title,
.mcc-card .mcc-text,
.faq-item summary,
.faq-answer {
    color: #ffffff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* Image Slider Section - Full Width and Glassmorphism */
.image-slider-section {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* Title and Subtitle Container - Glassy Blue */
.image-slider-section .container {
    background: rgba(30, 144, 255, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(30, 144, 255, 0.3) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    padding: 30px !important;
    margin: 20px auto !important;
    max-width: 1200px !important;
}

/* Title and Subtitle Text Colors */
.image-slider-section .section-main-title,
.image-slider-section .section-subtitle {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* Slider Container - Contained Width, No Overflow */
.image-folder-slider {
    background: transparent !important;
    background-color: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: hidden !important;
}

/* Slider Wrapper - No Gaps, No Spacing */
.image-folder-slider .swiper-wrapper {
    background: transparent !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: stretch !important;
}

/* Individual Slides - No Gaps, Equal Width */
.image-folder-slider .swiper-slide {
    background: transparent !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-right: 0 !important;
    width: calc(100% / var(--slides-per-view, 4)) !important;
    flex-shrink: 0 !important;
}

/* Force single slide on mobile */
@media (max-width: 768px) {
    .image-folder-slider .swiper-slide {
        width: 100% !important;
        margin-right: 0 !important;
        flex-shrink: 0 !important;
    }
}

/* Slider Images - Fill Completely with Centered Positioning */
.image-folder-slider .slider-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove any potential Swiper default margins/spacing */
.image-folder-slider .swiper {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.image-folder-slider .swiper-container {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Location Map Section - Glassy Blue Background and Improved Layout */
.location-map-section {
    background: rgba(30, 144, 255, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(30, 144, 255, 0.3) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    padding: 60px 0 !important;
    margin: 40px 20px !important;
    position: relative !important;
}

.location-map-section .section-main-title {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    font-size: 2.5rem !important;
    margin-bottom: 15px !important; /* Reduced from 30px */
    text-align: center !important;
}

.location-map-section .section-subtitle {
    color: #e0e6ff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    text-align: center !important;
    margin-bottom: 25px !important; /* Reduced from 50px */
    font-size: 1.2rem !important;
}

.location-map-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    align-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.location-text-column {
    background: rgba(15, 30, 60, 0.4) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(30, 144, 255, 0.2) !important;
    border-radius: 15px !important;
    padding: 30px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

.location-text-column .content-block-text {
    color: #ffffff !important;
    line-height: 1.8 !important;
    font-size: 1.1rem !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.location-text-column .content-block-text strong {
    color: #70a5ff !important;
    text-shadow: 0 0 8px rgba(112, 165, 255, 0.3) !important;
}

.location-map-column {
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

.map-iframe-wrapper {
    border-radius: 15px !important;
    overflow: hidden !important;
    border: 2px solid rgba(30, 144, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.map-iframe-wrapper iframe {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
    border-radius: 13px !important;
    filter: brightness(0.9) contrast(1.1) !important;
}

/* Mobile Responsive for Map Section */
@media (max-width: 768px) {
    .location-map-container {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .location-map-section {
        margin: 20px 10px !important;
        padding: 40px 0 !important;
    }
    
    .location-map-section .section-main-title {
        font-size: 2rem !important;
    }
    
    .location-text-column {
        padding: 25px !important;
    }
    
    .map-iframe-wrapper iframe {
        height: 300px !important;
    }
}

/* Location Map Section WhatsApp Button - Match Hero Style */
.location-whatsapp-container {
    margin-top: 30px;
    text-align: center;
}

.location-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #25D366 !important;
    color: white !important;
    padding: 15px 30px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3) !important;
    border: none !important;
    text-transform: none !important;
}

.location-whatsapp-btn:hover {
    background: #1f8f4f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
    color: white !important;
    text-decoration: none !important;
}

.location-whatsapp-btn i {
    font-size: 20px !important;
    color: white !important;
}

.location-whatsapp-btn span {
    color: white !important;
    font-weight: 600 !important;
}

/* Pricing CTA Section Styles */
.pricing-cta-section {
    padding: 80px 0;
    background: rgba(34, 139, 34, 0.15); /* Glassy green background */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid rgba(34, 139, 34, 0.3);
    border-bottom: 1px solid rgba(34, 139, 34, 0.3);
    position: relative;
}

.pricing-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 139, 34, 0.1) 0%, rgba(50, 205, 50, 0.1) 50%, rgba(34, 139, 34, 0.1) 100%);
    pointer-events: none;
}

.pricing-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.pricing-cta-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.pricing-cta-image-column {
    flex: 1;
    min-width: 300px;
}

.pricing-cta-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pricing-cta-image:hover {
    transform: scale(1.02);
}

.pricing-cta-text-column {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

/* Title/Subtitle Container with glassy blue background and full width */
.pricing-cta-header-container {
    background: rgba(30, 144, 255, 0.15) !important; /* Glassy blue background */
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(30, 144, 255, 0.3) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    padding: 30px !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    width: 100% !important;
}

.pricing-cta-title {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.pricing-cta-subtitle {
    font-size: 1.3rem !important;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}

.pricing-cta-header {
    margin-bottom: 30px;
    text-align: center;
}

.pricing-cta-price {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.price-prefix {
    font-size: 1.5rem;
    font-weight: 600;
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.price-amount {
    font-size: 4rem;
    font-weight: 800;
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.price-currency {
    font-size: 3rem;
    font-weight: 800;
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-left: 5px;
}

.pricing-cta-description {
    margin-bottom: 30px;
}

.pricing-cta-description p {
    font-size: 1.1rem;
    line-height: 1.2;
    color: white !important;
    white-space: pre-line;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

.pricing-cta-buttons {
    margin-top: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.pricing-cta-button {
    display: inline-block;
    color: white !important;
    padding: 18px 35px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pricing-book-button {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.pricing-book-button:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.6);
    color: white !important;
    text-decoration: none !important;
    border-color: rgba(255, 255, 255, 0.4);
}

.pricing-whatsapp-button {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.pricing-whatsapp-button:hover {
    background: linear-gradient(135deg, #20ba5a 0%, #0fa570 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    color: white !important;
    text-decoration: none !important;
    border-color: rgba(255, 255, 255, 0.4);
}

.pricing-cta-button:active {
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pricing-cta-section {
        padding: 60px 0;
    }
    
    .pricing-cta-container {
        padding: 0 15px;
    }
    
    .pricing-cta-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .pricing-cta-image-column,
    .pricing-cta-text-column {
        min-width: unset;
        width: 100%;
    }
    
    .pricing-cta-text-column {
        text-align: center;
    }
    
    .pricing-cta-header-container {
        padding: 20px !important;
        margin: 0 15px 30px 15px !important;
        border-radius: 15px !important;
        width: calc(100% - 30px) !important;
        max-width: none !important;
        box-sizing: border-box !important;
        display: block !important;
    }
    
    .pricing-cta-title {
        font-size: 1.8rem !important;
        line-height: 1.1 !important;
        margin-bottom: 10px !important;
    }
    
    .pricing-cta-subtitle {
        font-size: 1rem !important;
        line-height: 1.3 !important;
    }
    
    .pricing-cta-price {
        justify-content: center;
        margin-bottom: 15px;
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .price-prefix {
        font-size: 1.1rem !important;
    }
    
    .price-amount {
        font-size: 2.5rem !important;
    }
    
    .price-currency {
        font-size: 2rem !important;
        margin-left: 2px;
    }
    
    .pricing-cta-description p {
        font-size: 0.95rem !important;
        text-align: center !important;
        line-height: 1.4 !important;
        padding: 0 10px;
    }
    
    .pricing-cta-buttons {
        margin-top: 25px !important;
        gap: 12px !important;
    }
    
    .pricing-cta-button {
        font-size: 1rem !important;
        padding: 15px 25px !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 auto !important;
    }
}

/* Additional mobile breakpoints for very small screens */
@media (max-width: 480px) {
    .pricing-cta-section {
        padding: 50px 0;
    }
    
    .pricing-cta-container {
        padding: 0 10px;
    }
    
    .pricing-cta-header-container {
        padding: 15px !important;
        margin: 0 10px 25px 10px !important;
        width: calc(100% - 20px) !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
    }
    
    .pricing-cta-title {
        font-size: 1.5rem !important;
        letter-spacing: 0.5px !important;
    }
    
    .pricing-cta-subtitle {
        font-size: 0.9rem !important;
    }
    
    .price-prefix {
        font-size: 1rem !important;
    }
    
    .price-amount {
        font-size: 2.2rem !important;
    }
    
    .price-currency {
        font-size: 1.8rem !important;
    }
    
    .pricing-cta-description p {
        font-size: 0.9rem !important;
        padding: 0 5px;
    }
    
    .pricing-cta-button {
        font-size: 0.95rem !important;
        padding: 14px 20px !important;
        max-width: 250px !important;
    }
}

/* Mobile Image Slider Enhancements - Ensure single slide on mobile */
@media (max-width: 768px) {
    /* Force single slide per view on mobile for better UX */
    .image-folder-slider .swiper-slide {
        width: 100% !important;
        flex-shrink: 0 !important;
        min-width: 100% !important;
        margin-right: 0 !important;
        padding: 0 !important;
    }
    
    .image-folder-slider .swiper-wrapper {
        display: flex !important;
    }
    
    /* Remove any spacing on mobile */
    .image-folder-slider .swiper {
        overflow: hidden !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .image-folder-slider .slider-image {
        width: 100% !important;
        object-fit: cover !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Ensure mobile navigation is properly sized */
    .image-folder-slider .swiper-button-next,
    .image-folder-slider .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
    }
    
    .image-folder-slider .swiper-button-next::after,
    .image-folder-slider .swiper-button-prev::after {
        font-size: 14px !important;
    }
    
    /* Mobile pagination styling */
    .image-folder-slider .swiper-pagination {
        bottom: 15px !important;
    }
    
    .image-folder-slider .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        margin: 0 4px !important;
    }
}

/* Additional Mobile Breakpoints for Pricing Header Container */
@media (max-width: 576px) {
    .pricing-cta-header-container {
        margin: 0 10px 25px 10px !important;
        padding: 18px !important;
        width: calc(100% - 20px) !important;
        border-radius: 12px !important;
    }
    
    .pricing-cta-title {
        font-size: 1.6rem !important;
        letter-spacing: 0.5px !important;
    }
    
    .pricing-cta-subtitle {
        font-size: 0.95rem !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 414px) {
    .pricing-cta-header-container {
        margin: 0 8px 20px 8px !important;
        padding: 15px !important;
        width: calc(100% - 16px) !important;
        border-radius: 10px !important;
    }
    
    .pricing-cta-title {
        font-size: 1.4rem !important;
        line-height: 1.1 !important;
    }
    
    .pricing-cta-subtitle {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 375px) {
    .pricing-cta-header-container {
        margin: 0 5px 20px 5px !important;
        padding: 12px !important;
        width: calc(100% - 10px) !important;
    }
    
    .pricing-cta-title {
        font-size: 1.3rem !important;
        letter-spacing: 0.3px !important;
    }
    
    .pricing-cta-subtitle {
        font-size: 0.85rem !important;
        line-height: 1.2 !important;
    }
}

/* Mobile Image Slider Enhancements - Ensure single slide on mobile */
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 100px !important;
        border-radius: 12px !important;
    }
}

@media (max-width: 480px) {
    .navbar-brand img {
        max-height: 85px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 375px) {
    .navbar-brand img {
        max-height: 75px !important;
        border-radius: 8px !important;
    }
}

/* Hero Paragraph Container Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-paragraph-container {
        padding: 20px 25px !important;
        margin: 0 15px !important;
        border-radius: 15px !important;
        max-width: calc(100% - 30px) !important;
    }
    
    .hero-paragraph {
        font-size: 1rem !important;
    }
}

@media (max-width: 480px) {
    .hero-paragraph-container {
        padding: 18px 20px !important;
        margin: 0 12px !important;
        border-radius: 12px !important;
        max-width: calc(100% - 24px) !important;
    }
    
    .hero-paragraph {
        font-size: 0.95rem !important;
    }
}

@media (max-width: 375px) {
    .hero-paragraph-container {
        padding: 12px 16px !important;
        margin: 0 6px 18px 6px !important;
        width: calc(100% - 12px) !important;
        border-radius: 8px !important;
    }
    
    .hero-paragraph {
        font-size: 0.85rem !important;
        line-height: 1.2 !important;
    }
}

/* Mobile Slider - Simple Fix for Single Slide Display */
@media (max-width: 576px) {
    .image-folder-slider .swiper-slide {
        width: 100%;
    }
}

/* Enhanced Swiper Navigation Controls - All Devices */
.image-folder-slider .swiper-button-next,
.image-folder-slider .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}

.image-folder-slider .swiper-button-next {
    right: 15px;
    left: auto;
}

.image-folder-slider .swiper-button-prev {
    left: 15px;
    right: auto;
}

.image-folder-slider .swiper-button-next:hover,
.image-folder-slider .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.image-folder-slider .swiper-button-next::after,
.image-folder-slider .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 20px;
    font-weight: 900;
    color: #333;
    line-height: 1;
    display: block;
}

.image-folder-slider .swiper-button-prev::after {
    content: 'prev';
}

.image-folder-slider .swiper-button-next::after {
    content: 'next';
}

/* Enhanced Pagination Controls */
.image-folder-slider .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    pointer-events: auto;
}

.image-folder-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.image-folder-slider .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    transform: scale(1.2);
}

/* Mobile Specific Enhancements */
@media (max-width: 768px) {
    .image-folder-slider .swiper-button-next,
    .image-folder-slider .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .image-folder-slider .swiper-button-next::after,
    .image-folder-slider .swiper-button-prev::after {
        font-size: 16px;
    }
    
    .image-folder-slider .swiper-pagination {
        bottom: 15px;
    }
    
    .image-folder-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}

/* Ensure proper z-index layering */
.image-folder-slider .swiper-button-next,
.image-folder-slider .swiper-button-prev,
.image-folder-slider .swiper-pagination {
    z-index: 10;
}

/* Icons Section - 6 Icons in a Row */
.icons-section {
    width: 100%;
    padding: 60px 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.icons-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.icons-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.icon-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0; /* Prevents flex items from overflowing */
}

.icon-image {
    width: 100%;
    max-width: 120px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.icon-image:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

/* Mobile Responsiveness - Keep 6 icons in same row */
@media (max-width: 768px) {
    .icons-section {
        padding: 40px 0;
    }
    
    .icons-container {
        padding: 0 15px;
    }
    
    .icons-row {
        gap: 10px;
    }
    
    .icon-image {
        max-width: 80px;
    }
}

@media (max-width: 576px) {
    .icons-section {
        padding: 30px 0;
    }
    
    .icons-container {
        padding: 0 10px;
    }
    
    .icons-row {
        gap: 8px;
    }
    
    .icon-image {
        max-width: 60px;
    }
}

@media (max-width: 414px) {
    .icons-row {
        gap: 6px;
    }
    
    .icon-image {
        max-width: 50px;
    }
}

@media (max-width: 375px) {
    .icons-row {
        gap: 4px;
    }
    
    .icon-image {
        max-width: 45px;
    }
}

/* Departure Reminder Styles */
.departure-reminder-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.departure-reminder-box {
    background: rgba(220, 20, 60, 0.25) !important; /* Red glassy background */
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(220, 20, 60, 0.4) !important;
    border-radius: 15px !important;
    padding: 20px 30px !important;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 20px rgba(220, 20, 60, 0.2) !important;
    max-width: 600px;
    width: 100%;
}

.departure-reminder-box .reminder-icon {
    color: #ff6b8a !important;
    font-size: 24px !important;
    text-shadow: 0 0 10px rgba(255, 107, 138, 0.5) !important;
}

.departure-reminder-box .reminder-text {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
    text-align: center;
    flex: 1;
}

/* Responsive styles for reminder */
@media (max-width: 768px) {
    .departure-reminder-container {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    
    .departure-reminder-box {
        padding: 15px 20px !important;
        gap: 12px;
    }
    
    .departure-reminder-box .reminder-icon {
        font-size: 20px !important;
    }
    
    .departure-reminder-box .reminder-text {
        font-size: 1rem !important;
    }
    
    .location-map-section .section-main-title {
        margin-bottom: 12px !important;
    }
    
    .location-map-section .section-subtitle {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 480px) {
    .departure-reminder-box {
        padding: 12px 16px !important;
        gap: 10px;
        flex-direction: column;
        text-align: center;
    }
    
    .departure-reminder-box .reminder-text {
        font-size: 0.95rem !important;
    }
}

/* Mobile-only fix for background attachment - prevents blurry/zoomed backgrounds */
@media (max-width: 992px) {
    * {
        background-attachment: scroll !important;
    }
    
    html, body {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-image: url('../images/front/benagil.jpg') !important;
        background-color: #1e2124 !important; /* Dark fallback color */
    }
    
    html::before {
        display: none !important; /* Hide pseudo-element on mobile */
    }
}

/* CRITICAL MOBILE BACKGROUND FIX - Must be at the very end to override all other CSS */
@media (max-width: 992px) {
    /* Override ALL fixed background attachments on mobile */
    *, *::before, *::after,
    html, body, 
    .hero-section, .content-block-with-bg,
    section, div, main, header, footer {
        background-attachment: scroll !important;
    }
    
    /* Ensure the main background image displays properly */
    html, body {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-image: url('../images/front/benagil.jpg') !important;
        background-color: #1e2124 !important;
        min-height: 100vh !important;
        height: 100% !important;
    }
    
    /* Hide problematic pseudo-elements */
    html::before, body::before,
    .hero-section::before, .content-block-with-bg::before {
        display: none !important;
    }
    
    /* Ensure sections don't interfere with background */
    section, .hero-section, .content-block-with-bg {
        background-attachment: scroll !important;
    }
}