 html {
     scroll-behavior: smooth
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Cormorant Garamond', serif;
 }

 img {
     max-width: 100%
 }

 a,
 a:hover,
 a:focus,
 a:visited,
 a:active {
     text-decoration: none
 }

 p,
 ul,
 li {
     padding: 0;
     margin: 0
 }

 /* :root{

--primary:#0D2F24;
--secondary:#184734;
--gold:#D4A84F;
--gold-light:#DDBA72;
--bg:#F8F5EF;
--white:#ffffff;
--heading:#1F1F1F;
--text:#5F5F5F;
--border:#E6DCC8;

} */

 #main-header {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 999;
     /*padding: 10px 0;*/
     background: transparent;
     transition: all .4s ease;
 }

 #main-header .navbar {
     padding: 0;
 }

 #main-header .container {
     max-width: 1200px;
 }

 #main-header .navbar-brand img {
     height: 95px;
     width: auto;
 }

 #main-header .navbar-nav {
     gap: 12px;
 }

 #main-header .nav-link {
     color: #fff;
     font-size: 18px;
     font-weight: 600;
     font-family: 'Playfair Display', serif;
     padding: 12px 18px;
     position: relative;
     transition: .35s;
 }

 #main-header .nav-link:hover,
 #main-header .nav-link.active {
     color: #D4A84F;
 }

 #main-header .nav-link::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 18px;
     width: 0;
     height: 2px;
     background: #D4A84F;
     transition: .35s;
 }

 #main-header .nav-link:hover::after,
 #main-header .nav-link.active::after {
     width: 32px;
 }

 #main-header .btn-book {
     display: inline-block;
     padding: 8px 20px;
     color: #fff;
     border-radius: 10px;
     transition: .5s;
     font-weight: 600;
     border: 1px solid #D4A84F;
     background-color: #D4A84F;
     position: relative;
     transition: .5s;
     z-index: 1;
     box-shadow: 0 0 15px rgba(196, 166, 87, .5);
 }

 #main-header .btn-book:hover {
     background: #06231b;
     color: #fff;
 }

 #main-header .navbar-toggler {
     border: none;
     box-shadow: none;
 }

 #main-header .navbar-toggler-icon {
     filter: brightness(0) invert(1);
 }


 /* Sticky Header */

 #main-header.sticky {
     background: #fff;
     /*padding: 10px 0;*/
     box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
 }

 #main-header.sticky .navbar-brand img {
     height: 75px;
 }

 #main-header.sticky .nav-link {
     color: #D4A84F;
 }

 #main-header.sticky .nav-link:hover,
 #main-header.sticky .nav-link.active {
     color: #06231b;
 }

 #main-header.sticky .navbar-toggler-icon {
     filter: none;
 }



 /*==============================
Hero Slider
===============================*/
 #hero-slider {
     position: relative;
     overflow: hidden;
     background-color: #F8F5EF;
 }



 #hero-slider .hero-item {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     position: relative;
     overflow: hidden;
     padding: 200px 0 140px;
     height: 100svh;
     display: flex;
     align-items: center;
 }

 #hero-slider .overlay {
     position: absolute;
     inset: 0;
     z-index: 1;
     background: linear-gradient(90deg, rgb(0 0 0 / 89%) 0%, rgb(0 0 0 / 72%) 35%, rgb(0 0 0 / 54%) 100%);
 }

 /* Text ko wapas center container jaisi max-width dene ke liye */
 #hero-slider .hero-content {
     position: relative;
     z-index: 2;
     width: 100%;
     max-width: 1140px;
     margin: 0 auto;
     padding: 0 15px;
 }

 #hero-slider .sub-title {
     display: inline-block;
     color: #D4A84F;
     font-size: 34px;
     font-family: 'Allura', cursive;
     font-style: italic;
     margin-bottom: 15px;
 }

 #hero-slider h1 {
     color: #fff;
     font-size: 50px;
     line-height: 1.05;
     font-weight: 700;
     margin-bottom: 25px;
     font-family: 'Playfair Display', serif;
 }

 #hero-slider p {
     color: #fff;
     font-size: 18px;
     line-height: 1.9;
     max-width: 560px;
     margin-bottom: 35px;

 }

 #hero-slider .hero-btn {
     display: flex;
     gap: 18px;
     flex-wrap: wrap;
 }

 #hero-slider .theme-btn {
     display: inline-block;
     padding: 8px 20px;
     color: #fff;
     border-radius: 10px;
     transition: .5s;
     font-weight: 600;
     border: 1px solid #D4A84F;
     background-color: #D4A84F;
     position: relative;
     transition: .5s;
     z-index: 1;
     box-shadow: 0 0 15px rgba(196, 166, 87, .5);
 }

 #hero-slider .theme-btn:hover {
     background: #06231b;
     border-color: #06231b;
     color: #fff;
 }

 #hero-slider .outline-btn {
     background: transparent;
     border: 2px solid #D4A84F;
     backdrop-filter: blur(5px);
 }

 #hero-slider .outline-btn:hover {
     background: #D4A84F;
     border-color: #06231b;
 }

 /*==============================
Owl Nav
===============================*/
 #hero-slider .owl-nav button {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 40px;
     height: 40px;
     border-radius: 50% !important;
     background: rgba(255, 255, 255, .18) !important;
     color: #fff !important;
     font-size: 20px !important;
     transition: .4s;
     z-index: 3;
 }

 #hero-slider .owl-nav button:hover {
     background: #D4A84F !important;
 }

 #hero-slider .owl-prev {
     left: 25px;
 }

 #hero-slider .owl-next {
     right: 25px;
 }

 #hero-slider .owl-nav span {
     line-height: 50px;
 }

 /*==============================
Dots
===============================*/
 #hero-slider .owl-dots {
     position: absolute;
     bottom: 35px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 3;
     display: flex;
     gap: 5px;
 }

 #hero-slider .owl-dot {
     background: transparent;
     border: none;
     padding: 0;
     cursor: pointer;
 }

 #hero-slider .owl-dot span {
     display: block;
     width: 13px !important;
     height: 13px !important;
     background: #fff !important;
     margin: 5px;
     border-radius: 50%;
     transition: .4s;
 }

 #hero-slider .owl-dot.active span {
     background: #D4A84F !important;
     width: 35px !important;
     border-radius: 30px;
 }

 /*==============================
Animation
===============================*/
 #hero-slider .owl-item.active .sub-title,
 #hero-slider .owl-item.active h1,
 #hero-slider .owl-item.active p,
 #hero-slider .owl-item.active .hero-btn {
     animation: fadeUp .9s ease both;
 }

 #hero-slider .owl-item.active h1 {
     animation-delay: .2s;
 }

 #hero-slider .owl-item.active p {
     animation-delay: .4s;
 }

 #hero-slider .owl-item.active .hero-btn {
     animation-delay: .6s;
 }

 @keyframes fadeUp {
     from {
         opacity: 0;
         transform: translateY(40px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }


 @media(max-width:767px) {


     #hero-slider .hero-btn {
         gap: 10px;
     }

     #hero-slider .owl-nav {
         display: none;
     }
 }



 #resort-facilities {
     padding: 25px 0;
     background: #F8F5EF;
     border-bottom: 1px solid rgba(196, 166, 87, .5);
 }

 /* #resort-facilities .container {
     max-width: 1320px;
 } */

 #resort-facilities .facility-box {
     text-align: center;
     border-right: 1px solid rgba(196, 166, 87, .5);
     padding: 12px 10px;
     transition: .4s;
 }

 #resort-facilities .facility-icon {
     width: 58px;
     height: 58px;
     margin: auto;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 40px;
     color: #D4A84F;
     transition: .4s;
 }

 #resort-facilities .facility-box h6 {
     margin-top: 10px;
     font-size: 18px;
     font-weight: 600;
     color: #1d1d1d;

 }

 #resort-facilities .facility-box:hover {
     transform: translateY(-5px);
 }

 #resort-facilities .facility-box:hover .facility-icon {
     color: #06231b;
 }


 /*==============================
        ABOUT RESORT
===============================*/

 #about-resort {
     position: relative;
     padding: 40px 0;
     background: #F8F5EF;
     overflow: hidden;
 }

 /* Decorative Images */

 #about-resort::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0%;
     transform: translateY(-50%);
     width: 180px;
     height: 320px;
     background: url("../images/after.png") no-repeat left center;
     background-size: contain;
     opacity: 0.6;
     pointer-events: none;
 }

 #about-resort::after {
     content: "";
     position: absolute;
     right: -25px;
     top: 39%;
     transform: translateY(-50%);
     width: 287px;
     height: 287px;
     background: url(../images/before.png) no-repeat right center;
     background-size: contain;
     opacity: 0.6;
     pointer-events: none;
 }


 /*==============================
        IMAGE
===============================*/

 #about-resort .about-image-wrapper {
     position: relative;
     /* padding-left:45px; */
 }

 #about-resort .about-image {
     overflow: hidden;
     border-radius: 12px;
     border: 2px solid #D4A84F;
     box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
     position: relative;
 }

 #about-resort .about-image img {
     width: 100%;
     display: block;
     transition: .6s;
     position: relative;
 }

 #about-resort .about-image:hover img {
     transform: scale(1.05);
 }

 /*==============================
      FLOATING CARD
===============================*/

 #about-resort .room-counter {
     position: absolute;
     left: -40px;
     top: 50%;
     transform: translateY(-50%);
     width: 115px;
     height: 165px;
     background: #06231b;
     border: 2px solid #D4A84F;
     border-radius: 12px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     color: #fff;
     z-index: 2;
     box-shadow: 0 15px 40px rgba(0, 0, 0, .20);
 }

 #about-resort .room-counter .number {
     font-size: 54px;
     color: #D4A84F;
     line-height: 1;
     font-family: 'Playfair Display', serif;
     margin-bottom: 10px;
 }

 #about-resort .room-counter .text {
     text-transform: uppercase;
     text-align: center;
     font-size: 14px;
     letter-spacing: 1px;
     line-height: 24px;
     font-weight: 600;
 }

 /*==============================
      CONTENT
===============================*/

 #about-resort .sub-title {
     display: block;
     color: #D4A84F;
     font-size: 34px;
     margin-bottom: 5px;
     font-family: 'Allura', cursive;
 }

 #about-resort h2 {
     font-size: 45px;
     color: #06231b;
     font-family: 'Playfair Display', serif;
     margin-bottom: 10px;
     font-weight: 700;
     position: relative;
     z-index: 1;
 }

 #about-resort p {
     color: #444;
     line-height: 32px;
     font-size: 18px;
     margin-bottom: 20px;
     position: relative;
     z-index: 1;
 }

 /*==============================
      FEATURES
===============================*/

 /* #about-resort .about-features{
    margin:35px 0;
} */

 #about-resort .feature-box {
     display: flex;
     align-items: center;
     gap: 12px;
 }

 #about-resort .feature-icon {
     width: 48px;
     height: 48px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 #about-resort .feature-icon img {
     width: 42px;
 }

 #about-resort .feature-box h6 {
     margin: 0;
     font-size: 15px;
     color: #06231b;
     font-weight: 600;
 }

 /*==============================
      BUTTON
===============================*/

 #about-resort .theme-btn {
     display: inline-block;
     padding: 8px 20px;
     color: #fff;
     border-radius: 10px;
     transition: .5s;
     font-weight: 600;
     border: 1px solid #06231b;
     background-color: #06231b;
     position: relative;
     transition: .5s;
     z-index: 1;
     box-shadow: 0 0 15px #06231b34;
     margin-top: 20px;
 }

 #about-resort .theme-btn:hover {
     background: #D4A84F;
     border-color: #D4A84F;
     color: #fff;
 }


 /*==================================
        ACCOMMODATION
===================================*/

 #accommodation {
     position: relative;
     padding: 40px 0;
     background: #06231b;
     overflow: hidden;
 }

 #accommodation::before {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, .18);
 }

 #accommodation .container {
     position: relative;
     z-index: 2;
     /* max-width:1320px; */
 }

 /*=========================
      Heading
==========================*/

 #accommodation .section-title {
     margin-bottom: 50px;
 }

 #accommodation .section-title span {
     display: block;
     color: #D4A84F;
     font-size: 34px;
     margin-bottom: 5px;
     font-family: 'Allura', cursive;
     position: relative;
 }

 #accommodation .section-title h2 {
     font-size: 45px;
     color: #fff;
     font-family: 'Playfair Display', serif;
     margin-bottom: 10px;
     font-weight: 700;
     position: relative;
     z-index: 1;
 }

 /*=========================
        Slider
==========================*/

 #accommodation .accommodation-slider .owl-stage {
     display: flex;
 }

 #accommodation .room-item {
     background: #06231b;
     border: 1px solid #D4A84F;
     border-radius: 12px;
     overflow: hidden;
     transition: .4s;
 }

 #accommodation .room-item:hover {
     /* transform:translateY(-8px); */
     box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
 }

 /*=========================
      Image
==========================*/

 #accommodation .room-image {
     overflow: hidden;
     height: 500px;
 }

 #accommodation .room-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: .6s;
 }

 #accommodation .room-item:hover img {
     transform: scale(1.08);
 }

 /*=========================
      Content
==========================*/

 #accommodation .room-content {
     padding: 0 25px;
 }

 #accommodation .room-content h3 {
     color: #fff;
     font-size: 30px;
     font-family: 'Playfair Display', serif;
     margin-bottom: 15px;
 }

 #accommodation .price {
     color: #D4A84F;
     font-size: 34px;
     font-weight: 700;
     margin-bottom: 20px;
 }

 #accommodation .price span {
     color: #D4A84F;
     font-size: 28px;
     font-weight: 400;
 }

 #accommodation .room-content ul {
     padding: 0;
     margin: 0 0 30px;
     list-style: none;
 }

 #accommodation .room-content ul li {
     position: relative;
     padding-left: 28px;
     color: #EAEAEA;
     margin-bottom: 12px;
     font-size: 18px;
     line-height: 24px;
 }

 #accommodation .room-content ul li::before {
     content: "\f058";
     font-family: "Font Awesome 6 Free";
     font-weight: 900;
     position: absolute;
     left: 0;
     top: 2px;
     color: #D4A84F;
     font-size: 14px;
 }

 /*=========================
      Button
==========================*/

 #accommodation .theme-btn {
     display: inline-block;
     padding: 8px 20px;
     color: #fff;
     border-radius: 10px;
     transition: .5s;
     font-weight: 600;
     border: 1px solid #D4A84F;
     background-color: #D4A84F;
     position: relative;
     transition: .5s;
     z-index: 1;
     box-shadow: 0 0 15px rgba(196, 166, 87, .5);
 }

 #accommodation .theme-btn:hover {
     background: #06231b;
     color: #fff;
 }

 /*=========================
      Owl Dots
==========================*/

 #accommodation .owl-dots {
     text-align: center;
     margin-top: 40px;
 }

 #accommodation .owl-dot {
     width: 12px;
     height: 12px;
     border-radius: 50%;
     background: #ffffff50 !important;
     margin: 0 6px;
     transition: .3s;
 }

 #accommodation .owl-dot.active {
     background: #D4A84F !important;
 }

 /*=========================
      Owl Nav
==========================*/

 #accommodation .owl-nav {
     position: absolute;
     top: -95px;
     right: 0;
 }

 #accommodation .owl-nav button {
     width: 48px;
     height: 48px;
     border-radius: 50% !important;
     background: #D4A84F !important;
     color: #fff !important;
     margin-left: 10px;
     transition: .4s;
 }

 #accommodation .owl-nav button:hover {
     background: #fff !important;
     color: #06281F !important;
 }



 /*=========================
 Popular Amenities
==========================*/

 #popular-amenities {
     position: relative;
     padding: 40px 0;
     background: #F8F5EF;
     overflow: hidden;
     border-bottom: 1px solid rgba(196, 166, 87, .5);
 }

 /* 
#popular-amenities .popular-amenities-content{
    padding:55px 45px;
} */

 #popular-amenities .popular-amenities-subtitle {
     display: block;
     color: #D4A84F;
     font-size: 34px;
     margin-bottom: 5px;
     font-family: 'Allura', cursive;
 }

 #popular-amenities .popular-amenities-title {
     font-size: 45px;
     color: #06231b;
     font-family: 'Playfair Display', serif;
     margin-bottom: 10px;
     font-weight: 700;
     position: relative;
     z-index: 1;
 }

 #popular-amenities .popular-amenities-border {
     border-left: 1px solid #d9d2cb;
 }

 #popular-amenities .popular-amenities-item {
     display: flex;
     align-items: flex-start;
     margin-bottom: 30px;
 }

 #popular-amenities .popular-amenities-icon {
     width: 48px;
     height: 48px;
     border: 1px solid #D4A84F;
     border-radius: 12px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #D4A84F;
     font-size: 22px;
     margin-right: 16px;
     flex-shrink: 0;
 }

 #popular-amenities .popular-amenities-item h5 {
     margin-top: 0px;
     font-size: 20px;
     font-weight: 600;
     color: #1d1d1d
 }

 #popular-amenities .popular-amenities-item p {
     color: #444;
     /* line-height: 32px; */
     font-size: 18px;
     margin-bottom: 0px;
 }

 #popular-amenities .popular-amenities-image {
     position: relative;
     height: 100%;
     overflow: hidden;
 }

 #popular-amenities .popular-amenities-image img {
     object-fit: cover;
     height: 100%;
 }



 /*==============================
        LUX FOOTER
===============================*/

 #lux-footer {
     background: #06231b;
     color: #fff;
     overflow: hidden;
 }

 /*==============================
        TOP BAR
===============================*/

 #lux-footer .lux-footer-top {
     padding: 25px 0;
     border-bottom: 1px solid rgba(196, 166, 87, .5);
 }

 #lux-footer .lux-footer-info {
     display: flex;
     align-items: center;
     gap: 18px;
     padding-right: 20px;
     border-right: 1px solid rgba(196, 166, 87, .5);
     min-height: 70px;
 }

 #lux-footer .lux-footer-icon {
     width: 52px;
     height: 52px;
     border: 1px solid #D4A84F;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #D4A84F;
     font-size: 22px;
     flex-shrink: 0;
 }

 #lux-footer .lux-footer-info span {
     display: block;
     color: #D4A84F;
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 4px;
     letter-spacing: .6px;
 }

 #lux-footer .lux-footer-info p {
     margin: 0;
     color: #fff;
     font-size: 18px;
     line-height: 1.7;
     opacity: .9;
 }

 /*==============================
        MIDDLE
===============================*/

 #lux-footer .lux-footer-middle {
     padding: 35px 0;
 }

 #lux-footer .lux-footer-middle>div {
     padding: 0 28px;
     border-right: 1px solid rgba(196, 166, 87, .5);
 }

 #lux-footer .lux-footer-middle>div:last-child {
     border-right: none;
 }

 #lux-footer .lux-footer-logo img {
     max-width: 180px;
 }

 #lux-footer .lux-footer-logo p {
     color: #fff;
     font-size: 18px;
     line-height: 1.8;
     margin-bottom: 20px;
 }

 #lux-footer .lux-social {
     display: flex;
     gap: 14px;
 }

 #lux-footer .lux-social a {
     width: 36px;
     height: 36px;
     border: 1px solid rgba(196, 166, 87, .5);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     transition: .3s;
     text-decoration: none;
 }

 #lux-footer .lux-social a:hover {
     background: #D4A84F;
     border-color: #D4A84F;
     color: #fff;
 }

 #lux-footer .lux-footer-links h5 {
     color: #D4A84F;
     font-size: 17px;
     margin-bottom: 22px;
     font-weight: 600;
 }

 #lux-footer .lux-footer-links ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 #lux-footer .lux-footer-links ul li {
     margin-bottom: 10px;
     color: #fff;
     font-size: 18px;
 }

 #lux-footer .lux-footer-links ul li:last-child {
     margin-bottom: 0;
 }

 #lux-footer .lux-footer-links ul li a {
     color: #fff;
     text-decoration: none;
     transition: .3s;
 }

 #lux-footer .lux-footer-links ul li a:hover {
     color: #D4A84F;
     padding-left: 6px;
 }

 #lux-footer .lux-footer-links span {
     float: right;
     color: #D4A84F;
     font-weight: 500;
 }

 /*==============================
        BOTTOM
===============================*/

 #lux-footer .lux-footer-bottom {
     border-top: 1px solid rgba(196, 166, 87, .35);
     padding: 15px 0;
 }

 #lux-footer .lux-footer-bottom p {
     margin: 0;
     font-size: 18px;
     color: #fff;
 }

 #lux-footer .lux-footer-bottom p a {

     font-size: 18px;
     color: #D4A84F;
     font-weight: 600;
 }

 #lux-footer .lux-footer-bottom i {
     margin: 0 3px;
 }


 #gallery-heading {
     padding: 40px 0;
     background: #F8F5EF;
     border-bottom: 1px solid rgba(196, 166, 87, .5);
     overflow: hidden;
 }

 #gallery-heading .gallery-subtitle {
     display: block;
     color: #D4A84F;
     font-size: 34px;
     margin-bottom: 5px;
     font-family: 'Allura', cursive;
 }

 #gallery-heading .gallery-title {
     font-size: 45px;
     color: #06231b;
     font-family: 'Playfair Display', serif;
     margin-bottom: 20px;
     font-weight: 700;
     position: relative;
     z-index: 1;
 }

 #gallery-heading .gallery-btn {
     display: inline-block;
     padding: 8px 20px;
     color: #fff;
     border-radius: 10px;
     transition: .5s;
     font-weight: 600;
     border: 1px solid #D4A84F;
     background-color: #D4A84F;
     position: relative;
     transition: .5s;
     z-index: 1;
     box-shadow: 0 0 15px rgba(196, 166, 87, .5);
 }

 #gallery-heading .gallery-btn:hover {
     background: #06231b;
     color: #fff;
 }

 #gallery-heading .gallery-item {
     position: relative;
     overflow: hidden;
     display: block;
     background: #000;
 }

 #gallery-heading .gallery-item img {
     width: 100%;
     height: 270px;
     object-fit: cover;
     transition: .5s;
     display: block;
 }

 #gallery-heading .gallery-item:hover img {
     transform: scale(1.08);
     opacity: .8;
 }



 #blog-contact {
     padding: 40px 0;
     background: #F8F5EF;
     position: relative;
     overflow: hidden;
 }

 #blog-contact .contact-wrapper {
     background: #fff;
     border-radius: 22px;
     overflow: hidden;
     box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
 }

 /* LEFT */

 #blog-contact .contact-info {
     background: #03281f;
     padding: 20px;
     height: 100%;
     border-radius: 22px 0 0 22px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 #blog-contact .subtitle {
     color: #D4A84F;
     font-family: 'Allura', cursive;
     font-size: 42px;
     margin-bottom: 10px;
 }

 #blog-contact h2 {
     color: #fff;
     font-size: 25px;
     line-height: 1.25;
     font-family: 'Playfair Display', serif;
     margin-bottom: 20px;
     font-weight: 700;
 }

 #blog-contact ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 #blog-contact ul li {
     display: flex;
     align-items: flex-start;
     gap: 16px;
     margin-bottom: 15px;
 }

 #blog-contact ul li i {
     width: 44px;
     height: 44px;
     min-width: 44px;
     border-radius: 50%;
     background: #D4A84F;
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 16px;
 }

 #blog-contact ul li span {
     color: #fff;
     font-size: 18px;
     line-height: 1.7;
     font-weight: 500;
 }

 /* RIGHT */

 #blog-contact .contact-form {
     padding: 0 15px;
 }

 /* INPUT */

 #blog-contact .form-control {
     height: 56px;
     border: 1px solid #e5e5e5;
     border-radius: 12px;
     box-shadow: none;
     padding: 15px 18px;
     font-size: 16px;
 }

 #blog-contact textarea.form-control {
     height: 150px;
     padding-top: 16px;
     resize: none;
 }

 #blog-contact .form-control:focus {
     border-color: #D4A84F;
     box-shadow: none;
 }

 /* BUTTON */

 #blog-contact .contact-btn {
     background: #D4A84F;
     color: #fff;
     border: none;
     padding: 14px 38px;
     border-radius: 12px;
     font-size: 17px;
     font-weight: 600;
     transition: .4s;
     box-shadow: 0 10px 25px rgba(212, 168, 79, .35);
 }

 #blog-contact .contact-btn:hover {
     background: #03281f;
 }

 /* MOBILE */

 @media(max-width:991px) {

     #blog-contact .contact-info {
         border-radius: 22px 22px 0 0;
         padding: 40px 30px;
     }

     #blog-contact h2 {
         font-size: 26px;
     }


 }

 @media(max-width:767px) {

     #blog-contact .contact-info {
         padding: 30px 20px;
     }


     #blog-contact .contact-form {
         padding: 20px;
     }

     #blog-contact .contact-btn {
         width: 100%;
     }

 }

 #testimonial {
     padding: 40px 0;
     background: #F8F5EF;
     border-bottom: 1px solid rgba(196, 166, 87, .5);
     overflow: hidden;
 }

 #testimonial .testimonial-subtitle {
     display: block;
     color: #D4A84F;
     font-size: 34px;
     margin-bottom: 5px;
     font-family: 'Allura', cursive;
 }

 #testimonial .testimonial-title {
     font-size: 45px;
     color: #06231b;
     font-family: 'Playfair Display', serif;
     margin-bottom: 20px;
     font-weight: 700;
     position: relative;
     z-index: 1;
 }

 #testimonial .testimonial-nav {
     display: flex;
     justify-content: flex-end;
 }

 #testimonial .owl-nav {
     display: flex;
     gap: 12px;
 }


 #testimonial .owl-nav button {
     width: 45px;
     height: 45px;
     border: 1px solid #06231b !important;
     border-radius: 50% !important;
     color: #06231b !important;
     background: #fff !important;
     transition: .3s;
 }

 #testimonial .owl-nav {
     position: absolute;
     top: -95px;
     right: 0;
 }

 #testimonial .owl-nav button:hover {
     background: #06231b !important;
     color: #fff !important;
 }

 #testimonial .owl-dots {
     margin-top: 35px;
 }

 #testimonial .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px;
 }

 #testimonial .owl-dot.active span {
     background: #D4A84F !important;
 }

 #testimonial .testimonial-card {
     background: #fff;
     border-radius: 14px;
     padding: 35px;
     text-align: center;
     box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
     height: 100%;
 }

 #testimonial .testimonial-stars {
     color: #D4A84F;
     margin-bottom: 20px;
 }

 #testimonial .testimonial-stars i {
     margin: 0 2px;
 }

 #testimonial .testimonial-quote {
     color: #D4A84F;
     font-size: 28px;
     margin-bottom: 20px;
 }

 #testimonial .testimonial-card p {
     color: #444;
     line-height: 32px;
     font-size: 18px;
     margin-bottom: 0px;
     overflow-y: auto;
     height: 150px;
     scrollbar-width: thin;
     scrollbar-color: #D4A84F #e4eef5
 }

 #testimonial .testimonial-card p::-webkit-scrollbar {
     width: 3px;
 }

 #testimonial .testimonial-card p::-webkit-scrollbar-track {
     background: #e4eef5;
 }

 #testimonial .testimonial-card p::-webkit-scrollbar-thumb {
     background: #D4A84F;
     border-radius: 4px;
 }

 #testimonial .testimonial-user {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 15px;
     margin-top: 20px;
 }

 #testimonial .testimonial-user img {
     width: 60px;
     height: 60px;
     border-radius: 50%;
     object-fit: cover;
 }

 #testimonial .testimonial-user h5 {
     margin-top: 10px;
     font-size: 18px;
     font-weight: 600;
     color: #1d1d1d;
 }

 #testimonial .testimonial-user span {
     color: #444;
     font-size: 16px;
 }


 /*=============================
      BREADCRUMB
=============================*/

 #breadcrumb-section {
     position: relative;
     background-color: #F8F5EF;
     background-image: url(../images/breadcrumb-2.png);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     /* padding: 70px 0; */
     display: flex;
     align-items: center;
     overflow: hidden;
     z-index: inherit;
     height: 70vh;
 }

 /* #breadcrumb-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgb(0 0 0 / 49%) 0%, rgb(0 0 0 / 49%) 35%, rgba(0, 0, 0, .35) 70%, rgb(0 0 0 / 20%) 100%);
    z-index:-1;
} */

 #breadcrumb-section .container {
     position: relative;
     z-index: 2;
 }

 #breadcrumb-section .breadcrumb-content {
     max-width: 520px;
     /* padding-top:40px; */
 }

 #breadcrumb-section .sub-title {
     display: block;
     color: #D4A84F;
     font-size: 34px;
     margin-bottom: 5px;
     font-family: 'Allura', cursive;
 }

 #breadcrumb-section h2 {

     font-size: 45px;
     color: #fff;
     font-family: 'Playfair Display', serif;
     margin-bottom: 10px;
     font-weight: 700;
     position: relative;
     z-index: 1;
 }

 #breadcrumb-section .breadcrumb-line {
     width: 120px;
     height: 3px;
     background: #D4A84F;
     margin-bottom: 25px;
     position: relative;
 }

 #breadcrumb-section .breadcrumb-line::after {
     content: "";
     position: absolute;
     width: 14px;
     height: 14px;
     border: 2px solid #D4A84F;
     background: #06281F;
     border-radius: 50%;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }

 #breadcrumb-section ul {
     display: flex;
     align-items: center;
     gap: 12px;
     padding: 0;
     margin: 0;
     list-style: none;
 }

 #breadcrumb-section ul li {
     color: #fff;
     font-size: 18px;
     font-weight: 500;
 }

 #breadcrumb-section ul li a {
     color: #D4A84F;
     text-decoration: none;
     transition: .4s;
 }

 #breadcrumb-section ul li a:hover {
     color: #fff;
 }

 #breadcrumb-section ul li+li::before {
     content: "/";
     color: #fff;
     margin-right: 12px;
 }

 @media(max-width:991px) {


     #breadcrumb-section .sub-title {
         font-size: 24px;
     }

 }

 @media(max-width:767px) {

     #breadcrumb-section {
         text-align: center;
     }

     #breadcrumb-section h2 {
         font-size: 26px;
     }

     #breadcrumb-section .breadcrumb-content {
         margin: auto;
     }

     #breadcrumb-section h1 {
         font-size: 38px;
     }

     #breadcrumb-section ul {
         justify-content: center;
     }

     #breadcrumb-section .breadcrumb-shape svg {
         height: 70px;
     }

 }


 #contact-info-section {
     position: relative;
     padding: 40px 0;
     background: #F8F5EF;
     overflow: hidden;
 }

 #contact-info-section::before {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0%;
     transform: translateY(-50%);
     width: 180px;
     height: 320px;
     background: url(../images/after.png) no-repeat left center;
     background-size: contain;
     opacity: 0.6;
     pointer-events: none;
 }

 #contact-info-section::after {
     content: "";
     position: absolute;
     right: -25px;
     top: 39%;
     transform: translateY(-50%);
     width: 287px;
     height: 287px;
     opacity: 0.6;
     pointer-events: none;
     background: url(../images/before.png) right center / contain no-repeat;
 }

 #contact-info-section .contact-left {
     position: relative;
     z-index: 2;
 }

 #contact-info-section .sub-title {
     display: block;
     color: #D4A84F;
     font-size: 34px;
     margin-bottom: 5px;
     font-family: 'Allura', cursive;
 }

 #contact-info-section h2 {
     font-size: 45px;
     color: #06231b;
     font-family: 'Playfair Display', serif;
     margin-bottom: 10px;
     font-weight: 700;
     position: relative;
     z-index: 1;
 }

 #contact-info-section .section-line {
     width: 100px;
     height: 2px;
     background: #D4A84F;
     margin-bottom: 25px;
     position: relative;
 }

 #contact-info-section .section-line span {
     position: absolute;
     left: 50%;
     top: -5px;
     width: 12px;
     height: 12px;
     border: 2px solid #D4A84F;
     background: #fff;
     transform: translateX(-50%) rotate(45deg);
 }

 #contact-info-section p {
     color: #444;
     line-height: 32px;
     font-size: 18px;
     margin-bottom: 20px;
     position: relative;
     z-index: 1;
 }

 #contact-info-section .contact-box {
     display: flex;
     align-items: center;
     gap: 18px;
     padding: 18px 0;
     border-bottom: 1px solid #e5ddd0;
 }

 #contact-info-section .contact-box .icon {
     width: 58px;
     height: 58px;
     background: #D4A84F;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     transition: .4s;
 }

 #contact-info-section .contact-box:hover .icon {
     background: #0E3528;
 }

 #contact-info-section .contact-box .icon i {
     color: #fff;
     font-size: 22px;
 }

 #contact-info-section .contact-box h5 {
     font-size: 19px;
     color: #0E3528;
     margin-bottom: 5px;
     font-weight: 700;
 }

 #contact-info-section .contact-box a,
 #contact-info-section .contact-box p {
     color: #444;
     text-decoration: none;
     margin: 0;
     line-height: 1.7;
     font-size: 18px;
 }

 #contact-info-section .contact-box a:hover {
     color: #D4A84F;
 }

 #contact-info-section .contact-divider {
     width: 1px;
     height: 100%;
     min-height: 520px;
     background: #e5ddd0;
 }

 #contact-info-section .map-box {
     border: 2px solid #D4A84F;
     border-radius: 18px;
     overflow: hidden;
     box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
     position: relative;
 }

 #contact-info-section .map-box iframe {
     width: 100%;
     height: 520px;
     border: 0;
     display: block;
 }


 #booking-contact-form {
     padding: 40px 0;
     background: #F8F5EF;
     position: relative;
     overflow: hidden;
 }

 #booking-contact-form .booking-form-wrapper {
     background: #fdfbfa;
     border-radius: 20px;
     padding: 50px;
     box-shadow: 0 12px 40px rgba(0, 0, 0, .08);
     position: relative;
     overflow: hidden;
 }

 #booking-contact-form .booking-left {
     position: relative;
     z-index: 2;
 }

 #booking-contact-form .sub-title {

     display: block;
     color: #D4A84F;
     font-size: 34px;
     margin-bottom: 5px;
     font-family: 'Allura', cursive;
 }

 #booking-contact-form h2 {
     font-size: 45px;
     color: #06231b;
     font-family: 'Playfair Display', serif;
     margin-bottom: 10px;
     font-weight: 700;
     position: relative;
     z-index: 1;

 }

 #booking-contact-form .booking-line {
     width: 100px;
     height: 2px;
     font-family: 'Allura', cursive;
     background: #D4A84F;
     position: relative;
 }

 #booking-contact-form .booking-line span {
     position: absolute;
     left: 50%;
     top: -4px;
     width: 10px;
     height: 10px;
     border: 2px solid #D4A84F;
     background: #fff;
     transform: translateX(-50%) rotate(45deg);
 }

 #booking-contact-form form {
     position: relative;
     z-index: 2;
 }

 #booking-contact-form .form-control {
     height: 55px;
     border: 1px solid #e8e8e8;
     border-radius: 8px;
     box-shadow: none;
     padding: 0 18px;
     font-size: 15px;
     color: #444;
 }

 #booking-contact-form textarea.form-control {
     height: 140px;
     padding-top: 15px;
     resize: none;
 }

 #booking-contact-form .form-control:focus {
     border-color: #D4A84F;
     box-shadow: none;
 }


 #booking-contact-form input[type="date"] {
     padding-right: 45px;
 }

 #booking-contact-form input[type="date"]::-webkit-calendar-picker-indicator {
     opacity: 0;
     cursor: pointer;
 }

 #booking-contact-form .booking-btn {
     display: inline-block;
     padding: 8px 20px;
     color: #fff;
     border-radius: 10px;
     transition: .5s;
     font-weight: 600;
     border: 1px solid #D4A84F;
     background-color: #D4A84F;
     position: relative;
     transition: .5s;
     z-index: 1;
     box-shadow: 0 0 15px rgba(196, 166, 87, .5);
 }

 #booking-contact-form .booking-btn:hover {
     background: #06231b;
     color: #fff;
 }

 #booking-contact-form .booking-btn i {
     margin-left: 8px;
     transition: .3s;
 }

 #booking-contact-form .booking-btn:hover i {
     transform: translateX(5px);
 }









 #highlight-features {
     padding: 40px 0;
     background: #F8F5EF;
     position: relative;
     overflow: hidden;
 }

 #highlight-features .feature-wrapper {
     background: #06231b;
     border-radius: 18px;
     overflow: hidden;
     box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
 }

 #highlight-features .feature-box {
     position: relative;
     text-align: center;
     padding: 30px 20px;
     border-right: 1px solid rgba(212, 168, 79, .35);
     transition: .4s;
     height: 100%;
 }

 #highlight-features .feature-box:hover {
     background: #063628;
 }

 #highlight-features .feature-icon {
     width: 68px;
     height: 68px;
     margin: auto;
     border: 1px solid #D4A84F;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #D4A84F;
     font-size: 28px;
     margin-bottom: 18px;
     transition: .4s;
 }

 #highlight-features .feature-box:hover .feature-icon {
     background: #D4A84F;
     color: #06231b;
     transform: translateY(-5px);
 }

 #highlight-features h4 {
     color: #fff;
     font-size: 18px;
     font-weight: 600;
     line-height: 1.45;
     margin-bottom: 0px;
     font-family: 'Playfair Display', serif;
 }

 #highlight-features span {
     position: relative;
     display: inline-block;
     width: 48px;
     height: 2px;
     background: #D4A84F;
 }

 #highlight-features span::before {
     content: "";
     position: absolute;
     width: 8px;
     height: 8px;
     background: #04281E;
     border: 2px solid #D4A84F;
     border-radius: 50%;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }


 /*==================================
        accommodation-page
===================================*/

 #accommodation-page {
     position: relative;
     padding: 40px 0;
     background: #F8F5EF;
     overflow: hidden;
 }

 /*=========================
      Heading
==========================*/

 #accommodation-page .section-title {
     margin-bottom: 50px;
 }

 #accommodation-page .section-title span {
     display: block;
     color: #D4A84F;
     font-size: 34px;
     margin-bottom: 5px;
     font-family: 'Allura', cursive;
     position: relative;
 }

 #accommodation-page .section-title h2 {
     font-size: 45px;
     color: #06231b;
     font-family: 'Playfair Display', serif;
     margin-bottom: 10px;
     font-weight: 700;
     position: relative;
     z-index: 1;
 }

 /*=========================
        Slider
==========================*/

 #accommodation-page .accommodation-page-slider .owl-stage {
     display: flex;
 }

 #accommodation-page .room-item {
     background: #06231b;
     border: 1px solid #D4A84F;
     border-radius: 12px;
     overflow: hidden;
     transition: .4s;
 }

 #accommodation-page .room-item:hover {
     /* transform:translateY(-8px); */
     box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
 }

 /*=========================
      Image
==========================*/

 #accommodation-page .room-image {
     overflow: hidden;
     height: 500px;
 }

 #accommodation-page .room-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: .6s;
 }

 #accommodation-page .room-item:hover img {
     transform: scale(1.08);
 }

 /*=========================
      Content
==========================*/

 #accommodation-page .room-content {
     padding: 0 25px;
 }

 #accommodation-page .room-content h3 {
     color: #fff;
     font-size: 30px;
     font-family: 'Playfair Display', serif;
     margin-bottom: 15px;
 }

 #accommodation-page .price {
     color: #D4A84F;
     font-size: 34px;
     font-weight: 700;
     margin-bottom: 20px;
 }

 #accommodation-page .price span {
     color: #D4A84F;
     font-size: 28px;
     font-weight: 400;
 }

 #accommodation-page .room-content ul {
     padding: 0;
     margin: 0 0 30px;
     list-style: none;
 }

 #accommodation-page .room-content ul li {
     position: relative;
     padding-left: 28px;
     color: #EAEAEA;
     margin-bottom: 12px;
     font-size: 18px;
     line-height: 24px;
 }

 #accommodation-page .room-content ul li::before {
     content: "\f058";
     font-family: "Font Awesome 6 Free";
     font-weight: 900;
     position: absolute;
     left: 0;
     top: 2px;
     color: #D4A84F;
     font-size: 14px;
 }

 /*=========================
      Button
==========================*/

 #accommodation-page .theme-btn {
     display: inline-block;
     padding: 8px 20px;
     color: #fff;
     border-radius: 10px;
     transition: .5s;
     font-weight: 600;
     border: 1px solid #D4A84F;
     background-color: #D4A84F;
     position: relative;
     transition: .5s;
     z-index: 1;
     box-shadow: 0 0 15px rgba(196, 166, 87, .5);
 }

 #accommodation-page .theme-btn:hover {
     background: #06231b;
     color: #fff;
 }



 #our-story {
     position: relative;
     padding: 40px 0;
     background: #F8F5EF;
     overflow: hidden;
 }

 /* Optional Decorative Leaf */
 #our-story::before {
     content: "";
     position: absolute;
     left: 0;
     bottom: 40px;
     width: 170px;
     height: 220px;
     background: url("../images/before.png") no-repeat;
     background-size: contain;
     opacity: .1
 }

 /* Content */

 #our-story .story-content {
     position: relative;
     z-index: 2;
 }

 #our-story .subtitle {
     display: block;
     color: #D4A84F;
     font-size: 34px;
     margin-bottom: 5px;
     font-family: 'Allura', cursive;
 }

 #our-story h2 {
     font-size: 45px;
     color: #06231b;
     font-family: 'Playfair Display', serif;
     margin-bottom: 10px;
     font-weight: 700;
     position: relative;
     z-index: 1;
 }

 #our-story .title-line {
     margin-bottom: 28px;
 }

 #our-story .title-line span {
     width: 110px;
     height: 2px;
     background: #D4A84F;
     display: block;
     position: relative;
 }

 #our-story .title-line span::before,
 #our-story .title-line span::after {
     content: "";
     position: absolute;
     top: 50%;
     width: 8px;
     height: 8px;
     border: 2px solid #D4A84F;
     border-radius: 50%;
     background: #fff;
     transform: translateY(-50%);
 }

 #our-story .title-line span::before {
     left: 8px;
 }

 #our-story .title-line span::after {
     left: 18px;
 }

 #our-story p {
     color: #444;
     line-height: 32px;
     font-size: 18px;
     margin-bottom: 20px;
     position: relative;
     z-index: 1;
 }

 /* Button */

 #our-story .theme-btn {
     display: inline-block;
     padding: 8px 20px;
     color: #fff;
     border-radius: 10px;
     transition: .5s;
     font-weight: 600;
     border: 1px solid #06231b;
     background-color: #06231b;
     position: relative;
     transition: .5s;
     z-index: 1;
     box-shadow: 0 0 15px #06231b34;
 }

 #our-story .theme-btn:hover {
     background: #D4A84F;
     border-color: #D4A84F;
     color: #fff;
 }

 #our-story .theme-btn i {
     transition: .4s;
 }

 #our-story .theme-btn:hover i {
     transform: translateX(5px);
 }

 /* Image */

 #our-story .story-image {
     overflow: hidden;
     border-radius: 16px;
     border: 2px solid rgba(212, 168, 79, .35);
     box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
 }

 #our-story .story-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: .5s;
 }

 #our-story .story-image:hover img {
     transform: scale(1.05);
 }


 #room-overview {
     padding: 40px 0;
     background: #FDF9F2;
     position: relative;
     overflow: hidden;
 }


 #room-overview .sub-title {
     display: block;
     color: #D4A84F;
     font-size: 34px;
     margin-bottom: 5px;
     font-family: 'Allura', cursive;
 }

 #room-overview h2 {
     font-size: 45px;
     color: #06231b;
     font-family: 'Playfair Display', serif;
     margin-bottom: 10px;
     font-weight: 700;
     position: relative;
 }

 #room-overview .heading-line {
     width: 130px;
     height: 2px;
     background: #D4A84F;
     margin-bottom: 25px;
     position: relative;
 }

 #room-overview .heading-line::after {
     content: "";
     position: absolute;
     width: 12px;
     height: 12px;
     border: 2px solid #D4A84F;
     border-radius: 50%;
     background: #fff;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }



 /* .room-thumb-slider .thumb img{
    width:100%;
    height:100px;
    object-fit:cover;
    border-radius:12px;
    border:3px solid transparent;
    transition:.3s;
}

.room-thumb-slider .thumb.current img{
    border-color:#d4a33d;
} */

 #room-overview p {
     color: #444;
     line-height: 32px;
     font-size: 18px;
     margin-bottom: 20px;
 }

 /* Gallery */

 #room-overview .main-image {
     border-radius: 18px;
     overflow: hidden;
     box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
 }

 #room-overview .main-image img {
     width: 100%;
     height: 350px;
     object-fit: cover;
     transition: .5s;
 }

 #room-overview .main-image:hover img {
     transform: scale(1.05);
 }

 #room-overview .room-thumb-slider {
     position: relative;
     padding: 0 45px;
 }

 #room-overview .thumb {
     border-radius: 12px;
     overflow: hidden;
 }

 #room-overview .room-thumb-slider .thumb {
     cursor: pointer;
     padding: 4px;
 }

 #room-overview .thumb img {
     width: 100%;
     height: 100px;
     object-fit: cover;
     border-radius: 12px;
     border: 3px solid transparent;
     transition: .3s;
 }

 #room-overview .thumb:hover img {
     transform: scale(1.05);
 }

 #room-overview .room-thumb-slider .thumb.current img {
     border-color: #d4a33d;
 }

 #room-overview .room-thumb-slider .owl-nav {
     margin: 0;
 }

 #room-overview .room-thumb-slider .owl-prev,
 #room-overview .room-thumb-slider .owl-next {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 42px;
     height: 42px;
     border-radius: 50% !important;
     background: #07382C !important;
     color: #fff !important;
     display: flex !important;
     align-items: center;
     justify-content: center;
     font-size: 25px !important;
     margin: 0 !important;
     transition: .4s;
 }

 #room-overview .room-thumb-slider .owl-prev {
     left: -5px;
 }

 #room-overview .room-thumb-slider .owl-next {
     right: -5px;
 }

 #room-overview .room-thumb-slider .owl-prev:hover,
 #room-overview .room-thumb-slider .owl-next:hover {
     background: #D4A84F !important;
 }

 #room-overview .room-thumb-slider .owl-stage {
     display: flex;
     align-items: center;
 }

 #room-overview .thumb-wrapper {
     margin-top: 10px;
 }

 #room-overview .gallery-btn {
     width: 46px;
     height: 46px;
     border: none;
     border-radius: 50%;
     background: #06231b;
     color: #fff;
     transition: .4s;
     flex-shrink: 0;
 }

 #room-overview .gallery-btn:hover {
     background: #D4A84F;
 }

 #room-overview .theme-btn{
    display: inline-block;
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(6, 35, 27);
    position: relative;
    z-index: 1;
    box-shadow: rgba(6, 35, 27, 0.204) 0px 0px 15px;
    padding: 8px 20px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(6, 35, 27);
    border-image: none;
    transition: 0.5s;
 }

  #room-overview .theme-btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(212, 168, 79);
    border-color: rgb(212, 168, 79);
}
 #room-price-section{
    padding:20px 0;
    background: #FDF9F2;
    position: relative;
    overflow: hidden;
}

