.elementor-2340 .elementor-element.elementor-element-692b0e7:not(.elementor-motion-effects-element-type-background), .elementor-2340 .elementor-element.elementor-element-692b0e7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ethanol.ae/wp-content/uploads/2025/08/Product-Line.jpg");background-position:center center;background-size:cover;}.elementor-2340 .elementor-element.elementor-element-692b0e7 > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(115deg, #213D75 0%, #213D7500 100%);opacity:0.86;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2340 .elementor-element.elementor-element-692b0e7 > .elementor-container{min-height:300px;}.elementor-2340 .elementor-element.elementor-element-692b0e7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2340 .elementor-element.elementor-element-ac67227 > .elementor-container{max-width:1320px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2340 .elementor-element.elementor-element-ed079f2 .elementor-heading-title{font-family:"lexand", Sans-serif;font-size:40px;font-weight:600;color:#FFFFFF;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2340 .elementor-element.elementor-element-a69ec02{font-family:"lexand", Sans-serif;font-size:15px;font-weight:300;color:#FFFFFF;}.elementor-2340 .elementor-element.elementor-element-a69ec02 a{color:#FFFFFF;}.elementor-2340 .elementor-element.elementor-element-e43db10{margin-top:50px;margin-bottom:100px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e6c05f4 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: #333;
            background:;
            padding: ;
        }

        .faq-container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        /* Header Section */
        .faq-header {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: white;
            padding: 60px 40px;
            text-align: center;
        }

        .faq-header h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .faq-header p {
            font-size: 1.1rem;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
        }

        /* Search Box */
        .search-container {
            padding: 30px 40px;
            background: #f8f9fa;
            border-bottom: 1px solid #e9ecef;
        }

        .search-box {
            position: relative;
            max-width: 600px;
            margin: 0 auto;
        }

        .search-box input {
            width: 100%;
            padding: 15px 50px 15px 20px;
            font-size: 16px;
            border: 2px solid #dee2e6;
            border-radius: 50px;
            outline: none;
            transition: all 0.3s ease;
        }

        .search-box input:focus {
            border-color: #2a5298;
            box-shadow: 0 0 0 3px rgba(42, 82, 152, 0.1);
        }

        .search-icon {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #6c757d;
        }

        /* Category Tabs */
        .category-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            padding: 30px 40px;
            background: white;
            border-bottom: 1px solid #e9ecef;
            justify-content: center;
        }

        .category-tab {
            padding: 10px 20px;
            background: #f8f9fa;
            border: 2px solid #e9ecef;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 500;
            color: #495057;
        }

        .category-tab:hover {
            background: #e9ecef;
            transform: translateY(-2px);
        }

        .category-tab.active {
            background: #2a5298;
            color: white;
            border-color: #2a5298;
        }

        /* FAQ Content */
        .faq-content {
            padding: 40px;
        }

        .faq-category {
            margin-bottom: 40px;
        }

        .category-title {
            font-size: 1.8rem;
            color: #2a5298;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #2a5298;
            display: inline-block;
        }

        /* FAQ Items - Accordion Style */
        .faq-item {
            margin-bottom: 15px;
            border: 2px solid #e9ecef;
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            border-color: #2a5298;
            box-shadow: 0 5px 15px rgba(42, 82, 152, 0.1);
        }

        .faq-item.active {
            border-color: #2a5298;
        }

        .faq-question {
            padding: 20px 25px;
            background: white;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            color: #2c3e50;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: #f8f9fa;
        }

        .faq-item.active .faq-question {
            background: #f8f9fa;
            color: #2a5298;
        }

        .faq-icon {
            font-size: 1.5rem;
            color: #2a5298;
            transition: transform 0.3s ease;
            flex-shrink: 0;
            margin-left: 15px;
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: white;
        }

        .faq-item.active .faq-answer {
            max-height: 1000px;
        }

        .faq-answer-content {
            padding: 25px;
            color: #495057;
            line-height: 1.8;
            border-top: 1px solid #e9ecef;
        }

        .faq-answer-content p {
            margin-bottom: 15px;
        }

        .faq-answer-content ul {
            margin: 15px 0;
            padding-left: 25px;
        }

        .faq-answer-content li {
            margin-bottom: 8px;
        }

        .faq-answer-content strong {
            color: #2a5298;
        }

        /* Contact CTA */
        .faq-cta {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: white;
            padding: 50px 40px;
            text-align: center;
            margin-top: 40px;
        }

        .faq-cta h2 {
            font-size: 2rem;
            margin-bottom: 15px;
        }

        .faq-cta p {
            font-size: 1.1rem;
            margin-bottom: 25px;
            opacity: 0.9;
        }

        .cta-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-button {
            padding: 15px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .cta-button-primary {
            background: white;
            color: #2a5298;
        }

        .cta-button-primary:hover {
            background: #f8f9fa;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

        .cta-button-secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .cta-button-secondary:hover {
            background: white;
            color: #2a5298;
            transform: translateY(-3px);
        }

        /* No Results Message */
        .no-results {
            text-align: center;
            padding: 60px 20px;
            display: none;
        }

        .no-results h3 {
            font-size: 1.5rem;
            color: #6c757d;
            margin-bottom: 10px;
        }

        .no-results p {
            color: #adb5bd;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .faq-header {
                padding: 40px 20px;
            }

            .faq-header h1 {
                font-size: 2rem;
            }

            .search-container,
            .category-tabs,
            .faq-content {
                padding: 20px;
            }

            .category-title {
                font-size: 1.5rem;
            }

            .faq-question {
                padding: 15px 20px;
                font-size: 0.95rem;
            }

            .faq-cta {
                padding: 40px 20px;
            }

            .faq-cta h2 {
                font-size: 1.5rem;
            }

            .cta-buttons {
                flex-direction: column;
                gap: 10px;
            }

            .cta-button {
                width: 100%;
            }
        }

        /* Highlight matched search terms */
        .highlight {
            background-color: yellow;
            font-weight: bold;
        }
    </style>/* End custom CSS */