/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.5.1.1788987818
Updated: 2026-09-09 21:03:38

*/

.sewing-marquee {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.sewing-marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation: sewing-marquee-move var(--marquee-duration, 50s) linear infinite;
}

.sewing-marquee__group {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-right: 48px;
  flex-shrink: 0;
}

.sewing-marquee__item {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sewing-marquee__item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  backface-visibility: hidden;
  animation: sewing-spin 28s linear infinite;
}

.sewing-marquee__item--1 img {
  animation-duration: 24s;
}
.sewing-marquee__item--2 img {
  animation-duration: 32s;
}
.sewing-marquee__item--3 img {
  animation-duration: 22s;
}
.sewing-marquee__item--4 img {
  animation-duration: 36s;
}
.sewing-marquee__item--5 img {
  animation-duration: 26s;
}
.sewing-marquee__item--6 img {
  animation-duration: 30s;
}

@keyframes sewing-marquee-move {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--marquee-shift)), 0, 0);
  }
}

@keyframes sewing-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sewing-marquee__track,
  .sewing-marquee__item img {
    animation: none;
  }
}

.text-marquee {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  padding: 20px 0;
}

.text-marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation: text-marquee-move var(--text-marquee-duration, 40s) linear infinite;
}

.text-marquee__group {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
  flex-shrink: 0;
}

.text-marquee__item {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  white-space: nowrap;
}

.text-marquee__icon {
  display: flex;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.text-marquee__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.text-marquee__text {
  font-family: 'Anonymous Pro', monospace;
  font-size: 20px;
  line-height: 1;
  color: #262626;
  text-transform: uppercase;
}

.elementor-element-e7a837a,
.elementor-element-ba67545 {
  max-width: 1340px;
}

@keyframes text-marquee-move {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--text-marquee-shift)), 0, 0);
  }
}

e-page-transition {
  background: #ffe4f4 !important;
}

e-page-transition img.e-page-transition--preloader {
  opacity: 0 !important;
  width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  animation: none !important;
}

e-page-transition::after {
  content: '';
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: bowl-preloader-frames 2.8s ease-in-out infinite;
  pointer-events: none;
}

e-page-transition.e-page-transition--entering::after {
  animation:
    bowl-preloader-frames 2.8s ease-in-out infinite,
    e-page-transition-fade-out var(--preloader-fade-duration, 0.5s) both;
}

@keyframes bowl-preloader-frames {
  0%,
  16% {
    opacity: 1;
    background-image: url('/wp-content/uploads/2026/09/Frame-169.png');
  }
  18% {
    opacity: 0;
  }
  20%,
  36% {
    opacity: 1;
    background-image: url('/wp-content/uploads/2026/09/Frame-170.png');
  }
  38% {
    opacity: 0;
  }
  40%,
  56% {
    opacity: 1;
    background-image: url('/wp-content/uploads/2026/09/Frame-171.png');
  }
  58% {
    opacity: 0;
  }
  60%,
  76% {
    opacity: 1;
    background-image: url('/wp-content/uploads/2026/09/Frame-172.png');
  }
  78% {
    opacity: 0;
  }
  80%,
  96% {
    opacity: 1;
    background-image: url('/wp-content/uploads/2026/09/Frame-173.png');
  }
  98%,
  100% {
    opacity: 0;
  }
}

.bowla-form {
  box-sizing: border-box;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  font-family: Inter, system-ui, sans-serif;
  color: #555353;
}

.bowla-form *,
.bowla-form *::before,
.bowla-form *::after {
  box-sizing: border-box;
}

.bowla-form__col--fields {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bowla-form__col--aside {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.bowla-form__aside-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bowla-form__row {
  display: flex;
  gap: 21px;
  width: 100%;
}

.bowla-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
}

.bowla-field__label {
  font-size: 16px;
  line-height: 16px;
  color: #9d9d9d;
}

.bowla-field__input {
  width: 100%;
  height: 58px;
  padding: 16px 20px;
  border: 1px solid #9d9d9d;
  border-radius: 0;
  background: transparent;
  color: #555353;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  outline: none;
  transition: border-color 0.2s ease;
}

.bowla-field__input:focus {
  border-color: #cd563d;
}

.bowla-field__input--textarea {
  height: 107px;
  resize: vertical;
  font-size: 14px;
  line-height: 20px;
}

.bowla-field__input::placeholder {
  color: #bfbdbd;
}

.bowla-group {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  width: 100%;
}

.bowla-group__title {
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  color: #555353;
}

.bowla-group__grid {
  display: flex;
  margin-top: 20px;
  gap: 30px;
  align-items: flex-start;
  width: 100%;
}

.bowla-group__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 0;
  min-width: 0;
}

.bowla-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  min-width: 0;
}

.bowla-check input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.bowla-check__box {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  overflow: hidden;
  margin-top: 0;
}

.bowla-check__box svg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  max-width: none !important;
}

.bowla-check__on {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

.bowla-check__off {
  opacity: 1 !important;
  visibility: visible !important;
}

.bowla-check input:checked + .bowla-check__box .bowla-check__on {
  opacity: 1 !important;
  visibility: visible !important;
}

.bowla-check input:checked + .bowla-check__box .bowla-check__off {
  opacity: 0 !important;
  visibility: hidden !important;
}

.bowla-check__text {
  font-size: 16px;
  line-height: 16px;
  color: #9d9d9d;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bowla-check input:checked ~ .bowla-check__text {
  color: #555353;
}

.bowla-check input:focus-visible + .bowla-check__box {
  outline: 2px solid #cd563d;
  outline-offset: 2px;
  border-radius: 4px;
}

.bowla-form__aside-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.bowla-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 48px;
  padding: 10px 30px;
  border: 1px solid #262626;
  border-radius: 100px;
  background: #cd563d;
  color: #f9f5e9;
  font-family: 'Anonymous Pro', ui-monospace, monospace;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.bowla-submit:hover {
  opacity: 0.92;
}

.bowla-submit:disabled {
  opacity: 0.6;
  cursor: wait;
}

.bowla-submit__arrow {
  width: 14px;
  height: auto;
  transform: rotate(-45deg);
  flex: 0 0 auto;
}

.bowla-note {
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #9d9d9d;
  text-align: center;
}

.bowla-note a {
  color: #9d9d9d;
  text-decoration: none;
}

.bowla-note a:hover {
  text-decoration: underline;
}

.bowla-form__status {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.bowla-form__status.is-ok {
  color: #555353;
}

.bowla-form__status.is-err {
  color: #cd563d;
}

.bowla-field__input:focus,
.bowla-field__input--textarea:focus {
  outline: none;
  border-color: #9d9d9d;
  box-shadow: none;
}

.bowla-submit {
  transition:
    background-color 0.3s ease,
    opacity 0.3s ease;
}

.bowla-submit:hover {
  background-color: #aa3e28;
  opacity: 1;
}

@media (max-width: 1100px) {
  .bowla-form {
    flex-direction: column;
    gap: 32px;
  }
}

@media (max-width: 700px) {
  .bowla-form__row {
    flex-direction: column;
    gap: 20px;
  }

  .bowla-group__grid {
    flex-direction: column;
    gap: 16px;
  }

  .bowla-group__title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .text-marquee__track {
    animation: none;
  }
}
