/*
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.4.1758715051
Updated: 2025-09-24 11:57:31

*/

/* KWINS REQUIRED STYLES */

.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
  z-index: 1;
  visibility: hidden !important;
}

body {
  overflow-x: hidden;
}

body > .elementor {
  overflow-x: clip;
}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

[data-elementor-type="wp-page"] {
  flex: 1;
}

[data-elementor-type="footer"] {
  margin-top: auto;
}

.elementor-widget-image a {
  display: flex !important;
  justify-content: center;
  width: 100%;
}

/* DELETING FOCUS-VISIBLE BORDER */

a:active,
a:focus,
input,
textarea,
input:active,
textarea:active,
:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

.countries-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  border-radius: 32px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.countries-wrapper {
  display: flex;
  gap: 20px;
  padding-top: 15px;
}

.popular-countries {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ADCCE6;
}

.popular-link {
  line-height: 1;
  text-align: center;
  background-color: #0474B4;
  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-radius: 80px 80px 80px 80px;
  padding: 10px 20px;
  transition: background-color .3s ease, color .3s ease;
}

.popular-link:hover {
  background-color: #00507E;
  color: #FFFFFF;
}

.countries__column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.countries__group {
  flex: 1;
  min-width: 150px;
}

.countries-container.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.countries__letter {
  display: block;
  font-family: "Manrope", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -1.1px;
  color: #222222;
}

.countries__letter:not(:first-child) {
  margin-top: 20px;
}

.group__link {
  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--e-global-color-4568e89);
  transition: color .3s ease;
}

.group__link.active {
  color: #0193CF;
}

.group__link:hover {
  color: #0193CF;
}

.group__list {
  margin-top: 5px;
  list-style: none;
  padding-left: 10px;
}

.group__list-item {
  margin-left: 10px;
}

.tab-buttons {
  display: flex;
  gap: 10px;
}

.tab-button {
  padding: 15px 35px;
  cursor: pointer;
  font-family: "Manrope", Sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.4px;
  border-radius: 32px;
  background: #F2F7FB;
  color: #222222;
  transition: background .3s ease, color .3s ease;
}

.tab-button.active {
  background: #0474b4;
  color: #F2F7FB;
}

.tab-button.active:hover {
  background: #0474b4;
  color: #F2F7FB;
}

.tab-button:hover {
  background: #FCB512;
}

#promotionsCompleted {
  display: none;
}

.additional-descr {
  max-height: 0;
  opacity: 0;
  transition: max-height .5s ease, opacity .2s ease !important;
}

.additional-descr.expanded {
  max-height: 100%;
  opacity: 1;
}

.page-countries .countries__column {
  width: 20%;
}

.page-countries .popular-link {
  padding: 20px 32px 20px 32px;
}

.page-countries .popular-countries {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  padding-bottom: 30px;
}

.page-countries .countries-wrapper {
  padding-top: 30px;
}

.elementor-element-c046f09 a {
  justify-content: left;
}

@media (max-width: 1024px) {
  .page-countries .popular-countries {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .page-countries .countries-wrapper {
    flex-direction: column;
  }

  .page-countries .popular-countries {
    grid-template-columns: repeat(2, 1fr);
  }

  .tab-buttons {
    flex-direction: column;
  }

  .tab-button {
    width: 100%;
    text-align: center;
  }
}
