/* Custom child theme styles */
header{
	position: absolute;
    right: 0;
	width: 100%;
}
.custom-full-menu {
    transform: translateX(100%);
    display: none !important;
}
.custom-full-menu.active {
	display:block !important;
    transform: translateX(0);
	transition: all 130ms ease-in;
}
.custom-primary-btn{
	padding: 10px 0px !important;
    border: 2px solid #DECBB7;
    width: fit-content !important;
	position: relative;
	min-width:293px;
}
.custom-primary-btn::after {
    content: "";
    height: 49px;
    width: 2px;
    display: block;
    position: absolute;
    left: -2px;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(70 65 59);
}
.custom-primary-btn:hover::after,.custom-primary-btn:hover::before {
	background:#34312D;
}

.custom-primary-btn::before{
	content: "";
    height: 49px;
    width: 2px;
    display: block;
    position: absolute;
    right: -2px;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(70 65 59);
}
.custom-primary-btn a{
	position: relative;
	min-width:293px;
}
.custom-primary-btn a::after {
    content: "";
    height: 2px;
    width: 24px;
    display: block;
    position: absolute;
    left: -11.5px;
    transform: translateY(-50%);
    top: 50%;
    background: #DECBB7;
    z-index: 999;
}
.custom-primary-btn a::before {
    content: "";
    height: 2px;
    width: 24px;
    display: block;
    position: absolute;
    right: -11.5px;
    transform: translateY(-50%);
    top: 50%;
    background: #DECBB7;
    z-index: 999;
}
.custom-menu-close {
    cursor: pointer;
}
.custom-project-img-text {
    display: none;
}
.custom-project-img:hover+.custom-project-img-text {
    display: block;
}
.custom-home-number-slider .swiper-slide {
    width: 638px !important;
}
.custom-service-slider .swiper-slide-active {
    width: 1380px !important;
}
.custom-border-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255,255,255,0.2);
    border-bottom: 0;
	border-right: 0;
}
.custom-border-heading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -100%;
    bottom: 0;
    border: 1px solid rgba(255,255,255,0.2);
    border-top: 0;
	border-left: 0;
}
.contact-input-wraper {
    border: none;
    margin-bottom: 24px;
}
.contact-input-wraper .contact-input {
    background: rgba(253, 253, 253, 0.05);
    border: none;
    border-radius: 0;
    color: #FDFDFD;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.contact-input-wraper .contact-input:focus-visible {
    border: none;
    outline: none;
}
.custom-btn-submit {
    font-family: 'Raleway' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    color: #DECBB7 !important;
    background: rgb(222 203 183 / 10%) !important;
    padding: 10px !important;
	min-width: 294px;
	border: none;
}
.custom-btn-submit:hover {
    background: transparent !important;
}
.contact-btn-wraper {
    width: min-content;
    margin: 0px auto;
    border: 2px solid #DECBB7;
}
.contact-btn-wraper span.wpcf7-spinner {
    position: absolute;
    top: 10px;
}
.contact-btn-wraper.custom-primary-btn p::after {
    content: "";
    height: 2px;
    width: 24px;
    display: block;
    position: absolute;
    left: -11.5px;
    transform: translateY(-50%);
    top: 50%;
    background: #DECBB7;
    z-index: 999;
}
.contact-btn-wraper.custom-primary-btn p::before {
    content: "";
    height: 2px;
    width: 24px;
    display: block;
    position: absolute;
    right: -11.5px;
    transform: translateY(-50%);
    top: 50%;
    background: #DECBB7;
    z-index: 999;
}
div#elementor-popup-modal-1466 .elementor-1466 {
    margin: auto 0 !important;
}
/* 1440 scrren */
@media (max-width: 1440px) {
    .custom-home-number-slider .swiper-slide {
		width: 621px !important;
	}
	.custom-service-slider .swiper-slide-active {
		width: 1199px !important;
	}
}
/*  tablet and mobile */
@media (max-width: 1024px) {
    .custom-primary-btn, .custom-primary-btn a{
		min-width:177px;
	}
	.custom-project-img-text {
		display: block;
		position: relative;
	}
	.custom-project-img-text{
		display:flex;
	}
	.custom-project-heading, .custom-project-link{
		width: fit-content;
	}
	.custom-home-number-slider .swiper-slide {
		width: 100% !important;
	}
	.custom-service-slider .swiper-slide-active {
		width: 300px !important;
	}
	
	.contact-input-wraper {
		margin-bottom: 16px;
	}
	.contact-input-wraper .contact-input {
		font-size: 16px;
		line-height: 24px;
	}
	
	.custom-btn-submit {
		font-size: 16px !important;
		line-height: 19px !important;
		min-width: 176px;
	}	
}
