.hfe-search-layout-text .hfe-search-form__container, .hfe-search-layout-icon_text .hfe-search-form__container, .hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input, .hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
    width: 100%;
    height: 44px;
}



button.hfe-search-submit {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hfe-search-form__container {
    border-radius: 15px !important;
}





/*  home*/


.my-btn { margin-top: auto !important;
}

/*  contact*/

.cf7-grid {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.cf7-row {
  margin-bottom: 20px;
}

/* Only apply flex on two-column row */
.cf7-row.two-col {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cf7-col {
  flex: 1 1 48%;
}

/* Common styles for inputs and textarea */
.cf7-grid input[type="text"],
.cf7-grid input[type="email"],
.cf7-grid textarea {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #043E22;
  background-color: #E6ECE9;
  font-size: 16px;
  box-sizing: border-box;
}

.cf7-grid textarea {
  height: 200px;
  resize: vertical;
}

/* Submit button */
.cf7-grid input[type="submit"] {
  background-color:  #043E22;
  color: #fff;
  padding: 15px 30px;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  cursor: pointer;
 
}

.cf7-grid input[type="submit"]:hover {
  background-color: #E6ECE9;
}


.cf7-grid label {
    width: 100%;
}


/*  footer*/


.footer-logo img{
	width:35% !important;
}



/* content */
.content-img img {
    height: 400px !IMPORTANT;
    OBJECT-FIT: cover;
}

h2.widgettitle {
    font-size: 25px;
}
 




h2.widgettitle {
    font-size: 25px;
    border-radius: 10px;
    background: #043e22;
    color: #fff;
    padding: 8px;
text-align:center;
}

















/*  sign up*/



body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button {
  
    border: 1px solid #043e22;
border-radius:10px;
    background: #043e22;
}

/*  single post*/


h1.entry-title {
    font-size: 2em;
    margin:20px 0px;
}


h2#reply-title {
    font-size: 35px;
}


div#respond {
    margin: 80px 0px;
}


[type=button], [type=submit], button {

    border: 1px solid #043e22;
 
}


.elementor-kit-58 button, .elementor-kit-58 input[type="button"], .elementor-kit-58 input[type="submit"], .elementor-kit-58 .elementor-button {
    background-color: #043e22;
   
}


.post-thumbnail{
	width:40% !important;
	height:auto !important;
}


/* Main Container */
.site-main {
    max-width: 100%;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #333;
}


h2.title-comments {
    font-size: 35px;
  
}




/*  header*/



.page-id-9 .my-header {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}

/*  o*/




/*  single post*/

main#primary {
    width: 1200px;
	padding-top:50px;
}

/* Mobile (up to 768px) */


 img.post-thumbnail.wp-post-image{
	 border-radius:10px;
	 width: 100%;              /* always full width of container */
  height: 400px;            /* fixed height for consistency */
  object-fit: cover;        /* crops edges, keeps proportion */
	 object-position: center;  }


@media (max-width: 768px) {
    img.post-thumbnail.wp-post-image {
       height: 400px !important; 
				 width: 100% !important;  
			object-fit:contain !important;
    }
	
	main#primary {
    padding: 150px 20px 50px 20px;
    margin: 0;
	
}
}
	
	

@media (max-width: 412px) {
    img.post-thumbnail.wp-post-image {
       height: 600px !important; 
				 width: 100% !important;  
			object-fit:cover !important;
    }
	
	main#primary {
    padding: 150px 20px 0px 20px;
    margin: 0;
	
}
	
	
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 100%;
}
	
	
}
	
	
	
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 100% !important;
}

.post .wp-post-image {
    max-height: 500px;
}






/* home blog */

.home-blog .elementskit-entry-header img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.4s ease;
}


/* Blog Card Styling */
.home-blog .elementskit-post-image-card {
    position: relative;
    overflow: hidden;
    height: 320px;
 
   
}




/* Title Overlay Like Button */
.home-blog .elementskit-post-body {
    position: absolute;
    top: 90%;   /* middle of image */
    left: 50%;  /* center horizontally */
    transform: translate(-50%, -50%); /* perfectly center */
    text-align: center;
    width: 90%;
    padding: 20px;
    color: #fff;
}


.home-blog .elementskit-post-body a {
    display: inline-block;
    background: #fff;
    color: #2a513e; /* Change to match theme */
    padding: 20px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
   text-align:center;
}



.home-blog .ekit-wid-con .elementskit-post-image-card {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
    border-radius: 10px;

    -webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0);
     box-shadow: 0px 0px 0px 0 rgba(0,0,0,0); 
}
