.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;
}

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

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

/* After fullpage.js init (with .fp-section) */
section[data-slider="home-slider"].fp-section:not(.fp-auto-height):not([data-percentage]) {
    min-height: 400px !important;
}

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

.section-title {
    margin-top: 25px;
    margin-bottom: 20px;
}

#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);
}

.header {
    z-index: 10000
}

.menu__list-item.opened .menu__sub .menu__sub {
    padding-top: 4px;
    padding-left: 10px;
}

/* body .container-menu .menu li > h3 span,
body .container-menu .menu li > a {
    transition: color 0.4s ease, text-shadow 0.4s ease, transform 0.3s ease;
}

body .container-menu .menu li:hover > h3 span,
body .container-menu .menu li:hover > a {
    color: #ffffff !important; 
    opacity: 1 !important;
    text-shadow: 
        0 0 4px rgba(255, 255, 255, 0.8),
        0 0 10px rgba(255, 255, 255, 0.6),
        0 0 16px rgba(255, 255, 255, 0.4);
} */

body .container-menu .menu li > h3 span,
body .container-menu .menu li > a {
    transition: color 0.4s ease, text-shadow 0.4s ease, transform 0.3s ease;
}

body .container-menu .menu li:hover > h3 span,
body .container-menu .menu li:hover > a {
    color: #ffffff !important; 
    opacity: 1 !important;
    text-shadow: 
        0 0 5px rgba(255, 255, 255, 0.9),
        0 0 12px rgba(255, 255, 255, 0.7),
        0 0 20px rgba(255, 255, 255, 0.5);
}

.goog-te-gadget-simple > span > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.goog-te-gadget-simple > img {
    display: none !important;
}

.skiptranslate > iframe {
    display: none !important;
}

body {
    top: 0 !important;
}

.goog-logo-link {
    display:none !important;
} 
.goog-te-gadget{
    color: transparent !important;
    font-size:10px;
    text-align:center;
}

.translate-box {
    position: relative;
    display: inline-block;
    width: 160px; /* adjust as needed */
}

/* Style the select */
.goog-te-combo {
    background: #fff;           
    color: #333;                   
    border: 1px solid #ccc;        
    padding: 6px 30px 6px 10px;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    cursor: pointer;
    outline: none;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.goog-te-combo:hover {
    border-color: #aaa;
}

.goog-te-combo:focus {
    border-color: #666;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

/* Dropdown options */
.goog-te-combo option {
    background: #f3f3f3;
    color: #000000;
    padding: 6px;
}

/* Hide "Powered by Google Translate" text */
.goog-logo-link,
.goog-te-gadget span a,
.goog-te-gadget span {
    display: none !important;
}

/* Also remove the extra "by" text */
.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-gadget-icon {
  display: none;
}

.goog-te-gadget-simple {
  background-color: #f2f2f2 !important;
  border: 0 !important;
  font-size: 10pt;
  font-weight: 600;
  display: inline-block;
  padding: 2px !important;
  cursor: pointer;
  zoom: 1;
}

.goog-te-gadget-simple span {
  color: #3e3065 !important;
}

.goog-te-combo option {
    font-family: Arial, sans-serif !important;
    text-transform: capitalize !important;
}

.select2-results__option {
    color: #000000;
}

.select2-container {
    margin-left: 5px !important;
    z-index: 10000 !important;
}

/* Hide all non-printable sections */
@media print {
    .header, .main{
        display: none !important;
    }
}

.stripe-btn:hover span {
    color: #fff !important;
}

.stripe-btn:hover svg path {
    stroke: #fff !important;
}


.payment-actions {
    display: flex;
    gap: 10px;        /* space between Pay and Cancel */
    margin-top: 20px;
}

.payment-actions a {
    flex: 1;          /* both buttons equal width */
    text-align: center;
}

.btn-cancel-payment {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: all .2s;
    padding: 10px 20px;
    color: #fff;
    background: #9f9f9f;
    display: inline-block;
    padding: 10px 17px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.btn-cancel-payment:hover {
    background: #bfbcbc;
    color: #fff;
    text-decoration: none;
}

.btn-disabled {
    pointer-events: none; /* disables clicking */
    opacity: 0.5;         /* visually looks disabled */
    cursor: not-allowed;
}

.map-type-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

form#inquiry-form {
    position: relative;
}

.formLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 8px;
}

.alert-danger {
    font-weight: bold;
}

.alert-success {
    font-weight: bold;
}

.mt-25 {
    margin-top: 25px;
}

.mt-35 {
    margin-top: 35px;
}

form#bespoke-form {
    position: relative;
}

.contact-form {
    min-width: 1200px !important;
}

input.is-invalid, select.is-invalid, textarea.is-invalid {
    border-color: red;
}

.error-text {
    color: red;
    font-size: 13px;
    margin-top: 4px;
}

.text-danger {
    display: block;
    color: red;
    font-weight: bold;
}

.map-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.form-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.7);
    z-index: 9999;

    align-items: center;
    justify-content: center;
}

.form-loader.active {
    display: flex;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    border-top: 4px solid #c5a059;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    border-top: 4px solid #c5a059;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}

.select2-container--default .select2-selection--single {
    height: 42px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #1E1E1E !important;
    border: 1px solid #505050 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
}

.select2-container {
    width: 95% !important;
}
