        :root { --jd-home:#1dc1f8; }

        html {
        overflow-y: scroll;

        }

        body {
        font-family: "Lato", sans-serif;
        background-color:white;
        padding-right: 0 !important;
        width: 100%;
        overflow-x: hidden; }



        /* --- 1. FIXED HEADER & LOGO --- */
        .logo-box {
        position: absolute;
        top: 0;
        left: 8%;
        z-index: 2000; /* Higher than carousel */
        background: white;
        padding: 15px 25px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .logo-box img { width: 80px; }

      .nav-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1500; /* Higher than carousel */
        padding: 5px 8%;
        }


        .top-bar{
           padding-right:10px;
        }



    .nav-link-custom {
        font-family: "Lato", sans-serif;
        color: white !important;
        text-decoration: none;
        margin-left: 20px;
        font-weight: 900;
        transition: 0.3s;
        padding: 0px 20px;
        }
        .nav-link-custom:hover { color: var(--jd-home) !important; }

        /* --- HERO CAROUSEL --- */

        #heroCarousel { height: 100%; position: relative; z-index: 1; }
        .carousel-inner, .carousel-item { height: 100vh; }
        .carousel-img {
        height: 100%; width: 100%; object-fit: cover;
        filter: brightness(0.7);

        }

        .carousel-inner {
        width: 100% !important;
        }


        .play-trigger { cursor: pointer; transition: 0.3s; }
        .play-trigger:hover { color: var(--jd-home) !important; transform: scale(1.1); }

        .carousel-control-prev, .carousel-control-next {
            z-index: 10;
            margin-left:10px;
            margin-right:10px;
            width: 5%;
        }


        .bi-arrow-left-circle{
         color: white;
        }

    .hero-overlay {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        width: 100%;
        z-index: 5;
        }

        .booking-pill button:hover{
            background-color: #deb666 !important;
        }

        /* THE CURVE EFFECT */
    .curve-divider {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 90px;
        z-index: 10;
        }
    .curve-divider svg {
        display: block;
        width: 100%;
        height: 100%;
        }

        /* --- 3. BOOKING PILL --- */

    .booking-pill,
    .booking-pill * {
            margin-bottom: 0 !important;
        }

    .booking-pill {
        position: absolute;
        bottom: 120px;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        background: white;
        border-radius: 100px;
        padding: 5px 10px;
        box-shadow: 0 15px 45px rgba(0,0,0,0.2);
        z-index: 100;
        }


    .booking-field  select{
           padding-left: 10px !important;
        }


        /* --- 4. SIDEBAR MENU --- */
    .offcanvas { width: 380px !important; z-index: 3000; }

        .side-menu-item {
        text-align: center;
        padding: 18px 0;
        border-bottom: 1px solid #f1f1f1;
        }
        .side-menu-item a { text-decoration: none; color: #333; font-size: 1.1rem; }


        /* Dropdown Custom Style */
        .dropdown-toggle::after { border: none; content: none; }
        .booking-field { cursor: pointer; padding: 8px 15px; border-radius: 15px; transition: 0.3s; }
        .booking-field:hover { background: #f8f9fa; }

        .flatpickr-input-custom {
        border: none; background: transparent; font-size: 0.875rem;
        font-weight: 500; width: 100%; cursor: pointer; outline: none;
        }

        .flatpickr-months,
        .flatpickr-month,
        .flatpickr-weekdays {
            background-color: #1dc1f8 !important;
        }

        /* Ensure the month/year text remains readable (usually white) */
        .flatpickr-current-month,
        .flatpickr-month,
        .flatpickr-weekday {
            color: #ffffff !important;
            fill: #ffffff !important; /* For the navigation arrows */
        }

        span.flatpickr-weekday {
            background: #1dc1f8 !important;
            color: white !important; /* Makes text Sun, Mon, etc. white */
        }

        /* Change the navigation arrows (prev/next month) background to match */
        .flatpickr-prev-month,
        .flatpickr-next-month {
            background-color: transparent !important;
            fill: #ffffff !important;
        }

        /* --- VIDEO MODAL & SIDEBAR --- */
        .video-sidebar-controls {
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3100;
        display: flex;
        flex-direction:
        column; gap: 15px;
        }
        .v-control-item {
        width: 45px; height: 45px; background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 50%;
        color: white; display: flex; align-items: center; justify-content: center;
        cursor: pointer; transition: all 0.3s ease; font-size: 1.2rem;
        }
        .v-control-item:hover { background: var(--jd-home); border-color: var(--jd-home); }

        /* --- VIDEO TIMER & PROGRESS BOTTOM --- */
        .video-bottom-bar {
        position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
        width: 84%; z-index: 3100; color: white;
        }
        .video-progress-container {
        width: 100%; height: 4px; background: rgba(255,255,255,0.2);
        border-radius: 2px; cursor: pointer; position: relative; margin-bottom: 10px;
        }
        .video-progress-bar {
        height: 100%; background: var(--jd-home); width: 0%; border-radius: 2px;
        }
        .video-time-display {
        font-size: 14px; font-weight: 500; letter-spacing: 1px; text-align: right;
        }

        #videoModal.modal {
        z-index: 9999 !important;
        }

        #videoModal .modal-backdrop {
            z-index: 9998 !important;
        }

        #videoModal .modal-content {
            z-index: 9999 !important;
        }

        /* --- RESPONSIVE --- */
        @media (max-width: 992px) {
        .main-links { display: none !important; }
        .booking-pill {
        border-radius: 20px; flex-direction: column;
        bottom: 20px; padding: 20px; width: 95%;
        }
        .logo-box { left:1%; padding: 5px 10px; }
        .display-1 { font-size: 3rem; }
        .video-bottom-bar { width: 90%; bottom: 20px; }

        .nav-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1500; /* Higher than carousel */
        padding: 5px;
        }

        }



