/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
    --site-orange: #FEE000;
    --site-orange-dark: #efc302;
    --site-cyan:#0DE4F2;
    --site-cyan-dark: #18B1BF;
    --site-dark-1: #353A3D;
}
.single a {
    transition: 0.4s;
}
.single .blog-details-content a {
    color: var(--site-orange);
}
.single .blog-details-content a:hover {
    color: var(--site-orange-dark);
}
.single .blog-details-content .wp-block-image {
    margin-top: 50px;
    margin-bottom: 50px;
}
.single .blog-details-content .elementor-widget-container > *:first-child {
    margin-top: 0;
}

.single .blog-details-content :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #02FFFF;
    text-transform: none;
}
.single .blog-details-content :is(p,ul,ol) {
    margin-bottom: 20px;
}
.single .blog-details-content h1 {
    font-size: 46px;
}
.single .blog-details-content h2 {
    font-size: 40px;
}
.single .blog-details-content h3 {
    font-size: 34px;
}
.single .blog-details-content h4 {
    font-size: 30px;
}
.single .blog-details-content h5 {
    font-size: 26px;
}
.single .blog-details-content h6 {
    font-size: 22px;
}

@media (max-width: 767px) {
    .single .blog-details-content h1 {
        font-size: 36px;
    }
    .single .blog-details-content h2 {
        font-size: 32px;
    }
    .single .blog-details-content h3 {
        font-size: 26px;
    }
    .single .blog-details-content h4 {
        font-size: 24px;
    }
    .single .blog-details-content h5 {
        font-size: 22px;
    }
    .single .blog-details-content h6 {
        font-size: 20px;
    }
}
.elementor-widget-table-of-contents .elementor-toc__header {
    padding-top: 14px;
    padding-bottom: 12px;
}
.elementor-toc__body .elementor-toc__list-item {
    color: #FFFFFF
}
.elementor-toc__body .elementor-toc__list-item:has(.elementor-item-active),
.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
    color: var(--site-orange) !important;
}
.elementor-toc__body .elementor-toc__list-item .elementor-toc__list-item-text-wrapper::before {
    color: currentColor !important;
}
.single .blog-details-content .wp-block-quote {
    border-left: 4px solid var(--site-orange);
    background: #000;
    margin: 0;
    padding: 30px 30px 30px 40px;
}
.single .blog-details-content .wp-block-quote > *:last-child {
    margin-bottom: 0;
}
.single .blog-details-content table thead {
    border-bottom-color: #00b1bd;
}
.single .blog-details-content table thead :is(th, td){
    background: var(--site-cyan);
    color: var(--site-dark-1);
}
.single .blog-details-content table {
    border-collapse: collapse;
    width: 100%;
}
.single .blog-details-content table :is(th, td) {
    border: 1px solid rgba(255,255,255,.2);
}
.single .blog-details-content table tr > *:first-child {
    border-left: none !important;
}
.single .blog-details-content table tr > *:last-child {
    border-right: none !important;
}

.single .blog-details-content .wp-block-button a {
    background: var(--site-orange);
    color: var(--site-dark-1);
    font-weight: bold;
}
.single .blog-details-content .wp-block-button a:hover {
    background: var(--site-orange-dark);
}

/*Rank Math FAQ*/


.rank-math-block {
    margin-top: 40px;
    margin-bottom: 20px;
}

.rank-math-list-item {
    padding: 12px 23px;
    margin-bottom: 15px;
    background: #00000073;
}

.single .rank-math-list-item .rank-math-question {
    cursor: pointer;
    margin: 0 !important;
    padding: 8px 50px 8px 0;
    position: relative;
    color: #FFFFFF !important;
    text-shadow: none !important;
    transition: 0.4s;
    font-size: 30px;
    font-weight: 500 !important;
}

@media (max-width: 767px) {
    .single .rank-math-list-item .rank-math-question {
        font-size: 26px;
    }
    .single .rank-math-answer {
        font-size: 16px;
        line-height: 1.7;
    }
}

.rank-math-list-item .rank-math-question::after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 1.5em;
}

.rank-math-list-item.active .rank-math-question::after {
    content: "-";
    transform: scaleX(1.3);
}

.rank-math-list-item.active {
    background: #000;
    z-index: 2;
}
.rank-math-list-item .rank-math-question:hover {
    color: var(--site-orange) !important;
}


.rank-math-list-item.active .rank-math-question {
    color: var(--site-orange) !important;
}

.rank-math-answer {
    padding-top: 10px;
}
/*End Rank Math FAQ*/
.single .blog-details-content {}
.single .blog-details-content {}
.single .blog-details-content {}