@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

#navbar-en .navbar.navbar-fixed-top {
  left: 10px !important;
  right: 10px !important;
  width: auto !important;
  box-sizing: border-box;
  border-radius: 10px; /* optional: makes the rounded corners visible */
}

/* keep the full-width behaviour on small screens */
@media (max-width: 991px) {
  #navbar-en .navbar.navbar-fixed-top {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
  }
}

/* add a little padding to the inner container so the content doesn't hug the edges */
#navbar-en .navbar .container {
  padding-left: 10px;
  padding-right: 10px;
}

#navbar-es .navbar.navbar-fixed-top {
  left: 10px !important;
  right: 10px !important;
  width: auto !important;
  box-sizing: border-box;
  border-radius: 10px; /* optional: makes the rounded corners visible */
}

/* keep the full-width behaviour on small screens */
@media (max-width: 991px) {
  #navbar-es .navbar.navbar-fixed-top {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
  }
}

/* add a little padding to the inner container so the content doesn't hug the edges */
#navbar-es .navbar .container {
  padding-left: 10px;
  padding-right: 10px;
}

/* Style all checkbox labels inside the form */
.mbr-form .form-check-label {
  font-family: "YourCustomFont", sans-serif;
  font-size: 1rem; /* adjust size as needed */
  color: #333; /* or your usual text color */
  user-select: none; /* prevent accidental text selection */
  cursor: pointer;
}

.age-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.85);	
	justify-content: center;
	align-items: center;
	z-index: 9999;
	overflow: hidden;
}

.age-modal-content {
  background: white;
  padding: 2.5rem 3rem;
  max-width: 400px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0,0,0,0.35);
  font-family: 'Inter', Arial, sans-serif; /* Replace 'YourSiteFont' with your site's font */
  font-size: 1.1rem;
  color: #222;
}

.age-modal-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.age-modal-content p {
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.age-modal-content label {
  display: block;
  margin-bottom: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;
}

.age-modal-content input[type="checkbox"] {
  margin-right: 0.7rem;
  transform: scale(1.3);
  vertical-align: middle;
}

.age-modal-content button {
  background-color: #007bff; /* Bootstrap primary blue */
  color: white;
  border: none;
  padding: 0.65rem 1.8rem;
  font-size: 1.15rem;
  border-radius: 25px; /* nice pill shape */
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.age-modal-content button:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}

.age-modal-content button:not(:disabled):hover {
  background-color: #0056b3;
}

#legal-disclaimer-en {
	padding-top: 160px !important;
	padding-bottom: 100px !important;
}

#privacy-policy-en {
	padding-top: 147px;
	padding-bottom: 50px;
}

#legal-disclaimer-es {
	padding-top: 158px !important;
	padding-bottom: 70px !important;
}

#privacy-policy-es {
	padding-top: 147px;
	padding-bottom: 50px;
}

#cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 400px;
  background-color: #1E293B;
  color: #F9FAFB;
  font-family: 'Inter', sans-serif;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}
#cookie-consent p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
#cookie-consent button {
  align-self: flex-end;
  background-color: #3B82F6;
  color: #F9FAFB;
  border: none;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#cookie-consent button:hover {
  background-color: #2563EB;
}

/*! Map */
.google-map {
  height: 25rem;
  position: relative;
}
.google-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#contacts-en {
	background-color: #f8f9fa !important;
}

#contacts-es {
	background-color: #f8f9fa !important;
}

.indent {
	margin-left: 20px;
}

#testimonials-en {
	background-color: #f8f9fa !important;
}

#testimonials-es {
	background-color: #f8f9fa !important;
}

#membership-features-en {
    padding-bottom: 2rem; /* reduces gap below */
}

/* Keep top padding of the next section so it doesn’t show a gap from body */
#cta-contact-en {
    padding-top: 1rem; /* or leave default */
}

#membership-features-es {
    padding-bottom: 2rem; /* reduces gap below */
}

/* Keep top padding of the next section so it doesn’t show a gap from body */
#cta-contact-es {
    padding-top: 1rem; /* or leave default */
}

