:root {
  --brand-ink: #0b3551;
  --brand-ocean: #0f6a78;
  --brand-ocean-deep: #083954;
  --brand-sand: #f1a62c;
  --brand-bg: #f4f8fb;
  --text-main: #17384f;
  --text-soft: #5f7281;
  --line-soft: #e4edf3;
  --shadow-soft: 0 18px 42px rgba(5, 38, 58, 0.1);
  --shadow-strong: 0 24px 58px rgba(5, 38, 58, 0.16);
  --radius-md: 14px;
  --radius-lg: 22px;
}

html,
body {
  background: radial-gradient(circle at 8% 4%, #f8fbfc 0, #f4f8fb 35%, #f7f9fb 100%);
  color: var(--text-main);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--brand-ink);
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.01em;
}

p,
li,
label,
input,
textarea,
select,
a,
span,
small {
  font-family: "Manrope", "Segoe UI", sans-serif;
}

a {
  color: var(--brand-ocean);
  transition: color 0.24s ease;
}

a:hover {
  color: var(--brand-ocean-deep);
}

section {
  position: relative;
}

@media (min-width: 992px) {
  .header_menu .navbar.navbar-default .navbar-header .navbar-brand {
    padding: 8px 0;
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav {
    white-space: nowrap;
    padding-right: 0;
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li {
    margin-right: 10px;
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li a {
    font-size: 13px;
    line-height: 72px;
    letter-spacing: 0.02em;
  }
}

section.breadcrumb-outer {
  padding: 120px 0 100px;
}

.breadcrumb-content h2 {
  letter-spacing: -0.01em;
}

.breadcrumb li a,
.breadcrumb li.active {
  font-weight: 600;
}

a.btn,
.btn#submit,
button.btn {
  border-radius: var(--radius-md);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 24px;
}

a.btn-orange,
button.btn-orange {
  background: linear-gradient(135deg, var(--brand-ocean), #0a4a6f);
  border-color: transparent;
}

a.btn-orange:hover,
button.btn-orange:hover {
  background: linear-gradient(135deg, #0a4a6f, var(--brand-ocean));
  color: #fff;
}

a.btn-black,
button.btn-black {
  background: linear-gradient(135deg, #182f43, #0b3551);
  border-color: transparent;
}

.banner .overlay {
  background: linear-gradient(180deg, rgba(5, 31, 49, 0.56), rgba(5, 31, 49, 0.7));
}

.form-content,
.booking,
.detail-sidebar,
.sidebar-box,
.sidebar-support,
.news-item,
.room-item,
.top-hotels-ii,
.slider-item,
.main-counter-item,
.newsletter-main,
.footer-content {
  border-radius: var(--radius-lg);
}

.form-content {
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-soft);
}

.banner-form .form-content {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 14px;
  overflow: visible;
  padding: 18px 18px 16px;
}

.banner-form .table-item {
  width: 100%;
  min-width: 0;
  padding: 0;
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
}

.banner-form .table-item label {
  color: #1f5574;
  font-weight: 700;
  margin-bottom: 8px;
}

.table-item label,
.form-title h4,
.sidebar-title h4,
.section-title h2 {
  letter-spacing: -0.01em;
}

.table-item input,
.table-item select,
.booking-content input,
.booking-content select,
.booking-content textarea,
.newsletter-form input,
.comment-box input,
.comment-box textarea {
  border-radius: 12px;
  border: 1px solid #d8e4ec;
  background: #fbfdff;
  color: var(--text-main);
}

.banner-form .table-item input,
.banner-form .table-item select,
.banner-form .table-item .form-control {
  display: block !important;
  width: 100% !important;
  min-height: 56px;
  height: 56px !important;
  line-height: 56px;
  background: #f8f9fa !important;
  border: 1px solid #d1d5db !important;
  border-radius: 12px !important;
  color: #12364f !important;
  padding: 0 16px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  outline: none !important;
  appearance: none;
}

.banner-form .table-item .nice-select {
  display: none !important;
}

.banner-form .table-item select {
  display: block !important;
}

.banner-form .table-item input::placeholder {
  color: #6e8798;
}

.banner-form .table-item input[type="date"] {
  color-scheme: light;
}

.banner-form .table-item input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  cursor: pointer;
}

.banner-form .table-item select {
  cursor: pointer;
}

.banner-form .table-item select option {
  color: #12364f;
}

.banner-form .table-item select option[disabled] {
  color: #6e8798;
}

.banner-form .table-item .nice-select:after {
  border-bottom: 2px solid #3f6981;
  border-right: 2px solid #3f6981;
  height: 7px;
  width: 7px;
  right: 14px;
}

.banner-form .table-item .nice-select .current {
  color: #12364f;
  display: block;
  line-height: 58px;
}

.banner-form .form-btn {
  margin-top: 0 !important;
  width: 100%;
}

.banner-form .form-btn .btn {
  min-height: 48px;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(135deg, #0f6a78, #0a4a6f);
  border: 0;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(10, 74, 111, 0.2);
  font-size: 13px;
  letter-spacing: 0.03em;
  padding: 12px 14px;
}

.banner-form .form-btn .btn:hover,
.banner-form .form-btn .btn:focus {
  background: linear-gradient(135deg, #0a4a6f, #0f6a78);
  color: #fff !important;
}

section.banner .banner-form {
  bottom: -26px;
  z-index: 24 !important;
}

.banner-form .table-item .date-range-inner-wrapper,
.banner-form .table-item .form-group {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.banner-form .table-item .form-group {
  margin-top: 0;
}

.banner-form .table-item:last-child {
  flex: 0 0 280px;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .banner-form .table-item:last-child {
    align-self: flex-start;
    justify-content: flex-start;
    padding-top: 36px;
  }

  .banner-form .table-item:last-child .form-btn {
    height: auto;
    display: block;
  }
}

.banner-form .table-item .input-group-addon {
  display: none;
}

.table-item input:focus,
.table-item select:focus,
.booking-content input:focus,
.booking-content select:focus,
.booking-content textarea:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.16) !important;
  background: #fff !important;
}

.room-item,
.top-hotels-ii,
.news-item,
.slider-item,
.gallery-image {
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
  background: #fff;
}

.room-item:hover,
.top-hotels-ii:hover,
.news-item:hover,
.slider-item:hover,
.gallery-image:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-strong);
}

.room-image img,
.news-image img,
.top-hotels-ii img,
.gallery-image img {
  transition: transform 0.5s ease;
}

.room-image,
.news-image,
.gallery-image,
.top-hotels-ii > img {
  position: relative;
  overflow: hidden;
  background: #e7eef4;
}

.room-image,
.news-image,
.gallery-image,
.top-hotels-ii > img {
  aspect-ratio: 4 / 3;
}

.room-image img,
.news-image img,
.gallery-image img,
.top-hotels-ii > img,
.top-hotels-ii img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.detail-slider-item,
.single-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #edf3f7 0%, #e2ebf2 100%);
}

.detail-slider-item {
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-slider-item img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 8px;
  display: block;
}

.single-image {
  aspect-ratio: 16 / 10;
}

.single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.banner .swiper-content,
.banner .swiper-content h1,
.banner .swiper-content h2,
.banner .swiper-content h3,
.banner .swiper-content p,
.banner .swiper-content a,
.gallery-item .gallery-content,
.gallery-item .gallery-content a,
.gallery-item .gallery-content i,
.single-image .single-image-date,
.single-image .single-image-date p,
.top-hotels-ii .pp-details,
.top-hotels-ii .pp-details a,
.top-hotels-ii .pp-details span,
.top-hotels-ii .pp-details i {
  color: #ffffff !important;
}

.banner .swiper-content {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.gallery-item .gallery-content {
  background: linear-gradient(180deg, rgba(6, 27, 43, 0.1) 0%, rgba(6, 27, 43, 0.72) 100%);
}

.single-image .single-image-date {
  background: linear-gradient(135deg, rgba(8, 53, 81, 0.95), rgba(15, 106, 120, 0.95));
}

.top-hotels-ii .pp-details {
  background: linear-gradient(135deg, #0f6a78, #0a4a6f);
}

.room-item:hover .room-image img,
.news-item:hover .news-image img,
.top-hotels-ii:hover img,
.gallery-image:hover img {
  transform: scale(1.03);
}

.room-content,
.news-content,
.slider-content {
  padding: 22px;
}

.review-slider1 .slider-item {
  border: 1px solid #dbe6ee;
  box-shadow: 0 8px 22px rgba(8, 45, 68, 0.06);
  background: #fff;
}

.review-slider1 .slider-image img {
  border: 2px solid #d5e2eb;
  box-shadow: none;
}

.review-slider1 .slider-content p {
  line-height: 1.65;
}

.review-slider1 .slider-content p i.fa {
  position: static;
  bottom: auto;
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
  line-height: 1;
  vertical-align: baseline;
  color: #f5b300;
  padding-right: 0;
}

.room-title h4,
.news-content h4 a,
.review-slider1 .slider-content h4 {
  color: var(--brand-ink);
}

.price-ft,
.date,
.review-slider1 .slider-content span,
.room-title p.price-ft span {
  color: var(--text-soft);
}

.top-hotels-ii h4,
.top-hotels-ii h4 a,
.top-hotels-ii .pp-details,
.top-hotels-ii .pp-details a,
.top-hotels-ii .pp-details span,
.top-hotels-ii .pp-details i,
.top-hotels-ii .pp-tour-ar a {
  color: #ffffff !important;
}

section.news,
section.rooms,
section.top-hotel,
section.reviews,
section.content.gallery,
section.details,
section.room-list,
section.content.reservation-main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pagination-content {
  margin-top: 24px;
}

.pagination li a,
.pagination li span {
  border-radius: 12px !important;
  border: 1px solid #d2e0ea !important;
}

.pagination li.active a,
.pagination li.active span {
  background: var(--brand-ocean) !important;
  border-color: var(--brand-ocean) !important;
}

footer {
  margin-top: 10px;
  background: #ffffff;
  border-top: 1px solid #dce8f0;
}

footer:before {
  display: none !important;
  content: none !important;
}

.footer-top {
  background: #ffffff;
  color: #34556b;
  padding-top: 26px;
  padding-bottom: 10px;
}

.footer-content {
  background: #f8fbfd;
  border: 1px solid #dce8f0;
  padding: 34px 30px;
  box-shadow: none;
}

.footer-brand-logo {
  width: 160px;
  margin-bottom: 14px;
  display: block;
}

.footer-about p,
.footer-contact li,
.quick-links li a,
.Rooms p {
  color: #4c6678;
  line-height: 1.7;
}

.Rooms {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.Rooms .btn {
  margin-top: 14px;
  align-self: flex-start;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0f6a78, #0a4a6f);
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(10, 74, 111, 0.2);
}

.Rooms .btn:hover,
.Rooms .btn:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0a4a6f, #0f6a78);
}

.footer-top h4 {
  color: #12364f;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
  font-size: 18px;
}

.footer-top .row > div {
  position: relative;
}

.footer-top .row > div:not(:last-child):after {
  content: "";
  position: absolute;
  top: 4px;
  right: 6px;
  width: 1px;
  height: calc(100% - 8px);
  background: #dce8f0;
}

.quick-links ul,
.footer-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-links li,
.footer-contact li {
  margin-bottom: 8px;
}

.quick-links li a,
.footer-contact li a,
.footer-about a,
.Rooms a {
  color: #29516b;
}

.quick-links li a:hover,
.footer-contact li a:hover,
.footer-about a:hover,
.Rooms a:hover {
  color: #0f6a78;
}

.footer-copyright {
  background: #ffffff;
  border-top: 1px solid #dce8f0;
  padding-top: 14px;
  padding-bottom: 18px;
}

.footer-copyright .copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-copyright .copyright-content p,
.footer-copyright .copyright-content a {
  color: #4c6678 !important;
  margin: 0;
}

.footer-copyright .copyright-content ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.footer-copyright .copyright-content ul li a {
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #c8d9e4;
  color: #2b4e65 !important;
}

.footer-copyright .copyright-content ul li a:hover {
  background: #edf4f8;
  color: #0f6a78 !important;
}

section.newsletter {
  background: linear-gradient(180deg, #f1f5f8 0%, #e8eef3 100%);
  position: relative;
}

section.newsletter:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 20%, rgba(15, 106, 120, 0.08) 0, transparent 42%);
  pointer-events: none;
}

.newsletter-main {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #d6e3ec;
  border-radius: 26px;
  padding: 26px 30px;
  box-shadow: 0 20px 46px rgba(8, 45, 68, 0.12);
}

.newsletter-title-block {
  margin-top: 4px;
}

.newsletter-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #e7f1f6;
  color: #0b4f73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.newsletter-title-block p {
  color: #4f6779;
  margin-top: 8px;
}

.newsletter-benefits {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.newsletter-benefits li {
  color: #2e5066;
  font-size: 14px;
  font-weight: 600;
}

.newsletter-benefits li i {
  color: #0f6a78;
  margin-right: 6px;
}

.newsletter-form {
  width: 100%;
}

.newsletter-form form {
  position: relative;
}

.newsletter-input-wrap {
  position: relative;
}

.newsletter-input-wrap > i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #5d7b90;
  font-size: 16px;
  z-index: 2;
}

.newsletter-form input {
  width: 100%;
  min-height: 56px;
  border-radius: 14px;
  border: 1px solid #b9cfdd;
  background: #fff;
  padding-left: 44px;
  padding-right: 220px;
  font-size: 19px;
}

.newsletter-form a {
  position: absolute;
  border-radius: 14px;
  right: 4px;
  top: 4px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 26px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

#back-to-top a {
  background: linear-gradient(135deg, var(--brand-ocean), #0a4a6f);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(10, 74, 111, 0.34);
}

#back-to-top a i {
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 991px) {
  .main_header_area .header-content {
    display: none;
  }

  .main_header_area .header_menu {
    background: #ffffff;
  }

  .main_header_area .navbar-header .navbar-brand {
    margin: 8px 0;
    padding: 4px 0;
  }

  .main_header_area .navbar-header .navbar-brand img {
    width: 154px !important;
  }

  section.breadcrumb-outer {
    padding: 90px 0 74px;
  }

  section.news,
  section.rooms,
  section.top-hotel,
  section.reviews,
  section.content.gallery,
  section.details,
  section.room-list,
  section.content.reservation-main {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  section.banner .banner-form {
    position: relative;
    bottom: 0;
    margin-top: -38px;
  }

  .banner-form .form-content {
    gap: 14px;
    padding: 16px;
  }

  .banner-form .table-item input,
  .banner-form .table-item select,
  .banner-form .table-item .form-control {
    height: 54px !important;
    min-height: 54px;
    line-height: 54px;
  }

  .banner-form .table-item:last-child {
    flex: 1 1 100%;
  }

  .footer-content {
    padding: 26px 20px;
  }

  .footer-top .row > div:after {
    display: none;
  }

  .footer-copyright .copyright-content {
    flex-direction: column;
    justify-content: center;
  }

  .newsletter-form input {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 16px;
  }

  .newsletter-input-wrap > i {
    display: none;
  }

  .newsletter-form a {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    min-height: 52px;
  }
}

@media (max-width: 767px) {
  .room-content,
  .news-content,
  .slider-content,
  .table-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  a.btn,
  button.btn {
    width: 100%;
  }

  .banner-form .form-content {
    gap: 10px;
  }

  .banner-form .table-item label {
    margin-bottom: 8px;
  }

  .room-image,
  .news-image,
  .gallery-image,
  .top-hotels-ii > img,
  .detail-slider-item,
  .single-image {
    aspect-ratio: 16 / 11;
  }
}
