/* css custom */
body {
  background: #f2ebe3 !important;
}
/* custom scrollbar */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #f2ebe3;
}
::-webkit-scrollbar-thumb {
  background-color: #2b1a0e;
  border-radius: 10px;
  border: 2px solid #f2ebe3;
}
body::-webkit-scrollbar-track {
  border-radius: 1px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
/* custom scrollbar */

.page-id-23 .custom-header,
.page-id-27 .custom-header {
  background-color: #2b1a0e !important;
}

/* Change SVG icon color to white on hover */
.button-hover:hover svg path {
  fill: #f2ebe3 !important;
}
.button-hover svg {
  height: 11px !important;
}

.error404 footer {
  display: none !important;
}
.error404 .elementor-59 .elementor-element.elementor-element-9a1efda img {
  width: auto !important;
}

.custom-contact-form {
  font-family: "Montserrat";
  color: #8e8278;
  margin: 0 auto;
}

.custom-contact-form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 55px;
}

.custom-contact-form label {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 6px;
  font-weight: 400;
  color: #2b1a0e;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form textarea {
  background-color: transparent;
  border-bottom: 1px solid #d18643 !important;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 17px;
  color: #8e8278;
  border-radius: 2px;
  outline: none !important;
  transition: border 0.3s ease;
  border: none;
}

.custom-contact-form textarea {
  height: 50px;
  resize: vertical;
}

.custom-contact-form .checkbox-row {
  display: block;
  align-items: flex-start;
  gap: 15px;
  font-size: 13px;
  line-height: 28px;
  color: #2b1a0e;
  font-weight: 600;
}


.custom-contact-form .checkbox-row .wpcf7-list-item {
  margin-left: 0px !important;
}

.custom-contact-form .checkbox-row .wpcf7-list-item input[type="checkbox"] {
  height: 18px;
  width: 18px;
  margin-bottom: -0.2em;
  margin-right: 10px !important;
  appearance: none;
  -webkit-appearance: none;
  background-color: #f2ebe3;
  border: 1px solid #2b1a0e;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  margin-top: 3px;
  transition: all 0.2s ease;
}
.custom-contact-form .checkbox-row input[type="checkbox"]:checked {
  background-color: #f2ebe3;
  border-color: #2b1a0e;
}

.custom-contact-form .checkbox-row input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: -1px;
  left: 3px;
  font-size: 13px;
  color: #2b1a0e;
  line-height: 18px;
}

.custom-contact-form .checkbox-row a {
  color: #2b1a0e;
  text-decoration: underline;
}

.custom-contact-form .send-btn {
  background: transparent;
  border: 1.5px solid rgba(43, 26, 14, 0.6);
  color: #2b1a0e;
  padding: 10.17px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0px !important;
  font-size: 15px;
  line-height: 13px;
  cursor: pointer;
  /* transition: all 0.3s ease; */
  width: 180px !important;
}

.custom-contact-form .send-btn:hover {
  background-color: #d18643;
  color: #f2ebe3;
  border: 1.5px solid #d18643 !important;
}

.custom-contact-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #b33;
}
.send-btn img {
  width: 14px !important;
  height: 11px !important;
  object-fit: contain;
  margin-left: 5px;
  margin-top: -4px !important;
}

.send-btn:hover .send-icon {
  filter: brightness(0) invert(1);
}

.custom-contact-form [type="submit"]:focus {
  background-color: #d18643 !important;
  color: #f2ebe3 !important;
  border: 1.5px solid #d18643 !important;
}
.custom-contact-form button:focus {
  background-color: #d18643 !important;
  color: #f2ebe3 !important;
  border: 1.5px solid #d18643 !important;
}
/* Spinner animation for loading state */
@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

.send-btn.is-loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}

.send-btn.is-loading + .send-icon {
  background-image: none !important;
}

.send-btn.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5em;
  width: 16px;
  height: 16px;
  border: 2px solid #2b1a0e;
  border-top-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: spin 0.7s linear infinite;
}

/* Keep white icon after errors */
.wpcf7 form.invalid .send-icon {
  content: url("/wp-content/uploads/2025/10/Vector-5.svg");
}
.send-btn:hover .send-icon {
  content: url("/wp-content/uploads/2025/10/Vector-5.svg");
}
.wpcf7 form .wpcf7-response-output {
  margin-left: 0px !important;
}

.image-slider .swiper .elementor-swiper-button-prev svg {
  position: absolute !important;
  top: auto;
  bottom: -13em;
  left: -0.5em !important;
}
.image-slider .swiper .elementor-swiper-button-next svg {
  position: absolute !important;
  top: auto;
  bottom: -13em;
  right: -0.5em !important;
}
.image-slider .swiper-wrapper .swiper-slide img {
  height: 573px !important;
  width: 100vw !important;
  object-fit: cover !important;
  object-position: center;
  border-radius: 0px 90px 0px 0px !important;
}


.word-line {
  overflow: hidden;
  height: 100px;
}
.skew-up {
  opacity: 0;
}

.custom-header .elementor-nav-menu .elementor-item-active {
  position: relative;
}

.custom-header .elementor-nav-menu .elementor-item-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px !important;
  background-color: #f2ebe3 !important;
}

.custom-header .elementor-nav-menu .elementor-item,
.custom-header .elementor-nav-menu .elementor-item-active::after {
  transition: all 0.3s ease;
}

.custom-header .elementor-nav-menu .elementor-item:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 3px;
  background-color: #f2ebe3 !important;
}
body.page-id-27 .smart-page-loader {
  display: none !important;
}


@media (max-width: 768px) {
  .image-slider .swiper .elementor-swiper-button-prev svg {
    bottom: -9.5em;
    height: 16px !important;
    left: 6em !important;
  }
  .image-slider .swiper .elementor-swiper-button-next svg {
    bottom: -9.5em;
    height: 16px !important;
    right: 6em !important;
  }
  .image-slider .swiper-wrapper .swiper-slide img {
    height: 375px !important;
    border-radius: 0px 50px 0px 0px !important;
  }
}

/* 🔹 Seamless infinite marquee only on mobile */
@media (max-width: 767px) {
  .marquee-slider .swiper {
    overflow: hidden;
  }

  .marquee-slider .swiper-wrapper {
    display: flex;
    width: max-content;
    animation: marqueeInfinite 30s linear infinite;
  }

  .marquee-slider .swiper-slide {
    flex: 0 0 auto;
    margin-right: 20px;
  }

  @keyframes marqueeInfinite {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }

  .word-line {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .marquee {
    height: auto !important;
  }

  .marquee-inner img {
    height: 60px !important;
    width: auto;
  }
  .marquee-inner {
    gap: 40px !important;
  }
}
/* Elementor image slider easing effect */
.image-slider .swiper-wrapper {
  transform: translateZ(0);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1) !important;
}

@media (max-width: 388px) {
  .image-slider .swiper .elementor-swiper-button-prev svg {
    left: 4em !important;
  }
  .image-slider .swiper .elementor-swiper-button-next svg {
    right: 4em !important;
  }
}
@media (max-width: 290px) {
  .image-slider .swiper .elementor-swiper-button-prev svg {
    left: 3em !important;
  }
  .image-slider .swiper .elementor-swiper-button-next svg {
    right: 3em !important;
  }
}