/*--------------------------------------------------------------------- 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(normalize.css);
@import url(font-awesome.min.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;
}

html {
     scroll-behavior: smooth;
     scroll-padding-top: 86px;
}

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

img {
     max-width: 100%;
     height: auto;
}

 :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 --**/

.logo-text {
     display: inline-flex;
     align-items: center;
     min-height: 56px;
     color: #1f4529;
     font-size: 22px;
     font-weight: 700;
     line-height: 1.15;
     text-decoration: none;
}

.logo-text:hover,
.logo-text:focus {
     color: #1f4529;
     text-decoration: none;
}


/*---------------------------- 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;
}

.loader-spinner {
     width: 52px;
     height: 52px;
     border: 6px solid #d8d8d8;
     border-top-color: #222;
     border-radius: 50%;
     animation: loader-spin .8s linear infinite;
}

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


/*-- 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-nav {
     padding-right: 10px;
}

.language-switcher {
     display: flex;
     align-items: center;
     gap: 4px;
     margin-left: 12px;
}

.language-option {
     min-width: 34px;
     padding: 6px 7px;
     border: 1px solid #1f4529;
     border-radius: 4px;
     background: #fff;
     color: #1f4529;
     font-size: 13px;
     font-weight: 700;
}

.language-option:hover,
.language-option:focus,
.language-option.active {
     background: #1f4529;
     color: #fff;
}

.header {
     position: relative;
     z-index: 1060;
     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: 53px;
     margin-left: 9%;
}


/** 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;
}

.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: 680px;
     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 {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 10px;
     max-width: 540px;
     margin: 0 auto;
}

.about_img figure {
     margin: 0;
     height: 185px;
     overflow: hidden;
     border-radius: 12px;
}

.about_img figure.about_img__main {
     grid-column: 1 / -1;
     height: 285px;
}

.about_img figure img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: all .5s;
}

.about_img figure img:hover {
     transform: scale(1.06);
}

@media (max-width: 767px) {
     .about_img {
          margin-top: 25px;
     }

     .about_img figure,
     .about_img figure.about_img__main {
          height: 210px;
     }
}
/** end about section **/

/** our_room section **/

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

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

.gallery .gallery_img figure {
     margin: 0;
}

.gallery .gallery_img figure img {
     width: 100%;
     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;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.blog .blog_box .blog_img {
     overflow: hidden;
}

.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: 33px 30px;
     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: 90px;
}

.contact-cta {
     max-width: 500px;
     padding: 38px;
     border-radius: 14px;
     background: #f5f7f5;
     text-align: center;
}

.contact-cta__icon {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 58px;
     height: 58px;
     margin-bottom: 18px;
     border-radius: 50%;
     background: #1f4529;
     color: #fff;
     font-size: 26px;
}

.contact-cta h3 {
     margin-bottom: 12px;
     color: #1f4529;
     font-size: 28px;
     font-weight: 700;
}

.contact-cta p {
     margin-bottom: 20px;
     color: #444;
     font-size: 16px;
     line-height: 1.6;
}

.contact-cta__phone {
     display: block;
     margin-bottom: 20px;
     color: #1f4529;
     font-size: 20px;
     font-weight: 600;
}

.contact-cta__whatsapp {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 9px;
     padding: 13px 24px;
     border-radius: 50px;
     background: #25d366;
     color: #fff;
     font-size: 17px;
     font-weight: 600;
}

.contact-cta__whatsapp:hover,
.contact-cta__whatsapp:focus {
     background: #1ebe5d;
     color: #fff;
}

@media (max-width: 767px) {
     .contact-cta {
          max-width: none;
          margin-bottom: 30px;
          padding: 30px 20px;
     }
}

.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: #fff;
     border-top: 1px solid #e3e8e4;
     margin-top: 90px;
     padding-top: 0;
     text-align: center;
     width: 100%;
}

.footer > .container {
     width: 100%;
     max-width: 1170px;
     padding-right: 15px;
     padding-left: 15px;
}

.footer__brand {
     flex: 0 0 auto;
     color: #1f4529;
     font-size: 22px;
     font-weight: 700;
     line-height: 1.1;
     text-shadow: none;
     text-align: right;
}

.footer__bar {
     min-height: 100px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 28px;
}

.footer__center {
     flex: 1 1 auto;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     gap: 14px 42px;
}

