/* ========================================
   RENTALS PAGE
======================================== */

.calm-rentals-intro {
	padding: 80px 0 40px;
	background: #f7f3ea;
}

.calm-rentals-intro .row {
	align-items: center;
}

.calm-rentals-intro h2 {
	margin-bottom: 14px;
}

.calm-rentals-intro .col-lg-6:first-child {
	transform: scale(1.02);
}

.calm-rentals-image {
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(0,0,0,0.14);
}

.calm-rentals-image img {
	width: 100%;
	display: block;
	min-height: 380px;
	object-fit: cover;
}

.calm-rentals-highlights {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 18px;
}

.calm-rentals-highlights li {
	margin-bottom: 10px;
	color: #435143;
}

.calm-rentals-intro .btn {
	padding: 12px 22px;
	font-weight: 600;
	box-shadow: 0 10px 25px rgba(196,122,58,0.25);
}

.calm-rentals-page {
  background: #f7f4ec;
}

.calm-rentals-section {
  padding: 76px 0 90px;
  background: #f7f4ec;
}

/* HERO FROM PHP TEMPLATE */

.calm-rentals-hero {
  padding: 76px 0 64px;
  background:
    radial-gradient(circle at top left, rgba(111, 127, 95, 0.12), transparent 34%),
    linear-gradient(180deg, #f7f4ec 0%, #f3efe6 100%);
}

.calm-rentals-hero-header {
  max-width: 760px;
  margin: 0 auto;
}

.calm-rentals-hero .calm-page-title {
  margin-bottom: 14px;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
}

.calm-rentals-hero .calm-page-excerpt {
  max-width: 620px;
  margin: 0 auto;
  color: #4f594d;
  line-height: 1.7;
}

/* SHARED TYPE */

.calm-eyebrow {
  margin-bottom: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f7f5f;
}

.calm-section-subtitle {
  max-width: 620px;
  margin: 0 auto;
  color: #4f594d;
  line-height: 1.7;
}

/* Rental Links */

.calm-rental-link {
  margin-top: auto;
  padding-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #536346;
  text-decoration: none;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.calm-rental-link i {
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}

.calm-rental-link:hover {
  color: #d47b3a;
}

.calm-rental-link:hover i {
  transform: translateX(4px);
}


/* INTRO */


.calm-rentals-feature {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.calm-rentals-feature h2,
.calm-rentals-block h3,
.calm-rentals-cta h3 {
  font-family: var(--calm-font-serif);
  color: #1f2a1f;
}

.calm-rentals-feature h2 {
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  font-size: clamp(2rem, 4vw, 3rem);
}

.calm-rentals-feature p:not(.calm-eyebrow) {
  max-width: 600px;
  margin-left: auto;
  margin-bottom:12px;
  margin-right: auto;
  color: #3f473d;
  line-height: 1.75;
}

.calm-rentals-highlight {
  padding: 14px 22px;
  font-weight: 600;
  font-size: 0.95rem;
  margin: 18px auto 0;
  max-width: 420px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 999px;
  background: #f1efe9;
  box-shadow: none;
  color: #2c3329;
  font-weight: 700;
}

/* CONTENT BLOCKS */

.calm-rentals-block {
  margin-bottom: 52px;
  padding-top:10px;
}

.calm-rentals-block .row {
	margin-top: 16px;
}

.calm-rentals-block h3 {
  margin-bottom: 6px;
  margin-top:0;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.calm-rentals-block.text-center h3 {
	margin-bottom: 10px;
}

/* RENTAL CARDS */

.calm-rental-card,
.calm-expect-card,
.calm-guidelines-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(37, 44, 35, 0.08);
}

.calm-rental-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 28px;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.calm-rental-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(37, 44, 35, 0.12);
}

.calm-rental-card-featured {
	border: 2px solid #c47a3a;
	transform: scale(1.03);
}

.calm-rental-badge {
  display: inline-block;
  width: auto;
  max-width: fit-content;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2e6;
  color: #536346;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.calm-rental-card h4,
.calm-expect-card h4 {
  margin-bottom: 6px;
  font-family: var(--calm-font-serif);
  color: #1f2a1f;
  font-size: 1.25rem;
}

.calm-rental-seats {
  margin-bottom: 18px;
  color: #5f675b;
}

.calm-rental-price {
  margin-bottom: 6px;
  color: #2f372d;
}

/* EXPECT CARDS */


.calm-expect-card {
  padding: 28px;
  border-radius: 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.calm-expect-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.calm-expect-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #eef2e6, #f7f4ec);
  box-shadow: 0 10px 22px rgba(37, 44, 35, 0.08);
}

.calm-expect-icon i {
  font-size: 1.35rem;
  color: #536346;
}

/* Tighten text spacing */
.calm-expect-card h4 {
  margin-bottom: 8px;
}

.calm-expect-card p {
  margin-bottom: 0;
  line-height: 1.65;
  color: #4f594d;
}

/* GUIDELINES */

.calm-guidelines-card {
  max-width: 860px;
  margin: 24px auto 0;
  padding: 34px 38px;
  border-radius: 20px;
  box-shadow: 0 22px 48px rgba(37, 44, 35, 0.10);
}

.calm-guidelines-card ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.calm-guidelines-card li {
  margin-bottom: 10px;
  color: #3f473d;
  line-height: 1.6;
}

/* CTA */

.calm-rentals-cta {
	margin-top: 80px;
	padding: 50px;
	border-radius: 28px;
	background: linear-gradient(135deg, #f3efe6, #e9f0e6);
	box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.calm-rentals-cta p:not(.calm-eyebrow) {
  max-width: 620px;
  margin: 0 auto 24px;
  color: #4f594d;
  line-height: 1.7;
}

.calm-btn-primary {
  padding: 12px 24px;
  border-radius: 999px;
  background: #d47b3a;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border: none;
}

.calm-btn-primary:hover {
  background: #bd682c;
  color: #ffffff;
}

/* Guidelines */

.calm-guidelines-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.calm-guidelines-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  line-height: 1.6;
  color: #4a5446;
}

/* custom bullet */
.calm-guidelines-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;

  width: 8px;
  height: 8px;
  border-radius: 50%;

  background: #7a8b6a;
}

.calm-guidelines-card {
  max-width: 820px;
  margin: 24px auto 0;
  padding: 36px 40px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f7f4ee);
  box-shadow: 0 24px 60px rgba(37, 44, 35, 0.10);
}


/* ========================================
   VISIT PAGE BOTTOM SPACING FIX
======================================== */

.calm-visit-page .calm-section:last-of-type {
  padding-bottom: 80px;
  margin-bottom: 0;
}

.calm-visit-page .calm-visit-info,
.calm-visit-page .calm-visit-know,
.calm-visit-page .calm-visit-helpful {
  margin-bottom: 0;
}

/* Remove excessive space before footer */
.calm-visit-page + .site-footer,
.calm-site-footer {
  margin-top: 0;
}

/* If the last card/group is creating height */
.calm-visit-page .calm-info-panel,
.calm-visit-page .calm-visit-card-wrap {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .calm-visit-page .calm-section:last-of-type {
    padding-bottom: 56px;
  }
}


/* RESPONSIVE */

@media (max-width: 991px) {
  .calm-rentals-section {
    padding: 60px 0 76px;
  }

  .calm-rentals-hero {
    padding: 64px 0 52px;
  }

  .calm-rentals-feature,
  .calm-rentals-block {
    margin-bottom: 52px;
  }

  .calm-rentals-highlight {
    width: 100%;
    border-radius: 18px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .calm-rentals-section {
    padding: 48px 0 64px;
  }

  .calm-rental-card,
  .calm-expect-card,
  .calm-guidelines-card {
    padding: 24px;
  }

  .calm-rentals-cta {
    padding: 42px 22px;
  }
}
