html, body{
    font-family: 'Neue Haas Grotesk Display Pro' !important;
}

p,
.step-no{
    margin: 0;
    font-family: 'NHaasGroteskTXPro-55Rg' !important;
    font-weight: 400;
}

.color-white{
	color: #f5f5f5;
}

.btn-wrap a.elementor-button {
    font-family: 'NHaasGroteskTXPro-55Rg' !important;
    position: relative;
    height: 59px;
    display: flex;
    align-items: center;
    width: max-content;
/*     backdrop-filter: blur(40px); */
    background: #fff;
    transition: background-color 0.5s ease;
}

.btn-wrap.btn-white a.elementor-button {
    color: #020817;
}

.btn-wrap a.elementor-button:hover{
    background: #232223;
}

.btn-wrap.btn-white a.elementor-button:hover {
  background: #5c5c5a;
  color: #fff;
}


.btn-wrap.btn-white a.elementor-button::before,
.form-submit p::before {
    filter: invert(1);
}



.btn-wrap a.elementor-button::before,
.form-submit p::before,
header nav ul.e-n-menu-heading li #contact-link:before{
    position: absolute;
    content: "";
    background: url(https://biundobuilders.wpenginepowered.com/wp-content/uploads/2025/10/circle-arrow.svg) no-repeat;
    background-size: contain;
    width: 42px;
    height: 42px;
    right: 12px;
}

/* Header */
header nav ul.e-n-menu-heading{
	gap: 40px;
}

header nav ul.e-n-menu-heading li .e-n-menu-title.e-anchor,
header nav ul.e-n-menu-heading li #contact-link {
	padding: 0;
}

header nav ul.e-n-menu-heading li #contact-link a {
    font-family: 'NHaasGroteskTXPro-55Rg' !important;
    position: relative;
    height: 52px;
    display: flex;
    align-items: center;
    background: transparent;
    transition: background-color 0.5s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #616161;
    border-radius: 192px 192px 192px 192px;
    padding: 10px 74px 10px 20px;
}

header nav ul.e-n-menu-heading li .e-n-menu-title-text {
    line-height: 100% !important;
}

header nav ul.e-n-menu-heading li #contact-link:before{
    right: 6px;
}

header .header-main{
 transition: padding 0.3s ease;
}

header .scrolled {
    background:  #232223;
    top: 0 !important;
}

.home-banner:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #000000 0%, rgba(115, 115, 115, 0) 46.36%, #000000 105.96%);
}

h2.elementor-heading-title span.color-grey {
    color: rgba(2, 8, 23, 0.2);
    font-weight: 400;
}

.portfolio-card{
	height: 900px;
}

.portfolio-card:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(7, 7, 7, 0) 78.24%, #070707 97%);
    width: 100%;
    height: 100%;
	top: auto;
    bottom: 0;
    left: 0;
}

.contact-form form label {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 120%;
    margin-bottom: 18px;
}

.contact-form form input,
.contact-form form textarea {
    font-size: 16px;
    font-weight: 500;
    color: #F5F5F5;
    background: #000000;
    border: 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #5e5e5e;
}

.contact-form form input:focus,
.contact-form form textarea:focus{
    outline: 0;
}

.contact-form form p {
    margin-bottom: 35px;
}

.form-outer {
    display: flex;
    gap: 48px;
}

.contact-form form textarea {
    height: 85px;
    min-height: 40px;
}

.form-submit p {
    position: relative;
    height: 59px;
    width: max-content;
    backdrop-filter: blur(40px);
    background: #F5F5F5;
    transition: background-color 0.5s ease;
    margin: 0 !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px !important;
    border-color: #616161;
    border-radius: 192px 192px 192px 192px !important;
}

.form-submit p input {
    font-size: 14px;
    font-weight: 400;
    color: #020817;
    height: 100%;
    font-family: 'NHaasGroteskTXPro-55Rg' !important;
	background-color: #F5F5F5 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 82px 10px 32px;
    border: 0 !important;
}

.contact-form form p .wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: -30px;
    top: 15px;
}

.form-submit p::before {
    top: 7px;
}

.form-submit p:hover input{
    color: #020817;
}

.contact-form form .wpcf7-response-output {
    margin: 20px 0 0;
    border: 0;
    padding: 0;
    font-family: 'NHaasGroteskTXPro-55Rg';
}

.contact-form form.invalid .wpcf7-response-output{
    color: #dc3232;
}

.project-carousel .swiper-slide:first-child {
    flex: 0 0 76%; 
  }

.project-carousel .swiper-slide img {
    height: 675px;
    width: 100%;
    object-fit: cover;
}

.project-carousel .elementor-swiper-button svg {
    fill: #494949 !important;
}

.project-carousel .swiper-pagination  span.swiper-pagination-current {
    color: #f5f5f5;
    font-size: 40px;
}

