.navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-nav {
    display: flex;
    align-items: center;
    
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 0;
    transition: 0.3s;
}
.navbar {
    background: rgba(20, 42, 62, 0.82);
    min-height: 95px;
    align-items: center;
}

.site-logo {
    width: auto;
    height: 74px;
    object-fit: contain;
    display: block;
}

.navbar {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: rgba(6, 24, 44, 0.85);
}

.navbar .navbar-brand h1 {
    font-family: 'Yeseva One', cursive;
    font-size: 42px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 17px;
    margin: 0 10px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #e84b4b;
}
.page-header {
    background:
        linear-gradient(rgba(6, 24, 44, 0.75), rgba(6, 24, 44, 0.75)),
        url('../img/banner-1.jpg') center center no-repeat;
    background-size: cover;
    min-height: 420px;
    display: flex;
    align-items: center;
}

.page-header h1 {
    font-family: 'Yeseva One', cursive;
}
.gallery-item {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.gallery-item .position-relative {
    width: 100%;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    transition: .5s;
}


.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-text {
    position: absolute;
    inset: 0;
    background: rgba(6, 24, 44, 0.55);
    display: flex;
    align-items: flex-end;
    opacity: 2;
    transition: .5s;
}

.gallery-item:hover .gallery-text {
    opacity: 1;
}

@media (max-width: 991px) {
    .gallery-item img,
    .col-lg-4:nth-child(2) .gallery-item img {
        height: 300px;
    }
}
.gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
	 width: 100%;
    height: 320px !important;
    object-fit: cover;
    object-position: center;
    transition: .5s;
	overflow: hidden;
}

.gallery-item img {
     width: 100%;
    height: 320px !important;
    object-fit: cover;
    object-position: center;
    transition: .5s;
	overflow: hidden;
}

.gallery-item:hover img {
    transform: scale(1.05);
}
.col-lg-4:nth-child(2) .gallery-item img {
    height: 320px !important;
	overflow: hidden;
}
.fact-counter {
  background: linear-gradient(rgba(14, 42, 74, .5), rgba(14, 42, 74, .5)), url(../img/banner-1.jpg) center;
    background-size: auto, auto;
  background-size: cover;
}

/* notifications */
.bg-succ{
	background:#449d44 !important;
}
.bg-del{
	background:#d9534f !important;
}
.bg-warn{
	background:#f0ad4e !important;
}
	.ico_bac{
		background:#fff;
		border-radius:50%;
		padding:8px;
	}
	.alert_msg1 {
		
		position:fixed;
		bottom:80px;
		color:#fff;
		padding:10px;
		left:50%;
		z-index:1200;
		-nimation:signup-response 0.5s 1;
    -webkit-animation:signup-response 0.5s 1;
    animation-fill-mode: forwards;

    animation-delay:5s;
    -webkit-animation-delay:5s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;
	webkit-box-shadow: -2px 6px 39px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 6px 39px -8px rgba(0,0,0,0.75);
box-shadow: -2px 6px 39px -8px rgba(0,0,0,0.75);

	}
	@keyframes signup-response {
    from {opacity :1;}
    to {opacity :0;}
}

@-webkit-keyframes signup-response{
    from {opacity :1;}
    to {opacity :0;}
}
.menu_title {
  margin: 0px;
  font-size: 12px;
  font-weight: 700;
}
.room-detail img {
    transition: .5s;
    height: 200px !important;
    max-height: 200px !important;
}
/* Reservation ribbon */
.reservation-contact {
    margin-left: 20px;
}

/* Red top row */
.reservation-top {
    position: relative;
    min-height: 58px;
    margin-left: 22px;
    padding: 9px 20px 8px 48px;
    background: #b51f38;
    color: #ffffff;

    clip-path: polygon(
        30px 0,
        100% 0,
        100% 100%,
        0 100%,
        15px 50%
    );
}

