/* =========================
   Content overlay (FIX READABILITY)
========================= */

.content-box {
    background: rgba(10, 31, 68, 0.88);
    border-radius: 14px;
    padding: 25px;
    margin: 20px auto;
    max-width: 1000px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.content-box h1,
.content-box h2,
.content-box h3,
.content-box p,
.content-box label {
    color: #fff;
}

.content-box a {
    color: #9ecbff;
}

.content-box a:hover {
    color: #fff;
}

/* Inner cards */
.content-card {
    background: rgba(255,255,255,0.08);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* =========================
   NAV / HEADER
========================= */

.fixed-top {
    position: fixed;
    top: 20px !important;
    right: 0px !important;
    left: 0px !important;
    z-index: 1030;
    border-radius: 0px !important;
}

#navbarResponsive > ul > li {
    margin-left: 10px;
}

#navbarResponsive > li > a,
#navbarResponsive .nav-link {
    text-decoration: none;
    color: coral;
}

/* =========================
   🔥 GLOBAL LINK FIX (kills bootstrap blue)
========================= */

a,
a:visited {
    color: coral;
    color: ;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover,
a:focus,
a:active {
    color: coral !important;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

/* =========================
   COMPONENTS
========================= */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: coral !important;
    color: white;
}

.main-text-resorts h1 {
    font-size: 58px;
    color: #fff !important;
}

body {
    margin-top: 60px !important;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.bg-light {
    background-color: rgba(255,255,255, 0.8) !important;
}

h1 {
    font-size: 48px;
    line-height: 1.1 !important;
    font-weight: bold !important;
}

.sitename {
    color: #000;
    text-decoration: none !important;
}

h4.sitename {
    text-decoration: none;
}

.loading {
    background-color: #fff;
    padding: 10px;
}

#bg { position: fixed; top: 0; left: 0; z-index: -9990; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

/* =========================
   GDPR Cookie Banner
========================= */

#gdpr-cookie-message {
  background-color:#fff;
  position: fixed;
  padding: 30px;
  margin-top: 210px;
  border-radius: 35px;
  border-color:#000;
  border-style: solid;
  border-width: 2px;
  max-width: 300px;
  max-height: 160px;
  font-size: 11px;
}

#gdpr-cookie-message a {
  color: #007bff;
}

#gdpr-cookie-message a:hover {
  color: #0056b3;
}

#gdpr-cookie-message h4 {
  font-size: 14px;
  color: #007bff;
}

#gdpr-cookie-message button {
  background-color: #007bff;
  padding: .375rem .75rem;
  color: #fff;
  border-style: none;
  border-radius: 5px;
}

#gdpr-cookie-message button:hover {
  background-color: #007bffec;
  cursor: pointer;
}

#gdpr-cookie-advanced {
  display: none;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 991.98px) {
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

#navbarResponsive > ul > li a {
  font-size: 28px;
}

.main-text p {
  margin: 15px auto 0;
  min-width: 250px; 
  max-width: 250px;
}
}




