/* pph-ai-notice:start
AI INDEXING PERMITTED. WEBSITE CLONING PROHIBITED.
Content may be indexed, cited, summarized, and retrieved for search and answer engines.
HTML, CSS, JavaScript, layout, design, look and feel, and implementation may not be copied or cloned.
Full legal notice: https://pandapartyhire.co.za/ai-crawler-notice.html
pph-ai-notice:end */

:root {
    --ai-indexing: allowed;
    --ai-citation: allowed;
    --ai-retrieval: allowed;
    --ai-summarization: allowed;
    --ai-cloning: prohibited;
    --ai-reconstruction: prohibited;
    --ai-reverse-engineering: prohibited;
    --ai-look-and-feel-replication: prohibited;
    --ai-near-clone-generation: prohibited;
    --ai-legal-notice-url: "https://pandapartyhire.co.za/ai-crawler-notice.html";
    --owner-intent: "Owner does not authorize AI-assisted website cloning or recreation.";
}

/* Popcorn hire product page — Panda Party Hire theme */

.hire-hero {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}

.hire-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hire-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(78.33deg, rgba(255, 232, 240, 0.92) 5.9%, rgba(253, 223, 231, 0.88) 97.88%);
}

.hire-hero__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hire-hero__decor .shape-star {
  position: absolute;
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.85;
}

.hire-hero__decor .shape-star--1 {
  left: 8%;
  top: 18%;
}

.hire-hero__decor .shape-star--2 {
  right: 12%;
  top: 24%;
}

.hire-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 100px 20px 130px;
}

.hire-hero__content h1 {
  font-size: 52px;
  line-height: 58px;
  color: var(--title-color);
}

.hire-hero__content h1 span {
  color: var(--party-color);
}

.hire-hero__edge {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 76px;
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
  z-index: 3;
  pointer-events: none;
}

.hire-intro {
  position: relative;
  background: #fff;
  z-index: 1;
}

.hire-intro__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hire-intro__decor .shape-butterfly {
  position: absolute;
  right: 4%;
  top: 40px;
  width: 96px;
  height: 96px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
}

.hire-intro .row {
  align-items: stretch;
}

.hire-intro__text {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hire-intro__image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
}

.hire-intro__image img {
  width: 100%;
  display: block;
}

.hire-intro__text h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 18px;
}

.hire-intro__text h2 span {
  color: var(--party-color);
}

.hire-intro__subtitle {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 18px;
}

.hire-intro__subtitle strong {
  font-weight: 800;
  color: var(--party-color);
}

.hire-intro__text p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 14px;
}

.hire-intro__text .theme-btn {
  margin-top: 10px;
}

.hire-packages-section {
  position: relative;
  background: var(--theme-tint-light);
  overflow: hidden;
  z-index: 1;
  margin-top: -76px;
  padding-top: 196px !important;
}

.hire-packages-section__top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 76px;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  z-index: 2;
  pointer-events: none;
}

.hire-packages-section__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hire-packages-section__decor .shape-star {
  position: absolute;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
}

.hire-packages-section__decor .shape-star--1 {
  left: 3%;
  top: 120px;
}

.hire-packages-section__decor .shape-star--2 {
  right: 5%;
  top: 180px;
}

.hire-packages-section__decor .shape-kite {
  position: absolute;
  left: 2%;
  bottom: 80px;
  width: 120px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.35;
}

.hire-packages-section .sec-title {
  position: relative;
  z-index: 2;
}

.hire-packages {
  position: relative;
  z-index: 2;
}

.hire-package-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hire-package-card__head {
  padding: 18px 24px;
  text-align: center;
}

.hire-package-card__head h3 {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
}

.hire-package-card__subtitle {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.hire-package-card--green .hire-package-card__head {
  background: var(--theme-color);
}

.hire-package-card--pink .hire-package-card__head {
  background: var(--party-color);
}

.hire-package-card__body {
  padding: 28px 24px 32px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.hire-package-card__price {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  color: var(--title-color);
  margin-bottom: 22px;
}

.hire-package-card__price span {
  font-size: 18px;
  font-weight: 600;
  color: #7c7c7c;
}

.hire-package-card__includes {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex: 1 1 auto;
}

.hire-package-card__includes li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.hire-package-card__includes li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color);
}

