.elementor-292 .elementor-element.elementor-element-83da37d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-94af2e5 *//* FAQ HERO */
        .faq-hero {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&q=80&w=2000');
            background-size: cover;
            background-position: center;
            padding: 80px 20px;
            text-align: center;
        }
        .faq-title {
            color: #ffffff;
            font-weight: 900;
            font-size: 4rem;
            text-transform: uppercase;
            letter-spacing: -0.02em;
            text-shadow: 0px 4px 15px rgba(0,0,0,0.5);
        }

        /* ACCORDION STYLES - Matching image_c3bfe0.png */
        .accordion-item {
            background: white;
            border: 1px solid #e5e5e5;
            margin-bottom: 20px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.02);
        }
        .accordion-header {
            padding: 24px 30px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s;
        }
        .accordion-header:hover { background-color: #fffafa; }
        .accordion-header h3 {
            font-weight: 800;
            font-size: 1rem;
            color: #000;
            text-transform: uppercase;
            margin: 0;
            padding-right: 20px;
            letter-spacing: -0.01em;
        }
        
        /* Toggle Plus/Minus Icon */
        .toggle-icon {
            width: 20px;
            height: 20px;
            position: relative;
            flex-shrink: 0;
        }
        .toggle-icon::before, .toggle-icon::after {
            content: '';
            position: absolute;
            background-color: #FF0000;
            transition: all 0.3s ease-in-out;
        }
        /* Horizontal line */
        .toggle-icon::before {
            width: 100%;
            height: 2px;
            top: 50%;
            left: 0;
            margin-top: -1px;
        }
        /* Vertical line */
        .toggle-icon::after {
            width: 2px;
            height: 100%;
            left: 50%;
            top: 0;
            margin-left: -1px;
        }
        
        /* When active, hide vertical line and rotate */
        .accordion-item.active .toggle-icon::after {
            transform: rotate(90deg);
            opacity: 0;
        }
        .accordion-item.active .toggle-icon {
            transform: rotate(180deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-in-out;
            background-color: #ffffff;
        }
        .accordion-content .inner {
            padding: 0 30px 30px 30px;
            color: #555;
            line-height: 1.8;
            font-family: 'Barlow', sans-serif;
            font-size: 1.05rem;
            font-weight: 500;
        }

        .desktop-info-group { display: none; }
        @media (min-width: 1024px) {
            .desktop-info-group { display: flex; }
        }
        @media (max-width: 768px) {
            .faq-title { font-size: 2.2rem; }
            .accordion-header { padding: 20px; }
            .accordion-header h3 { font-size: 0.9rem; }
        }
        .main-nav-container { overflow: visible !important; }/* End custom CSS */