.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-d542997:#01152E;--e-global-color-167e6e7:#9EC419;--e-global-color-bf66711:#FFFFFF;--e-global-color-34e2cdb:#000000;--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-font-style:italic;--e-global-typography-primary-line-height:53px;--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-font-style:italic;--e-global-typography-secondary-line-height:53px;--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-09c5fd7-font-size:25px;--e-global-typography-09c5fd7-font-weight:600;--e-global-typography-09c5fd7-line-height:1.1em;--e-global-typography-5b03746-font-size:20px;--e-global-typography-5b03746-font-weight:400;--e-global-typography-5b03746-line-height:1.1em;--e-global-typography-061ba9b-font-size:20px;--e-global-typography-061ba9b-font-weight:600;--e-global-typography-061ba9b-line-height:1.1em;--e-global-typography-7e24927-font-size:16px;--e-global-typography-7e24927-font-weight:400;--e-global-typography-7e24927-line-height:1.1em;font-family:"Poppins", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-d542997 );}.elementor-kit-6 a{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h6{font-family:"Poppins", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-line-height:30px;--e-global-typography-5b03746-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:18px;--e-global-typography-primary-line-height:30px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:26px;--e-global-typography-09c5fd7-font-size:20px;--e-global-typography-5b03746-font-size:16px;--e-global-typography-061ba9b-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cky-btn-revisit-wrapper,
.cky-consent-bar {
  opacity: 0; /* Hide initially */
  transition: opacity 1s ease; /* Smoothly fade in */
  animation: delayButton 4.5s forwards; /* Delay matches the preloader duration */
}

@keyframes delayButton {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*lang-switcher*/

.elementor-nav-menu .sub-arrow {
    padding:0px !important;
}

@media (max-width:768px){
    .trp-ls-shortcode-language,
    .trp-language-switcher .trp-language-switcher-container{
        width:70px !important;
    }
}

.trp-language-switcher > div {
    background-color: #ffffff00;
    border:none;
    background-image: none;
}
.trp-language-switcher > div > a:hover {
    background-color:#f0f0f057;
}
.trp-ls-shortcode-current-language,
.trp-language-switcher,
.trp-ls-shortcode-current-language,
.trp-language-switcher:hover {
    width:60px !important;
}
.trp-ls-shortcode-language a,
.trp-ls-shortcode-current-language a {
    position: relative; /* Ensure ::before positions correctly */
    display: inline-block; /* For proper alignment */
    padding-left: 30px; /* Space for the flag icon */
}

.trp-ls-shortcode-language a::before,
.trp-ls-shortcode-current-language a::before {
    content: "";
    position: absolute;
    top: 52%; /* Center vertically */
    left: 6px; /* Position to the left of the text */
    transform: translateY(-50%); /* Align vertically */
    width: 40px; /* Adjust flag size */
    height: 20px; /* Adjust flag size */
    background-size: cover;
    background-repeat: no-repeat;
}

/* Flag for Latvian (LV) */
.trp-ls-shortcode-language a[title="Latvian"]::before,
.trp-ls-shortcode-current-language a[title="Latvian"]::before {
    background-image: url('https://paveiks.lv/wp-content/uploads/2025/01/latvia-flag-icon-128.png'); /* Replace with actual URL */
}

/* Flag for English (EN) */
.trp-ls-shortcode-language a[title="English (UK)"]::before,
.trp-ls-shortcode-current-language a[title="English (UK)"]::before {
    background-image: url('https://paveiks.lv/wp-content/uploads/2025/01/united-kingdom-flag-icon-128.png'); /* Replace with actual URL */
}/* End custom CSS */