.elementor-3088 .elementor-element.elementor-element-cc2ba16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3088 .elementor-element.elementor-element-d30b955{width:100%;max-width:100%;}.elementor-3088 .elementor-element.elementor-element-d30b955 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3088 .elementor-element.elementor-element-86b87b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for trevlo-call-to-action, class: .elementor-element-d30b955 */.trevlo-btn--two {
  display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff6a7b3 */.weston-pricing {
  font-family: 'Figtree', sans-serif;
  color: #000;
  max-width: 1200px;
  margin: auto;
}

.section-title {
  background: #B07D13;
  color: #fff;
  padding: 12px;
  margin: 20px 0;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
}

/* Columns */
.price-columns {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.price-column {
  flex: 1;
  min-width: 260px;
}

.price-column table {
  width: 100%;
  border-collapse: collapse;
  background: #B07D13;
}

.price-column th {
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding: 8px 10px;
  border-bottom: 2px solid #fff;
}

.price-column td {
  padding: 8px 10px;
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #000;
  font-weight: 500;
}

/* Safari pricing section */
.safari-pricing {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.safari-box {
  flex: 1;
  background: #B07D13;
  color: #fff;
  text-align: center;
  padding: 20px;
  min-width: 260px;
}

.safari-box h3 {
  margin-bottom: 10px;
  font-weight: 600;
}

/* Extra charges section */
.extra-pricing {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 0.95rem;
  margin-top: 20px;
}

.extra-pricing strong {
  color: #fff;
}

/* Responsive: stack columns on mobile */
@media (max-width: 768px) {
  .price-columns {
    flex-direction: column;
  }
  .safari-pricing {
    flex-direction: column;
  }
}/* End custom CSS */