*,
ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

:root {
    --primary-color: #DDBC2E;
    --secondary-color: #B17F1D;
    --text-color: #000000;
    --white-color: #ffffff;
}

h1 {
    font-size: 2rem;
    color: #333;
}

h2 {
    font-size: 1.5rem;
    color: #555;
}

h3 {
    font-size: 1.2rem;
    color: #777;
}

p {
    font-size: 16px;
    line-height: 1.5;
    color: #999;
}

a {
    text-decoration: none;
    color: var(--text-color);
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

section.gray .brand-info .inner .content img {
    /*max-width: 190px;*/
    /*height:400px;*/
    height:auto;
}

.section-title {
    padding-bottom: 50px;
    position: relative;
}

section.about {
    width: 100%;
}

section.gray {
    background: #f5f3f0;
    border-bottom: 1px solid #f1f0ed;
    border-top: 1px solid #f1f0ed;
    color: #9fa6ab;
}

.home-page .bg-body-tertiary {
    background-color: rgba(var(--bs-tertiary-bg-rgb), 0) !important;
    opacity: 1 !important;
    /*border-top: 3px solid #fff;*/
}

.hero-slider .owl-dots {
    display: none;
}

section {
    padding: 100px 0;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.info-branding {
    position: relative;
}

.brand-info {
    background-image: url(/assets/frontasset/images/home-page/about-card.jpg);
    background-size: cover;
    /*min-height: 400px;*/
    text-align: center;
    position: relative;
    padding: 5px;
    border-radius: 2px;
    margin-top:160px;
}

section.gray .brand-info .inner {
    border-color: #f5f3f0;
}

.brand-info .inner {
    border: 5px solid #fff;
    position: relative;
    border-radius: 2px;
}


section.gray .brand-info .inner .content {
    background: #f5f3f0;
}

.brand-info .inner .content {
    margin: 6px;
    padding: 25px;
    background: #fff;
    border-radius: 2px;
}

.brand-info .inner .stars {
    margin: 25px 0;
}

.brand-info .inner .title {
    margin-top: 10px;
    color: #edcb9a;
}

.mt20 {
    margin-top: 20px;
}



.section-title h4 {
    font-size: 68px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
}

p.animate-text.delay {
    color: var(--white-color);
}

.section-title p {
    color: var(--secondary-color);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
}

.section-title .view-all {
    position: relative;
    display: inline-block;
    float: right;
    text-transform: uppercase;
    color: var(--text-color);
    -webkit-transition: .4s;
    transition: .4s;
    text-decoration: none;
    font-weight: 500;
}

.section-title:after {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    background-color: var(--text-color);
    margin-top: 5px;
}

.room-grid-item .room-info .room-title a {
    color: var();
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    z-index: 9;
}

.room-grid-item {
    background: #fff;
}

.link-icon,
.image-icon,
.instagram-icon {
    position: relative;
}

.link-icon::before {
    content: "\f102";
}

.link-icon::before,
.image-icon::before,
.instagram-icon::before {
    font-family: Flaticon;
    position: absolute;
    top: calc(50% - 18px);
    right: calc(50% - 18px);
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    color: #a4a4a4;
    z-index: 99;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    pointer-events: none;
}

.room-grid-item figure a::before {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0px;
    left: 10px;
    border: 5px double rgba(255, 255, 255, 0.5);
    z-index: 10;
    border-bottom: none;
    -webkit-transition: 1s;
    transition: 1s;
}

.room-grid-item .room-services {
    position: absolute;
    left: 30px;
    bottom: 15px;
    z-index: 9;
}

.room-grid-item .room-services i {
    opacity: .8;
    position: relative;
    background: #ffffff;
    width: 33px;
    height: 33px;
    border-radius: 1px;
    line-height: 35px;
    margin: 3px;
    color: #afafaf;
    border-bottom: none;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}

.room-grid-item .room-info {
    padding: 20px;
    position: relative;
    border: 1px solid #efefef;
    border-top: none;
    background: #fff;
    text-align: center;
}

.room-grid-item .room-price {
    position: absolute;
    bottom: 15px;
    right: 20px;
    padding: 2px 10px;
    border-bottom: 2px;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #afafaf;
    z-index: 9;
    border-radius: 1px;
}

.room-grid-item .room-info .room-title a {
    color: var(--text-color);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    z-index: 9;
    text-decoration: none;
}

.room-grid-item .room-info p {
    color: #afafaf;
    text-transform: uppercase;
    font-size: 12px;
}

.topbar.transparent {
    background: transparent;
    position: absolute;
    top: 15px;
    color: #a4a4a4;
}

.topbar .welcome-mssg {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.topbar .top-right-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
}

.topbar {
    background: #edcb9a;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 0;
    font-size: 12px;
    color: #ad926b;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1030;
    transition: all 0.3s ease;
}

.topbar.hide {
    opacity: 0;
    visibility: hidden;
}

.topbar .top-right-menu .top-menu li {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 10px;
}

.topbar.transparent .top-menu li a {
    color: #a4a4a4;
}

.topbar .top-right-menu .top-menu li a {
    /*color: #ad926b;*/
    font-weight: 500;
    font-size: 12px;
    padding: 10px 5px;
    color:var(--white-color);
}

.topbar .top-right-menu .top-menu li a i {
    margin-right: 5px;
}

.navbar {
    position: absolute;
    width: 100%;
    top: 50px;
    transition: all 0.3s ease;
    z-index: 999;
    height: auto;
}

.navbar-brand img {
    max-width: 100px;
    width: 100%;
}

.navbar.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    color: #ad926b;
}

.navbar-collapse {
    flex-grow: 0;
}
.navbar.fixed-nav .nav-link {
    color:#000000;
}
.nav-item .btn {
    position: relative;
    display: block;
    padding: 12px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: .4s;
    transition: .4s;
    letter-spacing: 1px;
    background: var(--primary-color);
    margin: 10px 0;

    i {
        margin-right: 10px;
    }


}

.nav-item .btn:hover {
    background: #d8ba8e;
    cursor: pointer;
    color: #fff;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
}

.nav-link {
    /*color: #a4a4a4;*/
    font-size: 14px;
    font-weight: 600;
    color:var(--white-color);
    
    
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #d8ba8e;
}

.nav-link:hover {
    color: #d8ba8e;
}


/* hero section 14/05/2025 */

.booking-form {
    max-width: 100%;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 81%;
}

.form_contact {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 25px 20px 0;
}

.booking-form .form-group {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: column;
}

.booking-form .form-group label {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.booking-form .form-group input,
.booking-form .form-group select {
    border: none;
    border-bottom: 2px solid #eee;
    padding: 8px 5px;
    font-size: 14px;
    color: #444;
    background: transparent;
    outline: none;
    transition: border-color 0.3s;
}

.booking-form .form-group input:focus,
.booking-form .form-group select:focus {
    border-color: #d6aa74;
}

.booking-form .form-group.button {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.booking-form .form-group.button button {
    background: #d6aa74;
    border: none;
    color: #fff;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.booking-form .form-group.button button:hover {
    background: #c29762;
}

.booking-form .advanced-link {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 8px;
    text-align: center;
    text-decoration: underline;
}


.guests-dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 5px;
    z-index: 999;
    width: 200px;
    top: 82px;
}

.guests-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.guests-row label {
    flex: 1;
}

.guests-row .count {
    width: 20px;
    text-align: center;
}

.guests-row button {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1;
    background: #eee;
    border: none;
    cursor: pointer;
}


.form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}


.hero-slider {
    position: relative;
}

.slide-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-content {
    position: absolute;
    top: 50%;
    /*left: 44%;*/
    /*transform: translate(-50%, -50%);*/
    color: #fff;
}

/*.slide-content h1 {*/
/*    font-size: 68px;*/
/*    font-weight: 800;*/
/*    color: var(--primary-color);*/
/*    text-shadow: 4px 10px 4px rgba(8, 10, 8, 1.4);*/
/*}*/

.slide-content h1 {
    font-size: 50px;
    color: var(--white-color);
    text-shadow: 0px 6px 10px rgba(0, 0, 0, 1);
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    margin-top: 60px;
    letter-spacing: 2px;
}
 

.slide-content p {
    font-size: 1.5rem;
    margin-top: 1rem;
    font-weight:500;
    line-height:1.5;
    color:var(--white-color);
}

/* Animation */
.animate-text {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-in-out;
}

.owl-item.active .animate-text {
    opacity: 1;
    transform: translateY(0);
}

.delay {
    transition-delay: 0.3s;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .slide-content h1 {
        font-size: 2rem;
    }

    .slide-content p {
        font-size: 1rem;
    }
}

/* gallery section 14/05/2025 */

.gallery .gallery-owl .owl-item img {
    border-radius: 4px;
}

section.gallery .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}


