.elementor-217 .elementor-element.elementor-element-372e21e{--display:flex;}.elementor-217 .elementor-element.elementor-element-1ccb250{--display:flex;}.elementor-217 .elementor-element.elementor-element-8c33ddc.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-217 .elementor-element.elementor-element-fe45a6e{--display:flex;}.elementor-217 .elementor-element.elementor-element-aef76ef > .elementor-widget-container{padding:0px 0px 0px 0px;border-radius:2px 2px 2px 2px;}.elementor-217 .elementor-element.elementor-element-4106d4a{--display:flex;}.elementor-217 .elementor-element.elementor-element-b41cbd5.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-217 .elementor-element.elementor-element-ca520f0{--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-217 .elementor-element.elementor-element-1d85556{--display:flex;}.elementor-217 .elementor-element.elementor-element-25092d3{--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-217 .elementor-element.elementor-element-6f7275c{--display:flex;}.elementor-217 .elementor-element.elementor-element-ad984fd.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-217 .elementor-element.elementor-element-afc5023{--display:flex;}.elementor-217 .elementor-element.elementor-element-ce0a04e{--display:flex;}.elementor-217 .elementor-element.elementor-element-28ca8a5{--display:flex;}.elementor-217 .elementor-element.elementor-element-1c39418{--display:flex;}.elementor-217 .elementor-element.elementor-element-3efb337{--display:flex;}.elementor-217 .elementor-element.elementor-element-6615b47{--display:flex;}@media(min-width:768px){.elementor-217 .elementor-element.elementor-element-fe45a6e{--content-width:1385px;}.elementor-217 .elementor-element.elementor-element-ca520f0{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-8c33ddc */body .experience-section .experience-title-row h2 {
  font-size: 48px !important;
  font-weight: 700 !important;
}

/* FULL WIDTH – NO LEFT/RIGHT GAPS */
.experience-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

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

/* Lines beside title */
.experience-title-row .line {
  width: 80px;
  height: 3px;
  background-color: #2f1e1a;
  border-radius: 10px;
}

/* Heading */
.experience-title-row h2 {
  font-size: 44px;
  font-weight: 700;
  color: #3d3d3d;
  margin: 0;
}

/* Description text */
.experience-text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #6b6b6b;
}
body {
  margin: 0;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .experience-title-row h2 {
    font-size: 30px;
  }

  .experience-title-row .line {
    width: 40px;
  }

  .experience-text {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aef76ef */*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Section width similar to reference */
.safari-section {
  padding: 60px 4%;
}

/* Row */
.safari-row {
  display: flex;
  gap: 28px;
}

/* Card */
.card {
  position: relative;
  flex: 1;              /* fills width */
  min-width: 300px;
  overflow: hidden;
}

/* Heights like reference */
.h1 { height: 520px; }
.h2 { height: 460px; }
.h3 { height: 520px; }
.h4 { height: 480px; }

/* Image */
.card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

/* Bottom-only gradient (VERY IMPORTANT) */
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.45) 35%,
    rgba(0,0,0,0.0) 65%
  );
  z-index: 1;
}

/* Text */
.card-content {
  position: absolute;
  bottom: 28px;
  left: 26px;
  right: 26px;
  z-index: 2;
  color: #fff;
}

.card-content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}

.card-content p {
  
  font-style: italic;
  letter-spacing: 0.5px;
  font-size: 11px;
  color: #fff;
  opacity: 0.85;
  max-width: 85%;
  
}

/* Circular arrow */
.card-content span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: rgba(0,0,0,0.3);
  transition: transform 0.4s ease, background 0.3s ease;
}

/* Hover */
.card:hover .card-img {
  transform: scale(1.08);
}