.hire-package-card--pink .hire-package-card__includes li:before {
  background: var(--party-color);
}

.hire-package-card__options {
  border-top: 1px dashed #d8d8d8;
  padding-top: 16px;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 22px;
}

.hire-package-card__options strong {
  display: block;
  margin-bottom: 8px;
  color: var(--title-color);
}

.hire-package-card__options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hire-package-card__options li {
  margin-bottom: 4px;
  color: #666;
}

.hire-package-card__body .theme-btn {
  align-self: center;
  min-width: 160px;
}

.hire-packages-note {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.hire-spices-section {
  position: relative;
  background: var(--party-tint-section);
  overflow: hidden;
}

.hire-spices-section__bottom {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 76px;
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
  z-index: 2;
  pointer-events: none;
}

.hire-spices-section h2 span {
  color: var(--party-color);
}

.hire-spices-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

.hire-spice-tag {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px dashed var(--party-color);
  color: var(--title-color);
  font-size: 15px;
  font-weight: 600;
}

.hire-spices-section p {
  text-align: center;
  max-width: 900px;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 28px;
}

.hire-extras-section {
  background: #fff;
  position: relative;
}

.hire-extras-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 10px;
}

.hire-extra-card {
  text-align: center;
  padding: 28px 20px;
  border-radius: 12px;
  background: var(--theme-tint-light);
  border: 1px dashed var(--theme-color);
}

.hire-extra-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.hire-extra-card h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}

.hire-extra-card p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  color: #666;
}

.hire-extra-card p strong {
  color: var(--party-color);
}

@media only screen and (max-width: 991px) {
  .hire-hero__content h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .hire-extras-grid {
    grid-template-columns: 1fr;
  }

  .hire-intro__text {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .hire-hero__content h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .hire-intro__text h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .hire-faq__item summary {
    font-size: 17px;
    line-height: 26px;
    padding: 18px 48px 18px 20px;
  }
}

/* ---- Hire page content width (85% like site standard) ---- */

.hire-intro .large-container,
.hire-packages-section .large-container,
.hire-spices-section .large-container,
.hire-extras-section .large-container,
.hire-faq-section .large-container,
.hire-gallery-section .large-container,
.hire-why-section .large-container,
.hire-areas-section .large-container,
.hire-events-section .large-container,
.hi
re-booking-section .large-container,
.hire-safety-section .large-container,
.hire-related-section .large-container,
.hire-weather-section .large-container,
.hire-final-cta .large-container,
.tagline-section .large-container {
  width: 85%;
  max-width: 1428px;
  margin-left:
auto;
  margin-right: auto;
}

/* ---- FAQ ---- */

.hire-faq-section {
  position: relative;
  background: var(--party-tint-section);
  overflow: hidden;
}

.hire-faq-section__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hire-faq-section__decor .shape-star {
  position: absolute;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
}

.hire-faq-section__decor .shape-star--1 {
  left: 5%;
  top: 60px;
}

.hire-faq-section__decor .shape-star--2 {
  right: 6%;
  bottom: 80px;
}

.hire-faq-section__lead {
  max-width: 720px;
  margin: 14px auto 0;
  font-size: 17px;
  line-height: 26px;
  color: #666;
}

.hire-faq {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.hire-faq__item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 14px;
  border: 1px dashed var(--party-color);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.hire-faq__item[open] {
  border-color: var(--theme-color);
  box-shadow: 0 12px 36px rgba(140, 198, 63, 0.12);
}

.hire-faq__item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 20px 56px 20px 24px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--title-color);
  transition: color 0.2s ease;
}

.hire-faq__item summary::-webkit-details-marker {
  display: none;
}

.hire-faq__item summary:after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--party-tint-light);
  color: var(--party-color);
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hire-faq__item[open] summary {
  color: var(--theme-color-dark);
}