/* --- MOBILE RESPONSIVE --- */
@media (max-width: 992px) {

     .hero-overlay {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        width: 100%;
        z-index: 5;
        }

    .booking-pill {

        position: absolute !important;
        bottom: 80px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 95%;
        flex-direction: column;
        border-radius: 0px;
        padding: 15px;
        gap: 10px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(5px);
    }

    /* Clean up borders for vertical mobile layout */
    .booking-pill .border-end {
        border-right: 0 !important;
        border-bottom: 1px solid #eee;
        padding-bottom: 8px;
        width: 100%;
    }

    .booking-pill .ps-3 {
        padding-left: 0 !important;
        width: 100%;
    }

    .booking-pill button {
        width: 100%;
        border-radius: 10px;
    }
}


.flatpickr-calendar {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove extra spacing added internally */
.flatpickr-innerContainer,
.flatpickr-rContainer,
.flatpickr-days {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* ===============================
   DESKTOP (2 MONTH VIEW)
================================ */
@media (min-width: 993px) {
    .flatpickr-calendar.multiMonth {
        width: 615px !important;
    }

    .flatpickr-innerContainer {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .flatpickr-days {
        width: 100% !important;
    }
}

/* ===============================
   MOBILE (1 MONTH VIEW)
================================ */
@media (max-width: 992px) {
    .flatpickr-calendar {
        width: 307px !important;
    }

    .flatpickr-days {
        width: 100% !important;
    }
}


/* Bellow CSS CODE FOR READ MORE BUTTON */

.btn-custom {
  display: inline-block;
  background-color: #1dc1f8;
  color: white;
  padding: 5px 12px;
  border-radius: 5px;
  width:100px;
  text-align: center;
}

.btn-custom:hover {
  display: inline-block;
  background-color: #deb666;
  color: white;
  padding: 5px 12px;
  border-radius: 5px;
  width:100px;
  text-align: center;
}

/* Bellow css code of property */

.propertybg{
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}


 .propertybg img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

   .transbox:hover .img-fluid{
   opacity: 0.2;
   filter: alpha(opacity=50 );
    }

   div.transbox{
        margin:auto;
        background-color: #1dc1f8;
        transition: .5s ease;
        backface-visibility: hidden;
        position:relative;
        max-height:auto;

    }

  .transbox:after,
  .transbox:before {
    border:1px solid #fff;
    bottom: 30px;
    content: '';
    left: 40px;
    opacity: 0;
    position: absolute;
    right: 40px;
    top: 30px;
    transition: 0.5s ;
    pointer-events: none;
  }

  .transbox:hover:after,
  .transbox:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;

  }

.property .carousel-caption .btn{
  border:1px solid #fff;
  color:white;
  margin-bottom:20px;
  border-radius:0px;
}

.property .carousel-caption .btn:hover{
  border:1px solid #fff;
  color:white;
  margin-bottom:20px;
  background-color:#deb666;
  border-radius:2px;
}



.property .carousel-caption h4{
  color:white;
  font-weight: bold;
}


/* Bellow css code of room */

.card{
    border-radius: 0px !important;
    text-align: center;
    height: 100%;
}


.card .card-body .btn{
  border:1px solid #1dc1f8;
  color:#1dc1f8;
  margin-bottom:20px;
  border-radius:0px;
}

.card .card-body .btn:hover{
  border:1px solid #fff;
  color:white;
  margin-bottom:20px;
  background-color:#deb666;
  border-radius:2px;
}


.card h4{
    color:#1dc1f8;
}


.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: #1dc1f8;
}

.hover_effect.h_yellow:hover {
    background: #1FD2FD;
}

.hover_effect.h_dark:hover {
    background: #5e6667;
}

.hover_effect.h_link:after {
    content: "\f471";
    font-family: "bootstrap-icons";
    font-size:40px;
}

.hover_effect.h_lightbox:after {
    content: "\f52a";
    font-family: "bootstrap-icons";
    font-size:40px;
}


/* ---------- 5.5 Blog ---------- */
.blog-title a{
    font-family: 'Raleway', sans-serif;
    color: #606060;
    text-decoration: none;

}

.blog-title a:hover{
    font-family: 'Raleway', sans-serif;
    color: #1FD2FD;
    text-decoration: none;

}



/* ---------- 5.7 Testimonials ---------- */

section.lightgrey_bg {
    background: #f5f5f5;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

#testimonials .item {
    position: relative;
    margin-top: 35px;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 2px;
    text-align: center;
}

#testimonials .item img {
    max-width: 80px;
    margin: 0 auto;
    border-radius: 50%;
}