#room-price-section .room-price-box{
    background:#06231b;
    border-radius:18px;
    padding:45px 50px;
    box-shadow:0 12px 35px rgba(0,0,0,.12);
}

#room-price-section .sub-title{
    display:block;
    color:#D4A84F;
    font-size:30px;
    font-family:'Playfair Display',serif;
    font-weight:700;
    margin-bottom:10px;
    text-align: center;
}

#room-price-section .title-divider{
      width: 120px;
    height: 1px;
    background: #D4A84F;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

#room-price-section .title-divider:before{
    content:"✦";
    position:absolute;
    left:50%;
    top:-13px;
    transform:translateX(-50%);
    background:#06231b;
    color:#D4A84F;
    padding:0 10px;
    font-size:12px;
}

#room-price-section h2{
    color:#D4A84F;
    font-size:35px;
    font-weight:700;
    margin-bottom:20px;
}

#room-price-section h2 span{
    color:#fff;
    font-size:28px;
    font-weight:500;
}

#room-price-section ul{
    margin:0;
    padding:0;
    list-style:none;
}

#room-price-section .list{
    margin:0;
    padding:0;
    list-style:none;
    column-count: 2;
    column-gap: 20px;
}

#room-price-section ul li{
    position:relative;
       color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 0px;
    font-family: "Playfair Display", serif;
    margin-bottom:16px;
    padding-left:34px;
}