.footer__contact,
.footer__nav {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     gap: 10px 20px;
}

.footer__contact {
     color: #010101;
     font-size: 14px;
}

.footer__contact a,
.footer__nav a {
     color: #010101;
}

.footer__contact i {
     margin-right: 6px;
     color: #1f4529;
}

.footer__nav a {
     font-size: 14px;
     font-weight: 500;
     text-transform: uppercase;
}

.footer__nav a:hover,
.footer__contact a:hover {
     color: #fe0000;
}

.footer__rights {
     margin: 0;
     padding: 12px 15px 16px;
     border-top: 1px solid #e3e8e4;
     color: #1f4529;
     font-size: 13px;
     line-height: 1.45;
     text-align: center;
}

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

ul.conta li {
     color: #010101;
     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: #010101;
}

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

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

ul.link_menu li a {
     color: #010101;
     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: #1f4529;
}

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

.copyright {
     margin-top: 0;
     padding-bottom: 20px;
     background-color: #f5f7f5;
     border-top: #e3e8e4 solid 1px;
     border-bottom: 0;
     border-right: inherit;
     border-left: inherit;
}

@media (max-width: 991px) {
     .footer > .container {
          padding-right: 15px;
          padding-left: 15px;
     }

     .footer__bar {
          flex-direction: column;
          padding: 28px 0;
          gap: 20px;
     }

     .footer__center {
          flex-direction: column;
     }

     .footer__brand {
          text-align: center;
     }
}

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

.copyright a {
     color: #000;
}

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


/** end footer **/

/* Página de galería */
.gallery-page {
     padding: 70px 0 10px;
     background: #f4f5f7;
}

.gallery-page__heading {
     margin-bottom: 34px;
     text-align: center;
}

.gallery-page__heading h1 {
     margin-bottom: 12px;
     color: #121212;
     font-size: 44px;
     font-weight: 700;
}

.gallery-page__heading p {
     margin: 0;
     color: #444;
     font-size: 17px;
}

.site-gallery {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 18px;
}

.site-gallery__item {
     position: relative;
     height: 300px;
     margin: 0;
     overflow: hidden;
     border-radius: 14px;
     background: #ddd;
     box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.site-gallery__item--wide {
     grid-column: span 2;
}

.site-gallery__item img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.35s ease;
}

.site-gallery__item:hover img {
     transform: scale(1.04);
}

.site-gallery__item figcaption {
     position: absolute;
     right: 0;
     bottom: 0;
     left: 0;
     padding: 28px 16px 14px;
     background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
     color: #fff;
     font-size: 16px;
     font-weight: 600;
}

/* Página de ubicación */
.location-page {
     padding: 70px 0 10px;
     background: #f4f5f7;
}

.location-page__heading,
.nearby-places__heading {
     max-width: 820px;
     margin: 0 auto 32px;
     text-align: center;
}

.location-page__heading h1 {
     margin-bottom: 12px;
     color: #121212;
     font-size: 44px;
     font-weight: 700;
}

.location-page__heading p,
.nearby-places__heading p {
     margin: 0;
     color: #444;
     font-size: 17px;
     line-height: 1.65;
}

