html,
body {
  overflow-x: hidden;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.woff2') format('woff2'),
    url('../fonts/Lato-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  line-height: 1.5;
  background-color: #fff;
}


body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

p,
a,
span,
li,
.description,
.entry-content {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

.form-select {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.section-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section-slider .slide {
  height: 695px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center top 20%;
}

.section-slider .slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.slider-wrapper .slide {
  position: relative;
  text-align: center;
}

.section-slider .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 90%;
  padding: 20px;
  z-index: 2;
}

.section-slider .slide-content .btn {
  position: relative;
  top: 120px;
  width: 271px;
  height: 60px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #FFFFFFFF;
  background: #FFFFFF00;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #FFFFFFFF;
  border-style: solid;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  margin: 0 auto;
}

#home_banner_btn {
  top: 80px;
}

#home_banner_image_head {
  top: 40px;
}

.section-slider .slide-content .btn:hover {
  color: #FFFFFFFF;
  background: #FFFFFF00;
}

.banner-image-head {
  font-size: 45px;
  text-transform: uppercase;
  top: 100px;
  width: 850px;
  line-height: 69px;
  font-weight: 300;
  color: #FFFFFFFF;
  position: relative;
  margin: 0 auto;
}

.slider-wrapper img {
  width: 100%;
  height: auto;
}


.section-intro {
  text-align: center;
  padding: 60px 20px;
  background: #f9f8f5;
}

.section-intro h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #796749FF;
  text-transform: uppercase;
  font-family: Lato;
  line-height: 40px;
  margin-bottom: 10px;
}

.section-intro h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #796749FF;
  text-transform: uppercase;
  font-family: Lato;
  line-height: 40px;
  margin-bottom: 10px;
}

.section-intro p {
  font-size: 14px;
  margin-bottom: 20px;
  width: 755px;
  margin: 0px auto 20px auto;
  font-family: Montserrat;
  line-height: 29px;
  font-weight: 400;
  color: #4B5563FF;
}

.section-items {
  padding: 70px 0px 0px 0px;
}

.items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  max-width: 1024px;
}

.item {
  flex: 1 1 calc(50% - 30px);
  max-width: 500px;
  background: #f9f8f5;
  box-sizing: border-box;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-origin: center;
}

.item:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.item img {
  width: 100%;
  height: auto;
}

.item h3 {
  margin: 0px 0px 5px 0px;
}


/* .team-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: 0 auto;
} */


/* .team-image img {
  width: 100%;
  height: auto;
}

.team-content {
  flex: 1 1 30%;
  background: #fff;
  padding: 30px;
  margin-left: -80px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
} */


.team-content h2 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #171A1FFF;
  text-transform: uppercase;
  font-family: Lato;
  line-height: 30px;
  font-weight: 300;
}

.team-content p {
  font-size: 14px;
  margin-bottom: 25px;
  color: #727884;
  line-height: 29px;
}

.team-content .team-owner {
  font-weight: 700;
  font-size: 14px;
  color: #171A1FFF;
  display: block;
  text-transform: uppercase;
}

.team-content .team-designation {
  font-size: 12px;
  color: #565D6DFF;
}

.section-bg {
  position: relative;
  background: url("/wp-content/uploads/2026/01/air-safari-scaled.jpeg") no-repeat center center/cover;
  color: #fff;
  padding-top: 60px;

}

.bg-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 60px 20px;
}

/* blogs */

.featured-wrapper-section {
  background-color: #f9f8f5;
  margin: 30px 0px;
  padding: 0px 20px 20px 20px;
}

.featured-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


.featured-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.small-post h3,
.recent-post-item h4 {
  margin: 7px 0;
}

.post-meta {
  font-size: 0.9em;
  color: #555;
  padding: 10px 20px 10px 20px;
}

.post-meta i {
  margin-right: 5px;
  color: #888;
}

/* pagination */
.pagination {
  padding: 30px 0px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  background: #eee;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
  font-size: 10px;
}

.pagination .page-numbers:hover {
  background: #ddd;
  color: #000;
}

.pagination .page-numbers.current {
  background: #333;
  color: #fff;
  font-weight: bold;
}

.pagination .prev,
.pagination .next {
  font-weight: 500;
}

.pagination .page-numbers.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* pagination */

.fallback-featured {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 0.9em;
  color: #0073aa;
}


.featured-main {
  flex: 2;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.featured-thumb {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.featured-thumb img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* .featured-thumb img:hover {
  transform: scale(1.05);
} */


.small-post {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

/* .small-post:hover {
  transform: translateY(-5px);
} */

.small-thumb {
  width: 120px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.small-thumb img {
  width: 96px;
  height: 96px;
  border-radius: 6px;
}

/* .small-thumb img:hover {
  transform: scale(1.07);
} */

/* .recent-posts-section {
  margin-top: 40px;
} */

.recent-posts {
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px; */
      display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, auto));
    justify-content: center;
    gap: 25px;
}

.recent-post-item {
  /* width: 320px; */
  height: 488px;
  background: #FFFFFFFF;
  /* white */
  border-radius: 10px;
  box-shadow: 0px 4px 9px #171a1f1C, 0px 0px 2px #171a1f1F;
   width: 100%;
  /* shadow-m */
}

/* .recent-post-item:hover {
  transform: translateY(-5px);
} */

.recent-thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transition: transform 0.4s 
ease; */
  /* width: 320px; */
  height: 180px;
  border-radius: 10px 10px 0px 0px;
}

/* .recent-thumb img:hover {
  transform: scale(1.05);
} */

.horizontal-post {
  display: flex;
  align-items: flex-start;
  /* gap: 15px; */
  background: #fff;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  width: auto;
  width: 299px;
  height: 190px;
  background: #FFFFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
}

.small-thumb img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}


/* .horizontal-post:hover {
  transform: translateY(-4px);
} */

.post-category {
  display: inline-block;
  font-size: 8px;
  color: #fff;
  background: #796749;
  padding: 4px 10px;
  white-space: nowrap;
  border-radius: 24px;
}

.featured-right .post-category {
  margin-left: 10px;
}

.small-post-meta {
  margin-left: 10px;
}

.small-post-content h3 {
  font-size: 16px;
  color: #b5b5b7;
  font-weight: normal;
  width: 100%;
  height: auto;
  font-family: Lato;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #171A1FFF;
}

.small-post-content .post-meta {
  font-size: 13px;
  color: #777;
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.small-post-content .post-meta i {
  color: #aaa;
  margin-right: 4px;
}

.read-more {
  font-size: 13px;
  color: #0073aa;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #005f8a;
}

/* end blogs */


/* gallery */
.home-gallery {
  display: grid;
  gap: 20px;
}

.home-gallery-item.first-row:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  height: 100%;
}

.home-gallery-item.first-row:nth-child(2) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.home-gallery-item.first-row:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.home-gallery-item.first-row:nth-child(4) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.home-gallery-item.first-row:nth-child(5) {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}

.home-gallery-item.other-rows {
  grid-column: span 1;
  grid-row: auto;
  height: 200px;
}

.home-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* FAQ Section */
.faq-section {
  background-color: #fff;
  padding: 100px 20px 20px 20px;
}

.faq-container {
  max-width: 1024px;
  margin: 60px auto 20px auto;
  background-color: #f9f8f5;
  padding: 60px;
}

.faq-item {
  padding: 10px 20px 10px 0px;
  border-bottom: 1px solid #DEE1E6FF;

}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  color: #171A1FFF;
  font-size: 13px;
  line-height: 29px;
  font-weight: 600;
  font-family: Montserrat;
  letter-spacing: 0.4px;
}

.faq-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #333;
  transition: transform 0.3s ease;
}

/* .faq-arrow.open {
  transform: rotate(180deg);
} */

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px !important;
  opacity: 1;
}

.faq-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.contact-section {
  padding: 60px 20px;
  background: #f9f8f5;
  border-radius: 0px 0px 0px 0px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.contact-form,
.contact-info {
  background-color: #fff;
  padding: 30px;
  flex: 1;
  min-width: 300px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.contact-form form label {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.contact-form form input {
  height: 45px;
  /* padding-left: 12px; */
  padding-right: 12px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  background: #FFFFFFFF;
  border-radius: 6px;
  border-width: 1px;
  border-color: #DEE1E6FF;
  border-style: solid;
  outline: none;
}

.contact-form form textarea {
  height: 110px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #565D6DFF;
  background: #FFFFFFFF;
  border-radius: 6px;
  border-width: 1px;
  border-color: #DEE1E6FF;
  border-style: solid;
}

.contact-form form button {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  background-color: #796749;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.contact-form form button:hover {
  background-color: #555;
}

.page-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-title {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}


.downloads-wrap {
  /* background-color: #f5f7fa; */
  margin: 40px 0px;
  padding: 20px 40px 20px 40px;
}

.downloads-row {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.download-icon img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.download-category {
  color: #000;
  margin-bottom: 5px;
  padding: 6px 12px;
  width: fit-content;
  height: 26px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-family: Montserrat;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: #f9f8f5;
  border-color: #00000000;
  margin: 10px 0px;
}

.download-title {
  margin: 20px 0px 0px 0px;
  line-height: 28px;
  font-weight: 300;
  color: #171A1FFF;
  min-height: 50px;
  color: #000;
  padding-left: 6px;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
}

.download-btn:hover {
  background: #fff;
}

.download-btn:hover {
  color: #171A1FFF;
  background: #FFFFFFFF;
}

.download-btn:hover:active {
  color: #171A1FFF;
  background: #FFFFFFFF;
}

.download-btn:disabled {
  opacity: 0.4;
}

/* custom css */

.downloads-wrap {
  margin: 40px 0px;
  padding: 20px 40px;
}

.downloads-row {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  /* makes all columns same height */
}



.download-column {
  width: 300px;
  background: #FFFFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.download-icon img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.download-category {
  color: #000;
  margin-bottom: 5px;
  padding: 6px 12px;
  width: fit-content;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-family: Montserrat;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: #f9f8f5;
  margin: 10px 0px;
}

.download-title {
  margin: 20px 0px 0px 0px;
  line-height: 28px;
  color: #000;
  padding-left: 6px;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  min-height: 50px;
}


.download-description {
  margin: 10px 0px 20px 0px;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  color: #565D6DFF;
  min-height: 130px;
}

/* Push button to bottom */
.download-btn-wrap {
  margin-top: auto;
}

.download-btn {
  width: 220px;
  height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #171A1FFF;
  background: #FFFFFFFF;
  border-radius: 3px;
  border: 1px solid #DEE1E6FF;
  gap: 16px;
  text-decoration: none;
}



#press-features h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  color: #222;
  line-height: 40px;
  font-weight: 300;
  color: #715E38FF;
  text-transform: uppercase;
}

.press-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.press-item {
  width: 272px;
  height: 475px;
  background: #897244FF;
  border-radius: 10px;
  box-shadow: 0px 4px 9px #171a1f1C, 0px 0px 2px #171a1f1F;
  color: #fff;
}

.press-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.press-item h3 {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #FFFFFFFF;
  font-family: Lato;
  margin: 0px;
  padding: 5px 0px 25px 0px;
}

.press-item p {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

.press-item-btn {
  width: 130px;
  height: 35px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #171A1FFF;
  background: #FFFFFFFF;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #DEE1E6FF;
  border-style: solid;
  text-decoration: none;
}


.press-item-btn:disabled {
  opacity: 0.4;
}

.press-pagination {
  text-align: center;
}

.press-pagination a {
  padding: 8px 12px;
  border: 1px solid #ddd;
  margin: 0 3px;
  color: #0073e6;
  text-decoration: none;
  border-radius: 5px;
}

.press-pagination a:hover {
  background-color: #0073e6;
  color: #fff;
}

.press-date {
  font-size: 13px !important;
  color: #888;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

#awards h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #715E38FF;
}


.award-icon {
  width: 100%;
  height: auto;
}

.award-item {
  width: 350px;
  height: 170px;
  background: #fff;
  /* background: #F2F2FDFF; */
  border-radius: 16px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  padding: 20px;
}

.award-image img {
  max-width: 100px;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

.award-item h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #19191FFF;
  width: 250px;
  font-family: Lato;
  line-height: 25px;
  font-weight: 300;
  margin-left: 10px;
}


.award-item p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.4;
}

.main-navigation {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  min-width: 200px;
  padding: 10px 0;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.main-navigation.toggled {
  display: block;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.nav-menu li {
  position: relative;
}

.nav-menu li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
}

.nav-menu li a:hover {
  background-color: #eee;
  color: #0073aa;
  border-radius: 3px;
}

.nav-menu li .sub-menu {
  display: none;
  /* position: absolute; */
  top: 0;
  left: 50%;
  min-width: 180px;
  background: #f9f9f9;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.nav-menu li:hover>.sub-menu {
  display: block;
  list-style: none;
}

.nav-menu .sub-menu li a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.nav-menu .sub-menu li a:hover {
  background-color: #eee;
  color: #0073aa;
}

.site-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  transition: padding .35s ease-in-out;
  width: 100%;
  z-index: 3000;
  padding: 25px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);

}


.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1100;
  margin: 0 auto;
  gap: 20px;
}

.toggle-section {
  position: relative;
  z-index: 3100;
}

.site-branding {
  /* text-align: center;
  flex: 1;
  display: flex;
  justify-content: center; */

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-contact {
  display: flex;
  align-items: center;
}

.header-contact .contact-btn {
  width: 130px;
  height: 34px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #796749FF;
  background: #00000000;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #796749FF;
  border-style: solid;
  text-decoration: none;
}

.header-contact .contact-btn:hover {
  color: #796749FF;
  background: #00000000;
}

.header-contact .contact-btn:hover:active {
  color: #796749FF;
  background: #00000000;
}

.header-contact .contact-btn:disabled {
  opacity: 0.4;
}

.site-title {
  margin: 0px;
}

.site-footer {
  width: 100%;
  background-color: #222;
  color: #fff;
  padding: 30px 20px;
}

.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.site-footer .footer-branding img {
  max-height: 50px;
}

.site-footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer .footer-menu li a {
  color: #fff;
  text-decoration: none;
}

.site-footer .footer-menu li a:hover {
  color: #0073aa;
}

.site-footer .footer-copy {
  margin-top: 20px;
  font-size: 14px;
  color: #aaa;
}

.blog-page-head {
  color: #b7b7b9;
}


.featured-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.featured-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: start;
}

.card-block {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.read-more-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin: 10px 0px;
  width: 109px;
  height: 33px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  color: #FFFFFFFF;
  background: #796749FF;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #796749FF;
  border-style: solid;
  text-decoration: none;
}

/* Hover */
.read-more-btn:hover {
  color: #FFFFFFFF;
  background: #967738FF;
}

.read-more-btn:hover:active {
  color: #FFFFFFFF;
  background: #352D20FF;
}

.read-more-btn:disabled {
  opacity: 0.4;
}

.featured-post-title {
  margin: 10px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  color: #171A1FFF;
}

.featured-post-content {
  margin: 10px 0px;
  width: 590px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #565D6DFF;
}

.small-post-content {
  font-size: 0.9em;
  color: #828793;
}

.other-blog-meta {
  font-size: 0.9em;
  color: #555;
  padding: 10px 20px 10px 20px;
}

.read-more-link {
  color: #796749;
  text-decoration: none;
  width: 107px;
  height: 22px;
  justify-content: center;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 0px;
  transition: color 0.25s ease;
}

.read-more-link:hover {
  color: #796749FF;
}

.blog-sub-head {
  margin: 0px;
  text-transform: uppercase;
  padding: 20px 0px;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  color: #171A1FFF;
}

.blog-main-head {
  font-family: Lato;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #796749FF;
  text-align: center;
  margin: 100px 0px 0px 0px;
  text-transform: uppercase;
}

.read-more-wrap {
  margin: 5px 0px;
}

.other-blogs-head {
  text-align: center;
  color: #86878a;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  color: #171A1FFF;
  margin-bottom: 30px;
}

.blog-desc {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  /* width: 274px; */
  font-family: Montserrat;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #565D6DFF;
  height: 75px;
    width: 100%;
}

.download-main-title {
  font-size: 28px;
  font-weight: normal;
  color: #715E38FF;
  text-align: center;
  margin-bottom: 40px;
  margin: 0px;
  text-transform: uppercase;
  padding: 25px 0px;
}

.download-link-icon {
  margin-right: 5px;
}

.download-item {
  flex: 0 0 calc(33.333% - 20px);
  box-sizing: border-box;
  margin-bottom: 30px;
}

.wpcf7 form {
  max-width: 600px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.contact-form-row {
  margin-bottom: 15px;
  clear: both;
}

.half-field label,
.contact-form-row label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.half-field {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  vertical-align: top;
  font-size: 14px;
}

.half-field:last-child {
  margin-right: 0;
}

.contact-form-row input,
.contact-form-row textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
}

.contact-form-row textarea {
  min-height: 120px;
}

.contact-form-row input[type="submit"] {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #FFFFFFFF;
  background: #796749FF;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #796749FF;
  border-style: solid;
  text-decoration: none;
}

.contact-form-row input[type="submit"]:hover {
  background-color: #967738FF;
}

.contact-form-row input[type="submit"]:hover {
  color: #FFFFFFFF;
  background: #967738FF;
}

.contact-form-row input[type="submit"]:hover:active {
  color: #FFFFFFFF;
  /* white */
  background: #352D20FF;
}

/* Disabled */
.contact-form-row input[type="submit"]:disabled {
  opacity: 0.4;
}

.faq-title {
  font-size: 28px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin: 0px;
  padding: 20px 0px;
  text-transform: uppercase;
  color: #171A1FFF;
}

.press-sub-item {
  padding: 20px;
}


.nav-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  /* space between bars */
  width: 30px;
  height: 22px;
  /* overall height (reduce this safely) */
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 2000;
  transition: transform 0.3s ease;
  margin: 0 auto;
}

/* .hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
} */

/* .hamburger.animate span:nth-child(1) {
  transform: rotate(15deg) translate(2px, 2px);
}

.hamburger.animate span:nth-child(2) {
  transform: scaleX(0.5);
}

.hamburger.animate span:nth-child(3) {
  transform: rotate(-15deg) translate(2px, -2px);
} */



#fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 1000;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  gap: 40px;
  opacity: 0;
  align-items: start;
  justify-content: space-between;
  padding: 100px 60px 50px;
}


#fullscreen-menu.active {
  display: grid;
  opacity: 1;
  visibility: visible;
}


.menu-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* margin-left: 115px; */
  position: relative;
  z-index: 1000;
  gap: 20px;
}

.fullscreen-nav a {
  font-size: 22px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
  text-transform: uppercase;
}

.fullscreen-nav a:hover {
  color: #666;
}


.fullscreen-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fullscreen-nav li {
  margin-bottom: 15px;
  position: relative;
}

.fullscreen-nav a {
  font-size: 16px;
  text-decoration: none;
  color: #796749FF;
  padding: 5px 0;
  display: inline-block;
  transition: color 0.3s ease;
}

.fullscreen-nav a:hover {
  color: #796749FF;
}

.fullscreen-nav .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 45%;
  background: #fff;
  list-style: none;
  min-width: 200px;
  padding: 10px;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 200px;
}

.fullscreen-nav li.menu-item-has-children:hover>.sub-menu {
  display: block;
}

.fullscreen-nav .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  /* next to parent submenu */
}

.fullscreen-nav .sub-menu a {
  font-size: 16px;
  color: #796749FF;
}

.fullscreen-nav .sub-menu a:hover {
  color: #796749FF;
}





/* Make each menu link a 2-column grid:  TEXT | ARROW  */

/* .menu-left .fullscreen-nav>li>a {
  padding-right: 350px;
} */

/* Arrow layout: small fixed column */
.fullscreen-nav .menu-item-has-children>a {
  display: grid;
  grid-template-columns: 1fr 24px;
  column-gap: 16px;
  align-items: center;
}

/* Arrow styling */
.fullscreen-nav .menu-item-has-children>a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.9rem;
  display: block;
  position: absolute;
  left: 40%;
}


