.elementor-5089 .elementor-element.elementor-element-5f8181b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-5089 .elementor-element.elementor-element-5f8181b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5089 .elementor-element.elementor-element-5f8181b.elementor-section{padding:0px 0px 0px 0px;}.elementor-5089 .elementor-element.elementor-element-584fcdc.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-5089 .elementor-element.elementor-element-584fcdc > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-5089 .elementor-element.elementor-element-584fcdc > .elementor-element-populated.elementor-element-populated.elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-5089 .elementor-element.elementor-element-69d5a52 > .elementor-container{max-width:1600px;}.elementor-5089 .elementor-element.elementor-element-69d5a52{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-5089 .elementor-element.elementor-element-69d5a52 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5089 .elementor-element.elementor-element-e36d83c > .elementor-container{max-width:722px;}.elementor-5089 .elementor-element.elementor-element-e36d83c:not(.elementor-motion-effects-element-type-background), .elementor-5089 .elementor-element.elementor-element-e36d83c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5089 .elementor-element.elementor-element-e36d83c, .elementor-5089 .elementor-element.elementor-element-e36d83c > .elementor-background-overlay{border-radius:8px 8px 8px 8px;}.elementor-5089 .elementor-element.elementor-element-e36d83c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-111px;margin-bottom:0px;}.elementor-5089 .elementor-element.elementor-element-e36d83c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5089 .elementor-element.elementor-element-e36d83c.elementor-section{padding:0px 0px 0px 0px;}.elementor-5089 .elementor-element.elementor-element-8d88e1d .elementor-button{fill:#FFFFFF;color:#FFFFFF;background-color:transparent;background-image:linear-gradient(45deg, var( --e-global-color-90d86cb ) 0%, var( --e-global-color-955ed07 ) 100%);}@media(min-width:768px){.elementor-5089 .elementor-element.elementor-element-584fcdc{width:100%;}.elementor-5089 .elementor-element.elementor-element-f77903a{width:100%;}}/* Start custom CSS for html, class: .elementor-element-08022e8 *//* --- Global Variables --- */
:root {
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Roboto Slab', serif;
    --color-primary: #00aeb9; /* Main accent color */
    --color-secondary: #2575fc; /* Secondary accent color, often for gradients */
    --text-dark: #343a40;
    --text-muted: #6c757d;
    --white-text: #ffffff; /* For headings on dark backgrounds */
    --section-bg: #ffffff;
    --border-radius-large: 16px;
    --border-radius-small: 8px;
    /* --- FIX: Removed unused variables for a cleaner global scope --- */
    /* --accent-green: #05AEB9; */
    /* --radical-color: #F70202; */
}

/* --- FIX: More robust universal reset --- */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* --- Base Styles --- */
body {
    font-family: var(--font-primary);
    color: var(--text-dark);
    line-height: 1.6;
    background-color: #f8f9fa; /* Light background for the page */
}

/* General Section Wrapper */
.section-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 30px;
    background-color: var(--section-bg);
    border-radius: var(--border-radius-large);
    overflow: hidden;
}

/* General Section Heading Style */
.general-section-heading {
    font-family: var(--font-secondary);
    font-size: 2.8em;
    color: var(--color-primary);
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2;
}

/* --- Section 1: I'M NEW HERE (Hero Banner with Crossfade Images) --- */
.im-new-here-hero {
    position: relative;
    width: 100%;
    /* --- FIX: Using min-height and viewport height for more responsive behavior --- */
    min-height: 500px; 
    height: 85vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.im-new-here-hero .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 20%;
    opacity: 0;
    /* --- FIX: Corrected animation timing for a smoother 3-image crossfade --- */
    /* Total duration is 9s. Each image is visible for 3s (1s fade-in, 1s visible, 1s fade-out) */
    animation: imageCrossfade 9s infinite ease-in-out;
}

.im-new-here-hero .background-image:nth-child(1) { background-image: url('https://maranathadelaware.org/wp-content/uploads/2025/06/494768704_1013255180910730_1602758151519515453_n.jpg'); animation-delay: 0s; }
.im-new-here-hero .background-image:nth-child(2) { background-image: url('https://maranathadelaware.org/wp-content/uploads/2025/06/480817207_963827792520136_5698200408529440007_n.jpg'); animation-delay: 3s; }
.im-new-here-hero .background-image:nth-child(3) { background-image: url('https://maranathadelaware.org/wp-content/uploads/2025/06/womens-night.png'); animation-delay: 6s; }