#room-price-section ul li:before{
    content:"\f058";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:2px;
    color:#D4A84F;
    font-size:16px;
}

#room-price-section .theme-btn i{
    font-size:18px;
}

#room-price-section .vertical-divider{
    width:1px;
    height:100%;
    background:rgba(255,255,255,.18);
}


#room-features-section{
 padding: 40px 0;
    background: #FDF9F2;
    position: relative;
    overflow: hidden;
}



#room-features-section .sub-title{
    display: block;
    color: #D4A84F;
    font-size: 34px;
    margin-bottom: 5px;
    font-family: 'Allura', cursive;
}

#room-features-section h2{
    font-size: 45px;
    color: #06231b;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    font-weight: 700;
}

#room-features-section .title-divider{
    width:130px;
    height:1px;
    background:#D4A84f;
    margin:18px auto 35px;
    position:relative;
}

#room-features-section .title-divider::before{
    content:"✦";
    position:absolute;
    left:50%;
    top:-13px;
    transform:translateX(-50%);
    background:#fff;
    color:#c79634;
    padding:0 8px;
    font-size:12px;
}

#room-features-section .feature-box{
    text-align:center;
    padding:10px 30px;
    border-right:1px solid #e9d9bb;
    height:100%;
}

#room-features-section .feature-icon{
    width:75px;
    height:75px;
    margin:0 auto 20px;
    border:2px solid #D4A84F;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