.menu-right {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.menu-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#menu-hover-image {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.menu-left,
.menu-right {
  align-self: start;
}

.main-container {
  margin-top: 108px;
}

.site-header .site-title {
  font-size: 22px;

}

.site-header .site-title a {
  color: #ccc;
}

.hamburgerHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 0px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hamburger .bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #796749FF;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* .bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
} */

/* .checkbox-head:checked+label>.hamburger-head .bar1 {
  transform: rotate(45deg) translate(3px, 3px);
  transform-origin: center;
}

.checkbox-head:checked+label>.hamburger-head .bar2,
.checkbox-head:checked+label>.hamburger-head .bar3 {
  opacity: 0;
  transform: scale(0);
}

.checkbox-head:checked+label>.hamburger-head .bar4 {
  transform: rotate(-45deg) translate(3px, -3px);
  transform-origin: center;
} */

.section-slider img {
  width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 0px;
}

.intro-section-btn {
  width: 239px;
  height: 54px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #796749FF;
  background: #00000000;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #796749FF;
  border-style: solid;
  margin: 0 auto;
  text-decoration: none;
}

.intro-section-btn:hover {
  color: #796749FF;
  background: #00000000;
}

.intro-section-btn:hover:active {
  color: #796749FF;
  background: #00000000;
}

.intro-section-btn:disabled {
  opacity: 0.4;
}

.camp-activity-head {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato;
  line-height: 40px;
  font-weight: 300;
  color: #796749FF;
}

.wrap-items {
  /* background-color: #f4f4f4; */
  background-color: #fff;
  padding: 40px 20px 70px 20px;
}

.item-content {
  padding: 10px 20px;
}

.item-content h3 {
  font-family: Lato;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #B79F6DFF;
}

.item-content p {
  font-size: 14px;
  margin-bottom: 15px;
  font-family: Montserrat;
  line-height: 29px;
  font-weight: 400;
  color: #323842FF;
}

.item-enquire {

  margin: 10px 0px;
  /* width: 118px;
  height: 25px; */
  width: 120px;
  height: 30px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #FFFFFFFF;
  background: #9F895FFF;
  opacity: 1;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  border-width: 1px;
  border-color: #9F895FFF;
  border-style: solid;
  text-decoration: none;
  margin-top: auto;
}

.item-enquire:hover {
  color: #FFFFFFFF;
  background: #9F895FFF;
}

.item-enquire:hover:active {
  color: #FFFFFFFF;
  background: #9F895FFF;
}

.item-enquire:disabled {
  opacity: 0.4;
}

.activity-experience-head {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 10px;
  /* margin-top: 50px; */
  width: 365px;
  line-height: 39px;
}

.activity-experience-desc {
  word-wrap: break-word;
  max-width: 492px;
  font-size: 14px;
  margin: 0px;
  padding-bottom: 10px;
  width: 444px;
  font-size: 14px;
  line-height: 29px;
}

.experience-desc {
  word-wrap: break-word;
  max-width: 492px;
  font-size: 14px;
  margin: 0px;
  padding-bottom: 15px;
  width: 444px;
  font-size: 14px;
  line-height: 29px;
}

.experience-head {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 5px;
  margin-top: 50px;
  line-height: 33px;
}

.item-activity {
  width: 174px;
  height: 50px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #FFFFFFFF;
  background: #00000000;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #FFFFFFFF;
  border-style: solid;
  text-decoration: none;
}

.item-activity :hover {
  color: #FFFFFFFF;
  background: #00000000;
}

.item-activity :hover:active {
  color: #FFFFFFFF;
  background: #00000000;
}

.item-activity :disabled {
  opacity: 0.4;
}

.gallery-title {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  color: #796749FF;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 25px;
  font-weight: 600 !important;
}

.home-gallery {
  background: #f9f8f5;
  padding: 50px 10px 50px 10px;
  margin: 0 auto;
}

.home-gallery-desc {
  max-width: 550px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  color: #4B5563FF;
  line-height: 29px;
}

.home-awards-carousel .wpspw-post-box {
  /* margin-right: 20px; */
  box-sizing: border-box;
}

.home-awards-carousel .slick-slide:last-child .wpspw-post-box {
  margin-right: 0;
}

/* .wpspw-post-box {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  width: calc(25% - 20px) !important;
  box-sizing: border-box;

} */

.wpspw-post-inner {
  text-align: center;
}

.wpspw-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin: -5px;
}

.wpspw-post-box {
  flex: 1 1 calc(25% - 10px);
  box-sizing: border-box;
  /* background: #fff; */
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wpspw-post-inner {
  width: 100%;
  text-align: center;
}

.wpspw-icon {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.wpspw-icon img {
  height: 150px;
  display: block;
  object-fit: contain;
  width: 190px;
}

.achievement-section .container {
  max-width: 1024px;
}

.wpspw-title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  font-family: Montserrat;
  line-height: 28px;
  font-weight: 400;
  color: #171A1FFF;
}

.home-awards-carousel .slick-prev,
.home-awards-carousel .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: #fff;
  cursor: pointer;
  margin-right: 1px;
}

.home-awards-carousel .slick-prev:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #000;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-awards-carousel .slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #000;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.home-awards-carousel .slick-prev {
  left: 10px;
}

.home-awards-carousel .slick-next {
  right: 10px;
}

.home-awards-carousel .slick-prev:before,
.home-awards-carousel .slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: #727477;
}

.home-awards-carousel .slick-prev:before {
  content: "\f053";
  /* margin-left: 5px; */
}

.home-awards-carousel .slick-next:before {
  content: "\f054";
}


.home-awards-carousel .slick-prev:hover,
.home-awards-carousel .slick-next:hover {
  transform: translateY(-50%) scale(1.1);
  background: #f7f7f7;
}

.wppsac-post-carousel.design-1 .slick-next {
  /* right: 20px !important; */
  top: 40% !important;
  right: -25px !important;
}

.wppsac-post-carousel.design-1 .slick-arrow {
  top: 50% !important;
}

.achievemnet-head {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  color: #715E38FF;
  margin: 0px;
  padding-bottom: 40px;
}

.achievement-section {
  padding: 80px 0px;
}

.home-testimonial-slider {
  display: flex;
  gap: 30px;
  max-width: 1024px;
  margin: 0 auto;
}

.home-testimonial-slider .testimonial-slide {
  width: 280px;
  /* height: 270px; */
  height: auto;
  background: #FFFFFFFF;
  border-radius: 0px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  padding: 15px;
}

.home-testimonial-slider .testimonial-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}

.home-testimonial-slider .testimonial-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.home-testimonial-slider .testimonial-text {
  display: flex;
  flex-direction: column;
}

.home-testimonial-slider .testimonial-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
  font-weight: 600;
  color: #171A1FFF;
}

.home-testimonial-slider .testimonial-ratings {
  color: #f57600;
  font-size: 12px;
}

.home-testimonial-slider .testimonial-description {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  color: #565D6DFF;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}

.testimonial-section {
  padding: 70px 0px;
}

.testimonial-short-desc {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: Montserrat;
  line-height: 28px;
  font-weight: 400;
  color: #323842FF;
}

.testimonial-head {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 20px;
  font-weight: 300;
  color: #796749FF;
}

.content-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.left-section {
  flex: 1;
}

.right-section {
  flex: 1;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.image-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.legacy-section {
  padding: 60px 20px;
  background: #796749;
}

.item-legacy {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 34px;
  font-size: 16px;
  border: 1px solid #fff;
  text-decoration: none;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  text-decoration: none;
  border-radius: 3px;
  color: #FFFFFFFF;
  background: #00000000;
}

.item-legacy:hover {
  color: #000;
  background: #fff;
}

.experience-wrapper {
  width: 100%;
}

.legacy-section-bg {
  position: relative;
  background: url("<?php echo get_template_directory_uri(); ?>/assets/images/bg.jpg") no-repeat center center/cover;
  color: #fff;
}

.section-team {
  padding: 80px 0px;
  background: #f9f8f5;
}

.legacy-warpper {
  max-width: 1024px;
}

.wppsac-post-carousel.design-1 .slick-prev {
  position: absolute;
  left: 42px;
  width: 30px;
  height: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #171A1FFF;
  background: #FFFFFFFF;
  opacity: 1;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #DEE1E6FF;
  border-style: solid;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  gap: 0px;
  margin-left: -25px;
}

.site-branding img {
  width: 100px;
  height: 70px;
}

.view-more-photos {
  width: 235px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFFFF;
  background: #CFB47CFF;
  opacity: 1;
  border: none;
  border-radius: 3px;
  margin: 0 auto;
  text-decoration: none;
}

.view-more-photos:hover {
  color: #FFFFFFFF;
  background: #967738FF;
}

.view-more-photos:hover:active {
  color: #FFFFFFFF;
  background: #725A2AFF;
}

.view-more-photos:disabled {
  opacity: 0.4;
}

/* single resort */
.single-resort-intro {
  padding: 60px 20px;
  background: #f9f8f5;
  margin-top: 30px;
}

.about-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}


.about-banner h1 {
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
}

.single-resort-intro h2 {
  font-size: 28px;
  text-align: center;
  color: #796749FF;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 15px;
}

.single-resort-intro p {
  text-align: center;
  margin-bottom: 20px;
  max-width: 1024px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #171A1FFF;
  margin: 0 auto 15px auto;
}

.single-resort-enquire-btn {
  width: 185px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFFFF;
  background: #796749FF;
  opacity: 1;
  border-radius: 3px;
  text-decoration: none;
  margin: 20px auto;
  border-width: 1px;
  border-color: #796749FF;
  border-style: solid;
  text-decoration: none;
}

.single-resort-enquire-btn :hover {
  color: #FFFFFFFF;
  background: #514531FF;
}

.single-resort-enquire-btn :hover:active {
  color: #FFFFFFFF;
  background: #352D20FF;
}

.single-resort-enquire-btn :disabled {
  opacity: 0.4;
}

.about-lodges h2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
  color: #796749FF;
  width: 300px;
}

.lodge-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
  gap: 20px;
}



.lodge-section .content,
.lodge-section .image {
  flex: 1;
  max-width: 50%;
}

.lodge-section .content {
  padding: 0 10px;
}

.lodge-section .content p {
  width: 443px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #19191FFF;
  margin: 0;
}

.lodge-section .image img {
  width: 100%;
  max-width: 560px;
  height: 384px;
  object-fit: cover;
  display: block;
}


.highlight-wrapper-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.highlight-wrapper {
  width: 272px;
  height: auto;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;

}

.image-gallery-wrapper {
  padding: 70px 20px 70px 20px;
  background: #f9f8f5;
}

.resort-activity-head {
  text-align: center;
  font-size: 28px;
  line-height: 48px;
  font-weight: 300;
  color: #171A1FFF;
  padding-bottom: 22px;
}

.highlight-legacy-section {
  height: auto;
  background: #796749FF;
  border-radius: 0px 0px 0px 0px;
  padding: 50px 20px;
}

.highlight-wrapper .higlight-icon {
  margin-bottom: 15px;
  /* color: #673C00FF;
  font-size: 23px; */
  width: 48px;
  height: auto;
}

.highlight-wrapper .highlight-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #171A1FFF;
}

.highlight-wrapper .highlight-desc {
  width: 224px;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #171A1FFF;
}

.highlights-title {
  font-size: 28px;
  line-height: 48px;
  font-weight: 300;
  color: #FFFFFFFF;
  margin-bottom: 25px;
  text-align: center;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.gallery-item {
  flex: 1 1 calc(33.333% - 10px);
  text-align: left;
  box-sizing: border-box;
  min-height: 365px;
  background: #FFFFFFFF;
  border-radius: 0px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  margin-top: 10px;
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.resort-gallery-title {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  color: #171A1FFF;
  margin: 10px 0 4px;
}

.gallery-category {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #171A1FFF;
}

#resort_single_banner_head {
  top: 50px;
}

#banner_div {
  height: 550px;
}

.gallery-item-content {
  padding: 0px 20px;
}

.split-section {
  width: 100%;
  background: #fff;
  padding: 70px 20px 70px 20px;
  box-sizing: border-box;
}

.page-template-resort-list-template-php .split-section {
  background: #f9f8f5;
}

.split-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 0 20px;
  box-sizing: border-box;
}


.split-right {
  flex: 1;
  min-width: 300px;
}

.split-right img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.split-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #171A1FFF;
  text-transform: uppercase;
  margin: 0px;
}

.split-desc {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #171A1FFF;
  width: 450px;
}

.split-button {
  width: 145px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #FFFFFFFF;
  background: #796749FF;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #796749FF;
  border-style: solid;
  text-decoration: none;
}

.lodge-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 0px;
}

.right-content {
  margin-left: 15px;
}

/* end single resort */

/* footer style */
.footer-div {
  width: 100%;
  background-image: url('../images/footer-image.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}

.footer-div .container {
  position: relative;
  z-index: 2;
}

footer h5 {
  font-family: Lato;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  color: #000000FF;
}

footer a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.3s ease;
}

footer a:hover {
  color: #565D6DFF;
  text-decoration: none;
}


footer p {
  color: #565D6DFF;
  line-height: 1.6;
  font-size: 0.9rem;
}


footer .fa-facebook-f,
footer .fa-instagram,
footer .fa-twitter,
footer .fa-youtube {
  font-size: 1rem;
  transition: all 0.3s ease;
}

footer .fa-facebook-f:hover {
  color: #3b5998;
}

footer .fa-instagram:hover {
  color: #e4405f;
}

footer .fa-twitter:hover {
  color: #1da1f2;
}

footer .fa-youtube:hover {
  color: #ff0000;
}


footer hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}


footer .text-center {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000FF !important;
  font-family: Montserrat;
}

.footer-logo {
  width: 110px;
  height: auto;
}

.footer-info {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #565D6DFF;
}

.list-unstyled li {
  margin: 5px 0px;
}

.list-unstyled li a {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  color: #000000FF !important;
  display: inline-block;
  vertical-align: middle;
}

.footer-social-icon {
  width: 14px;
  height: 14px;
}

.contact-us {
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 400;
  color: #565D6DFF;
}

.social-links {
  width: 14px;
  height: 14px;
  margin: 0px 5px;
}

.social-links-wrapper {
  margin: 0px;
  padding: 20px 12px 0px 12px;
}

.footer-border {
  margin: 5px 0px 10px 0px;
  /* font-weight: 400; */
  /* border: 1px solid #1D2128FF !important; */
}

.contact-footer {
  margin-top: 65px;
}


#media_mobile {
  display: none;
}

/* end footer style */

/* about us page style */
.about-intro {
  padding: 50px 20px;
}

/* Banner */
.about-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}


.about-banner h1 {
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
}

/* Intro */
.about-intro h2 {
  font-size: 28px;
  text-align: center;
  color: #796749FF;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}

.about-intro p {
  text-align: center;
  margin-bottom: 20px;
  max-width: 1024px;
  margin: 0 auto;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #171A1FFF;
}

/* Commitments */
.about-commitments h2 {
  text-align: center;
  text-align: center;
  color: #a29581;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #796749FF;
}

.commitments-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.commitment-item {
  min-width: 280px;
  background: #F9F8F5FF;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.commitment-image-wrapper {
  width: auto;

  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.commitment-image-wrapper img {
  width: 100%;
  max-width: 280px;
  height: 180px;
}



.commitment-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #796749FF;
  text-transform: uppercase;
}

.commitment-item p {
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 25px;
  color: #565D6DFF;
}

.commitment-item .btn {
  width: 177px;
  height: 35px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #796749FF;
  background: #FFFFFFFF;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #796749FF;
  border-style: solid;
  margin: 0 auto;
}

.commitment-item:hover {
  color: #796749FF;
  background: #f9f9f9;
}

.commitment-item:active {
  color: #796749FF;
  background: #f9f9f9;
}

.commitment-item:disabled {
  opacity: 0.4;
}

.commitment-item:hover {
  transform: translateY(-5px);
}

/* Mission & Vision */
.mission-row,
.vision-row {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.mission-image,
.vision-image {
  flex: 1;
  min-width: 300px;
  max-height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-image img,
.vision-image img {
  width: 450px;
  height: 298px;
}

.mission-content,
.vision-content {
  flex: 1;
  min-width: 300px;
}

.mission-content h2,
.vision-content h2 {
  font-size: 20px;
  margin-bottom: 15px;
  width: 218px;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.mission-content p,
.vision-content p {
  width: 460px;
  height: 130px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #565D6DFF;
}

.about-item-content {
  padding: 20px;
}

.about-mission {
  padding: 60px 0px 0px 0px;
  background: #F9F8F5FF;
}

.about-vision {
  padding: 60px 20px;
  background: #F9F8F5FF;
}

.abt-section-bg {
  margin: 60px 0px;
}

.abt-content-wrapper {
  text-align: center;
  width: 896px;
  font-family: Montserrat;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  margin: 0 auto;
}

.abt-content-wrapper span {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #FFFFFFFF;
}

.abt-experience-desc {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  max-width: 650px;
  color: #fff;
}

#about_banner_head {
  top: 50px;
}

.abt-legacy-section {
  height: auto;
  background: #796749FF;
  border-radius: 0px 0px 0px 0px;
  padding: 50px 20px;
}

#banner_div {
  height: 600px;
  background-position: center top 0%;
}

/* end about us page style */

/* air safari page */

.safari-banner-desc {
  position: relative;
  top: 70px;
  width: 700px;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #FFFFFFFF;
  margin: 0 auto;
}

.safari-banner-button {
  position: relative;
  top: 115px;
  width: 271px;
  height: 55px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #FFFFFFFF;
  background: #FFFFFF00;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #FFFFFFFF;
  border-style: solid;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  margin: 0 auto;
  text-decoration: none;
}

/* .safari-banner-button:hover {
  color: #796749FF;
  background: #DEE1E6FF;
} */

.safari-banner-button:hover {
  color: #fff;
  background: #9F895FFF;
  border-color: #9F895FFF;
}

/* .safari-banner-button:hover:active {
  color: #796749FF;
  background: #BCC1CAFF;
} */

.safari-banner-button:hover:active {
  color: #fff;
  background: #9F895FFF;
  border-color: #9F895FFF;
}

.safari-banner-button:disabled {
  opacity: 0.4;
}

#safari_banner {
  height: 628px;
}

#safari_head {
  top: 50px;
}

.page-template-air-safari-template .section-slider .slide-content {
  top: 35%;
}

.safari-intro-desc {
  width: 700px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #565D6DFF;
  text-align: center;
  margin: 0 auto;
}

.safari-content-section {
  background-color: #fff;
}

.safari-content-section .safari-wrapper-div {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 375px;
  background: #f9f8f5;
  border-radius: 6px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
}


.safari-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  width: 677px;
  height: 375px;
  border-radius: 0px;
}


.safari-content-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #796749FF;
  text-transform: uppercase;
}

.safari-content-desc {
  width: 579px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  color: #171A1FFF;
}

.safari-intro {
  padding: 80px 20px 50px 20px;
}

.safari-intro h2 {
  font-size: 28px;
  text-align: center;
  color: #796749FF;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 15px;
}

.features-section {
  padding: 60px 0;
  background-color: #fff;
}

.features-section .container {
  gap: 20px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  text-align: center;
}

.feature-box {
  background: #fff;
  padding: 10px 20px 20px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 232px;
  height: auto;
  background: #FFFFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
}

/* .feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
} */

.feature-icon {
  /* font-size: 24px;
  margin-bottom: 15px;
  color: #796749FF; */
  width: 120px;
  margin: 0 auto;
  min-height: 19px;
}

.feature-icon img {
  width: 80px;
  height: auto;
}

.feature-title {
  width: 184px;
  font-family: Lato;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  color: #796749FF;
  text-transform: uppercase;
}

.feature-description {
  width: 184px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #565D6DFF;
}

.feature-section-head {
  font-size: 28px;
  line-height: 45px;
  font-weight: 300;
  color: #796749FF;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 30px;
}

.safari-section-bg {
  margin: 0px 0px 60px 0px;
  position: relative;
  overflow: hidden;
}

.safari-legacy-section {
  min-height: 300px;
  /* Responsive height (adjust as you want) */
  background: #4E3407FF;
  border-radius: 6px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  position: relative;
  z-index: 1;
  overflow: hidden;

  /* Center content */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* keeps text centered */
}

