* {
    margin: 0;
    padding: 0;
}
  :root{
    --animate-duration: .8s;
    --animate-delay: .2s;
  }

html {
    height: 100%;
}

body {
    color: #23272f ;
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .2px;
    position: relative;
    left: 0;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 108px;
}
.a_center {text-align: center;}

ul,
ol {
    margin: 0;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .open a,
.navbar-nav .open a:hover,
.navbar-nav .open a:focus {
    background: none;
}

.alert {
    padding: 10px;
    border-radius: 1px;
    font-size: .9em;
}

a {
    color: #0e6ba8;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover,;
a:focus,;
a:active {
    color: #093a5e;
    text-decoration: none;
    outline: none;
    background: none;
}

strong,
.strong {
    font-weight: 600 !important;
}

h1,
h2,
h4,
h5 {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color:#eaeaea;
    font-weight: 400;
}

h1 {
    font-size: 2.2em;
    line-height: 1.5em;
}

h2 {
    font-size: 2em;
    line-height: 1.2em;
}

h4 {
    font-size: 1.5em;
    line-height: 1.2em;
}

h5 {
    font-size: 1.3em;
    line-height: 1.1em;
}

p {
    font-size: 1em;
    line-height: 1.6;
    margin: 10px 0;
    color: #23272f ;

}
.mt20 {margin-top: 20px;}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hover_effect:after {
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}


.hover_effect.h_blue:hover {
    background: #0e6ba8;
}

.hover_effect.h_link:after {
    content: "\f0c1";
}

.hover_effect.h_lightbox:after {
    content: "\f00e";
}

.bootstrap-select .dropdown-menu {
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 6px 12px rgba(0,0,0,.05);
}

.bootstrap-select .dropdown-menu li a {
    color: #6c6c6c;
}

button {
    outline: none;
}

.button {
    border: 1px solid;
    border-radius: 1px;
    font-size: .9em;
    padding: 8px 15px;
    background: #fff;
    border-color: #23272f;
    color: #6c6c6c;
    font-weight: 600;
    letter-spacing: .04em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    line-height: 1.82857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button.btn_sm {
    font-size: 0.8em;
    padding: 3px 10px;
}

.button.btn_yellow {
    background: #bfa14a;
    border-color: #bfa14a;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.button:hover,
.button:active,
.button:focus {
    background: #fff;
    border-color: #23272f;
}

.button.btn_yellow:hover,
.button.btn_yellow:active,
.button.btn_yellow:focus {
    background: #b69854;
    border-color: #b69854;
}

.button i {
    margin-right: 10px;
}

.button.btn_sm i {
    margin-right: 6px;
}

.main_title {
    position: relative;
}

.main_title h2 {
    font-size: 2.2em;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    position: relative;
    color: #eaeaea;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.main_title.mt_blue h2 {
    color: #0e6ba8;
}

.main_title:after {
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 80px;
    margin: 10px auto;
}

.main_title.mt_wave:after {
    background: url("../images/icons/wave.svg");
    opacity: .5;
}

.main_title.mt_wave.mt_blue:after {
    background: url("../images/icons/wave_blue.svg");
}

.main_description {
    margin-bottom: 50px;
}

.main_description {
    font-size: 1.1em;
    line-height: 1.6;
}

.main_description.a_center {
    padding: 0 10%;
}

.notification {
  position: fixed;
  padding: 8px;
  bottom: 15px;
  right: 15px;
  width: 55px;
  height: 55px;
  border-radius: 3px;
  color: white;
  opacity: 0;
  overflow: hidden;
  -webkit-animation: scale-in .3s ease-out forwards, expand .3s 1.5s ease-out forwards;
  animation: scale-in .3s ease-out forwards, expand .3s 1.5s ease-out forwards;
  z-index: 99;
}

.notification:hover {
    cursor: pointer;
}
@-webkit-keyframes scale-in {

    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in {

    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes expand {

   0% {
       width: 55px;
   }

  100% {
    width: 330px;
  }
}

@keyframes expand {

   0% {
       width: 55px;
   }

  100% {
    width: 330px;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes collapse {
     0% {
       width: 330px;
   }

  100% {
    width: 55px;
  }
}

@keyframes collapse {
     0% {
       width: 330px;
   }

  100% {
    width: 55px;
  }
}

@-webkit-keyframes scale-out {

    0% {
     -webkit-transform: scale(1);
    transform: scale(1);

    }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

}

@keyframes scale-out {

    0% {
     -webkit-transform: scale(1);
    transform: scale(1);

    }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
}

#loading .inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.loading_effect {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    margin-top: -80px;
    margin-left: -50px;
}

.loading_effect .object {
    width: 20px;
    height: 20px;
    background-color: #bfa14a;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    border-radius: 50% 50% 50% 50%;
}

.loading_effect #object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

.loading_effect #object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.loading_effect #object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes loading_effect2 {
    50% {
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }
}

@keyframes loading_effect2 {
    50% {
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }
}

@-webkit-keyframes loading_effect3 {
    50% {
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes loading_effect3 {
    50% {
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

/* ---------- 2.6 Back to Top ---------- */

@keyframes TopMenu {
    from {
        opacity: 0;
        margin-top: 10px;
    }
    to {
        opacity: 1;
        margin-top: 6px;
    }
}

@-webkit-keyframes TopMenu {
    from {
        opacity: 0;
        margin-top: 10px;
    }
    to {
        opacity: 1;
        margin-top: 6px;
    }
}


header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #23272f;
  z-index: 9999;
  transition:
    top .28s ease,
    background-color .28s ease,
    border-color .28s ease;
}

header.transparent {
  background: transparent;
  border-bottom: none;
  z-index: 99;
  top: 30px;
}

header.transparent.navbar-fixed-top {
  top: 0;                 
  background: #0d2145;
  border-bottom: 1px solid #23272f;
}

@media (prefers-reduced-motion: reduce) {
  header { transition: none; }
}

header .navbar-header .navbar-brand {
    padding: 0px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header.scroll .navbar-header .navbar-brand {
    padding: 0px 0;
    margin-top: 0px;
}

header .navbar-header .mobile_menu_btn {
    margin-right: 0;
    padding-right: 0;
}

header .navbar-header .mobile_menu_btn .icon-bar {
    background: #6c6c6c;
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

header.transparent .navbar-header .mobile_menu_btn .icon-bar {
    background: #fff;
}

header.scroll .navbar-header .mobile_menu_btn .icon-bar {
    background: #fff;
}

header .navbar-header .mobile_menu_btn .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
}

header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(2) {
    top: 0px;
}

header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(3) {
    top: 0px;
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(1) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(3) {
    top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main_menu {
    float: right;
    margin: 0;
    padding: 0;
}

#main_menu ul {
    list-style: none;
}

#main_menu .navbar-nav li a {
    color: #6c6c6c;
    font-size: .95em;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 20px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#main_menu .navbar-nav li.active a {
    color: #bfa14a;
}

.transparent #main_menu .navbar-nav li a {
    color: #fff;
}


 .transparent #main_menu .navbar-nav li.active a.dropdown-toggle {
    color: #bfa14a;
}

.scroll #main_menu .navbar-nav li a {
    padding: 20px 20px;
}
.logo-header {
    height: 68px;
}

.scroll .logo-header {
    height: 65px;
   margin-top: 0px;
}

#main_menu .navbar-nav li a {
    color: #eaeaea;
}

#main_menu .navbar-nav li a:hover,
#main_menu .navbar-nav .open .dropdown-toggle {
    color: #bfa14a;
}

#main_menu .navbar-nav .dropdown .dropdown-menu {
    margin-top: 0px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #23272f;
    border-top: 2px solid #23272f;
    padding: 0;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#main_menu .navbar-nav .dropdown .dropdown-menu {
    animation-name: MainMenu;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: MainMenu;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: MainMenu;
    -moz-animation-duration: .3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@keyframes MainMenu {
    from {
        opacity: 0;
        margin-top: 10px;
    }
    to {
        opacity: 1;
        margin-top: 0px;
    }
}

@-webkit-keyframes MainMenu {
    from {
        opacity: 0;
        margin-top: 10px;
    }
    to {
        opacity: 1;
        margin-top: 0px;
    }
}

header #main_menu .navbar-nav .dropdown .dropdown-menu {
    left: auto;
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #EEF2F5;
    color: #a5b4be;
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li:hover {
    background: #fbfbfb;
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li a {
    padding: 8px 20px;
    color: #23272f ;
    font-size: 0.9em;
    font-weight: 400;
    text-transform: none;
}
#main_menu .navbar-nav .simple_menu .dropdown-menu li a:hover {
    color: #79868f;
}

#main_menu .navbar-nav .dropdown b.caret {
    display: none;
}

section {
    padding-bottom: 25px;
    overflow: hidden !important;
    max-width: 100%;
}

section.white_bg {
    background: #fff;
}

section.lightgrey_bg {
    background: #f6f9f8 ;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

section .main_title {
    margin-bottom: 30px;
    margin-top: 20px;
}

.video-section { padding: 0;  }

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 5; 
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rev_slider {
    overflow-x: hidden !important;
}

.rev_slider {
    overflow: hidden;
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    border: none !important;
}

.gradient_overlay {
    position: relative;
}


.gradient_overlay:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(64, 97, 237, 0.5)), color-stop(100%, rgba(86, 20, 147, .5)));
    background: -webkit-linear-gradient(135deg, rgba(3, 3, 3, 0.60) 0, rgb(15 49 61 / 50%) 100%);
    background: -webkit-linear-gradient(135deg, rgba(3, 3, 3, 0.60) 0, rgb(15 49 61 / 50%) 100%);
    background: linear-gradient(135deg, rgba(3, 3, 3, 0.60) 0, rgb(15, 49, 61, 0.5) 100%);
}

.room {
    background: #fafafa;
}

.room figure {
    position: relative;
}

.room figure img {
    width: 100%;
}

.room figcaption {
    padding: 15px 10px;
}

.room figcaption h4,
.room figcaption h5 {
    display: inline-block;
    font-weight: 600;
}

.room figcaption h4 a,
.room figcaption h5 a {
    color: #23272f;
    font-size: 18px;
}

.room figure .price {
       position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    background: #0000008f;
    color: #eaeaea;
    border-radius: 20px;
    font-weight: 700;
    z-index: 9;
}

.rounded-box {
  border-radius: 12px;
  overflow: hidden;             
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
.rounded-box figure { margin: 0; }
.rounded-box img { display: block; width: 100%; height: auto; }

#features .owl-thumb-item {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 2px;
    padding: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

#features .owl-thumb-item.active {
    background: #333;
    color: #fff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#features .owl-thumb-item.active:before {
    content: '\f0d9';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -14px;
    margin-top: 22px;
    font-size: 25px;
    color: #333;
}

#features .owl-thumb-item:hover {
    cursor: pointer;
}

#features .owl-thumb-item .media {
    cursor: pointer;
    padding-bottom: 48px;
}

