/**
* Theme Name:     Hello Elementor Child
* Author:         Elementor Team
* Template:       hello-elementor
* Text Domain:	   hello-elementor-child
* Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
*/

#banner__slider .swiper-slide-contents{
	width: 100%;
}

#banner__slider h1{
	color: #000;
	font-weight:500px !important;
	letter-spacing:0.5px;
}
#banner__slider .elementor-slide-description {
	max-width: 600px !important;
	text-align: left;
	padding-top:50px;
}
#image__slider .swiper{
	padding: 1px;
}
#image__slider .swiper-wrapper {
	padding: 30px 0;
}

#image__slider .swiper-slide{
	border: 20px solid transparent;
	transition: all .3s ease;
	height: 100%;
	box-sizing: border-box;
}

#image__slider .swiper-slide.swiper-slide-active + .swiper-slide.swiper-slide-next {
	border-color: #fff;
	box-shadow: 0 0 0 1px #000;
}

#image__slider .swiper-slide img{
	height: 500px;
	object-fit: cover;
	display: block;
}

#contact_form .nf-field input {
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
	border-radius:0;
}
#contact_form .nf-field-label label ,#nf-label-field-5{
    color: #fff;
    font-family: "Bebas Neue";
    font-size: 22px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 1.78px;
	font-weight:400!important;	
}
#contact_form textarea#nf-field-3 {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 45px;
	outline:none;
	border-radius:0;
}
#contact_form input#nf-field-4 {
    background-color: #ffffff;
    color: black;
    font-family: 'Bebas Neue';
    font-size: 30px;
    padding: 15px 50px 10px 50px;
    line-height: 100%;
    letter-spacing: 0.5px;
	border-radius:0;
	border: 1px solid #fff;
}
#contact_form input#nf-field-4:hover {
    border: 1px solid #fff;
    background: black;
    color: #fff;
}

#contact_form nf-fields-wrap{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
#contact_form .nf-form-content nf-fields-wrap nf-field{
    display: block;
    width: 100%;
}

#contact_form .nf-form-content nf-fields-wrap nf-field:nth-child(3), .nf-form-content nf-fields-wrap nf-field:nth-child(4) {
   grid-column: span 2;
}


#contact_form .nf-form-content nf-fields-wrap nf-field:nth-child(1) {
    padding-right: 10px;
}

#contact_form .nf-form-content nf-fields-wrap nf-field:nth-child(2) {
    padding-left: 10px;
}
#news-ltr .nf-field-label, .nf-form-title {
	display:none;
}
#news-ltr input#nf-field-6 {
    height: 70px;
    font-family: 'Inter';
    font-size: 18px;
    outline: none;
    border-radius: 0;
	margin-top:0;
	width:323px;
}
#news-ltr nf-fields-wrap {
    display: flex;
    justify-content:start;
    gap: 20px;
    align-items: center;
}

#news-ltr nf-fields-wrap input[type="submit"] {
    width: 70px !important;
    height: 70px;
    font-size: 0;
    border-radius: 50%;
    background-color: #fff;
    border-color: #fff;
    background-image: url('https://dev.craftidesigns.com/siaspace/wp-content/uploads/2025/05/Arrow-6-3.svg');
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
}
#news-ltr nf-fields-wrap input[type="submit"]:hover {
    border: 1px solid #fff;
    background: black;
    color: #fff;
	background-image: url('https://dev.craftidesigns.com/siaspace/wp-content/uploads/2025/05/Arrow-6.svg');
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
}

#news-ltr .nf-field-container{
	margin-bottom: 0;
}
#news-ltr .nf-response-msg {
    color: #ffff;
}
#contact_form .nf-response-msg {
	 color: #ffff;
}
	#contact_form .nf-form-fields-required {
    display: none;
}
#news-ltr .nf-form-fields-required{
	display: none;
}
/* media query */

@media only screen and (min-width: 1600px){
	.elementor-swiper-button.elementor-swiper-button-prev{
		left: -60px !important;
		padding: 20px !important;
	}
	.elementor-swiper-button.elementor-swiper-button-next{
		right: -60px !important;
		padding: 20px !important;
	}
}

@media only screen and (max-width: 1036px){
	#banner__slider .elementor-slide-description {
		margin: 0 auto;
		text-align: center;
		font-size:20px;
	}
	
	#image__slider .swiper-slide img{
	height: 250px;
	
	}
	#news-ltr input#nf-field-6{
		height:60px;
		font-size:16px;
	}
	#news-ltr nf-fields-wrap input[type="submit"]{
		 width: 100% !important;
   		 height: 60px;
	}
	.newslateeter .nf-form-content nf-fields-wrap {}

.newslateeter .nf-form-content nf-fields-wrap nf-field {
    width: auto !important;
}

.newslateeter .nf-form-content nf-fields-wrap {
    justify-content: flex-start !important;
}

.newslateeter .nf-form-content nf-fields-wrap nf-field:last-child {
    width: 60px !important;
}
}


@media only screen and (max-width: 767px){
	#banner__slider .swiper-slide-inner:after {
		position: absolute;
		width: 100%;
		height: 100%;
		content: "";
		top: 0;
		background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 64%) 82%, rgb(255 255 255 / 0%) 100%);
		z-index: -1;
}
    #banner__slider .swiper-slide-inner {
		z-index: 1;
 	}

	#contact_form nf-fields-wrap{
		grid-template-columns: 1fr;
	}
	#contact_form .nf-form-content nf-fields-wrap nf-field:nth-child(3), 
	#contact_form .nf-form-content nf-fields-wrap nf-field:nth-child(4) {
		grid-column: span 1;
	}

	#image__slider .swiper-slide{
	border: 15px solid transparent;
	}

	#image__slider .swiper-slide.swiper-slide-active{
		border-color: #fff;
		box-shadow: 0 0 0 1px #000;
	}
		#news-ltr .newslateeter .nf-form-content nf-fields-wrap nf-field:first-child {
			width: 80% !important;
		}
		#news-ltr input#nf-field-6 {
			width: 100% !important;
		}
		#news-ltr .newslateeter .nf-form-content nf-fields-wrap nf-field:last-child {
			width: 60px !important;
		}
	
	#contact_form .nf-form-content nf-fields-wrap nf-field:nth-child(1), .nf-form-content nf-fields-wrap nf-field:nth-child(2) {
    width: 100%;
	padding:0;
		}

	#contact_form .nf-form-content nf-fields-wrap nf-field:nth-child(2) {
    padding: 0px;
		}
	#contact_form input#nf-field-4{
		font-size:22px;
		padding:15px 40px 10px 40px;
	}
	#contact_form .nf-field input{
		padding:0;
	}
 
}