.reservation-heading {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.reservation-heading i {
    width: 20px;
    margin-right: 9px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    flex-shrink: 0;
}

.reservation-email {
    display: block;
    margin-top: 3px;
    margin-left: 29px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

.reservation-email:hover {
    color: #f5d8dd;
}

/* Black bottom row */
.reservation-bottom {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 62px;
    margin-left: 20px;
    padding: 9px 18px 9px 28px;
    background: #101010;
    color: #ffffff;

    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        30px 100%
    );
}

.reservation-bottom > i {
    width: 22px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    flex-shrink: 0;
}

.reservation-phone-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.reservation-time {
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.reservation-numbers {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.reservation-numbers a {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.reservation-numbers a:hover {
    color: #e84b4b;
}

.phone-divider {
    margin: 0 9px;
    color: #ffffff;
}

/* Navbar alignment */
.navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-nav {
    display: flex;
    align-items: center;
}
@media (max-width: 1499.98px) {
    .reservation-contact {
        width: 450px;
        flex-basis: 450px;
        margin-left: 10px;
    }

    .reservation-heading {
        font-size: 15px;
    }

    .reservation-email {
        font-size: 13px;
    }

    .reservation-time {
        font-size: 14px;
    }

    .reservation-numbers {
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    .reservation-contact {
        width: 390px;
        flex-basis: 390px;
    }

    .reservation-top {
        padding-left: 40px;
    }

    .reservation-bottom {
        padding-left: 25px;
    }

    .reservation-numbers {
        flex-wrap: wrap;
        row-gap: 2px;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        display: block;
    }

    .reservation-contact {
        width: 100%;
        max-width: 500px;
        margin: 15px 0;
        flex-basis: auto;
    }

    .reservation-top {
        margin-left: 0;
    }

    .reservation-bottom {
        margin-left: 20px;
    }
}

@media (max-width: 575.98px) {
    .reservation-top {
        min-height: 55px;
        padding: 8px 12px 8px 34px;
    }

    .reservation-heading {
        font-size: 14px;
    }

    .reservation-email {
        margin-left: 28px;
        font-size: 12px;
    }

    .reservation-bottom {
        min-height: 65px;
        margin-left: 15px;
        padding: 8px 12px 8px 24px;
    }

    .reservation-time {
        font-size: 13px;
    }

    .reservation-numbers {
        flex-wrap: wrap;
        font-size: 13px;
    }

    .phone-divider {
        margin: 0 5px;
    }
}

/* ==================================================
   What's Included in Every Stay
================================================== */

.stay-amenities-section {
    position: relative;
    padding: 50px 0 85px;
    background: #ffffff;
    overflow: hidden;
}

/* Decorative top divider */
.stay-ornament {
    max-width: 900px;
    margin: 0 auto 85px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0e2a4e;
}

.stay-ornament-line {
    display: block;
    width: 46%;
    height: 1px;
    background: #0e2a4e;
}

.stay-ornament i {
    margin: 0 14px;
    font-size: 15px;
    color: #0e2a4e;
}

/* Section title */
.stay-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 58px;
}

.stay-subtitle {
    margin-bottom: 12px;
    color: #0e2a4e;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.stay-heading h2 {
    margin: 0;
    color: #0e2a4e;
    font-family: "Yeseva One", serif; 
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
}

/* Amenities row */
.stay-amenities-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(7, minmax(180px, 1fr));
    gap: 24px;
    width: 100%;
    padding: 0 55px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #0e2a4e transparent;
}

.stay-amenities-wrapper::-webkit-scrollbar {
    height: 5px;
}

.stay-amenities-wrapper::-webkit-scrollbar-thumb {
    background: #0e2a4e;
    border-radius: 10px;
}

.stay-amenity-item {
    min-width: 180px;
    text-align: center;
}

.stay-icon {
    min-height: 58px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0e2a4e;
    font-size: 42px;
}

.stay-parking-icon span {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0e2a4e;
    border-radius: 6px;
    font-size: 28px;
    line-height: 1;
}

.stay-amenity-item h4 {
    margin-bottom: 12px;
    color: #0e2a4e;
    font-family: "Jost", sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.stay-amenity-item p {
    max-width: 230px;
    margin: 0 auto;
    color: #0e2a4e;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* Decorative floral-style backgrounds */


/* Soft faded edges similar to reference design */


.stay-amenities-section::before {
    left: 0;
    background: linear-gradient(
        to right,
        #fff6e7 15%,
        rgba(255, 246, 231, 0)
    );
}

.stay-amenities-section::after {
    right: 0;
    background: linear-gradient(
        to left,
        #fff6e7 15%,
        rgba(255, 246, 231, 0)
    );
}
@media (max-width: 1199.98px) {
    .stay-amenities-section {
        padding: 45px 0 70px;
    }

    .stay-ornament {
        margin-bottom: 60px;
    }

    .stay-heading h2 {
        font-size: 44px;
    }

    .stay-amenities-wrapper {
        grid-template-columns: repeat(7, 210px);
        justify-content: flex-start;
        padding: 0 35px 15px;
    }
}
@media (max-width: 767.98px) {
    .stay-amenities-section {
        padding: 35px 0 55px;
    }

    .stay-ornament {
        margin-bottom: 45px;
        padding: 0 15px;
    }

    .stay-ornament-line {
        width: 40%;
    }

    .stay-heading {
        padding: 0 20px;
        margin-bottom: 42px;
    }

    .stay-subtitle {
        font-size: 17px;
    }

    .stay-heading h2 {
        font-size: 34px;
    }

    .stay-amenities-wrapper {
        grid-template-columns: repeat(7, 230px);
        gap: 15px;
        padding: 0 25px 15px;
        scroll-snap-type: x mandatory;
    }

    .stay-amenity-item {
        padding: 0 12px;
        scroll-snap-align: center;
    }

    .stay-icon {
        font-size: 36px;
    }

    .stay-amenity-item h4 {
        font-size: 18px;
    }

    .stay-amenity-item p {
        font-size: 15px;
    }

    .stay-decoration {
        display: none;
    }
}

/* ==================================================
   Home Banner / Booking Form
================================================== */

#header-carousel {
    position: relative;
    height: 680px;
    overflow: hidden;
}

#header-carousel .carousel-inner,
#header-carousel .carousel-item {
    height: 680px;
}

.home-banner-image {
    display: block;
    width: 100%;
    height: 680px;
    object-fit: cover;
    object-position: center;
}

#header-carousel .carousel-item {
    position: relative;
}

#header-carousel .carousel-item::before {
    content: none;
}

#header-carousel .carousel-caption {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.banner-content {
    width: 100%;
    max-width: 1460px;
    margin: 30px auto 0;
    padding: 0 15px;
}