#testimonials .review_content {
    padding: 15px 0;
}

#testimonials .review_content .review_rating {
    text-align: center;
}

#testimonials .review_content .review_rating i {
    color: #deb666;
    margin: 4px 0;
}

#testimonials .review_content .review_author {
    padding-top: 30px;
}

#testimonials #testimonials_slider .owl-dots {
    margin-top: 40px;
    position: relative;
    text-align: center;
}

#testimonials #testimonials_slider .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    margin: 0 8px;
}

#testimonials #testimonials_slider .owl-dots .owl-dot span {
    position: absolute;
    bottom: 0;
    border-radius: 20px;
    border: solid 3px;
    display: block;
    width: 2px;
    height: 15px;
    margin: 5px 7px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#testimonials #testimonials_slider .owl-dots .owl-dot.active span,
#testimonials #testimonials_slider .owl-dots .owl-dot:hover span {
    color: #1dc1f8;
    height: 25px;
}



/* ---------- 5.9 Places ---------- */
#places .places_item {
    position: relative;
    -webkit-transition: 5;
    transition: 5;

}

#places .places_item:after {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(
        135deg,
        rgba(29, 193, 248, 0.6) 0%,
        rgba(29, 193, 248, 0.3) 100%
    );
}

#places .places_item img {
    width: 100%;
    border-radius: 4px;
}

#places .places_item .place_name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
}

#places .places_item .place_name h2 {
    color: #fff;
    font-size: 16px;
}


.main_title {
    position: relative;
}

.main_title h2 {
    font-size: 2.2em;
    font-family: 'Raleway', sans-serif;
    position: relative;
    color: #1dc1f8;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.main_title.mt_dark h2 {
    color: #444;
}

.main_title.mt_blue h2 {
    color: #1dc1f8;
}

.main_title.mt_yellow h2 {
    color: #1dc1f8;
}

/* ----------  Video ---------- */

#video {
    position: relative;
    padding: 0;
    margin: 0;
    background-image: url("/front-assets/images/v-back.jpg");
    background-size: cover;
    background-repeat: no-repeat;

}

#video .inner {
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.45);
    position: relative;
}

/* Gradient overlay */
.gradient_overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(147, 0, 17, .5) 0%, rgba(29, 193, 248, .5) 100%);
}

/* Play Icon Styling */
.play-trigger {
    font-size: 4rem;
    color: #fff;
    opacity: 0.95;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.play-trigger:hover {
    transform: scale(1.1);
    opacity: 1;
}


/* ---------- 5.10 Location - Contact Us ---------- */
#contact #map-canvas {
    border: 1px solid #cfd7da;
    border-radius: 2px;
    width: 100%;
    height: 380px;
}

 .contact-item {
    background: #1FD2FD;
    border: 1px solid #1FD2FD;
    padding: 5px;
    color: #fff;
    margin-bottom: 8px;
    border-radius: 1px;
}

