


.form-group .iti {
    display: block;
}
/* .form-group .iti__flag-container {
    padding: 0px;
} */
/* .form-group .iti--separate-dial-code .iti__selected-flag {
    background-color: #e9ecef;
    border-radius: 10px 0px 0px 10px;
} */
/* Fix width so phone field does not shift */
/* .form-group .iti {
    width: 100% !important;
} */


@media (max-width: 767.98px) {
  .mobile-full-row .ms-only-3 {
    margin-left: 1rem !important;
  }
  .mobile-full-row .ps-only-2 {
    padding-left: .5rem !important;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  z-index: 9999;
  display: none;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

/* Make sure the banner content wraps nicely on small screens */
.cookie-banner p {
  margin: 0 0 10px;
  padding: 0 10px;
  word-break: break-word;
}

/* Button styling */
.cookie-banner button {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.cookie-banner button:hover {
  background-color: #00a3e0;
  color: #fff;
  transform: translateY(-2px);
}

/* On very small screens, stack content */
@media (max-width: 480px) {
  .cookie-banner {
    text-align: center;
    padding: 20px 10px;
  }

  .cookie-banner p {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .cookie-banner button {
    width: 80%;
    font-size: 14px;
  }
}


.custom-country-small-button {
    color: var(--light);
    font-size: 0.8em;
    padding: 1px 10px;
    text-transform: uppercase;
    line-height: 1.8;
    background-color: var(--custom-yellow) !important;
    /* text-decoration: none; */
    margin-right: 3px;
}

.custom-marquee {
		bottom: -30%;
}

.custom-marquee p {
		font-size: 500px;
		font-weight: 600;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
}

.custom-outline-text-style-1 {
		text-shadow: -1px 1px 0 #000,
 1px 1px 0 #000,
 1px -1px 0 #000,
 -1px -1px 0 #000;
		letter-spacing: 0;
		color: var(--light);
		opacity: 0.08;
}


/* Base custom-menu-container styles */
.custom-menu-container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    gap: 2rem;
  }

  
/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 576px) {
  .custom-menu-container {
    max-width: 540px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {
  .custom-menu-container {
    max-width: 720px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 992px) {
  .custom-menu-container {
    max-width: 960px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1200px) {
  .custom-menu-container {
    max-width: 1140px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
  .custom-menu-container {
    max-width: 1320px;
  }
}
  

.menu-icon-size{
  height: 42px;
  width: auto;
}

