/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');

body {
  font-family: 'Inter', sans-serif;
}

.mfooter {
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
  border-top-left-radius: 100px;
}

/* Custom styles for inputs */
.custom-input {
  background-color: #EBE3FF;
  border: none;
  padding: 1rem;
  border-radius: 4px;
  width: 100%;
  font-size: 0.95rem;
}

.custom-input:focus {
  outline: none;
  background-color: #DDD6ED;
}

.input-padd {
  padding-top: 24px;
  padding-bottom: 8px;
}

/* Custom select dropdown */
.custom-select {
  background-color: #EBE3FF;
  border: 1px solid #A259FF;
  padding: 1rem;
  border-radius: 8px;
  width: 100%;
  font-size: 0.95rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem;
  padding-right: 3rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-select:focus {
  outline: none;
  background-color: #DDD6ED;
}

/* Number input buttons styling */
.counter-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.25rem;
  transition: all 0.2s;
}

.counter-btn:hover {
  background-color: #333;
}

.counter-display {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 3rem;
  text-align: center;
}

/* Clear button styling */
.clear-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clear-btn:hover {
  opacity: 0.7;
}

.flinks a {
  color: #1D1B20;
  opacity: 0.4;
}

.flinks a:hover {
  opacity: 1;
}

.bginput {
  background-color: #EBE3FF;
}

.poslabel {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 5px;
}

.toplabel {
  color: #1E1E1E;
}

.csclr {
  color: #1E1E1E;
}

.grayclr {
  color: #757575;
}

.purpleclr {
  color: #A259FF;
}

/* Flatpickr custom styling */
.flatpickr-input {
  background-color: #EBE3FF !important;
  cursor: pointer;
}

.btn-disabled {
  background-color: #9CA3AF;
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-disabled:hover {
  background-color: #9CA3AF;
}

/* Radio button styling */
.custom-radio {
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #000;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.custom-radio:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #000;
}

/* Step visibility */
.step {
  display: none;
}

.step.active {
  display: block;
}

/* Person card styling */
.person-card {
  background-color: #F9FAFB;
  margin-bottom: 2rem;
}

/* Equipment card styling */
.equipment-card {
  transition: all 0.2s;
  padding-left: 40px !important;
}

.equipment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.equipcol {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}

.swal2-popup {
  font-family: 'Inter', sans-serif;
  color: #000;
}

.swal2-actions .swal2-styled {
  font-weight: 500;
  width: 150px;
}

.swal2-confirm.swal2-styled {
  background-color: #000;
}

.swal2-cancel.swal2-styled {
  background: #EBE3FF;
  color: #000;
}

#swal2-html-container {
  font-weight: 300;
}

.price-sbtotal {
  font-size: 29px;
  font-weight: 200;
  color: #000;
}

.chkbox-cart {
  background-color: #65558f;
  fill: #fff;
  border-radius: 2px;
  height: 25px !important;
  width: 25px !important;
}

/* Hide place order button via CSS injection (if same-origin) */
#nivalis-checkout-iframe #place_order,
#nivalis-checkout-iframe .wc-block-components-checkout-place-order-button {
  display: none !important;
}

.woocommerce-checkout #payment {
  background: #EBE3FF !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

.payment_box.payment_method_cod {
  background: #fff !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #fff !important;
}

.main-adult-cart {
  display: flex;
  flex-direction: column;
}

.main-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-data {
  flex-grow: 1;
}


.block-checkout {
  border: 1px solid rgba(162, 89, 255, 1);
  border-radius: 5px;
}

.label-email {
  font-weight: bold;
  margin-top: -4px;
  padding-bottom: 8px;
}

.nameper {
  padding-bottom: 11px;
}

/* DEFAULT = grid works normally */