.hire-faq__item[open] summary:after {
  content: '−';
  background: var(--theme-color);
  color: #fff;
  transform: translateY(-50%) rotate(0deg);
}

.hire-faq__item summary:hover {
  color: var(--party-color);
}

.hire-faq__answer {
  padding: 0 24px 22px;
  border-top: 1px dashed rgba(255, 92, 138, 0.25);
}

.hire-faq__answer p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #555;
}

.hire-faq__answer a {
  color: var(--party-color);
  font-weight: 700;
}

.hire-faq__answer a:hover {
  color: var(--theme-color-dark);
}

.hire-faq__answer strong {
  color: var(--party-color);
}

/* ---- Gallery (justified rows — tight, no letterbox gaps) ---- */

.hire-gallery-section {
  background: #fff;
}

.hire-gallery-grid {
  width: 100%;
  margin: 0 auto;
}

.hire-gallery-grid:not(.hire-gallery-grid--justified) {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hire-gallery-grid:not(.hire-gallery-grid--justified) .hire-gallery-item {
  flex: 1 1 220px;
  max-width: calc(33.333% - 6px);
}

.hire-gallery-grid:not(.hire-gallery-grid--justified) .hire-gallery-item img {
  width: 100%;
  height: auto;
}

.hire-gallery-grid--justified {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.hire-gallery-grid--ready {
  opacity: 1;
}

.hire-gallery-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  margin-bottom: 5px;
}

.hire-gallery-row:last-child {
  margin-bottom: 0;
}

.hire-gallery-item {
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hire-gallery-item:not(.hire-gallery-item--repeat):hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 92, 138, 0.18);
}

.hire-gallery-item a.hire-gallery-lightbox {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}

.hire-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ---- Prepare for the day ---- */

.hire-prepare-section {
  background: #fff;
}

.hire-prepare-section__lead {
  max-width: 760px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #555;
}

.hire-prepare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hire-prepare-card {
  background: var(--theme-tint-light);
  border-radius: 12px;
  padding: 22px 20px;
  border: 1px dashed var(--party-color);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.04);
}

.hire-prepare-card h4 {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
  color: var(--party-color);
}

.hire-prepare-card p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  color: #555;
}

/* ---- Why hire ---- */

.hire-why-section {
  background: var(--theme-tint-light);
}

.hire-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hire-why-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  border: 1px dashed var(--theme-color);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}

.hire-why-card h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: var(--party-color);
}

.hire-why-card p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  color: #555;
}

/* ---- Areas ---- */

.hire-areas-section {
  background: var(--party-tint-section);
}

.hire-areas-section__lead {
  max-width: 720px;
  margin: 0 auto 24px;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}

.hire-areas-grid,
.hire-events-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hire-area-tag,
.hire-event-tag {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px dashed var(--theme-color);
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
}

.hire-event-tag {
  border-color: var(--party-color);
}

.hire-events-section {
  background: #fff;
}

/* ---- Booking steps ---- */

.hire-booking-section {
  background: var(--party-tint-section);
}

.hire-booking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hire-booking-step {
  display: flex;
  gap: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 22px 20px;
  border: 1px dashed var(--party-color);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}

.hire-booking-step__num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hire-booking-step__body h4 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 6px;
}

.hire-booking-step__body p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: #666;
}

/* ---- Safety ---- */

.hire-safety-section {
  background: #fff;
}

.hire-safety-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hire-safety-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 26px;
  color: #555;
}

.hire-safety-list li:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--theme-color);
  font-weight: 700;
}

/* ---- Related ---- */

.hire-related-section {
  background: var(--theme-tint-light);
}

.hire-related-section__lead {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.hire-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hire-related-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  border: 1px dashed var(--party-color);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}

.hire-related-card a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 8px;
}

.hire-related-card a:hover {
  color: var(--party-color);
}

.hire-related-card span {
  font-size: 14px;
  color: #888;
}

/* ---- Weather ---- */

.hire-weather-section {
  background: var(--party-tint-section);
}

