/*
Theme Name: EZ Interories Architecture
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Eoxys it Team
Description: EZ Interories Architecture 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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.0
*/

body {
	background: #F9F6F1;
}
.sec-3 img {
    width: 100%;
}
.sec-3 .e-con-inner {
    background: #F7C59C;
    padding: 20px !important;
	 border-radius: 24px;
}
.newsletter-bg .e-con-inner {
    background: #463B29;
    border-radius: 24px;
    padding: 20px;
}
.page-header {
    display: none;
}
.team-sec figure.elementor-image-box-img img {
    width: 100%;
}
.project-box .elementor-image-box-content {
    position: absolute;
    bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
	  display: none;
}

.project-box:hover .elementor-image-box-content {
	  display: block;
}
.project-box {
	position: relative;
}
.project-box img {
	width: 100%;
}
.con-a a {
	text-decoration: none;
}

.contact-a a {
	text-decoration: none;
}
.con-form p {
	margin-bottom: 0px;
}
.con-flex-sec p {
    display: flex;
    gap: 10px;
    width: 100%;
}
.con-flex-sec p label, .con-flex-sec p input {
    width: 100% !important;
}
.con-form label {
    width: 100% !important;
	  margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.02em;
    text-align: left;
	font-family: "Barlow Condensed";
	
}
.con-form input, .con-form textarea {
    margin-top: 10px;
	  background-color: transparent;
	 border-radius: 10px;
}
.con-form textarea {
    resize: none;
	  height: 120px;
}
.con-form input.wpcf7-form-control.wpcf7-submit {
    background: #ec501e00;
    color: #000000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    border: 1.05px solid #000000;
    border-radius: 100px;
}
.con-form input.wpcf7-form-control.wpcf7-submit:hover {
	   background: #ec501e00;
	   color: #000000;
}
.news-form input {
    background: #F7C59C14 !important;
    height: 56px;
    color: #F7C59C;
	  border-radius: 100px;
	  border: 1px solid #F7C59C;
}
.news-form input::placeholder {
  color: #F7C59C;
  opacity: 1;
}
.news-form input.wpcf7-form-control.wpcf7-submit {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    background: #F7C59C !important;
    border-color: #F7C59C;
    color: #000000;
	  border-radius: 100px;
}
.news-form input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0;
	  border-radius: 100px;
}
.news-form label {
    width: 100%;
	  border-radius: 100px;
}
footer .wpcf7-response-output {
    color: #fff;
}
.newsletter-bg span.wpcf7-spinner {
    display: none;
}
.newsletter-bg p {
	margin-bottom: 0px;
}
.project-box a {
	text-decoration: none !important;
}
.header-a a {
    border: 1.5px solid #463B29;
    padding-right: 30px !important;
    padding-left: 30px !important;
    margin-left: 40px;
    border-radius: 100px;
}
.foo-menu a.hfe-menu-item {
    position: relative;
    padding-left: 20px !important;
}

.foo-menu a.hfe-menu-item:after {
    content: url('/wp-content/uploads/2024/12/right-icon.svg') !important;
    opacity: 1 !important;
    background-color: unset !important;
    left: 0;
}
@media screen and (max-width: 768px) {
.header-a a {
    border: 0px solid #463B29;
    padding-right: 30px !important;
    padding-left: 15px !important;
    margin-left: 0px;
    border-radius: 100px;
}
}
@media screen and (max-width: 600px) {
  .con-flex-sec p {
    flex-flow: column;
}
}