/* 
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 */

@import url("https://use.typekit.net/noy4dbk.css");

body,html{
	overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}


::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f0f9f9;
}
::-webkit-scrollbar-thumb {
  background: #5BC4BF;
}

::selection {
    background: #5BC4BF;
    color: white;
}

::-moz-selection {
    background: #5BC4BF;
    color: white;
}


.ep-list ul {
  list-style-type: none; /* Remove default bullets */
  padding-left: 0; /* Optional: Remove left padding */
}

.ep-list ul li {
  position: relative; /* Ensure the SVG is placed relative to the list item */
  padding: 8px 44px;
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
}

.ep-list ul li::before {
  content: ""; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); 
  width: 32px; 
  height: 32px; 
  background-image: url('/wp-content/uploads/2026/04/Icon-3.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.eael-infobox.icon-on-left .infobox-content {
    padding-left: 0px!important;
}

.rm-wrap span {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
}

.rm-toggle {
    display: inline-block;
    margin-top: 8px;
    font-weight: 600;
    color: var(--e-global-color-accent, #7a3fc0);
    text-decoration: none;
    font-size: 0.9em;
}
.rm-toggle:hover { text-decoration: underline; }



.eael-ext-scroll-to-top-wrap {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 15px !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
}

.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;

    width: 115px;
    height: 34px;
    display: flex !important;
    align-items: center;
    justify-content: center;

    opacity: 1;
    background-color: rgba(0, 87, 108, 0.61);
    border-radius: 8px;
}