/* --- FIX: Adjusted keyframes for a 33.3% visible duration per image --- */
@keyframes imageCrossfade {
    0% { opacity: 0; }
    11.11% { opacity: 1; } /* Fade in (1s / 9s) */
    33.33% { opacity: 1; } /* Stay visible (3s / 9s) */
    44.44% { opacity: 0; } /* Fade out (4s / 9s) */
    100% { opacity: 0; }
}

.im-new-here-hero .hero-text {
    position: relative;
    z-index: 2;
    font-family: var(--font-secondary);
    font-weight: 700;
    color: var(--white-text);
    text-align: center;
    font-size: 5em;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
    border-radius: var(--border-radius-small);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.im-new-here-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* --- Section 2: ABOUT MLCC (RSVP Section) --- */
.about-mlcc-section {
    padding: 30px;
    text-align: center; /* Centering the content of this section */
}

.read-more-container {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
    color: var(--text-dark);
    font-size: 1.05em;
}

#read-more-text-intro {
    margin-bottom: 25px;
}

/* --- REFACTORED: The "Plan Your Visit" button now uses the unified .action-button class. --- */
/* The old .read-more-btn class is no longer needed. Just apply 'action-button' to your HTML element */
/* Example: <a href="#" class="action-button">Plan Your Visit Now</a> */
/* If you need to add margin, you can do it with a utility class or inline style */
.about-mlcc-section .action-button {
    margin-top: 30px;
}

/* --- Action Button Styling (Unified) --- */
.action-button {
    display: inline-block;
    background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
    color: var(--white-text) !important; /* !important is kept in case of theme overrides, but use with caution */
    padding: 14px 30px;
    text-decoration: none;
    border-radius: var(--border-radius-small);
    font-weight: 600;
    font-size: 1em;
    font-family: var(--font-primary);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
    box-shadow: 0 4px 10px rgba(45, 55, 227, 0.3);
    text-align: center;
    max-width: 280px; /* Set a max-width for consistency */
}
.action-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(45deg);
    transition: transform 0.5s ease;
    opacity: 0;
}
.action-button:hover::after {
    transform: translate(25%, 25%) rotate(45deg);
    opacity: 1;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.action-button:hover,
.action-button:focus {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 7px 15px rgba(45, 55, 227, 0.4);
    outline: none;
}
.action-button:active {
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 3px 8px rgba(45, 55, 227, 0.35);
}

/* --- Popup Styles (Using #breezePopupOverlay and #breezePopupContainer IDs) --- */
#breezePopupOverlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
}
#breezePopupContainer {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    max-height: 85vh;
    overflow-y: auto;
    background-color: var(--section-bg);
    border-radius: var(--border-radius-large);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    padding: 30px;
    padding-top: 50px;
    z-index: 1000;
    flex-direction: column;
}
#breezePopupOverlay.modal-active,
#breezePopupContainer.modal-active {
    display: block; /* --- FIX: Changed .modal-active to display: block for overlay --- */
}
#breezePopupContainer.modal-active {
    display: flex; /* Kept flex for container to manage internal layout */
}
#closeBreezePopup {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 26px;
    font-weight: normal;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    color: var(--text-muted);
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.1s ease;
}
#closeBreezePopup:hover {
    color: var(--text-dark);
    background-color: #f1f1f1;
}
#closeBreezePopup:active {
    transform: scale(0.9);
}
#breezePopupContainer .breeze_form_embed {
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
#breezePopupContainer .breeze_form_embed iframe {
    width: 100% !important;
    height: 100%;
    flex-grow: 1;
    display: block;
    border: none;
}
#breezePopupContainer #breezeFormEmbedPlaceholder p {
    text-align: center;
    padding: 40px 20px;
    color: var(--text-muted);
    font-style: italic;
}


/* ========================================= */
/* RESPONSIVE ADJUSTMENTS */
/* ========================================= */
@media (max-width: 992px) {
    .section-wrapper {
        margin: 30px auto;
        padding: 25px;
    }
    .general-section-heading {
        font-size: 2.4em;
    }
    .im-new-here-hero {
        height: 70vh; /* Adjusting height with vh units */
    }
    .im-new-here-hero .hero-text {
        font-size: 4em;
    }
    .read-more-container {
        font-size: 1em;
    }
    /* --- FIX: Removed redundant rule from here as it's covered in the 768px breakpoint --- */
}