.project-carousel .swiper-pagination {
    letter-spacing: -2px;
    left: 30px;
    bottom: -90px !important;
    top: auto;
}

.smooth-marquee .swiper-wrapper {
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } 
}

.smooth-marquee .elementor-main-swiper {
    width: 100%;
}

.smooth-marquee .swiper-slide {
    border-radius: 20px;
    border-color: #000;
}

.smooth-marquee .swiper-slide .elementor-testimonial {
    padding: 28px 32px 50px;
}

.smooth-marquee .swiper-slide .elementor-testimonial__header, .smooth-marquee .swiper-slide .elementor-testimonial__content {
    padding: 0;
    border: 0;
}

.smooth-marquee .swiper-slide .elementor-testimonial__image img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}


.smooth-marquee .elementor-testimonial__text p {
    margin-top: 20px;
    font-weight: 600;
}

footer nav ul.e-n-menu-heading li.e-n-menu-item,
footer h4,
.font-400,
.project-carousel .swiper-pagination{
    font-family: 'NHaasGroteskTXPro-55Rg' !important;
}

footer nav ul.e-n-menu-heading li.e-n-menu-item {
    width: 100%;
    margin: 0 !important;
}
footer a.elementor-button{
	  padding: 10px 74px 10px 20px !important;
}
footer a.elementor-button::before {
    right: 6px !important;
}

footer .terms-foot  ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

footer .terms-foot ul li a {
    color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1440px){
    .portfolio-card {
        height: 650px;
    }

    .contact-form form label {
        font-size: 22px;
    }

}

@media (max-width: 1280px) {	
	.project-carousel .swiper-slide img {
		height: 450px;
		width: 100%;
		object-fit: cover;
	}
	
	.project-carousel .swiper-pagination {
		font-size: 28px !important;
	}
	
	.project-carousel .swiper-pagination  span.swiper-pagination-current {
		font-size: 38px;
	}
	
	.project-carousel .swiper-pagination {
		bottom: -110px !important;
	}
}

@media (max-width: 1200px) {
	.portfolio-card {
        height: 600px;
    }
	
    h2.elementor-heading-title br {
        display: none;
    }
}

@media (max-width: 1024px) {
    .portfolio-card {
        height: 500px;
    }

    .contact-form form label {
        font-size: 20px;
    }
	
	.overlay-body {overflow: hidden;}

	.overlay-body .header-main {
		background: #000;
		top: 0 !important;
	}
	
	header .e-n-menu-wrapper ul,
	header .e-n-menu-title {
	  background: #f5f5f5 !important;
	}
	
	header nav ul.e-n-menu-heading li #contact-link:before {
    display: none;
	}

	header nav ul.e-n-menu-heading li #contact-link a {
		border: 0;
		border-radius: 0;
		padding: 15px 20px;
		height: auto;
	}
	
	header .e-n-menu-wrapper ul li.e-n-menu-item a {
    padding: 15px 20px;
	}

	header .e-n-menu-wrapper ul li.e-n-menu-item {
		border-bottom: 1px solid #000;
	}
	
	header .e-n-menu-wrapper ul{
	  height: 100vh;
      display: block !important;
	  padding: 40px 0 40px !important;
	}

	header .e-n-menu-wrapper ul li.e-n-menu-item {
	  margin-bottom: 0;
	}

	header .e-n-menu-wrapper ul li.e-n-menu-item .e-n-menu-title a span.e-n-menu-title-text {
	  color: #000 !important;
	  text-transform: capitalize !important; 
	  font-family: 'Neue Haas Grotesk Display Pro' !important;
	}
	
	header .e-n-menu-wrapper{
	   top: 190% !important;
	}
	
	.project-carousel .swiper-slide:first-child {
		flex: unset;
	}
	
	.project-carousel .e-n-carousel {
		padding-bottom: 0 !important;
	}
	
	.header-insta  img {
		padding: 3px;
	}
	
	header .e-n-menu-heading li.e-n-menu-item .e-n-menu-title {
		padding: 0;
	}
	
	header nav .e-n-menu-wrapper ul.e-n-menu-heading li.e-n-menu-item .e-n-menu-title,
	header nav .e-n-menu-wrapper ul.e-n-menu-heading li.e-n-menu-item .e-n-menu-title a{
		width: 100%;
	}
}
@media (max-width: 767px) {
    .form-outer {
        gap: 0;
        flex-direction: column;
    }

    .contact-form form label {
        font-size: 18px;
    }
	
	footer .terms-foot  ul {
		gap: 20px;
	}
	
	.portfolio-card {
      height: 420px;
    }
	
	.project-carousel .swiper-slide img {
        height: 300px;
	}
	
	.project-carousel .e-n-carousel .elementor-element {
		padding-left: 0;
		padding-right: 0;
	}
}