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

/* Login dropdown wrapper */
.login-dropdown-wrap {
    position: relative;
    display: inline-block;
}

.login-dropdown-btn {
    border: none;
    cursor: pointer;
    background-color: transparent !important;
}
.login-dropdown-btn:hover, .login-dropdown-btn:active, .login-dropdown-btn:focus {
    color:var(--ast-global-color-0);
    background-color: transparent !important;
}

.login-dropdown-panel {
    position: absolute;
    right: 0;
    margin-top: 0;
    width: 180px;
    background: #fff;
    padding: 12px 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
    z-index: 1000;
}

.login-dropdown-panel.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.login-dropdown-panel a {
    display: block;
    padding: 8px 0;
    color: #222;
    text-decoration: none;
}

.login-dropdown-panel a:hover {
    color: #ff7a00;
}


/* Logo inverted */
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget {
    --reviewsio-logo-style: var(--logo-inverted);
}

/* Full width + base text size */
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget {
    width: 100%;
    font-size: 16px;
}

/* Text, icons, stars → white */
.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .R-RatingStars .R-RatingStars__stars .stars__icon,
.CarouselWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon,
.CarouselWidget-prefix .CarouselWidget .cssVar-header__heading,
.CarouselWidget-prefix .R-TextBody,
.CarouselWidget-prefix .CarouselWidget .cssVar-authorName,
.CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--left,
.CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--right,
.CarouselWidget-prefix .R-BadgeElement .R-BadgeElement__text .cssVar-badgeElement__text,
.CarouselWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
    color: #fff !important;
    fill: #fff !important;
}


/* Header spacing */
#reviewsio-carousel-widget .CarouselWidget-prefix .R-MD .CarouselWidget__header {
    margin-bottom: 0;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 15.3px;
}

#reviewsio-carousel-widget .CarouselWidget__header.u-textCenter--all {
    padding-left: 0 !important;
    padding-right: 0 !important;
}




/*klevu starts*/

 body .klevuTarget.klevu-fluid .klevuWrap {
     position: fixed;
     max-width: 768px;
     width: 100%;
     min-width: auto!important;
     z-index: 100;
     top: 0 !important;
     margin-top: 200px;
 }
.klevuTarget.klevu-fluid .klevuWrap.sticks {
    position: fixed;
    margin-top: 200px;
    top: 0!important;
}
.klevuResultsBlock .kuClippedOne {
    display: block;
}

.klevuAutosuggestions, .klevuCategorySuggestions,.klevuProductItemTop,
.klevu-fluid .klevuResultsBlock .klevuSuggestionHeading .klevuHeadingText,
.klevuResultsBlock .klevuSuggestionHeading,.klevuQuickProductPrice.kuClippedOne {
    display:none;
}
.klevuResultsBlock{
    display: flex;
    flex-direction: column-reverse;
}
.klevuQuickSearchingArea .klevuResultsBlock .klevuProductsViewAll a {
    position: inherit;
    background-color:#f28a23;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    bottom: 0;
    left: 0;
    font-weight: 600;
    color: #fff;
    font-size: 1.1rem;
    margin: 0;
    display: block;
    text-transform: inherit;
}
.klevuQuickSearchingArea .klevuResultsBlock .klevuProductsViewAll {
    position: unset;
}
.klevuResultsBlock .klevuQuickSearchResults .klevuProductItemBottom {
    width: 100%!important;
}
.klevuResultsBlock .klevuQuickSearchResults .klevuProductItemBottom {
    min-height: auto!important;
}
.klevuResultsBlock .klevuQuickSearchResults ul li .klevuQuickProductName {
    font-weight: 400!important;
    font-size: 16px!important;
    font-family: ProximaNova-Regular,sans-serif;
    color: #000;
}
.search-block {
    background-color: transparent;
    box-shadow: 0px 0px 20px 0 #000c;
    border-radius: 8px;
}

/* Search form header styles */
#searchform-header {
    display: flex;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #fff;
}

#searchform-header .search-live {
    flex: 1;
    width: 100%;
    padding: 14px 20px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    font-family: inherit;
    color: #333;
    outline: none;
    border-radius: 4px 0 0 4px;
}

#searchform-header .search-live::placeholder {
    color: #a0a0a0;
    font-weight: 400;
}

#searchform-header .search-live:focus {
    outline: none;
}

#searchform-header .search-button {
    flex-shrink: 0;
    padding-left: 4rem;
    padding-right: 4rem;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Icon styles */
#searchform-header .search-button .lg\:hidden {
    display: none;
}

#searchform-header .search-button .lg\:hidden svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
}

/* Desktop: Show text, hide icon */
@media (min-width: 1024px) {
    #searchform-header .search-button {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    
    #searchform-header .search-button .lg\:hidden {
        display: none;
    }

    .hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
        min-width: 440px;
    }
}