.js-carousel.carousel-active {
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* card widths = your grid columns */

.js-carousel.carousel-active .carousel-item {
  flex: 0 0 100%;
}

.btn-arow {
  background: rgba(162, 89, 255, 0.5) !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.btn-arow svg path {
  stroke: #A259FF;
}

.carousel-active {
  cursor: grab;
  user-select: none;
}

.carousel-active:active {
  cursor: grabbing;
}

.carousel-prev.is-disabled,
.carousel-next.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: #d9d9d9 !important;
}

.hide-arrows .carousel-prev,
.hide-arrows .carousel-next {
  display: none;
}

.user-data {
  display: flex;
  justify-content: space-between;
}

.main-box .flex .font-normal {
  text-transform: capitalize;
}

.stpfr-color {
  display: flex;
  align-items: center;
  gap: 6px;
}

.thankyou {
  background-color: rgba(10, 207, 131, 0.20);
  border: 1.5px solid #0ACF83;
  border-radius: 8px;
}

.hide-iframe {
  display: none !important;
}

.page-id-189 .hide-iframe {
  display: flex !important;
}

.linkcircle img {
  width: 32px;
}

.htselect {
  border: 0px;
  border-radius: 0px;
  padding-top: 26px;
  padding-bottom: 6px;
}

select.has-value {
  background-image: none;
  padding-right: 40px;
  /* Make room for clear button */
}

/* Show arrow when no option selected */
select:not(.has-value) {
  padding-right: 40px;
  /* Default padding for arrow */
}

.cartdate {
  font-size: 15px;
  font-weight: 400;
}

table.shop_table {
  display: none !important;
}

main#content h1.entry-title {
  display: none;
}

.tool-cnt b {
  padding-bottom: 9px;
  display: block;
}

.date-size {
  font-size: 15px !important;
  letter-spacing: 0px;
  font-weight: 500 !important;
}


/* MAIN CANVAS */
.product-canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 7;
  background: linear-gradient(to bottom, #6f6f6f 0%, #d3d3d3 100%);
  overflow: hidden;
}

/* ALL LAYERS */
.product-canvas img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  pointer-events: none;
}

/* Z-INDEX STACK */
.layer-skis {
  z-index: 9999;
  left: 72%;
}

.layer-dummy {
  z-index: 0;
}

.layer-boots {
  z-index: 2;
}

.layer-gloves {
  z-index: 3;
}

.layer-helmet {
  z-index: 4;
}

.powered-by {
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
}

.fontsmall {
  font-size: 14px;
  letter-spacing: -0.15px;
}

.img-power img {
  width: 44px;
  height: 44px;
  margin: 0 auto;
}




/* ============================================
   TOAST NOTIFICATION STYLES
   ============================================ */

.nivalis-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 16px 24px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
  z-index: 10000;
  min-width: 250px;
  max-width: 400px;
  transform: translateX(400px);
  opacity: 0;
  transition: all 0.3s ease;
}

.nivalis-toast.show {
  transform: translateX(0);
  opacity: 1;
}

/* Toast Types */
.nivalis-toast-success {
  background: #10b981;
  color: white;
  border-left: 4px solid #059669;
}

.nivalis-toast-error {
  background: #ef4444;
  color: white;
  border-left: 4px solid #dc2626;
}

.nivalis-toast-warning {
  background: #f59e0b;
  color: white;
  border-left: 4px solid #d97706;
}

.nivalis-toast-info {
  background: #3b82f6;
  color: white;
  border-left: 4px solid #2563eb;
}

/* ============================================
   FIELD ERROR STYLES
   ============================================ */

.field-error {
  border: 2px solid #ef4444 !important;
  background-color: #fef2f2 !important;
  animation: shake 0.4s ease;
}

.field-error:focus {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
  outline: none !important;
}

@keyframes shake {

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

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-8px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(8px);
  }
}

.custom-input.field-error,
.custom-select.field-error,
input.field-error,
select.field-error {
  border: 2px solid #ef4444 !important;
  background-color: #fef2f2 !important;
}

.custom-input.field-error:focus,
.custom-select.field-error:focus,
input.field-error:focus,
select.field-error:focus {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}

/* ============================================
   CONFIRMATION DIALOG STYLES
   ============================================ */

.nivalis-confirm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.nivalis-confirm-overlay.show {
  opacity: 1;
}

.nivalis-confirm-dialog {
  background: white;
  border-radius: 12px;
  padding: 24px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: scale(0.9);
  transition: transform 0.2s ease;
}

.nivalis-confirm-overlay.show .nivalis-confirm-dialog {
  transform: scale(1);
}

