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

.entry-content p {
    margin-bottom: 13px;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

header.entry-header {
    display: none;
}

header.site-header {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
}

header.site-header .ast-site-title-wrap {
    display: none;
}

header.site-header .ast-primary-header-bar {
    background-color: transparent;
}

.site-header .main-navigation ul li a {
    position: relative;
}

.site-header .main-navigation ul li a::after {
    content: "";
    width: 0;
    height: 1px;
    background: url(./images/menu-border.svg) no-repeat center center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.site-header .main-navigation ul li a:hover:after,
.site-header .main-navigation ul li.current-menu-item a::after {
    width: 49px;
}

header.site-header .ast-primary-header-bar .ast-builder-grid-row {
    background-color: #fff;
    padding: 8px 26px;
    border-radius: 24px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

header.site-header .ast-container {
    max-width: 1336px;
}

.ast-logo-title-inline .site-logo-img,
.ast-logo-title-inline .ast-site-identity {
    padding: 0;
}

.banner-shadow {
    overflow: hidden !important;
}

.elementor-element.banner-shadow .e-con-inner {
    position: relative;
}

.elementor-element.banner-shadow .e-con-inner::before {
    content: "" !important;
    position: absolute;
    width: 1309px;
    height: 1352px;
    right: -378px;
    top: -225px;
    background: url(./images/banner-shadow.png) no-repeat center center / contain;
    border-radius: 300px;
    display: flex;
    left: unset;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    padding: 0 15px;
    max-width: 1326px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 1326px;
    column-gap: 0;
    row-gap: 20px;
}

.site-primary-footer-wrap .site-footer-section {
    padding: 0 15px;
}

.ast-footer-copyright {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

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

.site-footer-below-section-1 {
    border-top: 2px dashed #E6E6EB;
    padding-top: 40px;
}

.widget {
    margin-bottom: 24px;
}

#block-12.widget {
    margin-bottom: 0;
}

.site-primary-footer-wrap .widget_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545476;
    margin-bottom: 0;
}

.site-primary-footer-wrap {
    padding: 80px 0 38px;
}

.site-primary-footer-wrap .wp-block-social-links {
    gap: 8px;
}

.site-primary-footer-wrap .wp-block-social-links::before {
    content: "Follow Us";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000033;
    margin-right: 13px;
}

.site-primary-footer-wrap .wp-block-social-links .wp-social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1000px;
}

.site-primary-footer-wrap .wp-social-link-facebook a {
    background-image: url(./images/facebook-icon.svg);
}

.site-primary-footer-wrap .wp-social-link-youtube a {
    background-image: url(./images/youtube-icon.svg);
}

.site-primary-footer-wrap .wp-social-link-instagram a {
    background-image: url(./images/instagram-icon.svg);
}

.site-primary-footer-wrap .wp-social-link-tiktok a {
    background-image: url(./images/tiktok-icon.svg);
}

.site-primary-footer-wrap .wp-block-social-links .wp-social-link a svg {
    display: none;
}

.site-primary-footer-wrap .widget .widget-title,
.site-primary-footer-wrap .widget .wp-block-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #0000FF;
    margin-bottom: 13px;
}

.site-primary-footer-wrap .menu {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.site-primary-footer-wrap .menu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #33335C;
}

.site-footer-primary-section-1 {
    width: 34.4%;
}

.site-footer-primary-section-2 {
    width: 17.6%;
}

.site-footer-primary-section-3 {
    width: 26.1%;
}

.site-footer-primary-section-4 {
    width: 21.9%;
}

.view-link .elementor-button-icon {
    font-size: 20px;
}

.form-group {
    margin-bottom: 24px !important;
}

.form-group-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 0 !important;
}

.form-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000033;
    display: flex;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    padding: 10px 16px !important;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #E6E6EB;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    outline: none !important;
    outline-color: inherit !important;
    box-shadow: unset;
}

.form-group textarea {
    height: 88px;
    display: flex;
}


.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
    color: #B3B3B3;
}

.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
    color: #B3B3B3;
}

.form-group input::-ms-placeholder,
.form-group textarea::-ms-placeholder {
    color: #B3B3B3;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #B3B3B3;
}

.how-it-work-step {
    counter-reset: my-counter;
}

.how-it-work-step .elementor-widget-icon-box {
    counter-increment: my-counter;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-left: 30px;
}

