.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:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@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 */<style>

/* General Styles */


        h1, h2 {
            color: #2c3e50;
            border-bottom: 2px solid #3498db;
            padding-bottom: 10px;
        }
        .highlight {
            background-color: #fffacd;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        .quote {
            font-style: italic;
            border-left: 4px solid #3498db;
            padding-left: 20px;
            margin: 20px 0;
        }
        .emoji {
            font-size: 1.5em;
        }

        .border-box {
            border: 2px solid #3498db;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 20px;
        }
/* Headings */
.wp-block-heading {
    color: #ecf0f1;
    border-bottom: 2px solid #00C2FF;
    padding-bottom: 12px;
    margin-bottom: 24px;
    font-weight: bold;
}

h1.wp-block-heading {
    font-size: 2.5em;
}

h2.wp-block-heading {
    font-size: 2.2em;
    margin-top: 40px;
}

/* Image */
.wp-block-image img {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    margin: 20px 0 40px;
    max-width: 100%;
    height: auto;
}

/* List Styles */
.wp-block-list {
    margin: 0 0 24px 40px;
    padding-left: 20px;
}

.wp-block-list-item {
    font-size: 1.4em; /* Increased font size for Key Takeaways */
    margin-bottom: 12px;
    line-height: 1.8;
    color: #ffffff; /* White text for bullet points */
}

/* Custom CSS for Title and Text Color */
.container .page-header-content .title {
    color: #ffffff; /* Black color for the title */
}

.container .page-header-content .sub-title,
.container .page-header-content {
    color: #ffffff; /* White color for the rest of the text */
}

.wp-block-list li {
    font-size: 1.2em;
    margin-bottom: 12px;
    line-height: 1.8;
    color: #ffffff;
}

.estimated-reading-time {
    font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 24px;
}

/* Table of Contents */
.wp-block-yoast-seo-table-of-contents {
    background: #11151C; /* Updated background color */
    border-left: 4px solid #00C2FF;
    padding: 20px;
    border-radius: 5px;
    color: #ffffff;
    margin-bottom: 40px;
}

.wp-block-yoast-seo-table-of-contents h2 {
    margin-top: 0;
    color: #00C2FF;
    font-weight: 600;
}

.wp-block-yoast-seo-table-of-contents ul {
    padding-left: 20px;
}

.wp-block-yoast-seo-table-of-contents a {
    color: #00C2FF;
    text-decoration: none;
}

.wp-block-yoast-seo-table-of-contents a:hover {
    text-decoration: underline;
}

/* Paragraphs */
p {
    margin-bottom: 24px;
    font-size: 1.2em;
    line-height: 1.8;
    color: #ffffff;
}

/* FAQ Section */
.schema-faq-question {
    font-size: 1.3em;
    color: #00C2FF; /* Changed from #f39c12 to #00C2FF */
    margin-bottom: 8px;
}

.schema-faq-answer {
    margin-bottom: 24px;
    color: #ecf0f1;
}

/* Estimated Reading Time */
.wp-block-yoast-seo-estimated-reading-time {
    font-size: 1em;
    color: #bdc3c7;
    margin-bottom: 24px;
}

/* Links */
a {
    color: #00C2FF;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
}

/* Enhanced Spacing */
.wp-block-heading,
.wp-block-paragraph,
.wp-block-list,
.wp-block-yoast-seo-table-of-contents,
.schema-faq-section {
    margin-bottom: 40px;
}

.wp-block-paragraph:last-child,
.wp-block-heading:last-child,
.wp-block-list:last-child {
    margin-bottom: 0;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .wp-block-image.alignright {
        float: none;
        margin: 0 auto 40px;
        display: block;
        text-align: center;
    }

    .wp-block-heading {
        text-align: center;
    }

    .wp-block-yoast-seo-table-of-contents {
        margin-bottom: 24px;
    }
}


</style>/* End custom CSS */