#room-features-section .feature-icon i{
    font-size:32px;
    color:#D4A84F;
}

#room-features-section .feature-box h4{
    color:#06231b;
    font-size:26px;
    font-weight:700;
    margin-bottom:12px;
    line-height: 1.45;
    font-family: 'Playfair Display', serif;
}

#room-features-section .feature-box p{
        color: #444;
    line-height: 32px;
    font-size: 18px;
    margin:0;
}






#stay-info-section{
    padding:40px 0;
        background: #FDF9F2;
    position: relative;
    overflow: hidden;}

#stay-info-section .stay-column{
    border-right:1px solid #e6d7b5;
    padding-right:40px;
}

#stay-info-section .row > div{
    padding-left:35px;
    padding-right:35px;
}

#stay-info-section h3{
    font-size: 30px;
    color: #06231b;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    font-weight: 700;
}

#stay-info-section .stay-list,
#stay-info-section .contact-list{
    list-style:none;
    padding:0;
    margin:0;
}

#stay-info-section .stay-list li,
#stay-info-section .contact-list li{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:22px;
}

#stay-info-section .stay-list i,
#stay-info-section .contact-list i{
    color:#d4a33f;
    font-size:22px;
    width:24px;
    margin-top:4px;
}

#stay-info-section .stay-list span,
#stay-info-section .stay-list div,
#stay-info-section .contact-list span,
#stay-info-section .contact-list a{
    color: #444;
    line-height: 32px;
    font-size: 18px;
    /* margin-bottom: 20px; */
    text-decoration:none;
}

