.elementor-69192 .elementor-element.elementor-element-7df5010{--display:flex;}.elementor-69192 .elementor-element.elementor-element-92be232{--display:flex;}.elementor-69192 .elementor-element.elementor-element-6bc84b4{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-970cfa4 */.sp88-booking-page {
  background: #ffffff;
  color: #1f252b;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  padding: 30px 0 60px;
}

.sp88-container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.sp88-hero-box {
  background: linear-gradient(135deg, #11161a 0%, #1c2329 100%);
  color: #ffffff;
  padding: 40px 25px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.sp88-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #acd249;
  margin-bottom: 12px;
}

.sp88-hero-box h1 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 15px;
  color: #ffffff;
}

.sp88-hero-box p {
  font-size: 18px;
  color: rgba(255,255,255,0.88);
  margin: 0 0 22px;
  max-width: 750px;
}

.sp88-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.sp88-btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s ease;
}

.sp88-btn-primary {
  background: #acd249;
  color: #11161a;
}

.sp88-btn-primary:hover {
  transform: translateY(-2px);
}

.sp88-btn-secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #ffffff;
}

.sp88-points {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  color: rgba(255,255,255,0.86);
}

.sp88-section {
  padding: 55px 0 0;
}

.sp88-section h2 {
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 10px;
  color: #11161a;
}

.sp88-section-intro {
  font-size: 17px;
  color: #54595f;
  max-width: 760px;
  margin: 0 0 25px;
}

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

.sp88-card {
  background: #ffffff;
  border: 1px solid #e6eaed;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.sp88-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  color: #11161a;
}

.sp88-card p {
  margin: 0;
  color: #54595f;
  font-size: 15px;
}

.sp88-alt-box {
  background: #f7f9fb;
  border-radius: 22px;
  padding: 25px;
}

.sp88-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.sp88-step {
  background: #ffffff;
  border: 1px solid #e6eaed;
  border-radius: 18px;
  padding: 22px;
}

.sp88-step-no {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #acd249;
  color: #11161a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 14px;
}

.sp88-step h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.sp88-step p {
  margin: 0;
  color: #54595f;
  font-size: 15px;
}

.sp88-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.sp88-list {
  margin: 0;
  padding-left: 18px;
}

.sp88-list li {
  margin-bottom: 8px;
  color: #54595f;
}

.sp88-final-cta {
  text-align: center;
  padding: 60px 0 20px;
}

.sp88-final-cta h2 {
  font-size: 38px;
  margin: 0 0 10px;
}

.sp88-final-cta p {
  color: #54595f;
  font-size: 17px;
  margin: 0 0 20px;
}

@media (max-width: 991px) {
  .sp88-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp88-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp88-info-grid {
    grid-template-columns: 1fr;
  }

  .sp88-hero-box h1 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .sp88-grid,
  .sp88-steps {
    grid-template-columns: 1fr;
  }

  .sp88-btn-row {
    flex-direction: column;
  }

  .sp88-btn {
    width: 100%;
    text-align: center;
  }

  .sp88-hero-box {
    padding: 30px 20px;
  }

  .sp88-hero-box h1 {
    font-size: 28px;
  }

  .sp88-hero-box p {
    font-size: 16px;
  }

  .sp88-section h2,
  .sp88-final-cta h2 {
    font-size: 28px;
  }
}
.sp88-black-section{
  background:#0f1418;
  border:2px solid #000;
  border-radius:22px;
  padding:34px 28px;
  margin-top:30px;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.sp88-black-inner{
  max-width:1000px;
}

.sp88-black-section h2{
  color:#fff;
  font-size:34px;
  margin:0 0 12px;
}

.sp88-black-lead{
  color:rgba(255,255,255,.88);
  font-size:17px;
  line-height:1.7;
  margin-bottom:22px;
}

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

.sp88-black-card{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  padding:20px;
}

.sp88-black-card h3{
  color:#fff;
  margin:0 0 10px;
  font-size:20px;
}

.sp88-black-card p{
  color:rgba(255,255,255,.8);
  margin:0;
  font-size:15px;
}

.sp88-black-card a{
  color:#acd249;
  font-weight:700;
  text-decoration:none;
}

.sp88-black-cta{
  text-align:center;
}

@media (max-width:991px){
  .sp88-black-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:767px){
  .sp88-black-grid{
    grid-template-columns:1fr;
  }

  .sp88-black-section{
    padding:26px 20px;
  }

  .sp88-black-section h2{
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd4c468 */.sp88-white-section{
  background:#ffffff;
  border:1px solid #e6eaed;
  border-radius:22px;
  padding:34px 28px;
  margin-top:30px;
  box-shadow:0 12px 30px rgba(0,0,0,.06);
  text-align:center;
}

.sp88-white-section h2{
  color:#11161a;
  font-size:34px;
  margin:0 0 12px;
}

.sp88-white-lead{
  color:#54595f;
  font-size:17px;
  line-height:1.7;
  margin-bottom:22px;
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
}

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

.sp88-white-card{
  background:#fff;
  border:1px solid #e6eaed;
  border-radius:16px;
  padding:20px;
  text-align:left;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.sp88-white-card h3{
  color:#11161a;
  margin:0 0 10px;
  font-size:20px;
}

.sp88-white-card p{
  color:#54595f;
  margin:0;
  font-size:15px;
}

.sp88-white-card a{
  color:#11161a;
  font-weight:700;
  text-decoration:none;
  border-bottom:2px solid #acd249;
}

@media (max-width:991px){
  .sp88-white-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:767px){
  .sp88-white-grid{
    grid-template-columns:1fr;
  }

  .sp88-white-section{
    padding:26px 20px;
  }

  .sp88-white-section h2{
    font-size:28px;
  }
}/* End custom CSS */