.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins_as";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins_as";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins_as";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins_as";--e-global-typography-accent-font-weight:500;background-color:#061813;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1657px;}.e-con{--container-max-width:1657px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ====================================
   CUSTOM BLOG STYLE - Only for custom-blog-style classcontainer 
   ==================================== */

/* Headings H2 */
.custom-blog-style h2,
.custom-blog-style .h2 {
    letter-spacing: 0 !important;
    color: #ffffff !important;
    font-size: 45px;
    font-family: "Poppins", sans-serif;
}

/* Headings H3 */
.custom-blog-style h3,
.custom-blog-style .h3 {
    font-size: 30px !important;
    color: #ffffff !important;
    margin-top: 45px !important;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

/* Paragraphs */
.custom-blog-style p {
    padding-top: 10px !important;
    line-height: 35px !important;
    color: #e1e1e1 !important;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

/* Bold/Strong inside Paragraphs */
.custom-blog-style p b,
.custom-blog-style p strong {
    color: #ffffff !important;
}

/* Links */
.custom-blog-style a {
    color: #10B77F !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-blog-style a:hover {
    color: #118c2e !important;
}

/* Lists (ul, ol) */
.custom-blog-style ul li,
.custom-blog-style ol li {
    padding-top: 15px !important;
    line-height: 35px !important;
    color: #e1e1e1 !important;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

/* Bold/Strong inside list items */
.custom-blog-style ul li b,
.custom-blog-style ul li strong,
.custom-blog-style ol li b,
.custom-blog-style ol li strong {
    color: #ffffff !important;
}

/* Accordion Title Text (Elementor e-n-accordion) */
.custom-blog-style .e-n-accordion-item-title-text {
    font-size: 20px !important;
    color: #ffffff !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

/* Accordion Inner Text Editor Paragraphs */
.custom-blog-style .e-n-accordion-item .elementor-widget-text-editor p {
    line-height: 32px !important;
    color: #e1e1e1 !important;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    padding-top: 10px !important;
}

/* Accordion Inner Container Background Transparent */
.custom-blog-style .e-n-accordion-item .e-con,
.custom-blog-style .e-n-accordion-item .e-child {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}/* End custom CSS */