#stay-info-section p{
        color: #444;
    line-height: 32px;
    font-size: 18px;
    margin-bottom:25px;
}

#stay-info-section .contact-list a:hover{
    color:#d4a33f;
}

@media(max-width:991px){

#stay-info-section{
    padding:60px 0;
}

#stay-info-section .stay-column{
    border-right:none;
    border-bottom:1px solid #e6d7b5;
    margin-bottom:40px;
    padding-bottom:30px;
}

#stay-info-section h3{
    font-size:28px;
}

}






#lp-thankyou{
width:100%;
display:flex;
align-items:center;
    justify-content:center;
     padding: 40px 0;
  background: #F8F5EF;
  position: relative;
  overflow: hidden;
}



#lp-thankyou .thankyou-wrapper{
    width:100%;
    max-width:1200px;
    margin:auto;
    position: relative;
}

#lp-thankyou .thankyou-box{
    max-width:600px;
    margin:auto;
    background:#ffffff;
    padding:60px 40px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

#lp-thankyou .thankyou-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#06231b;
    color:#fff;
    font-size:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    font-weight:700;
}

#lp-thankyou h2{
    font-size: 42px;
    line-height: 1.2;
    margin: 5px 0 20px;
    color: #000;
    position: relative;
    font-weight: 600;
}

