.page-template .samsara-banner__section img {
  max-height: 85vh;
}
.page-template .samsara-banner__section .banner-title {
  margin-bottom: 0;
}
.page-template .samsara-banner__section .samsara-banner-container {
  top: 56%;
  left: 50%;
  transform: translate(-50%, -44%);
}
.samasara-all-trip__section .fixed-trip-container {
  padding: 0;
}
.all-fixed-trip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}
.page-template-template-all-trip-1 .samsara-featured-trip__section {
  padding: 50px 0;
}
.itinerary-testimonial__section {
  background-color: #0160521a;
  padding: 130px 0;
  position: relative;
}
.itinerary-testimonial__section::before {
  content: url("../img/csr-1.png");
  top: 0%;
  display: block;
  width: 100%;
  position: absolute;
}
.page-template-template-all-trip-1 .samsara-featured-trip__section::before {
  top: -3%;
}
.page-template-template-all-trip-1 .samsara-sign-up__section {
  padding-top: 0;
}
.page-template-template-all-trip-1 .samsara-sign-up__section::before {
  content: url("../img/vector-2.png");
  position: unset;
  width: fit-content;
  margin: 0 auto;
}
.page-template-template-all-trip-1 .samsara-sign-up__section .wrapper {
  padding-top: 25px;
}
.page-template-template-all-trip-1 .about-container::after {
  content: unset;
}

