/* 
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;
}
p {
    margin-bottom: 0 !important;
}
:target {
  scroll-margin-top: 100px;
}
.list-keyword {
  	color: #003E6B;
	font-family: Aptos;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 26.4px;
}
@media (max-width: 1366px) {
  	.list-keyword {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
  	.list-keyword {
		font-size: 18px;
        line-height: 21.6px;
	}
}

.jet-select__control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 45px;

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none' stroke='%233A84B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 8 10 12 14 8'/></svg>");
  
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
}

#main-menu .elementor-nav-menu .elementor-item {
	position: relative;
	display: inline-block; 
	color: #000;
	text-decoration: none;
}

#main-menu .elementor-nav-menu .elementor-item::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0; 
	transform: translateX(-50%) scaleX(0);
	width: 100%;
	height: 2px;
	transition: transform 0.3s ease;
}

#main-menu .elementor-nav-menu .elementor-item:hover::after,
#main-menu .elementor-nav-menu .elementor-item.elementor-item-active::after {
  	transform: translateX(-50%) scaleX(1);
}


#events,
#input,
#info {
  cursor: pointer !important;
  color: #2C7B80 !important;
  font-weight: 600 !important;
}
#events:hover,
#input:hover,
#info:hover {
  color: inherit !important;
}
