.samsara-banner__section {
  position: relative;
}
.samsara-banner__section::after {
  content: url("../img/about-1.png");
  display: block;
  width: 100%;
  position: absolute;
  bottom: -15px;
}
.samsara-banner__section img {
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
  object-position: top;
}
.samsara-banner-container {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -44%);
  width: 100%;
  max-width: 820px;
  padding: 0 15px;
}
.samsara-banner__section .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.014) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.banner-title {
  font-size: clamp(26px, 4vw, 50px);
  color: var(--light);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -2%;
  margin: 0 0 35px 0;
  line-height: 1.2;
  text-shadow: #000 0 0 16px;
}
.search-form {
  background-color: var(--light);
  padding: 9px;
  border-radius: 10px;
  justify-content: space-between;
  align-items: end;
}
/* .search-form label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--dark);
  opacity: 70%;
  line-height: 1;
} */
.search-form .form-section {
  width: 100%;
}
.search-form input {
  outline: unset;
  padding: 5px 8px;
  background-color: unset;
  border: unset;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--dark);
  opacity: 80%;
  font-family: var(--primary-font);
  width: 100%;
}
.search-form input::placeholder {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--dark);
  opacity: 80%;
}
.search-form .icon i {
  font-size: 32px;
  color: var(--primary);
}
.search-form .search-button {
  background-color: var(--primary);
  color: var(--light);
  font-size: 14px;
  font-weight: 500;
  border: unset;
  padding: 0 13px;
  border-radius: 5px;
  cursor: pointer;
  font-family: var(--primary-font);
  line-height: 1;
  height: 35px;
}
.search-form .search-button:hover {
  opacity: 70%;
}
.search-form .search-button .icon i {
  color: var(--light);
  font-size: 15px;
  padding-left: 6px;
}

/* About section css  */
.samsara-about__section {
  background-color: var(--light);
  position: relative;
  padding: 50px 0 35px;
}
.samsara-about__section::after {
  content: url("../img/about-2.png");
  display: block;
  width: 100%;
  position: absolute;
  bottom: -20%;
}
.samsara-about__section .section-title h1 {
  margin: 0;
}
.about-wrapper {
  gap: 40px;
  align-items: start;
}
.about-wrapper > div {
  width: calc(50% - 40px);
  z-index: 9;
}
.about-container {
  position: relative;
}
.about-container::after {
  content: url("../img/about.png");
  display: block;
  position: absolute;
  top: -1px;
  right: 24%;
}
.samsara-about__section p {
  font-size: clamp(16px, 2vw, 18px);
  margin: 0;
  padding: 0;
  opacity: 70%;
}
.samsara-about__section p:not(:last-child) {
  margin-bottom: 12px;
}
.samsara-about__section .btn {
  margin-top: 35px;
}

/* Fixed trip section  */
.samsara-fixed-trip__section {
  padding: 110px 0;
}
.trip-section {
  margin-bottom: 40px;
  position: relative;
}
.trip-section .section-title h2 {
  margin-bottom: 10px;
}
.fixed-trip-container {
  padding: 0 15px;
}
.samsara-fixed-trip__section .slick-list {
  margin: 0 -15px;
}
.fixed-trip-wrapper {
  position: relative;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.fixed-trip-container .featured-image {
  position: relative;
}
.fixed-trip-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-2);
}
.fixed-trip-container .featured-image img {
  border-radius: 20px;
  height: 542px;
  width: 100%;
  object-fit: cover;
  transition: var(--transition-2);
}
.fixed-trip-container :hover .fixed-trip-content {
  transform: translateY(0);
}
.fixed-trip-container:hover .featured-image img {
  transform: scale(1.09);
}
.fixed-trip-container :hover .overlay {
  visibility: visible;
  opacity: 1;
}
.fixed-trip-container :hover .fixed-trip-content {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.fixed-trip-content {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.01) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transform: translateY(100px);
  transition: var(--transition-2);
}
.trip-pricing-review {
  justify-content: space-between;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #ffffff63;
}
.trip-pricing-review p {
  margin: 0;
  color: var(--light);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.fixed-trip-content span {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  color: var(--light);
}
.fixed-trip-content span span {
  font-weight: 300;
}
.fixed-trip-content span i {
  color: var(--light);
  font-size: 20px;
  margin-right: 6px;
}
.fixed-trip-content .entry-title a {
  color: var(--light);
}
.trip-pricing p:nth-child(1) {
  font-weight: 400;
  font-size: clamp(18px, 2vw, 20px);
}
.trip-rating-review p {
  text-align: right;
}
.fixed-trip-content:has(.trip-pricing-review.flex:empty) {
  transform: translateY(0px);
}

/* Featured trip sectiton css */
.samsara-featured-trip__section {
  position: relative;
  padding: 50px 0;
  background-color: var(--light);
}
.samsara-featured-trip__section .wrapper {
  z-index: 2;
  position: relative;
}
.samsara-featured-trip__section::before {
  content: url("../img/trip-bg.png");
  display: block;
  width: 100%;
  position: absolute;
  top: -7%;
}
.featured-trip-wrapper > .section-title {
  display: none;
}
.featured-trip-wrapper .featured-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}
.featured-trip-container {
  gap: 40px;
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid #0000002d;
}
.featured-trip-container > div {
  width: calc(50% - 40px);
}
.featured-trip-content i {
  color: var(--primary);
  font-size: 20px;
  margin-right: 5px;
}
.featured-trip-content span span {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--dark);
  opacity: 70%;
}
.featured-trip-content p {
  margin: 0;
  color: var(--dark);
  opacity: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.featured-trip-content .entry-cotent {
  gap: 25px;
  margin-bottom: 16px;
}
.featured-trip-content .entry-title {
  flex: 0 0 52%;
}
.featured-trip-content .trip-pricing-review {
  flex: 0 0 40%;
  padding: 0;
  margin: 0;
  border: unset;
  gap: 25px;
}
.featured-trip-content .trip-pricing {
  padding: 3px !important;
}
.featured-trip-content .trip-pricing,
.featured-trip-content .trip-rating-review {
  position: relative;
}
.featured-trip-content .trip-pricing:before,
.featured-trip-content .trip-rating-review::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: var(--dark);
  opacity: 25%;
  display: block;
  position: absolute;
  left: -21px;
  top: 0x;
}
.featured-trip-content .trip-rating-review p {
  text-align: left;
}
.featured-trip-content .btn {
  margin-top: 24px;
}

