.elementor-35673 .elementor-element.elementor-element-7c65976{--spacer-size:50px;}@media(max-width:767px){.elementor-35673 .elementor-element.elementor-element-7a616e08{padding:0px 0px 0px 0px;}.elementor-35673 .elementor-element.elementor-element-6a29aa46 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for section, class: .elementor-element-7a616e08 */.faq_cls h2.accordion-header{
    background: #6ab3f8;
    position: relative;
    color: #fff!important;
    padding: 15px 20px;
    width: 100%;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px!important;
    font-family: 'Montserrat';
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6eded87 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: Tahoma, Geneva, sans-serif; font-size: 14px; color: #333; background: #fff; line-height: 1.6; }
  :root { --blue: #2B7DC9; --light-blue: #6AB3F8; --orange: #F5A623; --dark: #1a1a2e; --gray-bg: #f7f9fc; --border: #e0e8f0; }
  .tpp-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
  .tpp-section { padding: 50px 0; }
  .tpp-section-alt { background: var(--gray-bg); }
  .tpp-section-header { text-align: center; margin-bottom: 36px; }
  .tpp-section-header h2 { font-size: 26px; color: var(--dark); font-weight: 700; margin-bottom: 10px; }
  .tpp-section-header p { font-size: 16px; color: #555; max-width: 680px; margin: 0 auto; }
  .tpp-section-header .tpp-tag { display: inline-block; background: var(--orange); color: #fff; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 10px; }
  .tpp-divider { width: 50px; height: 3px; background: var(--blue); margin: 14px auto 0; border-radius: 2px; }

  /* TRUST STRIP */
  .tpp-trust-strip { background: var(--blue); padding: 22px 0; }
  .tpp-trust-strip .tpp-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; align-items: center; }
  .tpp-trust-item { display: flex; align-items: center; gap: 7px; color: #fff; font-size: 16px; font-weight: 600; }
  .tpp-trust-item .icon { font-size: 22px; }
  .tpp-trust-logo img { height: 36px; width: auto; display: block; }

  /* EPIC BANNER */
  .tpp-epic-banner { background: linear-gradient(135deg, #0d1b2a 0%, #1a3a5c 50%, #0d1b2a 100%); padding: 44px 0; position: relative; overflow: hidden; }
  .tpp-epic-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(43,125,201,0.25) 0%, transparent 60%); }
  .tpp-epic-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; position: relative; z-index: 1; }
  .tpp-epic-text { flex: 1; min-width: 260px; }
  .tpp-epic-text h2 { font-size: 28px; color: #fff; font-weight: 700; line-height: 1.3; margin-bottom: 12px; }
  .tpp-epic-text h2 span { color: var(--light-blue); }
  .tpp-epic-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
}
  .tpp-epic-cta { flex-shrink: 0; }

  /* BUTTONS */
  .tpp-btn-primary { display: inline-block; background: var(--orange); color: #fff; font-weight: 700; font-size: 15px; padding: 14px 28px; border-radius: 6px; text-decoration: none; transition: background 0.2s, transform 0.1s; font-family: Tahoma, Geneva, sans-serif; cursor: pointer; border: none; }
  .tpp-btn-primary:hover { background: #e0941a; transform: translateY(-1px); color: #fff; }
  .tpp-btn-secondary { display: inline-block; background: var(--blue); color: #fff; font-weight: 700; font-size: 14px; padding: 12px 24px; border-radius: 6px; text-decoration: none; transition: background 0.2s; font-family: Tahoma, Geneva, sans-serif; cursor: pointer; border: none; }
  .tpp-btn-secondary:hover {
    background: #2268a8;
    color: #fff;
}

  /* TICKET CARDS */
  .tpp-ticket-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
  .tpp-ticket-card { background: #fff; border: 2px solid var(--border); border-radius: 10px; padding: 26px; transition: border-color 0.2s, box-shadow 0.2s; position: relative; }
  .tpp-ticket-card:hover { border-color: var(--light-blue); box-shadow: 0 4px 18px rgba(43,125,201,0.12); }
  .tpp-ticket-card.featured { border-color: var(--blue); }
  .tpp-ticket-card .tpp-best-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--blue); color: #fff; font-size: 14px; font-weight: 700; padding: 4px 14px; border-radius: 20px; white-space: nowrap; letter-spacing: 0.5px; }
  .tpp-ticket-icon { font-size: 32px; margin-bottom: 12px; }
  .tpp-ticket-card h3 { font-size: 16px; color: var(--dark); font-weight: 700; margin-bottom: 8px; }
  .tpp-ticket-card p { font-size: 16px; color: #555; line-height: 1.6; margin-bottom: 14px; }
  .tpp-ticket-includes { list-style: none; padding: 0; margin: 0; }
  .tpp-ticket-includes li { font-size: 14px; color: #333; padding: 4px 0; display: flex; gap: 8px; align-items: flex-start; }
  .tpp-ticket-includes li::before { content: '✓'; color: #28a745; font-weight: 700; flex-shrink: 0; margin-top: 1px; }

  /* ELIGIBILITY */
  .tpp-eligibility-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
  .tpp-eligibility-box { background: #fff; border-radius: 10px; padding: 28px; border: 2px solid var(--border); }
  .tpp-eligibility-box h3 { font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 16px; }
  .tpp-eligibility-box ul { list-style: none; padding: 0; margin: 0; }
  .tpp-eligibility-box ul li { font-size: 16px; color: #333; padding: 7px 0; border-bottom: 1px solid #f0f0f0; display: flex; gap: 10px; align-items: flex-start; }
  .tpp-eligibility-box ul li:last-child { border-bottom: none; }
  .tpp-eligibility-box ul li .check { color: #28a745; font-weight: 700; flex-shrink: 0; }
  .tpp-eligibility-box ul li .x { color: #dc3545; font-weight: 700; flex-shrink: 0; }
  .tpp-savings-highlight { background: linear-gradient(135deg, var(--blue), #1a5fa0); color: #fff; border-radius: 10px; padding: 28px; text-align: center; }
  .tpp-savings-highlight h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
  .tpp-savings-highlight p { font-size: 16px; color: rgba(255,255,255,0.85); margin-bottom: 20px; line-height: 1.6; }
  .tpp-note { background: #fff8e6; border-left: 4px solid var(--orange); border-radius: 0 6px 6px 0; padding: 14px 18px; font-size: 13px; color: #555; margin-top: 14px; }
  .tpp-note strong { color: var(--dark); }

  /* ACCORDION */
  .tpp-accordion { border: 2px solid var(--border); border-radius: 10px; overflow: hidden; }
  .tpp-accordion-item { border-bottom: 1px solid var(--border); }
  .tpp-accordion-item:last-child { border-bottom: none; }
  .tpp-accordion-trigger {
    width: 100%;
    background: #fff !important;
    border: none;
    padding: 14px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--dark) !important;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s;
}
  .tpp-accordion-trigger img.emoji {
    display: inline!important;
    border: none!important;
    box-shadow: none!important;
    height: 2em!important;
    width: 2em!important;
    margin: 0 0.07em!important;
    vertical-align: -0.1em!important;
    background: none!important;
    padding: 0!important;
}
  .tpp-accordion-trigger:hover { background: var(--gray-bg); }
  .tpp-accordion-trigger.active { background: var(--gray-bg); color: var(--blue); }
  .tpp-accordion-arrow { font-size: 16px; transition: transform 0.2s; color: var(--blue); flex-shrink: 0; }
  .tpp-accordion-trigger.active .tpp-accordion-arrow { transform: rotate(180deg); }
  .tpp-accordion-body { display: none; padding: 18px 22px; background: #fff; font-size: 13px; color: #555; line-height: 1.7; border-top: 1px solid var(--border); }
  .tpp-accordion-body.open { display: block; }
  .tpp-accordion-body.open p {
    font-size: 16px;
}

  /* BENEFITS */
  .tpp-benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
  .tpp-benefit-card { text-align: center; background: #fff; border: 2px solid var(--border); border-radius: 10px; padding: 26px 18px; transition: border-color 0.2s, box-shadow 0.2s; }
  .tpp-benefit-card:hover { border-color: var(--light-blue); box-shadow: 0 4px 16px rgba(43,125,201,0.1); }
  .tpp-benefit-icon { font-size: 34px; margin-bottom: 12px; }
  .tpp-benefit-card h4 { font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
  .tpp-benefit-card p { font-size: 16px; color: #666; line-height: 1.5; }
  .tpp-partner-badge { text-align: center; margin-top: 32px; padding: 28px; background: linear-gradient(135deg, #f0f7ff, #e4f0ff); border-radius: 10px; border: 2px solid var(--light-blue); }
  .tpp-partner-badge img { height: 70px; width: auto; margin: 0 auto 14px; display: block; }
  .tpp-partner-badge span { font-size: 16px; color: #333; display: block; max-width: 600px; margin: 0 auto; }

.single .park-single-blog .tpp-benefit-card h4 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 23px;
    text-align: center;
    margin-left: 0px;
}
  /* BEST PRICE GUARANTEE */
  .tpp-guarantee { background: linear-gradient(135deg, #f0f7ff, #e4f0ff); border: 2px solid var(--light-blue); border-radius: 10px; padding: 36px; }
  .tpp-guarantee h2 { font-size: 22px; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
  .tpp-guarantee h3 { font-size: 16px; font-weight: 700; color: var(--blue); margin: 22px 0 8px; }
  .tpp-guarantee p { font-size: 16px; color: #333; line-height: 1.8; margin-bottom: 10px; }
  .tpp-guarantee .tpp-restriction { font-size: 14px; color: #777; margin-top: 14px; font-style: italic; }

  /* SEO CONTENT */
  .tpp-seo-content { padding: 50px 0; }
  .tpp-seo-content h2 { font-size: 22px; color: var(--dark); font-weight: 700; margin-bottom: 16px; }
  .tpp-seo-content h3 { font-size: 18px; color: var(--blue); font-weight: 700; margin: 28px 0 10px; }
  .tpp-seo-content p { font-size: 16px; color: #333; line-height: 1.8; margin-bottom: 14px; }
  .tpp-seo-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }

  /* CTA STRIP */
  .tpp-cta-strip { background: linear-gradient(135deg, #0d1b2a, #1a3a5c); padding: 50px 0; text-align: center; }
  .tpp-cta-strip h2 { font-size: 26px; color: #fff; font-weight: 700; margin-bottom: 12px; }
  .tpp-cta-strip p { color: #b8d4ee; font-size: 16px; max-width: 550px; margin: 0 auto 26px; line-height: 1.7; }
  .tpp-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

  /* LEGAL */
  .tpp-legal { background: #f7f9fc; border-top: 1px solid var(--border); padding: 30px 0; }

	.tpp-legal .tpp-container h4 {
		font-size: 24px !important;
		margin: 5px !important;
	}
	  .tpp-legal p {
		font-size: 16px;
		color: #333;
		line-height: 1.8;
		margin-bottom: 15px;
	}

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .tpp-eligibility-wrap { grid-template-columns: 1fr; }
    .tpp-seo-two-col { grid-template-columns: 1fr; }
    .tpp-epic-text h2 { font-size: 22px; }
    .tpp-section-header h2 { font-size: 21px; }
    .tpp-trust-strip .tpp-container { gap: 18px; }
  }/* End custom CSS */