.elementor-13342 .elementor-element.elementor-element-6b027d8 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-13342 .elementor-element.elementor-element-6b027d8:not(.elementor-motion-effects-element-type-background), .elementor-13342 .elementor-element.elementor-element-6b027d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.epgroup.ae/wp-content/uploads/2026/02/Amwaj-Tower.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-13342 .elementor-element.elementor-element-6b027d8 > .elementor-background-overlay{background-color:#000000;opacity:0.57;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-13342 .elementor-element.elementor-element-6b027d8 > .elementor-container{max-width:1350px;min-height:45vh;}.elementor-13342 .elementor-element.elementor-element-6b027d8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-13342 .elementor-element.elementor-element-1bab8a99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:: 0px;}.elementor-13342 .elementor-element.elementor-element-1bab8a99 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:100px 20px 100px 20px;}.elementor-13342 .elementor-element.elementor-element-41ec472 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0% 0% 6% 0%;}.elementor-13342 .elementor-element.elementor-element-41ec472{text-align:center;}.elementor-13342 .elementor-element.elementor-element-41ec472 .elementor-heading-title{font-family:"gotham bold", Sans-serif;font-size:40px;font-weight:normal;font-style:normal;text-decoration:none;line-height:46px;letter-spacing:0px;color:#FFFFFF;}.elementor-13342 .elementor-element.elementor-element-6ecb5c15 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:100px 0px 100px 0px;}@media(min-width:768px){.elementor-13342 .elementor-element.elementor-element-1bab8a99{width:50%;}.elementor-13342 .elementor-element.elementor-element-6ecb5c15{width:50%;}}@media(min-width:1025px){.elementor-13342 .elementor-element.elementor-element-6b027d8:not(.elementor-motion-effects-element-type-background), .elementor-13342 .elementor-element.elementor-element-6b027d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-13342 .elementor-element.elementor-element-6b027d8 > .elementor-container{min-height:0px;}.elementor-13342 .elementor-element.elementor-element-6b027d8{margin-top:-24px;margin-bottom:0px;padding:200px 20px 100px 20px;}.elementor-13342 .elementor-element.elementor-element-41ec472 .elementor-heading-title{font-size:60px;line-height:1.2em;}}@media(max-width:767px){.elementor-13342 .elementor-element.elementor-element-6b027d8{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-13342 .elementor-element.elementor-element-1bab8a99 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-13342 .elementor-element.elementor-element-41ec472{text-align:center;}.elementor-13342 .elementor-element.elementor-element-41ec472 .elementor-heading-title{font-size:25px;line-height:1.3em;}.elementor-13342 .elementor-element.elementor-element-6ecb5c15 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-46bd8a70 */.form-container {
    max-width: 400px;
    margin: auto;
    padding: 50px;
    background: rgba(0, 0, 0, 0.5); /* Light black background */
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Fixed box shadow */
    text-align: center;
}

input {
    width: 100% !important;  /* Ensures all fields take full width */
    height: 45px !important; /* Ensures uniform height */
    padding: 10px;
   
    border: 1px solid #ccc;
    border-radius: 5px !important; /* Ensures uniform border radius */
    background: #f8f8f8; /* Light gray input background */
    font-size: 16px;
    box-sizing: border-box; /* Ensures width includes padding */
    display: block; /* Prevents inline spacing issues */
}

/* Input Focus Effect */
input:focus {
    border: 2px solid #e34e19;
    outline: none;
    background: #fff;
}

/* Submit Button */
input[type=submit] {
    width: 100%;
    max-width: 50%;
    height: 45px !important; /* Same height as other fields */
    border-radius: 5px !important; /* Same border radius */
    background-color: #e34e19;
    color: white;
    border: none;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    transition: background 0.3s ease-in-out;
}

/* Hover Effect */
input[type=submit]:hover {
    background-color: #c44114;
}

/* Mobile Responsive Adjustments */
@media (max-width: 500px) {
    .form-container {
        width: 90%;
    }

    input {
        font-size: 14px;
        height: 40px !important; /* Adjust height for smaller screens */
    }

    input[type=submit] {
        font-size: 18px;
        width: 80%;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'gotham bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://www.epgroup.ae/wp-content/uploads/2022/09/Gotham-Bold-1.woff') format('woff');
}
@font-face {
	font-family: 'gotham bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.epgroup.ae/wp-content/uploads/2022/09/Gotham-Bold-1.woff') format('woff');
}
@font-face {
	font-family: 'gotham bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
@font-face {
	font-family: 'gotham bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */