.elementor-16347 .elementor-element.elementor-element-a960868{--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;}.elementor-16347 .elementor-element.elementor-element-8a888df{--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;}.elementor-16347 .elementor-element.elementor-element-8fd9a9b > .elementor-widget-container{padding:50px 0px 50px 0px;}.elementor-16347 .elementor-element.elementor-element-6e1ec36{--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;}.elementor-16347 .elementor-element.elementor-element-d795ed6 > .elementor-widget-container{padding:50px 0px 50px 0px;}.elementor-16347 .elementor-element.elementor-element-b24e5f9{--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;}.elementor-16347 .elementor-element.elementor-element-37ddec0 > .elementor-widget-container{padding:50px 0px 50px 0px;}.elementor-16347 .elementor-element.elementor-element-2041f8c{--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;}.elementor-16347 .elementor-element.elementor-element-c00ee3a > .elementor-widget-container{padding:50px 0px 50px 0px;}.elementor-16347 .elementor-element.elementor-element-ce36ea6{--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;}.elementor-16347 .elementor-element.elementor-element-b53b6e0 > .elementor-widget-container{padding:50px 0px 50px 0px;}.elementor-16347 .elementor-element.elementor-element-2d34013{--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;}.elementor-16347 .elementor-element.elementor-element-429e0f0 > .elementor-widget-container{padding:50px 0px 50px 0px;}/* Start custom CSS for container, class: .elementor-element-2d34013 */<style>
        /* General Body Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: #07041B !important;
            color: #FFFFFF !important;
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* Container and Section Styling */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        section {
            padding: 50px 0;
            position: relative;
        }

        .section-title {
            font-size: 2.8rem;
            font-weight: 900;
            text-align: center;
            margin-bottom: 20px;
            background: linear-gradient(90deg, #0088C7, #E51B20);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .section-subtitle {
            text-align: center;
            color: #a0aec0;
            max-width: 700px;
            margin: 0 auto 60px auto;
            font-size: 1.1rem;
        }

        /* Hero Section */
        .hero {
            text-align: center;
            padding: 50px 0;
            background: radial-gradient(circle at 90% 20%, rgba(0, 136, 199, 0.1), transparent 40%),
                        radial-gradient(circle at 10% 80%, rgba(229, 27, 32, 0.1), transparent 40%);
        }
        
        .hero-title {
            font-size: 4rem;
            font-weight: 900;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .hero-title .gradient-text {
             background: linear-gradient(90deg, #0088C7, #E51B20);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .hero-subtitle {
            font-size: 1.2rem;
            color: #a0aec0;
            max-width: 750px;
            margin: 0 auto 40px auto;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .btn {
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            transition: all 0.3s ease;
            display: inline-block;
            border: 2px solid transparent;
        }

        .btn-primary {
            background-color: #E51B20;
            color: #FFFFFF;
        }

        .btn-primary:hover {
            background-color: #c01015;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(229, 27, 32, 0.2);
        }

        .btn-secondary {
            background-color: transparent;
            color: #FFFFFF;
            border: 2px solid #FFFFFF;
        }

        .btn-secondary:hover {
            background-color: #FFFFFF;
            color: #07041B !important;
            transform: translateY(-3px);
        }

        /* Services / "What's Included" Section */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .service-card {
            background-color: #011437;
            padding: 40px;
            border-radius: 12px;
            border: 1px solid #2d3748;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
            border-color: #0088C7;
        }

        .service-card .icon {
            font-size: 3rem;
            color: #0088C7;
            margin-bottom: 20px;
        }

        .service-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .service-card p {
            color: #a0aec0;
        }

        /* Pricing Section */
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            align-items: center;
        }
        
        .pricing-card {
            background-color: #011437;
            padding: 40px;
            border-radius: 12px;
            border: 1px solid #2d3748;
            text-align: center;
            transition: all 0.3s ease;
        }

        .pricing-card.highlight {
            transform: scale(1.05);
            border: 2px solid #0088C7;
            position: relative;
            overflow: hidden;
        }
        
        .highlight::before {
            content: 'Most Popular';
            position: absolute;
            top: 20px;
            right: -45px;
            background: #0088C7;
            color: #FFFFFF;
            padding: 5px 40px;
            transform: rotate(45deg);
            font-weight: 700;
            font-size: 0.9rem;
        }


        .pricing-card h3 {
            font-size: 1.8rem;
            color: #D8BA37;
        }
        
        .pricing-card .price {
            font-size: 3.5rem;
            font-weight: 900;
            margin: 20px 0;
        }
        
        .pricing-card .price span {
            font-size: 1rem;
            color: #a0aec0;
            font-weight: 400;
        }
        
        .pricing-card ul {
            list-style: none;
            margin: 30px 0;
            text-align: left;
        }

        .pricing-card ul li {
            margin-bottom: 15px;
            padding-left: 30px;
            position: relative;
        }
        
        .pricing-card ul li::before {
            content: '✓';
            color: #0088C7;
            font-weight: 700;
            position: absolute;
            left: 0;
        }
        
        /* Our Process Section */
        .process-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 60px;
            position: relative;
        }

        .process-grid::before {
            content: '';
            position: absolute;
            top: 25px;
            left: 15%;
            right: 15%;
            height: 2px;
            background-color: #2d3748;
            z-index: 1;
        }

        .process-step {
            text-align: center;
            position: relative;
            background-color: #07041B;
            padding: 0 10px;
            z-index: 2;
        }

        .process-step .step-number {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #0088C7;
            color: #FFFFFF;
            font-size: 1.5rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px auto;
            border: 3px solid #07041B;
        }

        .process-step h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }

        .process-step p {
            color: #a0aec0;
        }
        
        /* Testimonials Section */
        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .testimonial-card {
            background-color: #011437;
            padding: 30px;
            border-radius: 12px;
            border-left: 5px solid #0088C7;
            border-top: 1px solid #2d3748;
            border-right: 1px solid #2d3748;
            border-bottom: 1px solid #2d3748;
        }
        
        .testimonial-card .quote {
            font-style: italic;
            color: #a0aec0;
            margin-bottom: 20px;
            position: relative;
            padding-left: 30px;
        }
        
        .testimonial-card .quote::before {
            content: '“';
            font-size: 4rem;
            color: #0088C7;
            opacity: 0.3;
            position: absolute;
            left: -10px;
            top: -10px;
            font-family: serif;
        }

        .client-info {
            text-align: right;
        }
        
        .client-name {
            font-weight: 700;
            color: #FFFFFF;
        }
        
        .client-company {
            font-size: 0.9rem;
            color: #D8BA37;
        }

        /* FAQ Section */
        .faq-accordion {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .faq-item {
            background-color: #011437;
            border-radius: 8px;
            margin-bottom: 15px;
            border: 1px solid #2d3748;
            overflow: hidden;
        }

        .faq-question {
            width: 100%;
            padding: 20px;
            text-align: left;
            background: none;
            border: none;
            color: #FFFFFF;
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .faq-question::after {
            content: '+';
            font-size: 2rem;
            transition: transform 0.3s ease;
        }
        
        .faq-item.active .faq-question::after {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
        
        .faq-answer p {
            padding: 0 20px 20px;
            color: #a0aec0;
        }
        
        .faq-item.active .faq-answer {
            max-height: 200px; /* Adjust as needed */
        }
        
        /* Final CTA Section */
        .cta-section {
            background: #011437;
            border-radius: 15px;
            padding: 50px;
            text-align: center;
            border: 1px solid #2d3748;
        }

        .cta-section .section-title {
            font-size: 2.5rem;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .hero-title {
                font-size: 3rem;
            }
            .section-title {
                font-size: 2.2rem;
            }
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            .pricing-card.highlight {
                transform: scale(1);
            }
            section {
                padding: 50px 0;
            }
            .cta-section {
                padding: 50px 20px;
            }
        }

    </style>/* End custom CSS */