   


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

        .faq-header {
            text-align: center;
            margin-bottom: 60px;
            margin-top: 160px;
            font-family: Lato, sans-serif;
        }

        .faq-header h2 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }

        .faq-header p {
            font-size: 18px;
            color: #999999;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .faq-items {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .faq-item {
            border: 1px solid #222222;
            border-radius: 8px;
            background: #111111;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            border-color: #333333;
            background: #151515;
        }

        .faq-toggle {
            width: 100%;
            padding: 1.25rem 1.5rem;
            display: flex;
            font-family: Lato, sans-serif;
            justify-content: space-between;
            align-items: center;
            background: none;
            border: none;
            color: #9b9b9b;
            font-size: 1.2rem;
            font-weight: 700;
            cursor: pointer;
            text-align: left;
            transition: color 0.3s ease;
        }

        .faq-toggle:hover {
            color: #e0e0e0;
        }

        .faq-toggle-icon {
            width: 2rem;

            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-left: 16px;
            transition: transform 0.3s ease;
            font-size: 20px;
            color: #666666;
        }

        .faq-item.active .faq-toggle-icon {
            transform: rotate(45deg);
            color: #ffffff;
        }

        .faq-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }

        .faq-item.active .faq-content {
            max-height: 500px;
            padding: 0 24px 20px 24px;
        }

        .faq-answer {
            font-size: 16px;
            line-height: 1.6;
            color: #b3b3b3;
            font-family: Lato, sans-serif;
        }

        @media (max-width: 768px) {
            .faq-header h2 {
                font-size: 36px;
            }

            .faq-header p {
                font-size: 16px;
            }

            .faq-toggle {
                padding: 16px 16px;
                font-size: 15px;
            }

            .faq-item.active .faq-content {
                padding: 0 16px 16px 16px;
            }
        }









/* FOOTER SECTION CSS */
     
                .section_home_cta {
    background-image: linear-gradient(#ffffff00, #000000), url(./_Images/MacBookds.png);
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    position: relative;
    overflow: hidden;
    color: white;
    min-height: 400px;
    display: flex
;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.icon-embed-xsmall {
    color: #bfbfbf;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    transition: color 0.2s;
    display: flex
;
}
                    
                    .container-small {
                        max-width: 800px;
                        margin: 0 auto;
                        padding: 0 20px;
                    }
                    
                    .text-align-center {
                        text-align: center;
                    }
                    
                    h2 {
                        font-size: 2.6rem;
                        margin-bottom: 1rem;
                        font-weight: 600;
                        line-height: 1.2;
                    }
                    
                    .text-size-medium {
                        font-size: 1.125rem;
                        opacity: 0.8;
                        margin-bottom: 2rem;
                    }
                    
                    .button-group {
                        display: flex;
                        gap: 1rem;
                        justify-content: center;
                    }
                    
                    .button {
                        display: inline-flex;
                        padding: 0.75rem 1.5rem;
                        border-radius: 4px;
                        text-decoration: none;
                        transition: all 0.3s ease;
                    }
                    
                    .button {
                        background-color: white;
                        color: black;
                    }
                    
                    .button.is-secondary {
                        background-color: transparent;
                        border: 1px solid rgba(255, 255, 255, 0.2);
                        color: white;
                    }
                    
                    .button:hover {
                        transform: translateY(-2px);
                    }
                    
                    /* Footer Component */
                    .footer_component {
                        background-color: #000;
                        color: white;
                        padding: 80px 0 62px;
                        font-size: 1rem;
                        font-weight: 400;
                        line-height: 1.5rem;
                        font-family: Poppins, sans-serif;
                    }
                   .padding-global {
                      width: 100%;
                      padding-left: 1.5rem;
                      padding-right: 1.5rem;
                    }
                    /* Newsletter Section */
                    .footer_newsletter-wrapper {
                        background: rgba(255, 255, 255, 0.02);
                        border-radius: 12px;
                        padding: 2rem;
                        margin-bottom: 4rem;
                    }
                    
                    .footer_newsletter-text-wrapper h3 {
                        font-size: 1.5rem;
                        margin-bottom: 0.5rem;
                    }
                    
                    .footer_form {
                        display: flex;
                        gap: 1rem;
                        margin-top: 1rem;
                    }
                    
                    .form_input {
                        flex: 1;
                        padding: 0.75rem 1rem;
                        border: 1px solid rgba(255, 255, 255, 0.1);
                        border-radius: 4px;
                        background: rgba(255, 255, 255, 0.05);
                        color: white;
                    }
                    
                    /* Footer Grid */
                    .footer_top-wrapper {
                        display: grid;
                        grid-template-columns: 2fr 1fr 1fr 1fr;
                        gap: 4rem;
                        padding: 4rem 0;
                    }
                    
                    .footer_logo-link {
                        display: inline-block;
                        margin-bottom: 1.5rem;
                    }
                    
                    .footer_link-list {
                        display: flex;
                        flex-direction: column;
                        gap: 1rem;
                    }
                    
                    .footer_link-list h4 {
                        font-size: 1.125rem;
                        font-weight: 600;
                        margin-bottom: 1rem;
                    }
                    
                    .footer_link {
                        color: rgba(255, 255, 255, 0.7);
                        text-decoration: none;
                        transition: color 0.2s ease;
                    }
                    
                    .footer_link:hover {
                        color: white;
                    }
                    
                    /* Footer Bottom */
                    .footer_bottom-wrapper {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        padding: 2rem 0;
                        border-top: 1px solid rgba(255, 255, 255, 0.1);
                    }
                    
                    .footer_legal-list {
                        display: flex;
                        gap: 2rem;
                    }
                    
                    .footer_social-icons {
                        display: flex;
                        gap: 1rem;
                    }
                    .footer_legal-link{
                         color: #bfbfbf;
                         text-decoration: none;
                    }
                    .footer_social-link {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 36px;
                        height: 36px;
                        border-radius: 50%;
                        background: rgba(255, 255, 255, 0.05);
                        transition: background-color 0.2s ease;
                    }
                    
                    .footer_social-link:hover {
                        background: rgba(255, 255, 255, 0.1);
                    }
                    
                    /* Responsive Styles */
                    @media (max-width: 991px) {
                        .footer_top-wrapper {
                            grid-template-columns: 1fr 1fr;
                            gap: 3rem;
                        }
                        
                        h2 {
                            font-size: 2.5rem;
                        }
                    }
                    
                    @media (max-width: 767px) {
                        .footer_top-wrapper {
                            grid-template-columns: 1fr;
                        }
                        
                        .footer_bottom-wrapper {
                            flex-direction: column;
                            gap: 2rem;
                            text-align: center;
                        }
                        
                        .footer_legal-list {
                            flex-direction: column;
                            gap: 1rem;
                        }
                        
                        .button-group {
                            flex-direction: column;
                        }
                        
                        h2 {
                            font-size: 2rem;
                        }
                    }