.etn-widget.etn-add-calender-url{
    margin-top: 25px;
}

.tp-event-details__text p{
    font-family: 'Manrope', sans-serif;
    
}


.mc4wp-form-fields {
    display: contents;
}

span.elementor-edit-link-title {
    color: #fff !important;
}

 

.footer__photo .allphoto {
    gap: 10px;
    /* justify-content: space-between; */
}
.item.imghover {
    /* width: calc(100% / 3 - 10px); */
    max-width: 95px;
}
.footer__photo .allphoto .item a {
    height: 95px;
    display: block;
}
.footer__photo .allphoto .item a img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*----Blog single comment form css for development-----------------*/

.formarea h3#reply-title {
    font-size: 1.5rem;
}
.formarea h3#reply-title a {
    text-decoration: none;
}
.blogsingle__leavecoments .formarea form textarea {
    margin-bottom: 0.5625rem
}
.blogsingle__comments .content ul ul {
	padding-left: 30px !important;
}

.no-results.not-found .btn-sub {
    background: #689b1c;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
}

/*----Blog Pagination css for development-----------------*/

.pagi-inner .page-numbers.current {
    width: 50px;
    line-height: 50px;
    background: #184C2B;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    text-transform: capitalize;
    font-weight: 600;
}

/*--------Blog Sidebar Custom css for development--------------*/
.blogsingle__popularpost .postitem .thumb img {
    width: 85px;
}
.blogsingle__sidebar div#categories-2 {
    padding: 1.875rem;
    border: 1px solid #F2F6F9;
    border-radius: 4px;
}
.blogsingle__sidebar .widgettitle {
    border-bottom: 1px solid #F2F6F9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: #1E1E1E;
    text-transform: capitalize;
    font-weight: 600;
}
/*--------Content None Page Custom Css For Development------------*/


.page-header .page-title.blog-search-title {
    font-size: 2.5rem;
    color: #1E1E1E;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 12px;
}
.sidebar__search input[type="text"] {
    padding: 0.75rem;
    background: #F8F5F0;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}
.sidebar__search form {
    position: relative;
    max-width: 70%;
}
.sidebar__search button {
    background-color: #F8F5F0;
    right: 20px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    color: #184C2B;
    outline: none;
    border: none;
    padding: 0.75rem;
}
.pageontent.blog-search-content p {
    margin-bottom: 12px;
}

/*-------Custom Widget Css --------------------------*/


.thum.project-st-one img {
    height: 490px;
    object-fit: cover;
    object-position: center;
}

.st-2 .thumb img {
    height: 415px !important;
    object-fit: cover;
    object-position: center;
}

.projectfilter__item.prj-two a img {
    height: 420px;
    object-fit: cover;
    object-position: left;
}


.project__item.prt-three .thum img {
   height: 500px;
   object-fit: cover;
   object-position: center;
   
}


form.wpcf7-form.init input {
    background: #fff;
}

.wpcf7-form-control-wrap textarea {
    margin-top: 0px !important;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 157px;
}


input.wpcf7-form-control.wpcf7-submit {
    transition: all 0.3s ease;
    z-index: 1;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #184C2B !important;
    color: #fff;
    font-weight: 600;
    width: 165px; 
    border: none;
    outline: none;
    line-height: 30px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #13172B !important;
    color: #fff;

}




.blog-sidebar .widget_search .search-form {
    max-width: 100%;
 
}

.blog-sidebar .widget_search .search-field {
    max-width: 100%;
    border: 1px solid #73B611;
    outline: none;
    border-radius: 5px;
}

.blog-sidebar .widget_search .search-submit {
    max-width: 30%;
    background: #73B611;
    border: none;
    outline: none;
    color: #fff;
}



/*----------------*/



.footer__widget form.search-form {
    max-width: 100%;
    display: flex;
    gap: 10px;
}

.footer__widget input.search-field {
    max-width: 100%;
    border: 1px solid #73B611;
    outline: none;
    border-radius: 5px;
}

.footer__widget input.search-submit {
    max-width: 30%;
    background: #73B611;
    border: none;
    outline: none;
    color: #fff;
}


.wp-block-search__input {
    padding: 15px;
}
/*--Menu  Item Active css issue fixing--*/

.header__nav .mainactive > ul li > ul li.current-menu-item > a {
    background: #1E1E1E;
    color: #fff;
}

.blog__inner .content .text p {
    max-width: 100%;
}


@media (min-width: 992px) {
    .blog__inner .content .text ul {
        gap: 20px;
    }
}
.blog-sidebar .widget_search .search-form {
	height: 56px;
}
.blogsingle__sidebar .widgettitle {
	margin-bottom: 0px;
}
.customize-support .header__bottom.header-fixed {
	top: 32px;
}
.widget_tag_cloud a {
	padding: 8px 15px;
}

.blogsingle__leavecoments .formarea form textarea{
    background: none;
    border: 1px solid #ebebeb;
    color: #70717B;
}

form#commentform textarea#comment::placeholder {
    color: #70717B !important;
}

