/*
Theme Name: Lenzo Child
Template: flute
Author: Flute WP
Description: Flute Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
*/

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*------------ common css ------------*/
.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
  margin: 0;
}

body .wp-block-search .wp-block-search__input,
body .wp-block-search,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
button:focus,
.wp-element-button:focus {
  box-shadow: none;
  border-radius: 0;
}

textarea,
textarea:focus {
  box-shadow: none;
  color: var(--global-palette1);
}

button,
.wp-element-button,
button:hover,
.wp-element-button:hover {
  border-radius: 0;
  box-shadow: none;
}

/* archive page read more icon*/
body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .flute-svg-iconset {
  display: none;
}

/* blog left sidebar */
body .wp-block-search .wp-block-search__input {
  box-shadow: none;
  border-radius: 0;
  color: #000;
}

.wp-block-search .wp-block-search__button:not(.has-background) {
  background: var(--global-palette2);
}

.wp-block-search .wp-block-search__button:not(.has-text-color) {
  color: var(--global-palette9);
}

body .wp-block-latest-posts__list li,
body.search-results.content-style-unboxed .site .post-thumbnail,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child,
.wp-block-latest-posts.wp-block-latest-posts__list {
  margin: 0;
  list-style: none;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  color: var(--global-palette2);
}

#secondary .woocommerce.widget_product_categories>ul li,
.widget .tagcloud a,
.widget li,
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.wp-block-tag-cloud .tag-cloud-link {
  padding-block: 6px;

}

.widget .arc-sidebar {
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
}

/* single blog comment form */
textarea,
textarea:focus,
input[type="email"],
input[type="text"],
input[type="url"],
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus {
  border: 1px solid var(--global-palette1);
  color: var(--global-palette4);
  border-radius: 0px;
  box-shadow: none;
}

.comments-area .comment-form p.comment-form-float-label label.float-label,
.comment-input-wrap .comment-form-author .float-label,
.comment-input-wrap .comment-form-email .float-label,
.comment-input-wrap .comment-form-url .float-label {
  color: var(--global-palette1);
}

/* footer */
.site-footer-section .widget-area ul {
  list-style: none;
}

.footer-widget-area-inner .wp-block-list {
  padding: 0;
  margin: 0;
}


/*------------ end common css ------------*/

/* blog section */
.blog .loop-entry .entry-header .entry-title,
.blog-section .uc_post_title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 380px;
}

.blog .loop-entry .entry-header .entry-title,
.blog-section .uc_post_list_title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 380px;
}

/* newslatter section */
.newsletter-form {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}

.newsletter-form .sub-email {
  margin-inline-start: 20px;
  margin-inline-end: 20px;
}

.newsletter-form input[type="email"],
input[type="text"],
.newsletter-form input[type="email"],
input[type="text"]:focus {
  border-radius: 0;
  background: transparent;
  border: none;
  border: 1px solid #ffffff3f;
  padding: 12px 15px;
  color: #fff;
  box-shadow: none;
  width: 100%;
  display: block;
}

.mc4wp-form .newsletter-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--global-palette2);
  color: var(--global-palette9);
  padding: 17px 45px;
  margin-left: 10px;
  width: auto;
  border: none;
  border-radius: 0;
  font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "jost", sans-serif;
}

@media (max-width: 576px) {
  .newsletter-form {
    width: 100%;
  }
}

/******** metform section ********/

/* remove space for labels */
.neve-form label {
  display: none !important;
}

/* Input styles – dark minimal */
.neve-form input[type="text"],
.neve-form input[type="email"],
.neve-form input[type="tel"],
.neve-form textarea {
  width: 100%;
  padding: 17px;
  border: 1px solid var(--global-palette6);
  border-radius: 0;
  background: transparent;
  color: var(--global-palette1);
  font-size: 15px;
}

/* placeholder color */
.neve-form ::placeholder {
  color: var(--global-palette1);
  opacity: 1;
}


/* two-column layout */
.neve-form .two-fields {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.neve-form .two-fields .field {
  flex: 1;
}

/* textarea height */
.neve-form textarea {
  height: 150px;
  resize: vertical;
}

.neve-form input[type="date"]:focus,
.neve-form input[type="date"]:valid {
  color: var(--global-palette1);
  outline: none;
  border-color: var(--global-palette6);
  background-color: transparent;
  width: 100%;
  padding: 17px;
}

.neve-form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.6;
  cursor: pointer;
}

/* submit button */
.neve-form .submit-row input[type="submit"] {
  background: var(--global-palette2);
  color: var(--global-palette9);
  padding: 15px 60px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  margin-top: 30px;
   width: auto;
  display: inline-block;

}
.neve-form .submit-row {
  text-align: center;
}

/* Responsive layout for tablets & mobile */
@media (max-width: 768px) {

  .neve-form .two-fields {
    flex-direction: column; /* stack fields */
    gap: 15px;
  }

  .neve-form .two-fields .field {
    width: 100%;
  }

  .neve-form input,
  .neve-form textarea {
    width: 100%;
  }

  .neve-form .submit-row {
    text-align: center;
  }

  .neve-form .submit-row input[type="submit"] {
    width: auto;
    margin: 25px auto 0;
  }
}


/* progress area */

.progress-section::before {
  content: '';
  background: url(./assets/image/process\ line.png) no-repeat;
  display: block;
  width: 804px;
  height: 100px;
  position: absolute;
  right: 29%;
  top: 0;
  transform: translate(7.8em, 3.6em);
}

.progress-section .ue-step-item.ue-item.elementor-repeater-item-288b2db {
  padding-top: 101px;
}

.progress-section .ue-step-item.ue-item.elementor-repeater-item-fd26005 {
  padding-top: 73px;
}

@media (max-width: 1025px) {
.progress-section::before {
display: none;
}
}

/* unlimited_timeline */
#uc_unlimited_timeline_elementor_06eb4a0 .ue_timeline_item_icon {
  padding: 0 80px;
}

@media (max-width: 1025px) {
#uc_unlimited_timeline_elementor_06eb4a0 .ue_timeline_item_icon {
  padding: 0 30px;
}
}

/* effects */
.shine-effect {
  overflow: hidden;
}

.shine-effect::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.shine-effect:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.circle_effect {
  overflow: hidden;
}

.circle_effect {
  position: relative;
}

.circle_effect::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.circle_effect:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}



.image-effect {
  display: inline-block;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.img-drift {
  animation: drift 6s ease-in-out infinite;
}

@keyframes drift {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }
}

.image-shimmer {
  position: relative;
  overflow: hidden;
}

.image-shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.4) 50%,
      transparent 100%);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  100% {
    left: 100%;
  }
}

.img-wave {
  animation: wave 5s ease-in-out infinite;
}

@keyframes wave {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}

.image-zoom {
  display: inline-block;
  animation: zoom 3s ease-in-out infinite;
}

@keyframes zoom {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}