html {
  scroll-behavior: smooth;
}

body.seatanbul-light {
  background: #f7fbfd;
  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: 34px;
}

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

.seatanbul-lang-switcher {
  position: relative;
}

.seatanbul-lang-current {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d9e9f0;
  border-radius: 999px;
  color: #315267;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  height: 28px;
  padding: 4px 9px;
  text-transform: uppercase;
}

.seatanbul-lang-current i {
  color: #7a8fa0;
  margin: 0;
}

.seatanbul-lang-current:hover,
.seatanbul-lang-current:focus {
  border-color: #9bd8ec;
  color: #0f8db8;
  outline: 0;
}

.seatanbul-lang-menu {
  background: #ffffff;
  border: 1px solid #dceef6;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 64, 92, .14);
  display: none;
  min-width: 150px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 80;
}

.seatanbul-lang-switcher.is-open .seatanbul-lang-menu {
  display: block;
}

.seatanbul-lang-menu button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #315267;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  padding: 8px 9px;
  text-align: left;
  width: 100%;
}

.seatanbul-lang-menu button:hover,
.seatanbul-lang-menu button:focus,
.seatanbul-lang-menu button.is-active {
  background: #eef9fd;
  color: #0f8db8;
  outline: 0;
}

.seatanbul-flag {
  border: 1px solid rgba(20, 42, 58, .16);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
  display: inline-block;
  flex: 0 0 auto;
  height: 14px;
  overflow: hidden;
  width: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.seatanbul-flag--en {
  background-image: url("../assets/images/flags/en.svg");
}

.seatanbul-flag--tr {
  background-image: url("../assets/images/flags/tr.svg");
}

.seatanbul-flag--de {
  background-image: url("../assets/images/flags/de.svg");
}

.seatanbul-flag--fr {
  background-image: url("../assets/images/flags/fr.svg");
}

.seatanbul-flag--ru {
  background-image: url("../assets/images/flags/ru.svg");
}

.seatanbul-flag--ar {
  background-image: url("../assets/images/flags/ar.svg");
}

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

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

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

.seatanbul-brand img {
  display: block;
  height: auto;
  max-height: 48px;
  max-width: 220px;
  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: 68px;
}

.header_menu .navbar.navbar-default .seatanbul-menu.nav > li > a,
.header_menu.affix .navbar.navbar-default .seatanbul-menu.nav > li > a,
.main_header_area.seatanbul-header .header_menu .navbar.navbar-default .nav.navbar-nav.seatanbul-menu > li > a,
.main_header_area.seatanbul-header .header_menu.affix .navbar.navbar-default .nav.navbar-nav.seatanbul-menu > li > a,
.seatanbul-menu.nav > li > a {
  color: #142a3a !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 24px 12px;
  text-transform: uppercase;
}

.header_menu .navbar.navbar-default .seatanbul-menu.nav > li.active > a,
.header_menu .navbar.navbar-default .seatanbul-menu.nav > li > a:hover,
.header_menu .navbar.navbar-default .seatanbul-menu.nav > li > a:focus,
.header_menu.affix .navbar.navbar-default .seatanbul-menu.nav > li.active > a,
.header_menu.affix .navbar.navbar-default .seatanbul-menu.nav > li > a:hover,
.header_menu.affix .navbar.navbar-default .seatanbul-menu.nav > li > a:focus,
.main_header_area.seatanbul-header .header_menu .navbar.navbar-default .nav.navbar-nav.seatanbul-menu > li.active > a,
.main_header_area.seatanbul-header .header_menu .navbar.navbar-default .nav.navbar-nav.seatanbul-menu > li > a:hover,
.main_header_area.seatanbul-header .header_menu .navbar.navbar-default .nav.navbar-nav.seatanbul-menu > li > a:focus,
.seatanbul-menu.nav > li.active > a,
.seatanbul-menu.nav > li > a:hover,
.seatanbul-menu.nav > li > a:focus {
  background: transparent;
  color: #0f8db8 !important;
}

.header_menu .navbar.navbar-default .seatanbul-menu.nav > li.seatanbul-menu__book > a,
.header_menu.affix .navbar.navbar-default .seatanbul-menu.nav > li.seatanbul-menu__book > a,
.main_header_area.seatanbul-header .header_menu .navbar.navbar-default .nav.navbar-nav.seatanbul-menu > li.seatanbul-menu__book > a,
.seatanbul-menu.nav > li.seatanbul-menu__book > a {
  background: #0f8db8;
  border-radius: 6px;
  color: #ffffff !important;
  margin-left: 10px;
  padding: 11px 16px;
}

.seatanbul-translate-hidden {
  height: 0;
  left: -9999px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 0;
}

.seatanbul-translate-hidden .goog-te-gadget,
.seatanbul-translate-hidden .goog-te-gadget-simple,
.seatanbul-translate-hidden .goog-te-combo,
.goog-te-gadget-icon,
.goog-logo-link,
.goog-te-balloon-frame {
  display: none !important;
}

.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-spinner-pos,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.skiptranslate,
.skiptranslate iframe {
  display: none !important;
}

body {
  top: 0 !important;
}

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

.seatanbul-hero__proof span {
  align-items: center;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 6px;
  color: #ffffff;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  min-height: 42px;
  padding: 9px 12px;
}

.seatanbul-hero__proof i {
  color: #ffd36a;
}

.seatanbul-trust-strip {
  background: #ffffff;
  border-bottom: 1px solid #dceef6;
  border-top: 1px solid #dceef6;
}

.seatanbul-trust-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.seatanbul-trust-grid div {
  align-items: center;
  border-left: 1px solid #e4f1f6;
  color: #315267;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 96px;
  padding: 16px 10px;
  text-align: center;
  text-transform: uppercase;
}

.seatanbul-trust-grid div:last-child {
  border-right: 1px solid #e4f1f6;
}

.seatanbul-trust-grid i {
  color: #0f8db8;
  font-size: 22px;
}

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

.seatanbul-service-icon {
  align-items: center;
  background: #e7f3f8;
  border: 1px solid #d5e8ef;
  border-radius: 6px;
  color: #203040;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  min-height: 180px;
  padding: 24px 14px;
  text-align: center;
}

.seatanbul-service-icon i {
  color: #102b3d;
  font-size: 52px;
  line-height: 1;
}

.seatanbul-service-icon span {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.seatanbul-video-panel {
  margin: 0 auto;
  max-width: 960px;
}

.seatanbul-video-panel video {
  background: #102b3d;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 64, 92, .14);
  display: block;
  max-height: 540px;
  object-fit: cover;
  width: 100%;
}

.seatanbul-breakfast {
  background: #ffffff;
}

.seatanbul-breakfast__head {
  margin-bottom: 30px;
  max-width: 760px;
}

.seatanbul-breakfast__head h2,
.seatanbul-direct h2 {
  color: #203040;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 16px;
}

.seatanbul-breakfast__head p,
.seatanbul-direct p {
  color: #596e7d;
  font-size: 16px;
  line-height: 1.8;
}

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

.seatanbul-breakfast-card {
  border-radius: 8px;
  display: block;
  min-height: 230px;
  overflow: hidden;
  position: relative;
}

.seatanbul-breakfast-card--large {
  grid-row: span 2;
  min-height: 476px;
}

.seatanbul-breakfast-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.seatanbul-breakfast-card:after {
  background: linear-gradient(180deg, rgba(8, 24, 48, 0), rgba(8, 24, 48, .78));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.seatanbul-breakfast-card div {
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 22px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.seatanbul-breakfast-card strong,
.seatanbul-breakfast-card span {
  display: block;
}

.seatanbul-breakfast-card strong {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
}

.seatanbul-breakfast-card span {
  color: rgba(255, 255, 255, .86);
  line-height: 1.5;
}

.seatanbul-direct {
  background: #ffffff;
}

.seatanbul-direct__grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
}

.seatanbul-direct__benefits {
  display: grid;
  gap: 14px;
}

.seatanbul-direct__benefits div {
  align-items: center;
  background: #f6fbfd;
  border: 1px solid #dceef6;
  border-radius: 8px;
  color: #203040;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
}

.seatanbul-direct__benefits i {
  align-items: center;
  background: #0f8db8;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.seatanbul-rating-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

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

.seatanbul-rating-card {
  align-items: center;
  color: #315267;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 150px;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.seatanbul-rating-card i {
  color: #0f8db8;
  font-size: 28px;
}

.seatanbul-rating-card strong {
  color: #203040;
  font-size: 30px;
  font-weight: 800;
}

.seatanbul-rating-card span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.seatanbul-review-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 20px;
}

.seatanbul-review-card__stars {
  color: #e5a900;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.seatanbul-review-card p {
  color: #596e7d;
  flex: 1 1 auto;
  line-height: 1.7;
}

.seatanbul-review-card strong {
  color: #203040;
  font-size: 14px;
}

.seatanbul-whatsapp {
  align-items: center;
  background: #25d366;
  border-radius: 50%;
  bottom: 18px;
  box-shadow: 0 10px 26px rgba(15, 77, 47, .22);
  color: #ffffff !important;
  display: inline-flex;
  font-size: 25px;
  height: 50px;
  justify-content: center;
  position: fixed;
  right: 18px;
  width: 50px;
  z-index: 90;
}

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

.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 {
display:none !important;
  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-availability-panel {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #dceef6;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(16, 64, 92, .10);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  overflow: hidden;
}

.seatanbul-availability-panel__image img {
  display: block;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  width: 100%;
}

.seatanbul-availability-panel__content {
  padding: 38px;
}

.seatanbul-availability-panel__content h2 {
  color: #203040;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 14px;
}

.seatanbul-availability-panel__content p {
  color: #596e7d;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 22px;
}

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

.seatanbul-availability-form label {
  color: #315267;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

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

.seatanbul-booking-shell {
  background: #f7fbfd;
  min-height: calc(100vh - 102px);
  padding: 24px 0 0;
}

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

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

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

.seatanbul-booking-shell__frame {
  --booking-frame-height: 6800px;
  background: #eeeeee;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: var(--booking-frame-height);
  margin: 0 auto;
  max-width: 1180px;
  min-height: var(--booking-frame-height);
  -ms-overflow-style: none;
  overflow: hidden;
  position: relative;
  scrollbar-width: none;
  width: calc(100% - 32px);
}

.seatanbul-booking-shell__frame iframe {
  border: 0;
  display: block;
  height: var(--booking-frame-height);
  margin: 0;
  -ms-overflow-style: none;
  overflow: hidden;
  scrollbar-width: none;
  width: 100%;
}

.seatanbul-booking-shell__frame iframe::-webkit-scrollbar {
  display: none;
}

.seatanbul-booking-shell__mask {
  background: linear-gradient(180deg, rgba(238, 238, 238, 0), #eeeeee 68%);
  bottom: 0;
  display: none;
  height: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.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,
  .seatanbul-trust-grid,
  .seatanbul-service-icon-grid,
  .seatanbul-breakfast-grid,
  .seatanbul-rating-grid,
  .seatanbul-review-grid,
  .seatanbul-availability-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seatanbul-availability-panel {
    grid-template-columns: 1fr;
  }

  .seatanbul-availability-panel__image img {
    min-height: 340px;
  }

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

  .seatanbul-direct__grid {
    grid-template-columns: 1fr;
  }

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

@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: 62px;
  }

  .seatanbul-brand {
    height: 62px;
  }

  .seatanbul-brand img {
    max-height: 40px;
    max-width: 190px;
  }

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

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

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

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

  .seatanbul-lang-menu {
    left: auto;
    right: -70px !important;
  }

  .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-hero__proof {
    grid-template-columns: 1fr;
  }

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

  .seatanbul-booking-card__fields,
  .seatanbul-stat-row,
  .seatanbul-room-grid,
  .seatanbul-room-grid--list,
  .seatanbul-inline-booking,
  .seatanbul-availability-form,
  .seatanbul-amenity-grid,
  .seatanbul-gallery-grid,
  .seatanbul-gallery-grid--wide,
  .seatanbul-blog-grid,
  .seatanbul-trust-grid,
  .seatanbul-service-icon-grid,
  .seatanbul-breakfast-grid,
  .seatanbul-rating-grid,
  .seatanbul-review-grid,
  .seatanbul-room-gallery,
  .seatanbul-availability-panel {
    grid-template-columns: 1fr;
  }

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

  .seatanbul-breakfast-card,
  .seatanbul-breakfast-card--large {
    grid-row: auto;
    min-height: 260px;
  }

  .seatanbul-service-icon {
    min-height: 150px;
  }

  .seatanbul-trust-grid div {
    border-right: 1px solid #e4f1f6;
    min-height: 74px;
  }

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

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

  .seatanbul-availability-panel__image img {
    min-height: 240px;
  }

  .seatanbul-availability-panel__content h2 {
    font-size: 28px;
  }

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

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

  .seatanbul-booking-shell__head {
    padding-left: 15px;
    padding-right: 15px;
  }

  .seatanbul-booking-shell__frame,
  .seatanbul-booking-shell__frame iframe {
    min-height: var(--booking-frame-height);
  }

  .seatanbul-booking-shell__frame iframe {
    height: var(--booking-frame-height);
  }

  .seatanbul-booking-shell__mask {
    height: 0;
  }

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

  .seatanbul-whatsapp {
    bottom: 14px;
    font-size: 22px;
    height: 46px;
    right: 14px;
    width: 46px;
  }
}
.seatanbul-pdf-frame{width:100%;height:620px;border:0;border-radius:18px;background:#eef2f5;margin:20px 0}.seatanbul-pdf-frame--full{height:82vh;min-height:650px}.seatanbul-trust-grid>a{color:inherit;display:flex;align-items:center;gap:10px}.seatanbul-service-icon-grid>a{color:inherit;text-decoration:none}.seatanbul-transfer-form{max-width:950px;margin:auto;background:#fff;padding:32px;border-radius:18px}
.seatanbul-place-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:0 0 38px}.seatanbul-place-grid>div{background:#fff;border-radius:14px;padding:22px 12px;text-align:center;box-shadow:0 8px 25px rgba(15,35,55,.06)}.seatanbul-place-grid i{display:block;color:#0f8db8;font-size:28px;margin-bottom:10px}@media(max-width:991px){.seatanbul-place-grid{grid-template-columns:repeat(2,1fr)}.seatanbul-pdf-frame{height:70vh}}