#features .owl-thumb-item .media-body h5 {
    margin-top: 4px;
    font-size: 17px;
    font-weight: 600;
    color: #727272ff;
}

#features .owl-thumb-item.active .media-body h5 {
    color: #fff;
}

#features .owl-thumb-item .media-body p {
    font-size: .98em;
    color: #23272f ;
    margin: 7px 0;
}

#features .owl-thumb-item.active .media-body p {
    color: #fff;
}

#features .owl-thumb-item .media-left {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    display: block;
    vertical-align: middle;
    width: 50px;
}

#features .owl-thumb-item .media-left {
    color: #bfa14a;
    font-size: 2em;
    line-height: 2em;
    text-align: center;
    margin-left: 14px;
}

#features .owl-thumb-item .media-left i:before {
    font-size: 38px;
    margin: 0;
}

#video {
    position: relative;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

#video .inner {
    padding: 100px 0;
}
#gallery {
    overflow: hidden;
    position: relative;
}

#gallery .main_title h2 {
    color: #fff;
}
#gallery_style_2 .gs2_item {
    margin-bottom: 50px;
}

#gallery_style_2 .gs2_item,
#gallery_style_2 .gs2_item a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: #f7f7f7;
  border-radius: 18px;
  position: relative;
}


#gallery_style_2 .gs2_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 18px;
  transition: transform .35s;
}

