.elementor-kit-6{--e-global-color-primary:#1a3c5e;--e-global-color-secondary:#4A9A6F;--e-global-color-text:#ffffff;--e-global-color-accent:#D4A017;--e-global-color-background:#F5F5F5;--e-global-color-backgroundAccent:#e0e0e0;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading_xl-font-family:"Roboto";--e-global-typography-heading_xl-font-size:56px;--e-global-typography-heading_xl-font-weight:600;--e-global-typography-heading_xl-line-height:1.2em;--e-global-typography-heading_l-font-family:"Roboto";--e-global-typography-heading_l-font-size:48px;--e-global-typography-heading_l-font-weight:600;--e-global-typography-heading_l-line-height:1.2em;--e-global-typography-heading_m-font-family:"Roboto";--e-global-typography-heading_m-font-size:40px;--e-global-typography-heading_m-font-weight:600;--e-global-typography-heading_m-line-height:1.2em;--e-global-typography-heading_s-font-family:"Roboto";--e-global-typography-heading_s-font-size:18px;--e-global-typography-heading_s-font-weight:500;--e-global-typography-body_s-font-family:"Roboto";--e-global-typography-body_s-font-size:14px;--e-global-typography-body_s-font-weight:400;--e-global-typography-body_s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading_xl-font-size:48px;--e-global-typography-heading_l-font-size:40px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading_xl-font-size:40px;--e-global-typography-heading_l-font-size:32px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
            --jet-black: #2f363a;
            --yale-blue: #1a3c5e;
            --blue-bell: #3a9cc9;
            --emerald: #35c970;
            --shamrock: #4a9a6f;
            --banana-cream: #ffe555;
            --faded-copper: #8b7355;
            --flag-red: #d32525;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        /* Smooth scrolling for all anchor links and buttons */
        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
            color: #333;
            background: #f8f5f0;
        }
