/* nav menu */
.mobile-nav .hfe-nav-menu-icon {
    padding: 0px !important;
}


/* popup */
.popup-cform br {
	display: none;
}
.popup-cform textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 50px;
	margin-bottom: 0px !important;
}
.popup-cform .wpcf7-response-output {
    margin: 10px !important;
    font-size: 15px;
    color: #282828;
}
.popup-cform p {
    margin-bottom: 0px !important;
	display: flex;
    flex-direction: column;
    align-items: center;
}

/* fap page */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}
.form-col {
  flex: 1;
  min-width: 45%;
}
.form-col p {
	margin-bottom: 0px;
}
.faq-form textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 50px;
}
.faq-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
}
.faq-form form.submitting .wpcf7-spinner {
    margin-top: 10px;
}

/* home-page */

.underline-target {
  position: relative;
  display: inline-block;
}

.underline-target::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
  width: 105%;
  height: 25px;
  background: url('/wp-content/uploads/2025/05/sketch-blue.svg') no-repeat center;
  background-size: contain;
  pointer-events: none;
}



/* photo-gallery-page */
.c-gallery .eael-filterable-gallery-loadmore {
    margin-top: 35px;
}
/* photo-gallery-page */


/* about-page */
.corner-frame {
  position: relative;
  display: inline-block;
  padding: 20px; /* Space around image for corner placement */
}

.kitchen-img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Corner borders */
.corner {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid orange;
  box-sizing: border-box;
  z-index: 1;
}

/* Corners placed OUTSIDE the image */
.top-left {
  top: -10px;
  left: -10px;
  border-right: none;
  border-bottom: none;
}

.top-right {
  top: -10px;
  right: -10px;
  border-left: none;
  border-bottom: none;
}

.bottom-left {
  bottom: -10px;
  left: -10px;
  border-right: none;
  border-top: none;
}

.bottom-right {
  bottom: -10px;
  right: -10px;
  border-left: none;
  border-top: none;
}

.about-us span.elementor-icon-list-icon {
    background-color: #FFCD57;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 12px;
}

.about-us span.elementor-icon-list-text {
    margin-left: 15px;
}

/* about-page */




/* contact-page */
.c-form-7 .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.c-form-7 .form-col {
  flex: 1;
  min-width: 200px;
}

.c-form-7 p {
    margin-bottom: 1px !important;
}

.c-form-7 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
    resize: vertical;
}


.c-form-7 span.elementor-icon-list-icon {
    background-color: #FFCD57;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 12px;
}

.c-form-7 span.elementor-icon-list-text {
    margin-left: 15px;
}

/* contact-page */


@media all and (max-width: 767px) {
	.form-row {
		flex-direction: column;
		gap: 20px;
	}
	.cus-tabs .e-n-tabs-heading {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.e-n-tab-title {
		margin-bottom: 40px;
		margin-top: 0px !important;
	}
}


