/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}
/* iframe  */
.map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* iframe  */


a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}


button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

#myCarousel .carousel-item img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.logo img,
.site-logo {
    max-width: 100%;
    height: auto;
    max-height: 65px; 
    object-fit: contain;
}
@media (max-width: 768px) {
    .site-logo {
        max-height: 45px;
    }
}
.header {
    padding: 10px 0;
}



 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 14px !important;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 7px 0px 27px 0px;
     margin: 0 22px;
     color: #010101;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     border-bottom: #fff solid 3px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fe0000;
     border-bottom: #fe0000 solid 3px;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fe0000;
     border-bottom: #fe0000 solid 3px;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.header {
     width: 100%;
     height: 86px;
     padding: 15px 0px 15px 0px;
     background: #fff;
}


/** banner section **/

.banner_main {
     position: relative;
}

.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #000;
}

.banner .carousel-indicators .active {
     background-color: #fe0000;
}

.booking_ocline {
     position: absolute;
     width: 100%;
     top: 50%;
     transform: translateY(-50%);
}

.book_room {
     background-color: #000000c7;
     padding: 30px 35px;
     border-left: #ff0909 solid 5px;
}

.book_room h1 {
     font-weight: 500;
     font-size: 30px;
     line-height: 30px;
     color: #fff;
     padding-bottom: 20px;
     text-transform: uppercase;
     text-align: center;
}

.book_now span {
     display: block;
     color: #fff;
     font-size: 18px;
     padding-bottom: 5px;
}

.book_now .online_book {
     width: 100%;
     height: 50px;
     border: #fff solid 1px;
     background-color: transparent;
     color: #fff;
     padding: 0 10px;
     padding-right: 61px;
     margin-bottom: 25px;
     position: relative;
}

.date_cua {
     position: absolute;
     width: 29px;
     height: 29px;
     top: 48px;
     background-repeat: no-repeat;
     right: 30px;
}

.book_btn {
     background-color: #fe0000;
     max-width: 189px;
     width: 100%;
     margin: 0 auto;
     padding: 10px 0;
     border-radius: 50px;
     color: #fff;
     font-size: 20px;
     transition: ease-in 0.5s;
     display: block;
}

.book_btn:hover {
     background-color: #fff;
     color: #fe0000;
     transition: ease-in 0.5s;
}

.carousel-control-next,
.carousel-control-prev {
     display: none;
}

.carousel-indicators {
     right: inherit;
     bottom: 30px;
     margin-left: 9%;
}
.banner_main {
    position: relative;
}

#myCarousel .carousel-indicators {
    position: absolute;
    bottom: 20px; 
    left: 22%;
    transform: translateX(-50%);
    width: 41.6667%; 
    margin: 0;
    justify-content: center;
}

#myCarousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
}

/* Mobile responsive fix */
@media (max-width: 767px) {
    #myCarousel .carousel-indicators {
        width: 100%;
        bottom: -35px;
    }
}




/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

.titlepage h2 {
     font-size: 40px;
     color: #121212;
     line-height: 45px;
     font-weight: bold;
     text-transform: uppercase;
     padding: 0;
}

.titlepage h2::before {
     position: absolute;
     content: "";
     background-color: #ff0909;
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);
}

.titlepage h2::after {
     position: absolute;
     content: "";
     background-color: #ff0909;
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);
     bottom: 10px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #121212;
     color: #fff;
     padding: 8px 0px;
     width: 100%;
     max-width: 144px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 30px;
     margin-bottom: 10px;
}

.read_more:hover {
     background: #fe0000;
     color: #fff;
     transition: ease-in all 0.5s;
}

/** about section **/

.about {
     background-color: #fff;
     padding-top: 85px;
}

.about .titlepage {
     text-align: left;
     padding-bottom: 0;
     max-width: 443px;
     width: 100%;
     float: right;
}

.about .titlepage h2 {
     margin-bottom: 35px;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 35px;
}

.about_img {
     margin-right: 40px;
     overflow: hidden;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     transition: all .5s;
}

.about_img figure img:hover {
     transform: scale(1.2);
}
/** end about section **/

/** our_room section **/