/* CSR Section css  */
.samsara-csr__section {
  position: relative;
  padding: 150px 0 200px;
}
.samsara-csr__section::before {
  content: url("../img/csr-1.png");
  display: block;
  width: 100%;
  position: absolute;
  top: 0%;
  z-index: 1;
}
.samsara-csr__section .overlay {
  background-color: #016052f2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.samsara-csr__section .wrapper {
  z-index: 1;
  position: relative;
}
.samsara-csr__section .section-title h2,
.samsara-csr__section p {
  color: var(--light);
}
.samsara-csr__section .section-title h2 {
  margin-bottom: 25px;
}
.samsara-csr__section .csr-wrapper {
  align-items: start;
  gap: 75px;
  row-gap: 40px;
}
.csr-wrapper > div {
  width: 50%;
}
.csr-container > p {
  margin: 0;
}
.csr-wrapper .featured-image {
  position: relative;
  overflow: hidden;
  height: 360px;
  border-radius: 20px;
}
.csr-wrapper .featured-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
  transition: var(--transition-2);
}
.csr-wrapper .featured-image:hover img {
  transform: scale(1.1);
}
.csr-wrapper .featured-image .entry-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}
.csr-wrapper .featured-image .entry-content p {
  margin: 0 0 6px;
}
.csr-wrapper .featured-image .entry-content .entry-title {
  color: var(--light);
}
.csr-wrapper .featured-image .entry-content .icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  border: 2px solid var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.csr-wrapper .featured-image .entry-content .icon:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.csr-wrapper .featured-image .entry-content .icon i {
  color: var(--light);
  font-size: 16px;
}
.samsara-csr__section .uk-accordion {
  margin: 25px 0 0 0;
}
.samsara-csr__section .uk-accordion-title {
  color: var(--light);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--secondary-font);
  display: flex;
  align-items: center;
}
.samsara-csr__section .uk-accordion-title:hover {
  color: var(--light);
  opacity: 70%;
}
.samsara-csr__section .uk-accordion-title::before {
  content: "\f063";
  background-image: unset !important;
  color: #fff;
  font-size: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  float: unset;
  width: 18px;
  height: 18px;
  margin: 0 15px 8px 0;
  display: flex;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.samsara-csr__section .uk-open .uk-accordion-title::before {
  transform: rotate(180deg);
}
.samsara-csr__section .uk-accordion-content {
  margin: 2px 0 0 35px;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  color: var(--light);
}

/* Trip of the month section css  */
.samsara-trip-month__section {
  padding: 385px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -120px;
  position: relative;
}
.samsara-trip-month__section .featured-trip-container {
  padding: 0;
  margin: 0;
  border: unset;
}
.samsara-trip-month__section .featured-trip-wrapper .featured-image img {
  height: 393px;
}
.samsara-trip-month__section .section-title h2,
.samsara-trip-month__section .featured-trip-content i,
.samsara-trip-month__section .featured-trip-content span span,
.samsara-trip-month__section .entry-title a,
.samsara-trip-month__section .featured-trip-content p {
  color: var(--light);
  opacity: unset;
}
.samsara-trip-month__section .featured-trip-content .trip-pricing::before,
.samsara-trip-month__section
  .featured-trip-content
  .trip-rating-review::before {
  background-color: var(--light);
}
.samsara-trip-month__section .overlay {
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.samsara-trip-month__section .wrapper {
  z-index: 0;
  position: relative;
}

/* Best recommendation section  */
.samsara-recommendation__section {
  padding: 60px 0 120px !important;
}

/* Blogs and updates section css  */
.samsara-blogs__section {
  position: relative;
  background-color: var(--light);
  padding: 30px 0;
}
.samsara-blogs__section::before {
  content: url("../img/trip-bg.png");
  display: block;
  width: 100%;
  position: absolute;
  top: -11%;
}
.samsara-blogs__section .wrapper {
  position: relative;
  z-index: 2;
}
.samsara-blogs__section .blogs-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}
.samsara-blogs__section .featured-image {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.samsara-blogs__section .featured-image img {
  height: 373px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: var(--transition-2);
}
.blogs-container:hover .featured-image img {
  transform: scale(1.1);
}
.blogs-container .days-date i {
  font-size: 18px;
  color: var(--dark);
  opacity: 70%;
  padding-right: 5px;
}
.blogs-container .days-date {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--dark);
  opacity: 70%;
}
.blogs-container .blogs-categories {
  color: var(--primary);
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
}
.blogs-container .entry-title {
  margin: 2px 0 4px;
}

/* Guest reviews section css  */
.samsara-review__section {
  padding: 150px 0;
  position: relative;
}
.samsara-review__section::before {
  content: url("../img/csr-1.png");
  display: block;
  width: 100%;
  position: absolute;
  top: -28%;
  z-index: 1;
}
.samsara-review__section .section-title,
.samsara-sign-up__section .section-title {
  text-align: center;
}
.samsara-review__section .section-content,
.samsara-sign-up__section .section-content {
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}

.samsara-sign-up__section {
  position: relative;
  background-color: var(--light);
  padding: 50px 0 40px;
  z-index: 1;
}
.samsara-sign-up__section::before {
  content: url("../img/about-1.png");
  display: block;
  width: 100%;
  position: absolute;
  top: -24%;
}
.samsara-sign-up__section .wrapper {
  position: relative;
  z-index: 1;
}
.samsara-sign-up__section .section-content {
  max-width: 70%;
}
.review-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}
.review-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.review-container h4 {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 6px;
}
.review-rating i {
  color: #eec027;
  font-size: 18px;
}
.review-container > .flex {
  gap: 15px;
  margin: 0 0 10px;
}
.review-container p {
  margin: 0;
  opacity: 70%;
}
.review-container {
  padding: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.review-title {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  color: var(--dark);
  margin: 6px 0 0 0;
  letter-spacing: -2%;
  padding-bottom: 5px;
}
.samsara-review__section .btn {
  margin: 40px auto 0;
}
.sign-up-container {
  display: block;
  max-width: 410px;
  margin: 0 auto;
}
.sign-up-container form {
  position: relative;
  margin: 25px 0 15px;
}
.sign-up-container form input {
  position: relative;
  padding: 11px 100px 11px 11px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  outline: unset;
}
.sign-up-container form input.wpcf7-submit {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 11px 16px;
  cursor: pointer;
  width: fit-content;
  background-color: var(--primary);
  color: var(--light);
}
.sign-up-container p {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  opacity: 70%;
  line-height: 1.2;
}
.sign-up-container p:has(> input.wpcf7-submit) {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 20px;
}

.gallery {
  margin: 1.5em 0;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.no-results.not-found {
  text-align: center;
}
.no-results.not-found .search-form {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.no-results.not-found .search-form input {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.no-results.not-found .search-form input.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: fit-content;
  background-color: var(--primary);
  cursor: pointer;
  color: var(--light);
}

@media (max-width: 1440px) {
  /* .samsara-banner__section img {
    height: 90vh;
  } */
  .samsara-fixed-trip__section {
    padding: 60px 0 !important;
  }
  .fixed-trip-content {
    transform: translateY(0);
    background: unset;
  }
  .fixed-trip-wrapper .overlay {
    opacity: 1;
    visibility: visible;
  }
  .featured-trip-content .entry-cotent {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .featured-trip-content .entry-title,
  .featured-trip-content .trip-pricing-review {
    flex: 100%;
    width: 100%;
  }
  .featured-trip-content .trip-pricing::before,
  .featured-trip-content .trip-rating-review::before {
    content: unset;
  }
  .samsara-slider .slick-arrow {
    right: 30px;
  }
  .samsara-slider .slick-prev {
    left: 30px;
    z-index: 1;
  }
  .samsara-slider .slick-arrow i {
    color: var(--light);
  }
  .samsara-slider .slick-arrow {
    border-color: var(--light);
  }
  .samsara-slider .slick-arrow:hover {
    border-color: var(--primary);
  }
}
@media (max-width: 1200px) {
  .samsara-blogs__section::before {
    top: -6%;
  }
  .samsara-about__section::after {
    top: -12%;
  }
}
@media (max-width: 1024px) {
  .samsara-banner__section img {
    height: 70vh;
  }
  .samsara-featured-trip__section::before {
    top: -5%;
  }
}
@media (max-width: 980px) {
  .samsara-about__section {
    padding: 50px 0 30px;
  }
  .samsara-featured-trip__section {
    padding: 50px 0;
  }
  .featured-trip-wrapper > .section-title {
    display: block;
  }
  .featured-trip-container {
    flex-direction: column;
    gap: 25px;
  }
  .featured-trip-container > div {
    width: 100%;
  }
  .featured-trip-container > div .section-title {
    display: none;
  }
  .samsara-csr__section {
    padding: 120px 0 220px;
  }
  .samsara-trip-month__section {
    padding: 300px 0 200px;
    margin-top: -170px;
  }
  .csr-wrapper {
    flex-direction: column;
  }
  .csr-wrapper > div {
    width: 100%;
  }
  .samsara-blogs__section {
    padding: 30px 0 50px;
  }
}
@media (max-width: 767px) {
  .samsara-about__section {
    padding: 30px 0;
  }
  .about-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .about-wrapper > div {
    width: 100%;
  }
  .samsara-featured-trip__section {
    padding: 30px 0;
  }
  .featured-trip-content .entry-cotent {
    gap: 15px;
  }
  .samsara-blogs__section .blogs-wrapper {
    gap: 25px;
  }
  .fixed-trip-container .featured-image img {
    height: 450px;
  }
  .samsara-banner__section img {
    height: 60vh;
    max-height: unset;
  }
  .samsara-about__section .btn {
    margin-top: 24px;
  }
  .samsara-banner__section::after {
    bottom: -45px;
  }
  .samsara-csr__section {
    padding: 36px 0 90px;
  }
  .samsara-trip-month__section {
    padding: 100px 0 45px;
    margin-top: -90px;
  }
  .gallery-item img {
    height: 250px;
  }
  .samsara-banner__section::after,
  .samsara-about__section::after,
  .about-container::after,
  .samsara-csr__section::before,
  .samsara-blogs__section::before,
  .samsara-review__section::before,
  .samsara-sign-up__section::before,
  .samsara-featured-trip__section::before {
    content: unset;
  }
  .trip-section {
    margin-bottom: 25px;
  }
  .featured-trip-container {
    padding-top: 30px;
    margin-top: 25px;
  }
  .samsara-csr__section .section-title h2 {
    margin-bottom: 10px;
  }
  .csr-wrapper .featured-image {
    margin: 12px 0 0;
  }
  .samsara-review__section {
    padding: 40px 0;
  }
  .samsara-banner-container {
    width: 85%;
  }
  .sign-up-container p:has(> input.wpcf7-submit),
  .sign-up-container form input.wpcf7-submit {
    right: 15px;
  }
  .samsara-blogs__section {
    padding: 30px 0;
  }
  .blog-append-button .btn {
    margin: 25px auto 0;
  }
}
@media (max-width: 754px) {
  .samsara-blogs__section .blogs-wrapper .blogs-container {
    border-bottom: 1px solid #0000002d;
    padding-bottom: 16px;
  }
}
@media (max-width: 567px) {
  .samsara-blogs__section {
    padding: 30px 0;
  }
  .samsara-slider .slick-arrow {
    width: 35px;
    height: 35px;
    right: 15px;
  }
  .samsara-slider .slick-prev {
    left: 15px;
  }
  .samsara-slider .slick-arrow i {
    font-size: 18px;
  }
  .search-form .search-button .search-text {
    display: none;
  }
  .search-form .search-button .icon i {
    padding-left: 0;
  }
  .search-form .icon i {
    font-size: 26px;
  }
  .samsara-banner__section::after {
    bottom: -70px;
  }
  .gallery-item img {
    height: 200px;
  }
  .samsara-banner__section img {
    height: 50vh;
  }
  .review-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}
@media (max-width: 450px) {
  .samsara-blogs__section .blogs-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}
