.postid-5803.ehf-header #masthead {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
} 
.foot-link{
  color:#ffe822
}
.space-remove .elementor-element{
  margin:0px
}
.posttitle{
  line-height:60px;
}
.postmetadesc {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.post-img-1:hover {
  opacity: 0.6;
}

.post-img-1:hover + .postmetadesc {
  visibility: visible;
  opacity: 1;
  position:relative;

}
 
.posttitle {
    margin-bottom: 12px;
 margin-left:20px;
    font-size: 65px;
  margin-bottom:0px !important;
    font-weight: 800;
    text-transform: uppercase;
}
.postmetadesc a {
  color:#000;
}
.post-sub-heading {
   margin-left:20px;
    color: #000000;
    font-family: "Lexend Deca", Sans-serif !important;
    font-size: 20px;
   
}
 
.posttitle a{
  color:#000 ;
      font-family: "vanguard-cf-bold", Sans-serif;
  font-size:65px
}

.img-overlay {
  position: relative;
 
}

.img-overlay-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,.5);
}

.img-overlay:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 75%;
  left: 30%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.page-id-1008 .ehf-header #masthead {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}


@media screen and (max-width:768px){
  p.posttitle a {
    font-size: 25px !important;
}
p.post-sub-heading a{
    font-size: 18px !important;
}
  .posttitle {
    line-height: 21px;
}
}

a.footer-contact {
    color: #4C4C4C;
}
.page-id-7213 .elementor.elementor-8186.elementor-location-footer {
    display: none;
}
.wadala-home-slider-1 svg.e-font-icon-svg.e-eicon-chevron-left {
    background-color: #0000004D;
  padding:8px;
}
.wadala-home-slider-1 svg.e-font-icon-svg.e-eicon-chevron-right {
    background-color: #0000004D;
  padding:8px;

}
.arrow a.elementor-button.elementor-button-link.elementor-size-sm{
  padding:0px !important;
}
/* ******07/03/2025******* */
div#menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.social-media {

    padding-top: 63px; 
    text-align: center;
}
.social-media{
	padding-bottom:30px;
	letter-spacing:3px;
	padding-left:30px;
}
@media only screen and (max-width: 480px) {
	.social-media {
    display: grid;
    grid-template-columns: auto auto !important;
    /* padding: 60px; */
    align-items: left;
    text-align: left;
    padding-left: 73px;
}
	.social-media {
    /* padding-right: 20px; */
    padding-left: 65px !important;
}
	div#menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* 	div#menu {
    padding-bottom: 100px;
} */
	.social-media {
    /* padding-right: 20px; */
    padding-left: 38px;
}
	#menuToggle {
    bottom: 40px;
}
  #menu li a {
    line-height: 19px !important;
    font-size: 20px !important;
  }

  #menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%; /* Adjust to full width for smaller screens */
    max-width: 403px; /* Maintain the original width limit */
    height: 100vh;

		    background: #000000bf;
    overflow-y: auto;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 2;
  }
	
	#menu li a {
    line-height: 60px;
    font-size: 40px !important;
;
}
}
div#imag4 img {
    height: 320px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea  {
    border: none;
    border-bottom: 1px solid #c4c4c4;
	padding:12px;
}
div#latest-image img {
    width: 100%;
    height: 200px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 14px;
    color: black;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.qodef-layout--outlined.qodef-margin-18 {
    border: 1px solid gray;
	    color: gray;
}
/* Input fields, select, and textarea text color */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
    color: #000; /* Input text color */
    border: 1px solid #000; /* Optional: black border */
}

/* Placeholder text color */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #000;
    opacity: 1;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
    background: transparent;
    color: #000; /* Make the button text black */
    border: 2px solid #000;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

/* Button hover effect */
.wpcf7 input[type="submit"]:hover {
    background: #000;
    color: #fff; /* Optional: white text on hover */
}

 @media only screen and (max-width: 1024px) {
 .page-id-7277 .elementor-column-gap-default>.elementor-column>.elementor-element-populated,
.page-id-7504 .elementor-column-gap-default>.elementor-column>.elementor-element-populated,
.page-id-7560 .elementor-column-gap-default>.elementor-column>.elementor-element-populated,
.page-id-7599 .elementor-column-gap-default>.elementor-column>.elementor-element-populated,
.page-id-7661 .elementor-column-gap-default>.elementor-column>.elementor-element-populated
 {
    padding: 10px 20px !important;
}
	 
.single-projects .elementor-column-gap-default>.elementor-column>.elementor-element-populated
{
    padding: 10px 20px !important;
}
	 
/* .elementor.elementor-7277 {
    padding: 0 10px !important;
} */


label.menu-text {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 600;
}
	 
}

@media only screen and (max-width: 320px) {
h3.elementor-flip-box__layer__title {
    font-size: 40px !important;
	   line-height: 50px !important;
}

/*  .elementor-heading-title {
    font-size: 48px !important;
} */
	
#menu {
    width: 370px !important;
    height: 100vh;
}
	
h1.elementor-heading-title.elementor-size-default {
    font-size: 48px !important;
    line-height: 55px !important;
}
	
}

@media only screen and (max-width: 768px) {
.hide-st .elementor-7504 .elementor-element.elementor-element-1ae6cee > .elementor-container{
display: none !important;
}
	
.elementor-top-section .elementor-widget-container{
    font-family: "Montserrat", Sans-serif;
    font-size: 15px !important;
}


/* elementor-top-section .elementor-widget-container {
    margin: 20px 0px 0px 0px !important;
} */
	
/* Only the first spacer widget container */
.single-projects .elementor-widget-theme-post-excerpt .elementor-widget-container{
margin-top: 0px !important;
}

}

.elementor-flip-box__front {
    background-color: transparent !important;
}