.samsara-team__section,
.related-post__section {
  background-color: #0160521a;
  padding: 105px 0;
}
.related-post__section {
  position: relative;
}
.related-post__section::before {
  content: url(../img/about-2.png);
  position: absolute;
  display: block;
  top: 0;
}
.samsara-team__section .team-wrapper,
.related-post__section .related-post-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  padding-top: 10px;
  row-gap: 35px;
}
.samsara-team__section .team-wrapper p {
  font-weight: 500;
  color: var(--primary);
  margin: 24px 0 0;
}
.samsara-team__section .team-wrapper p i {
  color: var(--dark);
  opacity: 70%;
  padding-right: 4px;
}
.samsara-team__section img {
  height: 373px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.page-template-template-blogs .samsara-blogs__section::before {
  content: unset;
}
.page-template-template-blogs .samsara-blogs__section .blogs-wrapper {
  position: relative;
}
.page-template-template-blogs .samsara-blogs__section .blogs-wrapper::after {
  content: url("../img/vector-2.png");
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10%;
  z-index: -1;
  content: unset;
}
.page-template-template-blogs .samsara-blogs__section .btn {
  margin: 165px auto 0;
}
.single-blog__section {
  background-color: var(--light);
  position: relative;
  padding: 40px 0;
}
.single-blog__section::after {
  content: url("../img/about-2.png");
  display: block;
  width: 100%;
  position: absolute;
  bottom: -90px;
}
.single-blog__section .section-title h2 {
  margin-bottom: 14px;
}
.single-blog__section .category-date {
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-date .blogs-categories {
  color: var(--primary);
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
}
.category-date .days-date {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--dark);
  opacity: 70%;
}
.category-date .days-date i {
  font-size: 18px;
  color: var(--dark);
  opacity: 70%;
  padding-right: 5px;
}
.single-blog__section .entry-content {
  position: relative;
}
.single-blog__section .entry-content::before {
  content: url("../img/vector-3.png");
  display: block;
  width: 100%;
}
.single-blog__section .entry-content img:nth-of-type(1) {
  width: 100%;
  margin: 20px 0;
}
.single-blog__section .entry-content p {
  opacity: 70%;
  margin: 0;
}
.single-blog__section .entry-content p:not(:last-child),
.single-blog__section .entry-content h1,
.single-blog__section .entry-content h2,
.single-blog__section .entry-content h3 {
  margin: 0 0 10px;
}
.related-post__section .section-title {
  justify-content: space-between;
}
.related-post__section .featured-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.related-post__section .featured-image img {
  height: 373px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: var(--transition-2);
}

.samsara-contact__section {
  padding: 20px 0 50px;
  background-color: var(--light);
}
.contact-wrapper {
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
.contact-wrapper .contact-section .section-content p {
  max-width: 100%;
}
.contact-wrapper .contact-section {
  width: 32%;
}
.contact-wrapper .contact-container {
  width: 56%;
}
.contact-wrapper .contact-container form input,
.contact-wrapper .contact-container form textarea {
  width: 100%;
  outline: unset;
  padding: 10px 18px;
  border-radius: 5px;
  border: 1px solid var(--primary);
  font-size: 16px;
  color: var(--dark);
  font-family: var(--primary-font);
}
.contact-wrapper .contact-container form input::placeholder,
.contact-wrapper .contact-container form textarea::placeholder {
  font-size: 16px;
  color: var(--dark);
  opacity: 70%;
}
.contact-wrapper .contact-container form input.wpcf7-submit {
  max-width: 155px;
  background-color: var(--primary);
  color: var(--light);
  cursor: pointer;
  transition: var(--transition-2);
}
.contact-wrapper .contact-container form input.wpcf7-submit:hover {
  background-color: var(--light);
  color: var(--primary);
}
.contact-wrapper .contact-container form textarea {
  height: 176px;
  resize: none;
}
.contact-container form .form-row p {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-container form .form-row p span {
  width: 50%;
}
.contact-container form .form-row p span.wpcf7-not-valid-tip {
  width: 100%;
}

.samsara-map__section {
  position: relative;
  background-color: var(--light);
}
.samsara-map__section::before {
  content: url("../img/about-1.png");
  display: block;
  width: 100%;
  position: absolute;
  top: -2%;
  transform: rotate(180deg);
}
.samsara-map__section iframe {
  width: 100%;
  height: 700px;
}

.samsara-contact-details__section {
  position: relative;
  padding: 40px 0 20px;
  background-color: var(--light);
}
.samsara-contact-details__section::before {
  content: url("../img/about-1.png");
  display: block;
  width: 100%;
  position: absolute;
  top: -32%;
}
.contact-details-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 6px;
}
.contact-details-container img {
  height: 32px;
}
.contact-details-container span {
  display: block;
  margin: 16px 0 0;
  color: var(--dark);
  font-size: clamp(18px, 2vw, 20px);
}
.contact-details-container p,
.contact-details-container p a {
  margin: 0;
  font-size: clamp(20px, 2vw, 22px);
  color: var(--primary);
}
.page-template-template-contact .samsara-sign-up__section::before {
  content: unset;
}

.page-template-template-review-page .samsara-review-page__section {
  padding: 20px 0 90px;
  background-color: var(--light);
}
.page-template-template-review-page .samsara-review__section::before {
  content: unset;
}

.page-template .itinerary-faq__section {
  padding: 20px 0 60px;
}
.page-template .itinerary-faq__section .wrapper::before {
  content: unset;
}

.error404 .site-header {
  position: relative;
}
.error-404.not-found {
  padding: 90px 0;
  background-color: var(--light);
  z-index: 1;
  position: relative;
  text-align: center;
}
.error-404.not-found .btn {
  margin: 38px auto 0;
}
.default-template-wrapper {
  background-color: var(--light);
  padding: 20px 0 45px;
}
.default-template-wrapper p {
  margin: 0 0 10px 0;
  opacity: 70%;
}
.default-template-wrapper h2,
.default-template-wrapper h3,
.default-template-wrapper h4 {
  color: var(--dark);
  margin: 0 0 5px;
  font-weight: 500;
  font-family: var(--secondary-font) !important;
}
.default-template-wrapper form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 10px;
  border-radius: 20px;
  background-color: #f7f9f5;
  padding: clamp(25px, 3vw, 40px);
}
.default-template-wrapper form input,
.default-template-wrapper form select,
.default-template-wrapper form textarea {
  padding: 11px 16px;
  margin-top: 6px;
  border: unset;
  border-radius: 50px;
  box-shadow: 0px 0px 1px 0px #00000040;
  background-color: #fff;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(12.600000381469727px);
  outline: unset !important;
  width: 100%;
  color: var(--text-1);
  font-size: 16px;
  outline: unset;
  font-family: var(--primary-font);
  font-weight: 400;
}
.default-template-wrapper input::placeholder {
  color: #8b9ca6;
}
.default-template-wrapper form label {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-2);
  margin: 0 0 6px;
  display: block;
}
.default-template-wrapper form textarea {
  border-radius: 16px;
  resize: none;
  height: 170px;
}
.default-template-wrapper form input.wpcf7-submit {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
  cursor: pointer;
  padding: 11px 30px;
}
.default-template-wrapper form.wpcf7-form > p {
  width: calc(50% - 10px);
  margin: 0;
}
.default-template-wrapper form.wpcf7-form input,
.default-template-wrapper form.wpcf7-form textarea,
.default-template-wrapper form.wpcf7-form select {
  border-radius: 8px;
  padding: 9px 14px;
}
.default-template-wrapper form.wpcf7-form > p:nth-last-of-type(1),
.default-template-wrapper form.wpcf7-form > p:nth-last-of-type(2) {
  width: 100%;
}
.default-template-wrapper form.wpcf7-form label {
  font-size: 14px;
  font-weight: 500;
}
.default-template-wrapper form.wpcf7-form input.wpcf7-submit {
  width: fit-content;
  margin-top: 12px;
}
.default-template-wrapper form.wpcf7-form p strong {
  display: block;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  color: var(--primary);
}
.default-template-wrapper form.wpcf7-form p:has(strong) {
  width: 100%;
}
.default-template-wrapper form.wpcf7-form p + p strong {
  margin-top: 18px;
}
.default-template-wrapper form.wpcf7-form p br {
  display: none;
}
.default-template-wrapper form.wpcf7-form .wpcf7-list-item:not(:last-child) {
  margin: 0 12px 0 0;
}
.default-template-wrapper form.wpcf7-form .wpcf7-list-item input {
  width: fit-content;
  margin: 0;
}
.default-template-wrapper .wpcf7-list-item {
  margin: 0;
}