/* Tablet and Mobile: Show icon, hide text */
@media (max-width: 1023px) {
    #searchform-header .search-button {
        padding-left: 1rem;
        padding-right: 1rem;
        min-width: 56px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    #searchform-header .search-button .lg\:hidden {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Hide button text on mobile/tablet by making it invisible */
    #searchform-header .search-button {
        text-indent: -9999px;
        overflow: hidden;
        position: relative;
    }
    
    /* Ensure icon is visible */
    #searchform-header .search-button .lg\:hidden {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-indent: 0;
    }
    #searchform-header .search-live {
        padding: 8px 20px;
    }
}

#searchform-header .search-button:hover {
    background-color: #f28a23;
}

#searchform-header .search-button:active {
    background-color: #f28a23;
}

.needtext {
    position: absolute;
    top: 10px;
    left: 10px;
}
.needtext span{
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
}
.needtext .arrow {
    position: relative;
    bottom: 3px;
    right: 2px;
}
#main-nav {
    margin-top: 0;
}
.imgformblock {
    position: relative;
}
.imgformblock img.headerimg {
    width: 100%;
    height: 140px;
}
.imgformblock .form-block{
    position: absolute;
    width: 100%;
    top: 30%;
}
.imgformblock .container2{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
}
.imgformblock .container2 .row{
    position: relative;
}
.search-block form.aa-Form {
    border:none;
    box-shadow: none;
}
.search-block button {
    z-index: 100;
}
.custom-register-link {
    width: 25px;
    height: 25px;
    display: inline-block;
    opacity: .8;
    position: relative;
    top: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAA4ElEQVRIie3UO07DQBSF4S8PAWsIoc4aaNhBFsEKyD7YSBJFokNQwCIQJaloIZLTQUEoPImMlcxY8nTkl65k62jO8dy5Y45k4gILrEPdYZTT/BObWq2C1prFHvNtzXMErCMBRWpxt2X4JkfAU0R7bP4thxkpD7Teng8McwRQTstc2fMCs5zm/5xeROviCtcY4xk/QevjFpfh/V2Dkd1yhgmW/k7NNBj3w3NVe8MNTlPm53h1+OZO95hX6wWDWMBDZHHTuq8admoBXzhJbTPBt0qr6gGNDyrBzrftz+5Ie34B/oJXk8hKCycAAAAASUVORK5CYII=)
}


@media (min-width: 768px) {
    .search-block{
        padding: 0!important;
    }
}
@media (min-width: 992px) {
    .needtext {
        left: 40px;
    }


    .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        flex-wrap: nowrap;
    }
}
@media (max-width: 1024px) {
    .needtext span {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    header .container.sticks{
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid rgba(196,196,196,.28);
    }
    .imgformblock img.headerimg {
        height: 110px;
    }
    .imgformblock .form-block {
        top: 25px;
    }
    .search-block .imgformblock.sticks{
        position: fixed;
        top: 60px;
        z-index: 10;
        width: 100%;
    }
    #search-container {
        padding: 0 12px;
    }
    .needtext{
        display: none;
    }   
    .header-right {
        position: absolute;
        right: 65px;
    }
    .search-block{
        padding: 0;
    }
    .mobmenu{
        z-index: 101;
    }
    .burger{
        z-index: 102;
    }
    .mobmenu > ul {
        justify-content: flex-start;
        padding: 60px 0 0 15px;
    }
}
@media (max-width: 575px){
    body .klevuTarget.klevu-fluid .klevuWrap {
        width: 92%;
        left:15px!important;
        margin-top: 183px;
    }

    .klevuTarget.klevu-fluid .klevuWrap.sticks {
        margin-top: 183px;
    }
}

/*klevu ends*/


/*fix for duplicate images*/
.single-post .site-main .pagebuilder-mobile-hidden {
    display: none;
}

.single-post .site-main img {
    display: block;
    margin: 1rem auto;
}

footer .footer-join-now-form .wpforms-field {
    padding: 0;
}

footer .footer-join-now-form input[type="email"] {
    box-sizing: border-box;
    border-radius: 0px;
    padding: 0px 0px 0px 16px;
    height: 40px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgb(255, 255, 255);
}

footer .footer-join-now-form input[type="email"]::placeholder {
    color: rgb(255, 255, 255);
}

footer .footer-join-now-form [type="submit"] {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border-style: none;
    border-color: rgb(33, 29, 28);
    border-width: 3px;
    color: rgb(242, 138, 35);
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    font-style: normal;
    white-space: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    pointer-events: auto;
    height: 40px;
    width: 100%;
}


@media (min-width: 768px) {
    .single-post .site-main .pagebuilder-mobile-hidden {
        display: block;
    }

    .single-post .site-main .pagebuilder-mobile-only {
        display: none;
    }
}

@media (max-width: 768px) {
    footer {
        .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item,
        .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
        .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
        .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
        .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
        .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
        .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
        .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
        .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item {
            max-width: 16.66% !important;
        }
    }

    .whatsapp-fixed {
        svg {
            width: 60px;
            height: 60px;
        }
    }
}