/* Optional: blurred background */
.safari-legacy-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/private-air-safari.png');
  /* replace */
  background-size: cover;
  background-position: center;
  filter: blur(1.2px);
  transform: scale(1.1);
  z-index: -1;
  opacity: 0.5;
}


.safari-content-wrapper {
  padding: 60px 20px 40px 20px;
}

.safari-content-head {
  font-family: Lato;
  font-size: 28px;
  color: #FFFFFFFF;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 50px;
}


.safari-destination-btn {
  width: 180px;
  height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #FFFFFFFF;
  background: #00000000;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #FFFFFFFF;
  border-style: solid;
  margin: 0 auto;
  text-decoration: none;
}

#safari_testimonial_slider {
  display: flex;
  gap: 30px;
  max-width: 1024px;
  margin: 0 auto;
  flex-wrap: wrap;
  /* allow wrapping if needed */
  justify-content: center;
  /* center items if fewer than 4 */
}

#safari_testimonial_slider .testimonial-slide {
  flex: 1 1 250px;
  max-width: 100%;
  height: auto;
  min-height: 240px;
}

#safari_testimonial_slider .testimonial-ratings {
  color: #eab308;
  font-size: 18px;
}

#safari_testimonial_slider .testimonial-title {
  font-family: Lato;
  line-height: 23px;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #171A1FFF;
}

#safari_testimonial_slider .testimonial-desc {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #565D6DFF;
}

.testimonial-container {
  width: 1280px;
  background: #f9f8f5;
  border-radius: 0px 0px 0px 0px;
  padding: 40px 20px;
  margin: 70px auto;
}

.plan-safari-btn {
  width: 220px;
  height: 50px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #FFFFFFFF;
  background: #796749FF;
  opacity: 1;
  border: none;
  text-decoration: none;
  margin: 50px auto 0px auto;
  border-radius: 3px;
  border-width: 1px;
  border-color: #796749FF;
  border-style: solid;
  text-decoration: none;
}

#testimonial_section {
  padding: 0px 0px 70px 0px;
}

#testimonial_section .testimonial-head {
  padding-bottom: 40px;
}

/* maasai heritage */

.heritage-intro-desc {
  width: 1024px;
  height: 138px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #565D6DFF;
  text-align: center;
  margin: 0 auto;
}

.core-item-content {
  padding: 20px 20px 20px 20px;
  /* width: 563px; */
  height: auto;
  background: #FFFFFFFF;
  border-radius: 0px;
  box-shadow: 0px 4px 9px #171a1f1C, 0px 0px 2px #171a1f1F;
}

.core-item-content h3 {
  font-family: Lato;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  color: #796749FF;
  text-transform: uppercase;
}

.core-item-content p {
  font-size: 14px;
  font-family: Montserrat;
  line-height: 24px;
  font-weight: 400;
  color: #171A1FFF;
}

.item-discover {
  width: 180px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #171A1FFF;
  background: #FFFFFFFF;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #1D2128FF;
  border-style: solid;
  text-decoration: none;
  margin-bottom: 5px;
}

.core-elements {
  padding: 0px 20px 60px 20px;
}

#heritage_intro h2 {
  margin-bottom: 20px;
}

#activity_heritage_head {
  margin-bottom: 40px;
}

.promo-banner {
  position: relative;
  text-align: center;
  color: #fff;
}

.promo-banner img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  filter: brightness(60%);
}

.promo-banner .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.resort-detail-desc p {
  width: 100%;
  line-height: 29px;
}

.heritage-plan-visit {
  width: 165px;
  height: 44px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #171A1FFF;
  background: #FFFFFFFF;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #171A1FFF;
  border-style: solid;
  text-decoration: none;
  margin: 0 auto;
}

.heritage-plan-visit:hover {
  color: #fff;
  background: #9F895FFF;
  border-color: #9F895FFF;
}

.heritage-plan-visit:hover:active {
  color: #171A1FFF;
  background: #BCC1CAFF;
  border-color: #171A1FFF;
}

.heritage-plan-visit:disabled {
  opacity: 0.4;
}

.heritage-bg-head {
  font-family: Lato;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.heritag-bg-desc {
  width: 600px;
  height: 70px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
}

#heritage_banner {
  height: 550px;
}

.heritage-history-contaner {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 80px 20px;
}

.heritage-image-side img {
  width: 100%;
  height: 362px;
  object-fit: cover;
  object-position: center top;
  filter: brightness(60%);
  border-radius: 0px;
}

.heritage-content-side {
  flex: 1;
}

.heritage-content-side h2 {
  width: 478px;
  font-family: Lato;
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
  color: #796749FF;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.heritage-content-side p {
  width: 600px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  color: #565D6DFF;
  margin-bottom: 10px;
  line-height: 29px;
}

.heritage-principle-section {
  background: #fff;
  padding: 0px 20px 40px 20px;
}

.heritage-principle-head {
  font-family: Lato;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #796749FF;
  text-align: center;
  text-transform: uppercase;
  /* margin-bottom: 50px; */
}

.principle-icon {
  font-size: 30px;
  color: #673C00FF;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}

.heritage-description-part {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  color: #565D6DFF;
  width: 200px;
  display: inline-block;
  line-height: 15px;
  width: 233px;
  height: 93px;
  line-height: 20px;
  text-align: center;
}

.heritage-subtitle-head {
  margin-bottom: 10px;
  font-family: Lato;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #796749FF;
  text-align: center;
}

.heritage-content-section {
  text-align: center;
}

#menu-hover-image {
  margin-right: 105px;
}

#culture_banner {
  height: 600px;
  background-position: center top -15%;
}

.explore-leagcy-btn {
  width: 233px;
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #FFFFFFFF;
  /* white */
  background: #9F895FFF;
  opacity: 1;
  border: none;
  border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #9F895FFF;
  border-style: solid;
  text-decoration: none;
  margin: 0 auto;
}

/* maasai culture */

.culture-intro-desc {
  width: 1024px;
  height: auto;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #565D6DFF;
  text-align: center;
  margin: 0px auto 15px auto;
}

.culture-lodges h2 {
  text-transform: uppercase;
  /* width: 534px; */
  font-family: Lato;
  font-size: 28px;
  font-weight: 300;
  color: #715E38FF;
  line-height: 40px;
}

#culture_head {
  width: 530px;
  font-family: Lato;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #715E38FF;
}

.culture-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 20px 70px 20px;
  gap: 20px;
}



.culture-section .content,
.culture-section .image {
  flex: 1;
  max-width: 50%;
}

.culture-section .content {
  padding: 0 10px;
}

.culture-section .content p {
  width: 443px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #19191FFF;
  margin-bottom: 15px;
}

.culture-section .image img {
  width: 100%;
  /* max-width: 560px; */
  height: 384px;
  object-fit: cover;
  display: block;
}

.history-maasai-section {
  background: #f9f8f5;
}

.culture-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}


.culture-activity-head {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  font-family: Lato;
  line-height: 40px;
  color: #715E38FF;
  padding-bottom: 22px;
}

.culture-experience-wrapper {
  max-width: 1024px;
}

.culture-gallery-wrapper {
  padding: 0px 20px 0px 20px;
}

.culture-experience-wrapper {
  padding: 70px 40px 40px 40px;
  background: #f9f8f5;
  margin-bottom: 30px;
}

#culture_gallery {
  background-color: #fff;
  padding-top: 0px;
}

#culture_gallery .home-gallery {
  background-color: #fff;
}

/* #revers_section {
  padding-bottom: 0px;
} */

.culture-category {
  height: 26px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #f9f8f5;
  border-color: #00000000;
  width: fit-content;
  font-size: 12px;
}

.culture-intro {
  padding: 80px 20px 50px 20px;
}

.culture-intro h2 {
  font-size: 28px;
  text-align: center;
  color: #796749FF;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 300;
}

.belief-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
  color: #FFFFFFFF;
  text-transform: uppercase;
}

#belief_head {
  top: 75%;
}

.belief-lodges h2 {
  text-transform: uppercase;
  width: 530px;
  font-family: Lato;
  font-size: 28px;
  font-weight: 300;
  color: #715E38FF;
}

.belief-gallery-wrapper {
  background: #f9f8f5;
}

.belief-experience-wrapper {
  padding: 70px 40px 70px 40px;
  margin-bottom: 60px;
  max-width: 1024px;
}

.belief-category {
  height: 26px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #f9f8f5;
  border-color: #00000000;
  width: fit-content;
  font-size: 12px;
  margin: 10px 0px 0px 0px;
}

.belief-gallery-title {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: #171A1FFF;
  margin: 10px 0 4px;
  margin: 5px 0px 0px 5px;
}

#belief_activity_head {
  padding-bottom: 10px;
  text-transform: uppercase;
}

#mwct_head {
  width: 100%;
}

.mwct-intro-desc {
  height: auto;
  text-align: center;
  margin: 0 auto;
  width: 1024px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #565D6DFF;
  margin-top: 15px;
}

#mwct_section p {
  margin: 10px 0px;
}

#mwct_section {
  padding: 0px 20px 70px 20px;
}

.feature-desc {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #565D6DFF;
  text-align: center;
}

#feature_section_head {
  padding-bottom: 10px;
  color: #715E38FF;
}

#feature_content_section_head {
  padding-bottom: 10px;
  color: #715E38FF;
}

#mwct_feature_section {
  background-color: #f9f8f5;
}

.mwct-feature-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 238px;
  height: auto;
  background: #FFFFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  width: 330px;
  height: auto;
}

.mwct-feature-icon img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
}

.mwct-feature-content {
  padding: 20px;
}

#mwct_community_section {
  background-color: #fff;
}

.conservation-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}

.conservation-main-wrapper {
  background: #B5A17F12;
  padding: 70px 20px;
}

.conservation-wrapper h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}

#mwct_head {
  top: 0px;
}

#mwct_intro {
  padding: 70px 20px 30px 20px;
}

.mwct-desc {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #565D6DFF;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  margin: 0px auto 20px auto;
}

#mwct_conservation_section {
  padding: 40px 20px 0px 20px;
}

#mwct_gallery {
  background-color: #fff;
}

#mwct_gallery .home-gallery {
  background-color: #fff;
}

/* resort list section */
.resort-banner {
  height: 695px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center top 20%;
}

.resort-banner h1 {
  font-size: 45px;
  text-transform: uppercase;
  top: 100px;
  width: 850px;
  line-height: 69px;
  font-weight: 300;
  color: #FFFFFFFF;
  position: relative;
  margin: 0 auto;
}

.resort-banner ::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* .resort-banner-button {
  position: absolute;
  top: auto;
  left: 579px;
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #171A1FFF;
  background: #FFFFFFFF;
  opacity: 1;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  gap: 20px;
  margin-top: 20px;
  text-decoration: none;
} */

.resort-banner-button {
  position: relative;
  top: 60px;
  width: 271px;
  height: 60px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #FFFFFFFF;
  background: #FFFFFF00;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #FFFFFFFF;
  border-style: solid;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  margin: 0 auto;
  text-decoration: none;
}


.resort-banner-button .icon {
  width: 20px;
  height: 20px;
  fill: #171A1FFF;
}

.resort-banner-button:hover {
  color: #fff;
  background: #9F895FFF;
  border-color: #9F895FFF;
}

.resort-banner-button:hover:active {
  color: #171A1FFF;
  background: #BCC1CAFF;
}

.resort-banner-button:disabled {
  opacity: 0.4;
}

.resorts-banner img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  filter: brightness(70%);
}

.resort-intro {
  padding: 50px 20px;
  background: #F9F8F5FF;
}

.resort-intro p {
  font-size: 14px;
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  line-height: 29px;
  font-weight: 400;
  color: #4B5563FF;
}

.resorts-list h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #796749FF;
}

.resorts-list .card {
  transition: all 0.3s ease;
  border-radius: 10px;
}

.resorts-list .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.image-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #565D6DFF;
  margin-bottom: 15px;
}

.resorts-list .card-body h5 {
  font-size: 13px;
  color: #171A1FFF;
}


.resorts-list .card-body .btn-outline-primary {
  font-size: 0.85rem;
  padding: 5px 10px;
}

.resorts-list .card-body .btn-primary {
  border-radius: 50px;
}

.excellence-section {
  background: #fff;
  padding: 50px 20px;
}

.excellence-section h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.excellence-section .excellence-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.excellence-section .excellence-box:hover {
  transform: translateY(-5px);
}

.plan-visit-arrow {
  width: 20px;
  height: 20px;
}

#resort_head {
  top: 20px;
  /* margin-bottom: 15px; */
}

.resorts-list-wrapper {
  padding: 50px 20px;
}

.our-resorts-head {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #796749FF;
}

.resort-explore {
  width: 110px;
  height: 30px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #171A1FFF;
  background: #FFFFFFFF;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #DEE1E6FF;
  border-style: solid;
  text-decoration: none;
  text-transform: uppercase;
}

.resort-explore:hover {
  color: #171A1FFF;
  background: #FFFFFFFF;
  border-color: #967738FF;
}

.resort-explore:hover:active {
  color: #171A1FFF;
  background: #FFFFFFFF;
}

.resort-explore:disabled {
  opacity: 0.4;
}

.resort-bg-head {
  font-family: Lato;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

.resort-bg-desc {
  width: 566px;
  height: 82px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}

.resort-detail-desc p {
  font-size: 14px;
}

.card-body {
  border-radius: 0 !important;
  padding: 20px;
}

.resort-split-head {
  width: 100%;
  height: 72px;
  font-family: Lato;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  color: #171A1FFF;
  text-transform: uppercase;
}

.resort-split-desc {
  width: 602px;
  height: auto;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #171A1FFF;
}

.excellence-head {
  font-size: 28px;
  line-height: 48px;
  font-weight: 300;
  color: #796749FF;
  text-transform: uppercase;
}

.excellence-desc {
  width: 500px;
  font-size: 14px;
  font-weight: 400;
  color: #565D6DFF;
  margin: 0px auto 20px auto;
  line-height: 29px;
}

.excellent-row {
  padding: 40px 20px;
}

.excellence-title-head {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  color: #171A1FFF;
  margin-bottom: 3px;
}

.excellence-description-part {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  color: #565D6DFF;
  width: 200px;
  display: inline-block;
  line-height: 15px;
}

.excellent-icon {
  margin-bottom: 20px;
}

#resort_banner {
  height: 600px;
  background-position: center;
}

#culture_activity_head {
  text-transform: uppercase;
}

.mwct-feature-title {
  font-family: Lato;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  color: #715E38FF;
  text-transform: uppercase;
}

#ev_banner {
  height: 628px;
  background-position: center top 75%;
}

#ev_banner_head {
  top: 20px;
}

#banner_slide_content .banner-image-head {
  top: 0px;
}

.ev-intro {
  padding: 60px 20px 60px 20px;
  background: #f9f8f5;
  border-radius: 0px 0px 0px 0px;
}

.ev-intro h2 {
  font-size: 28px;
  text-align: center;
  color: #796749FF;
  text-transform: uppercase;
  font-weight: 300;
  width: 600px;
  margin: 0 auto;
  line-height: 40px;
  margin-bottom: 25px;
}

.ev-intro-desc {
  width: 1024px;
  height: auto;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #565D6DFF;
  text-align: center;
  margin: 0px auto;
}

.ev-lodges {
  padding: 60px 20px;
}

.ev-lodges h2 {
  text-transform: uppercase;
  width: 450px;
  font-family: Lato;
  font-size: 28px;
  font-weight: 300;
  color: #715E38FF;
  line-height: 36px;
}

.ev-culture-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  gap: 20px;
}



.ev-culture-section .content,
.ev-culture-section .image {
  flex: 1;
  max-width: 50%;
}

.ev-culture-section .content {
  padding: 0 10px;
}

.ev-culture-section .content p {
  width: 443px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #565D6DFF;
  margin: 0;
}

.ev-culture-section .image img {
  width: 100%;
  max-width: 560px;
  height: 384px;
  object-fit: cover;
  display: block;
}

.ev-lodges ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0;
}

.ev-lodges ul li {
  position: relative;
  padding-left: 25px;
  color: #565D6DFF;
  margin-bottom: 6px;
  font-size: 14px;
}

.ev-lodges ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  top: -14px;
  width: 100%;
  height: 50px;
  background-image: url(../images/dot.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ev-lodges ul li:last-child {
  margin-bottom: 0;
}

.boxes-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* center the boxes */
  gap: 20px;
  /* space between boxes */
}

.box {
  flex: 1 1 30%;
  max-width: 346px;
  padding: 20px;
  text-align: center;
  background: #796749FF;
  border-radius: 10px;
  box-shadow: 0px 4px 9px #171a1f1C, 0px 0px 2px #171a1f1F;
  height: auto;
}

.box img {
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
}

.box h3 {
  margin-bottom: 10px;
}


.conservation-features {
  padding: 60px 20px;
  background: #f9f8f5;
}

.conservation-features {
  padding: 60px 20px;
}

/* .ev-experience-wrapper {
  margin-bottom: 30px;
} */

.conservation-experiences {
  width: 100%;
  margin: 0px auto 0px auto;
  line-height: 29px;
}

.ev-experience-title {
  font-family: Lato;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #FFFFFFFF;
}

.ev-experience-desc {
  width: 263px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #FFFFFFFF;
  margin: 0 auto;
}

#ev_intro h2 {
  margin-bottom: 22px;
}

.ev-activity-head {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  font-family: Lato;
  line-height: 40px;
  color: #715E38FF;
  padding-bottom: 22px;
  text-transform: uppercase;
  margin-left: 75px;
}


.conservation-features .container {
  padding: 0px;
}

#ev_culture_head {
  width: 530px;
  font-family: Lato;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  color: #715E38FF;
}

.download-banner-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
  color: #FFFFFFFF;
  margin-top: 120px;
}

.download-icon {
  width: 48px;
  height: 48px;
  background: #7967491A;
  border-radius: 9999px;
}

.downloads-wrap .container {
  max-width: 1024px;
  margin: 0px auto;
  background-color: #f9f8f5;
  padding: 0px 40px;
}

.faq-item p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #565D6DFF;
  margin-bottom: 0px;
}

.contact-send-message {
  font-family: Montserrat;
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
  color: #796749FF;
  text-transform: uppercase;
}

.contact-info h2 {
  font-size: 28px;
  color: #796749FF;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 400;
  font-family: Montserrat;
}

.info-image-wrapper {
  float: left;
}

.info-address-wrapper {
  margin: 0px 0px 0px 30px;
}

.info-address-wrapper p {
  margin: 0px 0px 5px 0px;
}

.address-details {
  font-size: 14px;
  font-weight: 400;
  color: #565D6DFF;
}

.address-head {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #171A1FFF;
}

.info-enquire-wrapper {
  margin: 0px 0px 0px 30px;
}

.info-enquire-wrapper p {
  margin: 0px 0px 5px 0px;
  line-height: 26px;
  font-weight: 400;
  color: #565D6DFF;
}

.agents-portal {
  margin-right: 20px;
}

.hamburger-head {
  --btn-width: 21px;
  --btn-height: 18px;
  --bar-h: 2px;
  --gap: 0px;
  position: relative;
  width: var(--btn-width);
  height: var(--btn-height);
  display: block;
}


.hamburger-head .bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--bar-h);
  background: #796749FF;
  border-radius: 2px;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1),
    top .28s cubic-bezier(.2, .8, .2, 1),
    opacity .18s ease,
    width .18s ease;
  transform-origin: center center;
  box-sizing: border-box;
}


.hamburger-head .bar1 {
  top: 0;
}

.hamburger-head .bar2 {
  top: calc(50% - (var(--bar-h) / 2) - (var(--gap) / 2));
}

.hamburger-head .bar3 {
  top: calc(50% - (var(--bar-h) / 2) + (var(--gap) / 2));
}

.hamburger-head .bar4 {
  bottom: 0;
}

.checkbox-head:checked+label>.hamburger-head .bar1,
.checkbox-head:checked+label>.hamburger-head .bar4 {

  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 100%;
}


.checkbox-head:checked+label>.hamburger-head .bar1 {
  transform: translateY(-50%) rotate(45deg);
}

