html {
  scroll-behavior: smooth;
}

body.seatanbul-light {
  background: #ffffff;
  color: #203040;
  font-family: Arial, Helvetica, sans-serif;
}

.seatanbul-light a,
.seatanbul-light a:hover,
.seatanbul-light a:focus {
  text-decoration: none;
}

.seatanbul-topbar {
  background: #f4fbff;
  border-bottom: 1px solid #dceef6;
  font-size: 13px;
}

.seatanbul-topbar__inner,
.seatanbul-topbar__contact,
.seatanbul-topbar__social {
  align-items: center;
  display: flex;
}

.seatanbul-topbar__inner {
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
}

.seatanbul-topbar__contact {
  flex-wrap: wrap;
  gap: 16px;
}

.seatanbul-topbar a {
  color: #315267;
}

.seatanbul-topbar i {
  color: #0f8db8;
  margin-right: 7px;
}

.seatanbul-topbar__social {
  gap: 12px;
}

.main_header_area.seatanbul-header {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(20, 72, 96, .08);
  position: sticky;
  top: 0;
  z-index: 50;
}

.seatanbul-nav.header_menu {
  background: #ffffff;
  min-height: 82px;
}

.seatanbul-nav .navbar {
  background: transparent;
  border: 0;
  margin: 0;
  min-height: 82px;
}

.seatanbul-brand {
  align-items: center;
  display: flex;
  height: 82px;
  padding: 10px 15px;
}

.seatanbul-brand img {
  display: block;
  height: auto;
  max-height: 58px;
  max-width: 250px;
  object-fit: contain;
}

.header_menu .navbar.navbar-default .navbar-header .seatanbul-brand img,
.header_menu.affix .navbar.navbar-default .navbar-header .seatanbul-brand img {
  display: block;
  opacity: 1;
}

.seatanbul-menu {
  align-items: center;
  display: flex;
  min-height: 82px;
}

.seatanbul-menu.nav > li > a {
  color: #203040;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 31px 13px;
  text-transform: uppercase;
}

.seatanbul-menu.nav > li.active > a,
.seatanbul-menu.nav > li > a:hover,
.seatanbul-menu.nav > li > a:focus {
  background: transparent;
  color: #0f8db8;
}

.seatanbul-menu.nav > li.seatanbul-menu__book > a {
  background: #0f8db8;
  border-radius: 6px;
  color: #ffffff;
  margin-left: 10px;
  padding: 13px 18px;
}

.seatanbul-page {
  overflow: hidden;
}

.seatanbul-hero {
  background-position: center;
  background-size: cover;
  color: #ffffff;
  min-height: 700px;
  padding: 120px 0 80px;
}

.seatanbul-hero__grid {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
}

.seatanbul-hero__copy {
  max-width: 650px;
}

.seatanbul-eyebrow {
  color: #0f8db8;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.seatanbul-hero .seatanbul-eyebrow {
  color: #9de7ff;
}

.seatanbul-hero h1,
.seatanbul-page-hero h1,
.seatanbul-room-detail-hero h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.08;
  margin: 0 0 18px;
}

.seatanbul-hero p,
.seatanbul-page-hero p,
.seatanbul-room-detail-hero p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.seatanbul-hero__actions,
.seatanbul-card-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seatanbul-btn {
  align-items: center;
  background: #0f8db8;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

.seatanbul-btn:hover,
.seatanbul-btn:focus {
  background: #096f93;
  color: #ffffff;
  transform: translateY(-1px);
}

.seatanbul-btn--ghost {
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .45);
}

.seatanbul-btn--light {
  background: #ffffff;
  color: #0f6f93;
}

.seatanbul-btn--light:hover,
.seatanbul-btn--light:focus {
  background: #e9f8fc;
  color: #0f6f93;
}

.seatanbul-btn--wide {
  width: 100%;
}

.seatanbul-booking-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(8, 32, 48, .18);
  color: #203040;
  padding: 28px;
}

.seatanbul-booking-card > span {
  color: #203040;
  display: block;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
}

