/* 
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 */
body {
  overflow-x: hidden;
}
.main-button-hover a {
  transition: padding 0.3s ease-out;
}
.main-button-hover a:hover {
  padding: 15px 27px 15px 30px !important;
}

.back-img {
  position: absolute;
  opacity: 0;
  animation: fade-in 2s ease-in-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.image-hover:hover .back-img {
  opacity: 1;
}

.violet-h:hover {
  color: #ABA9F7;

}
.blue-h:hover {
  color: #BFE4FC;

}
.green-h:hover {
  color: #CDFCB7;

}
.elementor-location-footer a {
  color: #fff;
}
.purple:hover a::after {
  background-image: url(./assets/image/circle-violet.svg);
  background-position:center;
  height: 59px;
  background-repeat: no-repeat;
  display: block;
  width: 125px;
  left: 0;
}

.blue:hover a::after {
  background-image: url(./assets/image/circle-blue.svg);
  background-position: center;
  height: 59px;
  background-repeat: no-repeat;
  display: block;
  background-position: left center;
    height: 59px;
    background-repeat: no-repeat;
    display: block;
    width: 90px;
    left: -10px;
}

.yellow:hover a::after {
  background-image: url(./assets/image/circle-yellow.svg);
  background-position: center;
  height: 59px;
  background-repeat: no-repeat;
  display: block;
  width: 100px;
    left: 0;
}

.green:hover a::after {
  background-image: url(./assets/image/circle-green.svg);
  background-position: center;
  height: 65px;
  background-repeat: no-repeat;
  display: block;
  width: 125px;
    left: 0;
}

.image-hover:hover .front-img {
  opacity: 0;
}
.cta-card .elementor-column {
  width: 100%;
}
.cta-card:hover .hover-tile {
  opacity: 1;
}
.hover-tile {
  position: absolute;
  opacity: 0;
  height: 100%;
  transition: opacity 0.3s ease-out;
}

.elementor-widget-testimonial-carousel
  .elementor-swiper-button-prev
  .eicon-chevron-left::before {
  content: "";
  background-image: url(./assets/image/arrow-left.svg);
  background-position: center;
  height: 59px;
  background-repeat: no-repeat;
  display: block;
  width: 59px;
}

/* .scroll-cta-cards .arrow.left::before {
  content: "";
  background-image: url(./assets/image/arrow-left.svg);
  background-position: center;
  height: 59px;
  background-repeat: no-repeat;
  display: block;
  width: 59px;
  right: 0;
}
.scroll-cta-cards .arrow.arrow.left:hover::before {
  content: "";
  background-image: url(./assets/image/arrow-left-hover.svg);
} */

.elementor-widget-testimonial-carousel
  .elementor-swiper-button-prev
  .eicon-chevron-left:hover::before {
  content: "";
  background-image: url(./assets/image/arrow-left-hover.svg);
}

.elementor-widget-testimonial-carousel
  .elementor-swiper-button-next
  .eicon-chevron-right::before {
  content: "";
  background-image: url(./assets/image/arrow-right.svg);
  background-position: center;
  height: 59px;
  background-repeat: no-repeat;
  display: block;
  width: 59px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(./assets/image/dot-01.svg);
  width: 30px;
  height: 30px;
}
.swiper-pagination-bullet {
  background: url(./assets/image/dot-2.svg);
  width: 30px;
  height: 30px;
}
.swiper-slide-inner .swiper-slide-contents {
  padding: 40px 100px;
  background: #fff;
  opacity: 0.94;
}
.elementor-widget-testimonial-carousel
  .elementor-swiper-button-next
  .eicon-chevron-right:hover::before {
  content: "";
  background-image: url(./assets/image/arrow-right-hover.svg);
}
/* .testimonial-slider
  .elementor-testimonial--layout-image_left
  .elementor-testimonial {
  align-items: center;
} */

.testimonial-slider .elementor-widget-wrap {
  overflow: hidden;
}
.contact-btn {
  text-align: center;
}
.contact-btn a {
  background: #1D1D1B;
  display: inline-block !important;
  margin: auto;
  color: #fff !important;
  margin-top: 10px;
}
.contact-btn a:hover {
  background: #ABA9F7;
}
.d-none {
  display: none !important;
}


@keyframes circularAnimation {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.moving-paragraph {
  position: relative;
  width: 100%; /* Set the width to match the container */
  overflow: hidden; /* Hide any content that exceeds the container */
  height: 25px;
}

.moving-paragraph p {
  position: absolute; /* Position the paragraph absolutely within the container */
  top: 0;
  left: 0;
  margin: 0;
  white-space: nowrap;
  animation: circularAnimation 20s linear infinite;
}


@media only screen and (max-width: 820px) {
  .intro-section .elementor-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .intro-section .image-hover {
    margin: auto;
  }
  .image-none .elementor-widget-wrap {
    background-image: none !important;
  }
  .scroll-cta-cards .elementor-container {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .d-none {
    display: block !important;
  }

  .scroll-cta-cards .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
  }

  .scroll-cta-cards .arrow.left {
    left: 0;
  }
  .scroll-cta-cards .arrow.right {
    right: 0;
  }

  .scroll-cta-cards .arrow.right::before {
    content: "";
    background-image: url(./assets/image/arrow-right.svg);
    background-position: center;
    height: 59px;
    background-repeat: no-repeat;
    display: block;
    width: 59px;
    right: 0;
  }
  .scroll-cta-cards .arrow.right:hover::before {
    content: "";
    background-image: url(./assets/image/arrow-right-hover.svg);
  }

  ul.elementor-nav-menu {
    height: calc(100vh - 45px);
    padding-top: 80px;
  }
  .scroll-cta-cards .elementor-container .elementor-column {
    min-width: 570px;
  }
  .cta-card .elementor-container {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 480px) {
  .animated-heading h1,h2,h3,h4,h5 {
  word-break: break-all;
}
.testimonial-slider .elementor-testimonial--layout-image_left .elementor-testimonial {
  flex-direction: column-reverse;
}
.scroll-cta-cards .elementor-container .elementor-column {
  min-width: 360px;
}
}
