.google-maps {
position: relative;
overflow: hidden;
}
.google-maps iframe {
position: relative;
top: -60px;
left: 0;
width: 100% !important;
margin-bottom:-60px;
}
.gsc-control-cse {
    background:none !important;
    border:none !important;
}
.zoneFooter1Inner .gsc-search-button-v2 {
    background:#3696a4;
}
.zoneFooter1Inner .gsc-search-button-v2:hover {
    background:#28768E;
}
/* Reset and Base Styles for Custom Template */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Override Wild Apricot defaults for full-screen layout */
html, body {
    height: 100% !important;
    min-height: 100vh !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Custom template specific overrides */
.WaPageContainer,
.WaPageContent,
.WaPageWrapper,
.custom-homepage-content {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hero Section - Full Viewport */
.hero-wrapper {
    min-height: 100vh;
    width: 100vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://www.dtna.org/resources/Theme/Background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

/* Content Card - Matches the concept exactly */
.content-card {
    background: #ffffff;
    width: 90%;
    max-width: 900px;
    padding: 50px;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
}

/* Header Layout - Centered Logo */
.header-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.logo-container {
    text-align: center;
}

.logo-container img {
    width: 100%;
    max-width: 800px;
    height: auto;
    object-fit: contain;
}

/* Description Text */
.description-text {
    font-size: 1rem;
    color: #666666;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* Navigation Buttons Row */
.button-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.nav-btn {
    border: none;
    border-radius: 4px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

/* Standard buttons - half height */
.nav-btn:not(.btn-member) {
    padding: 8px 20px;
    font-size: 0.9rem;
    min-width: 110px;
}

.nav-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #ffffff;
}

/* Member Login Button - Upper Right - Emphasized */
.login-button {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #F4A261;
    color: #ffffff;
    padding: 15px 25px;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 20;
    box-shadow: 0 4px 12px rgba(244, 162, 97, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.login-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(244, 162, 97, 0.4);
    text-decoration: none;
    color: #ffffff;
    background-color: #e89651;
}

/* Exact Button Colors from Concept */
.btn-about {
    background-color: #F4A261;
}

.btn-initiatives {
    background-color: #2A9D8F;
}

.btn-member {
    background-color: #00C4E6;
    padding: 18px 35px;
    font-size: 1.2rem;
    font-weight: 600;
    min-width: 180px;
}

.btn-events {
    background-color: #A855C4;
}

.btn-newsletter {
    background-color: #F4A261;
}

/* Footer Links */
.footer-links {
    margin-top: 30px;
    text-align: center;
    font-size: 0.85rem;
    color: #666666;
}

.footer-links a {
    color: #666666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #2A9D8F;
    text-decoration: none;
}

.footer-separator {
    margin: 0 8px;
    color: #999999;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-card {
        width: 95%;
        padding: 35px 25px;
        margin: 20px auto;
    }

    .logo-container img {
        width: 100%;
        max-width: 600px;
    }

    .btn-member {
        padding: 16px 30px;
        font-size: 1.1rem;
        min-width: 160px;
    }

    .nav-btn:not(.btn-member) {
        padding: 6px 18px;
        font-size: 0.85rem;
    }

    .login-button {
        top: 20px;
        right: 20px;
        padding: 12px 20px;
        font-size: 1rem;
    }

    .button-row {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .nav-btn {
        width: 200px;
    }

    .footer-links {
        margin-top: 25px;
        font-size: 0.8rem;
    }

    .footer-separator {
        margin: 0 6px;
    }
}

@media (max-width: 480px) {
    .content-card {
        padding: 25px 20px;
    }

    .logo-container img {
        width: 100%;
        max-width: 400px;
    }

    .btn-member {
        padding: 14px 25px;
        font-size: 1rem;
        min-width: 140px;
    }

    .nav-btn:not(.btn-member) {
        padding: 5px 15px;
        font-size: 0.8rem;
    }

    .login-button {
        top: 15px;
        right: 15px;
        padding: 10px 16px;
        font-size: 0.9rem;
    }

    .description-text {
        font-size: 0.9rem;
    }

    .footer-links {
        margin-top: 20px;
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .footer-separator {
        margin: 0 4px;
    }
}

/* Hide Wild Apricot elements that might interfere */
.WaGadgetBreadcrumbs,
.WaGadgetSiteSearchBox,
.WaGadgetMainMenu,
.WaGadgetHeader {
    display: none !important;
}