@media (max-width: 768px) {
    .section-wrapper {
        margin: 20px 15px;
        padding: 20px;
    }
    .general-section-heading {
        font-size: 2em;
    }
    .im-new-here-hero {
        height: 60vh; /* Adjusting height with vh units */
        min-height: 400px;
    }
    .im-new-here-hero .hero-text {
        font-size: 3em;
    }
    .read-more-container {
        font-size: 0.95em;
    }
    .action-button {
        padding: 12px 25px;
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .section-wrapper {
        margin: 15px 10px;
        padding: 15px;
        border-radius: var(--border-radius-small);
    }
    .general-section-heading {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .im-new-here-hero {
        height: 50vh; /* Adjusting height with vh units */
        min-height: 250px;
    }
    .im-new-here-hero .hero-text {
        font-size: 2.2em;
        padding: 5px 15px;
    }
    .read-more-container {
        font-size: 0.9em;
    }
    .action-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-144661c *//* --- Global Variables --- */
:root {
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Roboto Slab', serif;
    --color-primary: #00aeb9; /* Main accent color, lighter shade */
    --color-secondary: #2575fc; /* Secondary accent color, often for gradients */
    --text-dark: #343a40;
    --text-muted: #6c757d;
    --section-bg: #ffffff;
    --border-radius-large: 16px;
    --border-radius-small: 8px;
    --accent-green: #05AEB9; /* Specific accent color */
    --white-text: #ffffff; /* For headings on dark backgrounds */

    /* Radical specific color (if still used elsewhere not shown) */
    --radical-color: #F70202; 
}

/* --- EXPLICIT FULL-WIDTH RESET --- */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* --- Base Styles --- */
body {
    font-family: var(--font-primary);
    color: var(--text-dark);
    line-height: 1.6;
    background-color: #f8f9fa; /* Light background for the page */
}

/* General Section Wrapper */
.section-wrapper {
    max-width: 1200px;
    margin: 40px auto; /* Top/bottom margin, auto left/right for centering */
    padding: 30px;
    background-color: var(--section-bg);
    border-radius: var(--border-radius-large);
    box-sizing: border-box; /* Include padding/border in element's total width/height */
    overflow: hidden; /* Contains any floating elements */
}

/* General Section Heading Style */
.general-section-heading {
    font-family: var(--font-secondary);
    font-size: 2.8em;
    color: var(--color-primary);
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2;
}

/* --- REMOVED SECTIONS' STYLES (Keep commented if you might re-introduce them) --- */
/*
.im-new-here-hero {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.im-new-here-hero .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 20%;
    opacity: 0;
    animation: imageCrossfade 8s infinite ease-in-out; 
}

.im-new-here-hero .background-image:nth-child(1) { background-image: url('https://www.maranathadelaware.org/hp_wordpress/wp-content/uploads/2024/11/DSC06771-scaled.jpg'); animation-delay: 0s; }
.im-new-here-hero .background-image:nth-child(2) { background-image: url('https://www.maranathadelaware.org/hp_wordpress/wp-content/uploads/2024/04/womens-night.png'); animation-delay: 2s; }
.im-new-here-hero .background-image:nth-child(3) { background-image: url('https://www.maranathadelaware.org/hp_wordpress/wp-content/uploads/2024/08/DSC06498-scaled.jpg'); animation-delay: 4s; }
.im-new-here-hero .background-image:nth-child(4) { background-image: url('https://www.maranathadelaware.org/hp_wordpress/wp-content/uploads/2024/12/2-1.png'); animation-delay: 6s; }

@keyframes imageCrossfade {
    0% { opacity: 0; } 
    6.25% { opacity: 1; }
    18.75% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}

.im-new-here-hero .hero-text {
    position: relative;
    z-index: 2;
    font-family: var(--font-secondary);
    font-weight: 700;
    color: var(--white-text);
    text-align: center;
    font-size: 5em;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
    border-radius: var(--border-radius-small);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.im-new-here-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.new-here-nav {
    background-color: var(--accent-green);
    padding: 20px 0;
    position: relative;
    z-index: 10;
    margin-bottom: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-here-nav .nav-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.new-here-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    transition: all 0.3s ease-in-out;
}

.new-here-nav li {
    display: inline-block;
}

.new-here-nav a {
    font-family: var(--font-primary);
    font-size: 1.2em;
    font-weight: 600;
    color: var(--white-text);
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 0;
    position: relative;
    transition: color 0.3s ease;
}

.new-here-nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-primary);
    transition: width 0.3s ease;
}

.new-here-nav a:hover {
    color: var(--color-primary);
}

.new-here-nav a:hover::after {
    width: 100%;
    background: var(--color-primary);
}

.hamburger-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 20px;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-menu .bar {
    display: block;
    width: 30px;
    height: 3px;
    background-color: var(--white-text);
    margin: 6px 0;
    transition: all 0.3s ease-in-out;
}

.hamburger-menu.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
}
.hamburger-menu.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
*/

/* --- Section 2: ABOUT MLCC (History with Read More) --- */
/* These styles are kept as per previous request, even if HTML was removed */
.about-mlcc-section {
    padding: 30px;
}

.about-mlcc-history-heading {
    font-family: var(--font-secondary);
    font-size: 2.2em;
    color: var(--color-primary);
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2;
}

.about-mlcc-history-heading .highlight {
    color: var(--accent-green); 
    font-weight: 700;
}

.read-more-container {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
    color: var(--text-dark);
    font-size: 1.05em;
}

.read-more-container p {
    margin-bottom: 15px;
}

.read-more-container p:last-of-type {
    margin-bottom: 0;
}

#more-text {
    display: none; 
}

.read-more-btn {
    display: block;
    margin: 30px auto 0 auto; 
    background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
    color: var(--white-text) !important; /* Ensured white text with !important */
    border: none;
    padding: 12px 25px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    border-radius: var(--border-radius-small);
    transition: transform 0.2s ease-out;
    max-width: 200px; 
}

.read-more-btn:hover {
    transform: translateY(-3px); 
}
.read-more-btn:active {
    transform: translateY(-1px);
}

.read-more-container a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
}
.read-more-container a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 2px;
    left: 0;
    background: var(--color-secondary);
    transition: width 0.3s ease;
}
.read-more-container a:hover::after {
    width: 100%;
}

