/****** Style Vars ******/
:root {
  --color-primary: #4f6db4;
  --color-second: #fc9956;
  --color-text: #464961;
  --color-bg: #fafafa;
  --box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/****** Default Styles ******/
.wave-animation {
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  position: absolute;
}

.wave-animation path {
  fill: none;
  stroke-width: 0.5;
  opacity: 0.8;
}

/****** Swiper ******/
.elementor-swiper-button-prev,
.elementor-swiper-button-next {
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  cursor: pointer;
  background: #fff;
  transition: background 0.3s ease;
  color: #999;
}

.elementor-swiper-button-prev:hover,
.elementor-swiper-button-prev:focus,
.elementor-swiper-button-next:hover,
.elementor-swiper-button-next:focus {
  background: var(--color-primary);
  color: #fff;
}

.elementor-swiper-button-prev:hover,
.elementor-swiper-button-next:hover {
  opacity: 0.9;
}

.swiper-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.3s ease;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

#wave-amesha-footer {
  height: 210%;
}

#amesha-customer-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-second) !important;
}

/****** Hero Section ******/
/* #hero-section {
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    overflow: hidden;
    transition: all 0.3s ease;
} */

/***** CONTACT US POPUP ******/
.contact-us-popup {
  z-index: 9995;
  position: relative;
}

.contact-us-popup a {
  color: #fff;
  border-radius: 20px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #4169e1;
  padding: 13px 24px;
  border: 0;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
}
.contact-us-popup i {
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
}
.contact-us-content {
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 20px;
  z-index: 99999;
  transition: 200ms ease-in-out;
  width: 50%;
  padding: 50px 30px 30px;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.contact-us-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  visibility: hidden;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.active-contact .contact-us-content,
.active-contact .contact-us-overlay {
  opacity: 1 !important;
  visibility: visible !important;
}

/* #how-it-works {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  overflow: hidden;
  max-height: 400px;
}

.how-image.hide {
    display: none;
}
#how-it-works.active {
  max-height: 100%;
} */

#how-it-works {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  overflow: hidden;
  max-height: 423px;
}

#how-it-works.active {
  max-height: 100%;
}

#how-image-parent {
  opacity: 1;
}

#how-image-parent.hide {
  max-height: 0;
  opacity: 0;
}

#how-chevron {
  cursor: pointer;
  text-align: center;
  padding: 0;
  font-size: 1.5rem;
}

#how-chevron.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/***** RESPONSIVE ******/

@media (max-width: 1024px) {
  #how-it-works {
    max-height: 400px;
  }
}


@media (min-width: 1230px) {
  #wave-amesha-footer {
    height: 350%;
  }
}
@media (max-width: 991px) {
  /* Contact Us Popup */
  .contact-us-content {
    width: 70%;
  }
}
@media (max-width: 768px) {
  /* Contact Us Popup */
  .contact-us-content {
    width: 90%;
    padding: 50px 0 30px;
  }

  #how-it-works {
    max-height: 580px;
  }

  #how-expanded {
    visibility: hidden;
  }

  #how-it-works.active #how-expanded {
    visibility: visible;
  }

  

  /* 3d Viever */
  #hero-section .b3dviewer-wrapper,
  #hero-section .modelViewerBlock {
    height: 400px !important;
  }
}
@media (max-width: 578px) {
  /* Contact Us Popup */
  .contact-us-popup {
    z-index: 9998;
  }
  .contact-us-popup a {
    right: 15px;
    bottom: 12px;
  }
}