.how-it-work-step .elementor-widget-icon-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 2px solid #E6E6EB;
}

.how-it-work-step .elementor-widget-icon-box::before {
    content: "0" counter(my-counter);
    width: 80px;
    height: 80px;
    background: #FFFAFA;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    color: #B0B0C0;
}

.how-it-work-step .elementor-widget-icon-box:hover::before {
    background: #0000FF;
    color: #fff;
}

.how-it-work-step .elementor-widget-icon-box:hover::after {
    border-color: #000033;
}

.how-it-work-step .elementor-icon-box-wrapper {
    width: calc(100% - 80px);
    padding-left: 24px;
}

.contact-info .elementor-icon-box-description a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #545476;
    text-decoration: none;
}

.submit-btn {
    margin-bottom: 0 !important;
}


.subscribe-form input[type="email"] {
    padding: 4px;
    height: 56px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(17px) !important;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
    outline: none !important;
    outline-color: inherit !important;
}

.subscribe-form {
    position: relative;
}


.subscribe-form input[type="submit"] {
    position: absolute;
    top: 4px;
    right: 4px;
}

.subscribe-form .wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
}

.subscribe-form {
    margin-bottom: 12px !important;
}

.site-footer-primary-section-4 .wp-block-list {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.site-footer-primary-section-4 .wp-block-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #33335C;
    padding-left: 32px;
    position: relative;
}

.site-footer-primary-section-4 .wp-block-list li a {
    color: #33335C;
    line-height: 24px;
    display: flex;
    outline: none;
}

.site-footer-primary-section-4 .wp-block-list li::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.site-footer-primary-section-4 .wp-block-list li:nth-child(1):before {
    background: url(./images/sms.svg) no-repeat center center;
}

.site-footer-primary-section-4 .wp-block-list li:nth-child(2):before {
    background: url(./images/location.svg) no-repeat center center;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]):focus,
.wpcf7 select.wpcf7-form-control:focus,
.wpcf7 textarea.wpcf7-form-control:focus {
    border-style: solid;
    box-shadow: none;
    outline: none;
    border-color: #0000FF;
}

.cms-content ul:not(:last-child),
.entry-content .cms-content p:not(:last-child) {
    margin-bottom: 12px;
}

.cms-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.cms-content ul li {
    padding-left: 27px;
    position: relative;
}

.cms-content ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #545476;
    position: absolute;
    left: 10px;
    top: 12px;
    border-radius: 50%;
}

.cms-content ol {
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.cms-content ol:not(:last-child) {
    margin-bottom: 12px;
}

.date-cms strong {
    font-weight: 500;
    color: #000033;
}

.custome-icon path {
    fill: transparent;
}

.ast-mobile-header-content {
    z-index: 9;
    width: calc(100% - 30px);
    margin: 7px auto 0;
    left: 0;
    right: 0;
    border-radius: 19px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.details-content.cms-content ol {
    row-gap: 0;
}

.subscribe-form-main .wpcf7-response-output {
    color: #fff;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7-form .wpcf7-form-control-wrap .error {
    color: #DC2626;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    display: none;
}

@media screen and (max-width: 991px) {
    header.site-header .ast-primary-header-bar .ast-builder-grid-row {
        border-radius: 20px;
    }

    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
        padding: 0 !important;
        outline: none !important;
        outline-color: inherit !important;
        padding: 0;
        border: 0 !important;
    }

    .site-header .main-navigation ul li a::after {
        display: none !important;
    }

    .site-footer-primary-section-1 {
        width: 100%;
    }

    .site-footer-primary-section-2,
    .site-footer-primary-section-3,
    .site-footer-primary-section-4 {
        width: 33.33%;
    }

    .form-group-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}

@media screen and (max-width: 767px) {

    .site-footer-primary-section-2,
    .site-footer-primary-section-3,
    .site-footer-primary-section-4 {
        width: 100%;
    }

    .elementor-element.banner-shadow .e-con-inner::before {
        left: 50%;
        right: unset;
        top: -50px;
        width: 600px;
        height: 600px;
        transform: translate(-50%, 0%);
    }

    .how-it-work-step .elementor-widget-icon-box {
        padding-left: 0;
    }

    .how-it-work-step .elementor-widget-icon-box::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .subscribe-form input[type="submit"] {
        position: relative;
        width: 100%;
        margin: 0 auto;
        right: 0px;
    }
}