/* Mobile adjustments */
@media (max-width: 767px) {
  /* Section padding adjustments */
  #membership-features-en,
  #membership-features-es {
      padding-bottom: 2rem; /* reduce gap below section */
  }

  #cta-contact-en,
  #cta-contact-es {
      padding-top: 1rem; /* reduce gap above section */
  }

  #legal-disclaimer-en,
  #legal-disclaimer-es {
      padding-top: 60px !important;
      padding-bottom: 40px !important;
  }

  #privacy-policy-en,
  #privacy-policy-es {
      padding-top: 50px !important;
      padding-bottom: 30px !important;
  }

  /* Blockquote adjustments */
  blockquote {
      padding: 1.5rem;
      font-size: 1rem;
  }

  /* Age modal adjustments */
  .age-modal-content {
      padding: 2rem 1.5rem;
      max-width: 90%;
  }

  .age-modal-content button,
  .btn {
      width: 100%;
      padding: 0.75rem 0;
  }

  /* Scroll arrow reposition */
  .mbr-arrow-up {
      left: 50%;
      right: auto;
      transform: translateX(-50%);
  }
}

/* Ensure form-check takes full width and wraps correctly */
.form-check {
  display: flex !important;       /* force flex */
  align-items: flex-start !important;
  flex-wrap: wrap !important;
  width: 100% !important;         /* take full container width */
  box-sizing: border-box;         /* include padding in width */
  margin-bottom: 0.5rem;          /* spacing between checkboxes */
}

/* Checkbox spacing */
.form-check-input {
  margin-right: 0.5rem !important;
  flex-shrink: 0 !important;      /* prevent shrinking */
}

/* Label wraps nicely */
.form-check-label {
  flex: 1 1 auto !important;      /* allow label to grow/shrink */
  word-break: break-word !important;
}

/* Mobile dropdown menu initially hidden */
.tgp-lang-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  z-index: 999;
  min-width: 120px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Show when active */
.tgp-lang-menu.active {
  display: block;
}

/* Dropdown options styling */
.tgp-lang-option {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
}

.tgp-lang-option:hover {
  background-color: #f2f2f2;
}

.tgp-language-switcher {
  display: flex !important;
  gap: 0.5rem;           /* space between buttons */
  align-items: center;      /* align to center */
}

.tgp-lang-btn {
  padding: 0.2rem 0.5rem;
  font-family: 'Open Sans', sans-serif;
  background-color: #f0f0f0;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 0.9rem;
}

.tgp-lang-btn:hover {
  background-color: #ddd;
}

.tgp-lang-btn.active {
  background-color: #ccc;  /* highlight current language */
}

[data-form-alert] {
  font-family: 'Open Sans', sans-serif;
}
[data-form-alert-danger] {
  font-family: 'Open Sans', sans-serif;
}

.tgp-language-switcher {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* spacing between buttons */
}

.navbar-collapse {
  overflow: visible !important;
}

/* Desktop: padding to the right of language buttons */
@media (min-width: 992px) {
  .navbar-buttons.d-flex {
    padding-right: 2rem; /* roughly 16px if root font-size is 16px */
  }
}

/* Mobile: margin below language buttons */
@media (max-width: 991px) {
  .navbar-buttons.d-flex {
    margin-bottom: 2rem; /* roughly 8px */
  }
}


/* Mobile: full width, stacked or smaller buttons */
@media (max-width: 991px) {
  .tgp-language-switcher {
    justify-content: flex-start; /* left aligned */
    margin-bottom: 0.5rem;       /* space below buttons */
    flex-wrap: wrap;             /* wrap if needed */
  }
  
  .tgp-language-switcher .tgp-lang-btn {
    padding: 0.25rem 0.5rem;   /* smaller buttons */
    font-size: 0.9rem;
  }
}

/* Desktop tweaks */
@media (min-width: 992px) {
  .tgp-language-switcher {
    justify-content: flex-end; /* push to right on desktop */
  }

  .tgp-language-switcher .tgp-lang-btn {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}

/* Fix language buttons positioning on mobile */
@media (max-width: 991.98px) {
    .navbar-buttons.mbr-section-btn {
        width: 100%;
        justify-content: center;
        padding: 1rem 0;
        border-top: 1px solid rgba(255,255,255,0.1);
        margin-top: 1rem;
    }
}