.contact-items .last {
    margin-right: 0px;
}

.contact-item h6 {
    font-size: .9em;
    color: #fff;
    letter-spacing: 0.01em;
}

.contact-item i {
    float: left;
    font-size: 1em;
    color: #ffffff;
    margin-right: 5px;

}

#contact-form {
    margin-top: 20px;
}

#contact .form-control {
    height: 42px;
    border-radius: 1px;
    border: 1px solid #dfdfdf;
    background-color: #fcfcfc;
    margin-bottom: 10px;
}

#contact textarea.form-control {
    min-height: 128px;
}

#ContactSuccessAlert {
        padding: 8px 15px;
        background-color:#d4edda;
        color:#155724;
        border-radius: none;
        font-weight: 400;
        display: none;
    }

#BookingSuccessAlert{
        padding: 8px 15px;
        background-color:#d4edda;
        color:#155724;
        border-radius: none;
        font-weight: 400;
        display: none;
    }

    .is-invalid {
        border: 1px solid red !important;
    }

   .invalid-feedback {
        color: red !important;
        font-weight: 400;
        margin-top: 0 !important;
        margin-top: -10px !important;

    }

    .button.btn_blue {
    background: #1FD2FD;
    border-color: #1FD2FD;
    color: #fff;
    width:100%;
}

.button.btn_blue:hover,
.button.btn_blue:active,
.button.btn_blue:focus {
    background: #b69854;
    border-color: #b69854;
}


.button.btn_lg i {
    margin-right: 10px;
}

.button i {
    margin-right: 10px;
}

.button.btn_sm i {
    margin-right: 6px;
}

.button.btn_xs i {
    margin-right: 6px;
}

.button.bb {
    border-bottom: 2px solid rgba(0, 0, 0, .2)!important;
}

.btn_full {
    width: 100% !important;
}

button {
    outline: none;
}

.button {
    border: 1px solid;
    border-radius: 1px;
    font-size: .9em;
    padding: 8px 15px;
    background: #fff;
    border-color: #e6eff2;
    color: #a9a9a9;
    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_lg {
    font-size: 1em;
    padding: 10px 20px;
}
.button.btn_sm {
    font-size: 0.8em;
    padding: 3px 10px;
}

.button.btn_xs {
    font-size: 0.7em;
    padding: 0px 5px;
}


/* ---------- 7.1 Footer ---------- */
footer {
    border-top: 1px solid #f5f5f5;
    background-color: #f9f9f9;
    color: #777777;
}

.list-unstyled li a {
    color: #606060 !important;
    padding-top: 15px;
}

.list-unstyled li a:hover {
    color: #1FD2FD !important;
}


/*  social media */

.social_media a {
    background: #fff;
    border: 1px solid #E6EFF2;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 1px;
    line-height: 40px;
    margin: 4px;
    text-align: center;
}



.social_media a:last-child {
    margin-right: 0;
}

.social_media .facebook {
    color: #3b5998;
}

.social_media .facebook:hover {
    background: #3b5998;
    border-color: #3b5998;
}

.social_media .twitter {
    color: #4099FF;
}

.social_media .twitter:hover {
    background: #4099FF;
    border-color: #4099ff;
}

.social_media .googleplus {
    color: #d34836;
}

.social_media .googleplus:hover {
    background: #d34836;
    border-color: #d34836;
}

.social_media .pinterest {
    color: #cb2027;
}

.social_media .pinterest:hover {
    background: #cb2027;
    border-color: #cb2027;
}

.social_media .linkedin {
    color: #007bb6;
}

.social_media .linkedin:hover {
    background: #007bb6;
    border-color: #007bb6;
}

.social_media .youtube {
    color: #bb0000;
}

.social_media .youtube:hover {
    background: #bb0000;
    border-color: #bb0000;
}

.social_media .instagram {
    color: #125688;
}

.social_media .instagram:hover {
    background: #125688;
    border-color: #125688;
}


/* ---------- 2.6 Back to Top ---------- */
#back_to_top {
    height: 55px;
    width: 55px;
    background: #1FD2FD;
    border-radius: 3px;
    right: -100px;
    bottom: 15px;
    position: fixed;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 9;
}

#back_to_top i {
    color: #fff;
    line-height: 55px;
    font-size: 22px;
}

#back_to_top:hover,
#back_to_top:focus {
    background: #2295FF;
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
}

#back_to_top:hover {
    cursor: pointer;
}

#back_to_top.active {
    right: 15px;
}
