.elementor-46 .elementor-element.elementor-element-1f3862d{--display:flex;}.elementor-46 .elementor-element.elementor-element-6b33025{--display:flex;}.elementor-46 .elementor-element.elementor-element-dd61af2{--display:flex;}.elementor-46 .elementor-element.elementor-element-3a6f7e4{--display:flex;}.elementor-46 .elementor-element.elementor-element-992eefd{--display:flex;}@media(min-width:768px){.elementor-46 .elementor-element.elementor-element-6b33025{--width:89%;}}/* Start custom CSS for html, class: .elementor-element-2d52055 */<style>
/* Root Container & Font */
.safari-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  background-color: #fcf8f3; 
  font-family: 'Georgia', serif; 
  color: #333;
}

/* --- HEADER DESIGN --- */
.header-section {
  text-align: center;
  margin-bottom: 80px;
}

.title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.title-row h1 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.taper-line {
  height: 4px;
  width: 150px;
  background: #333;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 60%);
}
.taper-line.right { transform: scaleX(-1); }

.intro-text {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  color: #555;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.5;
}

/* --- FLEX CONTENT --- */
.content-flex {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 100px; /* Spacing between packages */
}

/* Flip the second section */
.content-flex.reverse {
  flex-direction: row-reverse;
}

.image-wrapper, .details-wrapper {
  flex: 1;
  min-width: 350px;
}

/* --- THE BRUSHED IMAGE --- */
.brush-mask {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: url('https://i.ibb.co/9V67D9C/brush-stroke.png');
  mask-image: url('https://i.ibb.co/9V67D9C/brush-stroke.png');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

.brush-mask img {
  width: 100%;
  display: block;
  transform: scale(1.05);
}

/* --- TEXT DETAILS --- */
.package-title {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.package-subtitle {
  font-style: italic;
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.feature-list li {
  padding: 18px 0 18px 45px;
  border-bottom: 1px solid #e0dcd5;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #444;
}

.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 4px solid #5d6d5a;
  border-radius: 50%;
}

.pricing-box {
  margin-bottom: 30px;
}

.price-label {
  background-color: #ebe2d5;
  padding: 12px 24px;
  font-weight: 800;
  font-family: Arial, sans-serif;
  font-size: 15px;
  border-radius: 4px;
}

.button-group {
  display: flex;
  gap: 15px;
}

.button-group a {
  padding: 15px 30px;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  border-radius: 4px;
  transition: 0.3s;
}

.btn-green { background-color: #5d6d5a; color: white; }
.btn-dark { background-color: #2c3135; color: white; }

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
  .content-flex, .content-flex.reverse { 
    flex-direction: column; 
    gap: 30px;
  }
  .image-wrapper, .details-wrapper { min-width: 100%; }
  .taper-line { display: none; }
  .button-group { flex-direction: column; }
  .button-group a { text-align: center; }
  .title-row h1 { font-size: 26px; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f23e952 */.safari-hero {
  position: relative;
  height: 650px; /* Reduced height */
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 60px 5%; /* Reduced side margin */
}

.bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  gap: 40px;
}

.hero-left {
  flex: 1;
}

.hero-left h1 {
  font-size: 48px; /* Slightly smaller */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-left p {
  font-size: 17px;
  margin-bottom: 25px;
  max-width: 500px;
}

.trusted {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 15px;
}

.hero-form {
  flex: 0 0 380px;
  background: rgba(255,255,255,0.08);
  padding: 25px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
}

.hero-form input,
.hero-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: none;
}

.hero-form button {
  width: 100%;
  padding: 14px;
  background: #4e2f1c;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}

.hero-form button:hover {
  background: #3a2214;
}

/* Tablet */
@media(max-width: 1024px){
  .safari-hero {
    height: auto;
    padding: 60px 5%;
  }
  
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-form {
    width: 100%;
    max-width: 500px;
  }
}

/* Mobile */
@media(max-width: 600px){
  .hero-left h1 {
    font-size: 34px;
  }
}/* End custom CSS */