.our_room {
     background-color: #f4f5f7;
     padding: 60px 0 30px 0;
     margin-top: 0px;
}

.our_room .titlepage {
     text-align: center;
}

.our_room .titlepage p {
     color: #121212;
     font-size: 17px;
     margin-top: 20px;
}

.our_room .room {
     text-align: center;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.our_room .room .room_img {
     overflow: hidden;
}

.our_room .room .room_img figure {
     margin: 0;
}

.our_room .room .room_img figure img {
     width: 100%;
     transition: all .5s;
}

.our_room .room .room_img figure img:hover {
     transform: scale(1.2);
}

.our_room .room .bed_room {
     padding: 33px 30px;
}

.our_room .room .bed_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     transition: ease-in all 0.5s;
     margin: auto;
}
#serv_hover{
     padding: 10px;
     border-radius: 5px;
     min-height: 520px;

}
#serv_hover figure img{
     border-radius: 5px;
     height: 250px !important;
}
#serv_hover:hover.room {
     cursor: pointer;
     box-shadow: 0px 0px 30px rgba(255, 9, 9, 0.15);
     transition: ease-in all 0.5s;
}


/** end our_room section **/


/** gallery  section **/

.gallery {
     padding-top: 60px;
}

.gallery .titlepage {
     text-align: center;
}

.gallery .gallery_img {
     overflow: hidden;
     margin-bottom: 30px;
     padding: 10px;
     border-radius: 5px;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.gallery .gallery_img figure {
     margin: 0;
}

.gallery .gallery_img figure img {
     width: 100%;
     border-radius: 5px;
     transition: all .5s;
}

.gallery .gallery_img figure img:hover {
     transform: scale(1.2);
     
}


/** end gallery  section **/


/** blog section **/

.blog {
     background: url(../images/blog_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 60px 0 30px 0;
     margin-top: 60px;
}

.blog .titlepage {
     text-align: center;
}

.blog .titlepage h2 {
     color: #fff;
}

.blog .titlepage p {
     color: #fff;
     font-size: 17px;
     margin-top: 20px;
}

.blog .blog_box {
     text-align: left;
     min-height: 470px;
     padding: 10px;
     border-radius: 5px;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.blog .blog_box .blog_img {
     overflow: hidden;
     border-radius: 5px;
}
.blog .blog_box .blog_room p{
font-weight: normal;
letter-spacing: 0.5px;
}
.blog .blog_box .blog_room .blog-title  {
     font-size:18px;
     font-weight: 600;
}

.blog .blog_box .blog_img figure {
     margin: 0;
}

.blog .blog_box .blog_img figure img {
     width: 100%;
     transition: all .5s;
}

.blog .blog_box .blog_img figure img:hover {
     transform: scale(1.2);
}

.blog .blog_box .blog_room {
     padding: 10px 5px;
     text-align: left;
}

.blog .blog_box .blog_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     padding-bottom: 5px;
     transition: ease-in all 0.5s;
     margin: auto;
}

.blog .blog_box .blog_room span {
     font-size: 15px;
     color: #ff0909;
     font-weight: bold;
     margin-bottom: 10px;
     display: block;
}

.blog .blog_box .blog_room p {
     font-size: 14px;
     line-height: 20px;
}


/** end blog section **/


/** contact section **/

.contact {
     background: #fff;
     margin-top: 0px;
    padding: 45px 0;
}

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 58px;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     box-shadow: 2px 0px 6px rgba(255, 9, 9, 0.20);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     padding: 12px 15px 0 15px;
     box-shadow: 2px 0px 6px rgba(255, 9, 9, 0.20);
     height: 150px;
}

.main_form .send_btn {
     font-size: 22px;
     transition: ease-in all 0.5s;
     background-color: #000000;
     text-transform: uppercase;
     color: #fff;
     padding: 10px 0px;
     max-width: 193px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
     border-radius: 50px;
}

.main_form .send_btn:hover {
     background-color: #ff0909;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #000000;
     opacity: 1;
}

.map figure {
     margin: 0;
}

.map figure img {
     width: 100%;
}


/** end contact section **/


/** footer **/

.footer {
     background: #0f1521;
     margin-top: 0px;
     padding-top: 60px;
     text-align: center;
}

.footer h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 24px;
     text-align: left;
     color: #fff;
     margin-bottom: 15px;
     border-bottom: #ff0909 solid 3px;
     padding-bottom: 3px;
     display: table;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 20px;
     font-size: 16px;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 20px;
}

