/* Adventure Parks */
.ap-feature { padding: 0; }
.ap-grid { max-width: 100%; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; min-height: 100vh; }
.ap-copy { background: #fff; padding: 3rem 2rem; display: flex; flex-direction: column; justify-content: center; }
.ap-photo { background: #f8f8f8; }
.ap-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; display: block; }
.ap-feature .ap-copy .cta-button { margin-top: 2rem !important; display: inline-block; align-self: flex-start; }

@media (max-width: 1024px) { 
    .ap-grid { grid-template-columns: 1fr; min-height: auto; } 
    .ap-photo img { height: 400px; } 
    .ap-copy { padding: 2rem 1.5rem; }
}
/* Holiday Resorts */
.hr-feature { padding: 2rem 1.5rem; }
.hr-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: center; }
.hr-photo img { width: 100%; height: 360px; object-fit: cover; border-radius: 14px; display: block; }
.hr-feature .hr-copy .cta-button { margin-top: 2.5rem !important; display: inline-block; }

@media (max-width: 1024px) { .hr-grid { grid-template-columns: 1fr; } .hr-photo img { height: 280px; } }
/* Sporting Venues */
.sv-hero img { width: 100%; height: 420px; object-fit: cover; border-radius: 0; display: block; }
.sv-intro { text-align: center; padding: 1.25rem 1.25rem 2.25rem; }
.sv-intro p { max-width: 820px; margin: 0.5rem auto 1rem; }
/* Halloween */
.hw-feature { padding: 1.5rem 1.25rem; }
.hw-split { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.hw-copy { background: #F58021; color: #fff; padding: 1.25rem; }
.hw-copy .cta-button.white { display: block; width: max-content; margin: 0.75rem auto 0; }
.hw-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hw-gallery { padding: 0 1.25rem 2.25rem; }
.hw-gallery-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.hw-item img { width: 100%; height: 240px; object-fit: cover; border-radius: 0; display: block; }

@media (max-width: 1024px) { .hw-split { grid-template-columns: 1fr; } }

@media (max-width: 768px) {
  .hw-gallery { padding: 0 1rem 2rem; }
  .hw-gallery-grid { 
    grid-template-columns: 1fr; 
    gap: 1rem; 
  }
  .hw-item img { 
    height: 280px; 
    border-radius: 8px; 
  }
}
/* Museums */
.museum-hero img { width: 100%; height: 420px; object-fit: cover; border-radius: 0; display: block; }
.museum-intro { padding: 1.25rem 1.25rem 1.5rem; }
.museum-intro-grid { max-width: 1100px; margin: 0.25rem auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.museum-cta { display: flex; justify-content: center; margin-top: 0.75rem; }
.museum-gallery { padding: 0 1.25rem 2.25rem; }
.museum-gallery-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.museum-item img { width: 100%; height: 240px; object-fit: cover; border-radius: 0; display: block; }

@media (max-width: 1024px) {
  .museum-hero img { height: 320px; }
  .museum-intro-grid { grid-template-columns: 1fr; }
  .museum-item img { height: 220px; }
}
/* Farm Adventure Parks */
.farm-feature { padding: 2rem 1.5rem; }
.farm-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: center; }
.farm-photo img { width: 100%; height: 360px; object-fit: cover; border-radius: 14px; display: block; }
.farm-feature .farm-copy .cta-button { margin-top: 2rem !important; display: inline-block; }

@media (max-width: 1024px) { .farm-grid { grid-template-columns: 1fr; } .farm-photo img { height: 280px; } }
/* Theme Parks */
.tp-intro { padding: 2rem 1.5rem; }
.tp-intro-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: center; }
.tp-intro .tp-copy .cta-button { margin-top: 2rem !important; display: inline-block; }
.tp-photo img { width: 100%; height: 320px; object-fit: cover; border-radius: 12px; display: block; }

.tp-multi { padding: 1.25rem 1.5rem 2rem; }
.tp-multi-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.tp-multi-copy { background: #F58021; color: #fff; padding: 1.25rem; }
.tp-multi-copy .cta-button.white { display: inline-block; width: auto; margin: 0.75rem 0 0 0; }
.tp-multi-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.tp-single { padding: 1.25rem 1.5rem 2.5rem; }
.tp-single-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.tp-single-photo { margin: 0; background: #ffffff; display: flex; }
.tp-single-photo img { width: 100%; height: 620px; object-fit: cover; display: block; border-radius: 0; }
.tp-single-card { background: #f2f2f2; border-radius: 0; padding: 1.5rem 1.75rem; display: flex; flex-direction: column; justify-content: center; }
.tp-single-card .cta-button { display: block; width: max-content; margin: 0.9rem auto 0; }

@media (max-width: 1024px) {
  .tp-intro-grid { grid-template-columns: 1fr; }
  .tp-single-grid, .tp-multi-inner { grid-template-columns: 1fr; }
  .tp-photo img { height: 260px; }
  .tp-single-photo img { height: 440px; object-fit: cover; }
}
/* Christmas */
.xmas-hero img { width: 100%; height: 460px; object-fit: cover; display: block; border-radius: 0; }
.xmas-intro { text-align: center; padding: 1.5rem 1.25rem 1.75rem; }
.xmas-intro p { max-width: 820px; margin: 0.25rem auto 0.9rem; }

.xmas-row { padding: 0 1.25rem 1.75rem; }
.xmas-row-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.xmas-item img { width: 100%; height: 240px; object-fit: cover; border-radius: 0; display: block; }

.xps { padding: 0 1.25rem 1.75rem; }
.xps-inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.xps-image img { width: 100%; height: 300px; object-fit: cover; border-radius: 0; display: block; }
.xps-card { background: #f2f2f2; color: #333; border-radius: 0; padding: 1.5rem 2rem; display: flex; flex-direction: column; justify-content: center; }
.xps-card .cta-button { margin-top: 0.75rem; display: block; margin-left: auto; margin-right: auto; }

.xmas-bottom { padding: 0 1.25rem 2.25rem; }
.xmas-bottom-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.xmas-bottom-item img { width: 100%; height: 360px; object-fit: cover; border-radius: 0; display: block; }

@media (max-width: 1024px) {
  .xmas-hero img { height: 320px; }
  .xps-inner { grid-template-columns: 1fr; }
  .xps-image img { height: 260px; }
  .xmas-row-grid, .xmas-bottom-grid { grid-template-columns: 1fr; }
  .xmas-bottom-item img { height: 260px; }
}
/* Zoos */
.zoo-feature { padding: 2rem 1.5rem; }
.zoo-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: center; }
.zoo-copy p { margin: 0 0 1rem 0; }
.zoo-copy .cta-button { margin-top: 0.5rem; }
.zoo-photo img { width: 100%; height: 420px; object-fit: cover; border-radius: 12px; display: block; }

.zoo-gallery { padding: 1rem 1.5rem 2.5rem; }
.zoo-gallery-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.zoo-item img { width: 100%; height: 300px; object-fit: cover; border-radius: 0; display: block; }

@media (max-width: 1024px) { .zoo-grid { grid-template-columns: 1fr; } .zoo-photo img { height: 340px; } }
@media (max-width: 768px) { .zoo-gallery-grid { grid-template-columns: 1fr; } .zoo-item img { height: 220px; } }
/* Waterparks */
.wp-feature { padding: 2rem 1.5rem; }
.wp-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: center; }
.wp-copy p { margin: 0 0 1rem 0; }
.wp-copy .cta-button { margin-top: 0.5rem; }
.wp-photo img { width: 100%; height: 420px; object-fit: cover; border-radius: 12px; display: block; }

.wp-gallery { padding: 1rem 1.5rem 2.75rem; }
.wp-gallery-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: auto auto; gap: 1.5rem 2rem; }
.wp-item img { width: 100%; height: 260px; object-fit: cover; border-radius: 12px; display: block; }
.wp-item-large { grid-column: 1; grid-row: 1 / span 2; }
.wp-item-large img { height: 520px; }
.wp-gallery-grid .wp-item:nth-child(2) { grid-column: 2; grid-row: 1; }
.wp-gallery-grid .wp-item:nth-child(3) { grid-column: 2; grid-row: 2; }
.wp-cta-wrap { display: flex; justify-content: center; margin-top: 2rem; }

@media (max-width: 1024px) {
  .wp-grid { grid-template-columns: 1fr; }
  .wp-photo img { height: 340px; }
  .wp-gallery-grid { grid-template-columns: 1fr; }
  .wp-item img, .wp-item-large img { height: 240px; }
}
/* Aquariums */
.aq-feature { padding: 2rem 1.5rem; }
.aq-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: center; }
.aq-copy p { margin: 0 0 1rem 0; }
.aq-copy .cta-button { margin-top: 0.5rem; }
.aq-photo img { width: 100%; height: 420px; object-fit: cover; border-radius: 12px; display: block; }

.aq-gallery { padding: 1rem 1.5rem 2.5rem; }
.aq-gallery-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.aq-item img { width: 100%; height: 300px; object-fit: cover; border-radius: 0; display: block; }

@media (max-width: 1024px) { .aq-grid { grid-template-columns: 1fr; } .aq-photo img { height: 340px; } }
@media (max-width: 768px) { .aq-gallery-grid { grid-template-columns: 1fr; } .aq-item img { height: 220px; } }
/* Tourist Attraction */
.ta-top-hero { width: 100%; }
.ta-top-hero img { width: 100%; height: 460px; object-fit: cover; display: block; border-radius: 0; }

.ta-intro { max-width: 1100px; margin: 2rem auto; padding: 0 1.25rem; }
.ta-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; margin-bottom: 1rem; }