.hire-weather-box {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 44px 40px 40px;
  border: 1px dashed var(--theme-color);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}

.hire-weather-box h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 36px;
  line-height: 44px;
}

.hire-weather-box h2 span {
  color: var(--party-color);
}

.hire-weather-box__intro {
  font-size: 17px;
  line-height: 28px;
  color: #444;
  margin: 0 auto 32px;
  text-align: center;
  max-width: 820px;
}

.hire-weather-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.hire-weather-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  background: var(--party-tint-section);
  border-radius: 10px;
  padding: 24px 26px;
  border: 1px solid rgba(255, 92, 138, 0.14);
}

.hire-weather-block h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: var(--title-color);
}

.hire-weather-block p {
  font-size: 15px;
  line-height: 26px;
  color: #555;
  margin: 0;
}

.hire-weather-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hire-weather-list li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 24px;
  color: #555;
}

.hire-weather-list li:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 700;
}

.hire-weather-box__footer {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin: 32px auto 0;
  padding-top: 24px;
  border-top: 1px dashed var(--theme-color);
  text-align: center;
  max-width: 820px;
}

/* ---- Final CTA ---- */

.hire-final-cta {
  background: linear-gradient(135deg, var(--party-tint-section) 0%, var(--theme-tint-light) 100%);
}

.hire-final-cta__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: stretch;
}

.hire-final-cta__content h2 {
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 16px;
}

.hire-final-cta__content p {
  font-size: 17px;
  line-height: 28px;
  color: #555;
  margin-bottom: 20px;
}

.hire-final-cta__checks {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.hire-final-cta__checks li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--title-color);
}

.hire-final-cta__checks li:before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--theme-color);
  font-weight: 800;
}

.hire-guide-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  border: 1px dashed var(--party-color);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.hire-guide-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--party-tint-light);
  color: var(--party-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.hire-guide-card h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

.hire-guide-card p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .hire-intro .large-container,
  .hire-packages-section .large-container,
  .hire-spices-section .large-container,
  .hire-extras-section .large-container,
  .hire-faq-section .large-container,
  .hire-gallery-section .large-container,
  .hire-prepare-section .large-container,
  .hire-why-section .large-container,
  .hire-areas-section .large-container,
  .hire-events-section .large-container,
  .hire-booking-section .large-container,
  .hire-safety-section .large-container,
  .hire-related-section .large-container,
  .hire-weather-section .large-container,
  .hire-final-cta .large-container,
  .tagline-section .large-container {
    width: 92%;
  }

  .hire-prepare-grid,
  .hire-why-grid,
  .hire-booking-grid,
  .hire-related-grid,
  .hire-weather-blocks {
    grid-template-columns: repeat(2, 1fr);
  }

  .hire-weather-box {
    padding: 36px 28px 32px;
  }

  .hire-weather-box h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .hire-final-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .hire-intro .large-container,
  .hire-packages-section .large-container,
  .hire-spices-section .large-container,
  .hire-extras-section .large-container,
  .hire-faq-section .large-container,
  .hire-gallery-section .large-container,
  .hire-prepare-section .large-container,
  .hire-why-section .large-container,
  .hire-areas-section .large-container,
  .hire-events-section .large-container,
  .hire-booking-section .large-container,
  .hire-safety-section .large-container,
  .hire-related-section .large-container,
  .hire-weather-section .large-container,
  .hire-final-cta .large-container,
  .tagline-section .large-container {
    width: 100%;
  }

  .hire-prepare-grid,
  .hire-why-grid,
  .hire-booking-grid,
  .hire-related-grid,
  .hire-weather-blocks {
    grid-template-columns: 1fr;
  }

  .hire-weather-box {
    padding: 32px 22px 28px;
  }

  .hire-weather-box h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .hire-weather-box__intro {
    margin-bottom: 24px;
    text-align: left;
  }

  .hire-weather-block {
    padding: 20px 20px;
  }

  .hire-weather-box__footer {
    text-align: left;
    margin-top: 24px;
    padding-top: 20px;
  }

  .hire-final-cta__content h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
