/* Put any custom CSS in here */
a.white-link {
  color: #fff;
}
a.white-link:hover {
  color: #b29c60;
}
span.blue {
  color: #019bd9;
}
ol li,
ul li {
  margin: 10px 0;
}

.custom-form input,
.custom-form select,
.custom-form textarea {
  background-color: #f0f0f0 !important;
  box-shadow: inset 1px 1px 3px 1px rgb(0 0 0 / 20%);
}

.extra-lh p {
  line-height: 1.5em;
}

.blue-link a {
  color: #2dc0ea;
  text-decoration: underline;
}
.blue-link a:hover {
  opacity: 0.75;
}

.nya-header .menu-item {
  border-right: 1px solid #fff;
}
.nya-header .menu-item:last-of-type {
  border-right: none;
}
.nya-header .menu-item a {
  text-decoration: underline;
}
.nya-header {
  width: 100%;
}

.subscribe-form .elementor-button,
.shadow .elementor-grid-item a {
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.34);
}
.shadow .elementor-grid-item a {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.link-underlines a {
  text-decoration: underline;
}
.dark a {
  color: #4c5055;
}
.dark a:hover {
  color: #000;
}

/* Accordions */
.e-n-accordion-item .elementor-element {
  margin-top: -18px;
  z-index: 1;
  padding-top: 35px;
}
.e-n-accordion-item-title {
  z-index: 2;
}
.e-n-accordion-item-title {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

/* Contact */
.e-n-tabs-heading .e-n-tab-title {
  position: relative;
}

.e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #2dc0ea;
  z-index: 1;
}

/* Blog */
.blog-grid .elementor-pagination {
  display: flex;
  justify-content: space-between;
}
.blog-grid .page-numbers.prev {
  padding-left: 25px;
}
.blog-grid .page-numbers.next {
  padding-right: 25px;
}
.blog-grid .page-numbers.prev::before,
.blog-grid .page-numbers.next::before {
  content: "";
  width: 13px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.blog-grid .page-numbers.prev::before {
  background-image: url(/wp-content/uploads/2025/10/previous.svg);
  left: 0;
}
.blog-grid .page-numbers.next::before {
  background-image: url(/wp-content/uploads/2025/10/next.svg);
  right: 0;
}

/* Carousel */
.nya-carousel .e-n-carousel {
  width: 110% !important;
  margin-left: -5%;
}
.elementor-element-0533795 .swiper-wrapper {
  position: relative;
}
.elementor-element-0533795 .e-n-carousel::before,
.elementor-element-0533795 .e-n-carousel::after {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 63px;
  width: 350px;
  z-index: 10;
  pointer-events: none;
}
/* Left fade */
.elementor-element-0533795 .e-n-carousel::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Right fade */
.elementor-element-0533795 .e-n-carousel::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Make sure arrows stay on top */
.elementor-element-0533795 .elementor-swiper-button {
  z-index: 11;
}

/* Timeline */
:root {
  --brand-primary: #2dc0ea;
}

/* Vertical Timeline */
/* #vertical-timeline .v-timeline-box::before {
  content: "";
  border-radius: 50%;
  width: 65px;
  height: 65px;
  border: 8px solid #fafafa;
  position: absolute;
  left: -4vw;
  transition: 0.4s all ease;
  background-color: #fafafa;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.09);
  z-index: 1;
}

@media (max-width: 767px) {
  #vertical-timeline .v-timeline-box::before {
    width: 55px;
    height: 55px;
    border-width: 8px;
    left: -30px;
  }
}

#vertical-timeline .v-timeline-box::after {
  content: "";
  height: 100%;
  width: 8px;
  position: absolute;
  left: calc(-4vw + 28px);
  bottom: 0;
  background: linear-gradient(to bottom, var(--brand-primary) 50%, #fafafa 50%);
  background-size: 100% 200%;
  background-position: bottom right;
  transition: all 0.5s ease;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.09);
  z-index: 0;
}

@media (max-width: 767px) {
  #vertical-timeline .v-timeline-box::after {
    left: -5px;
  }
}

#vertical-timeline .v-timeline-box:last-of-type i.fa-check {
  position: absolute;
  font-size: 90px;
  top: -10px;
  left: calc(-5vw - 0.1em);
  width: auto;
}

@media (max-width: 767px) {
  #vertical-timeline .v-timeline-box:last-of-type i.fa-check {
    font-size: 70px;
    left: -50px;
  }
}

#vertical-timeline .v-timeline-box:last-of-type::after {
  height: 0;
  top: 100px;
  z-index: 4;
}

#vertical-timeline .v-timeline-box:last-of-type:hover i.fa-check {
  color: #66d892 !important;
} */

/* #vertical-timeline .v-timeline-box:hover::before {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

#vertical-timeline .v-timeline-box:hover::after {
  background-position: top right;
} */

@media screen and (max-width: 1023.98px) {
  .elementor-element-0533795 .e-n-carousel::before,
  .elementor-element-0533795 .e-n-carousel::after {
    width: 250px;
  }
}
@media screen and (max-width: 767.98px) {
  .elementor-element-0533795 .e-n-carousel::before,
  .elementor-element-0533795 .e-n-carousel::after {
    display: none;
  }
  .nya-carousel .e-n-carousel {
    width: 100% !important;
    margin-left: 0%;
  }
}

/* Variables */
:root {
  --nya-horizontal-spacing: 10%;
  --nya-vertical-spacing: 75px;
  --nya-mobile-horizontal-spacing: 50px;
  --nya-mobile-vertical-spacing: 50px;
  --nya-paragraph: ;
  /* Font Sizes: clamp(min-size, scaling size, max-size)*/
  --nya-h1: clamp(2rem, 4vw, 4rem);
  --nya-h2: clamp(1.7rem, 3vw, 3.5rem);
  --nya-h3: clamp(1.7rem, 2.5vw, 3rem);
  --nya-h4: clamp(1.5rem, 2vw, 2.5rem);
  --nya-p: clamp(1rem, 2vw, 1.375rem);
}

/* Containers and Alignment */
.nya-custom-container {
  padding: var(--nya-vertical-spacing), var(--nya-horizontal-spacing);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .nya-custom-container {
    padding: var(--nya-mobile-vertical-spacing),
      var(--nya-mobile-horizontal-spacing);
  }
}
@media screen and (max-width: 767px) {
  .nya-custom-container {
    padding: var(--nya-mobile-vertical-spacing),
      var(--nya-mobile-horizontal-spacing);
  }
}
.nya-custom-horizontal {
  padding-left: var(--nya-horizontal-spacing);
  padding-right: var(--nya-horizontal-spacing);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .nya-custom-container {
    padding-left: var(--nya-mobile-horizontal-spacing);
    padding-right: var(--nya-mobile-horizontal-spacing);
  }
}
@media screen and (max-width: 767px) {
  .nya-custom-container {
    padding-left: var(--nya-mobile-horizontal-spacing);
    padding-right: var(--nya-mobile-horizontal-spacing);
  }
}

/* Font Sizes */
.nya-custom-p p,
.nya-custom-p ul li,
.nya-custom-p ol li {
  font-size: var(--nya-paragraph) !important;
}
.nya-custom-h1 h1 {
  font-size: var(--nya-h1) !important;
}
.nya-custom-h2 h2 {
  font-size: var(--nya-h2) !important;
}
.nya-custom-h3 h3 {
  font-size: var(--nya-h3) !important;
}
.nya-custom-h4 h4,
.nya-custom-h5 h5,
.nya-custom-h6 h6 {
  font-size: var(--nya-h4) !important;
}
