/* 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.";
}

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

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

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

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

/* Panda Party Hire — contact page */

.contact-hero {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: linear-gradient(78.33deg, #FFE8F0 5.9%, #FDDFE7 97.88%);
}

.contact-hero__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 80%;
  pointer-events: none;
}

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

.contact-hero__decor > div {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-hero__cloud {
  left: 5%;
  bottom: 26%;
  width: 130px;
  height: 84px;
  opacity: 0.75;
}

.contact-hero__cloud--2 {
  right: 8%;
  top: 20%;
  width: 105px;
  height: 68px;
}

.contact-hero__star {
  width: 72px;
  height: 72px;
  opacity: 0.85;
}

.contact-hero__star--1 {
  left: 10%;
  top: 22%;
}

.contact-hero__star--2 {
  right: 16%;
  top: 30%;
  width: 56px;
  height: 56px;
}

.contact-hero__kite {
  right: 5%;
  bottom: 20%;
  width: 115px;
  height: 172px;
}

.contact-hero__balloons {
  left: 3%;
  top: 28%;
  width: 95px;
  height: 120px;
}

.contact-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 110px 20px 140px;
}

.contact-hero__content h1 {
  font-size: 52px;
  line-height: 58px;
  margin-bottom: 12px;
}

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

.contact-hero__subtitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  max-width: 620px;
  margin: 0 auto;
}

.contact-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;
}

/* ---- Info cards ---- */

.contact-cards {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}

.contact-card-col {
  margin-bottom: 24px;
}

.contact-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.06);
  border: 2px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(255, 92, 138, 0.14);
}

.contact-card--green {
  border-color: var(--theme-color);
}

.contact-card--pink {
  border-color: var(--party-color);
}

.contact-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

.contact-card--green .contact-card__icon {
  background: var(--theme-color);
}

.contact-card--pink .contact-card__icon {
  background: var(--party-color);
}

.contact-card h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

.contact-card p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-card p a {
  color: var(--title-color);
}

.contact-card p a:hover {
  color: var(--party-color);
}

.contact-card > span {
  font-size: 14px;
  opacity: 0.75;
}

/* ---- Form section ---- */

.contact-main {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.contact-main__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-main__butterfly {
  position: absolute;
  right: 4%;
  top: 80px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-main__star {
  position: absolute;
  left: 2%;
  bottom: 120px;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}

.contact-form-wrap .sec-title h2 span {
  color: var(--party-color);
}

/* ---- Quote form (Blink-style) ---- */

.quote-form-intro {
  font-size: 17px;
  line-height: 28px;
  margin-top: 10px;
}

.quote-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-fieldset {
  border: none;
  margin: 0 0 28px;
  padding: 0;
}

.quote-fieldset legend {
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 14px;
  padding: 0;
  width: 100%;
}

.quote-field-hint {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 14px;
  opacity: 0.85;
}

.req {
  color: var(--party-color);
}

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

.quote-product-tile {
  margin: 0;
  cursor: pointer;
}

.quote-product-tile__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.quote-product-tile__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 108px;
  padding: 14px 10px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid #eee;
  text-align: center;
  transition: all 0.2s ease;
}

.quote-product-tile__emoji {
  font-size: 28px;
  line-height: 1;
}

.quote-product-tile__label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--title-color);
}

.quote-product-tile__input:checked + .quote-product-tile__box {
  border-color: var(--party-color);
  background: var(--party-tint);
  box-shadow: 0 8px 24px rgba(255, 92, 138, 0.15);
  transform: translateY(-2px);
}

.quote-product-tile__input:focus-visible + .quote-product-tile__box {
  outline: 2px solid var(--theme-color);
  outline-offset: 2px;
}

.quote-products-error {
  color: var(--par
ty-color-dark);
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
}

.quote-product-panels {
  margin-bottom: 28px;
}

.quote-product-panel {
  background: #fff;
  border: 2px dashed var(--theme-color);
  border-radius: 16px;
  padding: 22px 20px;
  margin-bo
ttom: 16px;
}

.quote-product-panel__title {
  font-size: 18px;
  margin-bottom: 14px;
}

.quote-product-panel__note {
  font-size: 14px;
  line-height: 22px;
  background: var(--party-tint);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 16px;
}

.quote-check-grid,
.quote-radio-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quote-radio-list {
  grid-template-columns: 1fr;
}

.quote-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  cursor: pointer;
}

.quote-check input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--theme-color);
}

.quote-check--block {
  display: flex;
  margin-bottom: 12px;
}

.quote-check--small {
  font-size: 13px;
  opacity: 0.9;
}

.quote-delivery-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.quote-check--pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 30px;
  border: 2px solid var(--theme-color);
  background: #fff;
  font-weight: 600;
}

.quote-check--pill:has(input:checked) {
  background: var(--theme-color);
  color: #fff;
}

.quote-address-block {
  background: var(--theme-tint-light);
  border-radius: 14px;
  padding: 20px;
  margin-top: 8px;
}

.quote-address-block__title {
  font-size: 17px;
  margin-bottom: 14px;
}

.quote-collection-info p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

.quote-extra-days {
  margin-top: 12px;
  max-width: 200px;
}

.contact-aside__panel--direct {
  background: linear-gradient(145deg, var(--party-tint-section), var(--theme-tint-section));
  border-color: var(--party-color);
}

