.map-marker-dialog {
    color:black
}

.d-none {
    display: none !important;
}

.c-wait {
    cursor: wait !important;
}

.map-for-guest {
    cursor: pointer;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.video-foreground > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 2;
    display: block;
    transition: opacity 0.75s ease;
}
/* .video-foreground iframe {
    transition: opacity .75 ease;
} */
@media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
}

.swiper-slide.videos-item,
.video-thumb {
    position: relative;
}
.swiper-slide.videos-item img.play-video-thumb-btn,
.video-thumb img.play-video-thumb-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
    transition: opacity 0.2s ease, transform 0.3s ease;
}

.swiper-slide.videos-item img.play-video-thumb-btn,
.video-thumb img.play-video-thumb-btn:hover {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.05);
}

.hero-subtitle .read_more,
.hero-subtitle .read_less {
    cursor: pointer;
}

.blank-swiper-block {
    width: 100%;
    height: 100%;
    background-color: #dddd;
}
.border-red {
    border: 2px solid red;
}
.input-error {
    color: red;
    font-size: 90%;
}
.cursor-wait {
    cursor: wait;
}

.modal__body iframe{
    height: 18px;
}

.sm-loader {
    width: 1em;
    height: 1em;
    border: 3px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
.with-animation .sm-loader {
    display: none;
}
.with-animation.cursor-wait .sm-loader {
    display: inline-block;
}

@media (min-width: 905px) {
    .btn-login {
        margin-left: -30px;
    }
}

@media (min-width: 1086px) {
    .btn-login {
        margin-left: -115px;
    }
}

@media (min-width: 1234px) {
    .btn-login {
        margin-left: -120px;
    }
}

@media (min-width: 1358px) {
    .btn-login {
        margin-left: -115px;
    }
}

@media (min-width: 1508px) {
    .btn-login {
        margin-left: -110px;
    }
}

@media (min-width: 1697px) {
    .btn-login {
        margin-left: -100px;
    }
}

@media (min-width: 1810px) {
    .btn-login {
        margin-left: -95px;
    }
}

@media (min-width: 2037px) {
    .btn-login {
        margin-left: -85px;
    }
}

@media (min-width: 2716px) {
    .btn-login {
        margin-left: -57px;
    }
}

@media (min-width: 4074px) {
    .btn-login {
        margin-left: -3px;
    }
}

/* Before fullpage.js init (no .fp-section yet) */
section[data-slider="home-slider"]:not(.fp-auto-height):not([data-percentage]) {
    min-height: calc(var(--vh, 1vh) * 80) !important;
}

section[data-slider="home-slider"] {
    height: calc(var(--vh, 1vh) * 80) !important;
}

/* After fullpage.js init (with .fp-section) */
section[data-slider="home-slider"].fp-section:not(.fp-auto-height):not([data-percentage]) {
    min-height: calc(var(--vh, 1vh) * 80) !important;
}

section[data-slider="home-slider"].fp-section {
    height: calc(var(--vh, 1vh) * 80) !important;
}

.section-head {
    margin-top: 20px !important;
}

#go-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background-color: #8B0000; /* dark red */
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 8px; /* slightly rounded corners */
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    display: none; /* initially hidden */
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

#go-top-btn:hover {
    background-color: #a30000; /* lighter dark red */
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}

#go-top-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