/* --- Section 3: You Belong Here (Image Overlay with List) --- */
.you-belong-here-section {
    background-image: url('https://maranathadelaware.org/wp-content/uploads/2025/06/Screenshot-2024-09-07-at-4.01.43-PM-1.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px 30px;
    position: relative;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px; /* This margin will now apply relative to the top of the body/page */
    border-radius: var(--border-radius-large);
    overflow: hidden; 
}

.you-belong-here-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55); 
    z-index: 1;
}

.you-belong-content {
    position: relative;
    z-index: 2;
    color: var(--white-text) !important; /* Ensured white text with !important */
    font-family: var(--font-primary);
    max-width: 650px;
    text-align: left; 
    padding: 20px;
    background-color: rgba(0,0,0,0.2); 
    border-radius: var(--border-radius-large);
}

.you-belong-content .visit-heading {
    font-family: var(--font-secondary);
    font-size: 2.8em;
    color: var(--accent-green); 
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center; 
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6); 
}

.you-belong-content .intro-text {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.you-belong-content .overlay-intro {
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1.2em;
    line-height: 1.5;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.you-belong-content .overlay-list {
    font-size: 1.15em;
    line-height: 1.7;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.you-belong-content .overlay-list li {
    margin-bottom: 0.7em;
    padding-left: 1.5em;
    position: relative;
}

.you-belong-content .overlay-list li::before {
    content: '✓';
    color: var(--color-primary); 
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 1em;
}

/* ========================================= */
/* NEW SECTION: Why Plan Your Visit? */
/* ========================================= */

.plan-your-visit-section {
    /* Uses the general section wrapper styles */
    margin-top: 60px; /* Add some space above this section */
}

.plan-visit-title {
    /* Inherits general-section-heading, can override if needed */
    margin-bottom: 40px; /* More space below the main title */
}

.plan-visit-intro {
    font-family: var(--font-primary);
    font-size: 1.3em;
    text-align: center;
    color: var(--text-dark);
    margin-bottom: 50px; /* Space before the feature grid */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.visit-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Responsive grid */
    gap: 30px; /* Space between cards */
    margin-bottom: 60px; /* Space before the final CTA */
}

.visit-feature-item {
    background-color: var(--section-bg); /* White background */
    border-radius: var(--border-radius-large); /* Rounded corners */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); /* Soft shadow */
    overflow: hidden; /* Ensures image corners are rounded */
    display: flex;
    flex-direction: column; /* Stack image and content */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.visit-feature-item:hover {
    transform: translateY(-5px); /* Lift on hover */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); /* More pronounced shadow */
}

.feature-image-wrapper {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    overflow: hidden;
}

.feature-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the area, cropping if necessary */
    display: block;
    transition: transform 0.5s ease;
}

.visit-feature-item:hover .feature-image-wrapper img {
    transform: scale(1.05); /* Slight zoom on image hover */
}

.feature-content {
    padding: 25px;
    flex-grow: 1; /* Allows content to take available space */
    display: flex;
    flex-direction: column;
}

.feature-content h3 {
    font-family: var(--font-secondary);
    font-size: 1.6em;
    font-weight: 700;
    color: var(--color-primary); /* Primary teal color for headings */
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.3;
}

.feature-content p {
    font-family: var(--font-primary);
    font-size: 0.95em;
    color: var(--text-muted); /* Muted gray for description */
    line-height: 1.7;
    margin-bottom: 0;
    flex-grow: 1; /* Pushes content to fill space */
}

.plan-visit-final-cta {
    font-family: var(--font-primary);
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    color: var(--text-dark);
    margin-top: 40px; /* Space above CTA */
    margin-bottom: 40px; /* Space below CTA before the form */
    line-height: 1.5;
}

/* ========================================= */
/* BREEZE FORM STYLES */
/* ========================================= */

.breeze-form-container {
    max-width: 600px; /* Limit form width */
    margin: 0 auto 60px auto; /* Center the form and add bottom margin */
    padding: 20px;
    background-color: #fcfcfc; /* Slightly off-white background for the form area */
    border: 1px solid rgba(0,0,0,0.05); /* Very subtle light border */
    border-radius: var(--border-radius-large); /* Uses your global large border radius */
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); /* Soft shadow */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}