.contact-aside__direct {
  margin: 0;
}

.contact-aside__direct li {
  margin-bottom: 12px;
}

.contact-aside__direct a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}

.contact-aside__direct a i {
  color: var(--theme-color);
  width: 18px;
}

.contact-aside__direct a:hover {
  color: var(--party-color);
}

.contact-form-wrap .sec-title p {
  margin-top: 10px;
  font-size: 17px;
}

.contact-form {
  background: var(--theme-tint-light);
  border-radius: 20px;
  padding: 36px 32px;
  border: 2px dashed var(--theme-color);
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--title-color);
}

.contact-form input,
.contact-form textarea,
.contact-form__select {
  width: 100%;
  height: 52px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 16px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form textarea {
  height: auto;
  padding: 14px 16px;
  resize: vertical;
  min-height: 130px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form__select:focus {
  outline: none;
  border-color: var(--party-color);
  box-shadow: 0 0 0 3px rgba(255, 92, 138, 0.12);
}

.contact-form label.error {
  color: var(--party-color-dark);
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
}

.contact-form__thanks {
  background: linear-gradient(145deg, var(--theme-tint-section), var(--party-tint));
  border-radius: 20px;
  padding: 48px 32px;
  text-align: center;
  border: 2px dashed var(--party-color);
}

.contact-form__thanks-icon {
  font-size: 52px;
  color: var(--theme-color);
  margin-bottom: 16px;
}

.contact-form__thanks h3 {
  font-size: 28px;
  margin-bottom: 12px;
}

.contact-form__thanks p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form__thanks a {
  color: var(--party-color);
  font-weight: 600;
}

/* ---- Aside ---- */

.contact-aside__panel {
  background: var(--party-tint-section);
  border-radius: 16px;
  padding: 28px 24px;
  margin-bottom: 20px;
  border: 2px dashed var(--party-color);
}

.contact-aside__panel h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

.contact-aside__list {
  margin-bottom: 16px;
}

.contact-aside__list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}

.contact-aside__list li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--theme-color);
}

.contact-aside__note {
  font-size: 14px;
  font-style: italic;
  opacity: 0.85;
}

.contact-aside__hours {
  background: var(--theme-tint-section);
  border-radius: 12px;
  padding: 20px 22px;
  margin-bottom: 20px;
}

.contact-aside__hours h4 {
  font-size: 17px;
  margin-bottom: 6px;
}

.contact-aside__hours h4 i {
  color: var(--theme-color);
  margin-right: 8px;
}

.contact-aside__image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.contact-aside__image img {
  width: 100%;
  display: block;
}

.contact-aside__image-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: var(--party-color);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
}

/* ---- Service areas ---- */

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

.contact-areas__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  pointer-events: none;
}

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

.contact-areas__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-areas__decor > div {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-areas__ice-cream {
  left: 2%;
  bottom: 100px;
  width: 100px;
  height: 125px;
}

.contact-areas__pig {
  right: 4%;
  top: 140px;
  width: 85px;
  height: 85px;
}

.contact-areas__star {
  left: 45%;
  top: 60px;
  width: 60px;
  height: 60px;
  opacity: 0.5;
}

.contact-areas .large-container {
  position: relative;
  z-index: 1;
}

.contact-areas .sec-title h2 span {
  color: var(--theme-color);
}

.contact-areas__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.contact-area-pill {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  color: var(--title-color);
  border: 2px dashed var(--theme-color);
  box-shadow: 0 4px 16px rgba(140, 198, 63, 0.12);
}

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

.contact-faq {
  background: var(--theme-tint-light);
}

.contact-faq__intro h2 span {
  color: var(--party-color);
}

.contact-faq__intro p {
  font-size: 17px;
  line-height: 28px;
  margin-top: 12px;
}

.contact-faq__intro a {
  color: var(--party-color);
  font-weight: 600;
}

.contact-faq__item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 14px;
  border: 1px solid #eee;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.contact-faq__item summary {
  cursor: pointer;
  padding: 18px 48px 18px 22px;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
  position: relative;
}

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

.contact-faq__item summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--theme-color);
  font-weight: 700;
}

.contact-faq__item[open] summary::after {
  content: '−';
  color: var(--party-color);
}

.contact-faq__item[open] summary {
  color: var(--party-color);
  border-bottom: 1px dashed var(--party-tint-light);
}

.contact-faq__item p {
  padding: 0 22px 18px;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

/* ---- Hire strip ---- */

.contact-hire-strip {
  background: #fff;
}

.contact-hire-strip .sec-title h2 span {
  color: var(--party-color);
}

.contact-hire-strip__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.contact-hire-chip {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: var(--title-color);
  background: var(--theme-tint-light);
  border: 1px solid var(--theme-color);
  transition: all 0.2s ease;
}

.contact-hire-chip:hover {
  background: var(--party-color);
  border-color: var(--party-color);
  color: #fff;
  transform: translateY(-2px);
}

/* ---- Responsive ---- */

@media only screen and (max-width: 991px) {
  .contact-aside {
    margin-top: 40px;
  }

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

@media only screen and (max-width: 767px) {
  .contact-hero__content h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .contact-form {
    padding: 28px 20px;
  }

  .quote-product-grid,
  .quote-check-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero__kite,
  .contact-hero__balloons,
  .contact-areas__pig {
    display: none;
  }
}