#lp-thankyou p{
      color: #444;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

#lp-thankyou .thankyou-btn{
     display: inline-block;
    padding: 8px 20px;
    color: #fff;
    border-radius: 10px;
    transition: .5s;
    font-weight: 600;
    border: 1px solid #06231b;
    background-color: #06231b;
    position: relative;
    transition: .5s;
    z-index: 1;
    box-shadow: 0 0 15px #06231b34;

}

#lp-thankyou .thankyou-btn:hover {
      background: #D4A84F;
    border-color: #D4A84F;
    color: #fff;
}


/* scroll-top css============================= */
#scrollTopBtn {
  position: fixed;
  bottom: 17px;
  right: 15px;
  width: 42px;
  height: 42px;
  background-color: #D4A84F;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: background-color .3s ease
}

#scrollTopBtn:hover {
  background: #06231b
}

#scrollTopBtn.show {
  display: flex
}

/* quickcontact */

.quickcontact {
  width: 45px;
  position: fixed;
  top: 65%;
  right: 15px;
  z-index: 102;
}

#enquiryModal .modal-dialog{
    max-width:420px;
}

#enquiryModal .modal-content{
    border:none;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.08)
}

#enquiryModal .modal-header{
    background:#D4A84F;
    color:#fff;
    padding:15px 20px;
    border:none;
}

#enquiryModal .modal-title{
    font-size:22px;
    font-weight:600;
}

#enquiryModal .btn-close{
    filter:brightness(0) invert(1);
    opacity:1;
}

#enquiryModal .modal-body{
    padding:25px;
}

#enquiryModal .form-control{
    height:48px;
    border:1px solid #ddd;
    border-radius:8px;
    box-shadow:none;
    font-size:15px;
}

#enquiryModal textarea.form-control{
    height:110px;
    resize:none;
}

#enquiryModal .form-control:focus{
    border-color:#D4A84F;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

#enquiryModal .submit{
    height:48px;
    border:none;
    border-radius:8px;
    background:#D4A84F;
    color:#fff;
    font-weight:600;
    transition:.3s;
}

#enquiryModal .submit:hover{
    background:#c2185b;
}