.banner-text {
    margin: 0 auto;
}

#header-carousel .carousel-caption h1 {
    margin: 0 0 8px;
    font-family: 'Yeseva One', cursive;
    font-size: 76px;
    line-height: 1.15;
}

#header-carousel .carousel-caption p {
    margin-bottom: 6px !important;
}

.banner-booking-form {
    width: 100%;
    margin-top: 8px;
    padding: 20px;
    background: rgba(14, 42, 78, 0.88);
    border-radius: 7px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
    text-align: left;
}

.booking-label {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.booking-control {
    width: 100%;
    min-height: 50px;
    padding: 10px 14px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.booking-control:focus {
    border-color: #e43d3d;
    box-shadow: 0 0 0 3px rgba(228, 61, 61, 0.2);
}

.booking-submit-btn {
    min-width: 210px;
    min-height: 50px;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

/* Bottom carousel dots */
#header-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
}

#header-carousel .carousel-indicators [data-bs-target] {
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    margin: 0;
    padding: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: transparent;
    background-clip: padding-box;
    opacity: 1;
    text-indent: -999px;
}

#header-carousel .carousel-indicators .active {
    background-color: #ffffff;
}

/* Side arrows are not used */
#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    display: none;
}

@media (max-width: 1199.98px) {
    .banner-content {
        max-width: 1050px;
        margin-top: 25px;
    }

    #header-carousel .carousel-caption h1 {
        font-size: 64px;
    }

    .banner-booking-form {
        margin-top: 8px;
    }
}

