/* GeneratePress Site CSS */
.container-shadow {
  transition: all 0.2s ease-in;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}

.container-shadow:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}
/* End GeneratePress Site CSS */

/* Hero image area */
.gb-element-heroWrap001 {
  background-image: url("https://newyorkcityroomrentals.com/wp-content/uploads/2026/03/hdYatchCruiseCityPicture1-2.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  min-height: 420px !important;
}

/* Keep text positioned nicely inside the hero */
.gb-element-heroInner001 {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

/* Add more space between the 4 room boxes */
.gb-element-roomsGrid001 {
  column-gap: 24px !important;
}

/* Force all 4 room images to the same size */
.gb-element-roomCard001 img,
.gb-element-roomCard002 img,
.gb-element-roomCard003 img,
.gb-element-roomCard004 img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Keep the 4 room cards aligned cleanly */
.gb-element-roomCard001,
.gb-element-roomCard002,
.gb-element-roomCard003,
.gb-element-roomCard004 {
  display: flex;
  flex-direction: column;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .gb-element-heroWrap001 {
    min-height: 320px !important;
  }

  .gb-element-heroInner001 {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
  }

  .gb-element-roomsGrid001 {
    row-gap: 20px !important;
    column-gap: 0 !important;
  }

  .gb-element-roomCard001 img,
  .gb-element-roomCard002 img,
  .gb-element-roomCard003 img,
  .gb-element-roomCard004 img {
    height: 200px;
  }
}

/* =========================================================
   Sunshine Room page styling
   ========================================================= */

html {
  scroll-behavior: smooth;
}

.site-header,
.hero,
.section,
.reservation-wrap,
.site-footer {
  font-family: Arial, Helvetica, sans-serif;
}

.site-header *,
.hero *,
.section *,
.reservation-wrap *,
.site-footer * {
  box-sizing: border-box;
}

.site-header a,
.hero a,
.section a,
.reservation-wrap a,
.site-footer a {
  text-decoration: none;
  color: inherit;
}

.hero img,
.section img,
.reservation-wrap img,
.site-footer img {
  max-width: 100%;
  display: block;
}

.site-header .container,
.hero .container,
.section .container,
.reservation-wrap .container,
.site-footer .container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  transition: 0.2s ease;
  text-align: center;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, #0f766e, #0b5d56);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(15, 118, 110, 0.2);
}

.btn-primary:hover {
  transform: translateY(-1px);
  opacity: 0.98;
  color: #fff !important;
}

.btn-secondary {
  background: #ffffff;
  color: #204c6f !important;
  border: 1px solid #d9e1e8;
}

.btn-secondary:hover {
  background: #f6f8fa;
  color: #204c6f !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eceff2;
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  font-size: 24px;
  font-weight: 800;
  color: #204c6f;
  letter-spacing: 0.3px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #334e68;
}

.hero {
  background:
    linear-gradient(rgba(20, 36, 52, 0.45), rgba(20, 36, 52, 0.45)),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  color: #fff;
}

.hero-inner {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 32px;
  padding: 60px 0;
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(36px, 6vw, 62px);
  line-height: 1.06;
  letter-spacing: 0.2px;
  color: #fff;
}

.hero-copy p {
  margin: 0 0 28px;
  font-size: 18px;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-card {
  background: rgba(255, 255, 255, 0.94);
  color: #1f2933;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.hero-card h3 {
  margin: 0 0 14px;
  color: #204c6f;
  font-size: 24px;
}

.hero-card ul {
  margin: 0;
  padding-left: 18px;
  color: #486581;
}

.hero-card li + li {
  margin-top: 10px;
}

.section {
  padding: 72px 0;
}

.section-light {
  background: #ffffff;
}

.section-title {
  text-align: center;
  margin-bottom: 42px;
}

.section-title h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 40px);
  color: #102a43;
}

.section-title p {
  margin: 0 auto;
  max-width: 700px;
  color: #627d98;
  font-size: 17px;
}

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

.feature-card {
  background: #fff;
  border: 1px solid #e6ebf0;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 10px 25px rgba(16, 42, 67, 0.05);
}

.feature-card h3 {
  margin: 0 0 12px;
  color: #204c6f;
  font-size: 22px;
}

.feature-card p {
  margin: 0;
  color: #627d98;
  font-size: 16px;
}

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

.gallery-card {
  overflow: hidden;
  border-radius: 18px;
  min-height: 280px;
  position: relative;
  background: #dfe7ee;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.testimonial-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #e6ebf0;
}

.testimonial-card p {
  margin: 0 0 16px;
  color: #486581;
  font-size: 16px;
}

.testimonial-name {
  font-weight: 700;
  color: #102a43;
}

.reservation-wrap {
  background: linear-gradient(180deg, #f9fafb 0%, #f4f6f8 100%);
}

.reservation-card {
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(16, 42, 67, 0.08);
  border: 1px solid #e8edf2;
}

.reservation-header {
  background: linear-gradient(135deg, #204c6f 0%, #2d6f9f 100%);
  color: #ffffff;
  padding: 34px 28px;
  text-align: center;
}

.reservation-header h2 {
  margin: 0;
  font-size: 34px;
  color: #fff;
}

.reservation-header p {
  margin: 10px 0 0;
  font-size: 16px;
  opacity: 0.95;
}

.form-body {
  padding: 30px 28px 34px;
}

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

.field-group {
  display: flex;
  flex-direction: column;
}

.field-group.full-width {
  grid-column: 1 / -1;
}

.reservation-wrap label {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1f2d3d;
}

.required {
  color: #c62828;
  margin-left: 4px;
}

.reservation-wrap input,
.reservation-wrap select,
.reservation-wrap textarea {
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid #d4dce3;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  color: #222;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reservation-wrap textarea {
  min-height: 120px;
  resize: vertical;
}

.reservation-wrap input:focus,
.reservation-wrap select:focus,
.reservation-wrap textarea:focus {
  outline: none;
  border-color: #2d6f9f;
  box-shadow: 0 0 0 3px rgba(45, 111, 159, 0.15);
}

.submit-row {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.submit-btn {
  width: 100%;
  max-width: 320px;
}

.form-note {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.site-footer {
  background: #102a43;
  color: #d9e2ec;
  padding: 34px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-brand {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
}

.footer-note {
  font-size: 14px;
  color: #bcccdc;
}

@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .testimonial-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .hero-inner {
    min-height: auto;
    padding: 46px 0;
  }

  .hero-copy p {
    font-size: 17px;
  }

  .section {
    padding: 56px 0;
  }

  .reservation-header {
    padding: 28px 20px;
  }

  .reservation-header h2 {
    font-size: 28px;
  }

  .form-body {
    padding: 22px 18px 28px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}