html,body{
	overflow-x:hidden !important;
}
.header .contact_btn a{
	background-color: #f03d01 !important;
	padding: 10px 14px !important;
	margin: 0 !important;
	    color: #fff !important;
}
.header .contact_btn a:hover,
.header .contact_btn a:active{
	color:#fff !important;
}

.banner{

}
.banner .img_col{

}

.banner .img_col .side_img{

}

.banner .img_col .side_img img{

}

.projects_sec{}
.projects_sec .sv-projects-slider{
	position:relative;
}
.projects_sec .sv-projects-slider .box{
	margin: 0px 40px;
	display: flex;
	flex-direction: column;
	row-gap: 20px
}
.projects_sec .sv-projects-slider .box img{
	height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.projects_sec .sv-projects-slider .box .content{
	border-radius: 20px;
	background-color: #ef3d01;
	padding: 10px 10px;
	height: 195px;
}
.projects_sec .sv-projects-slider .box h4{
	color:#fff;
	font-family: 'Finlandica';
	font-size: 30px;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	margin: 0;
}
.projects_sec .sv-projects-slider .box h5{
	margin: 0;
}
.projects_sec .sv-projects-slider .box h5 p{
	color: #fff;
	font-family: 'Figtree';
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	margin: 0;

}

.slick-arrow{
	background-image: unset !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.slick-arrow:hover,
.slick-arrow:focus{
	background-image:unset;
	background-color:unset;
}
.projects_sec .slick-prev{
	left: -151px;
}

.projects_sec .slick-next{
	right: -90px;
}
.projects_sec .slick-arrow:before {
	display:none;

}
.projects_sec .custom-arrow i{
	color: #ffffff;
	opacity: 1;
	font-size: 39px;
	background-color: #ef3d01;
	padding: 0px;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	display: flex
		;
	align-items: center;
	justify-content: center;
}


/* testi section starts */
/* ── Slider container ── */
.testi_slider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
  
  position: relative;
}

.testi_slider .slick-track{
	    padding: 95px 0px;
}
/* zig‑zag connectors */
.testi_slider .testimonial_item:not(:first-child)::before {
  content: '';
  position: absolute;
  width: 172px;
  height: 4px;
  background: #000;
  left: -101px;
    top: 15%;
  transform-origin: left center;
  z-index: -1;
}
.testi_slider .testimonial_item:nth-child(odd)::before {
  transform: translateY(-50%) rotate(-30deg);
	    left: -46px;
    top: 95%;
    width: 139px;

}
.testi_slider .testimonial_item:nth-child(even)::before {
  transform: translateY(-50%) rotate(30deg);
}

/* up/down stagger */
.testi_slider .testimonial_item:nth-child(odd)  { transform: translateY(-80px);
	z-index:1;
}
.testi_slider .testimonial_item:nth-child(even) { transform: translateY(80px); }

/* ── Magic‑zoom base styles ── */
.testimonial_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.testimonial_item .item_container {
  position: relative;
      width: 100%;
    height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial_item .box {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 3px;
  overflow: hidden;
  transition: box-shadow 1s ease;
}
/* reveal full excerpt at bottom of box */
.testimonial_item .box::after {
  content: attr(data-excerpt);
  position: absolute;
  width: 250px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  transition: opacity 0.3s ease 0.32s;
}

.testimonial_item .icon_bg {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #f03d02;
  box-shadow: 0 3px 4px rgba(0,0,0,0.25);
  transition: transform 0.6s ease 0.32s;
}
.testimonial_item .icon {
  position: relative;
  transition: transform 0.6s ease 0.32s;
}
.testimonial_item .icon img {
  display: block;
  width: 130px;
  height: auto;
  object-fit: cover;
}

/* Title + excerpt block */
.testimonial_item .text {
   
 font-size: 20px;
    font-weight: 600;
    color: #000;
	margin-top: 15px;
}
.testimonial_item .text .desc {
  display: none;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
}

/* ── Hover tweaks ── */
.testimonial_item:hover .box {
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}
.testimonial_item:hover .icon_bg {
  transform: translateY(-32px) scale(6);
}
/* hide only the title, not the entire text container */
.testimonial_item:hover .text .title {
  opacity: 0;
  transform: translateY(-4px) scale(.8);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
/* reveal the description under the title */
.testimonial_item:hover .text .desc {
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease 0.2s;
}
/* show the data‑excerpt on the box too */
.testimonial_item:hover .box::after {
  opacity: 1;
}


/* testi section end */




.footer .elementor-form{
	background-color: #f03d01;
	padding: 10px 10px;
	border: 2px solid #fff;
	border-radius: 10px;
}
.footer .elementor-form .elementor-form-fields-wrapper{}

.footer .elementor-form input[type="email"]{
	background-color: transparent !important;
	color: #d9d9d9;
	font-size: 20px;
}
.footer .elementor-form button{
	position: absolute;
	top: -54px;
	background-image: unset;
	border: 1px solid #fff;
	padding: 10px 10px;
	border-radius: 5px;
	right: 8px;
}

.footer .elementor-form button:hover,
.footer .elementor-form button:focus{
	background-image:unset;
	background-color:unset;
}
.footer .elementor-form #form-field-email:-webkit-autofill {
     box-shadow: 0 0 0px 1000px #f03d01 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}

 

.footer .contact_info ul li .elementor-icon-list-icon{
	background-color: #f03d01;
	border-radius: 50%;
	padding: 5px;
	display: flex
		;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

.footer .contact_info ul li .elementor-icon-list-icon i{
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .contact_info .elementor-icon-list-icon{}
.social_icons{}
.social_icons ul {
  margin: 0;
  padding: 0;
  display: flex;
	column-gap: 35px;
 
}

.social_icons ul li {
  list-style: none;
   
}

.social_icons ul li a {
     position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 63px;
    background: #333;
    border-radius: 50%;
    font-size: 22px;
    color: #666;
    transition: .5s;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.social_icons ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffee10;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.social_icons ul li a:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #ffee10;
}

.social_icons ul li a:hover {
  color: #ffee10;
  box-shadow: 0 0 5px #ffee10;
  text-shadow: 0 0 5px #ffee10;
}



/* media query starts */
@media(max-width:767px){
	.dnone_mob{
		display:none;
	}

	.elementor-nav-menu--dropdown{
		    padding: 20px 10px;
	}
	.header .contact_btn a{
		    width: 33%;
    text-align: center;
    display: flex;
    justify-content: center;
	}
	.projects_sec .sv-projects-slider .box{
		margin:0;
	}
	.projects_sec .slick-arrow {

		bottom: -52px;
		top: unset;
	}

	.projects_sec .slick-next{
		right: 10px;
	}
	.projects_sec .slick-prev{
		left: unset;
		right: 75px;
	}
	.projects_sec .custom-arrow i {
		height: 45px;
		width: 45px;
		font-size: 25px;
	}
	.footer .elementor-form button{
		position: static;
	}
}