ul.conta li a {
     color: #fff;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li.active a {
     color: #ff0909;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: #ff0909;
}

.bottom_form {
     display: flex;
     flex-wrap: wrap;
     margin-top: 32px;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 20px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-top: 12px;
     margin-right: 93px;
     text-transform: uppercase;
     border: inherit;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 45px;
     background: #fffffff2;
     color: #ccc8c8;
     font-size: 17px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     color: #ff0909;
     padding: 8px 0px;
     max-width: 147px;
     width: 100%;
     font-weight: 500;
     text-transform: uppercase;
     height: 47px;
}

.sub_btn:hover {
     background-color: #ff0909;
     transition: ease-in all 0.5s;
     color: #fff;
}

ul.social_icon {
     padding-top: 24px;
     width: 100%;
     float: left;
     text-align: left;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 27px;
     border-radius: 30px;
     margin: 0 9px;
     color: #fff;
}

ul.social_icon li a:hover {
     color: #ff0909;
}

.copyright {
     margin-top: 60px;
     padding-bottom: 20px;
     background-color: #fff;
     border: #ff0909 solid 3px;
     border-right: inherit;
     border-left: inherit;
}

.copyright p {
     color: #000;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     border-top: #a3aec6 solid 1px;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #000;
}

.copyright a:hover {
     color: #ff0909;
}


/** end footer **/


/**  inner page css **/
.back_re {
     background-color: #0f1521;
}
.back_re .title {
     text-align: center;
}
.back_re .title h2 {
color:#fff;
font-size: 40px;
padding: 40px 0;
font-weight: 600;
text-transform: uppercase;
line-height: 35px;
}
.margin_0 {
     margin:0 !important;
}


.inner_page .gallery {
     padding-top: 90px;
}
.inner_page .blog {
     margin-top: 90px;
}



.why-choose {
    padding: 60px 20px;
    background: #f9fafc;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.why-choose h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #2d2d2d;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    border: 1px solid #e5e5e5;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.icon {
    font-size: 35px;
    margin-bottom: 15px;
}

.card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1f1f1f;
}

.card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.bottom-text {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #333;
}

.rooms-section {
    padding: 80px 0;
    background: #f8f9fb;
}

.rooms-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.rooms-content h2 span {
    color: #d32f2f; /* Accent color */
}

.underline {
    width: 60px;
    height: 4px;
    background: #d32f2f;
    margin-bottom: 20px;
    border-radius: 2px;
}

.rooms-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
}

.btn-explore {
    display: inline-block;
    padding: 12px 28px;
    background: #111;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-explore:hover {
    background: #d32f2f;
    color: #fff;
}

.rooms-image {
    position: relative;
}

.rooms-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: 0.4s ease;
}

.rooms-image img:hover {
    transform: scale(1.03);
}

.room-features {
    padding: 20px 0;
}

.section-title h2 {
    font-size: 38px;
    font-weight: 700;
}

.section-title span {
    color: #d32f2f;
}

.underline-center {
    width: 60px;
    height: 4px;
    background: #d32f2f;
    margin: 0px auto 40px !important;
    border-radius: 2px;
}

.feature-box {
    background: #f8f9fb;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: #ffffff;
}

.feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.feature-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.features-bottom {
    margin-top: 50px;
    font-size: 16px;
    color: #333;
}



.pg-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pg-content h2 span {
    color: #d32f2f;
}

.pg-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.pg-bottom-text {
    font-weight: 500;
    color: #222;
}

/* Right Side Box */
.pg-features {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.pg-features h4 {
    margin-bottom: 20px;
    font-weight: 600;
}

.pg-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pg-features ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #444;
}

/* Custom Check Icon */
.pg-features ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #d32f2f;
    font-weight: bold;
}

/*End Location + Stay Types + Booking CTA */
.location-section {
    padding: 90px 0;

}

/* Headings */
.location-content h2,
.stay-types h2,
.booking-cta h2 {
    font-size: 36px;
    font-weight: 700;
}

