.form-footer-wrapper{
	padding: 40px;
	background-color: #a3d2dc;
	position: relative;
    z-index: 1;
	margin-top: 60px;
	.form-footer-name{
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	input {
	background: transparent !important;
    border: 0;
    outline: 0;
    box-shadow: none !important;
	border-bottom: 1px solid #203f441a;	
	font-size: 14px;	
	padding-left: 0;
	}
	input {
		&::placeholder{
			color: rgba(0, 0, 0, 0.88) !important;
		}
	}
	.form-note{
		margin-top: 16px;
		p{
			color: rgba(0, 0, 0, 0.88);
			font-size: 14px;	
		}
	}
	.btn-submit{
		text-align: right;
		.wpcf7-spinner{
			display: none;	
		}
		.wpcf7-submit{
		background: #203f44 !important;
		font-size: 14px;
		margin-top: 24px;
		padding-left: 16px;
		}
	}
}

.footer-wrapper-one{
	.footer-list{
		position: relative;
		overflow: hidden;
		padding: 30px 0;
		&::after {
		  content: "";
		  position: absolute;
		  inset: 0;
		  background-image: url('https://masterisegrandcoast.vn/wp-content/uploads/2026/03/partern-47_11zon.png');
		  background-size: cover;
		  background-position: center;
		  z-index: 0;
		  display: block;
		}
	}
	h2{
		font-size: 40px;
		text-transform: uppercase;
	}
	.title-footer-left{
		margin-bottom: 56px;
	}
	.footer-left-item{
		.col-inner{
			z-index: 1;
		}
		ul {
			font-size: 20px;
		}
	}
}


.footer-two{
	padding-top: 30px !important;
	border-top: 1px solid #ffffff29;
	font-size: 12px;
	.footer-bottom-left{
		display: flex;
		gap: 12px;
		img{
			width: auto;
            height: 80px;		
		}
	}
}