.alliput input::placeholder {
    color: #70717B !important;
}

.blogsingle__leavecoments .formarea form .alliput input {
    background: none;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
p.comment-form-cookies-consent {
    display: none;
}

.team__inner .thumb .allicon ul li:nth-child(1) a {
    background: #000000;
}
.blogsingle__content .tagbutton-icon .tagicon ul li:nth-child(3) a{
    background: #000000;
}

.header__nav .mainactive > ul li > ul li::after {
    font-family: "Font Awesome 6 Free";
}



.blog-sidebar .widget_search .search-form{
    max-width: 100%;
    display: flex;
    gap: 10px;
}

.blog-sidebar .widget_search .search-field {
    max-width: 80%;
    border: 1px solid #73B611;
    outline: none;
    border-radius: 5px;
}

.blog-sidebar .widget_search .btn-sub  {
    max-width: 25%;
    background: #73B611;
    border: none;
    outline: none;
    color: #fff;
    padding: 18px;
    border-radius: 5px;
}

.wpcf7 .wpcf7-form.invalid input {
    background: #fff !important;
}

.wpcf7 .wpcf7-form.invalid input.custom-btn {
    background: #73b611 !important;
}

/* form.wpcf7-form.init p {
    margin: 0;
} */
.request__form form textarea {
		padding: 15px;
}


.wpcf7 .wpcf7-form input.wpcf7-form-control.wpcf7-text{
    background: #fff !important;
}


.blog-st .blog__inner .content h6 {
    font-size: 30px;
}

@media (min-width: 1200px) {
    .single .blogsingle__content .heading h4 {
        font-size: 30px;
    }
}

.single .author-blog {
    margin-top: 60px;
    padding: 0px 0px;
}

.blogsingle__author.mt-4 {
    margin-top: 15px !important;
}

.blogsingle__author .author_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/*---Newslette fixed code herer----------------------*/

 /* .blogsingle {
    padding: 7.5rem 0;
}

.newslatter__bg {
    padding: 5rem 0;
}
.newslatter--aboutpage {
    padding: 30px 0 0;
} 


.newslatter {
    padding: 30px 0;
}


.newslatter__bg {
    background-image: url("..//..//img/home-1/newslatter/bg.jpg");
    padding: calc(1.625rem + 4.5vw) 1.25rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transform: translateY(50px);
    width: 100%;
    bottom: -20%;
    position: static;    
} 

*/

/* @media (min-width: 576px) and (min-width: 1200px) {
    .blogsingle {
        padding: 7.5rem 0;
    }
}

@media (min-width: 576px) {
    .newslatter {
        padding: 0px;
    
    }
}

.newslatter__bg {
    transform: translateY(50px);
    width: 100%;
    position: static;
}


@media (min-width: 576px) and (min-width: 1200px) {
    .blogsingle {
        padding: 70px 0px;
    }
} */


.blogsingle__comments .content ul li .commentsarea p {
    max-width: 100%;
}

.wp-block-search__label {
  width: 100%;
}

li.wp-block-latest-comments__comment {
    margin-bottom: 12px;
    padding: 4px 2px;
}

section.blogsingle.bg-white.blog-st {
    padding-bottom: 20px;
}

section.newslatter.bg-white.go-up {
    padding: 0;
    position: static;
    width: 100%;
}

.newslatter__bg {
    position: static;
    transform: translateX(0) translateY(80px);
}


.feedback__slider .swiper-slide.swiper-slide-next {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.feedback__slider .swiper-slide{
    height: 280px !important;
}


/*-----New live Css start here===========*/

.about__thumb img {
    border-radius: 8px !important;
}



.pageheader__content li.active {
    color: white !important;
}



.newslatter  .text h1 {
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 30px;
}



@media (min-width: 1200px) {
    .pageheader__content h1 {
        font-size: 2.25rem;
    }
}

.pageheader__content h1{
    color: #fff !important;
}


.header__logo {
  width: 50px;
  height: 80px;
  line-height: 100px;
  text-align: center;
  background-position: center;
  background-size: cover;
  margin-top: -41px;
  margin-bottom: -16px;
}



@media (min-width: 576px) {
  .header__logo {
    width: 75px;
     height: 70px;
    margin-top: -30px;
    margin-bottom: 7px;
  }
}

@media (min-width: 768px) {
  .header__logo {
     width: 80px;
    height: 75px;
    margin-top: -32px;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .header__logo {
    width: 85px;
    height: 85px;
    margin-top: -32px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .header__logo {
    width: 100px;
    height: 100px;
    margin-top: -33px;
    margin-bottom: -12px;
  }
}



.wp-block-search__button.wp-element-button {
    background: #184C2B;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    border: none;
}

.style-one-blog .thumb img {
    width: 424px !IMPORTANT;
    height: 240px !important;
}

 

/* 🔥 Lazyload Background Image Blocking FIX 🔥 */
/* @media screen and (max-height: 640px) {
  .e-con.e-parent:nth-of-type(n+2),
  .e-con.e-parent:nth-of-type(n+2) * {
    background-image: inherit !important;
    content-visibility: visible !important;
    opacity: 1 !important;
  }
}

@media screen and (max-height: 1024px) {
  .e-con.e-parent:nth-of-type(n+3),
  .e-con.e-parent:nth-of-type(n+3) * {
    background-image: inherit !important;
    content-visibility: visible !important;
    opacity: 1 !important;
  }
}
 
.e-con.e-parent:nth-of-type(n+4),
.e-con.e-parent:nth-of-type(n+4) * {
  background-image: inherit !important;
  content-visibility: visible !important;
  opacity: 1 !important;
} 
  */

section.newslatter.bg-white.go-up {
    padding: 0;
    position: static;
    width: 100%;
    content-visibility: visible !important;
    contain: layout style;
    overflow: visible;
}


.qoute-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(24 76 43 / 76%) !important;
    z-index: -1;
}

.blogsingle__content .heading h1 {
	font-size: 2.5rem;
}

.request.request--contactus .section__header #ez-toc-container{
	display: none !important;
}
.newslatter__form p[style*="indianred"] {
    display: none !important;
}



/*----Food Gallery Section css--*/




/* ===============================
   SECTION TEXT
================================ */
.section__header-pera {
  max-width: 77ch;
}

.max-20ch {
  max-width: 22ch;
}

/* ===============================
   SLIDER WRAPPER
================================ */
.slider-wrapper {
  width: 100%;
  max-width: 1344px;
  margin: 0 auto;
  position: relative;
}

/* ===============================
   SWIPER CONTAINER
================================ */
.food-swiper {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

/* ===============================
   SWIPER WRAPPER
================================ */
.food-swiper .swiper-wrapper {
  display: flex;
  align-items: center; /* FIX extra height issue */
}

/* ===============================
   SLIDES (DESKTOP FIX)
================================ */
/* .swiper-slide--style2 {
  width: 100% !important;
  max-width: 420px;        
  height: auto;              
  cursor: pointer;
  flex-shrink: 0;
}
 */
.swiper-slide--style2 img {
  width: 100%;
  height: 520px;             /* BIGGER IMAGE */
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

/* ===============================
   NAVIGATION ARROWS (PERFECT CENTER)
================================ */
.food-swiper-prev,
.food-swiper-next {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: #184c2b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  transition: background-color 0.3s ease;
  z-index: 30;
}

.food-swiper-prev:hover,
.food-swiper-next:hover {
  background-color: #13172b;
}

.food-swiper-prev::after,
.food-swiper-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* Arrow horizontal position */
.food-swiper-prev {
  left: 10px;
}

.food-swiper-next {
  right: 10px;
}

/* ===============================
   TABLET FIX
================================ */
@media (max-width: 1024px) {

  .swiper-slide--style2 img {
    height: 420px;
  }
}

/* ===============================
   MOBILE FIX
================================ */
@media (max-width: 768px) {

  .swiper-slide--style2 {
    max-width: 100%;
  }

  .swiper-slide--style2 img {
    height: 320px;
  }

  .food-swiper-prev,
  .food-swiper-next {
    width: 32px;
    height: 32px;
  }

  .food-swiper-prev::after,
  .food-swiper-next::after {
    font-size: 14px;
  }
}

/* ===============================
   EXTRA SMALL DEVICES
================================ */
@media (max-width: 480px) {

  .swiper-slide--style2 img {
    height: 280px;
  }

  .food-swiper-prev,
  .food-swiper-next {
    width: 28px;
    height: 28px;
  }

  .food-swiper-prev::after,
  .food-swiper-next::after {
    font-size: 12px;
  }
}

/* ===============================
   SMOOTH TRANSITION
================================ */
.mySwiperF .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===============================
   ABOUT SHAPE
================================ */
.about__shape-item--style1 {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.about__shape-item--style1 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