.location-content h2 span,
.stay-types h2 span {
    color: #d32f2f;
}

.underline,
.underline-center {
    width: 60px;
    height: 4px;
    background: #d32f2f;
    margin: 15px 0 25px;
    border-radius: 3px;
}

.underline-center {
    margin: 15px auto 30px;
}

/* Lists */
.location-list {
    list-style: none;
    padding: 0;
}

.location-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px;
}

.location-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #d32f2f;
}

/* Highlight Text */
.highlight-text {
    margin-top: 20px;
    font-weight: 500;
}

/* Right Info Box */
.location-box {
    background: #f8f9fb;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* Stay Type Boxes */
.stay-box {
    background: #f8f9fb;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    transition: 0.3s ease;
    font-weight: 500;
}

.stay-box:hover {
    background: #d32f2f;
    color: #fff;
    transform: translateY(-5px);
}

/* CTA Section */
.cta-section {
    padding: 100px 20px;
}

.cta-box {
    background: #f6f1ea;
    
    padding: 70px 40px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

/* Soft Glow Effect */
.cta-box::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(211,47,47,0.3);
    border-radius: 50%;
    top: -100px;
    right: -100px;
    filter: blur(100px);
}

/* Heading */
.cta-box h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Paragraph */
.cta-box p {
    font-size: 17px;
    color: #414040;
    max-width: 750px;
    margin: 0 auto 15px;
    line-height: 1.7;
}

.cta-sub {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 35px;
}

/* Buttons */
.cta-buttons {
    margin-top: 20px;
}

.btn-primary-cta {
    display: inline-block;
    padding: 14px 40px;
    border: 2px solid #fff;
    background: #ffffff;
    color: #000000;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    margin: 10px;
    transition: 0.3s ease;
}

.btn-primary-cta:hover {
    background: #fa5d5d;
    color: #111;
}

.btn-outline-cta {
    display: inline-block;
    padding: 14px 40px;
    border: 2px solid #fff;
    background: #ffffff;
    color: #000000;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    margin: 10px;
    transition: 0.3s ease;
}

.btn-outline-cta:hover {
    background: #fa5d5d;
    color: #111;
}
/*Start about */
.about-section {
    padding: 100px 0;
    background: #f6f1ea; /* warm hospitality tone */
}

.about-image img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    transition: 0.4s ease;
}

.about-image img:hover {
    transform: scale(1.03);
}

.about-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-content h2 span {
    color: #d32f2f;
}

.underline {
    width: 60px;
    height: 4px;
    background: #d32f2f;
    margin-bottom: 25px;
    border-radius: 3px;
}

.about-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Highlight Points */
.about-highlights {
    margin: 25px 0;
}

.highlight-item {
    margin-bottom: 12px;
    font-weight: 500;
    color: #222;
}

/* Button */
.btn-about {
    display: inline-block;
    padding: 14px 35px;
    background: #111;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
    margin-top: 10px;
}

.btn-about:hover {
    background: #d32f2f;
}

/* Fix About Section Heading Alignment */
.about-section {
    padding: 0px 0;
    background: #f6f1ea;
}

/* Center heading properly and align with container */
.about-section > h2 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Style span */
.about-section > h2 span {
    color: #d32f2f;
}

/* Proper underline alignment */
.about-section > .underline {
    max-width: 1140px;
    margin: 10px auto 50px;
    padding: 0 15px;
    height: 4px;
    background: #d32f2f;
    width: 70px;
    border-radius: 3px;
}

/* Better spacing for content */
.about-content {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .about-section > h2 {
        text-align: center;
    }

    .about-section > .underline {
        margin: 10px auto 30px;
    }

    .about-content {
        padding-left: 0;
        margin-top: 30px;
    }
}
/*end about /*

/* Luxury Jaipur Mission Box */
.mission-text {
    margin-top: 35px;
    padding: 30px 35px;
    background: #fff8f1; /* warm cream tone */
    border: 1px solid #f0d8c5;
    border-radius: 18px;
    font-size: 17px;
    line-height: 1.9;
    color: #5a3e36;
    position: relative;
}

/* Decorative top border accent */
.mission-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #8b1e1e, #d4a373);
    border-radius: 3px;
}