.ta-feature { padding: 1.5rem; }
.ta-feature-inner { max-width: 900px; margin: 0 auto; background: #F58021; color: #fff; border-radius: 12px; padding: 1.25rem 1.25rem 1.75rem; }
.ta-feature-inner h3 { margin: 0 0 0.25rem 0; }
.ta-feature-list ul { margin: 0.5rem 0 1rem 1rem; }
.ta-feature .cta-button.white { display: block; width: max-content; margin: 0.75rem auto 0; }

.ta-gallery { max-width: 980px; margin: 1.25rem auto 2.5rem; padding: 0 1.25rem; }
.ta-gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.ta-gallery-item img { width: 100%; height: 320px; object-fit: cover; border-radius: 0; display: block; }
.ta-cta-wrap { display: flex; justify-content: center; margin-top: 1.75rem; }

@media (max-width: 900px) {
  .ta-intro-grid { grid-template-columns: 1fr; }
  .ta-top-hero img { height: 280px; }
  .ta-gallery-grid { grid-template-columns: 1fr; }
  .ta-gallery-item img { height: 240px; }
}
/* Mobile Wallet */
.mw-hero { background: #fff; padding: 2rem 1.5rem; }
.mw-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.mw-panel { background: #F58021; color: #fff; padding: 1.25rem; }
.mw-panel .cta-button.white { display: block; margin: 0.75rem auto 0 auto; }
.mw-image { height: 100%; }
.mw-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 900px) { .mw-hero-inner { grid-template-columns: 1fr; } }
/* Fingerprint Association */
.fp-hero { background: #fff; padding: 2rem 1.5rem; }
.fp-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: center; background: #f2f2f2; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.fp-copy { padding: 1.5rem; }
.fp-image { height: 100%; }
.fp-image img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0 16px 16px 0; }

@media (max-width: 900px) { .fp-hero-inner { grid-template-columns: 1fr; } }
/* QR Code Association */
.qr-hero { background: #fff; padding: 2rem 1.5rem; }
.qr-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: center; }
.qr-copy { padding: 1.5rem; }
.qr-image { height: 100%; }
.qr-image img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 16px; }

@media (max-width: 900px) { .qr-hero-inner { grid-template-columns: 1fr; } }
/* Facial Association */
.fa-hero { background: #fff; padding: 2rem 1.5rem; }
.fa-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.fa-panel { background: #F58021; color: #fff; padding: 1.25rem; }
.fa-panel .cta-button.white { display: block; margin: 0.75rem auto 0 auto; }
.fa-image { height: 100%; }
.fa-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 900px) { .fa-hero-inner { grid-template-columns: 1fr; } }
/* Post-Sale Solutions */
.postsale-hero { background: #fff; padding: 2rem 1.5rem; }
.postsale-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: center; background: #f2f2f2; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.postsale-copy { padding: 1.5rem; }
.postsale-image { height: 100%; }
.postsale-image img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0 16px 16px 0; }

@media (max-width: 900px) { .postsale-hero-inner { grid-template-columns: 1fr; } }
/* Pre-Sale Solutions */
.presale-hero { background: #fff; padding: 2rem 1.5rem; }
.presale-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: center; }
.presale-copy { padding: 1.5rem; }
.presale-image { height: 100%; }
.presale-image img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 16px; }

@media (max-width: 900px) { .presale-hero-inner { grid-template-columns: 1fr; } }
/* Hybrid Solutions */
.hybrid-hero { background: #fff; padding: 2rem 1.5rem; }
.hybrid-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.hybrid-panel { background: #F58021; color: #fff; padding: 1.25rem; }
.hybrid-panel .cta-button.white { display: block; margin: 0.75rem auto 0 auto; }
.hybrid-image { height: 100%; }
.hybrid-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 900px) { .hybrid-hero-inner { grid-template-columns: 1fr; } }
/* POS Solutions */
.pos-hero { background: #fff; padding: 0; }
.pos-hero-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.pos-copy { background: #fff; padding: 2rem 1.5rem; }
.pos-copy ul { margin: 0.75rem 0 0.75rem 1.25rem; }
.pos-image { height: 100%; }
.pos-image img { width: 100%; height: 100%; display: block; object-fit: cover; }

@media (max-width: 900px) {
  .pos-hero-inner { grid-template-columns: 1fr; }
}
/* Photobooths Page */
.pb-hero { background: #fff; padding: 2rem 1.5rem; }
.pb-hero-split { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.pb-panel { background: #F58021; color: #fff; padding: 1.5rem 2rem; }
.pb-panel .cta-button.white { display: inline-block; margin-top: 0.75rem; }
.pb-photo { height: 100%; }
.pb-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.pb-row { background: #fff; padding: 1.25rem 1.5rem 2rem 1.5rem; }
.pb-row-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.pb-row-inner img { width: 100%; height: auto; display: block; border-radius: 0; object-fit: contain; }

.pb-testimonial { background: #fff; padding: 2rem 1.5rem 3rem 1.5rem; }
.pb-testimonial-card { max-width: 1100px; margin: 0 auto; background: #eaeaea; border-radius: 16px; padding: 1.5rem; text-align: left; }
.pb-testimonial-card h3 { text-align: center; color: #F58021; margin-bottom: 0.75rem; }
.pb-testimonial-image img { width: 100%; max-width: 900px; height: auto; display: block; margin: 0.5rem auto; border-radius: 12px; }
.pb-testimonial-cta { text-align: center; }

@media (max-width: 900px) {
  .pb-hero-split { grid-template-columns: 1fr; }
  .pb-row-inner { grid-template-columns: 1fr; }
}
/* Physical Sets Page */
.ps-hero { background: #fff; padding: 2rem 1.5rem; }
.ps-hero-split { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.ps-panel { background: #F58021; color: #fff; padding: 1.25rem; }
.ps-panel .cta-button.white { display: block; margin: 0.75rem auto 0 auto; }
.ps-photo { height: 100%; }
.ps-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ps-grid { background: #fff; padding: 1.25rem 1.5rem 2rem 1.5rem; }
.ps-grid-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.ps-grid-inner img { width: 100%; height: auto; display: block; border-radius: 0; object-fit: contain; }

.ps-testimonial { background: #fff; padding: 2rem 1.5rem 3rem 1.5rem; }
.ps-testimonial-card { max-width: 1100px; margin: 0 auto; background: #eaeaea; border-radius: 16px; padding: 1.5rem; text-align: left; }
.ps-testimonial-card h3 { text-align: center; color: #F58021; margin-bottom: 0.75rem; }
.ps-testimonial-image img { width: 100%; max-width: 900px; height: auto; display: block; margin: 0.5rem auto; border-radius: 12px; }
.ps-testimonial-cta { text-align: center; }

@media (max-width: 900px) {
  .ps-hero-split { grid-template-columns: 1fr; }
  .ps-grid-inner { grid-template-columns: 1fr; }
}
/* Selfie Systems Page */
.ss-hero { background: #fff; padding: 2rem 1.5rem; }
.ss-hero-split { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.ss-panel { background: #F58021; color: #fff; padding: 1.25rem; }
.ss-panel .cta-button.white { display: inline-block; margin-top: 0.75rem; }
.ss-photo { height: 100%; }
.ss-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ss-benefits { background: #eee; padding: 2rem 1.5rem; }
.ss-benefits-inner { max-width: 1100px; margin: 0 auto; }
.ss-benefits .cta-button { margin-top: 0.75rem; }

.ss-grid { background: #fff; padding: 1.25rem 1.5rem 2rem 1.5rem; }
.ss-grid-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.ss-grid-inner img { width: 100%; height: auto; display: block; border-radius: 0; object-fit: contain; }

.ss-testimonial { background: #fff; padding: 2rem 1.5rem 3rem 1.5rem; }
.ss-testimonial-card { max-width: 1100px; margin: 0 auto; background: #eaeaea; border-radius: 16px; padding: 1.5rem; text-align: left; }
.ss-testimonial-card h3 { text-align: center; color: #F58021; margin-bottom: 0.75rem; }
.ss-testimonial-image img { width: 100%; max-width: 900px; height: auto; display: block; margin: 0.5rem auto; border-radius: 12px; }
.ss-testimonial-cta { text-align: center; }

@media (max-width: 900px) {
  .ss-hero-split { grid-template-columns: 1fr; }
  .ss-grid-inner { grid-template-columns: 1fr; }
}
/* Chroma Key Page */
.chroma-hero { background: #fff; padding: 2rem 1.5rem; }
.chroma-intro { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.chroma-copy { background: #f2f2f2; padding: 1.5rem 2rem; border-radius: 0; display: flex; flex-direction: column; justify-content: center; }
.chroma-copy .cta-button { display: block; margin: 0.75rem auto 0 auto; }
.chroma-image { height: 100%; display: block; }
.chroma-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; display: block; }

.chroma-benefits { background: #F58021; color: #fff; padding: 2rem 1.5rem; }
.chroma-benefits-inner { max-width: 1200px; margin: 0 auto; }
.chroma-benefits .solutions-heading { color: #fff; }
.chroma-benefits ul { margin: 1rem 0; padding-left: 1.25rem; }
.chroma-benefits-cta { text-align: left; }

.chroma-grid { background: #fff; padding: 1.25rem 1.5rem 2rem 1.5rem; }
.chroma-grid-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.chroma-grid-inner img { width: 100%; height: auto; display: block; border-radius: 0; object-fit: contain; }

.chroma-testimonial { background: #fff; padding: 2rem 1.5rem 3rem 1.5rem; }
.chroma-testimonial-card { max-width: 1100px; margin: 0 auto; background: #eaeaea; border-radius: 16px; padding: 1.5rem; text-align: left; }
.chroma-testimonial-card h3 { text-align: center; color: #F58021; margin-bottom: 0.75rem; }
.chroma-testimonial-image { margin: 1rem 0 0 0; }
.chroma-testimonial-image img { width: 100%; max-width: 900px; height: 360px; display: block; margin: 0 auto; border-radius: 0; object-fit: cover; }
.chroma-testimonial-cta { text-align: center; }
.chroma-testimonial-cta .cta-button { margin-top: 2.5rem; }

@media (max-width: 900px) {
  .chroma-intro { grid-template-columns: 1fr; }
  .chroma-grid-inner { grid-template-columns: 1fr; }
}
/* Christmas Grottos Page */
.grottos-intro { background: #fff; padding: 2rem 1.5rem; }
.grottos-card { max-width: 1100px; margin: 0 auto; background: #F58021; color: #fff; border-radius: 16px; padding: 1.5rem; text-align: center; }
.grottos-card .section-title { color: #fff; }
.grottos-cta { margin-top: 0.75rem; }

.grottos-strip { background: #fff; padding: 1.25rem 1.5rem 2rem 1.5rem; }
.grottos-strip-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.grottos-strip-grid img { width: 100%; height: auto; display: block; border-radius: 0; object-fit: contain; }

.grottos-testimonial { background: #fff; padding: 2rem 1.5rem 3rem 1.5rem; }
.grottos-testimonial-card { max-width: 1100px; margin: 0 auto; background: #eaeaea; border-radius: 16px; padding: 1.5rem; text-align: left; }
.grottos-testimonial-card h3 { text-align: center; color: #F58021; margin-bottom: 0.75rem; }
.grottos-testimonial-image img { width: 100%; max-width: 900px; height: auto; display: block; margin: 0.5rem auto; border-radius: 12px; }
.grottos-testimonial-cta { text-align: center; }
.grottos-testimonial-cta .cta-button { margin-top: 0.5rem; }

@media (max-width: 900px) {
  .grottos-strip-grid { grid-template-columns: 1fr; }
}
/* Walk Around Photography Page */
.walkaround-hero { background: #fff; padding: 2rem 1.5rem; }
.walkaround-intro { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.walkaround-copy { background: #f2f2f2; padding: 1.5rem 2rem; border-radius: 0; }
.walkaround-copy .cta-button { display: block; margin: 0.75rem auto 0 auto; }
.walkaround-image { height: 100%; }
.walkaround-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; display: block; }

.walkaround-strip { background: #fff; padding: 1.25rem 1.5rem 2rem 1.5rem; }
.walkaround-strip-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
.walkaround-strip-grid img { width: 100%; height: auto; border-radius: 0; object-fit: contain; background: transparent; }

.walkaround-testimonial { background: #fff; padding: 2rem 1.5rem 3rem 1.5rem; }
.walkaround-testimonial-card { max-width: 1100px; margin: 0 auto; background: #eaeaea; border-radius: 16px; padding: 1.5rem; text-align: left; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.walkaround-testimonial-card h3 { text-align: center; color: #F58021; margin-bottom: 0.75rem; }
.walkaround-testimonial-image img { width: 100%; max-width: 900px; height: auto; display: block; margin: 0.5rem auto; border-radius: 12px; }
.walkaround-testimonial-cta { text-align: center; }
.walkaround-testimonial-cta .cta-button.white { margin-top: 0.5rem; }

@media (max-width: 900px) {
  .walkaround-intro { grid-template-columns: 1fr; }
  .walkaround-strip-grid { grid-template-columns: 1fr; }
}
/* EPT Remove Page */
.remove-intro { background: #fff; padding: 2rem 1.5rem; }
.remove-split { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.remove-copy { background: #f2f2f2; border-radius: 0; padding: 1.25rem; }
.remove-copy .cta-button { display: block; margin: 0.75rem auto 0 auto; }
.remove-image { height: 100%; }
.remove-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; display: block; }

.remove-testimonial { background: #fff; padding: 2rem 1.5rem 3rem 1.5rem; }
.remove-testimonial-card { max-width: 1100px; margin: 0 auto; background: #F58021; color: #fff; border-radius: 16px; padding: 1.5rem; text-align: center; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.remove-testimonial-image img { width: 100%; max-width: 900px; height: auto; display: block; margin: 0.5rem auto; border-radius: 12px; }
.remove-testimonial-cta .cta-button.white { margin-top: 0.5rem; }

@media (max-width: 900px) {
  .remove-split { grid-template-columns: 1fr; }
}
/* Waterpark Photography Page */
.waterpark-hero { background: #fff; padding: 2rem 1.5rem; }
.waterpark-intro-card { max-width: 1100px; margin: 0 auto; }
.waterpark-intro { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.waterpark-image { height: 100%; }
.waterpark-image img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0; }
.waterpark-copy { background: #f2f2f2; padding: 1.5rem 2rem; border-radius: 0; }
.waterpark-copy .waterpark-heading { color: #F58021; margin-bottom: 0.5rem; }
.waterpark-copy .cta-button { display: block; margin: 0.75rem auto 0 auto; }

.waterpark-examples { background: #fff; padding: 1.5rem; }
.waterpark-examples-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.waterpark-examples-grid img { width: 70%; height: auto; border-radius: 0; object-fit: contain; background: transparent; display: block; margin: 0 auto; }

.waterpark-testimonial { background: #fff; padding: 2rem 1.5rem 3rem 1.5rem; }
.waterpark-testimonial-card { max-width: 1100px; margin: 0 auto; background: #F79F54; color: #fff; border-radius: 16px; padding: 1.5rem; text-align: center; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.waterpark-testimonial-image img { width: 100%; max-width: 900px; display: block; margin: 0.5rem auto; border-radius: 12px; height: auto; }
.waterpark-testimonial-cta .cta-button.white { margin-top: 0.5rem; }

@media (max-width: 900px) {
  .waterpark-intro { grid-template-columns: 1fr; }
  .waterpark-examples-grid { grid-template-columns: 1fr; }
}
/* EPT Selfie Page */
.selfie-intro { background: #fff; padding: 2rem 1.5rem; }
.selfie-split { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.63fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.selfie-copy { background: #F58021; color: #fff; padding: 1.5rem 2rem; border-radius: 0; }
.selfie-copy .cta-button.white { display: block; margin: 0.75rem auto 0 auto; }
.selfie-image { height: auto; background: transparent; display: flex; align-items: center; justify-content: flex-start; padding: 0; }
.selfie-image img { width: 100%; height: auto; border-radius: 0; display: block; }

.selfie-testimonial { background: #f2f2f2; padding: 2rem 1.5rem 3rem 1.5rem; }
.selfie-testimonial-inner { max-width: 1100px; margin: 0 auto; text-align: left; }
.selfie-testimonial-inner h3 { text-align: center; color: #F58021; margin-bottom: 0.75rem; }
.selfie-testimonial-image img { width: 100%; max-width: 900px; height: auto; display: block; margin: 0.5rem auto; border-radius: 12px; }
.selfie-testimonial-cta { text-align: center; }
.selfie-testimonial-cta .cta-button { margin-top: 0.75rem; }

@media (max-width: 900px) {
  .selfie-split { grid-template-columns: 1fr; }
  .selfie-image img { height: 240px; }
}
/* Video Wall Page */
.video-intro { background: #fff; padding: 2rem 1.5rem; }
.video-split { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.video-copy { background: #f2f2f2; border-radius: 0; padding: 1.25rem; }
.video-copy .cta-button { margin-top: 1rem; display: block; margin-left: auto; margin-right: auto; }
.video-image { height: 100%; }
.video-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; display: block; }

.video-wall-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.video-latest { background: #fff; padding: 1rem 1.5rem 2rem 1.5rem; }
.video-hero img { width: 100%; height: 420px; object-fit: cover; border-radius: 0; display: block; }

.video-wall-hero-video {
    width: 100%;
    height: 420px;
    object-fit: contain;
    border-radius: 0;
    display: block;
}

.video-testimonial { background: #fff; padding: 2rem 1.5rem 3rem 1.5rem; }
.video-testimonial-card { max-width: 1100px; margin: 0 auto; background: #F58021; color: #fff; border-radius: 16px; padding: 1.5rem; box-shadow: 0 8px 24px rgba(0,0,0,0.08); text-align: center; }
.video-testimonial-image img { width: 100%; max-width: 900px; height: auto; display: block; margin: 0.5rem auto; border-radius: 12px; }
.video-testimonial-cta { text-align: center; }
.video-testimonial-cta .cta-button.white { margin-top: 0.5rem; display: inline-block; }

@media (max-width: 900px) {
  .video-split { grid-template-columns: 1fr; }
  .video-image img { height: 240px; border-radius: 8px; }
}

/* Mobile video wall video styling */
@media (max-width: 768px) {
    .video-wall-video {
        height: 240px;
        border-radius: 8px;
        object-fit: contain;
    }
    
    .video-wall-hero-video {
        height: 300px;
        object-fit: contain;
    }
}
/* Font Face Declarations */
@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Header */
.header {
    background-color: #F58021;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.logo-image {
    height: 50px;
    width: auto;
    margin-bottom: 0;
}

.logo-subtitle {
    color: white;
    font-size: 0.9rem;
    margin-top: 0.2rem;
}

.nav-menu {
    display: flex;
    gap: 1rem;
}

.nav-button {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.nav-button:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Hero Section */
.hero {
    background: none;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Mobile video styling */
@media (max-width: 768px) {
    .hero {
        height: auto;
        min-height: 50vh;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        margin: 0;
        padding: 0;
    }
    
    .hero-video {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center center;
        position: relative;
        display: block;
    }
    
    /* Reduce spacing between hero and Why Partner section on mobile */
    .why-partner {
        margin-top: 0;
        padding: 2rem 2rem;
    }
}



/* Why Partner Section */
.why-partner {
    background: white;
    padding: 4rem 2rem;
}

/* Mobile-specific padding for Why Partner section */
@media (max-width: 768px) {
    .why-partner {
        padding: 0.5rem 2rem;
    }
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #333;
    font-weight: 400;
    letter-spacing: 1px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-card {
    padding: 0;
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Partners Section */
.partners {
    background: #F58021;
    padding: 4rem 2rem;
}

.partners .section-title {
    color: white;
}

.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.partner-logos-image {
    max-width: 100%;
    height: auto;
}

/* Testimonials Section */
.testimonials {
    background: white;
    padding: 4rem 2rem;
}

.testimonial-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.testimonial-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    background: none;
    padding: 3rem;
    border-radius: 0;
}

.testimonial-logo {
    background: none;
    padding: 0;
    border-radius: 0;
    min-width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-logo-image {
    max-width: 100%;
    height: auto;
}

.testimonial-text {
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.8;
}

.testimonial-source {
    font-weight: bold;
    margin-top: 1rem;
    color: #F58021;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #666;
}

.carousel-nav.prev {
    left: -60px;
}

.carousel-nav.next {
    right: -60px;
}

.carousel-nav:hover {
    background: #ccc;
}

/* Footer */
.footer {
    background: #F58021;
    padding: 3rem 2rem;
    color: white;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-nav {
    display: flex;
    gap: 2rem;
}

.footer-nav-column {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-nav-button {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nav-button:hover {
    background: rgba(255, 255, 255, 0.5);
}

.social-media {
    display: flex;
    gap: 1rem;
}

.social-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.social-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1); /* Makes the logo white */
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.5);
}

.social-icon:hover img {
    filter: brightness(0) invert(1); /* Keeps logo white on hover */
}

/* Enhanced social media icons with better styling */
.linkedin-icon span,
.instagram-icon span {
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    display: block;
    line-height: 1;
}

.linkedin-icon span {
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
}

.instagram-icon span {
    font-size: 20px;
}

.copyright {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.3);
}

/* About Us Section */
.about-us {
    background: white;
    padding: 4rem 2rem;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.about-text {
    flex: 1;
}

.about-text .section-title {
    text-align: left;
    margin-bottom: 2rem;
}

.about-text p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.about-image {
    flex: 1;
}

.about-photo {
    width: 100%;
    height: auto;
    border-radius: 0;
}

/* Our History Section */
.our-history {
	background: none;
	padding: 0;
	color: white;
	margin: 0 0 -8rem 0; /* pull next section up a bit more to allow greater overlap */
	position: relative;
	z-index: 10;
}

.history-container {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 20;
}

.history-content {
	background: #F79F54;
	padding: 3rem;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	max-width: 900px;
	position: relative;
	z-index: 30; /* ensure it sits above the orange section */
	transform: translateY(5rem); /* push down further for closer to 50/50 overlap */
}

.history-content .section-title {
    color: white;
    margin-bottom: 2rem;
    text-align: center;
}

.history-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: left;
}

/* Technology & Innovation Section */
.technology-innovation {
	background: #F58021;
	padding: 12rem 2rem 4rem 2rem;
	color: white;
	margin-top: 0;
}

.tech-container {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.technology-innovation .section-title {
	color: white;
	margin: 6rem 0 2rem 0; /* push heading down inside orange section */
}

/* Push the inner text block up closer to the heading */
.tech-content {
	margin-top: 0rem;
}

.tech-content p {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

/* Our Key Values Section */
.key-values {
    background: white;
    padding: 4rem 2rem;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.values-intro {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    color: #666;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.value-card {
    padding: 1rem;
    background: #F58021;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
}

.value-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* The EPT Way Section */
.ept-way {
	background: white;
	padding: 4rem 2rem;
}

/* Gray box wrapper for the EPT Way content */
.way-container {
	max-width: 1200px;
	margin: 0 auto;
	background: #f2f2f2; /* light gray */
	border-radius: 16px;
	padding: 0; /* no inner padding so image/text can define height */
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
	overflow: hidden; /* clip inner content to rounded corners */
}

.way-content {
	display: flex;
	align-items: stretch; /* make image fill full height */
	gap: 2rem;
	padding: 0; /* remove vertical padding so gray box touches image top/bottom */
}

.way-text {
	flex: 1;
	padding: 0 2rem 0 2rem; /* horizontal padding only; no top/bottom padding */
	display: flex;               /* center contents vertically */
	flex-direction: column;
	justify-content: center;     /* vertical center within gray box */
}

.way-text .section-title {
	text-align: left;
	margin: 2rem 0; /* internal spacing that won't add gray box vertical padding */
}

.way-text .cta-button {
	align-self: center;          /* center button horizontally within text column */
	margin-top: 0.25rem;        /* minimal space above button */
	margin-bottom: 1rem;        /* space below button to avoid touching box edge */
}

.way-text p {
	margin-bottom: 1.5rem;
	font-size: 1.1rem;
	line-height: 1.8;
}

.way-list {
	margin: 1.5rem 0;
	padding-left: 1.5rem;
}

.way-list li {
	margin-bottom: 1rem;
	font-size: 1.1rem;
	line-height: 1.6;
}

.way-image {
	flex: 1;
}

.way-photo {
	width: 100%;
	height: 100%;
	object-fit: cover; /* ensure it fills and crops as needed */
	object-position: 65% center; /* bias crop toward the right so subjects stay centered */
	border-radius: 0; /* corners handled by container overflow */
}

@media (max-width: 768px) {
	.way-content {
		flex-direction: column;
		gap: 1rem;
		padding: 1rem; /* small inner padding on mobile */
	}
	.way-text {
		padding: 0; /* keep compact on mobile */
	}
	.way-text .cta-button {
		align-self: center;
	}
	.way-photo {
		height: auto;
		object-position: center top;
		border-radius: 12px;
	}
}

/* Our Results Section */
.our-results {
	background: none;
	padding: 0;
	color: white;
	margin: 0 0 -8rem 0;
	position: relative;
	z-index: 10;
}

.results-container {
	background: #F58021;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	padding: 2rem;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 30;
	transform: translateY(5rem);
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: center; /* center heading and button horizontally */
}

.our-results .section-title {
	color: white;
	text-align: center; /* center heading */
	margin: 0 0 0.5rem 0;
}

.results-content {
	text-align: left;
	width: 100%;
	max-width: 800px;
}

.results-list {
	text-align: left;
	max-width: 800px;
	margin: 0 0 1rem 1.5rem;
	padding-left: 0;
	color: #fff;
}

/* Our Results image crop to show top portion with adjustable focal point */
.results-image {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	height: 220px;         /* crop window height */
	overflow: hidden;      /* crop overflow */
	border-radius: 0;      /* no rounded corners */
	--results-crop-y: 55%; /* move visible area further up (higher value shows lower parts) */
}

.results-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;                 /* fill container */
	object-position: center var(--results-crop-y); /* move visible area vertically */
	border-radius: 0;                  /* corners handled by container */
}

/* Center CTA under image */
.our-results .cta-button {
	align-self: center;
	display: inline-block;
	margin-top: 0.5rem;
}

@media (max-width: 768px) {
	.results-container {
		padding: 1.25rem;
		gap: 1rem;
	}
	.results-content .cta-button {
		align-self: center;
	}
}

/* Guest Experience Section */
.guest-experience {
	background: #F79F54; /* lighter orange */
	padding: 18rem 2rem 4rem 2rem; /* moved further down */
	color: white;
}

.experience-container {
    max-width: 1000px;
    margin: 0 auto; /* center container */
}

.guest-experience .section-title {
    color: white;
    text-align: center;
    margin-bottom: 2rem;
}

.experience-content {
    display: flex;
    align-items: center;
    justify-content: center; /* center inner columns within the container */
    gap: 2rem;
}

.experience-text {
    flex: 1;
}

.experience-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.experience-list {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.experience-list li {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.experience-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.experience-photo {
	width: 40%;      /* reduced to 50% of previous 80% */
	height: auto;
	border-radius: 0; /* square corners */
	margin: 0 auto;  /* center within their containers */
}

/* CTA Button Styles */
.cta-button {
    background: #F58021;
    color: white;
    border: none;
    padding: 0.75rem 1.25rem;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-top: 1rem;
    width: auto;
    max-width: 200px;
}

.cta-button:hover {
    background: #e67e00;
    transform: translateY(-2px);
}

.cta-button.white {
    background: white;
    color: #F58021;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.cta-button.white:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Submit button as image */
.cta-button.submit-image {
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: block;
    margin: 1rem auto 0 auto; /* center horizontally */
}
.cta-button.submit-image img {
    width: 180px;
    height: auto;
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero h1 {
        font-size: 2rem;
    }

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

    .testimonial-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .carousel-nav {
        display: none;
    }

    /* About page responsive */
    .about-content,
    .way-content,
    .experience-content {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .about-text .section-title,
    .way-text .section-title {
        text-align: center;
    }

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

    .results-list {
        text-align: center;
    }
}

/* Key Values banner under grid */
.values-banner {
	margin-top: 2rem;
	text-align: center;
}

.values-banner-image {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

/* Center Guest Experience text and button */
.experience-text {
	text-align: center;
}

.experience-list {
	display: inline-block;   /* center the whole list block */
	text-align: left;        /* keep bullets/text aligned neatly */
	margin: 1rem auto;       /* center within the text column */
	padding-left: 1.25rem;   /* slight indent for bullets */
}

.experience-text .cta-button {
	display: inline-block;
	margin: 1rem auto 0 auto; /* center the button */
}

/* Guest Experience: center everything */
.experience-content {
	display: flex;
	flex-direction: row;
	align-items: center;        /* vertically center within row */
	justify-content: center;    /* center the two columns */
	gap: 2rem;
	max-width: 1100px;
	margin: 0 auto;
}

.experience-text {
	flex: 1;
	max-width: 600px;
	text-align: center;          /* center text */
	margin: 0 auto;
}

.experience-text .cta-button {
	display: inline-block;
	margin: 1rem auto 0 auto;    /* center button */
}

.experience-images {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;          /* center images column */
	gap: 1rem;
}

.experience-photo {
	width: 40%;
	height: auto;
	border-radius: 0;
	margin: 0 auto;               /* ensure image is centered */
}

@media (max-width: 768px) {
	.experience-content {
		flex-direction: column;
		align-items: center;
	}
	.experience-text {
		text-align: center;
	}
	.experience-images {
		align-items: center;
	}
	.experience-photo {
		width: 60%;
	}
}

/* Ensure Guest Experience is centered relative to the full page */
.guest-experience {
	display: flex;
	flex-direction: column;
	align-items: center;    /* center the whole block horizontally */
	justify-content: center;
}

.experience-container {
	max-width: 1100px;
	width: 100%;
	display: flex;
	justify-content: center; /* center inner content within the container */
	margin: 0 auto;
}

/* Guest Experience: enforce equal columns and exact centering */
.experience-content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;    /* center the two columns as a group */
	gap: 3rem;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;             /* center the group container */
}

.experience-text,
.experience-images {
	flex: 0 0 50%;              /* equal width columns */
	max-width: 550px;           /* keep symmetry */
}

.experience-text {
	text-align: center;
	margin: 0 auto;
}

.experience-images {
	display: flex;
	flex-direction: column;
	align-items: center;         /* center images within their column */
	gap: 1rem;
}

.experience-photo {
	width: 40%;                 /* keep smaller images */
	max-width: 340px;           /* prevent oversized on wide screens */
	height: auto;
	border-radius: 0;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.guest-experience {
		padding: 25rem 2rem 4rem 2rem; /* increased top padding for mobile */
	}
	.experience-content { flex-direction: column; gap: 1.25rem; }
	.experience-text, .experience-images { flex: 0 0 auto; max-width: 100%; }
	.experience-photo { width: 60%; max-width: 420px; }
}

/* Guest Experience: left-align text and button within centered layout */
.experience-text {
	text-align: left;
	margin: 0; /* keep within its column */
}

.experience-text .cta-button {
	margin: 1rem 0 0 0; /* left-aligned button */
}

.experience-list {
	margin: 1rem 0;
	padding-left: 1.25rem;
}

/* Guest Experience heading left-aligned */
.guest-experience .section-title {
	text-align: left;
}

/* Center all content inside the light-orange History box */
.history-content {
	text-align: center;
}

.history-content p {
	text-align: center;
}

/* Guest Experience images: larger and pushed right */
.experience-images {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;   /* right-align image column */
	gap: 1rem;
}

.experience-photo {
	width: 60%;            /* larger image */
	max-width: 420px;      /* allow bigger on wide screens */
	height: auto;
	border-radius: 0;
	margin: 0 0 0 auto;    /* push image to the right */
}

@media (max-width: 768px) {
	.experience-images { align-items: center; }
	.experience-photo { width: 70%; max-width: 460px; margin: 0 auto; }
}

/* Guest Experience images: smaller but aligned to the right */
.experience-images {
	flex: 0 0 50%;
	max-width: 550px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;   /* right-align images */
	gap: 1rem;
}

.experience-photo {
	width: 80%;            /* reduced size */
	max-width: 420px;
	height: auto;
	border-radius: 0;
	margin-left: auto;     /* keep tight to the right edge */
}

@media (max-width: 768px) {
	.experience-images { align-items: center; }
	.experience-photo { width: 60%; max-width: 420px; margin: 0 auto; }
}

/* Solutions Page */
.solutions-hero {
	background: white;
	padding: 4rem 2rem;
}

.solutions-hero-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 2rem;
}

.solutions-hero-text { flex: 1; }
.solutions-hero-text .section-title { text-align: left; margin-bottom: 1rem; }

.solutions-hero-image { flex: 1; }
.solutions-hero-photo { width: 100%; height: auto; border-radius: 12px; }

/* Solutions hero: mobile-friendly layout */
@media (max-width: 768px) {
    .solutions-hero { padding: 0; }
    .solutions-hero-inner { flex-direction: column; align-items: stretch; }
    .solutions-hero-image { order: 1; display: flex; }
    .solutions-hero-photo { height: 240px; object-fit: cover; border-radius: 0; }
    .solutions-hero-text { order: 2; padding: 1rem 1.25rem; text-align: center; }
    .solutions-hero-text .section-title { text-align: center; margin-bottom: 0.5rem; }
    .solutions-hero-text p { font-size: 1rem; }
    .solutions-hero .cta-button { width: 100%; max-width: 280px; }
    
    /* Ensure all CTA buttons on solutions page have consistent mobile sizing */
    .solutions-section .cta-button { 
        width: 100%; 
        max-width: 280px; 
        display: block;
        margin: 1rem auto 0 auto;
    }
    
    /* Mobile solutions CTA row styling */
    .solutions-cta-row {
        gap: 0.75rem;
    }
}

.solutions-section {
	background: white;
	padding: 4rem 2rem;
}

.solutions-heading {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
}

/* Solutions grids: fixed 4 columns; hidden placeholder reserves first cell of last row */
.solutions-grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 260px);
	justify-content: center;
	gap: 1.25rem;
}

.solution-card { width: 260px; }

.solution-card {
	width: 260px;
	background: #fff;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: transform 0.2s ease;
}

.solution-card.placeholder { visibility: hidden; pointer-events: none; }

@media (max-width: 1024px) {
	.solutions-grid {
		grid-template-columns: repeat(auto-fit, 260px);
	}
}

.solution-card:hover { transform: translateY(-4px); }

.solution-card img { width: 100%; height: 240px; object-fit: cover; display: block; }

/* Hide the orange caption band and text entirely */
.solution-caption { display: none; }

.solutions-cta-row { 
    text-align: center; 
    margin-top: 1.5rem; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

/* Right-align Solutions hero text */
.solutions-hero-text { text-align: right; }
.solutions-hero-text .section-title { text-align: right; }

/* Solutions hero text aligned left */
.solutions-hero-text { text-align: left; }
.solutions-hero-text .section-title { text-align: left; }
.solutions-hero-text .cta-button { display: inline-block; margin-left: 0; }

/* Featured last-row tiles: distinct style */
.solution-card.featured {
	box-shadow: 0 10px 24px rgba(0,0,0,0.18);
	transform: translateY(0);
}
.solution-card.featured:hover { transform: translateY(-6px); }

.solution-card.featured img { filter: saturate(1.05) contrast(1.02); }

/* Standalone featured row for the last three tiles */
.solutions-row-featured {
	max-width: 1200px;
	margin: 1rem auto 0 auto;
	display: flex;
	justify-content: center; /* center the trio */
	gap: 1.25rem;
}

.solutions-row-featured .solution-card { width: 260px; }

/* Featured row: mobile stacking */
@media (max-width: 768px) {
    .solutions-row-featured { flex-direction: column; align-items: center; gap: 1rem; }
    .solutions-row-featured .solution-card { width: 90%; max-width: 320px; }
    
    /* Make all solution cards the same size on mobile */
    .solution-card { 
        width: 90%; 
        max-width: 320px; 
        margin: 0 auto;
    }
    
    /* Update solutions grid for mobile */
    .solutions-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 1rem;
    }
    
    /* Increase image height on mobile to show more of the image */
    .solution-card img {
        height: 280px;
    }
}

/* Attractions Page */
.attractions-grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 220px);
	justify-content: center;
	gap: 1.5rem;
}

.attraction-card {
	width: 220px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 16px rgba(0,0,0,0.1);
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.attraction-card:hover { transform: translateY(-4px); }

.attraction-card img { width: 100%; height: 240px; object-fit: cover; display: block; }

/* Hide orange caption/text under images */
.attraction-caption { display: none; }

@media (max-width: 1024px) {
	.attractions-grid { grid-template-columns: repeat(auto-fit, 220px); }
}

/* Attractions section background */
.attractions-section {
	background: #F79F54;
}

/* Attractions Hero: image flush to top/right, no rounded corners */
.attractions-hero { padding: 0; }
.attractions-hero .solutions-hero-inner { align-items: stretch; }
.attractions-hero .solutions-hero-text { padding: 2rem; }
.attractions-hero .solutions-hero-image { display: flex; }
.attractions-hero .solutions-hero-photo { width: 100%; height: 100%; border-radius: 0; object-fit: cover; }

/* Attractions hero: mobile-friendly layout */
@media (max-width: 768px) {
    .attractions-hero .solutions-hero-inner { flex-direction: column; }
    .attractions-hero .solutions-hero-image { order: 1; }
    .attractions-hero .solutions-hero-photo { height: 240px; object-fit: cover; border-radius: 0; }
    .attractions-hero .solutions-hero-text { order: 2; padding: 1rem 1.25rem; text-align: center; }
    .attractions-hero .solutions-hero-text .section-title { text-align: center; margin-bottom: 0.5rem; }
    .attractions-hero .solutions-hero-text p { font-size: 1rem; }
    .attractions-hero .cta-button { width: 100%; max-width: 280px; }
}

/* Ride Solutions Page */
.ride-hero { 
    width: 100%; 
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ride-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.ride-hero-photo { width: 100%; height: 420px; display: block; object-fit: cover; }

.ride-intro { background: #fff; padding: 2rem 1.5rem 0 1.5rem; }
.ride-intro-inner { max-width: 1100px; margin: 0 auto; text-align: center; }

.ride-section { background: #fff; padding: 2rem 1.5rem; }
.ride-split { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 0.5fr; gap: 0; align-items: stretch; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.ride-card { background: #F58021; color: #fff; border-radius: 0; padding: 1.5rem; box-shadow: none; }
.ride-card .cta-button.white { display: block; margin: 0.75rem auto 0 auto; }
.ride-card h2 { margin-bottom: 0.5rem; }
.ride-card ul { margin: 0.75rem 0 0.5rem 1.25rem; }
.ride-image { height: 100%; }
.ride-image img {
    width: 100%;
    height: 100%;             /* match the height of the text box */
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
    display: block;
}

/* Multi Shot image: custom crop to reveal different part */
.ride-image .multi-shot-photo { object-position: center center; transform: none; }

.ride-band { background: #F79F54; padding: 1.25rem 1rem; color: #fff; }
.ride-band-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; }
.ride-band-text h2 { margin-bottom: 0.5rem; }
.ride-band-text .cta-button.white { display: block; margin: 0.75rem auto 0 auto; }
.ride-band-images { display: grid; grid-template-columns: 1fr; gap: 0.5rem; }
.ride-band-images img { width: 80%; height: auto; max-height: 220px; object-fit: contain; border-radius: 0; display: block; background: transparent; margin: 0 auto; }

.ride-centered-card { max-width: 900px; margin: 0 auto; background: #F58021; color: #fff; border-radius: 16px; padding: 1.5rem; text-align: center; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.ride-centered-card .cta-button.white { display: block; margin: 0.75rem auto 0 auto; }
.ride-gallery { max-width: 1100px; margin: 1rem auto 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.25rem; justify-items: center; }
.ride-gallery img { width: 100%; height: 180px; object-fit: contain; border-radius: 0; display: block; background: transparent; }

/* Pull gallery 1 and 3 toward the center, keep 2 centered */
.ride-gallery img:nth-child(1) { transform: translateX(10%); }
.ride-gallery img:nth-child(3) { transform: translateX(-10%); }

.ride-testimonial { background: #f2f2f2; padding: 2rem 1.5rem 3rem 1.5rem; }
.ride-testimonial-inner { max-width: 1100px; margin: 0 auto; text-align: left; }
.ride-testimonial-inner h3 { text-align: center; color: #333; margin-bottom: 0.75rem; }
.ride-testimonial-image { margin: 0.75rem 0 0.75rem 0; }
.ride-testimonial-image img { width: 100%; max-width: 960px; height: 300px; object-fit: cover; border-radius: 12px; display: block; margin: 0 auto; }
.ride-testimonial-cta { text-align: center; }

@media (max-width: 900px) {
  .ride-split { grid-template-columns: 1fr; }
  .ride-band-inner { grid-template-columns: 1fr; }
  .ride-gallery { grid-template-columns: 1fr; }
  .ride-hero-photo { height: 260px; }
}

/* Mobile ride hero video styling */
@media (max-width: 768px) {
    .ride-hero {
        height: auto;
        min-height: 50vh;
    }
    
    .ride-hero-video {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center center;
        position: relative;
        display: block;
    }
}

/* Support Page */
.support-hero { width: 100%; }
.support-hero-photo {
	width: 100%;
	height: 480px;
	display: block;
	object-fit: cover;
	/* Adjust this to move which part is visible: 0% top, 50% middle, 100% bottom */
	--support-crop-y: 45%;
	object-position: center var(--support-crop-y);
}

.support-section { background: #fff; padding: 3rem 2rem; }
.support-container { max-width: 1100px; margin: 0 auto; }
.support-title { font-size: 1.8rem; margin-bottom: 1.5rem; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.support-col ul { margin-left: 1.25rem; }
.support-col li { margin-bottom: 0.75rem; }

@media (max-width: 900px) { .support-grid { grid-template-columns: 1fr; } }

/* Team Page */
.team-hero { background: #fff; padding: 2rem 1.5rem 0 1.5rem; }
.team-container { max-width: 1100px; margin: 0 auto; }
.team-intro { text-align: center; max-width: 900px; margin: 0.5rem auto 2rem auto; }

/* Team page headers - all orange */
.team-hero .section-title,
.team-section h2 {
    color: #f58021;
}

.team-section { background: #fff; padding: 0 1.5rem 3rem 1.5rem; }
.team-block { max-width: 1100px; margin: 0 auto 1.5rem auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; background: #f7f7f7; border-radius: 12px; overflow: hidden; }
.team-block.reverse { grid-template-columns: 1fr 1fr; }
.team-block.reverse .team-text { order: 2; }
.team-block.reverse .team-image { order: 1; }

/* Ensure images are same height and touch card edges */
.team-image { min-height: 320px; }
.team-image img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 0; }

/* Add padding only to the text area */
.team-text { padding: 1.25rem; }
.team-text h2 { margin-bottom: 0.5rem; }
.team-text ul { margin-left: 1.2rem; }

@media (max-width: 900px) {
  .team-block, .team-block.reverse { grid-template-columns: 1fr; }
  .team-text, .team-image { order: unset !important; }
}

/* Contact Us Page */
.contact-wrapper { background: #fff; padding: 2rem 1rem; }
.contact-card { max-width: 900px; margin: 0 auto; background: #f7f7f7; border-radius: 12px; padding: 0; box-shadow: 0 6px 16px rgba(0,0,0,0.08); overflow: hidden; }
.contact-title { text-align: center; margin: 0 0 1rem 0; background: #F58021; color: #fff; padding: 0.75rem 1rem; border-radius: 12px 12px 0 0; width: 100%; }
.contact-form { max-width: 820px; margin: 0 auto; padding: 0 1rem 1rem; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 0.75rem; }
.contact-input, .contact-select, .contact-textarea { width: 100%; border: 1px solid #e4e4e4; border-radius: 8px; padding: 0.75rem 0.9rem; font: inherit; background: #fff; }
.contact-select { margin-bottom: 0.75rem; }
.contact-textarea { margin: 0.25rem 0 1rem 0; }

.contact-details { background: #F79F54; padding: 2rem 1rem; color: #fff; }
.details-container { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: center; }
.detail-icon { font-size: 1.6rem; margin-bottom: 0.25rem; }
.detail-icon img { width: 61px; height: 61px; object-fit: contain; display: inline-block; }
.detail a { color: #fff; text-decoration: underline; }

@media (max-width: 800px) {
  .contact-row { grid-template-columns: 1fr; }
  .details-container { grid-template-columns: 1fr; }
}

/* Overlapped Contact Form with half orange background */
.contact-overlap { position: relative; padding: 2rem 1rem 2rem; background: #fff; margin: 0; z-index: 20; }
.contact-overlap .contact-bg { position: absolute; left: 0; right: 0; top: 55%; height: 45%; background: #F79F54; z-index: 0; display: block; }
.contact-overlap .contact-card { position: relative; z-index: 30; max-width: 820px; margin: 0 auto; background: #f7f7f7; border-radius: 12px; padding: 0; box-shadow: 0 6px 16px rgba(0,0,0,0.08); overflow: hidden; transform: none; }
.contact-overlap .contact-title { text-align: center; margin: 0 0 1rem 0; background: #F58021; color: #fff; padding: 0.9rem 1rem; border-radius: 12px 12px 0 0; width: 100%; }
.contact-overlap .contact-form { max-width: 760px; margin: 0 auto; padding: 0 1.25rem 1.75rem; }
.contact-overlap .contact-textarea { min-height: 340px; }

/* Ensure details section sits behind and accommodates the overlapping card */
.contact-details { position: relative; z-index: 10; padding-top: 2rem; }

/* Contact Icons row */
/* Remove standalone icons row (replaced inline) */

/* Mobile: Hamburger and Left Drawer Navigation */
.hamburger {
    display: none;
    width: 50px;          /* match logo visual width area */
    height: 50px;         /* exactly match logo height */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;           /* keep lines centered within 50x50 */
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: relative;
}

.hamburger span::before,
.hamburger span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
}

.hamburger span::before { top: -7px; }
.hamburger span::after { top: 7px; }

.hamburger:focus { outline: 2px solid rgba(255,255,255,0.5); outline-offset: 2px; }
.hamburger:hover span,
.hamburger:hover span::before,
.hamburger:hover span::after { background: #ffffff; opacity: 0.9; }

.mobile-drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 9998;
}

.mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;                       /* full screen */
    background: rgba(255,255,255,0.94); /* slightly transparent */
    backdrop-filter: blur(2px);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    z-index: 9999;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-drawer .drawer-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0.25rem 0 0.75rem 0.25rem;
}

.mobile-drawer .drawer-link {
    display: block;
    padding: 0.9rem 0.9rem;
    border-radius: 10px;
    color: #333;
    text-decoration: none;
    font-size: 1.1rem;
}

.mobile-drawer .drawer-link:hover { background: #f2f2f2; }

/* Close (X) button */
.drawer-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.drawer-close::before,
.drawer-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background: #333;
}

.drawer-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.drawer-close::after { transform: translate(-50%, -50%) rotate(-45deg); }

.drawer-open .mobile-drawer { transform: translateX(0); }
.drawer-open .mobile-drawer-overlay { display: block; }

@media (max-width: 768px) {
  .nav-menu { display: none; }
  .hamburger { display: inline-flex; position: absolute; left: 6px; top: 50%; transform: translateY(-50%); }
  .header { 
    padding: 0.5rem 1rem 0.5rem 2.75rem; 
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .logo { gap: 0.25rem; }
}