@media (max-width: 1200px) {
  /* .page-template .samsara-banner__section img {
    height: 70vh;
  } */
}
@media (max-width: 1024px) {
  .page-template-template-all-trip-1 .samsara-featured-trip__section::before {
    top: -2%;
  }
}
@media (max-width: 989px) {
  .page-template-template-all-trip .itinerary-testimonial__section,
  .itinerary-testimonial__section {
    padding: 100px 0;
  }
  .samsara-map__section iframe {
    height: 600px;
  }
  .samsara-map__section::before {
    top: -8%;
  }
  .page-template .samsara-banner__section img {
    height: 60vh;
  }
  .contact-details-wrapper {
    gap: 20px;
  }
  .contact-details-wrapper > div {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .samsara-team__section .team-wrapper {
    gap: 25px;
  }
  .samsara-team__section .team-wrapper p {
    margin: 12px 0 0;
  }
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-wrapper .contact-section,
  .contact-wrapper .contact-container {
    width: 100%;
  }
  .samsara-contact__section,
  .samsara-team__section,
  .default-template-wrapper,
  .page-template-template-all-trip-1 .samsara-featured-trip__section {
    padding: 30px 0;
  }
  .samsara-map__section iframe {
    height: 500px;
  }
  .page-template-template-blogs .samsara-blogs__section .blogs-wrapper::after,
  .itinerary-testimonial__section::before,
  .samsara-map__section::before,
  .samsara-contact-details__section::before,
  .single-blog__section .entry-content::before,
  .single-blog__section::after,
  .related-post__section::before {
    content: unset;
  }
  .page-template-template-all-trip .itinerary-testimonial__section,
  .itinerary-testimonial__section {
    padding: 30px 0;
  }
  .samsara-map__section {
    padding: 0;
  }
  .page-template .samsara-banner__section img {
    height: 50vh;
    max-height: unset;
  }
  .single-blog__section .entry-content {
    padding: 25px 0 0;
  }
  .page-template-template-all-trip-1 .samsara-sign-up__section .wrapper {
    padding-top: 16px;
  }
  .single-blog__section .entry-content img:nth-of-type(1) {
    margin: 0 0 20px;
  }
}
@media (max-width: 567px) {
  .samsara-map__section iframe {
    height: 450px;
  }
  .page-template .samsara-banner__section img {
    height: 40vh;
  }
  .contact-details-wrapper > div {
    gap: 20px;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .all-fixed-trip,
  .samsara-team__section .team-wrapper,
  .samsara-team__section .team-wrapper,
  .related-post__section .related-post-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
  .contact-container form .form-row p {
    flex-direction: column;
    gap: 10px;
  }
  .contact-container form .form-row p span {
    width: 100%;
  }
}