.seatanbul-booking-card p {
  color: #5b6f7d;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.seatanbul-booking-card label,
.seatanbul-inline-booking label,
.seatanbul-contact-form label {
  color: #315267;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.seatanbul-booking-card input,
.seatanbul-booking-card select,
.seatanbul-inline-booking input,
.seatanbul-inline-booking select,
.seatanbul-contact-form input,
.seatanbul-contact-form textarea {
  background: #f7fbfd;
  border: 1px solid #d9e9f0;
  border-radius: 6px;
  color: #203040;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 46px;
  margin-top: 7px;
  padding: 10px 12px;
  width: 100%;
}

.seatanbul-contact-form textarea {
  height: auto;
  resize: vertical;
}

.seatanbul-booking-card__fields {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seatanbul-booking-card small {
  color: #718694;
  display: block;
  line-height: 1.5;
  margin-top: 14px;
}

.seatanbul-section {
  padding: 86px 0;
}

.seatanbul-section--soft {
  background: #f5fbff;
}

.seatanbul-split {
  align-items: center;
}

.seatanbul-split h2,
.seatanbul-section-title h2,
.seatanbul-location h2,
.seatanbul-room-info h2 {
  color: #203040;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 18px;
}

.seatanbul-split p,
.seatanbul-section-title p,
.seatanbul-location p,
.seatanbul-rich-text,
.seatanbul-room-info p {
  color: #596e7d;
  font-size: 16px;
  line-height: 1.8;
}

.seatanbul-image {
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 64, 92, .12);
  display: block;
  width: 100%;
}

.seatanbul-image--tall {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.seatanbul-stat-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.seatanbul-stat-row div {
  background: #f5fbff;
  border: 1px solid #dceef6;
  border-radius: 8px;
  padding: 16px;
}

.seatanbul-stat-row strong {
  color: #0f8db8;
  display: block;
  font-size: 24px;
}

.seatanbul-stat-row span {
  color: #5b6f7d;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.seatanbul-section-title {
  margin: 0 auto 36px;
  max-width: 720px;
  text-align: center;
}

.seatanbul-room-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seatanbul-room-grid--list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seatanbul-room-card {
  background: #ffffff;
  border: 1px solid #dceef6;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 64, 92, .08);
  overflow: hidden;
}

.seatanbul-room-card__media {
  display: block;
  position: relative;
}

.seatanbul-room-card__media img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.seatanbul-room-card__media span {
  background: #ffffff;
  border-radius: 5px;
  bottom: 14px;
  color: #0f6f93;
  font-weight: 800;
  left: 14px;
  padding: 8px 10px;
  position: absolute;
}

.seatanbul-room-card__body {
  padding: 22px;
}

.seatanbul-room-card__subtitle {
  color: #0f8db8;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.seatanbul-room-card h2,
.seatanbul-room-card h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 14px;
}

.seatanbul-room-card h2 a,
.seatanbul-room-card h3 a {
  color: #203040;
}

.seatanbul-room-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.seatanbul-room-meta li {
  color: #596e7d;
  font-size: 13px;
}

.seatanbul-room-meta i {
  color: #0f8db8;
  margin-right: 6px;
}

.seatanbul-room-card p {
  color: #596e7d;
  line-height: 1.65;
  min-height: 78px;
}

.seatanbul-card-actions {
  justify-content: space-between;
  margin-top: 18px;
}

.seatanbul-card-actions a:first-child,
.seatanbul-text-link {
  color: #0f6f93;
  font-weight: 800;
}

.seatanbul-card-actions a:last-child {
  background: #0f8db8;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 800;
  padding: 10px 14px;
}

.seatanbul-embed {
  background: #ffffff;
  border: 1px solid #dceef6;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 64, 92, .08);
  overflow: hidden;
}

.seatanbul-embed iframe {
  border: 0;
  display: block;
  height: 760px;
  width: 100%;
}

.seatanbul-booking-shell {
  background: #f5fbff;
  min-height: calc(100vh - 120px);
  padding: 46px 0 0;
}

.seatanbul-booking-shell__head {
  margin: 0 auto 24px;
  max-width: 780px;
  text-align: center;
}

.seatanbul-booking-shell__head h1 {
  color: #203040;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 12px;
}

.seatanbul-booking-shell__head p {
  color: #596e7d;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.seatanbul-booking-shell__frame {
  background: #ffffff;
  border-top: 1px solid #dceef6;
  min-height: 820px;
}

.seatanbul-booking-shell__frame iframe {
  border: 0;
  display: block;
  height: 820px;
  width: 100%;
}

.seatanbul-embed-fallback {
  margin-top: 18px;
  text-align: center;
}

.seatanbul-location ul,
.seatanbul-feature-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.seatanbul-location li,
.seatanbul-feature-list li {
  background: #ffffff;
  border: 1px solid #dceef6;
  border-radius: 6px;
  color: #315267;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 12px 14px;
}

.seatanbul-feature-list i {
  color: #0f8db8;
  margin-right: 8px;
}

.seatanbul-amenities {
  background: #ffffff;
  border: 1px solid #dceef6;
  border-radius: 8px;
  padding: 28px;
}

.seatanbul-amenities h3 {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 20px;
}

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

.seatanbul-amenity {
  border-top: 1px solid #e4f1f6;
  padding-top: 16px;
}

.seatanbul-amenity i {
  color: #0f8db8;
  margin-bottom: 10px;
}

.seatanbul-amenity strong {
  color: #203040;
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
}

.seatanbul-amenity p {
  color: #596e7d;
  line-height: 1.6;
  margin: 0;
}

.seatanbul-gallery-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seatanbul-gallery-grid a {
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}

.seatanbul-gallery-grid img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}

.seatanbul-gallery-grid a:hover img {
  transform: scale(1.04);
}

.seatanbul-gallery-grid span {
  background: rgba(255, 255, 255, .94);
  bottom: 10px;
  color: #203040;
  font-weight: 800;
  left: 10px;
  max-width: calc(100% - 20px);
  padding: 7px 9px;
  position: absolute;
}

.seatanbul-gallery-grid--wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seatanbul-page-hero,
.seatanbul-room-detail-hero {
  background: linear-gradient(180deg, #f4fbff, #ffffff);
  padding: 92px 0 58px;
  text-align: center;
}

.seatanbul-page-hero .container,
.seatanbul-room-detail-hero .container {
  max-width: 980px;
}

.seatanbul-inline-booking {
  align-items: end;
  background: #ffffff;
  border: 1px solid #dceef6;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 64, 92, .08);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 30px;
  padding: 18px;
}

.seatanbul-inline-booking label {
  margin-bottom: 0;
}

.seatanbul-room-detail-hero {
  text-align: left;
}

.seatanbul-room-detail-hero__grid {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.seatanbul-booking-card--compact {
  box-shadow: 0 12px 34px rgba(16, 64, 92, .12);
}

.seatanbul-room-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.2fr 1fr 1fr;
}

.seatanbul-room-gallery a {
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.seatanbul-room-gallery a:first-child {
  grid-row: span 2;
}

.seatanbul-room-gallery img {
  display: block;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  width: 100%;
}

.seatanbul-info-panel,
.seatanbul-contact-panel,
.seatanbul-contact-form {
  background: #ffffff;
  border: 1px solid #dceef6;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 64, 92, .08);
  padding: 28px;
}

.seatanbul-info-panel h3,
.seatanbul-contact-panel h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 12px;
}

.seatanbul-blog-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seatanbul-blog-card {
  background: #ffffff;
  border: 1px solid #dceef6;
  border-radius: 8px;
  overflow: hidden;
}

.seatanbul-blog-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.seatanbul-blog-card div {
  padding: 22px;
}

.seatanbul-blog-card span {
  color: #0f8db8;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}

.seatanbul-blog-card h2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 12px;
}

.seatanbul-blog-card h2 a {
  color: #203040;
}

.seatanbul-post-image {
  border-radius: 8px;
  display: block;
  margin-bottom: 32px;
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}

.seatanbul-rich-text {
  margin: 0 auto;
  max-width: 820px;
}

.seatanbul-rich-text img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

.seatanbul-contact-grid {
  align-items: flex-start;
}

.seatanbul-contact-panel {
  position: sticky;
  top: 120px;
}

.seatanbul-contact-panel a {
  color: #0f6f93;
  font-weight: 800;
}

.seatanbul-footer {
  background: #f4fbff;
  border-top: 1px solid #dceef6;
  color: #315267;
  padding: 58px 0 24px;
}

.seatanbul-footer__grid {
  display: flex;
  flex-wrap: wrap;
}

.seatanbul-footer h4 {
  color: #203040;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 16px;
}

.seatanbul-footer p,
.seatanbul-footer li,
.seatanbul-footer a {
  color: #315267;
  line-height: 1.7;
}

.seatanbul-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.seatanbul-footer__brand img {
  border-radius: 6px;
  margin-bottom: 18px;
  max-width: 240px;
  width: 100%;
}

.seatanbul-footer__bottom {
  border-top: 1px solid #dceef6;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding-top: 20px;
}

@media (max-width: 1199px) {
  .seatanbul-menu.nav > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }

  .seatanbul-room-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .seatanbul-hero {
    min-height: auto;
    padding: 84px 0 58px;
  }

  .seatanbul-hero__grid,
  .seatanbul-room-detail-hero__grid {
    grid-template-columns: 1fr;
  }

  .seatanbul-hero h1,
  .seatanbul-page-hero h1,
  .seatanbul-room-detail-hero h1 {
    font-size: 40px;
  }

  .seatanbul-section {
    padding: 64px 0;
  }

  .seatanbul-inline-booking,
  .seatanbul-gallery-grid,
  .seatanbul-gallery-grid--wide,
  .seatanbul-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seatanbul-contact-panel {
    margin-top: 24px;
    position: static;
  }
}

@media (max-width: 767px) {
  .seatanbul-topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
  }

  .seatanbul-nav.header_menu,
  .seatanbul-nav .navbar {
    min-height: 72px;
  }

  .seatanbul-brand {
    height: 72px;
  }

  .seatanbul-brand img {
    max-height: 46px;
    max-width: 210px;
  }

  .seatanbul-nav .navbar-toggle {
    border-color: #dceef6;
    margin-top: 22px;
  }

  .seatanbul-menu {
    align-items: stretch;
    display: block;
    min-height: 0;
  }

  .seatanbul-menu.nav > li > a {
    padding: 13px 15px;
  }

  .seatanbul-menu.nav > li.seatanbul-menu__book > a {
    margin: 8px 15px 14px;
    text-align: center;
  }

  .seatanbul-hero {
    padding: 58px 0 34px;
  }

  .seatanbul-hero h1,
  .seatanbul-page-hero h1,
  .seatanbul-room-detail-hero h1 {
    font-size: 32px;
  }

  .seatanbul-hero p,
  .seatanbul-page-hero p,
  .seatanbul-room-detail-hero p {
    font-size: 16px;
  }

  .seatanbul-booking-card,
  .seatanbul-info-panel,
  .seatanbul-contact-panel,
  .seatanbul-contact-form,
  .seatanbul-amenities {
    padding: 20px;
  }

  .seatanbul-booking-card__fields,
  .seatanbul-stat-row,
  .seatanbul-room-grid,
  .seatanbul-room-grid--list,
  .seatanbul-inline-booking,
  .seatanbul-amenity-grid,
  .seatanbul-gallery-grid,
  .seatanbul-gallery-grid--wide,
  .seatanbul-blog-grid,
  .seatanbul-room-gallery {
    grid-template-columns: 1fr;
  }

  .seatanbul-room-gallery a:first-child {
    grid-row: auto;
  }

  .seatanbul-split h2,
  .seatanbul-section-title h2,
  .seatanbul-location h2,
  .seatanbul-room-info h2 {
    font-size: 29px;
  }

  .seatanbul-room-card p {
    min-height: 0;
  }

  .seatanbul-embed iframe {
    height: 640px;
  }

  .seatanbul-booking-shell {
    padding-top: 30px;
  }

  .seatanbul-booking-shell__head h1 {
    font-size: 30px;
  }

  .seatanbul-booking-shell__frame,
  .seatanbul-booking-shell__frame iframe {
    min-height: 720px;
    height: 720px;
  }

  .seatanbul-footer__bottom {
    flex-direction: column;
  }
}
