/**
Theme Name: ASAP Services
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: asap-services
Template: astra
*/


/* Browser Reset */

html, body {
  scroll-padding-top: 165px; 
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
    font: inherit;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

html:focus-within {
    scroll-behavior: smooth;
}

b,
strong {
    font-weight: 600;
}

a:focus,
a:hover {
    outline: none;
    color: inherit;
}

a {
    color: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}

.fs-400 p,
.fs-400 h2 {
    font-weight: 400;
}

textarea {
    resize: none;
}

#ast-scroll-top {
    background: #F0C630;
}
/* utility */
.banner-slide-item {
       position: relative;
    background-size: 80% !important;
}




@media(min-width:1660px){
	.banner-slide-item {
    background-size: 76% !important;
}
}
.banner-slide-item::before {
    background: url("http://asap.veweb.be/wp-content/uploads/2025/10/bg-shape.png") right center / auto no-repeat;
    position: absolute;
    background-size: 100% 100%;
    content: "";
    left: 0;
    width: 62%;
    top: 0;
    bottom: 0;
    z-index: 1;
    /* clip-path: polygon(0 0, 100% 0, 69% 100%, 0% 100%); */
}
.banner-slide-item.no-sudo::before{
	display: none;
}
.back-ground-carousel {
    z-index: auto !important;
    inset: 0 !important;
    height: 100%;
    width: 100%;
}

.back-ground-carousel .e-n-carousel.swiper {
    z-index: -3 !important;
    position: relative;
}

.banner-slide-item.top-banner-layer {
    z-index: auto !important;
}

.banner-slide-item.top-banner-layer > .e-con-inner > * {
    position: relative;
    z-index: 2;
}
.elementor-widget-n-carousel .swiper-pagination-bullet{
	background: #000;
	opacity: 1;
}
.elementor-widget-n-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: var(--e-n-carousel-dots-hover-color,#000);
}
.service-form .elementor-field::placeholder{
	opacity: 1;
}
.service-form .elementor-field:focus{
	border:1px solid #000; 
}
.service-form .elementor-field-option {
  display: flex;
  align-items: center; /* vertically align text with checkbox */
  gap: 10px;
}

.service-form .elementor-field-option input[type='checkbox'] {
  width: 35px;
  height: 35px;
	min-width: 35px;
  border: 1px solid #000000 !important;
  background-color: transparent !important;
  opacity: 1;
  appearance: none; /* remove default browser checkbox */
  cursor: pointer;
  border-radius: 4px; /* optional: slight round corners */
}

.service-form .elementor-field-option input[type='checkbox']:checked {
  background-color: #000000 !important; /* fill color when checked */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.173 11.414L2.757 8l1.414-1.414 2.002 2.002 5.657-5.657 1.414 1.414-7.071 7.07z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.service-form .elementor-field-option input[type='checkbox']:hover {
  border-color: #555;
}
.service-form .elementor-field-option label {
    font-size: 15px;
    line-height: 23px;
}
.sudo-element {
    position: relative;
}

.sudo-element::before {
    position: absolute;
    content: "";
    display: block;
    background: #D8D6D2;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: calc(100% - 100px);
    height: calc(100% - 50px);
    z-index: -1;
}
.sudo-bg::before {
    position: absolute;
    width: 60vw;
    content: "";
    left: auto;
    display: inline-block;
    height: 100%;
    right: -50vw;
    background: #F0C630;
    top: 0;
}

.sudo-bg {
    position: relative;
}
.overflow-hidden{
	overflow: hidden;
}
.e-n-carousel.swiper {
  pointer-events: none !important;
}

.e-n-carousel.swiper .swiper-button-prev,
.e-n-carousel.swiper .swiper-button-next,
.e-n-carousel.swiper .swiper-pagination, .elementor-button, .elementor-widget-text-editor, .elementor-heading-title  {
  pointer-events: auto !important; /* keep buttons & dots clickable */
}
#ast-scroll-top{
	display: none !important;
}
/* media */
@media only screen and (min-width: 1440.89px){
	.right-open-container{
		padding-left: calc( calc(100vw - 1440px) / 2 ) !important;
	}
	.left-open-container{
		padding-right: calc( calc(100vw - 1440px) / 2 ) !important;
	}
}
@media (max-width:1440px){
	.add-display p{
    display: inline;
    padding-right: 5px;
}
	
		.banner-slide-item {
    background-size: cover !important;
}
}

@media (max-width:1024px){
	.sudo-element::before {
    width: calc(100% - 40px);
    height: calc(100% - 20px);

}
}
@media (max-width:767px){
	.banner-slide-item {
    background-size: cover !important;
}
	.banner-slide-item::before {
		  background: #0000005c;
		    width: 100%;
	}
		.service-form .elementor-field-option input[type='checkbox'] {
  width: 25px;
  height: 25px;
	min-width: 25px;}
}