/* Modernized Styles */
:root {
  --primary-color: #f39200;
  --secondary-color: #2c3e50;
  --glass-bg: rgba(255, 255, 255, 0.8);
  --glass-blur: blur(10px);
}

.main-header-area {
  transition: all 0.3s ease;
  padding: 10px 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.logo-dark {
  width: 120px;
}

.sticky #logo-img .logo-dark {
  width: 60px;
}

@media (max-width: 1200px) {
  .logo-dark {
    width: 90px;
  }
}

.slider-text h1 {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
}

.card-explore {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.card-explore:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-explore__img img {
  transition: transform 0.5s ease;
}

.card-explore:hover .card-explore__img img {
  transform: scale(1.1);
}

.floating-book-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: var(--primary-color);
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(243, 146, 0, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
}

.floating-book-btn:hover {
  background: #e68a00;
  transform: scale(1.05);
  color: white;
}

.section-intro h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 3rem;
}

.section-intro h2::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: var(--primary-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
  z-index: 1;
}

.carousel-caption {
  z-index: 2;
  padding-bottom: 2rem;
}

hr.slider-text {
  margin-top: 2rem;
  height: 3px;
  opacity: 1;
}
.w-auto {
  width: auto;
  max-width: none;
}
.bg-purple {
  background-color: rgb(255, 56, 255) !important;
}
.text-purple {
  color: rgb(255, 56, 255) !important;
}
.bg-green {
  background-color: rgb(21, 255, 21) !important;
}
.text-green {
  color: rgb(21, 255, 21) !important;
}
.bg-theme {
  background-color: rgb(255, 126, 0);
}
.custom-text {
  font-weight: 700;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 1);
}
.round-sure-btn{
  flex-shrink: 0;
    display: flex;
}
.font-nunito {
  font-family: "Nunito";
}
.m-m25 {
  margin-top: -35px;
  width: 85% !important;
}
h1.text-center.slider-text {
  font-size: 3.5vw;
  font-weight: 600;
  color: white;
  color: rgb(255, 255, 255);
  line-height: 1;
}
h2.slider-text {
  font-size: 1.75vw;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 1;
}
h5.slider-text {
  font-size: 2vw;
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1;
  margin-top: 13px;
}

/* Removes the clear button from date inputs */
input[type="date"]::-webkit-clear-button {
  display: none;
}

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
  color: #2c3e50;
}

/* A few custom styles for date inputs */
input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  color: #95a5a6;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 18px;
  border: 1px solid #ecf0f1;
  background: #ecf0f1;
  padding: 5px;
  display: inline-block !important;
  visibility: visible !important;
}

input[type="date"],
focus {
  color: #95a5a6;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.resform-top {
  position: absolute;
  bottom: 5.75rem;
  width: 106.25rem;
  left: 50%;
  transform: translateX(-50%);
}
/*Content area Styles*/
.content-wrapper {
  float: center;
}
.content-wrapper .middle-wrp {
  margin: auto;
  max-width: 1000px;
}
.content-wrapper .middle-wrp .main-wrapper {
  float: left;
  padding: 15px 0 25px;
}
.content-wrapper .middle-wrp .main-wrapper .main-wrapper2 {
  float: left;
  padding: 54px 0 0px;
}
.content-wrapper .middle-wrp .main-wrapper .main-wrapper2 p {
  color: #58595b;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 16px;
  text-align: justify;
}
.content-wrapper .middle-wrp .main-wrapper h1 {
  float: left;
  text-align: center;
  margin: 0 0 20px;
}
.content-wrapper .middle-wrp .main-wrapper h4 {
  font-family: "TrajanPro-Regular";
  text-transform: uppercase;
  font-size: 38px;
  color: #dcba26;
  font-weight: normal;
  margin: 0;
  line-height: 36px;
  background: url(../img/header-bg-title.png) no-repeat center 0;
  height: 130px;
  text-align: center;
  padding: 20px 0 0;
}
.content-wrapper .middle-wrp .main-wrapper .below-content {
  float: left;
}
.content-wrapper .middle-wrp .main-wrapper .below-content .left {
  width: 312px;
  float: left;
  padding: 0 32px 0 0;
}
.content-wrapper .middle-wrp .main-wrapper .below-content .left img {
  margin: 0 0 15px;
}
.content-wrapper .middle-wrp .main-wrapper .below-content p {
  color: #58595b;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  padding: 25px;
}
.content-wrapper .middle-wrp .main-wrapper .below-content .left.no-padding {
  padding: 0;
}
.content-wrapper .middle-wrp .main-wrapper .below-content ul {
  float: left;
  margin: 0;
  padding: 0;
}
.ratebanner {
  position: absolute;
  top: -46px;
  left: -2px;
  width: 370px;
  z-index: 10;
}