.location-map {
     overflow: hidden;
     border-radius: 16px;
     background: #ddd;
     box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.location-map iframe {
     display: block;
     width: 100%;
     height: 620px;
     border: 0;
}

.location-description {
     max-width: 900px;
     margin: 36px auto 70px;
     text-align: center;
}

.location-description h2,
.nearby-places__heading h2 {
     margin-bottom: 14px;
     color: #1f4529;
     font-size: 30px;
     font-weight: 700;
}

.location-description p {
     margin-bottom: 22px;
     color: #444;
     font-size: 17px;
     line-height: 1.75;
}

.location-route {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 9px;
     min-height: 48px;
     padding: 12px 24px;
     border-radius: 50px;
     background: #1f4529;
     color: #fff;
     font-size: 16px;
     font-weight: 600;
}

.location-route:hover,
.location-route:focus {
     background: #fe0000;
     color: #fff;
     text-decoration: none;
}

.nearby-places {
     padding-bottom: 40px;
}

.nearby-places__grid {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 16px;
}

.nearby-place {
     display: flex;
     align-items: center;
     gap: 18px;
     min-height: 110px;
     padding: 20px;
     border: 1px solid #e1e6e2;
     border-radius: 14px;
     background: #fff;
     color: #222;
     box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
     transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nearby-place:hover,
.nearby-place:focus {
     color: #222;
     text-decoration: none;
     transform: translateY(-3px);
     box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.nearby-place > i {
     flex: 0 0 50px;
     width: 50px;
     color: #1f4529;
     font-size: 30px;
     text-align: center;
}

.nearby-place span,
.nearby-place strong,
.nearby-place small {
     display: block;
}

.nearby-place strong {
     margin-bottom: 5px;
     color: #1f4529;
     font-size: 18px;
}

.nearby-place small {
     color: #666;
     font-size: 14px;
     line-height: 1.45;
}


/**  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;
}

/* =========================
   Botón flotante WhatsApp
   ========================= */
.whatsapp-float {
     position: fixed;
     width: 55px;
     height: 55px;
     bottom: 20px;
     right: 20px;
     background-color: #25D366;
     color: #FFF;
     border-radius: 50px;
     text-align: center;
     font-size: 30px;
     box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
     z-index: 1000;
}

.whatsapp-float i {
     margin-top: 12px;
}

.whatsapp-float:hover {
     color: #fff;
     background-color: #1ebe5d;
}

/* =========================
   Banner de bienvenida
   ========================= */
.welcome-banner {
     position: relative;
     width: 100%;
     height: 100vh;
     min-height: 500px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 40px 20px;
     overflow: hidden;
     background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)),
                 url('../images/Cabana1.jpg') center center / cover no-repeat;
}

.welcome-banner__content {
     position: relative;
     z-index: 1;
     max-width: 900px;
     text-align: center;
}

.welcome-banner__content h1 {
     margin: 0 0 30px;
     color: #fff;
     font-size: clamp(38px, 6vw, 76px);
     font-weight: 700;
     line-height: 1.12;
     text-shadow: 0 3px 14px rgba(0, 0, 0, 0.65);
}

.welcome-banner__actions {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     gap: 14px;
}

.welcome-banner__button {
     display: inline-flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     width: 270px;
     min-height: 78px;
     padding: 14px 32px;
     border: 2px solid #fff;
     border-radius: 4px;
     background-color: #ff0909;
     color: #fff;
     font-size: 18px;
     font-weight: 600;
     text-decoration: none;
     transition: background-color 0.25s ease, color 0.25s ease;
}

.welcome-banner__button small {
     display: block;
     margin-top: 3px;
     font-size: 11px;
     font-weight: 400;
     line-height: 1.2;
}

.welcome-banner__button--airbnb {
     background-color: #ff385c;
}

.welcome-banner__button--booking {
     background-color: #003b95;
}

.welcome-banner__button--whatsapp {
     background-color: #25d366;
}

.welcome-banner__button:hover,
.welcome-banner__button:focus {
     background-color: #fff;
     color: #222;
     text-decoration: none;
}

@media (max-width: 576px) {
     .welcome-banner {
          min-height: 480px;
          padding: 30px 16px;
     }

     .welcome-banner__content h1 {
          margin-bottom: 24px;
     }

     .welcome-banner__button {
          width: 100%;
          max-width: 290px;
          padding: 12px 26px;
          font-size: 16px;
     }
}

/* =========================
   Flechas carrusel reseñas (forzadas)
   ========================= */
#reviewsCarousel {
  position: relative;
}

#reviewsCarousel .reviews-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: #ff0909;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  z-index: 9999;
  text-decoration: none !important;
}

#reviewsCarousel .carousel-control-prev.reviews-arrow {
  left: -60px;
}

#reviewsCarousel .carousel-control-next.reviews-arrow {
  right: -60px;
}

#reviewsCarousel .reviews-arrow i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

/* En móvil las acerca */
@media (max-width: 768px) {
  #reviewsCarousel .carousel-control-prev.reviews-arrow { left: -15px; }
  #reviewsCarousel .carousel-control-next.reviews-arrow { right: -15px; }
}

/* =========================
   Carrusel de reseñas
   ========================= */
.review-card{
  background:#fff;
  border-radius:12px;
  padding:28px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0px 0px 30px rgba(255, 9, 9, 0.12);
  text-align:left;
}

.review-text{
  font-size:18px;
  line-height:28px;
  color:#121212;
  margin-bottom:14px;
}

.review-meta{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}

.review-source{
  color:#ff0909;
  font-weight:700;
}