#gallery_style_2 .gs2_item:after {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-bottom: 50px solid #fefefe;
    bottom: -70px;
    right: -70px;
    box-shadow: 0px 7px 6px -9px black;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 9;
}

#gallery_style_2 .gs2_item:before {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-top: 50px solid #fefefe;
    top: -70px;
    left: -70px;
    box-shadow: 0px -7px 6px -9px black;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 9;
}

footer {
    border-top: 1px solid #23272f ;
    background-color: #f9f9f9;
    color: #777777;
}

footer .inner {
    padding-top: 50px;
    padding-bottom: 30px;
}

footer .inner {
    border-bottom: 1px solid #23272f ;
}

footer .logo {
    margin-bottom: 22px;
}


address {
    padding-top: 15px;
}

footer ul {
    list-style: none;
}

footer li {
    border-bottom: 1px dotted rgba(228, 228, 228, 0.5);
}

#map {
    padding: 0;
}

#icons .col-md-3 {
    display: block;
    color: #23272f ;
    line-height: 32px;
    height: 32px;
}

#icons .col-md-3 i {
    color: #6c6c6c;
}

#icons .col-md-3 i {
    padding-right: 10px;
}

.block {
    margin: 40px 0;
}

.block:first-child {
    margin-top: 0;
}

/* Add this CSS (in style.css or a <style> block) */
/* Map CTA */
/* Optional dark theme support */
  .map-cta-bar {
    /* background: #f8f9fa; */
    margin-top: 2.8rem;
    display: flex; 
    justify-content: center;
    flex-wrap: wrap; 
    gap: .5rem;
  }
  .map-cta-bar .btn {
    appearance: none; 
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    background: #fff; 
    transition: transform .05s ease, box-shadow .3s ease;
  }
  .map-cta-bar .btn:hover { 
    box-shadow: 0 2px 10px rgba(0,0,0,.08); 
    background: #14B8A6; 
    color: #fff;
     transform: scale(1.05);  
    }
    #floating-buttons-container {
            position: fixed;
            right: 20px;
            bottom: 20px;
            z-index: 9999;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 0;
        }

        #lang-flag-switcher {
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 2px 8px #0002;
            padding: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
            transition: box-shadow 0.2s;
        }

        #lang-flag-switcher:hover {
            box-shadow: 0 4px 16px #0003;
        }

        #lang-flag-img {
            height: 36px;
            width: auto;
            border-radius: 3px;
            display: block;
        }

        #floating-whatsapp {
            background: #25d366;
            border-radius: 50%;
            box-shadow: 0 2px 5px #0002;
            padding: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: box-shadow 0.2s, background 0.2s;
        }

        #floating-whatsapp:hover {
            background: #1ebe57;
            box-shadow: 0 4px 16px #0003;
        }

        #floating-whatsapp img {
            height: 50px;
            width: 50px;
            display: block;
        }

        @media (max-width: 600px) {
            #floating-buttons-container {
                right: 10px;
                bottom: 10px;
            }

            #lang-flag-switcher {
                padding: 3px;
            }

            #lang-flag-img {
                height: 24px;
            }

            #floating-whatsapp {
                padding: 5px;
            }

            #floating-whatsapp img {
                height: 24px;
                width: 24px;
            }
        }

.header {
  background: #0d2145 !important;
  top: 0px !important;
}

/* --- Estilos para el Modal de Aviso Legal --- */
.legal-notice-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.legal-notice-overlay.visible {
    opacity: 1;
    visibility: visible;
}

.legal-notice-modal {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    max-width: 500px;
    width: 90%;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.legal-notice-overlay.visible .legal-notice-modal {
    transform: scale(1);
}

.legal-notice-modal h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}

.legal-notice-modal p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}

.legal-notice-modal .btn-close-modal {
    background-color: #007bff; /* Azul similar al de la imagen */
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
    display: inline-block;
    text-decoration: none;
}

.legal-notice-modal .btn-close-modal:hover {
    background-color: #0056b3;
}

.legal-notice-modal .report-link-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.legal-notice-modal .report-link-container a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}
.legal-notice-modal .report-link-container a:hover {
    text-decoration: underline;
}

.legal-notice-modal .modal-close-x {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
}
.legal-notice-modal .modal-close-x:hover {
    color: #333;
}