/*=================== explore section start ====================*/
.mini-title {
  font-family: "TrajanPro-Regular";
}
.card-explore {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
  transition: all 0.4s ease;
}
.card-explore .card-img {
  border-radius: 0;
}
.card-explore__img {
  width: 100%;
  position: relative;
}
.card-explore__img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  clip-path: polygon(0 83%, 0% 100%, 100% 100%);
  background: #fff;
  width: 100%;
  height: 190px;
}
.card-explore__img img {
  padding-bottom: 1px;
}
.card-explore .card-body {
  padding: 5px 18px 35px 40px;
}
.card-explore__price {
  font-size: 40px;
}
.card-explore__price sub {
  font-size: 18px;
}
.card-explore__title {
  font-size: 24px;
  margin: 12px 0 18px 0;
}
.card-explore__title a {
  color: #222222;
  transition: color 0.2s ease;
}
.card-explore__link {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #303030;
  transition: color 0.2s ease;
}
.card-explore__link i,
.card-explore__link span {
  padding-left: 3px;
  transition: all 0.35s ease;
}
.card-explore:hover .card-explore__link i,
.card-explore:hover .card-explore__link span {
  padding-left: 10px;
}

/*=================== explore section end ====================*/
/*=================== eftco section Start ====================*/
.ftco-section .ftco-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #d4d4d4;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
}
.services {
  width: 100%;
  background: #f8f9fa;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.services .icon {
  line-height: 1.3;
  position: relative;
  width: 100px;
  height: 100px;
  background: #fff;
  margin-bottom: 10px;
  margin-top: -80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px -4px 15px -15px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px -4px 15px -15px rgba(0, 0, 0, 0.42);
  box-shadow: 0px -4px 15px -15px rgba(0, 0, 0, 0.42);
}
.services .icon span {
  font-size: 54px;
  color: #21cc7a;
}
.services .svg-icon {
  width: 54px;
  height: 54px;
  font-size: 54px;
  background: #21cc7a;
}
span.svg-icon.ic-bedroom {
  -webkit-mask: url("../img/icon/bedroom.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../img/icon/bedroom.svg") no-repeat center;
  mask-size: contain;
}
span.svg-icon.ic-bar {
  -webkit-mask: url("../img/icon/bar.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../img/icon/bar.svg") no-repeat center;
  mask-size: contain;
}
span.svg-icon.ic-goal {
  -webkit-mask: url("../img/icon/goal.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../img/icon/goal.svg") no-repeat center;
  mask-size: contain;
}
.ftco-section .ftco-primary-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.ftco-section {
  padding: 6em 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}