.checkbox-head:checked+label>.hamburger-head .bar4 {
  transform: translateY(-50%) rotate(-45deg);
}


.checkbox-head:checked+label>.hamburger-head .bar2,
.checkbox-head:checked+label>.hamburger-head .bar3 {
  opacity: 0;
  transform: scaleX(0);
  width: 0%;
}

#single_tenant_banner {
  height: 628px;
}

/* single tenant style */
.tenant-intro .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1024px;
}

.left-side {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 700px;
  height: auto;
  background: #FFFFFFFF;
  border-radius: 16px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  padding: 25px;
}

.left-side h1 {
  font-weight: 300;
  color: #171A1FFF;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  color: #715E38FF;
  text-transform: uppercase;
}

.left-side p {
  width: 100%;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #565D6DFF;
  margin-bottom: 5px;
}

.left-side p:last-of-type {
  margin-bottom: 30px;
}

.left-side img {
  max-width: 100%;
  width: 656px;
  height: 355px;
  border-radius: 0px;
  margin-bottom: 30px;
}

.right-side {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  background: #FFFFFFFF;
  border-radius: 0px;
  border-width: 1px;
  border-color: #BCC1CAFF;
  border-style: solid;
  box-shadow: 0px 4px 9px #171a1f1C, 0px 0px 2px #171a1f1F;
}

.right-side h2 {
  line-height: 32px;
  font-weight: 600;
  margin: 10px 0px 0px 0px;
  font-family: Lato;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #171A1FFF;
}

.right-side h3 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  font-family: Lato;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #171A1FFF;
  text-transform: uppercase;
}

.rate-column {
  /* flex: 1; */
  min-width: 150px;
  padding-bottom: 10px;
  box-sizing: border-box;
  height: 225px;

}

.rate-column-inner {
  display: inline-block;
  position: relative;

}

.rate-column-inner::after {
  content: "";
  display: block;
  border-bottom: 1px solid #DEE1E6FF;
  width: 100%;
  margin-top: 5px;
}

.rate-item span:first-child {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 15px;
}

.date-range {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #565D6DFF;
  max-width: 200px;
}

.rate-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.rate-item span:first-child {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #565D6DFF;
  width: 170px;
}

.tenant-intro {
  padding: 60px 20px;
}

.tenant-enquire-btn {
  width: 210px;
  height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #9F895FFF;
  background: #00000000;
  /* transparent */
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #9F895FFF;
  border-style: solid;
  text-decoration: none;
}

.cottage-rate {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #796749FF;
}

.tenant-wrapper {
  width: 100%;
}

.tenant-bg-head {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 10px;
  margin-top: 70px;
  line-height: 33px;
  text-align: center;
}

.tenant-bg-desc {
  word-wrap: break-word;
  font-size: 16px;
  margin: 0px;
  padding-bottom: 0px;
  width: 444px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  width: 535px;
  margin: 0 auto;
}

.tenant-section-bg {
  position: relative;
  color: #fff;
  background-position: center;

}

.tenant-button-wrapper {
  text-align: center;
  margin-top: 20px;
  /* optional spacing */
}

.tenant-btn-activity {
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  width: 165px;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #171A1FFF;
  background: #FFFFFFFF;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #FFFFFFFF;
  border-style: solid;
  text-decoration: none;
}

.tenant-btn-activity :hover {
  color: #171A1FFF;
  background: #DEE1E6FF;
}

.tenant-btn-activity :hover:active {
  color: #171A1FFF;
  background: #BCC1CAFF;
}

.tenant-btn-activity :disabled {
  opacity: 0.4;
}

.tenant-section-bg .bg-overlay {
  height: 450px;
}

.tenant-feature-box {
  background: #fff;
  /* padding: 30px 20px; */
  padding: 10px 20px 20px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 280px;
  height: 298px;
  background: #FFFFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
}

.tenant-feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.tenant-feature-icon {
  width: 120px;
  margin: 0 auto;
  min-height: 19px;
}

.tenant-feature-icon img {
  width: 80px;
  height: auto;
}

.tenant-feature-title {
  /* width: 184px; */
  font-family: Lato;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #171A1FFF;
}

.tenant-feature-description {
  /* width: 184px; */
  font-family: Montserrat;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #565D6DFF;
}

.tenant-second-section-bg {
  position: relative;
  background: #897244FF;
  border-radius: 0px;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  padding: 60px 20px;
  color: #fff;
}

.tenant-btn-plan-activity {
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  width: 400px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #000000FF;
  background: #FFFFFFFF;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #FFFFFFFF;
  border-style: solid;
  text-decoration: none;
}

.tenant-btn-plan-activity :hover {
  color: #000000FF;
  background: #FFFFFFFF;

}

.tenant-btn-plan-activity :hover:active {
  color: #000000FF;
  /* black */
  background: #FFFFFFFF;
  /* white */
}

.tenant-btn-plan-activity :disabled {
  opacity: 0.4;
}

.tenant-bg-plan-head {
  font-size: 28px;
  margin: 0px;
  padding-bottom: 10px;
  line-height: 33px;
  text-align: center;
}

.tenant-bg-plan-desc {
  word-wrap: break-word;
  font-size: 14px;
  margin: 0px;
  padding-bottom: 0px;
  width: 444px;
  font-size: 14px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  width: 530px;
  margin: 0 auto;
}

.section-press-feature {
  padding: 60px 20px;
  height: 685px;
  display: none;
}

/* end single tenant */
.press-btn-wrapper {
  margin: 5px 0px 0px 0px;
}

.press-date .fa-calendar-days {
  font-size: 15px;
}

.awards-section {
  padding: 60px 20px;
  background: #f9f8f5;
  border-radius: 0px 0px 0px 0px;
}

#award_item_description {
  width: 294px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #19191FFF;
}

.press-img-wrapper {
  padding: 6px 12px;
  width: 48px;
  height: 48px;
  background: #796749FF;
  border-radius: 9999px;
}

#press_feature_head {
  top: 50px;
}

.blog-first-section {
  padding: 60px 2px 0px 20px;
}

.blog-first-section .container {
  max-width: 1024px;
}

.blog-time {
  margin-right: 10px;
  font-size: 12px;
}

.blog-read {
  font-size: 12px;
}

.small-post-clock {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  color: #565D6DFF;
  margin-right: 4px;
}

.small-post-read {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  color: #565D6DFF;
}

.feature-small-post-clock {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #565D6DFF;
  margin-right: 4px;
}

.feature-small-post-read {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #565D6DFF;
}

.feature-clock {
  width: 12px;
  height: 12px;
}

.feature-calander {
  width: 12px;
  height: 12px;
}

.recent-posts-wrapper {
  padding: 60px 20px;
}

.recent-posts-wrapper .container {
  max-width: 1024px;
}

.recent-post-subtitle {
  /* width: 280px; */
  font-family: Lato;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #171A1FFF;
   width: 100%;
}

.header-conact-page {
  font-size: 28px;
  color: #796749FF;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 400;
  font-family: Montserrat;
}

.footer-follow-us {
  padding: 0px;
  margin: 0px;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 27px;
  font-weight: 400;
  color: #000000FF;
}

/* .footer-div .container {
  padding: 0px;
  margin: 0px;
} */
.single-resort-btn-link {
  width: 175px;
  height: 37px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #FFFFFFFF;
  background: #796749FF;
  opacity: 1;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  text-decoration: none;
  margin-top: 20px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #796749FF;
  border-style: solid;
  text-decoration: none;
}

#right_content {
  margin-top: 60px;
}

.fullscreen-nav li:last-child {
  margin-bottom: 0;
}

.home-resort-title {
  text-transform: uppercase;
  font-weight: 600 !important;
}

.home-resort-content {
  min-height: 45px;
}

#single_press_banner {
  height: 800px;
}

#downloads_page_banner .banner-image-head {
  top: 100px;
}

#downloads_page_banner {
  height: 600px;
}

#single_resort_banner_div {
  height: 600px;
}

#air_safari_enquire_now {
  width: 180px;
  height: 45px;
  margin: unset;
}

.about-commitments {
  padding: 60px 0px 0px 0px;
}

.about-vision .container,
.about-mission .container {
  max-width: 1024px;
}

.vision-row {
  padding-left: 25px;
}

#mwct_conservation_section .content p {
  margin: 10px 0px 10px 0px;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 20px !important;
}

.single-tent .left-side strong {
  font-size: 14px;
  font-weight: 700;
}

.single-tent .left-side ul li {
  font-size: 14px;
  line-height: 26px;
}

#maasai_belief_content {
  top: 55%;
}

.faq-answer strong {
  font-size: 13px;
  font-weight: 600;
}

.faq-answer .wp-block-list li {
  font-size: 14px;
  line-height: 30px;
}

#contact_temp_head {
  top: 50px;
}

.sub-menu li {
  margin-bottom: 5px;
}

#home_item_content {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#home_item_content h3 {
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

#safari_home_item_content {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#safari_home_item_content h3 {
  margin: 0px 0px 10px 0px;
}

.header-container {
  padding: 0px;
}

.awards-section .container {
  max-width: 1024px;
}

#contact_phone_error {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
}

#contact_service_error {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
}

#contact_phone_wrapper {
  margin-bottom: 25px;
}

#contact-phone-number {
  width: 530px;
}

.terms-checkbox input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.terms-checkbox a {
  color: #0073e6;
  text-decoration: underline;
}

.wpcf7-list-item {
  margin: 0px;
}

#contact_phone_wrapper .form-select {
  height: 44px;
}

#mobile_foooter_logo {
  display: none;
}

#awards,
#press-features {
  scroll-margin-top: 100px;
}

div.lodge-section:nth-of-type(1) {
  margin-bottom: 70px;
}

.home-bg-overlay {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1423px;
  height: 425px;
  /* background: linear-gradient(90deg, #000000FF 25%, #00000000 100%); */
  border-radius: 0px 0px 0px 0px;
  padding: 40px 20px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 100%);
}

.page-template-home-template .section-bg {
  padding-top: 0px;
}

.page-template-home-template .experience-head {
  margin-top: 80px;
}

#home_mobile_gallery {
  display: none;
}

#home_gallery_items {
  display: none;
}

#mobile_swiper_buttons {
  display: none;
}

/* new hover css */

#home_banner_btn:hover {
  color: #fff;
  background: #9F895FFF;
  border-color: #9F895FFF;
}

.intro-section-btn:hover {
  color: #fff;
  background: #9F895FFF;
  border-color: #9F895FFF;
}

.item-activity:hover {
  color: #fff;
  background: #9F895FFF;
  border-color: #9F895FFF;
}

.item-legacy:hover {
  color: #fff;
  background: #9F895FFF;
  border-color: #9F895FFF;
}

.item-enquire:hover {
  color: #FFFFFFFF;
  background: #967738FF;
}

.safari-destination-btn:hover {
  color: #FFFFFFFF;
  background: #967738FF;
  border-color: #9F895FFF;
}

.plan-safari-btn:hover {
  color: #FFFFFFFF;
  background: #967738FF;
  border-color: #9F895FFF;
}

.item-discover:hover {
  color: #FFFFFFFF;
  background: #967738FF;
  border-color: #9F895FFF;
}

.explore-leagcy-btn:hover {
  color: #FFFFFFFF;
  background: #967738FF;
}

.single-resort-enquire-btn:hover {
  color: #FFFFFFFF;
  background: #967738FF;
}

.single-resort-btn-link:hover {
  color: #FFFFFFFF;
  background: #967738FF;
}

.split-button:hover {
  color: #FFFFFFFF;
  background: #967738FF;
}

.resort-explore:hover {
  color: #FFFFFFFF;
  background: #967738FF;
}

.press-item-btn:hover {
  color: #FFFFFFFF;
  background: #967738FF;
}

#agents_portal:hover {
  color: #FFFFFFFF;
  background: #967738FF;
  border-color: #9F895FFF;
}

#header_enquire_now:hover {
  color: #FFFFFFFF;
  background: #967738FF;
  border-color: #9F895FFF;
}

.commitment-item .btn:hover {
  color: #FFFFFFFF;
  background: #967738FF;
  border-color: #9F895FFF;
}

.download-btn:hover {
  color: #FFFFFFFF;
  background: #967738FF;
  border-color: #9F895FFF;
}

.tenant-enquire-btn:hover {
  color: #FFFFFFFF;
  background: #967738FF;
  border-color: #9F895FFF;
}

.tenant-btn-activity:hover {
  color: #FFFFFFFF;
  background: #967738FF;
  border-color: #9F895FFF;
}

.tenant-btn-plan-activity:hover {
  color: #FFFFFFFF;
  background: #967738FF;
  border: 1px solid #fff;
}

.gallery-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-origin: center;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.mwct-feature-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-origin: center;
}

.mwct-feature-box:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.highlight-wrapper {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.highlight-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.item a {
  text-decoration: none;
}

.testimonial-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.testimonial-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
}

.testimonial-modal-close {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.testimonial-modal-close:hover {
  color: #000;
}

.resorts-list-wrapper a {
  text-decoration: none;
}

.card-body .list-item-wrapper {
  height: 75px;
}

#resort_content_section {
  padding-left: 30px;
}

.belief-desc {
  margin-bottom: 15px !important;
}

.share-us {
  margin-top: 20px;
  margin-left: 0px;
}

.share-us h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: unset;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
}

/* Platform colors */
.social-icons a.facebook {
  background: #796749FF;
}

.social-icons a.twitter {
  background: #796749FF;
}

.social-icons a.instagram {
  background: #796749FF;
}

.social-icons a.linkedin {
  background: #796749FF;
}

.social-icons a.whatsapp {
  background: #796749FF;
}

/* Hover effect */
.social-icons a:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

.time-block {
  margin-bottom: 15px;
}

/* .read-more-link:hover {
  color: #005bb5;
  background-color: transparent !important;
} */

.excellence-section .col-md-3 {
  margin-top: 0px !important;
}

.feature-box:hover {
  background: #796749FF;
  /* border: 1px solid #fff;*/
}

.icon-hover {
  display: none;
}

.feature-box:hover .icon-default {
  display: none;
}

.feature-box:hover .icon-hover {
  display: block;
   margin: 0 auto;
}

.feature-box:hover .feature-title,
.feature-box:hover .feature-description {
  color: white;
}

.icon-hover {
  /* width: 50px !important; */
  height: auto;
  /* margin-left: 30px;
  margin-top: 15px; */
}

#heritage_banner .slide-content {
  top: 58%;
}

#heritage_banner .section-slider .slide {
  background-position: center top 30%;
}

#safari_content_desc p {
  width: 579px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 300;
  color: #171A1FFF;
}

.desc-short {
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  color: #565D6DFF;
  /* margin-top: 10px; */
  font-family: 'Montserrat', sans-serif;
}

.testimonial-modal-text {
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #565D6DFF;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}

#our_team_intro {
  margin: 0px;
}

#single_team_banner_head {
  top: 20px;
}

.more-achievements {
  text-align: center;
  margin: 0px;
  padding: 20px 0px;
  font-size: 28px;
  text-align: center;
  color: #796749FF;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 300;
  font-family: 'Lato';
}

#single_team_banner_div {
  height: 628px;
}

/* css for single blog post */

.single-featured-wrapper-section {
  margin: 30px 0px;
  padding: 0px 20px 20px 20px;
}

.more-achievements {
  text-align: center;
  margin: 0px;
  padding: 20px 0px;
  font-size: 28px;
  text-align: center;
  color: #796749FF;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 300;
  font-family: 'Lato';
}

/*  css for sinle blog post */
.single-blog-post {
  max-width: 1400px;
  padding: 0 20px;
  margin: 120px auto 0px auto;
}

.post-header {
  margin: 150px 0px 30px 0px;
}


.post-title {
  font-family: Lato;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #796749FF;
  text-align: center; 
  margin: 20px 0px;
  text-transform: uppercase;
  /* position: absolute; */
}

.single-blog-post-meta {
  padding: 0px;
  color: #666;
  /* display: flex; */
  gap: 12px;
  align-items: center;
  width: 150px;
  margin: 0 auto;
}


time {
  margin-top: 45px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #565D6DFF;
}

.featured-image {
  margin: 18px 0;
  border-radius: 0px;
  overflow: hidden;
  background: #f5f5f5;
}

.featured-image img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
}

.post-body-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  align-items: start;
}

.post-content {
  background: transparent;
  width: 1015px;
}

.post-content p {
  margin-top: 10px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #171A1FFF;
}

.post-content h2 {
  font-family: Lato;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  color: #715E38FF;

}

.post-content h3 {
  margin-top: 0.9rem;
  font-size: 1.1rem;
}

.post-content p {
  margin: 15px 0;
  color: #333;
}

.post-sidebar {
  /*padding: 12px;*/
  padding: 12px 0px 12px 12px;
}

.widget-title {
  margin: 0 0 12px;
  font-size: 1rem;
  font-family: Lato;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #715E38FF;
  text-transform: uppercase;
}

.popular-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px 6px;
  border-radius: 6px;
  transition: background .15s ease, transform .12s ease;
  color: inherit;
  text-decoration: none;
}

.popular-item+.popular-item {
  margin-top: 8px;
}

.popular-item:hover {
  transform: translateY(-2px);
}

.popular-thumb {
  width: 72px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: #ddd;
}

.popular-info {
  min-width: 0;
}

.popular-title {
  margin: 0;
  color: #111;
  display: -webkit-box;
  font-family: Lato;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #171A1FFF;
  text-decoration: none !important;
}

.single-post-read-more-btn {
  width: 275px;
  height: 43px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #FFFFFFFF;
  background: #796749FF;
  opacity: 1;
  border: none;
  border-radius: 0px;
  text-decoration: none;
  margin: 0 auto;
}

.related-posts {
  padding: 0px 0px 60px 0px;
}

#related_heading {
  font-family: Lato;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  color: #715E38FF;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.related-grid {
  display: flex;
}

.related-item {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 16px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform .15s ease;
  /* flex: 1; */
  margin-right: 20px;
  border-radius: 0px 0px 0px 0px;
  width: calc(33.33% - 12px);
}

.related-item:hover {
  transform: translateY(-4px);
}

.related-only {
  width: 100%;
  height: 224px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.related-title {
  font-size: 16px;
  margin: 0px;
  color: #171A1FFF;
  line-height: 1.3;
  text-decoration: none;
  padding: 20px 20px;
}

.related-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin: 0px 14px;
  width: 109px;
  height: 33px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  color: #FFFFFFFF;
  background: #796749FF;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #796749FF;
  border-style: solid;
  text-decoration: none;
}

.related-btn:hover {
  color: #FFFFFFFF;
  background: #514531FF;
}

.single-post-btn-wrapper {
  margin: 40px 0px;
}

.single-blog-post .container {
  /* margin: 0px; */
  width: 100%;
  max-width: unset;
  margin: 0 auto;
}

.post-content figure {
  margin: 1rem 0;
}

.single-post-read-more-btn:hover {
  color: #FFFFFFFF;
  background: #514531FF;
}

.recent-single-posts {
  background: #FFFFFFFF;
  border-radius: 16px;
  box-shadow: 0px 0px 0px #00000000, 0px 0px 2px #171a1f1F;
  padding: 20px;
}

.blog-resorts {
  background: #FFFFFFFF;
  border-radius: 16px;
  box-shadow: 0px 0px 0px #00000000, 0px 0px 2px #171a1f1F;
  margin-top: 50px;
  padding: 20px;
}

.blog-resorts .popular-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  text-decoration: none;
}


.blog-resorts .popular-thumb {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}


.blog-resorts .popular-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.blog-resorts .popular-title {
  margin: 0 0 10px 0;
  width: 182px;
  height: 20px;
  font-family: Lato;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #715E38FF;
}

.blog-resorts .resort-btn {
  padding: 0 12px;
  font-size: 12px;
  text-decoration: none;
  width: 65px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Lato;
  line-height: 11px;
  font-weight: 300;
  color: #FFFFFFFF;
  background: #9F895FFF;
  opacity: 1;
  border: none;
  border-radius: 0px;
}

.blog-resorts .resort-btn:hover {
  color: #FFFFFFFF;
  background: #9F895FFF;
}

