/*
Theme Name: Hound - Cleaning Service
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* New */
header .elementor-sticky--active {
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
body .sticky-block{
	position: sticky!important;
	top:160px;
}
.main-form .elementor-size-lg{
	min-height:51px!important;
	padding-left:25px!important;
	opacity:1!important;
}
.main-form .elementor-field,
.main-form .elementor-field::placeholder{
	color:rgba(0,0,0,0.71)!important;
	opacity:1!important;
}
.main-form .elementor-field-type-checkbox [type="checkbox"] {
	width:16px!important;
	height:16px!important;
	accent-color:#001E69!important;
	border-color:#767676!important;
	margin:8px 10px 0 0!important;
}
.main-form .elementor-field-type-checkbox label{
	color:#818181!important;
	font-family: var(--e-global-typography-7090b79-font-family), Sans-serif!important;
	font-weight:normal!important;
	font-size:16px!important;
	margin:0 0 0 0!important;
	width:95%!important;
}
.select-caret-down-wrapper svg {
    display: none !important;
}



.main-form .elementor-field-type-checkbox  .elementor-field-option{
	display:flex!important;
}
.main-ac .e-n-accordion-item{
	border-radius:8px!important;
	overflow:hidden!important;
	border:1px solid rgba(0,30,105,0.26)!important;
}



.select-caret-down-wrapper {
    position: relative;
}

.select-caret-down-wrapper::after {
    content: "";
    position: absolute;
    right: 10px;   /* adjust as needed */
    top: 50%;
    transform: translateY(-50%);

    width: 20px;
    height: 20px;

    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path d='M16.206 16.3636L23.3663 10L25.4121 11.8182L16.206 20L7 11.8182L9.04578 10L16.206 16.3636Z' fill='%23626C74'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile-menu{
	display:none!important;
}

.banner-slider .swiper-pagination {
	position: absolute;
	  bottom: 0px !important;
	  left: auto !important;
	  right: 20px !important;
	  display: flex;
	  flex-direction: column;
	padding: 0 0 40px 0;
}
.banner-slider .swiper-pagination .swiper-pagination-bullet{
	margin:0!important;
	width:37px!important;
	height:37px!important;
	border:2px solid transparent!important;
	background:transparent!important;
	opacity:1!important;
	position:relative!important;
}
.banner-slider .swiper-pagination .swiper-pagination-bullet::before{
	content:"";
	width:8px;
	height:8px;
	background:#fff;
	border-radius:100px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity:1!important;
	border-color:#fff!important;
}

.elementor-widget-social-icons .elementor-social-icons-wrapper.elementor-grid{
	gap:0!important;
}

/* Responsive */
@media screen and (max-width: 1199px){
	.mobile-menu{
		display:block!important;
	}
}

@media screen and (max-width: 767px){
	
	.banner-slider .swiper-pagination {
		flex-direction:row;
		padding: 0 0 10px 0;
	}
	.banner-slider .swiper-pagination .swiper-pagination-bullet{
		width:20px!important;
		border-width:1px!important;
		height:20px!important;
	}
}