.ftco-section {
  position: relative;
  width: 100%;
  display: block;
}
.ftco-section .nav-pills p {
  margin-bottom: 0;
}
.ftco-section .nav-pills .nav-link {
  border-radius: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #b3b3b3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.ftco-section .nav-pills .nav-link:hover {
  color: #000000;
}
.ftco-section .nav-pills .nav-link.active {
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ftco-section .nav-pills .nav-link.active:after {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .ftco-section .nav-pills .nav-link.active:after {
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .ftco-section .nav-pills .nav-link {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
.ftco-section .tab-content .tab-pane h2 {
  font-size: 24px;
}
.ftco-section .tab-content .tab-pane .one-forth {
  width: 50%;
}
.ftco-section .tab-content .tab-pane .one-forth img {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 767.98px) {
  .ftco-section .tab-content .tab-pane .one-forth img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .ftco-section .tab-content .tab-pane .one-forth {
    width: 100%;
  }
}
.ftco-section .tab-content .tab-pane .one-half {
  width: 50%;
}
@media (max-width: 767.98px) {
  .ftco-section .tab-content .tab-pane .one-half {
    width: 100%;
  }
}
/*=================== eftco section End ====================*/

@media (max-width: 800px) {
  .slider-text button {
    font-size: 12px;
    padding: 8px;
  }
  h1.text-center.slider-text {
    font-size: 20px;
  }
  h2.slider-text {
    font-size: 16px;
  }
  h5.slider-text {
    font-size: 14px;
    margin-top: 5px;
  }
  .content-wrapper .middle-wrp .main-wrapper .below-content p {
    padding: 45px;
  }
  .ratebanner {
    width: 200px;
    top: -20px;
    left: -25px;
  }
  .book-now {
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    width: 40vw;
    background: rgb(228, 21, 130);
    padding: 1rem 0.625rem;
    text-decoration: none;
    outline: none;
    margin: 0px auto 2rem;
    transition: 0.4s;
  }
  .btn-group-lg > .btn,
  .btn-lg {
    font-size: 0.9rem;
  }
}
@media (max-width: 550px) {
  h2.slider-text {
    display: none;
  }
  .ratebanner {
    width: 180px;
    top: -23px;
    left: -3px;
  }
}

@media (min-width: 1450px) {
  .container {
    max-width: 1250px;
  }
}

/* New Utility Classes */
.bg-light-yellow {
  background-color: #fffdf5;
}

.hover-zoom {
  transition: transform 0.5s ease !important;
}

.hover-zoom:hover {
  transform: scale(1.05);
}

.line-button {
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  color: #1f1f1f;
}

.line-button:hover {
  color: var(--primary-color) !important;
  padding-left: 10px;
}

.line-button i {
  transition: transform 0.3s ease;
}

.line-button:hover i {
  transform: translateX(5px);
}

/* Guest Review Styling */
.review_card {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
}

.review_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid var(--primary-color);
}

.review_logo img {
  max-height: 40px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.review_card:hover .review_logo img {
  filter: grayscale(0%);
  opacity: 1;
}

.review_rating {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 15px;
}

.review_rating span {
  color: #888;
  font-size: 14px;
  margin-left: 10px;
}

.review_text {
  font-style: italic;
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.8;
}

.review_btn {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--primary-color);
  letter-spacing: 1px;
  text-decoration: none;
}

/* Contact Area Enhancements */
.contact_luxury_area {
  background: #fdfdfd;
}

.contact_form_box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.luxury_input {
  border: none !important;
  border-bottom: 2px solid #fff4e5 !important;
  border-radius: 0 !important;
  padding: 15px 0 !important;
  background: transparent !important;
  transition: all 0.3s ease !important;
}

.luxury_input:focus {
  border-bottom: 2px solid var(--primary-color) !important;
  box-shadow: none !important;
}

.contact_info_box {
  padding: 20px;
}

.single_contact_info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  transition: transform 0.3s ease;
}

.single_contact_info:hover {
  transform: translateX(10px);
}

.contact_icon {
  width: 50px;
  height: 50px;
  background: #fff4e5;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}

.single_contact_info h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: math;
}

.single_contact_info p {
  margin-bottom: 0;
  color: #777;
}

/* Room & Rate Styles */
.room_details_area {
  background: #fff;
}

.venue_icon {
  flex-shrink: 0;
}

.amenity_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  color: #555;
}

.amenity_item i {
  width: 35px;
  height: 35px;
  background: #fff4e5;
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
}

.rate_card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #fff;
}

.rate_header {
  background: var(--secondary-color);
  color: #fff !important;
  padding: 25px;
  text-align: center;
}

.rate_header h5 {
  color: #fff !important;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rate_table {
  width: 100%;
  margin-bottom: 0;
}

.rate_table th {
  background: #f8f9fa;
  padding: 15px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
  border: none;
}

.rate_table td {
  padding: 20px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}

.price_tag {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color);
}

.price_tag span {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

.booking-notes {
  padding-left: 10px;
  margin-top: 15px;
}

@media (max-width: 700px) {
  .rate_table th,
  .rate_table td {
    padding: 15px 8px;
    font-size: 11px;
  }
  .price_tag {
    font-size: 15px;
  }
  .amenity_item {
    font-size: 12px;
  }
  .amenity_item i {
    margin-right: 10px;
    flex-shrink: 0;
  }
}

.discount_badge {
  background: #e74c3c;
  color: #fff;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.condition_box {
  background: #fdf6e7;
  border-left: 4px solid var(--primary-color);
  padding: 20px;
  border-radius: 0 10px 10px 0;
  margin-top: 30px;
}

.condition_box h5 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 10px;
}

.condition_box ul {
  margin-bottom: 0;
}

.condition_box li {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.head-shadow {
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
}

.room_main_img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.room_sub_img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.room_sub_img:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn_load_more {
    display: inline-block;
    padding: 14px 38px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #ff9d1d, #ffb347);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 157, 29, 0.25);
}

.btn_load_more:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 157, 29, 0.35);
    background: linear-gradient(135deg, #ffb347, #ff9d1d);
}

.btn_load_more:active {
    transform: scale(0.98);
}

.btn_load_more:focus {
    outline: none;
}