/*
Theme Name: Nexfit 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=Space+Grotesk:wght@300..700&family=Zen+Dots&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;
}

* {
  box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 0px;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper .elementor-button:focus,
.elementor-button-wrapper .elementor-button:active,
.wc-block-cart__submit:hover {
  box-shadow: none;
}

/* archive page search css */
.primary-sidebar .wp-block-search .wp-block-search__input,
.primary-sidebar .wp-block-search .wp-block-search__input:focus {
  box-shadow: none;
  border: 1px solid var(--global-palette6);
  border-color: var(--global-palette6);
  color: var(--global-palette1);
  border-radius: 0;
  background-color: var(--global-palette8);
}

.wp-block-search .wp-element-button.wp-block-search__button {
  background: var(--global-palette2);
  box-shadow: none;
  border-radius: 0;
  color: var(--global-palette1);
}

.wp-block-search .wp-element-button.wp-block-search__button:hover {
  background: var(--global-palette2);
  color: var(--global-palette1);
}

/* archive page read more */
body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link {
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 500;
  color: var(--global-palette1);
}

body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .flute-svg-iconset {
  display: none;
}

/* archive conetnt left sidebar */
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 page comment form */
body .comment-form p.comment-form-float-label label {
  margin-left: 10px;
  border-radius: 0;
}

.comment-form p.comment-form-float-label:focus {
  box-shadow: none;
}

.comment-form p.comment-form-float-label #comment {
  color: var(--global-palette1);
  border-radius: 0;
  box-shadow: none;
}

textarea,
input[type="email"],
input[type="text"],
input[type="url"] {
  background-color: var(--global-palette8);
  border: 1px solid var(--global-palette6);
  color: var(--global-palette1);
}

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

/* footer */
.site-middle-footer-wrap.site-footer-row-container.site-footer-focus-item {
  margin: auto;
}

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

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

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

/* -------------------- ----> elementor design 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;
}


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

.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: #fff;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 15px;
  color: #000;
  box-shadow: none;
  width: 340px;
  display: block;
}

.mc4wp-form .newsletter-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
  background-color: transparent;
  background-image: url(./assets/image/send.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 60px;
  padding: 0;
  border: none;


}

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



/******** contact form section ********/

/* Applies only to your form */
.neve-form input,
.neve-form textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--global-palette1) !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    color: var(--global-palette1);
}

.neve-form input:focus,
.neve-form textarea:focus {
    border-bottom: 1px solid var(--global-palette1) !important;
    color: var(--global-palette1);
    background-color: transparent !important;
}

.neve-form input::placeholder,
.neve-form textarea::placeholder {
    color: var(--global-palette1)!important;
    background-color: transparent!important;
}

.neve-form textarea {
    min-height: 80px;
    max-height: 150px;
}

/* Side-by-side layout */
.neve-form .two-fields {
    display: flex;
    gap: 30px;
}

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

.neve-form .form-row {
    margin-bottom: 25px;
}

/* Submit button */
.neve-form input[type="submit"] {
    width: auto !important;
    padding: 12px 60px !important;
    background: var(--global-palette2) !important;
    color: var(--global-palette1) !important;
    border: none;
    border-radius: none;
    cursor: pointer;
    margin-top: 10px;
}

.service-area .zoom_caption_reveal_content_box .icroh-caption{
    opacity: 0;
}

.service-area .zoom_caption_reveal_content_box:hover .icroh-caption{
    opacity: 1;
}




/*********** effects **********/

.spin-effect img {
  animation-name: spin;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* transform: rotate(3deg); */
  /* transform: rotate(0.3rad);/ */
  /* transform: rotate(3grad); */
  /* transform: rotate(.03turn);  */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.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;
  }
}

.swing-animation .attachment-full {
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

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

@keyframes mover {
  0% {
    transform: translateY(0);
  }

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

}


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

@keyframes float {

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

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

.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.05);
  }
}