/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */



    .marquee-wrapper {
        padding: 12px 0;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        background: radial-gradient(75% 45% at 50% 100%, #33A3FF 0%, #1A4BED 100%);
    }

    .marquee-track {
        display: inline-flex;
        animation: marquee-scroll 25s linear infinite;
    }

    .marquee-track span {
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.04em;
        padding: 0 10px;
    }

    .marquee-track span.sep {
        color: rgba(255,255,255,0.6);
        padding: 0 4px;
    }

    @keyframes marquee-scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
    
    
    
    .marquee-wrapper {
        padding: 12px 0;
        overflow: hidden;
        white-space: nowrap;

background: radial-gradient(75% 45% at 50% 100%, #F3D489 0%, #D49824 100%);
    }

    .marquee-track {
        display: inline-flex;
        animation: marquee-scroll 30s linear infinite;
    }

    .marquee-track span {
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.04em;
        padding: 0 10px;
    }

    .marquee-track span.sep {
        color: rgba(255,255,255,0.6);
        padding: 0 4px;
    }

    @keyframes marquee-scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

.e-n-accordion-item:first-child summary.e-n-accordion-item-title {
    border-top: 0 !important;
}


.contactUsForom label.wpforms-field-label {
    color: #E4AE3C;
    font-weight: normal;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background: transparent;
    color: #fff;
    border-radius:8px;
    border:1px solid #5e5e5e !important;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=reset]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url], select:focus, textarea:focus {
    background: transparent;
    color: #fff;
}
.wpforms-field-textarea {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wpforms-confirmation-container {
    color: #fff;
}
.site-primary-footer-wrap {
    background: #000 !important;
	border-top: 0 !important;
}

.site-below-footer-wrap {
    background: #000 !important;
    border: 0 !important;
}
.site-primary-footer-wrap h2.widget-title {
    color: #E4AE3C !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.footer-widget-area li a.menu-link {
    color: #a59d91 !important;
}

.ast-footer-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element {
    color: var(--ast-global-color-5);
    background: var(--ast-global-color-1);
}
.site-footer-section-1 .widget {
    margin-bottom: 0px !important;
}
.solutionBoxx .elementor-image-box-content {
    padding: 20px 20px 35px;
}
.solutionBoxx {
    border-radius: 12px;
    overflow: hidden;
}
.ingSources strong {
    color: #E4AE3C;
}

.ingSources div {
    margin-bottom: 12px;
}
.gallery-navigation-carousel .wcgs-thumb img {
    border: 1px solid #dca44a !important;
    border-radius: 12px !important;
}
.gallery-navigation-carousel .wcgs-thumb {
    width: 84px !important;
}
.solutionBoxx figure.elementor-image-box-img img {
    width: 100%;
}
.site-content {
    padding-top: 70px;
}
.woocommerce-js .quantity .qty {
    color: #000;
}
.woocommerce-js h2{
    margin-bottom:0;
}

@media (min-width: 768px) {
    .imagesProduct {
        position: sticky !important;
        top: 30px;
    }
    .contentSlider .uc_fbps_slide {
        display: flex !important;
    }
    .contentSlider .uc_fbps_slide .uc_fbps_content{
        padding-left: 115px !important;
    }
}
@media (max-width: 767px) {
    .uc_fbps_slide .ue-item-image {
        background-image: url(https://adishill.com/wp-content/uploads/2026/08/AdishillMobile.webp) !important;
    }
    .uc_fbps_slide[data-fancy-index="1"] .ue-item-image {
      background-image: url('https://adishill.com/wp-content/uploads/2026/08/Mobile-Adishill-compressed.jpg') !important;
    }
}