/* end css for single blog post */

.info-enquire-wrapper a {
  text-decoration: none;
  color: #565D6DFF;
}

#term_checkbox_wrapper input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

#term_checkbox_wrapper .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
}

.fa-star {
  font-size: 8px;
  color: #f57617;
  margin-right: 2px;
}

.left-side li {
  font-size: 14px;
  line-height: 29px;
}

.left-side strong {
  font-size: 14px;
}

.resort-first-item {
  padding-top: 80px;
}

.resort-second-item {
  padding: 30px 0px 80px 0px;
}

#contact_banner {
  height: 600px;
}

.wpcf7-form .intl-tel-input {
  display: block;
  width: 100%;
}

.wpcf7-form .intl-tel-input input {
  width: 100% !important;
}

#safari_home_item_content p {
  margin-bottom: 0px !important;
}

/* team style */

.team-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 60px 0px;
  overflow: visible;
}

.team-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
  z-index: 1;
}

.team-image img {
  width: 100%;
  height: auto;
  display: block;
}

.team-content {
  position: relative;
  margin-left: 40%;
  max-width: 56%;
  background: #fff;
  z-index: 3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  min-height: 100%;
  padding: 20px 30px 20px 30px;
}

.team-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

#team_content p {
  margin-bottom: 0px;
}

#team_content strong {
  color: #000;
}


.contact-item {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 12px;
  flex-shrink: 0;
}

.email-icon {
  background-color: #673C00FF;
  color: white;
}

.whatsapp-icon {
  background-color: #673C00FF;
  color: white;
}

.home-gallery-item.first-row {
  height: 200px;
}

.view-more-photos {
  display: none;
}


.view-more-gallery {
  width: 235px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFFFF;
  background: #CFB47CFF;
  opacity: 1;
  border: none;
  border-radius: 3px;
  margin: 0 auto;
  text-decoration: none;
}

.view-more-gallery:hover {
  color: #FFFFFFFF;
  background: #967738FF;
}

.view-more-gallery:hover:active {
  color: #FFFFFFFF;
  background: #725A2AFF;
}

.view-more-gallery:disabled {
  opacity: 0.4;
}

#air_safari_ratings .fa-star {
  color: #facc15;
}

.safari-testimonial-title {
  font-size: 14px;
  font-weight: bold;
  color: #171A1FFF;
}

#air_safari_description {
  margin-top: 25px;
}

#air_safari_testimonial_slider {
  width: 330px;
  height: 380px;
  background: #FFFFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 2px #171a1f1F, 0px 8px 17px #171a1f26;
}

#air_safari_thumbnail img {
  width: 36px;
  height: 36px;
}

#slider_safari {
  max-width: 1300px;
}

#safari_short {
  line-height: 28px;
}

.culture-section-btn {
  width: 136px;
  height: 36px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #9F895FFF;
  background: #00000000;
  opacity: 1;
  border-radius: 0px;
  border-width: 1px;
  border-color: #9F895FFF;
  border-style: solid;
  margin: 20px 0px;
  font-family: 'Montserrat', sans-serif;
}

.culture-section-btn:hover {
  color: #816F4DFF;
  background: #00000000;
}

.culture-section-btn:hover:active {
  color: #67593EFF;
  background: #00000000;
}

.culture-section-btn:disabled {
  opacity: 0.4;
}

.closing-tag p {
  text-align: center;
  font-weight: bold;
  padding: 50px 0px 50px 0px;
  font-size: 14px;
  font-style: italic;
}

.culture-last-class {
  padding-bottom: 20px !important;
}

.belief-culture-section {
  padding: 50px 20px 0px 20px;
}

.property-chooser-section {
  padding: 20px;
}

.property-chooser-section ul li {
  font-size: 14px;
  margin-bottom: 5px;
}

#our_belief_page h2 {
  font-family: Montserrat;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  color: #715E38FF;
  margin-left: 10px;
}

.property-chooser-section ul li a {
  color: #212529;
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.4;
  transition: color 0.3s ease, transform 0.2s ease;
}

#property_chooser ul li a:hover {
  color: #212529;
  transform: translateX(4px);
}

/* #property_chooser h2 {
  font-family: Montserrat;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  color: #715E38FF;
  margin-left: 10px;
} */

.belief-culture-section ul li {
  margin-bottom: 15px;
}

.belief-culture-section strong span {
  font-size: 14px;
  font-weight: bold;
}

.belief-culture-section span {
  font-size: 14px;
}

#belief_enquire_now {
  width: 186px;
  height: 48px;
  background: #FFFFFFFF;
  border-radius: 0px;
  margin: 20px auto 0px auto;
}

#belief_enquire_now:hover {
  color: #fff;
  background: #9F895FFF;
  border-color: #9F895FFF;
  border: 1px solid #fff;
}

.belief-legacy-section {
  height: auto;
  background: #796749FF;
  border-radius: 0px 0px 0px 0px;
  padding: 60px 20px;
}

.belief-section-bg {
  margin: 60px 0px 0px;
}

#belief_banner_img {
  background-position: center top -10%;
  height: 600px;
}

#mwct_banner {
  height: 600px;
}

.mwct-features-section {
  padding: 60px 0;
  background-color: #fff;
}

.mwct-features-section .container {
  gap: 20px;
  display: flex;
  text-align: center;
  max-width: 1300px;
}

.mwct-feature-description {
  width: 100%;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  color: #565D6DFF;
}

#culture_wrapper .culture-section {
  align-items: unset;
}

.conservation-features ul {
  list-style: none;
  margin: 20px 0px 20px 0px;
  padding: 0;
}

.conservation-features ul li {
  position: relative;
  padding-left: 25px;
  color: #565D6DFF;
  margin-bottom: 6px;
}

.conservation-features ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  top: -14px;
  width: 100%;
  height: 50px;
  background-image: url(../images/dot.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.conservation-features ul li:last-child {
  margin-bottom: 0;
}

.conservation-experiences p {
  font-size: 15px;
  margin: 0px;
}

#ev_culture_gallery {
  background: #fff;
}

.ev-lodges .container {
  max-width: 1200px;
}

.ev-lodges .ev-culture-section {
  align-items: unset;
}

.ev-culture-section .content p {
  width: 100%;
}

#ev_culture_gallery .home-gallery {
  background: #fff;
}

#culture_wrapper_parent .culture-wrapper {
  max-width: 1200px;
}

#culture_wrapper .culture-section .content p {
  width: 100%;
}

#abt_banner_slide_content {
  top: unset;
}

.faq-group-title {
  font-size: 22px;
  font-weight: 400;
  padding: 20px 0px 0px;
  color: #715E38FF;
  text-transform: uppercase;
}

#awards p {
  font-size: 14px;
  line-height: 29px;
}

#awards .wp-block-list {
  list-style-type: disc;
}

.wp-block-list {
  padding-left: 15px;  
}

.wp-block-list li {
  font-size: 14px;
  margin-bottom: 10px;
}

.award-content-section {
  margin-bottom: 50px;
}

#home_testimonial_title {
  font-size: 13px;
}

.award-recognition-head strong {
  margin-bottom: 20px;
  font-family: Lato;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: #715E38FF;
  text-transform: uppercase;
}

/* timeline css */

.story-details {
  cursor: pointer;
}

.timeline-wrapper {
  font-family: 'Montserrat';
}

.timeline-wrapper .wp-block-heading {
  font-size: 13px !important;
}

.timeline-wrapper .wp-block-image img {
  display: block;
}

.timeline-wrapper .wp-block-image img:not([style*="display: none"]) {
  margin-bottom: 20px;
}


.timeline-wrapper .ctlb-block-desc {
  line-height: 27px !important;
  font-size: 13px !important;
}


.content-wrapper-about {
  position: relative;
}

.content-text {
  max-height: 120px;
  overflow: hidden;
  transition: max-height 1s ease, opacity 0.6s ease;
  opacity: 0.9;
}

.content-wrapper-about::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.content-wrapper-about.active .content-text {
  max-height: 2000px;
  opacity: 1;
}

.content-wrapper-about.active::after {
  opacity: 0;
}


#abt_read_more {
  width: 150px;
  height: 37px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #796749FF;
  background: #00000000;
  opacity: 1;
  border-radius: 3px;
  border-width: 1px;
  border-color: #796749FF;
  border-style: solid;
  margin: 0 auto;
  text-decoration: none;
  margin-top: 20px;
}

.storyline {
  text-align: center;
  color: #796749FF;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}

.wp-block-image img {
  aspect-ratio: auto !important;
}

.story-content p {
  font-size: 13px !important;
}

.cool-timeline-block-list .wp-block-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  aspect-ratio: auto !important;
  display: block;
}

.wp-block-cp-timeline-content-timeline-block-child:nth-child(7) .wp-block-image img {
  height: auto;
}

#resort_content_section p {
  font-size: 14px;
  width: 100%;
  line-height: 29px;
}

/* .page-template-resort-list-template .home-gallery {
  background: #fff;
} */

#property_chooser {
  text-align: center;
}

#property_chooser ul {
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

#property_chooser ul li {
  display: flex;
  align-items: center;
}

#property_chooser ul li::before {
  content: "\2022";
  font-size: 24px;
  line-height: 1;
  margin-right: 10px;
  flex-shrink: 0;
}

#safari_home_item_content .item-enquire {
  margin-top: 45px;
}


.menu-item-has-children>a {
  font-weight: bold;
  cursor: pointer;
  pointer-events: auto;
}

.menu-item-has-children.menu-item-type-custom>a {
  font-weight: bold;
  cursor: default;
  /* pointer-events: none; */
}

.testimonial-slide {
  display: flex;
  flex-direction: column;
}

.testimonial-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.testimonial-text {
  flex: 1;
}

.testimonial-description {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.testimonial-description .desc-short {
  flex: 1;
}

.read-more-btn {
  align-self: flex-start;
  margin-top: 10px;
}

.share-us h2 {
  font-family: 'Lato' !important;
}

.page-template-home-template .items-wrapper .item {
  display: flex;
  flex-direction: column;
}

.fullscreen-nav li.menu-item-584>a {
  text-transform: none;
}

#ev_intro p {
  width: 1024px;
  height: auto;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #565D6DFF;
  text-align: center;
  margin: 0px auto;
}

.required-label::after {
  color: red;
  font-size: 14px;
  padding-left: 4px;
  content: "*";
  display: inline;
}

#culture_section_content {
  padding: 0px;
}

.post-meta p {
  margin: 10px 0px;
  font-family: Montserrat;
  font-size: 13.5px;
  line-height: 24px;
  font-weight: 400;
  color: #565D6DFF;
}

.single-post .wp-block-image img {
  display: block !important;
} 

.single-blog-post {
  padding: 0px;
}

.single-post h4.wp-block-heading {
  font-weight: bold;
  color: #171A1FFF;
  font-size: 16px;
}

.single-post h3.wp-block-heading {
  font-weight: bold;
  color: #796749FF;
  font-size: 18px;
  margin: 30px 0px;
}

.single-post .wp-block-list {
  margin-bottom: 30px;
}

.single-post .wp-block-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.single-post .wp-block-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.single-post .post-content a {
  text-decoration: none;
  color: #333333;
}

.single-post .post-content a {
  text-decoration: none;
  color: #333333;
  transition: color 0.3s ease, transform 0.2s ease;
}

.single-post .post-content a:hover {
  color: #333333;
  transform: translateX(4px);
}

/* end team style*/

/* new slider css */

 #sp-wp-carousel-free-id-1727.wpcp-carousel-section .swiper-button-prev {
  position: absolute;
  width: 30px !important;
  height: 30px !important;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #171A1FFF;
  background: #FFFFFFFF;
  opacity: 1;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #DEE1E6FF;
  border-style: solid;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  gap: 0px;
  margin-left: -25px;
  margin-top: 0px !important;
}

#sp-wp-carousel-free-id-1727.sp-wpcp-1727 .wpcp-single-item {
  border: unset !important;
}

#sp-wp-carousel-free-id-1727.wpcp-carousel-section .swiper-button-next {
  position: absolute;
  width: 30px !important;
  height: 30px !important;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #171A1FFF;
  background: #FFFFFFFF;
  opacity: 1;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #DEE1E6FF;
  border-style: solid;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  gap: 0px;
  margin-right: -25px;
  margin-top: 0px !important;
}

.wpcp-swiper-dots {
  display: none !important;
}

.wpcp-carousel-content-wrapper:has(.wpcp-swiper-dots) {
  margin-bottom: 35px !important;
}

.wpcp-single-item img {
  height: 150px !important;
  display: block !important;
  object-fit: contain !important;
  width: 190px !important;
}

.fancybox-stage {
  background-color: #2d2d2d !important;
}

.fancybox-bg {
  background-color: #2d2d2d !important;
  opacity: 1 !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}

.fancybox-stage .fancybox-image {
  background-color: #ffffff !important;
  padding: 10px !important;
} 

a:focus
{
  outline: none !important;
  box-shadow: none !important;
}