.nivalis-confirm-dialog h3 {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.nivalis-confirm-dialog p {
  margin: 0 0 24px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.nivalis-confirm-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.nivalis-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.nivalis-btn-cancel {
  background: #e5e7eb;
  color: #374151;
}

.nivalis-btn-cancel:hover {
  background: #d1d5db;
}

.nivalis-btn-confirm {
  background: #8b5cf6;
  color: white;
}

.nivalis-btn-confirm:hover {
  background: #7c3aed;
}

/* ============================================
   FIELD ERROR STYLES
   ============================================ */

.field-error {
  border: 2px solid #ef4444 !important;
  background-color: #fef2f2 !important;
  animation: shake 0.4s ease;
}

/* Focus state for error fields */
.field-error:focus {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
  outline: none !important;
}

/* Shake animation */
@keyframes shake {

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

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-8px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(8px);
  }
}

/* Style for custom-input and custom-select classes */
.custom-input.field-error,
.custom-select.field-error,
input.field-error,
select.field-error {
  border: 2px solid #ef4444 !important;
  background-color: #fef2f2 !important;
}

.custom-input.field-error:focus,
.custom-select.field-error:focus,
input.field-error:focus,
select.field-error:focus {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */

@media (max-width: 640px) {
  .nivalis-toast {
    top: 10px;
    right: 10px;
    left: 10px;
    min-width: auto;
    max-width: none;
  }

  .nivalis-confirm-dialog {
    width: 95%;
    padding: 20px;
  }

  .nivalis-confirm-buttons {
    flex-direction: column-reverse;
  }

  .nivalis-btn {
    width: 100%;
  }
}


@media (min-width: 768px) {
  .js-carousel.carousel-active .carousel-item {
    flex: 0 0 50%;
  }
}

@media (min-width: 1280px) {
  .js-carousel.carousel-active .carousel-item {
    flex: 0 0 33.3333%;
  }
}



/* mobile only */
@media (max-width: 767px) {
  .hide-dots {
    display: none !important;
  }

  .flxdirecion {
    flex-direction: column;
  }

  .imglft img {
    height: 380px;
    ;
  }

  .mfooter {
    border-top: 1px solid #C7C7C7;
    border-left: 0px !important;
    border-radius: 0px !important;
  }

  .thnkcheck {
    display: flex;
    justify-content: center;
  }

  .chk-src {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .imgchec {
    display: flex;
    justify-content: center;
  }

  .mb-base {
    font-size: 20px !important;
    text-align: center;
    line-height: 1.3em !important;
  }

  .date-size {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1em;
  }

  .name-size {
    font-size: 19px !important;
    line-height: 1em;

  }

  .price-sbtotal {
    font-size: 19px !important;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
  }

  #nextStepBtn,
  .goback {
    font-size: 14px !important;
  }

  .logo-header img {
    width: 112px;
  }

  .mfooter {
    padding-bottom: 58px !important;
    padding-top: 25px;
  }

  .mobile-header {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  .flatpickr-mobile {
    height: 55px !important;
    width: 97% !important;
  }

  .equipcol {
    row-gap: 33px !important;
  }

  .equipment-card {
    padding-left: 23px !important;
  }


  .product-canvas {
    aspect-ratio: 4 / 5.5 !important;
  }

  .product-canvas img {
    height: 529px !important;
  }
}

/* tablet only */
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-dots {
    display: none !important;
  }

  .flxdirecion {
    flex-direction: column;
  }

  .imglft img {
    height: 580px;
    ;
  }

  .mfooter {
    border-top: 1px solid #C7C7C7;
    border-left: 0px !important;
    border-radius: 0px !important;
  }

  .thnkcheck {
    display: flex;
    justify-content: center;
  }

  .chk-src {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .imgchec {
    display: flex;
    justify-content: center;
  }

  .logo-header img {
    width: 112px;
  }

  .product-canvas {
    aspect-ratio: 4 / 3.4 !important;
  }

  .product-canvas img {
    height: 729px !important;
  }

  .plx-space {
    padding-top: 90px !important;
  }

  .flogo img {
    width: 192px;
  }

  .footerlogo {
    display: none !important;
  }
}


/* Tablet Portrait */
@media (max-width: 1200px) and (min-width: 768px) {}

/* desktop only */
@media (min-width: 1025px) {
  .mobile-header {
    display: none !important;
  }

  .mfooter .hidden img {
    width: 192px !important;
  }
}

/* laptop and desktop only */
@media (min-width: 1025px) and (max-width: 1550px) {
  .equipment-card {
    padding-left: 25px !important;
  }

  .step-3 {
    padding-left: 10px !important;
  }

  .product-canvas img{
    top: -93px !important;
  }
}

/* laptop small only */
@media (min-width: 1025px) and (max-width: 1280px) {
  .lpt-screen {
    padding-left: 0px !important;
    padding-right: 2rem !important;
  }

  .plx-space {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* big screen only */
@media (min-width: 1700px) and (max-width: 2200px) {
  .product-canvas img{
    top: -123px !important;
  }
}

/* full screen */
@media(min-width:2500px){
  .mfooter {
    position: relative;
    top: -190px;
}
}