/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1776402464
Updated: 2026-04-17 05:07:44

*/
body,html {
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
@media (min-width:1025px){
	.elementor-nav-menu .sub-menu {
		display: block !important;
		opacity: 0;
		transform: translateY(15px);
		transition: opacity 0.3s ease, transform 0.3s ease;
		pointer-events: none;
	}

	.elementor-nav-menu li:hover > .sub-menu {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:last-child {
		display: none;
	}
}
.since {
    background: #fff;
    border-radius: 50px;
    border: 1px solid #0000001A;
    padding: 6px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.since span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #00AEEF;
    margin: 0 8px 0 0;
    border-radius: 50px;
}

.since p {
    margin: 0;
    color: #00000080;
    font-family: 'Epilogue';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.loop-list {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    animation: scrollLoop 20s linear infinite;
}

.loop-list li {
    flex-shrink: 0;
	list-style:disc;
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.wa-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* Button */
.wa-button {
  cursor: pointer;
}

/* Popup Box */
.wa-box {
  display: none;
  width: 260px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  font-family: sans-serif;
}

/* Header */
.wa-header {
  background:#52B70B;
  color: #fff;
  padding: 12px;
  font-weight: bold;
}
.wa-box {
  display: none;
  position: absolute;  
  bottom: 80px;         
  right: 0;
  width: 260px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
/* Body */
.wa-body {
  padding: 12px;
  font-size: 14px;
  color: #333;
}

/* Button */
.wa-start {
  display: block;
  text-align: center;
  background: #52B70B;
  color: #fff;
  padding: 12px;
  text-decoration: none;
}

/* Hover */
.wa-start:hover {
  background: #1ebe5d;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px !important;
    border-radius: 50px;
}

.swiper-slide.swiper-slide-active:after {
    content:"";
    width:6px;
    display:block;
    background:#ec008c;

    height: 360px;
    position:absolute;
    left:0;
    border-top-left-radius:16px;
    border-bottom-left-radius:16px;
    bottom:0;
}