.testimonial-modal-text p{
  font-size: 13px;
  line-height: 27px;
  font-weight: 400;
  color: #565D6DFF;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}

.resorts-list-wrapper .card
{
  padding: 0px !important;
}

/* end slider css */

@media (max-width: 767.98px) {
  .items-wrapper {
    flex-direction: column;
  }

  .item {
    flex: 1 1 100%;
  }

  .page-template-home-template .item {
    max-width: unset !important;
  }

  #home_slide_content {
    top: 40% !important;
  }

  .section-bg {
    padding: 0px;
  }

  .bg-overlay {
    padding: 40px 20px;
  }

  .press-grid {
    flex-wrap: unset;
    flex-direction: column;
  }

  /* .featured-section {
    flex-direction: column;
  } */

  .featured-right {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
  }

  .featured-main,
  .featured-right {
    flex: 1 1 100%;
  }

  .featured-thumb img {
    height: 220px;
  }

  .small-thumb img {
    height: auto;
    width: 100%;
  }

  .recent-thumb img {
    height: 160px;
    width: 100%;
  }

  .horizontal-post {
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .small-thumb {
    width: 100%;
    height: auto;
  }

  .small-post-content {
    padding: 0px;
  }

  .recent-posts-section {
    padding: 20px;
    margin: 0px;
  }

  .featured-section {
    margin: 0px;
  }

  .recent-thumb {
    height: auto;
  }

  .blog-main-head {
    font-size: 22px;
    /* margin: 0px; */
    padding: 20px;
  }

  .featured-wrapper-section {
    margin: 0px;
  }

  .other-blogs-head {
    text-align: left;
  }

  .downloads-row {
    flex-direction: column;
  }

  .faq-title {
    font-size: 22px;
    text-align: left;
    line-height: 33px;
  }

  .press-item {
    max-width: unset;
    width: 100%;
    height: auto !important;
  }

  .award-item {
    width: 100%;
  }

  .awards-grid {
    flex-direction: column;
  }

  /* .menu-item-has-children .sub-menu {
    display: none;
  } */

  .menu-item-has-children:hover .sub-menu {
    display: block;
    list-style: none;
  }

  #site-navigation {
    display: none !important;
  }

  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(6px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.4s ease;
  }

  .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-menu-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mobile-menu-list li {
    margin: 15px 0;
  }

  .mobile-menu-list a {
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
  }

  .menu-close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
  }

  .mobile-menu-overlay {
    display: block !important;
  }

  /* #fullscreen-menu {
    flex-direction: column;
    justify-content: center;
    padding: 50px 30px;
    top: 0px;
  } */

  /* #fullscreen-menu.active {
    display: flex;
  } */

  .menu-left {
    padding-left: 0;
    align-items: center;
  }

  .fullscreen-nav li {
    margin-bottom: 20px;
  }

  .fullscreen-nav a {
    font-size: 18px;
    /* text-align: center; */
  }

  .menu-right {
    display: none;
  }


  .site-branding {
    text-align: left;
  }

  .banner-image-head {
    font-size: 20px;
    width: 100%;
    line-height: 35px;
  }

  .team-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column !important;
    text-align: center;
    padding: 50px 12px;
  }

  .team-content {
    flex: 1 1 100% !important;
    margin-left: 0;
    padding: 20px;
    box-shadow: none;
    text-align: left;
  }

  .camp-activity-head {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .team-content h2 {
    font-size: 20px;
  }

  .activity-experience-head {
    font-size: 20px;
  }

  .achievemnet-head {
    font-size: 20px;
  }

  .home-testimonial-slider {
    flex-direction: column;
  }

  .testimonial-head {
    font-size: 22px;
  }

  .section-intro p {
    width: 100%;
  }

  .section-intro h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-intro h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-intro {
    padding: 50px 0px;
    text-align: left;
  }

  .section-items {
    padding: 50px 0px;
  }

  .wrap-items {
    padding: 40px 0px 0px;
  }

  /* .site-header {
    padding: 20px 8px;
  } */

  .legacy-section {
    padding: 50px 0px;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .achievement-section {
    padding: 60px 20px 60px 20px;
  }

  .testimonial-section {
    padding: 50px 12px;
    width: 90%;
    margin: 0 auto;
  }

  .home-gallery {
    padding: 50px 0px;
  }

  .home-gallery-desc {
    padding-bottom: 20px;
  }

  .home-gallery {
    display: flex;
    flex-direction: column;
  }

  .gallery-title {
    font-size: 22px;
    /* padding-bottom: 0px; */
  }

  .header-contact .contact-btn {
    width: unset;
    height: 30px;
  }

  /* .section-slider .slide-content {
    top: 40%;
  } */

  .section-slider .slide-content .btn {
    font-size: 14px;
    width: 200px;
    height: 50px;
  }

  .intro-section-btn {
    margin: 0px;
  }

  .experience-head {
    font-size: 20px;
    margin-top: 0px;
  }

  .experience-desc {
    width: 100%;
  }

  .activity-experience-desc {
    width: 100%;
  }

  .activity-experience-head {
    width: 100%;
    margin-top: 0px;
  }

  .home-testimonial-slider .testimonial-slide {
    width: 100%;
    height: auto;
  }

  .banner-image-head {
    font-size: 30px;
    width: 100%;
    line-height: 40px;
  }

  .single-resort-intro {
    padding: 40px 8px;
  }

  .about-lodges {
    padding: 0px 8px 0px 8px;
  }

  .commitment-item p {
    max-width: unset;
  }

  .about-mission {
    padding: 50px 0px 50px 0px;

  }

  .single-resort-intro h2 {
    font-size: 20px;
  }

  .about-lodges h2 {
    font-size: 20px;
  }

  #resort_single_banner_head {
    top: 50px;
  }

  .mission-content p,
  .vision-content p {
    height: auto;
  }

  #banner_div {
    height: 60vh;
  }

  .lodge-section {
    flex-direction: column;
  }

  .lodge-section .content p {
    width: 100%;
  }

  .image-gallery {
    flex-direction: column;
  }

  .lodge-section .content,
  .lodge-section .image {
    max-width: unset;
  }

  .split-desc {
    width: 100%;
    text-align: center;
  }

  .lodge-section .image img {
    height: auto;
  }

  .highlight-wrapper {
    width: 100%;
  }

  .lodge-wrapper {
    padding: 20px 0px;
  }

  .highlight-legacy-section {
    padding: 50px 0px;
  }

  .image-gallery-wrapper {
    padding: 50px 0px;
  }

  .split-section {
    padding: 50px 0px !important;
  }

  .right-content {
    margin-left: 0px;
  }

  .split-wrapper {
    /* padding: 0px; */
    margin: 0 auto;
  }

  .split-title {
    font-size: 20px;
    text-align: center;
  }

  footer .row>div {
    margin-bottom: 20px;
  }

  footer {
    text-align: center;
  }

  footer .d-flex {
    justify-content: center;
  }

  .mt-4 {
    margin-top: 20px !important;
  }

  .contact-info-footer {
    margin-top: 0px !important
  }

  #media_desktop {
    display: none;
  }

  #media_mobile {
    display: block;
  }

  /*about page */

  .about-intro {
    padding: 50px 0px;
  }

  .about-commitments {
    padding: 50px 0px 0px 0px;
  }

  .commitment-item p {
    max-width: unset;
  }

  .about-intro h2 {
    font-size: 22px;
  }

  .about-commitments h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .mission-content h2,
  .vision-content h2 {
    font-size: 22px;
    margin: 0px auto 20px auto;
  }

  .mission-row,
  .vision-row {
    display: block;
  }

  .commitments-row {
    flex-direction: column;
  }

  /* .mission-content {
    padding: 40px 0px 0px 0px;
  } */

  .vision-row {
    padding: 0px 20px 0px 20px;
  }

  .abt-experience-desc {
    font-size: 16px;
  }

  .commitment-image-wrapper img {
    width: 100%;
    height: auto;
    max-width: unset;
  }

  .mission-content p,
  .vision-content p {
    width: 100%;
  }

  .abt-content-wrapper {
    width: 100%;
  }

  /* #about_banner_head {
    top: 100px;
  } */

  .mission-content p,
  .vision-content p {
    height: auto;
  }

  #banner_div {
    height: 60vh;
  }

  /* end about page */

  /* air sfari page */
  .safari-banner-desc {
    /* top: 140px; */
    left: 0;
    width: 100%;
  }

  .safari-intro {
    padding: 50px 0px;
  }

  .safari-intro-desc {
    width: 100%;
  }

  /* .safari-intro .container {
    padding: 0px;
  } */

  .safari-content-section .safari-wrapper-div {
    flex-direction: column;
    height: auto;
    gap: 0px;
  }

  .safari-image img {
    width: 100%;
  }

  .safari-content {
    padding: 50px 12px;
    margin: 0px 21px;
  }

  .safari-content-desc {
    width: 100%;
    text-align: center;
  }

  .features-section .container {
    flex-direction: column;
  }

  .mwct-features-section .container {
    flex-direction: column;
  }

  .feature-box {
    width: 100%;
    height: auto;
  }

  .feature-title {
    width: 100%;
  }

  .feature-description {
    width: 100%;
  }

  .safari-content-wrapper {
    padding: 0px;
  }

  .safari-legacy-section {
    padding: 50px 0px;
    height: auto;
  }

  .testimonial-container {
    width: 100%;
  }

  .plan-safari-btn {
    margin: 40px auto 0px auto;
    font-size: 16px;
  }

  /* Heritage page*/

  #heritage_banner {
    height: 60vh;
  }

  #heritage_banner .slide-content {
    top: 50%;
  }

  .heritage-intro-desc {
    width: 100%;
    height: auto;
  }

  #heritage_intro h2 {
    font-size: 22px;
    line-height: 32px;
  }

  /* culture section */

  .culture-intro-desc {
    width: 100%;
    margin-bottom: 0px;
  }

  .culture-intro {
    padding: 50px 0px;
    margin: 0px;
  }

  .culture-section {
    flex-direction: column;
    padding: 50px 0px;
  }

  .culture-section .content {
    max-width: unset;
  }

  .culture-lodges h2 {
    width: 100%;
    line-height: 32px;
  }

  .ev-lodges h2 {
    width: 100%;
    /* line-height: 32px; */
  }

  .culture-section .content p {
    width: 100%;
  }

  .culture-lodges h2 {
    font-size: 22px;
    text-align: center;
  }

  .ev-lodges h2 {
    font-size: 22px;
  }

  .culture-section .content p {
    width: 100%;
  }

  .culture-section .content,
  .culture-section .image {
    max-width: unset;
  }

  .culture-section .content {
    padding: 0px;
  }

  #culture_head {
    width: 100%;
    font-size: 22px;
    line-height: 35px;
  }

  .culture-gallery-wrapper {
    padding: 50px 12px 0px 12px;
    margin: 0 21px;
  }

  .culture-activity-head {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 0px;
  }

  .culture-experience-wrapper {
    width: 100%;
    padding: 50px 20px;
  }

  /* masaai heritage */
  .heritag-bg-desc {
    width: 100%;
  }

  .heritage-plan-visit {
    margin-top: 30px;
  }

  .heritage-content-side h2 {
    font-size: 20px;
    width: 100%;
  }

  .heritage-content-side p {
    width: 100%;
  }

  .heritage-history-contaner {
    flex-direction: column;
    padding: 60px 8px 40px 8px;
  }

  .heritage-principle-head {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .heritage-principle-section {
    padding: 0px;
  }

  .belief-lodges h2 {
    width: 100%;
    font-size: 22px;
    line-height: 35px;
  }

  .belief-section {
    padding: 40px 0px 0px 0px;

  }

  .belief-description {
    margin-top: 115px;
    left: 0px;
    width: 100%;
  }

  #belief_head {
    top: 100px;
  }

  .belief-experience-wrapper {
    padding: 40px 20px 40px 20px;
  }

  .gallery-item-content {
    padding: 10px 20px;
  }

  .resorts-list h2 {
    font-size: 22px;
  }

  /* .resorts-list .container {
    padding: 0px;
  } */

  .resort-intro p {
    font-size: 14px;
  }

  .resort-bg-head {
    font-size: 22px;
  }

  .resort-split-head {
    font-size: 22px;
    width: 100%;
  }

  .resort-split-desc {
    width: 100%;
    line-height: 29px;
  }

  #resort_content_section {
    padding-left: 0px;
  }

  #resort_content_section h3 {
    margin-bottom: 20px;
    text-align: center;
  }

  #resort_content_section p {
    width: 100%;
    line-height: 29px;
    text-align: center;
  }

  .excellence-desc {
    width: 100%;
  }

  .excellent-row {
    padding: 20px 0px 0px 0px;
  }

  .resort-banner-button {
    width: 200px;
    height: 48px;
    font-size: 14px;
    line-height: 22px;
    margin: 40px auto 20px auto;
    position: unset;
  }

  .resorts-banner img {
    height: 50vh;
  }

  .banner-text h1 {
    font-size: 1.8rem;
  }

  .banner-text p {
    font-size: 1rem;
  }

  .intro-section h2 {
    font-size: 1.5rem;
  }

  .split-section img {
    margin-bottom: 20px;
  }

  .excellence-section .excellence-box {
    margin-bottom: 20px;
  }

  .ev-culture-section {
    flex-direction: column;
    /* padding: 40px 0px; */
  }

  .ev-culture-section .content {
    max-width: unset;
  }

  .ev-culture-section .content p {
    width: 100%;
    margin-bottom: 15px;
  }



  .ev-culture-section .content,
  .ev-culture-section .image {
    max-width: unset;
  }

  .ev-culture-section .content {
    padding: 0px;
    /* text-align: center; */
  }

  .ev-intro {
    padding: 50px 0px;
  }

  /* #ev_intro .container {
    padding: 0px;
  } */

  #ev_intro h2 {
    width: 100%;
    font-size: 22px;
    line-height: 35px;
  }

  .ev-intro-desc {
    width: 100%;
  }

  #ev_intro p {
    width: 100%;
  }

  .ev-lodges {
    padding: 50px 0px 50px 0px;
  }

  /* .ev-lodges .container {
    padding: 0px;
  } */

  .conservation-features {
    padding: 50px 0px;
  }

  .ev-activity-head {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
  }

  .conservation-experiences {
    width: 100%;
    font-size: 14px;
    margin: 0px auto 30px auto;
  }

  .ev-activity-head {
    padding-bottom: 5px;
  }

  #ev_culture_head {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }

  .ev-activity-head {
    text-align: left;
  }

  .downloads-wrap {
    background-color: #f9f8f5;
    padding: 50px 0px;
    margin: 0px;
  }

  .download-main-title {
    padding: 0px 0px 20px 0px;
  }

  .download-column {
    width: 100%;
    text-align: center;
  }

  .download-icon {
    margin: 0 auto;
  }

  .downloads-wrap .container {
    max-width: unset;
    /* margin: 0px; */
    background-color: unset;
    padding: 12px;
  }

  #banner_slide_content {
    top: 50%;
  }

  /* .agents-portal {
    display: none !important;
  } */
  .header-contact {
    width: 100%;
  }

  .header-contact .contact-btn {
    width: 100%;
  }

  .faq-container {
    margin: 80px auto 30px auto;
    padding: 50px 20px;
  }

  .faq-section {
    padding: 100px 12px 20px 12px;
  }

  .tenant-intro {
    padding: 60px 0px;
  }

  /* .tenant-intro .container {
    padding: 0px;
  } */

  .left-side {
    width: 100%;
    height: auto;
  }

  .left-side p {
    width: 100%;
  }

  .left-side img {
    width: 100%;
    height: auto;
  }

  .right-side {
    width: 100%;
  }

  .tenant-bg-desc {
    width: 100%;
  }

  .tenant-feature-box {
    width: 100%;
    height: auto;
  }

  .tenant-bg-head {
    margin-top: 0px;
  }

  .tenant-section-bg .bg-overlay {
    height: auto;
  }

  #facility_section {
    padding: 40px 0px;
  }

  .tenant-bg-plan-desc {
    width: 100%;
  }

  .tenant-btn-plan-activity {
    width: 100%;
    font-size: 15px;
  }

  .left-side h1 {
    font-size: 22px;
    line-height: 29px;
  }

  .tenant-enquire-btn {
    width: 180px;
    height: 35px;
    font-size: 16px;
  }

  .right-side h2 {
    font-size: 22px;
  }

  .tenant-bg-head {
    font-size: 22px;
  }

  .feature-section-head {
    font-size: 22px;
    width: 250px;
    margin: 0 auto;
    line-height: 35px;
  }

  .tenant-second-section-bg {
    padding: 40px 20px;
  }

  #single_press_banner {
    height: 225px;

  }

  .page-template-awards-template .section-slider .slide {
    background-position: center top 45%;
    margin-top: 100px;
  }


  .awards-section {
    padding: 50px 0px;
  }

  .section-press-feature {
    padding: 40px 20px;
    height: auto;
  }

  .section-press-feature .container {
    padding: 0px;
  }

  /* .awards-section .container {
    padding: 0px;
  } */

  .award-recognition-head strong {
    font-size: 22px;
  }

  .press-grid .col,
  .press-grid [class*="col-"] {
    margin-bottom: 15px;
  }

  #awards h2 {
    font-size: 22px;
  }

  #press-features h2 {
    font-size: 22px;
  }

  .blog-first-section {
    padding: 40px 0px 0px 0px;
  }

  .blog-first-section .container {
    /* padding: 0px; */
    margin: 0px;
    width: 100%;
  }

  .blog-main-head {
    margin: 120px 0px 0px 0px;
  }

  .featured-post-content {
    width: 100%;
  }

  .featured-wrapper-section {
    padding: 40px 20px 40px 20px;
  }

  .small-post-content h3 {
    width: 100%;
    height: auto;
  }

  .recent-posts-wrapper {
    padding: 40px 0px;
  }

  .recent-post-item {
    width: 100%;
    height: auto;
  }

  .recent-posts-wrapper .container {
    /* padding: 0px; */
    margin: 0 auto;
  }

  .other-blogs-head {
    font-size: 22px;
  }

  #resort_banner {
    height: 60vh;
    background-position: center;
  }

  #resort_banner .slide-content {
    top: 60%;
    position: relative;
  }

  #right_content {
    margin-top: 0px;
  }

  .highlight-wrapper .highlight-desc {
    width: 100%;
  }

  .lodge-section .image {
    order: 1;
  }

  .lodge-section .content,
  .lodge-section .content.right-content {
    order: 2;
  }

  /* navigation menu */
  .fullscreen-nav {
    position: fixed;
    top: 175px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px 35px;
  }

  .fullscreen-nav img,
  .fullscreen-nav .right-image {
    display: none;
  }

  .fullscreen-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .fullscreen-nav li {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
  }

  .fullscreen-nav a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #796749FF;
    text-decoration: none;
    padding: 10px;
    transition: background 0.3s ease, color 0.3s ease;
  }

  .fullscreen-nav a:hover {
    background: #f0f0f0;
    color: #000;
  }

  .fullscreen-nav .sub-menu {
    display: none;
    position: static;
    background: #f9f9f9;
    padding: 10px 0;
    margin-top: 5px;
  }

  .fullscreen-nav .sub-menu li a {
    font-size: 14px;
    padding: 5px;
    display: block;
    color: #796749FF;
    margin-left: 10px;
    ;
  }

  .fullscreen-nav .sub-menu li a:hover {
    background: #eaeaea;
  }

  .fullscreen-nav li.open>.sub-menu {
    display: block;
  }

  .fullscreen-nav::-webkit-scrollbar {
    width: 6px;
  }

  .fullscreen-nav::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }

  .footer-div .col-md-6 {
    width: 50%;
  }

  #home_banner_image {
    height: 80vh;
  }

  .safari-intro h2 {
    font-size: 22px;
  }

  .safari-content-title {
    font-size: 22px;
    margin: 0 auto;
    text-align: center;
  }

  .safari-content-head {
    font-size: 22px;
  }

  #mwct_intro {
    padding: 50px 0px;
  }

  #mwct_intro h2 {
    line-height: 35px;
  }

  .mwct-intro-desc {
    width: 100%;
  }

  #mwct_head {
    top: 60px;
  }

  .page-template-mwct-template #culture_banner {
    height: 60vh;
  }

  .mwct-desc {
    width: 100%;
    padding: 0px 20px;
  }

  #mwct_feature_section {
    padding: 50px 0px;
  }

  .mwct-feature-box {
    width: 100%;
  }

  .page-template-mwct-template .feature-description {
    text-align: left;
  }

  #mwct_community_section {
    padding: 40px 20px;
  }

  .page-template-mwct-template .feature-title {
    text-align: left;
  }

  .conservation-main-wrapper {
    padding: 40px 20px;
  }

  .conservation-wrapper {
    padding: 0px;
  }

  #ev_banner {
    height: 60vh;
    background-position: right;
  }

  #ev_banner_head {
    top: 40px;
  }

  #downloads_page_banner {
    height: 60vh;
  }

  .contact-send-message {
    font-size: 21px;
  }

  .contact-info h2 {
    font-size: 21px;
  }

  #single_resort_banner_div {
    height: 60vh;
  }

  .header-contact {
    display: none !important;
  }

  .site-branding {
    position: static !important;
    margin: 0 !important;
    transform: none !important;
    left: auto !important;
    right: 0 !important;
  }

  .site-header__inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .toggle-section {
    order: 1;
  }

  .site-branding {
    order: 2;
    margin-left: auto !important;
  }

  /* swiper slider */

  .swiper-slide {
    height: 350px;
  }

  .slide-content h1.banner-image-head {
    font-size: 25px;
  }

  .slide-content .btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 18px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .about-vision {
    padding: 0px 0px 40px 0px;
  }

  .mission-content p {
    margin-bottom: 0px;
    text-align: center;
  }

  #home_slide_image {
    height: 650px;
  }

  .swiper-container {
    height: auto !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin-top: 20px !important;
  }

  #home_banner_btn {
    top: 120px;
  }

  #home_banner_image_head {
    top: 100px;
  }

  .excellence-section {
    padding: 50px 0px;
  }

  .menu-left .fullscreen-nav>li>a {
    padding-right: 0px;
  }

  .fullscreen-nav .sub-menu {
    width: 100%;
  }

  .promo-banner p {
    font-size: 14px;
    width: 100%;
    /* padding: 20px; */
  }

  /* .promo-banner p:first-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .promo-banner p:nth-of-type(2) {
    padding-bottom: 0px;
    margin-bottom: 0px;
  } */

  .promo-banner .overlay {
    width: 100%;
    padding: 0px 20px;
  }

  .promo-banner img {
    /* height: 60vh; */
    min-height: 500px;
  }

  .promo-banner h2 {
    font-size: 2rem;
  }

  .safari-banner-button {
    /* top: 268px; */
    width: 230px;
    height: 40px;
    font-size: 16px;
  }

  .safari-destination-btn {
    font-size: 16px;
  }

  /* #safari_banner {
    height: 60vh;
  } */

  .heritage-description-part {
    height: auto;
  }

  #culture_banner {
    height: 60vh;
    background-position: left;
    margin-top: 90px;
  }

  .mission-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .mission-row .mission-content {
    order: 1;
    text-align: center;
  }

  .mission-row .mission-image {
    order: 2;
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
  }

  .mwct-intro-desc {
    font-size: 14px;
  }

  #mwct_section {
    padding: 0px 20px 40px 20px;
  }

  #feature_content_section_head {
    line-height: 35px;
  }

  #feature_section_head {
    line-height: 35px;
  }

  #mwct_conservation_section {
    padding: 40px 0px 0px 0px;
  }

  /* .features-section .container {
    padding: 0px;
  } */

  #mwct_section {
    padding: 0px 0px 40px 0px;
  }

  .ev-lodges ul li {
    font-size: 12px;
  }

  .ev-culture-section .content p {
    line-height: 29px;
  }

  .ev-intro-desc {
    line-height: 29px;
  }

  #ev_intro p {
    line-height: 29px;
  }

  .conservation-experiences {
    text-align: left;
    margin-bottom: 0px;
  }

  .download-description {
    min-height: unset;
  }

  .download-title {
    min-height: unset;
  }

  .header-container {
    padding: 0px 12px;
  }

  .wpspw-icon img {
    width: 100%;
  }

  .achievemnet-head {
    padding-bottom: 20px;
  }

  .wppsac-post-carousel.design-1 .slick-arrow {
    top: 45% !important;
  }

  #mobile_foooter_logo {
    display: block;
    margin: 0 auto;
  }

  #desktop_foooter_logo {
    display: none;
  }

  footer h5 {
    font-size: 13px;
  }

  .list-unstyled li a {
    font-size: 12px;
  }

  #contact-phone-number {
    width: 330px;
  }

  #press-features {
    scroll-margin-top: 130px;
  }

  .home-bg-overlay {
    width: 100%;
    height: auto;
    padding: 50px 32px;
  }

  .home-gallery {
    display: block;
  }

  .home-gallery .first-row {
    width: calc(50% - 7.5px);
    float: left;
    margin-bottom: 10px;
  }

  .home-gallery .first-row:nth-child(1) {
    margin-right: 15px;
  }

  .home-gallery-img {
    width: 100%;
    /* height: auto; */
    height: 180px;
    display: block;
    border-radius: 6px;
  }


  #desktop_gallery {
    display: none;
  }


  .home-gallery .swiper-button-next::after,
  .home-gallery .swiper-button-prev::after {
    font-size: 18px !important;
    color: #fff;
  }

  #home_gallery_items .swiper {
    position: unset;
  }

  .home-gallery-first-row {
    overflow: visible !important;
    position: relative;
  }

  #safari_testimonial_slider .testimonial-slide {
    min-height: unset;
  }

  /* new css */

  #mobile_swiper_buttons {
    display: block;
  }

  .home-gallery .container {
    overflow: visible;
  }

  .home-gallery-wrapper {
    position: relative;
    overflow: visible !important;
  }

  #home_gallery_items {
    display: block;
    padding: 0 0 40px 0;

  }

  .home-gallery {
    position: relative;
  }

  .home-gallery .swiper-button-prev,
  .home-gallery .swiper-button-next {
    color: #000 !important;
    font-weight: bold;
    background: none;
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  #culture_gallery .swiper-button-prev,
  #culture_gallery .swiper-button-next {
    top: 55%;
  }

  .home-gallery .swiper-button-prev {
    left: 0;
    margin-left: 0px;
  }

  .home-gallery .swiper-button-next {
    right: 0;
    margin-right: 3px;
  }

  .home-gallery .swiper-button-prev::after,
  .home-gallery .swiper-button-next::after {
    font-size: 24px;
    color: #000;
    font-weight: bold;
  }

  /* end new css */

  .resort-list-split-section .col-md-6 {
    padding: 0px;
  }

  /* .resort-intro .container {
    padding: 0px;
  } */

  .home-testimonial-slider .testimonial-thumbnail img {
    width: 50px;
    height: 50px;
  }

  #safari_testimonial_slider .testimonial-title {
    margin-top: 20px;
  }

  .fullscreen-nav .menu-item-has-children>a::after {
    left: 50%;
  }

  .read-more-wrap {
    margin-left: 10px;
  }

  .time-section {
    margin-left: 10px;
  }

  .page-template-air-safari-template .section-slider .slide-content {
    top: 45%;
  }

  #safari_content_desc p {
    width: 100%;
    text-align: center;
  }

  .share-us h2 {
    font-size: 16px;
  }

  .testimonial-modal {
    overflow-y: auto;
    padding: 20px;
  }

  #single_team_banner_div {
    height: 300px;
  }

  #single_team_banner_head {
    top: 50px;
  }

  .more-achievements {
    font-size: 22px;
  }

  /* single blog page */
  .post-header {
    margin: 150px auto 0px auto;
  }

  .post-title {
    font-size: 22px;
  }

  time {
    margin-top: 5px;
  }

  .post-body-grid {
    display: block;
  }

  .post-content {
    width: 100%;
  }

  .related-grid {
    display: block;
  }

  .related-item {
    margin: 20px 0px 0px 0px;
  }

  .post-sidebar {
    padding: 0px;
  }

  .post-title {
    position: relative;
    text-align: left;
  }

  .single-blog-post .container {
    /* padding: 0px; */
    margin: 0 auto;
  }

  .post-sidebar .widget {
    margin-top: 40px;
  }

  #related_heading {
    margin: 50px 0px;
  }

  .single-post-read-more-btn {
    /* margin: unset; */
    width: 220px;
    height: 40px;
  }

  /* end single blog page */

  .resort-second-item {
    padding-top: 0px;
  }

  .tenant-intro .container {
    gap: 30px;
  }

  #contact_banner {
    height: 60vh;
  }

  .slide-video {
    height: 60vh !important;
  }

  /* team style */

  .team-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    transform: none;
    top: 0;
    margin-bottom: 20px;
    z-index: 2;
  }

  .team-image img {
    width: 100%;
    height: auto;
  }

  .team-content {
    position: relative;
    margin-left: 0;
    max-width: 100%;
    padding: 20px;
    min-height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 3;
  }

  .team-wrapper::after {
    content: none;
  }

  .section-team {
    padding: 0px;
  }

  /* #slider_safari {
    margin: 0px 50px;
  } */

  #safari_short_desc {
    margin: 0px 30px;
  }

  .closing-tag p {
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px 20px 30px;
    font-size: 14px;
    line-height: 27px;
  }

  .belief-culture-section {
    padding: 50px 0px 0px 0px;
  }

  #our_belief_page h2 {
    font-size: 20px;
  }

  #property_chooser h2 {
    font-size: 20px;
  }

  #abt_banner_slide_content {
    top: 50%;
  }

  .cool-timeline-block-list .wp-block-image img {
    height: 180px;
  }

  .testimonial-short-desc {
    margin: 0px 20px;
  }

  .page-template-home-template .section-slider .swiper-wrapper {
    height: 60vh;
  }

  .safari-content-head {
    line-height: 40px;
  }

  .cool-vertical-timeline-body {
    margin-top: 0px !important;
    padding: 0px 20px !important;
  }

  .page-template-ev-innovation-template .ev-lodges ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .faq-item.active .faq-answer {
    max-height: fit-content !important;
  }

  .property-chooser-section {
    padding: 30px 0px 0px;
  }

  #property_chooser ul {
    width: 100%;
  }

  #property_chooser ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #property_chooser ul li::before {
    margin-right: 6px;
  }

  #property_chooser h2 {
    line-height: 32px;

  }

  .card-body .list-item-wrapper {
    height: auto;
  }

  .conservation-experiences p {
    font-size: 14px;
    text-align: center;
  }

  .download-btn {
    margin: 0 auto;
  }

  .split-button {
    margin: 0 auto;
  }

  #air_safari_testimonial_slider {
    width: 100%;
  }

  .property-chooser-section ul li a {
    line-height: 1.9;
  }

  .resort-detail-desc p {
    line-height: 25px;
  }

  #safari_home_item_content .item-enquire {
    margin-top: 20px;
  }

  .page-template-home-template .experience-head {
    margin-top: 0px;
  }

  /* .legacy-warpper {
    padding: 0px;
  } */

  .left-side ul {
    padding-left: 15px;
  }

  .page-template-mwct-template .culture-section .content {
    text-align: center;
  }

  .page-template-mwct-template .culture-section-btn {
    margin: 20px auto 0px auto;
  }

  .testimonial-description {
    flex: none;
  }

  #air_safari_testimonial_slider {
    height: auto;
  }

  .footer-div {
    padding: 50px 0px;
  }

  .resort-intro {
    padding: 50px 0px;
  }

  .resorts-list-wrapper {
    padding: 50px 0px;
  }

  .resort-list-split-section .row {
    margin: 0px !important;
  }

  .excellence-head {
    font-size: 22px;
  }

  .excellent-icon {
    margin-bottom: 0px;
  }

  .excellence-desc {
    line-height: 25px;
  }

  .page-template-resort-list-template #air_safari_enquire_now {
    margin: 0 auto !important;
  }

  .page-template-resort-list-template .section-slider .slide {
    display: block;
  }

  .page-template-resort-list-template .gallery-title {
    padding-bottom: 0px;
  }

  .rate-item span:first-child {
    margin-bottom: 10px;
  }

  .single-resort .highlights-title {
    font-size: 22px;
  }

  #single_resort_video_div {
    height: 60vh;
  }

  .page-template-air-safari-template #air_safari_enquire_now {
    margin: 0 auto;
  }

  .features-section {
    padding: 50px 0;
  }

  .safari-section-bg {
    margin: 0px 0px 50px 0px;
  }

  #testimonial_section .testimonial-head {
    padding-bottom: 20px;
  }

  .page-template-air-safari-template .testimonial-short-desc {
    line-height: 25px;
  }

  #testimonial_section {
    padding: 0px 12px 50px 12px;
  }

  #culture_wrapper .culture-section .content p {
    text-align: center;
  }

  .page-template-maasai-culture .culture-section-btn {
    margin: 20px auto;
  }

  .page-template-resort-list-template .home-gallery .swiper-button-prev,
  .page-template-resort-list-template .home-gallery .swiper-button-next {
    top: 58%;
  }

  .vision-row .vision-content {
    text-align: center;
  }

  .timeline-wrapper {
    padding: 0px 12px;
    margin: 0px 21px;
  }

  .abt-section-bg {
    margin: 50px 0px 0px 0px;
  }

  .page-template-about-template .home-gallery .swiper-button-prev,
  .page-template-about-template .home-gallery .swiper-button-next {
    top: 58%;
  }

  .ev-lodges ul {
    text-align: left;
  }

  .page-template-ev-innovation-template .history-maasai-section {
    padding: 50px 0px 50px 0px;
  }

  .conservation-features .container {
    padding: 12px;
  }

  #mwct_banner {
    height: 60vh;
  }

  .faq-section {
    padding: 100px 12px 20px 12px;
  }

  .contact-section {
    padding: 50px 0px;
  }

  .header-conact-page {
    font-size: 21px;
  }

  /* .fullscreen-nav .submenu-open>a::after {
    transform: translateY(-50%) rotate(90deg);
  } */

  #culture_wrapper .image {
    order: 1;
  }

  #culture_wrapper .content {
    order: 2;
  }

  .ev-culture-section .image {
    order: 1;
  }

  .ev-culture-section .content {
    order: 2;
  }

  .contact-form,
  .contact-info {
    padding: 20px;
  }

  .address-head {
    font-size: 14px;
  }

  .info-enquire-wrapper a {
    font-size: 14px;
  }

  .contact-icon {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .contact-item {
    gap: 5px;
  }

  .social-icons a {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .cool-vertical-timeline-body .timeline-content .story-time p {
    font-size: 14px !important;
  }

  /* new css */

  .testimonial-modal-content {
    max-height: 60vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    margin: unset;
    scrollbar-width: thin;
    scrollbar-color: #796749FF #f0f0f0;
  }

  .testimonial-modal-content::-webkit-scrollbar {
    width: 8px;
  }

  .testimonial-modal-content::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
  }

  .testimonial-modal-content::-webkit-scrollbar-thumb {
    background-color: #ff6600;
    border-radius: 4px;
    border: 2px solid #796749FF;
  }

  .testimonial-modal:target {
    display: block;
  }
  .single-blog-post-meta
  {
    width:100%;
  }
  .featured-image img
  {
      height: auto;
  }
  .single-post .wp-block-image img
  {
    height: auto !important;
  }
  .single-post .wp-block-image
  {
     height: auto !important;
  }
  .related-item
  {
    width: calc(100% - 0px);
  }
}


