.elementor-392 .elementor-element.elementor-element-957c54c{--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-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-392 .elementor-element.elementor-element-4c8d18a{--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-392 .elementor-element.elementor-element-cfea396{--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-392 .elementor-element.elementor-element-3bb775c{--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-392 .elementor-element.elementor-element-370f0cf{--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;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7ca50ff *//* General Styling */
.income-section {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    text-align: center;
}

.container {
    max-width: 900px;
    margin: 0 auto;
}

/* Heading Styling */
.section-title {
    font-size: 2.5rem;
    color: #444;
    margin-bottom: 10px;
    font-weight: 700;
}

.underline {
    width: 150px;
    height: 4px;
    background-color: #d9534f; /* Matches the red line in image */
    margin: 0 auto 30px auto;
}

/* Paragraph Styling */
.description {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #555;
    font-weight: 400;
}

.highlight {
    color: #333;
    font-weight: 600;
}

.price-range {
    display: inline-block;
    color: #d9534f;
    font-weight: 700;
    font-size: 1.4rem;
}

/* Responsiveness */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .description {
        font-size: 1.1rem;
        padding: 0 10px;
    }

    .price-range {
        font-size: 1.2rem;
        display: block; /* Breaks the price to a new line on small screens for emphasis */
        margin: 10px 0;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-71e2ce4 */.corporate-attachment {
    padding: 80px 0;
    background-color: #f9f9f9;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.attachment-row {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.attachment-img {
    flex: 1;
    min-width: 300px;
}

.attachment-img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.attachment-content {
    flex: 1.2;
    min-width: 300px;
}

.attachment-content .title {
    font-size: 32px;
    color: #222;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.attachment-content .title span {
    color: #333;
}

.red-line {
    width: 80px;
    height: 4px;
    background-color: #d9232d;
    margin-bottom: 25px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.features-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #555;
    line-height: 1.6;
}

.features-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #d9232d;
    font-weight: bold;
}

.profit-box {
    background: #fff;
    padding: 20px;
    border-left: 5px solid #d9232d;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.profit-box p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
}

.profit-box h3 {
    margin: 5px 0 0;
    color: #d9232d;
    font-size: 24px;
    font-weight: 700;
}

.cta-text {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}

.btn-register {
    display: inline-block;
    padding: 12px 30px;
    background-color: #d9232d;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-register:hover {
    background-color: #b01b23;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
    .attachment-row {
        flex-direction: column;
        text-align: center;
    }
    
    .red-line {
        margin: 0 auto 25px auto;
    }

    .features-list li {
        padding-left: 0;
    }
    
    .features-list li::before {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-365e207 */.finance-section {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.finance-row {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.finance-content {
    flex: 1;
    min-width: 300px;
}

.finance-image {
    flex: 1;
    min-width: 300px;
}

.finance-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.section-title {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.red-line {
    width: 70px;
    height: 4px;
    background-color: #d9232d;
    margin-bottom: 30px;
}

.intro-text {
    font-size: 18px;
    font-weight: 600;
    color: #d9232d;
    margin-bottom: 20px;
}

.info-body p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.bank-tieups {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin: 25px 0;
    border: 1px dashed #ccc;
}

.bank-tieups strong {
    display: block;
    color: #333;
    margin-bottom: 5px;
}

.bank-tieups p {
    margin: 0;
    color: #666;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.funding-highlight {
    border-left: 4px solid #d9232d;
    padding-left: 20px;
    font-style: italic;
    color: #444;
}

/* Responsive */
@media (max-width: 992px) {
    .finance-row {
        flex-direction: column-reverse; /* Puts image on top for mobile */
        text-align: center;
    }

    .red-line {
        margin: 0 auto 30px auto;
    }

    .funding-highlight {
        border-left: none;
        border-top: 2px solid #d9232d;
        padding-left: 0;
        padding-top: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-333fdbe */.rto-insurance-section {
    padding: 80px 0;
    background-color: #fcfcfc;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.rto-row {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.rto-image, .rto-content {
    flex: 1;
    min-width: 320px;
}

.rto-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    display: block;
}

.section-title {
    font-size: 34px;
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 8px;
}

.red-line {
    width: 60px;
    height: 4px;
    background-color: #d9232d;
    margin-bottom: 25px;
}

.main-info p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.highlight-text {
    font-size: 18px !important;
    font-weight: 600;
    color: #333 !important;
}

.insurance-partners {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 25px 0;
}

.insurance-partners h5 {
    margin: 0 0 10px 0;
    color: #d9232d;
    font-size: 16px;
    font-weight: 600;
}

.insurance-partners p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.assurance-tag {
    padding-left: 15px;
    border-left: 3px solid #d9232d;
}

.assurance-tag p {
    margin: 0;
    font-size: 14px;
    color: #777;
    font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .rto-row {
        flex-direction: column;
        text-align: center;
    }

    .red-line {
        margin: 0 auto 25px auto;
    }

    .assurance-tag {
        border-left: none;
        border-top: 1px solid #d9232d;
        padding-left: 0;
        padding-top: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-078b7f9 */.safety-section {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.safety-row {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.safety-content, .safety-image {
    flex: 1;
    min-width: 320px;
}

.safety-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.section-title {
    font-size: 34px;
    color: #222;
    font-weight: 700;
    margin-bottom: 10px;
}

.red-line {
    width: 60px;
    height: 4px;
    background-color: #d9232d;
    margin-bottom: 25px;
}

.intro-text {
    font-size: 17px;
    color: #444;
    font-weight: 600;
    margin-bottom: 20px;
}

.safety-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two-column list for better space usage */
    gap: 15px;
}

.safety-list li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #555;
    display: flex;
    align-items: center;
}

/* Bullet Point Styling */
.safety-list li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fce8e9;
    border-radius: 50%;
}

.safety-list li::after {
    content: '✓';
    position: absolute;
    left: 4px;
    color: #d9232d;
    font-size: 12px;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .safety-row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .red-line {
        margin: 0 auto 25px auto;
    }

    .safety-list {
        grid-template-columns: 1fr;
        display: inline-block;
        text-align: left;
    }
    
    .safety-list li {
        margin-bottom: 10px;
    }
}/* End custom CSS */