.elementor-2616 .elementor-element.elementor-element-7f9b588c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2616 .elementor-element.elementor-element-a95c838{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2616 .elementor-element.elementor-element-465e504{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2616 .elementor-element.elementor-element-161d85d{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2616 .elementor-element.elementor-element-6f68840{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2616 .elementor-element.elementor-element-30fac0c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2616 .elementor-element.elementor-element-e8f92f4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-2616 .elementor-element.elementor-element-161d85d{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-2616 .elementor-element.elementor-element-161d85d{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-5923519 */.steps-accordion {
    padding: 60px 40px;
    background: #f8fafc;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
}

.section-title {
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 10px;
    color: #1a202c;
}

.intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #4a5568;
    font-size: 1.05em;
}

.accordion-item {
    margin-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    border: 1px solid #e2e8f0;
}

.accordion-item summary {
    cursor: pointer;
    padding: 18px 22px;
    font-size: 1.1em;
    font-weight: 600;
    color: #2d3748;
    background: linear-gradient(90deg, #edf2ff 0%, #e0f2fe 100%);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-item summary::-webkit-details-marker {
    display: none;
}

.accordion-item summary::after {
    content: "+";
    font-weight: 700;
    font-size: 1.3em;
    color: #4c51bf;
    transition: transform 0.2s ease;
}

.accordion-item[open] summary::after {
    content: "−";
    transform: rotate(180deg);
}

.accordion-content {
    padding: 18px 22px 22px;
    font-size: 0.98em;
    color: #4a5568;
    background: #ffffff;
}

.accordion-content p {
    margin-bottom: 10px;
}

.accordion-content ul {
    margin: 8px 0 15px;
    padding-left: 22px;
}

.accordion-content li {
    margin-bottom: 6px;
}

/* Tables inside steps */
.table-wrapper {
    overflow-x: auto;
    margin: 15px 0;
}

.legal-structure-table,
.timeline-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 400px;
    background: #ffffff;
}

.legal-structure-table th,
.legal-structure-table td,
.timeline-table th,
.timeline-table td {
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
    text-align: left;
    font-size: 0.95em;
}

.legal-structure-table thead th,
.timeline-table thead th {
    background: #4c51bf;
    color: #ffffff;
    font-weight: 600;
}

.legal-structure-table tbody tr:nth-child(even),
.timeline-table tbody tr:nth-child(even) {
    background: #f7fafc;
}

/* Responsive */
@media (max-width: 768px) {
    .steps-accordion {
        padding: 40px 20px;
        border-radius: 0;
    }

    .section-title {
        font-size: 1.8em;
    }

    .accordion-item summary {
        font-size: 1em;
        padding: 14px 16px;
    }

    .accordion-content {
        padding: 14px 16px 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d90753e */.why-choose-section {
    padding: 60px 40px 40px;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2.2em;
    color: #2d3748;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 1.3em;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.feature-card h3 {
    font-size: 1.5em;
    color: #667eea;
    margin-bottom: 15px;
    font-weight: 700;
}

.feature-card p {
    color: #4a5568;
    margin-bottom: 10px;
}

.feature-card ul {
    list-style-type: none;
    padding-left: 0;
}

.feature-card li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #4a5568;
}

.feature-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #48bb78;
    font-weight: bold;
    font-size: 1.1em;
}

.feature-card.full-width {
    grid-column: 1 / -1;
}

@media (max-width: 768px) {
    .why-choose-section {
        padding: 40px 20px 20px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-header h2 {
        font-size: 1.8em;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-917ae89 */.quick-facts-section {
    padding: 60px 40px;
    background: white;
}

.table-container {
    max-width: 800px;
    margin: 0 auto;
}

.quick-facts-section table {
    margin: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.faqs-section {
    padding: 60px 40px;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

.faqs-section details {
    margin-bottom: 20px;
}

.faqs-section summary {
    font-size: 1.3em !important;
    font-weight: 600;
}

.cta-section {
    padding: 80px 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-section h2 {
    font-size: 2.8em;
    margin-bottom: 15px;
    font-weight: 800;
}

.cta-section p {
    font-size: 1.3em;
    margin-bottom: 20px;
    opacity: 0.95;
}

.cta-button {
    background: #ff6b6b;
    color: white;
    border: none;
    padding: 18px 50px;
    font-size: 1.4em;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255,107,107,0.4);
}

.cta-button:hover {
    background: #ff5252;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255,107,107,0.5);
}

@media (max-width: 768px) {
    .quick-facts-section, .faqs-section, .cta-section {
        padding: 40px 20px;
    }
    
    .cta-section h2 {
        font-size: 2.2em;
    }
    
    .cta-button {
        padding: 15px 40px;
        font-size: 1.2em;
    }
}/* End custom CSS */