.card:hover span {
  background: rgba(255,255,255,0.2);
  transform: translate(5px, -5px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b41cbd5 */body .experience-section .experience-title-row h2 {
  font-size: 48px !important;
  font-weight: 700 !important;
}

/* FULL WIDTH – NO LEFT/RIGHT GAPS */
.experience-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

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

/* Lines beside title */
.experience-title-row .line {
  width: 80px;
  height: 3px;
  background-color: #2f1e1a;
  border-radius: 10px;
}

/* Heading */
.experience-title-row h2 {
  font-size: 44px;
  font-weight: 700;
  color: #3d3d3d;
  margin: 0;
}

/* Description text */
.experience-text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #6b6b6b;
}
body {
  margin: 0;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .experience-title-row h2 {
    font-size: 30px;
  }

  .experience-title-row .line {
    width: 40px;
  }

  .experience-text {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b050b3 */.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 */
/* Start custom CSS for html, class: .elementor-element-a47dd0d *//* FULL WIDTH GREY BACKGROUND */
.best-time-section {
  width: 100%;
  background: #efefef;
  padding: 60px 0;
}

/* INNER CONTAINER */
.best-time-section .inner-wrapper {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}

/* MONTH GRID */
.months-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
  z-index: 20;
}

.month {
  padding: 18px;
  text-align: center;
  background: #e5e5dd;
  border: 1px solid #d0d0c8;
  cursor: pointer;
  user-select: none;
  transition: 0.2s ease;
}

.month:hover {
  background: #d8d8cf;
}

.month.active {
  background: #5b6d56;
  color: #fff;
}

/* IMAGE */
.image-area {
  width: 100%;
  height: 500px;
  background-image: url("http://admuse.shop/wp-content/uploads/2020/04/green-leafed-trees-during-fog-time-167684.jpg");
  background-size: cover;
  background-position: center;
  margin-top: -1px; /* removes tiny gap */
  position: relative;
  z-index: 1;
}

/* CONTENT BOX */
.content-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 450px;
}
overflow: hidden;
position: relative;
z-index layers/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad984fd */body .experience-section .experience-title-row h2 {
  font-size: 48px !important;
  font-weight: 700 !important;
}

/* FULL WIDTH – NO LEFT/RIGHT GAPS */
.experience-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

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

/* Lines beside title */
.experience-title-row .line {
  width: 80px;
  height: 3px;
  background-color: #2f1e1a;
  border-radius: 10px;
}

/* Heading */
.experience-title-row h2 {
  font-size: 44px;
  font-weight: 700;
  color: #3d3d3d;
  margin: 0;
}

/* Description text */
.experience-text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #6b6b6b;
}
body {
  margin: 0;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .experience-title-row h2 {
    font-size: 30px;
  }

  .experience-title-row .line {
    width: 40px;
  }

  .experience-text {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebb5b24 */.custom-review-section {
  background: #efefef;
  padding: 100px 20px;
}

.custom-review-wrapper {
  max-width: 1100px;
  margin: auto;
}

.custom-review-slide {
  display: none;
  align-items: center;
  gap: 70px;
}

.custom-review-slide.active {
  display: flex;
}

.custom-review-image img {
  width: 450px;
  max-width: 100%;
  border-radius: 12px;
  display: block;
}

.custom-review-content h2 {
  font-size: 34px;
  margin-bottom: 20px;
}

.custom-review-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}

.custom-review-stars {
  margin-top: 25px;
  color: #f4b400;
  font-size: 24px;
}

/* NAVIGATION */
.custom-review-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 60px;
}

.custom-review-nav button {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  border-radius: 50% !important;
  background: #2e2e2e !important;
  color: #fff !important;
  font-size: 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: none !important;
  cursor: pointer;
}

.custom-dots {
  display: flex;
  gap: 10px;
}

.custom-dots span {
  width: 40px;
  height: 5px;
  background: #ccc;
  border-radius: 20px;
}

.custom-dots span.active {
  background: #2e2e2e;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .custom-review-slide {
    flex-direction: column;
    text-align: center;
  }

  .custom-review-image img {
    width: 100%;
  }

  .custom-review-content {
    margin-top: 30px;
  }
}/* End custom CSS */