/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*mobile menu*/
.elementor-nav-menu--dropdown:not(.sub-menu):not(#mobile-menu__popup){
    position: absolute;
    right: 0;
    top: 50px !important;
    width: 300px;
    box-shadow: 1px 1px 10px 1px rgb(0, 0, 0, 0.3);
    padding: 15px;
    overflow: hidden visible;
    max-height: 500px !important;
    scrollbar-width: thin;
    scrollbar-color: white transparent;
    
}


.elementor-nav-menu--dropdown li{
    margin-block: 15px
}

/*popup*/
#mobile-menu__popup{

}

/*mobile menu*/

.light-textured-border {
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 3px) 3;
}

.dark-textured-border {
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 3px) 3;
}

.light-textured-divider:before,
.light-textured-divider:after {
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 3px) 3 !important;
}

.dark-textured-divider:before,
.dark-textured-divider:after {
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 3px) 3 !important;
}

.divider-after:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 60px;
    border: 3px solid;
    transition: all 0.3s;
}

.divider-before:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 30px solid;
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 3px) 30;
    position: absolute;
    z-index: -1;
    bottom: -30px;
    right: -30px;
}

span.red {
    color: var(--ast-global-color-0);
}

mark {
    background: var(--ast-global-color-0);
    color: #ffffff;
}

.centered-divider:after {
    left: 50%;
    transform: translateX(-50%);
}

.single-category {
    transition: all 0.3s;
    counter-increment: single-category;
}

.single-category:hover {
    padding-top: 70px;
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, #dc3645 0, #dc3645 3px) 5;
}

.single-category:hover .dark-textured-divider:after {
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, #dc3645 0, #dc3645 3px) 5 !important;
}


/*category grid counter*/
/*faqs archive counter*/
body {
    counter-reset: single-category single-post;
}

.single-category {
    counter-increment: single-category;
}

.single-post {
    counter-increment: single-post;
}

.single-category:before {
    content: counter(single-category) ". ";
    font-size: 22px;
    font-weight: 900;
    color: #0000001a;
    left: 30px;
    top: 30px;
    border: 0;
    height: fit-content;
    width: fit-content;
}

.single-post:after {
    position: absolute;
    content: counter(single-post) ". ";
    font-size: 22px;
    font-weight: 900;
    color: #0000001a;
    right: 30px;
    bottom: 30px;
    border: 0;
    height: fit-content;
    width: fit-content;
}

@media (width <=767px) {
    .single-post:after {
        right: 10px;
        bottom: 10px;
    }
}

/*faqs archive counter*/
/*category grid counter*/

.blog-card-image img {
    aspect-ratio: 1.5 / 1;
}

/*service details list*/

.service-details-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-details-list .list-item {
    display: flex;
    flex-direction: row;
    column-gap: 8.75px;
    align-items: center;
    font-size: 14px;
}

.service-details-list .list-item svg {
    float: left;
    width: 30px;
    height: 30px;
    fill: currentcolor;
    flex-shrink: 0;
    align-self: start;
}



/*faq block styles*/
.faq-widget {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 50px;
}

.faq-widget .faq-category {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
}

.faq-widget h6 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0;
}

.faq-widget h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0;
}

.faq-widget .see-all-button a {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    transition: gap 0.2s ease;
}

.faq-widget .see-all-button a:hover {
    column-gap: 15px;
}

.faq-widget .faq-category .see-all-button a span.button-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.faq-widget .faq-category .see-all-button a span.arrow {
    background-color: #dc3645;
    width: 32px;
    height: 32px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.faq-widget .faq-category .see-all-button a span.arrow svg {
    width: 12px;
    height: 12px;
    fill: #ffffff;
}

.faq-widget .faq-block {
    width: 50%;
}

.faq-widget .faq-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 5px solid;
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .2) 3px) 5;
}

.faq-widget .faq-item summary {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.faq-widget .faq-item summary::before {
    content: "+";
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}

.faq-widget .faq-item div {
    padding-top: 10px;
    padding-left: 30px;
    color: #dc3645;
    font-size: 15px;
}

@media (width <=767px) {
    .faq-widget {
        flex-direction: column;
        row-gap: 50px;
    }

    .faq-widget .faq-category {
        width: 100%;
    }

    .faq-widget .faq-block {
        width: 100%;
    }

    .faq-widget h2 {
        font-size: 28px
    }
}

/*faq block styles*/

/*FAQ archive*/
.faq-widget.faq-single-category h6,
.faq-widget.faq-single-category h2,
.faq-widget.faq-single-category span,
.faq-widget.faq-single-category .faq-item summary {
    color: #0F172A !important;
}

.faq-widget.faq-single-category h6:after {
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 3px) 3 !important;
}

.faq-widget.faq-single-category .faq-item {
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 3px) 3 !important;
}

.faq-all-categories-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.faq-widget.faq-single-category .faq-item div {
    color: rgba(0, 0, 0, .7);
}

/*FAQ archive*/

/*Sidebar services list*/
.services-list-widget {
    max-width: 600px;
    margin: 0 auto;
}

.services-list {
    list-style: none;
    padding: 0;
}

.service-item {
    margin-bottom: 5px;
}

.service-regular {
    display: flex;
    align-items: flex-start;
}

.service-expandable {
    border: none;
    padding: 0;
}

.service-expandable summary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    list-style: none;
    outline: none;
}

.service-expandable summary::-webkit-details-marker {
    display: none;
}

.service-name {
    font-size: 14px;
    color: #2c3e50;
    font-weight: 500;
}

.service-name > a{
	color: #2c3e50;
}

.bullet {
    color: #e74c3c;
    font-size: 1.2rem;
    margin-right: 12px;
    flex-shrink: 0;
}

.expand-icon {
    color: #e74c3c;
    font-size: 1rem;
    font-weight: bold;
    transition: transform 0.2s ease;
	margin-right: 12px;
}

.service-expandable[open] .expand-icon {
    transform: rotate(45deg);
}

.subservices-list {
    margin-left: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.subservice-item {
    display: flex;
    align-items: flex-start;
}

.subservice-name {
    font-size: 14px;
    color: #34495e;
    font-weight: 400;
}

.subservice-name > a{
	color: #34495e;
}

/* Responsive design */
@media (max-width: 768px) {
    .services-main-title {
        font-size: 2rem;
    }

    .services-list-widget {
        padding: 20px 15px;
    }
}

/*Sidebar services list*/