.gallery-item figcaption {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, hsla(0, 0%, 0%, .5) 0%, rgba(0, 0, 0, 0) 100%);
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    padding-left: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.gallery-item {
    position: relative;
}

section.gallery .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}

.lightgallery {
    position: relative;
}

section.gallery .owl-carousel .owl-nav button.owl-prev {
    float: left;
    left: -70px;
    font-size: 40px;
}

section.gallery .owl-carousel .owl-nav button.owl-next {
    float: right;
    right: -70px;
    font-size: 40px;
}

section.gallery .owl-carousel .owl-nav button.owl-prev,
section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #efefef;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* testimonial section 14/05/2025 */

.testimonial-section {
    background-color: #f8f6f3;
    padding: 80px 0;
    text-align: center;
}

.section-title h2 {
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.testimonial-carousel .testimonial-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin: 10px;
    transition: transform 0.3s ease;
}

.testimonial-box:hover {
    transform: translateY(-5px);
}

.profile-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -60px;
    border: 5px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.testimonial-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
    color: var(--primary-color);
}

.location {
    font-style: italic;
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

.stars {
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-box .text {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.quote-icon,
.quote-icon-bottom {
    font-size: 40px;
    color: #eee;
    position: absolute;
    left: 20px;
}

.quote-icon {
    top: 10px;
}

.quote-icon-bottom {
    bottom: 10px;
    right: 20px;
    left: auto;
}


.testimonial-section .owl-carousel .owl-item img {
    display: block;
    width: 90px;
    margin: 0 auto;
}

.testimonial-section .section-title h2,
.testimonial-section .section-title .subtitle {
    text-align: left;
    width: 100%;
    max-width: 100%;
    display: block;
}

.testimonial-section .section-title h2 {
    font-size: 68px;
    font-weight: 600;
    color: var(--primary-color);
}

.testimonial-section .section-title .subtitle {
    color: var(--secondary-color);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
}




/* footer css start here 14-5-23 */
.footer {
    background-color: #f7f8f9;
}

.footer .social-media a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 0;
    border: none;
    background: none;
    color: #fff;
    background: #d7d8d9;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
}

/* contact page css */

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #fff;
    padding: 0 5px;
}

.form-group {
    margin-bottom: 30px;
}

.contact-page .form-control {
    padding: 22px 20px;
    border: 1px solid #e3e3e3;
}

.contact-form .form-control {
    height: 50px;
    padding: 22px 20px;
    border: 1px solid #e3e3e3;
}

.contact-page textarea.form-control {
    min-height: 145px;
}

.mt75 {
    margin-top: 75px;
}

.contact-details .contact-info {
    display: inline-block;
    width: 100%;
}

.contact-details .contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-details .contact-info ul li {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: #ffffff;
    width: 100%;
    height: 45px;
    line-height: 17px;
    margin-bottom: 18px;
    border: 1px solid #e3e3e3;
}

.contact-details .contact-info ul li a {
    color: #afafaf;
    font-weight: 500;
    align-items: center;
    display: flex;
}

.social-media .facebook {
    color: #3b5998;
}

.contact-details .contact-info ul li i {
    margin-right: 20px;
    float: left;
    width: 40px;
    height: 43px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    background-color: #e3e3e3;
    color: #afafaf;
}

.social-media .facebook {
    color: #3b5998;
}


/* Room css start here 14/05/2025 */

.link-icon::before,
.image-icon::before,
.instagram-icon::before {
    font-family: Flaticon;
    position: absolute;
    top: calc(50% - 18px);
    right: calc(50% - 18px);
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    color: #a4a4a4;
    z-index: 99;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    pointer-events: none;
}



/* all page banner css 14-5-23 2:38 */
.banner-section {
    position: relative;
}

.bgimg {
    background-image: url(/assets/frontasset/images/rooms/01.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}
.bgimg1 {
    background-image: url(/assets/frontasset/images/rooms/02.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}

.bgimg2 {
    background-image: url(/assets/frontasset/images/rooms/03.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}

.bgimg3 {
    background-image: url(/assets/frontasset/images/rooms/04.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}

.bgimg4 {
    background-image: url(/assets/frontasset/images/rooms/05.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-section h1 {
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.breadcrumb {
    position: relative;
    z-index: 1;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8);
}


.banner-section .gradient-overlay::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(240, 100, 150), rgb(140, 200, 208));
    opacity: 0.3;
    -webkit-transition: .4s;
    transition: .4s;
}

.roomsview .room-list-item {
    border-radius: 2px;
    margin-bottom: 40px;
    border: 1px solid #efefef;
    position: relative;
}

.link-icon,
.image-icon,
.instagram-icon {
    position: relative;
}

figure {
    margin: 0;
}

.link-icon::before {
    content: "\f102";
}

.link-icon::before,
.image-icon::before,
.instagram-icon::before {
    font-family: Flaticon;
    position: absolute;
    top: calc(50% - 18px);
    right: calc(50% - 18px);
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    color: #a4a4a4;
    z-index: 99;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    pointer-events: none;
}

.gradient-overlay:after,
.gradient-overlay-hover:after,
.gradient-slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(240, 100, 150), rgb(140, 200, 208));
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.link-icon:hover::before,
.image-icon:hover::before,
.instagram-icon:hover::before {
    opacity: .8;
}

.gradient-overlay:after,
.gradient-overlay-hover:hover:after,
.gradient-slider .slotholder:after {
    opacity: .3;
}

.room-list-item figure a::before {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    right: 0px;
    bottom: 10px;
    left: 10px;
    border: 5px double rgba(255, 255, 255, 0.5);
    z-index: 999;
    border-right: none;
    -webkit-transition: 1s;
    transition: 1s;
}

.room-list-item .room-info {
    padding: 15px 0;
}

.room-list-item .room-info .room-title {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
}

.room-list-item .room-info .room-title a {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 500;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
}

.room-list-item .room-info .room-rates {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.room-list-item .room-info .room-rates i {
    font-size: 13px;
    color: #ffb600;
}

.room-list-item .room-info .room-rates a {
    margin-left: 5px;
    font-size: 12px;
}

.room-info p {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0;
}

.room-list-item .room-services {
    margin-top: 16px;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.room-list-item .room-services i {
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
    color: #afafaf;
    border-radius: 1px;
    font-size: 11px;
    -webkit-transition: .5s;
    transition: .5s;
}

.room-list-item .room-services i:hover,
.room-list-item .room-services span:hover {
    cursor: pointer;
    background: #e3e3e3;
}

.room-list-item .room-services span {
    height: 30px;
    display: inline-block;
    padding: 0 8px;
    border: 1px solid #e3e3e3;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
    color: #afafaf;
    border-radius: 1px;
    font-size: 12px;
    -webkit-transition: .5s;
    transition: .5s;
}

.room-list-item .room-price {
    text-align: center;
    padding: 10px;
    height: 100%;
    border-left: 1px dashed #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.room-list-item .room-price .price {
    margin-bottom: 30px;
    font-size: 20px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.btn.btn-sm {
    padding: 7px 18px;
    font-size: 14px;
}

.btn {
    background: var(--secondary-color);
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 10px 20px;
    -webkit-appearance: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn:hover,
.btn:focus,
.btn:active {
    background: #d8ba8e;
    cursor: pointer;
    color: #fff;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

/* bookonline page css */

label {
    color: #b5bec4;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: .5rem;
}

.bookonline-page textarea.form-control {
    min-height: 145px;
}

.form-control,
.form-control[readonly] {
    background: #f7f8f9;
    border: 1px solid #efefef;
    height: 45px;
    border-radius: 0;
    padding: 10px;
    color: #afafaf;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
}
.home-page .welcome-mssg{
    color:var(--white-color);
}

/* about page css 15/05/2025 */
.about-us .welcome-mssg , .amenities-page .welcome-mssg , .contact-us .welcome-mssg ,.book-online .welcome-mssg ,.rooms .welcome-mssg ,.room-details .welcome-mssg  {
    color: var(--text-color);
}
 
.about-us  .topbar .top-right-menu .top-menu li a , .amenities-page  .topbar .top-right-menu .top-menu li a , .contact-us  .topbar .top-right-menu .top-menu li a , .book-online  .topbar .top-right-menu .top-menu li a , .rooms  .topbar .top-right-menu .top-menu li a , .room-details  .topbar .top-right-menu .top-menu li a {
    color: var(--text-color);
}
.about-us nav.navbar.navbar-expand-lg.bg-body-tertiary .nav-link , .amenities-page nav.navbar.navbar-expand-lg.bg-body-tertiary .nav-link , .contact-us nav.navbar.navbar-expand-lg.bg-body-tertiary .nav-link, .book-online nav.navbar.navbar-expand-lg.bg-body-tertiary .nav-link, .rooms nav.navbar.navbar-expand-lg.bg-body-tertiary .nav-link , .room-details nav.navbar.navbar-expand-lg.bg-body-tertiary .nav-link {
    color: #000;
}

.box-shadow-005 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.box-shadow-005:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.services_section .gallery-item {
    display: block;
    min-height: 196px;
}

.services_section .gallery-item figcaption {
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #000000;
    text-align: center;
}


/* room details page 15-5-25 10:35 */
.leftSideImgCarousal .carousel-indicators button.thumbnail {
    width: 100px;
}

.leftSideImgCarousal .carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

.leftSideImgCarousal .carousel-indicators {
    position: absolute;
    bottom: 2%;
    gap: 5px;
    margin-bottom: 0;
}

.leftSideImgCarousal .carousel-indicators [data-bs-target] {
    width: 100%;
    height: auto;
    border: 0 !important;
}

.leftSideImgCarousal .carousel-indicators {
    margin-right: 0;
    margin-left: 0;
}

p.dropcap:first-letter {
    float: left;
    color: #edcb9a;
    font-size: 6em;
    line-height: 1em;
    margin: 0px 20px 5px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}

.room .room-slider {
    position: relative;
    margin-bottom: 50px;
}

.room .section-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title:after {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    background: var(--text-color);
    margin-top: 5px;
}

.room-services-list ul li {
    padding: 5px 0;
    text-transform: uppercase;
}

.room-services-list ul li i {
    margin-right: 10px;
    color: #82B73A;
}

.room-services-list ul li.no i {
    color: #f1572f;
}

.room-grid-item {
    background: #fff;
}

.link-icon,
.image-icon,
.instagram-icon {
    position: relative;
}

.sidebar .widget.noborder {
    padding: 0px;
    border: none;
}

.sidebar .widget {
    margin-bottom: 50px;
    border: 1px solid #efefef;
    padding: 15px;
    position: relative;
}

.sidebar .widget .vertical-booking-form {
    border-radius: 0;
}

.vertical-booking-form {
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.notification {
    position: absolute;
    border-radius: 4px 4px 0 0;
    bottom: calc(100% - 100px);
    left: 0;
    width: 100%;
    height: 70px;
    z-index: -9;
    padding: 5px;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    visibility: hidden;
}

.vertical-booking-form .form-title {
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #d7d8d9;
}

.vertical-booking-form .inner {
    padding: 10px 20px;
}

.vertical-booking-form .inner .form-group {
    margin-bottom: 10px;
}

.vertical-booking-form .inner .form-group .form-control {
    border: none;
    background: #fff !important;
    border-bottom: 1px solid #efefef;
}

.vertical-booking-form .form-control,
.vertical-booking-form .form-control.bootstrap-select button,
.vertical-booking-form .form-control.bootstrap-select button.dropdown-toggle {
    padding: 10px 0;
    border: none;
    background: #fff !important;
    border-bottom: 1px solid #efefef;
}

.form-control,
.form-control[readonly] {
    background: #f7f8f9;
    border: 1px solid #efefef;
    height: 45px;
    border-radius: 0;
    padding: 10px;
    color: #afafaf;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
}

.form-control.bootstrap-select button,
.form-control.bootstrap-select button.dropdown-toggle {
    background: #f7f8f9;
    border: 1px solid #efefef;
    height: 45px;
    border-radius: 0;
    padding: 10px 10px;
    color: #afafaf;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
}

.form-control.bootstrap-select button .bs-caret {
    margin-right: -20px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.form-control.guestspicker {
    text-transform: uppercase;
    cursor: pointer;
}

.panel-dropdown.active .panel-dropdown-content {
    visibility: visible;
    opacity: 1;
}

.panel-dropdown .panel-dropdown-content {
    position: absolute;
    margin-top: 15px;
    padding: 20px;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    background: var(--white-color);
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, .13);
    box-shadow: 0 12px 26px 0 rgba(178, 178, 178, .13);
    border-radius: 2px;
    z-index: 99;
}

.panel-dropdown .panel-dropdown-content::before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #efefef;
    position: absolute;
    display: inline-block;
    content: '';
}

.panel-dropdown .guests-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
}

.panel-dropdown label {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 3px;
}

label a {
    margin-left: 5px;
    color: #b5bec4;
}

.panel-dropdown .guests-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.panel-dropdown .plus,
.panel-dropdown .minus {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    background: #f7f8f9;
    border: 1px solid #e3e3e3;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    font-family: fontawesome;
}

.panel-dropdown .minus::before {
    content: "\f068";
}

.panel-dropdown .guests-buttons input {
    outline: 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 50px;
    color: #b5bec4;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
}

.panel-dropdown .plus::before {
    content: "\f067";
}

/* animate page css 15-5-25 3:05 */

.sidebar .widget.widget-help::before {
    content: "\f1cd";
    font-family: FontAwesome;
    font-size: 180px;
    color: #efefef;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: .5;
}

.sidebar .widget .widget-title {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #e3e3e3;
    text-transform: uppercase;
}

.sidebar .widget .widget-title::after {
    content: '';
    width: 40px;
    background: #efefef;
    height: 1px;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 10px;
}

.sidebar .widget.widget-help .phone,
.sidebar .widget.widget-help .email {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar .widget.widget-help .phone,
.sidebar .widget.widget-help .email {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    z-index: 9;
    position: relative;
}

.sidebar .widget.widget-help .phone a,
.sidebar .widget.widget-help .email a {
    color: #a4a4a4;
}


.gallery-filters {
    margin-bottom: 80px;
    position: relative;
}

.gallery-filters::before {
    content: '';
    background: #e3e3e3;
    width: 10px;
    height: 30px;
    position: absolute;
    float: left;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-filters .filter:first-child {
    margin-left: 20px;
}

.gallery-filters .filter {
    padding: 7px 15px;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #d7d8d9;
}

.gallery-filters .active,
.gallery-filters .filter:hover {
    color: #d8ba8e;
}

.gallery-page .gallery-item {
    margin-bottom: 30px;
    display: block;
    height: 100%;
}

.gallery-item img {
    border-radius: 4px;
}

.color-overlay *,
.color-overlay-hover *,
.gradient-overlay *,
.gradient-overlay-hover *,
.dotted-overlay-hover * {
    z-index: 99;
}

.link-icon:hover:before,
.image-icon:hover:before,
.instagram-icon:hover:before {
    opacity: .8;
}

.image-icon::before {
    content: "\f100";
}

.link-icon::before,
.image-icon::before,
.instagram-icon::before {
    font-family: Flaticon;
    position: absolute;
    top: calc(50% - 18px);
    right: calc(50% - 18px);
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    color: #a4a4a4;
    z-index: 99;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    pointer-events: none;
}



#lightgallery>div {
    transition: all 0.3s ease;
}

.gallery-filters .filter {
    cursor: pointer;
    padding: 8px 15px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.gallery-filters .filter.active {
    color: #d8ba8e;
    /* background-color: var(--primary-color); */
    border-radius: 4px;
}

.navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
    font-weight: 600;
}

.navbar-toggler{
    background-color: var(--primary-color);
    outline: none;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");!important;
}

/*new Amenities css*/
.Amenities, .amenities, .Services, .Experience {
    margin-bottom: 20px;
}

/*Header open close*/
.navbar-collapse.manual-close {
    display: none !important;
}