/**
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
*/


.gradient-text {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ff9800, #ff2e2e);
    -webkit-background-clip: text;
    background-clip: text;
}

.services-boxes {
    height: 100%;
    background-color: #fffdf9 !important;
}

.services-boxes figure.elementor-image-box-img {
    background: linear-gradient(135deg, hsl(36 100% 50%), hsl(0 100% 59%));
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    padding: 5px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.banner-grids .elementor-widget-text-editor {
    background: linear-gradient(36deg, hsl(36 100% 50%), hsl(0 100% 59%));
    padding: 20px;
    border-radius: 12px;
}

.banner-grids .elementor-widget-text-editor h3 {
    color: #fff !important;
    text-align: center;
}

.banner-grids .elementor-widget-text-editor {
    color: #fff !important;
    text-align: center;
}

.title-container {
    position: relative;
    text-align: center;
}

:root {
    --sparkle-color-1: #ff9800;
    --sparkle-color-2: #ff2e2e;
    --animation-duration: 1200ms;
}

.sparkle {
    position: absolute;
    color: var(--sparkle-color-1);
    pointer-events: none;
    opacity: 0;
    animation: twinkle var(--animation-duration) ease-in-out;
    font-size: 24px;
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 0;
        transform: scale(0) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: scale(1.5) rotate(180deg);
    }
}


footer h2.widget-title {
    color: #ff9800 !important;
    font-size: 30px;
}

footer .widget_nav_menu ul li a {
    font-size: 20px;
    /* line-height: 22px; */
    color: #212121 !important;
    font-weight: 500;
    display: block;
}

footer .widget_nav_menu ul li a:hover {
    color: #ff9800 !important;
}

.footer_logo {
    width: 190px;
}

.under-logo p {
    color: #212121 !important;
    margin-top: 30px !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

footer .ast-footer-copyright p {
    color: #212121;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button {
    background-color: #212121 !important;
    opacity: 1 !important;
}

footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    min-height: unset !important;
}

footer .under-logo p {
    max-width: 22rem;
}

.media_creation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow-link {
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.arrow-link img {
    transform: rotate(320deg);
    transition: transform 0.3s ease;
}

.project-box:hover .arrow-link img {
    transform: rotate(360deg);
    transition: transform 0.3s ease;
}

.home-heading .yellow-text {
    color: #FF971E;
}

.home-heading .red-text {
    color: #f03232;
}

.badge-title h3 {
    display: inline;
    background: #EFEFEF;
    padding: 10px 20px;
    font-weight: 600 !important;
    border-radius: 50px;
}

.empower-title .yellow-text {
    color: #FF971E !important;
}

.empower-title .red-text {
    color: #F03232 !important;
}

.colored-section span.yellow-text {
    color: #ff971e;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.colored-section span.red-text {
    color: #F03232;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.colored-section span.yellow-text::before {
    content: " ";
    position: absolute;
    height: 2px;
    background: #212121;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: inline-block;
}

.colored-section span.yellow-text::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff971e;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    z-index: 10;
}

.colored-section span.yellow-text:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.colored-section span.red-text::before {
    content: " ";
    position: absolute;
    height: 2px;
    background: #212121;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: inline-block;
}

.colored-section span.red-text::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F03232;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    z-index: 10;
}

.colored-section span.red-text:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.main-flex-area {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.number-area {
    background: #212121;
    min-width: 45px;
    width: 45px;
    height: 45px;
    min-height: 45px;
    border-radius: 50px;
    color: #FF971E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-area h4 {
    color: #FF971E;
    margin-bottom: 5px;
    font-size: 24px;
}

.content-area p {
    font-weight: 500;
    line-height: 30px;
    font-size: 22px;
}

.main-number-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* max-width: 600px; */
    /* Adjust as needed */
    margin: 0 auto;
}

.main-flex-area {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 20px;
    /* Space between items */
}

.number-area {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #000;
    /* Optional: style the number circle */
    border-radius: 50%;
    margin-right: 20px;
}

.content-area {
    flex: 1;
}

.main-flex-area:not(:last-child) .number-area::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 20px;
    width: 2px;
    height: calc(100% + 20px);
    border-left: 2px dashed #000;
}

ul.why-choose-list {
    color: #fff;
    margin: 0px !important;
}

ul.why-choose-list li span {
    color: #FF971E;
    font-weight: 600;
}

ul.why-choose-list li {
    font-size: 22px;
    margin-top: 15px;
}

.side-border-card h3.elementor-image-box-title {
    margin-bottom: 0px;
    font-size: 24px;
    color: #212121 !important;
    opacity: 1 !important;
    font-weight: 600;
    line-height: 25px;
}

header ul li a.menu-link {
    font-weight: 500 !important;
}

@media (max-width:767px) {
    .side-border-card .elementor-image-box-wrapper {
        display: flex !important;
        text-align: left !important;
        align-items: center;
    }

    .side-border-card figure.elementor-image-box-img {
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        height: 40px !important;
    }

    .side-border-card figure.elementor-image-box-img img {
        object-fit: scale-down;
        width: 100% !important;
        height: 100% !important;
    }

    .side-border-card {
        padding: 8px 12px !important;
    }

    /* .side-border-card {
        position: relative !important;
        top: 0px !important;
        left: 0 !important;
        right: 0 !important;
    } */

    .side-border-card h3.elementor-image-box-title {
        font-size: 16px;
        line-height: 18px;
    }

    /* .side-border-card.first-card {
        position: absolute !important;
        top: -30px !important;
        transform: rotate(-10deg) !important;
        width: 65%;
        left: 0;
    }

    .side-border-card.second-card {
        position: absolute !important;
        top: -30px !important;
        transform: rotate(-10deg) !important;
        width: 65%;
        right: 0;
    } */
}

@media (max-width:440px) {
    .badge-title h3 {
        font-size: 14px !important;
    }
}

@media (max-width:1024px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
        text-align: left !important;
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
        text-align: left !important;
    }
}

@media (min-width:1025px) and (max-width:1300px) {
    .first-card {
        left: 0 !important;
    }

    .second-card {
        right: 0 !important;
    }

    .third-card {
        left: 0 !important;
    }

    .fourth-card {
        left: 0 !important;
    }
}

@media (max-width:1400px) {
    footer .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (min-width:545px) and (max-width:767px) {
    footer .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
        grid-template-columns: 1fr;
    }

}

/* .side-border-card {
    animation: pulse 1.5s infinite;
} */

/* @keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
} */

/* .elementor-widget-text-editor{
  animation: pulse 2s infinite;
} */
/* 
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
} */