:root, body, .elementor-kit-6 {
    --e-global-typography-text-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}


        /* Hero */
        .hero {
            background: linear-gradient(#ffe55500, #35c97026),
                        url('https://rappchamber.org/images/rapp_background.jpg') center / cover no-repeat fixed;
            min-height: 110vh;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            color: white;
            text-align: center;
            padding-top: 80px;
        }

        .hero-content {
            max-width: 1100px;
            width: 100%;
        }

        /* Announcement Box */
        .e-con .elementor-element.announcement {
            background: linear-gradient(135deg, rgb(255 255 255) 50%, rgb(255 255 255 / 30%) 100%);
            backdrop-filter: blur(16px);
            border: 1px solid rgba(255,255,255,0.6);
            color: var(--yale-blue);
            padding: 2.2rem 2.6rem 1.8rem;
            border-radius: 20px;
            margin-bottom: 2.4rem;
            box-shadow: 0 12px 40px rgba(0,0,0,0.28);
            max-width: 860px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .announcement .logo {
            width: 340px;
            height: auto;
            margin: 0 auto 1.8rem auto;
            display: block;
            filter: drop-shadow(0 8px 16px rgba(0,0,0,0.25));
        }

        /* Top Glass Cards */
        .cards {
            display: flex;
            gap: 2rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cards .e-flexbox-base.glass-card {
            background: rgba(255,255,255,0.15);
            backdrop-filter: blur(16px);
            border: 1px solid rgba(255,255,255,0.35);
            border-radius: 20px;
            padding: 2.8rem 1.6rem;
            width: 320px;
            min-height: 260px;
            box-shadow: 0 12px 35px rgba(0,0,0,0.3);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: white;
        }

        .glass-card:hover {
            transform: translateY(-10px) scale(1.05);
            box-shadow: 0 20px 45px rgba(0,0,0,0.4);
        }

        .glass-card h2 {
            font-size: 1.85rem;
            font-weight: bold;
            margin-bottom: 1rem;
            line-height: 2.4rem;
        }

        .glass-card p { margin-bottom: 1.6rem; opacity: 0.95; }

        .glass-card a {
            margin-top: auto;
            background: var(--banana-cream);
            color: var(--jet-black);
            padding: 0.95rem 2.3rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            transition: all 0.3s ease;
        }

        .glass-card a:hover { background: white; transform: scale(1.06); }
        .cards .glass-card:nth-child(2) a {
            background: var(--emerald);
            color: white;
        }
        
        /* Section 2 */
        .section {
            padding: 5rem 1rem 6rem;
            background: url('https://rappchamber.org/images/collage.jpg') center / cover no-repeat;
            background-attachment: fixed;
        }

        .container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .two-column {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            margin-top: -222px;
        }

        @media (max-width: 768px) {
            .two-column {
                grid-template-columns: 1fr;
                margin-top: 0;
            }
            .announcement .logo { width: 280px; 
                
            }
            .cards {
                margin-bottom: 90px;
            }
        }

        /* Benefits */
        .benefits {
            background: white;
            color: #333;
            border-radius: 20px;
            padding: 3rem 2.5rem;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            border-top: 6px solid var(--blue-bell);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .benefits:hover {
            transform: translateX(2px) translateY(-8px) scale(1.05);
            box-shadow: 0 25px 50px rgba(0,0,0,0.15);
        }

        .benefits h2 {
            color: var(--yale-blue);
            margin-bottom: 1.8rem;
            font-size: 1.9rem;
            text-align: center;
            position: relative;
            padding-bottom: 1rem;
        }

        .benefits h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: var(--banana-cream);
        }

        .benefits ul {
            list-style: none;
            flex-grow: 1;
            margin-bottom: 2rem;
        }

        .benefits li {
            padding: 0.95rem 0 0.95rem 2.4rem;
            position: relative;
            font-size: 1.4rem;
        }

        .benefits li:before {
            content: "●";
            color: var(--emerald);
            position: absolute;
            left: 0;
            font-size: 1.5rem;
            line-height: 1;
        }

        .benefits .apply-btn {
            margin-top: auto;
            display: inline-block;
            background: var(--emerald);
            color: white;
            padding: 1rem 2.4rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(53, 201, 112, 0.3);
        }

        .benefits .apply-btn:hover {
            background: #2aa55c;
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(53, 201, 112, 0.4);
        }

        /* FAQ */
        .faq {
            background: var(--shamrock);
            color: white;
            border-radius: 20px;
            padding: 3rem 2.5rem;
            box-shadow: 0 15px 40px rgba(0,0,0,0.25);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
        }

        .faq:hover {
            transform: translateX(-2px) translateY(-8px) scale(1.05);
            box-shadow: 0 25px 55px rgba(0,0,0,0.3);
        }

        .faq h2 {
            color: white;
            margin-bottom: 1.8rem;
            font-size: 1.9rem;
            text-align: center;
            position: relative;
            padding-bottom: 1rem;
        }

        .faq h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: var(--banana-cream);
        }

        .faq details {
            margin-bottom: 1.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        }

        .faq details:last-child {
            border-bottom: none;
        }

        .faq details summary ~ * {
            animation: faqSlide 0.65s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
            opacity: 0;
        }

        @keyframes faqSlide {
            from { opacity: 0; transform: translateY(-15px); }
            to   { opacity: 1; transform: translateY(0); }
        }

        .faq summary {
            font-weight: 700;
            cursor: pointer;
            font-size: 1.12rem;
            padding: 0.8rem 0;
            color: white;
            list-style: none;
            position: relative;
        }

        .faq summary::-webkit-details-marker { display: none; }

        .faq summary:after {
            content: "›";
            position: absolute;
            right: 0;
            font-size: 1.4rem;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .faq details[open] summary:after {
            transform: rotate(90deg);
        }

        .faq p {
            padding-top: 1rem;
            color: rgba(255,255,255,0.92);
        }

        /* Why a Chamber? */
        .why-chamber {
            background: linear-gradient(135deg, rgb(255 255 255) 50%, rgb(255 255 255 / 30%) 100%);
            backdrop-filter: blur(16px);
            border: 1px solid rgba(255,255,255,0.6);
            color: var(--yale-blue);
            padding: 3rem 2.6rem;
            border-radius: 20px;
            box-shadow: 0 12px 40px rgba(0,0,0,0.28);
            margin-top: 3rem;
            max-width: 860px;
            margin-left: auto;
            margin-right: auto;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .why-chamber:hover {
            transform: translateY(-10px) scale(1.05);
            box-shadow: 0 20px 50px rgba(0,0,0,0.3);
        }

        .why-chamber .why-content {
            display: grid;
            grid-template-columns: 3fr 2fr;
            gap: 2.5rem;
            align-items: start;
        }

        @media (max-width: 768px) {
            .why-chamber .why-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
        }

        .why-chamber h2 {
            color: var(--yale-blue);
            margin-bottom: 1.5rem;
            font-size: 1.9rem;
            grid-column: 1 / -1;
        }

        .why-chamber p {
            font-size: 1.05rem;
            line-height: 1.7;
        }

        .why-chamber .highlights {
            list-style: none;
            padding-top: 0;
        }

        .why-chamber .highlights li {
            padding: 0.6rem 0 0.6rem 2.5rem;
            position: relative;
            font-size: 1.02rem;
            font-weight: bold;
        }

        .why-chamber .highlights li:first-child {
            padding-top: 0;
        }

        .why-chamber .highlights li:before {
            content: "▶";
            color: var(--banana-cream);
            position: absolute;
            left: 0;
            font-size: 1.1rem;
        }

        /* FOUNDING SECTION (Adblock-safe names) */
        .founding-section {
            padding: 120px 1rem 6rem;
            background: linear-gradient(#1a3c5e, #0d1f30);
            color: white;
            position: relative;
            z-index: 10;
        }

        .founding-container {
            max-width: 1100px;
            margin: 0 auto;
            display: block !important;
        }

        .founding-heading {
            text-align: center;
            margin-bottom: 3rem;
        }

        .founding-heading h2 {
            font-size: 2.2rem;
            margin-bottom: 0.8rem;
        }

        .founding-heading p span {
            font-weight: bold;
            color: var(--emerald);
        }

        .founding-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 2rem;
            flex-wrap: wrap;
            margin-bottom: 3rem;
        }

        .founding-logos img {
            width: 190px;
            height: auto;
            filter: drop-shadow(0 6px 14px rgba(0,0,0,0.25));
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .founding-logos img:hover { transform: scale(1.08); }

        @media (max-width: 768px) {
            .founding-logos img { width: 180px; }
        }

        .founding-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
        }

        .founding-card {
            background: rgba(255,255,255,0.12);
            backdrop-filter: blur(16px);
            border: 1px solid rgba(255,255,255,0.3);
            border-radius: 20px;
            padding: 2.5rem 1.9rem;
            box-shadow: 0 12px 35px rgba(0,0,0,0.25);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            color: white;
        }

        .founding-card:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 0 20px 50px rgba(0,0,0,0.35);
        }

        .founding-card h3 {
            font-size: 1.75rem;
            margin-bottom: 0.5rem;
            color: var(--banana-cream);
        }

        .founding-card .price {
            font-size: 1.4rem;
            color: var(--emerald);
            margin-bottom: 1.5rem;
            font-weight: bold;
        }

        .founding-card ul { list-style: none; }

        .founding-card li {
            padding: 0.7rem 0;
            position: relative;
            padding-left: 1.8rem;
        }

        .founding-card li:before {
            content: "✓";
            color: #35c970;
            position: absolute;
            left: 0;
            font-size: 1.3rem;
        }

        .in-kind {
            background: rgba(255,255,255,0.12);
            backdrop-filter: blur(16px);
            border: 1px solid rgba(255,255,255,0.3);
            border-radius: 20px;
            padding: 2.5rem;
            margin-top: 3rem;
            text-align: center;
            color: white;
        }


.background_blur {
    backdrop-filter: blur(16px);
}

.strong-shamrock strong {
    color: var(--shamrock);
} 

/* Hide on Desktop and Tablet (768px screens and larger) */
@media (min-width: 768px) {
    .mm_hide_desktop {
        display: none !important;
    }
}

/* Ensure it drops back to visible block/inline on Mobile (below 768px) */
@media (max-width: 767px) {
    .mm_hide_desktop {
        display: flex !important; 
        justify-content: center;
    }
}/* End custom CSS */