@media (max-width: 991.98px) {
    #header-carousel,
    #header-carousel .carousel-inner,
    #header-carousel .carousel-item,
    .home-banner-image {
        height: 820px;
    }

    .banner-content {
        max-width: 750px;
        margin-top: 25px;
    }

    #header-carousel .carousel-caption h1 {
        font-size: 54px;
    }

    .banner-booking-form {
        max-width: 750px;
        margin: 8px auto 0;
    }

    .booking-submit-btn {
        width: 100%;
    }

    #header-carousel .carousel-indicators {
        bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    #header-carousel,
    #header-carousel .carousel-inner,
    #header-carousel .carousel-item,
    .home-banner-image {
        height: 900px;
    }

    .banner-content {
        margin-top: 20px;
        padding: 0 12px;
    }

    #header-carousel .carousel-caption h1 {
        margin-bottom: 6px;
        font-size: 44px;
    }

    #header-carousel .carousel-caption p {
        margin-bottom: 4px !important;
        font-size: 20px !important;
    }

    .banner-booking-form {
        margin-top: 6px;
        padding: 18px;
    }
}

@media (max-width: 575.98px) {
    #header-carousel,
    #header-carousel .carousel-inner,
    #header-carousel .carousel-item,
    .home-banner-image {
        height: 980px;
    }

    .banner-content {
        margin-top: 15px;
        padding: 0 10px;
    }

    #header-carousel .carousel-caption h1 {
        font-size: 35px;
    }

    #header-carousel .carousel-caption p {
        font-size: 18px !important;
    }

    .banner-booking-form {
        margin-top: 6px;
        padding: 15px;
    }

    #header-carousel .carousel-indicators {
        bottom: 12px;
    }
}
/* ==================================================
   WhatsApp Floating Button
================================================== */

.avm-whatsapp-float {
    position: fixed !important;

    left: 25px !important;
    right: auto !important;

    bottom: 25px !important;
    top: auto !important;

    width: 62px !important;
    height: 62px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background-color: #25D366 !important;
    color: #ffffff !important;

    border: 4px solid #ffffff !important;
    border-radius: 50% !important;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.30) !important;

    font-size: 34px !important;
    line-height: 1 !important;

    text-decoration: none !important;

    z-index: 99999 !important;

    cursor: pointer;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background-color 0.3s ease;
}


/* WhatsApp icon */
.avm-whatsapp-float i {
    display: block;
    margin: 0;
    padding: 0;

    color: #ffffff !important;

    font-size: 34px !important;
    line-height: 1 !important;
}


/* Hover */
.avm-whatsapp-float:hover {
    background-color: #20bd5a !important;
    color: #ffffff !important;

    transform: translateY(-3px) scale(1.05);

    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.35) !important;
}


/* Tablet */
@media (max-width: 991.98px) {

    .avm-whatsapp-float {
        left: 20px !important;
        bottom: 20px !important;

        width: 58px !important;
        height: 58px !important;

        font-size: 31px !important;
    }

    .avm-whatsapp-float i {
        font-size: 31px !important;
    }
}


/* Mobile */
@media (max-width: 575.98px) {

    .avm-whatsapp-float {
        left: 15px !important;
        bottom: 15px !important;

        width: 54px !important;
        height: 54px !important;

        border-width: 3px !important;

        font-size: 29px !important;
    }

    .avm-whatsapp-float i {
        font-size: 29px !important;
    }
}