@media (min-width: 768px) and (max-width: 1024px) {

  .home-gallery-item.first-row:nth-child(1),
  .home-gallery-item.first-row:nth-child(n + 2):nth-child(-n + 5),
  .home-gallery-item.other-rows {
    grid-column: auto;
    grid-row: auto;
    height: auto;
  }

  .blog-main-head {
    font-size: 22px;
    /* margin: 0px; */
    padding: 20px;
  }

  .other-blogs-head {
    font-size: 22px;
  }

  .featured-wrapper-section {
    margin: 0px;
  }

  .other-blogs-head {
    text-align: left;
  }

  .download-column {
    width: 100%;
    margin: 10px 0px;
  }

  .downloads-row {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
  }


  .faq-title {
    font-size: 22px;
    text-align: left;
  }

  .press-item {
    max-width: unset;
    width: 100%;
  }

  .award-item {
    width: 100%;
  }

  /* .awards-grid {
    flex-direction: column;
  } */

  #fullscreen-menu {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    gap: 20px;
    padding: 80px 40px 40px;
  }

  .activity-experience-head {
    width: 100%;
    margin-top: 0px;
  }

  .experience-head {
    margin-top: 0px;
  }

  .section-intro p {
    width: 100%;
  }


  /* .section-intro {
    padding: 40px 8px;
  } */

  /* .section-items {
    padding: 40px 0px;
  } */

  .wrap-items {
    padding: 50px 0px;
  }

  .site-header {
    padding: 20px 8px;
  }

  .section-bg {
    padding: 60px 8px;
  }

  .legacy-section {
    padding: 50px 0px;
  }

  .achievement-section {
    padding: 0px 0px 40px 10px;
  }

  /* .testimonial-section {
    padding: 40px 20px;
  } */

  .home-gallery {
    padding: 50px 0px;
  }

  .gallery-title {
    padding-bottom: 20px;
  }

  .home-gallery-desc {
    padding-bottom: 20px;
  }

  .team-content {
    margin-left: 0px;
  }

  .team-wrapper {
    align-items: unset;
    flex-direction: column;
    padding: 50px 12px;
  }

  .gallery-title {
    font-size: 22px;
  }

  .banner-image-head {
    font-size: 30px;
    width: 100%;
    line-height: 40px;
  }

  /* single resort */

  .lodge-section .content p {
    width: 100%;
  }



  .lodge-section .content,
  .lodge-section .image {
    max-width: unset;
  }

  .split-desc {
    width: 100%;
  }



  .highlight-wrapper {
    width: auto;
  }

  .lodge-wrapper {
    padding: 20px 0px;
  }

  .highlight-legacy-section {
    padding: 50px 0px;
  }

  .image-gallery-wrapper {
    padding: 50px 0px;
  }

  .split-section {
    padding: 0px 0px 50px 0px;
  }

  .right-content {
    margin-left: 0px;
  }

  .split-wrapper {
    padding: 0px;
    margin: 0 auto;
  }

  /* end resort */

  /* home */

  .home-testimonial-slider {
    flex-direction: column;
  }

  .home-testimonial-slider .testimonial-slide {
    width: 100%;
    height: auto;
  }

  /* .items-wrapper {
    padding-left: 0px;
    margin-left: 30px;
  } */

  .section-bg {
    margin: 50px 0px;
    padding: 0px;
  }

  .activity-experience-desc {
    max-width: unset;
    width: 100%;
  }

  /* .content-wrapper {
    flex-direction: column;
  } */

  .image-grid img {
    min-height: 150px;
  }

  .experience-desc {
    width: 100%;
  }

  .bg-overlay {
    padding: 40px 70px;
  }

  /* end home */

  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }

  .footer-logo {
    width: 110px;
    height: auto;
  }

  .mt-4 {
    margin-top: 20px !important;
  }

  footer {
    text-align: center;
  }

  footer .row>div {
    margin-bottom: 20px;
  }

  footer .d-flex {
    justify-content: center;
  }

  /* about us */

  .abt-content-wrapper {
    width: 100%;
  }

  .mission-content p,
  .vision-content p {
    width: 100%;
    height: auto;
  }

  .mission-image,
  .vision-image {
    min-width: unset;
    max-height: 200px;
  }

  .mission-row,
  .vision-row {
    padding: 0px;
    gap: 20px;
  }

  .safari-banner-desc {
    /* top: 140px; */
    left: 0;
    width: 100%;
  }

  .safari-intro {
    padding: 50px 0px;
  }

  .safari-intro-desc {
    width: 100%;
  }

  /* .safari-intro .container {
    padding: 0px;
  } */

  .safari-content-section .safari-wrapper-div {
    height: auto;
    gap: 0px;
  }

  .safari-image img {
    min-width: 350px;
    width: 100%;
  }

  .safari-content {
    padding: 50px 20px;
  }

  .safari-content-desc {
    width: 100%;
  }


  .feature-box {
    width: 300px;
    height: auto;
  }

  .feature-title {
    width: 100%;
  }

  .feature-description {
    width: 100%;
  }

  .safari-content-wrapper {
    padding: 0px;
  }

  .safari-legacy-section {
    padding: 50px 0px;
    height: auto;
  }

  .testimonial-container {
    width: 100%;
  }

  .plan-safari-btn {
    margin: 40px auto 0px auto;
  }

  /* .safari-banner-button {
    top: 180px;
  } */

  #safari_testimonial_slider {
    flex-direction: unset;
  }

  /* culture section */

  .culture-intro-desc {
    width: 100%;
  }

  .culture-section .content p {
    width: 100%;
  }

  #culture_head {
    width: 100%;
  }

  .culture-section .image img {
    min-height: 420px;
  }

  .gallery-item {
    flex: 1 1 calc(50% - 10px);
    height: auto;
  }

  /* heritage section */

  .heritage-intro-desc {
    width: 100%;
  }

  .heritage-content-side h2 {
    width: 100%;
    text-align: center;
    font-size: 22px;
  }

  .heritage-content-side p {
    width: 100%;
    text-align: center;
  }

  .heritage-history-contaner {
    flex-direction: column;
  }

  .heritage-image-side img {
    height: auto;
  }

  .heritage-history-contaner {
    padding: 50px 0px;

  }

  .heritage-description-part {
    width: 100%;
  }

  .heritage-subtitle-head {
    /* min-height: 60px; */
    font-size: 13px;
  }

  #heritage_intro h2,
  #activity_heritage_head {
    font-size: 22px;
  }

  .heritage-bg-head {
    font-size: 22px;
  }

  .heritag-bg-desc {
    font-size: 15px;
  }

  .heritage-principle-head {
    font-size: 22px;
  }

  /* Belief section */

  .belief-description {
    position: unset;
  }

  .belief-lodges h2 {
    font-size: 22px;
  }

  .belief-lodges h2 {
    font-size: 22px;
    width: 100%;
    line-height: 29px;
  }

  #belief_activity_head {
    font-size: 22px;
  }

  .belief-experience-wrapper {
    padding: 40px;
  }

  .belief-section {
    padding: 40px 20px;
  }

  .ev-culture-section .content p {
    width: 100%;
  }

  .ev-culture-section .image img {
    min-height: 420px;
  }

  .ev-intro-desc {
    width: 100%;
  }

  #ev_intro p {
    width: 100%;
  }

  .ev-culture-section {
    flex-direction: column;
  }

  .ev-culture-section .content {
    padding: 0px;
  }

  .ev-culture-section .content,
  .ev-culture-section .image {
    max-width: unset;
  }

  .ev-culture-section .image img {
    max-width: unset;
    height: auto;
  }

  #ev_intro h2 {
    font-size: 22px;
  }

  .ev-lodges h2 {
    width: 100%;
    font-size: 22px;
  }

  #ev_culture_head {
    width: 100%;
    font-size: 22px;
  }

  .ev-activity-head {
    font-size: 22px;
    padding-bottom: 5px;
  }

  .conservation-experiences {
    width: 100%;
    margin: 0px auto 30px auto;
  }

  .ev-intro {
    padding: 50px 0px;
  }

  .ev-lodges {
    padding: 50px 0px;
  }

  .conservation-features {
    padding: 50px 0px;
  }

  .conservation-features .container {
    padding: 0px 12px;
  }

  .contact-section {
    padding: 50px 0px;
  }

  .tenant-btn-plan-activity {
    font-size: 16px;
  }

  .left-side h1 {
    font-size: 22px;
    line-height: 29px;
  }

  .tenant-enquire-btn {
    width: 180px;
    height: 35px;
    font-size: 16px;
  }

  .right-side h2 {
    font-size: 22px;
  }

  .tenant-bg-head {
    font-size: 22px;
  }

  .feature-section-head {
    font-size: 22px;
  }

  .tenant-section-bg .bg-overlay {
    height: auto;
  }

  .tenant-bg-head {
    margin-top: 0px;
  }

  .left-side {
    width: 100%;
    height: auto;
  }

  .left-side p {
    width: 100%;
  }

  .left-side img {
    width: 100%;
    height: auto;
  }

  #facility_section {
    padding: 40px 20px;
  }

  .awards-section {
    padding: 50px 12px;
  }

  .section-press-feature {
    padding: 40px 20px;
    height: auto;
  }

  .section-press-feature .container {
    padding: 0px;
  }

  .awards-section .container {
    padding: 0px;
  }

  .press-grid .col,
  .press-grid [class*="col-"] {
    margin-bottom: 15px;
  }

  #awards h2 {
    font-size: 22px;
  }

  #press-features h2 {
    font-size: 22px;
  }

  #award_item_description {
    width: 100%;
  }

  .award-item h3 {
    width: 100%;
  }

  .awards-section .col-md-6 {
    width: 50%;
  }

  #single_press_banner {
    /* height: 60vh; */
    height: 405px;
  }

  .page-template-awards-template .section-slider .slide {
    background-position: center top 45%;
    margin-top: 70px;
  }


  #press_feature_head {
    top: 50px;
  }

  .press-img-wrapper {
    width: 40px;
    height: 40px;
  }

  .small-post-content h3 {
    height: auto;
  }

  .featured-post-content {
    width: 100%;
  }

  .featured-post-title {
    font-size: 18px;
  }

  .recent-posts-wrapper {
    padding: 40px 20px;
  }

  .blog-main-head {
    margin: 80px 0px 0px 0px;
  }

  .resort-banner-button {
    position: relative;
    margin: 0 auto;
    top: 50px;
    left: auto;
  }

  #right_content {
    margin-top: 0px;
  }

  .highlight-wrapper .highlight-desc {
    width: 100%;
  }

  #single_resort_highlight .highlight-wrapper {
    width: 300px;
  }

  .single-resort-intro h2 {
    font-size: 22px;
  }

  .about-lodges h2 {
    font-size: 22px;
  }


  .highlights-title {
    font-size: 22px;
  }

  .resort-activity-head {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }

  .split-title {
    font-size: 22px;
  }

  .menu-right {
    display: none;
  }

  .menu-left {
    margin-left: 20px;
  }

  .fullscreen-nav {
    padding: 60px 0px;
  }

  .footer-div .col-md-6 {
    width: 50%;
  }

  #resort_head {
    margin-bottom: 0px;
  }

  .resorts-list-wrapper .col-md-4 {
    width: 50%;
  }

  .resort-list-split-section {
    padding: 50px 0px !important;
  }

  #resort_content_section {
    padding: 20px;
  }

  #resort_content_section .resort-split-head {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  #resort_content_section .resort-split-desc {
    width: 100%;
    height: auto;
  }

  #resort_content_section p {
    width: 100%;
    height: auto;
  }

  #resort_excellent_section .excellence-description-part {
    width: 100%;
  }

  .excellence-section {
    padding: 50px 0px;
  }

  .excellent-row {
    padding: 20px;
  }

  .safari-intro h2 {
    font-size: 22px;
  }

  .safari-content-title {
    font-size: 22px;
  }

  .safari-content-head {
    font-size: 22px;
  }

  #testimonial_section .testimonial-head {
    font-size: 22px;
    padding-bottom: 20px;
  }

  #safari_feature_section {
    padding: 50px 0px;
  }

  .testimonial-container {
    padding: 40px 20px;
    margin: 0px;
  }

  .culture-lodges h2 {
    font-size: 22px;
  }

  #culture_head {
    font-size: 22px;
  }

  .culture-activity-head {
    font-size: 22px;
  }

  .culture-intro {
    padding: 50px 0px;
  }

  .culture-wrapper-section {
    padding: 50px 0px;
  }

  .culture-experience-wrapper {
    padding: 50px 12px;
  }

  #belief_head {
    top: 40px;
  }

  .belief-description {
    margin-top: 60px;
  }


  .about-intro h2 {
    font-size: 22px;
  }

  .about-commitments h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .mission-content h2,
  .vision-content h2 {
    font-size: 22px;
  }

  #mwct_intro {
    padding: 50px 0px;
  }

  .mwct-intro-desc {
    width: 100%;
  }

  #mwct_head {
    top: 60px;
  }

  /* .page-template-mwct-template #culture_banner {
    height: 60vh;
  } */

  .mwct-desc {
    width: 500px;
  }

  #mwct_feature_section {
    padding: 50px 0px;
  }


  .mwct-feature-title,
  .page-template-mwct-template .feature-description {
    padding: 20px 0px 0px;
  }

  #mwct_community_section {
    padding: 40px 20px;
  }

  .page-template-mwct-template .feature-title {
    text-align: left;
  }

  .conservation-main-wrapper {
    padding: 40px 20px;
  }

  .conservation-wrapper {
    padding: 0px;
  }

  .contact-send-message,
  .contact-info h2 {
    font-size: 17px;
    font-family: Montserrat;
  }

  .header-conact-page {
    font-size: 17px;
    font-family: Montserrat;
  }

  #single_resort_banner_div {
    height: 60vh;
  }

  .header-contact {
    display: none !important;
  }

  .site-branding {
    position: static !important;
    margin: 0 !important;
    transform: none !important;
    left: auto !important;
    right: 0 !important;
  }

  .site-header__inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .toggle-section {
    order: 1;
  }

  .site-branding {
    order: 2;
    margin-left: auto !important;
  }

  .swiper-slide {
    height: 450px;
  }

  .slide-content h1.banner-image-head {
    font-size: 28px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 20px;
  }

  /* #home_slide_image {
    height: 60vh;
  } */

  /* .swiper-container {
    height: auto !important;
  } */

  .swiper-button-next,
  .swiper-button-prev {
    margin-top: 20px !important;
  }

  #home_slide_content {
    top: 40% !important;
  }

  #home_banner_image_head {
    position: relative;
    width: 530px;
    margin: 0 auto;
    line-height: 55px;
  }

  #home_banner_btn {
    top: 120px;
  }

  #home_banner_image_head {
    top: 100px;
  }

  .page-template-maasai-heritage-template .excellent-row .col-md-3 {
    width: 50%;
  }

  #mwct_section {
    padding: 0px 0px 50px 0px;
  }

  #ev_banner {
    height: 60vh;
  }

  .featured-section {
    flex-direction: column;
  }

  .horizontal-post {
    width: 100%;
    height: auto;
  }

  /* .featured-right {
    flex-direction: unset;
  } */

  .header-container {
    padding: 0px 32px;
  }

  .wpspw-icon img {
    width: 100%;
  }

  .wppsac-post-carousel.design-1 .slick-arrow {
    top: 45% !important;
  }

  #mobile_foooter_logo {
    display: block;
    margin: 0 auto;
  }

  #desktop_foooter_logo {
    display: none;
  }

  #contact-phone-number {
    width: 265px;
  }

  #press-features {
    scroll-margin-top: 130px;
  }

  .home-bg-overlay {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    padding: 50px 50px;
  }

  .home-gallery {
    display: block;
  }

  .home-gallery .first-row {
    width: calc(50% - 7.5px);
    float: left;
    margin-bottom: 10px;
  }

  .home-gallery .first-row:nth-child(1) {
    margin-right: 15px;
  }

  .home-gallery-img {
    width: 100%;
    min-height: 150px;
    /* aspect-ratio: 1; */
    display: block;
    border-radius: 6px;
  }

  #desktop_gallery {
    display: none;
  }

  .home-gallery .swiper-button-next,
  .home-gallery .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    top: 60%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .home-gallery .swiper-button-next::after,
  .home-gallery .swiper-button-prev::after {
    font-size: 16px;
    color: #fff;
  }

  .home-gallery-first-row {
    overflow: visible !important;
    position: relative;
  }

  #home_gallery_items .swiper {
    position: unset;
  }

  #home_gallery_items {
    display: block;
    padding: 0px 0px 40px 0px;
  }

  /* new css */

  #mobile_swiper_buttons {
    display: block;
  }

  .home-gallery .container {
    overflow: visible;
  }

  .home-gallery-wrapper {
    position: relative;
    overflow: visible !important;
  }

  #home_gallery_items {
    display: block;
    padding: 0 0 40px 0;

  }

  .home-gallery {
    position: relative;
  }

  .home-gallery .swiper-button-prev,
  .home-gallery .swiper-button-next {
    color: #000 !important;
    font-weight: bold;
    background: none;
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
  }

  .home-gallery .swiper-button-prev {
    left: 0;
    margin-left: 0px;
  }

  .home-gallery .swiper-button-next {
    right: 0;
    margin-right: 3px;
  }

  .home-gallery .swiper-button-prev::after,
  .home-gallery .swiper-button-next::after {
    color: #000;
    font-weight: bold;
  }

  /* end new css */

  .fullscreen-nav .menu-item-has-children>a::after {
    left: 100%;
  }

  .read-more-wrap {
    margin-left: 10px;
  }

  .time-section {
    margin-left: 10px;
  }

  #safari_content_desc p {
    width: 100%;
  }

  /* #air_safari_enquire_now {
    margin: 0 auto;
  } */


  .single-resort .split-wrapper {
    padding: 50px 12px 0px;
  }

  .right-side {
    height: 850px;
  }

  .fullscreen-nav .sub-menu {
    left: 250px;
  }

  .testimonial-modal {
    overflow-y: auto;
    padding: 20px;
  }

  .more-achievements {
    font-size: 22px;
  }

  /* single blog page */
  .post-header {
    margin: 150px auto 0px auto;
  }

  .post-title {
    font-size: 22px;
  }

  time {
    margin-top: 5px;
  }

  .post-body-grid {
    display: block;
  }

  .post-content {
    width: 100%;
  }

  .related-grid {
    flex-wrap: wrap;
    gap: 12px;
  }


  .related-item {
    /* margin: 20px 0px 0px 20px; */
    width: calc(50% - 12px);
    margin-right: 0;
  }

  .related-grid>.related-item:first-child {
    margin-left: 0;
  }

  .post-sidebar {
    padding: 0px;
  }

  .post-title {
    position: relative;
    text-align: left;
  }

  .single-blog-post .container {
    /* padding: 0px; */
    margin: 0 auto;
  }

  .post-sidebar .widget {
    margin-top: 40px;
  }

  #related_heading {
    margin: 50px 0px;
  }

  .single-post-read-more-btn {
    /* margin: unset; */
    width: 220px;
    height: 40px;
  }

  .sidebar-two-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }

  .sidebar-two-col .widget {
    width: 50%;
  }

  .team-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    transform: none;
    top: 0;
    margin-bottom: 20px;
    z-index: 2;
  }

  .team-image img {
    width: 100%;
    height: auto;
  }


  .team-content {
    position: relative;
    margin-left: 0;
    max-width: 100%;
    padding: 20px;
    min-height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 3;
  }

  .team-wrapper::after {
    content: none;
  }

  .section-team {
    padding: 0px;
  }

  #culture_banner {
    background-position: left;
    margin-top: 95px;
  }

  .safari-content-head {
    width: 100%;
    line-height: 42px;
    margin-bottom: 25px;
  }

  #slider_safari {
    margin: 0px 50px;
  }

  #safari_short_desc {
    margin: 0px 30px;
  }

  #air_safari_testimonial_slider {
    width: 100%;
    height: auto;
  }

  .closing-tag p {
    width: 650px;
    margin: 0 auto;
    padding: 30px 0px 50px 0px;
    line-height: 25px;
  }

  .belief-culture-section {
    padding: 50px 0px 0px 0px;
  }

  #abt_banner_slide_content {
    top: 50%;
  }

  .page-template-air-safari-template .section-slider .slide-content {
    top: 50%;
  }

  .cool-timeline-block-list .wp-block-image img {
    height: auto;
  }

  .page-template-ev-innovation-template .ev-lodges ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .faq-item.active .faq-answer {
    max-height: fit-content !important;
  }

  .promo-banner img {
    /* height: 40vh; */
    min-height: 450px;
  }

  .resort-detail-desc {
    padding: 0px 40px;
    width: 100%;
  }

  #air_safari_enquire_now {
    margin: 0 auto !important;
  }

  /* .property-chooser-section {
    padding: 50px 0px;
  }*/
  .property-chooser-section ul li a {
    line-height: 1.9;
  }

  /*custom css*/

  .resort-intro {
    padding: 50px 0px;
  }

  #property_chooser {
    padding: 20px 0px 0px;
  }

  .resorts-list-wrapper {
    padding: 50px 0px;
  }

  .excellence-title-head {
    margin-bottom: 7px;
    line-height: 22px;
  }

  .page-template-resort-list-template .gallery-title {
    padding-bottom: 0px;
  }

  .excellent-icon {
    margin-bottom: 0px;
  }

  .excellence-description-part {
    line-height: 18px;
  }

  .section-intro {
    padding: 60px 0px;
  }

  .section-items {
    padding: 50px 0px 20px;
  }

  .camp-activity-head {
    margin-bottom: 0px;
  }

  .page-template-home-template .experience-head {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .tenant-intro {
    padding: 50px 0px;
  }

  .page-template-air-safari-template #air_safari_enquire_now {
    margin: unset !important;
  }

  /* .page-template-air-safari-template .home-gallery .swiper-button-next,
  .page-template-air-safari-template .home-gallery .swiper-button-prev {
    top: 60%;
  } */

  .about-intro {
    padding: 50px 0px;
  }

  .about-vision {
    padding: 50px 12px;
  }

  .about-mission {
    padding: 50px 12px 0px 12px;
  }

  .about-commitments {
    padding: 50px 0px 0px 0px;
  }

  .timeline-wrapper .cool-vertical-timeline-body {
    padding: 0px 50px;
  }

  .abt-experience-desc {
    line-height: 39px;
  }

  .abt-section-bg {
    margin: 50px 0px 0px;
  }

  .page-template-about-template .home-gallery .swiper-button-next,
  .page-template-about-template .home-gallery .swiper-button-prev {
    top: 60%;
  }

  .page-template-ev-innovation-template .home-gallery .swiper-button-next,
  .page-template-ev-innovation-template .home-gallery .swiper-button-prev {
    top: 60%;
  }

  .mwct-feature-content {
    padding: 0px 10px;
  }

  .mwct-feature-description {
    line-height: 25px;
  }

  .page-template-mwct-template .home-gallery .swiper-button-next,
  .page-template-mwct-template .home-gallery .swiper-button-prev {
    top: 60%;
  }

  .downloads-wrap {
    padding: 20px 12px;
  }

  .faq-section {
    padding: 100px 12px 20px 12px;
  }

  .info-enquire-wrapper {
    margin: 0px;
  }

  .page-template-home-template .home-gallery .swiper-button-next,
  .page-template-home-template .home-gallery .swiper-button-prev {
    top: 60%;
  }

  .page-template-resort-list-template .home-gallery .swiper-button-next,
  .page-template-resort-list-template .home-gallery .swiper-button-prev {
    top: 60%;
  }

  /*
  #culture_wrapper .image {
    order: 1;
  }

  #culture_wrapper .content {
    order: 2;
  }*/

  .ev-culture-section .image {
    order: 1;
  }

  .ev-culture-section .content {
    order: 2;
  }

  .mwct-features-section .container {
    flex-wrap: wrap;
    gap: 30px;
  }

  .mwct-feature-box {
    flex: 0 0 calc(50% - 15px);
    max-width: 50%;
  }

  .download-title {
    min-height: auto;
    padding-left: 0px;
  }

  #our_belief_page h2 {
    font-size: 22px;
  }

  .page-template-maasai-culture .home-gallery .swiper-button-next,
  .page-template-maasai-culture .home-gallery .home-gallery .swiper-button-prev {
    top: 55%;
  }
    .single-blog-post-meta
  {
    width:100%;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {

  .highlight-wrapper .highlight-desc {
    width: 100%;
  }

  .highlight-wrapper {
    width: 190px;
  }

  #air_safari_testimonial_slider {
    height: auto;
  }

  #slider_safari {
    padding: 32px;
  }

  .team-wrapper {
    padding: 0px;
  }

  #safari_home_item_content .item-enquire {
    margin-top: 15px;
  }

  .resort-split-head {
    width: 100%;
  }

  .card-body .list-item-wrapper {
    min-height: 125px;
  }

  .left-side {
    width: 300px;
  }

  .left-side p {
    width: 100%;
  }

  .safari-image img {
    width: 450px;
  }

  #safari_content_desc p {
    width: 100%;
  }

  .download-column {
    flex: 0 0 calc(25% - 15px);
    width: 100%;
  }

  #single_resort_highlight .container {
    flex-wrap: wrap;
    gap: 30px;
  }

  #single_resort_highlight .highlight-wrapper {
    flex: 0 0 calc(50% - 15px);
    max-width: 50%;
  }

  #safari_feature_section .feature-box {
    flex: 0 0 calc(50% - 15px);
    max-width: 50%;
  }

  #safari_feature_section .feature-title {
    width: 100%;
  }

  #safari_feature_section .feature-description {
    width: 100%;
  }

  .ev-intro-desc {
    width: 100%;
  }

  #ev_intro p {
    width: 100%;
  }

  .conservation-experiences {
    width: 100%;
  }

  .culture-intro-desc {
    width: 100%;
  }

  #culture_head {
    width: 100%;
  }

  .mission-content p,
  .vision-content p {
    width: 100%;
  }

  .mwct-features-section .container {
    flex-wrap: wrap;
    gap: 30px;
  }

  .mwct-feature-box {
    flex: 0 0 calc(50% - 15px);
    max-width: 50%;
  }

  .downloads-wrap .container {
    flex-wrap: wrap;
    gap: 30px;
  }

  .downloads-wrap .download-column {
    flex: 0 0 calc(50% - 15px);
    max-width: 50%;
  }

  .download-title {
    min-height: auto;
    padding-left: 0px;
  }

  .contact-info h2 {
    font-size: 18px;
  }

  .header-conact-page {
    font-size: 18px;
  }

  .download-title {
    min-height: auto;
    padding-left: 0px;
  }

  #single_press_banner {
    height: 405px;
  }

  .page-template-awards-template .section-slider .slide {
    background-position: center top 45%;
    margin-top: 70px;
  }

  .team-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    transform: none;
    top: 0;
    margin-bottom: 20px;
    z-index: 2;
  }

  .team-content {
    position: relative;
    margin-left: 0;
    max-width: 100%;
    padding: 20px;
    min-height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 3;
  }

    /* Blog detail page css */
  .post-body-grid {
    display: block;
  }

  .post-content {
    width: 100%;
  }

  .related-grid {
    flex-wrap: wrap;
    gap: 12px;
  }

  .related-item {
    width: calc(50% - 12px);
    margin-right: 0;
  }

  .related-grid>.related-item:first-child {
    margin-left: 0;
  }

  .post-sidebar {
    padding: 0px;
  }

  .post-title {
    position: relative;
    text-align: center;
  }

  .single-blog-post .container {
    margin: 0 auto;
  }

  .post-sidebar .widget {
    margin-top: 40px;
  }

  #related_heading {
    margin: 50px 0px;
  }

  .single-post-read-more-btn {
    width: 220px;
    height: 40px;
  }

  .sidebar-two-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }

  .sidebar-two-col .widget {
    width: 50%;
  }
  /* end new css */
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .highlight-wrapper .highlight-desc {
    width: 100%;
  }

  .highlight-wrapper {
    flex: 0 0 calc(25% - 15px);
  }

  #air_safari_testimonial_slider {
    height: auto;
  }

  #slider_safari {
    padding: 20px;
  }

  .download-column {
    flex: 0 0 calc(25% - 15px);
    width: 100%;
  }

  .left-side p {
    width: 100%;
  }

  .safari-image img {
    width: 450px;
  }

  #safari_content_desc p {
    width: 100%;
  }

  .download-column {
    flex: 0 0 calc(25% - 15px);
    width: 100%;
  }

  #single_resort_highlight .container {
    flex-wrap: wrap;
    gap: 30px;
  }

  #single_resort_highlight .highlight-wrapper {
    flex: 0 0 calc(50% - 15px);
    max-width: 50%;
  }

  #safari_feature_section .feature-box {
    flex: 0 0 calc(50% - 15px);
    max-width: 50%;
  }

  #safari_feature_section .feature-title {
    width: 100%;
  }

  #safari_feature_section .feature-description {
    width: 100%;
  }

  .ev-intro-desc {
    width: 100%;
  }

  #ev_intro p {
    width: 100%;
  }

  .conservation-experiences {
    width: 100%;
  }

  .culture-intro-desc {
    width: 100%;
  }

  #culture_head {
    width: 100%;
  }

  .mission-content p,
  .vision-content p {
    width: 100%;
  }

  .mwct-features-section .container {
    flex-wrap: wrap;
    gap: 30px;
  }

  .mwct-feature-box {
    flex: 0 0 calc(50% - 15px);
    max-width: 50%;
  }

  .downloads-wrap .container {
    flex-wrap: wrap;
    gap: 30px;
  }

  .downloads-wrap .download-column {
    flex: 0 0 calc(50% - 15px);
    max-width: 50%;
  }

  .download-title {
    min-height: auto;
    padding-left: 0px;
  }

  .contact-info h2 {
    font-size: 18px;
  }

  .header-conact-page {
    font-size: 18px;
  }

  .download-title {
    min-height: auto;
    padding-left: 0px;
  }

  .team-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    transform: none;
    top: 0;
    margin-bottom: 20px;
    z-index: 2;
  }

  .team-content {
    position: relative;
    margin-left: 0;
    max-width: 100%;
    padding: 20px;
    min-height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 3;
  }
    /* Blog detail page css */
  .post-body-grid {
    display: block;
  }

  .post-content {
    width: 100%;
  }

  .related-grid {
    flex-wrap: wrap;
    gap: 12px;
  }

  .related-item {
    width: calc(50% - 12px);
    margin-right: 0;
  }

  .related-grid>.related-item:first-child {
    margin-left: 0;
  }

  .post-sidebar {
    padding: 0px;
  }

  .post-title {
    position: relative;
    text-align: center;
  }

  .single-blog-post .container {
    margin: 0 auto;
  }

  .post-sidebar .widget {
    margin-top: 40px;
  }

  #related_heading {
    margin: 50px 0px;
  }

  .single-post-read-more-btn {
    width: 220px;
    height: 40px;
  }

  .sidebar-two-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }

  .sidebar-two-col .widget {
    width: 50%;
  }

  /* end new css */
}

@media (min-width: 1367px) {
  .highlight-wrapper .highlight-desc {
    width: 100%;
  }

  .highlight-wrapper {
    flex: 0 0 calc(25% - 15px);
  }

  #air_safari_testimonial_slider {
    height: auto;
  }

  #slider_safari {
    padding: 20px;
  }

  .download-column {
    flex: 0 0 calc(33.333% - 15px);
    width: 100%;
  }


}




@media (min-width: 2560px) {
  #heritage_banner {
    height: 885px !important;
    max-height: 1200px !important;
  }

  #heritage_banner .slide-content {
    top: 55%;
  }

  .safari-image {
    width: 50%;
  }

  .safari-image img {
    width: 100%;
    height: 645px;
  }

  .safari-content-section .safari-wrapper-div {
    height: 644px;
  }
}