/* Luxury Button */
.btn-about {

    display: inline-block;
    margin-top: 30px;
    padding: 14px 38px;
    background: linear-gradient(135deg, #8b1e1e, #b23a3a);
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.4s ease;
    box-shadow: 0 8px 20px rgba(139,30,30,0.25);
}

/* Hover Effect */
.btn-about:hover {
    background: linear-gradient(135deg, #b23a3a, #8b1e1e);
    transform: translateY(-4px);
}
.mission-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.btn-about {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
}

.pg-hotel-dual-section {
    padding: 100px 0;
    background: #f6f1ea; /* warm hospitality tone */
}

.dual-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
    height: 100%;
    transition: 0.3s ease;
}

.dual-box:hover {
    transform: translateY(-8px);
}

.dual-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.dual-underline {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #8b1e1e, #d4a373);
    margin-bottom: 20px;
    border-radius: 3px;
}

.dual-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.dual-box ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.dual-box ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #444;
}

.dual-box ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #8b1e1e;
    font-weight: bold;
}

.dual-highlight {
    margin-top: 20px;
    font-weight: 500;
    color: #5a3e36;
}
.stay-choose-section {
    padding: 25px 0;
    background: #ffffff;
}

.section-gap {
    margin-bottom: 80px;
}

.reverse-row {
    flex-direction: row-reverse;
}

/* Left Text Area */
.text-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.text-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Number Styling */
.section-number {
    font-size: 60px;
    font-weight: 700;
    color: rgba(139, 30, 30, 0.87);
    display: block;
    margin-bottom: 10px;
}

/* Highlight Line */
.highlight-line {
    font-weight: 600;
    color: #8b1e1e;
    margin-top: 10px;
}

/* Right Accent Box */
.side-accent-box {
    padding: 35px;
    border-left: 5px solid #8b1e1e;
    background: #f9f3ed;
    border-radius: 15px;
    height: 100%;
    margin-bottom: 30px; /* adds spacing when stacked */
}

/* Heading */
.side-accent-box h5 {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 18px;
}

/* List Reset */
.side-accent-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* List Items */
.side-accent-box ul li {
    margin-bottom: 14px;
    padding-left: 22px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
}

/* Bullet Style */
.side-accent-box ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8b1e1e;
    font-weight: bold;
    font-size: 20px;
    top: -2px;
}

/* Section Heading Spacing */
.section-main-heading {
    margin-bottom: 80px;
}

/* 📱 Mobile Fix */
@media (max-width: 768px) {
    .side-accent-box {
        padding: 25px;
        border-left: 4px solid #8b1e1e;
        text-align: left;
    }
}

/* Small Tag */
.section-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #8b1e1e;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Main Heading */
.section-main-heading h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 850px;
    margin: 0 auto 15px;
}

/* Decorative Divider */
.heading-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #8b1e1e, #d4a373);
    margin: 15px auto 20px;
    border-radius: 3px;
}

/* Subtitle */
.section-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}
.final-cta-section {
    padding: 25px 20px;
    background: linear-gradient(135deg, #f6f1ea, #fffaf5);
}

.final-cta-box {
    max-width: 850px;
    margin: 0 auto;
}

.final-cta-box h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Decorative Divider */
.cta-divider {
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #8b1e1e, #d4a373);
    margin: 20px auto 30px;
    border-radius: 3px;
}

.final-cta-box p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.cta-highlight {
    font-weight: 600;
    color: #8b1e1e;
    margin-bottom: 35px;
}

/* Buttons Container */
.cta-buttons {
    margin-top: 20px;
}

/* Explore Button */
.btn-explore-room {
    display: inline-block;
    padding: 14px 38px;
    background: #111;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    margin: 10px;
    transition: 0.3s ease;
}

.btn-explore-room:hover {
    background: #8b1e1e;
}

/* WhatsApp Button */
.btn-whatsapp-book {
    display: inline-block;
    padding: 14px 38px;
    background: #25D366;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    margin: 10px;
    transition: 0.3s ease;
}

.btn-whatsapp-book:hover {
    background: #1ebe5d;
}
.room-features .row {
    row-gap: 30px !important;
}