.review-stars{
  margin-left:auto;
  font-size:18px;
  letter-spacing:2px;
  color:#ff0909;
}

.review-link{
  display:inline-block;
  margin-top:12px;
  color:#121212;
  font-weight:600;
  text-decoration:underline !important;
}

/* =========================
   Book a Room - ancho extendido
   ========================= */
.book_room {
    max-width: 850px;   /* controla el largo máximo */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 45px;
}

/* Inputs más anchos y elegantes */
.book_now .online_book {
    height: 55px;
    font-size: 16px;
    text-align: center;
}

/* Botón proporcional */
.book_btn {
    margin-top: 10px;
    font-size: 20px;
    padding: 12px 0;
}

.availability-msg{
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
}

.availability-msg.ok{ color: #ffffff; }
.availability-msg.bad{ color: #ffb3b3; }

.review-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.review-country {
    font-size: 15px;
    font-weight: 500;
    color: #444;
}

.review-stars {
    color: #ffb400;
    font-size: 16px;
}

/* cabañas */

.cabana-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}

.cabana-thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.cabana-body {
  padding: 18px 18px 20px 18px;
}

.cabana-body h3 {
  margin: 0 0 10px 0;
  font-weight: 700;
}

.cabana-features {
  margin: 0;
  padding-left: 18px;
  line-height: 1.9;
  font-size: 15px;
}

.cabana-price {
  margin-top: 14px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.cabana-price span {
  opacity: 0.75;
}

.cabana-price strong {
  font-size: 18px;
}

.cabana-btn {
  margin-top: 14px;
  width: 100%;
}

/* Modal images look nicer */
.modal-body .carousel-item img {
  border-radius: 10px;
  max-height: 70vh;
  object-fit: cover;
}

/* Modal más grande para galería de cabañas */
#cabana1Modal .modal-dialog,
#cabana2Modal .modal-dialog {
  max-width: 95vw;      /* ocupa casi todo el ancho */
  width: 95vw;
}

/* Modal más alto */
#cabana1Modal .modal-content,
#cabana2Modal .modal-content {
  height: 90vh;         /* ocupa casi todo el alto */
}

/* El cuerpo del modal ocupa el espacio disponible */
#cabana2Modal .modal-body {
  flex: 1 1 auto;
  overflow: hidden;     /* evita scroll feo */
}

#cabana1Modal .modal-body {
  overflow-y: auto;
  padding: 20px;
}

.cabana-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cabana-photo {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.cabana-photo img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.cabana-photo figcaption {
  padding: 11px 14px;
  color: #222;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .cabana-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  #cabana1Modal .modal-dialog {
    width: auto;
    margin: 10px;
  }

  #cabana1Modal .modal-content {
    height: 95vh;
  }

  #cabana1Modal .modal-body {
    padding: 12px;
  }

  .cabana-photo-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cabana-photo img {
    height: 220px;
  }
}

/* Carrusel y fotos ocupan el alto */
#cabana2Modal .carousel {
  height: 75vh;
}

#cabana2Modal .carousel-item img {
  height: 75vh;
  width: 100%;
  object-fit: cover;    /* o "contain" si no quieres recorte */
  border-radius: 10px;
}

/* mensaje abajo de cabaña */
.long-stay-message {
  margin-top: 30px;
  max-width: 850px;
  padding: 18px 22px;
  background: #f8f9fa;
  border-left: 5px solid #007bff;
  border-radius: 10px;
  text-align: center;
}

.long-stay-message p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.long-stay-message strong {
  font-size: 17px;
}

/* Mantener altura estable del carrusel de reseñas */
#reviewsCarousel .carousel-item {
  min-height: 260px; /* ajusta si lo quieres más alto */
}

/* Recorta reseñas largas para que no cambie el tamaño */
.review-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*estrellas mas grande */

.review-stars i {
  font-size: 22px;
  color: #f5b301;
  margin-left: 2px;
}

@media (max-width: 576px) {
  .review-stars {
    font-size: 18px;
  }
}
/* estrellas vacias */

.review-stars i {
  font-size: 22px;
  color: #f5b301; /* dorado */
  margin-right: 2px;
}

.review-stars .fa-star-o {
  color: #ccc; /* gris para la vacía */
}

.review-score {
  font-size: 15px;
  color: #333;
  margin-left: 6px;
  font-weight: 600;
}
