.elementor-kit-7531{--e-global-color-primary:#24305E;--e-global-color-secondary:#374785;--e-global-color-text:#24305E;--e-global-color-accent:#F76C6C;--e-global-color-c13942e:#A8D0E6;--e-global-color-046491d:#DCECF5;--e-global-color-234f35c:#FDE2E2;--e-global-color-c8465b2:#F8E9A1;--e-global-color-9c9a252:#FCF7DC;--e-global-color-23cb6d8:#F2F2F2;--e-global-color-4769378:#F9F9F9;--e-global-color-c000a0f:#FFFFFF;--e-global-color-0deefc8:#292929;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:17px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-line-height:24px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:none;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:300;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-0deefc8 );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-7531 e-page-transition{background-color:var( --e-global-color-accent );}.elementor-kit-7531 a{color:var( --e-global-color-primary );}.elementor-kit-7531 a:hover{color:var( --e-global-color-accent );}.elementor-kit-7531 h1{font-family:"Poppins", Sans-serif;text-transform:none;font-style:normal;}.elementor-kit-7531 h2{font-family:"Poppins", Sans-serif;font-weight:600;text-transform:none;}.elementor-kit-7531 h3{font-family:"Poppins", Sans-serif;text-transform:none;}.elementor-kit-7531 h4{font-family:"Poppins", Sans-serif;text-transform:none;}.elementor-kit-7531 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-7531 h6{font-family:"Poppins", Sans-serif;text-transform:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:15px;}.elementor-element{--widgets-spacing:15px 15px;--widgets-spacing-row:15px;--widgets-spacing-column:15px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7531{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7531{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Custom List Styles for UL & OL */
.custom-list {
    list-style-type: none !important; /* Remove default bullets/numbers */
    padding-left: 25px !important; /* Indentation */
    margin-left: 0 !important; /* Ensure no unwanted margin */
    font-size: 17px !important; /* Set font size */
    line-height: 24px !important; /* Set line height */
}

/* Adjust List Items */
.custom-list li {
    position: relative !important;
    padding-left: 25px !important; /* Space for bullet/number */
    font-size: 17px !important; /* Ensure font size consistency */
    line-height: 24px !important; /* Ensure line height consistency */
}

/* Custom Bullet Styling for UL */
.custom-list ul li::before {
    content: "•" !important; /* Bullet for unordered lists */
    color: #F76C6C !important; /* Bullet color */
    font-size: 1em !important; /* Matches text size */
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}

/* Ensure Ordered Lists Display Only Numbers */
.custom-list ol {
    counter-reset: custom-counter; /* Reset counter */
}

.custom-list ol li::before {
    content: counter(custom-counter) "." !important; /* Display only numbers */
    color: #F76C6C !important; /* Number color */
    font-weight: bold !important; /* Make numbers stand out */
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}

.custom-list ol li {
    counter-increment: custom-counter; /* Increment counter */
    list-style-type: none !important; /* Remove default OL numbering */
    font-size: 17px !important; /* Ensure font size consistency */
    line-height: 24px !important; /* Ensure line height consistency */
}

/* Custom Header Styles */
.Q-H1, .Q-H2, .Q-H3, .Q-H4, .Q-H5, .Q-H6 {
    color: #24305E !important; /* Universal color for all headers */
    font-family: inherit !important; /* Maintain theme typography */
    margin: 0; /* Reset any default margins */
}

/* H1 */
.Q-H1 {
    font-weight: 700 !important;
    font-size: 45px !important;
    line-height: 60px !important;
}

/* H2 */
.Q-H2 {
    font-weight: 700 !important;
    font-size: 35px !important;
    line-height: 50px !important;
}

/* H3 */
.Q-H3 {
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 42px !important;
}

/* H4 */
.Q-H4 {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 30px !important;
}

/* H5 */
.Q-H5 {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 27px !important;
}

/* H6 */
.Q-H6 {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}/* End custom CSS */