/* ========================================= */
/* RESPONSIVE ADJUSTMENTS */
/* ========================================= */

@media (max-width: 992px) {
    .section-wrapper {
        margin: 30px auto;
        padding: 25px;
    }
    .general-section-heading {
        font-size: 2.4em;
    }
    /* Section 2 styles (kept even if HTML removed) */
    .about-mlcc-history-heading {
        font-size: 1.8em;
    }
    .read-more-container {
        font-size: 1em;
    }
    /* End Section 2 styles */
    .you-belong-here-section {
        min-height: 350px;
        padding: 40px 20px;
    }
    .you-belong-content .visit-heading {
        font-size: 2.2em;
    }
    .you-belong-content .intro-text {
        font-size: 1.1em;
    }
    .you-belong-content .overlay-intro {
        font-size: 1.2em;
    }
    .you-belong-content .overlay-list {
        font-size: 1em;
    }
    /* Responsive for Why Plan Your Visit? */
    .plan-visit-intro {
        font-size: 1.2em;
        margin-bottom: 40px;
    }
    .visit-features-grid {
        gap: 25px;
        margin-bottom: 50px;
    }
    .feature-image-wrapper {
        height: 180px;
    }
    .feature-content h3 {
        font-size: 1.4em;
    }
    .feature-content p { 
        font-size: 0.95em; /* Adjusted for better legibility on medium screens */
    }
    .plan-visit-final-cta {
        font-size: 1.3em;
    }
    /* Responsive for Breeze form */
    .breeze-form-container {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .section-wrapper {
        margin: 20px 15px;
        padding: 20px;
    }
    .general-section-heading {
        font-size: 2em;
    }
    .im-new-here-hero {
        height: 300px;
    }
    .im-new-here-hero .hero-text {
        font-size: 3em;
    }
    .read-more-container {
        font-size: 0.95em;
    }
    .read-more-btn {
        padding: 10px 20px;
        font-size: 0.9em;
        max-width: 200px;
    }
    .action-button { /* Added responsive styles for action-button */
        padding: 12px 25px;
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .section-wrapper {
        margin: 15px 10px;
        padding: 15px;
        border-radius: var(--border-radius-small);
    }
    .general-section-heading {
        font-size: 1.6em;
        margin-bottom: 20px;
    }
    .im-new-here-hero {
        height: 250px;
    }
    .im-new-here-hero .hero-text {
        font-size: 2.2em;
        padding: 5px 15px;
    }
    .read-more-container {
        font-size: 0.9em;
    }
    .read-more-btn {
        padding: 8px 18px;
        font-size: 0.85em;
        max-width: 180px;
    }
    .action-button { /* Added responsive styles for action-button */
        padding: 8px 18px;
        font-size: 0.85em;
    }
}/* End custom CSS */