/* About Page start  */
.about-page__wrapper {
  display: flex;
  align-items: start;
  gap: clamp(30px, 3vw, 45px);
  row-gap: 20px;
  justify-content: space-between;
}
.about-page__container {
  max-width: 773px;
  width: 100%;
}
.about-page__image {
  max-width: 461px;
  width: 100%;
  position: relative;
  padding-right: 100px;
}
.about-page__image .featured-image img {
  width: 357px;
  height: 256px;
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid #fff;
  position: relative;
  z-index: 1;
}
.about-page__image > img {
  width: 240px;
  height: 236px;
  object-fit: cover;
  border-radius: 12px;
  position: absolute;
  right: 0;
  top: 160px;
}
.about-page__image .entry-container {
  box-shadow: 0px 4px 4px 0px #00000085;
  background-color: #ffffff;
  border-radius: 12px;
  text-align: center;
  max-width: 212px;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.about-page__image .entry-container h3 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  color: #0088ce;
  text-align: center;
}
.about-page__image .entry-container h3 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.mission-vision__section {
  background-color: #e0f2fe;
}
.mission-vision__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.mission-vision__container {
  border-radius: 12px;
  border: 1px solid #0000001a;
  background-color: #fff;
  padding: clamp(20px, 3vw, 25px);
}
.mission-vision__container img {
  max-height: 60px;
}
.mission-vision__container h3 {
  font-size: clamp(24px, 3vw, 32px);
  margin: 4px 0 8px;
}

.page-template-template-about .wy-us__section {
  margin-top: 0;
}

@media (max-width: 989px) {
  .about-page__image > img {
    display: none;
  }
  .about-page__image {
    padding-right: 0;
    max-width: 380px;
  }
  .about-page__image .featured-image img {
    width: 100%;
  }
  .about-page__image .entry-container {
    margin: 5px auto 0;
  }
  .mission-vision__container img {
    max-height: 45px;
  }
}
@media (max-width: 767px) {
  .about-page__wrapper {
    flex-direction: column;
  }
  .about-page__image {
    max-width: 100%;
  }
  .mission-vision__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* About Page end  */

/* Contact Page start  */
.contact-us__page .wrapper {
  max-width: 1050px;
}
.contact-us__content {
  max-width: 592px;
  margin-bottom: clamp(25px, 3vw, 50px);
}
.contact-us__wrapper {
  display: flex;
  align-items: start;
  gap: clamp(25px, 3vw, 45px);
  margin-bottom: clamp(25px, 3vw, 50px);
}
.contact-us__wrapper > div:last-child h2 {
  margin-bottom: 10px;
}
.contact-us__container {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-us__container:not(:last-child) {
  margin-bottom: 20px;
}
.contact-us__container .icon {
  border: 1px solid #89d8ff66;
  border-radius: 10px;
  background-color: #d8f1fe;
  width: fit-content;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us__container .icon img {
  width: 30px;
  height: 30px;
}
.contact-us__container p,
.contact-us__container span {
  font-size: clamp(16px, 2vw, 18px);
}
.contact-us__container p {
  margin: 0 0 2px;
}
.contact-us__container span {
  font-weight: 500;
}
.contact-us__container span a {
  color: #585858;
}
.contact-us__page iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 14/7;
  border-radius: 13px;
}
.contact-us__form {
  box-shadow: 2px 14px 32px 0px #6161611a;
  border: 1px solid #0000000d;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 30px 25px;
  max-width: 592px;
}
.contact-us__form form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  row-gap: 8px;
}
.contact-us__form form p {
  margin: 0;
  width: 100%;
}
.contact-us__form form p:nth-of-type(1),
.contact-us__form form p:nth-of-type(2) {
  width: calc(50% - 6px);
}
.contact-us__form input,
.contact-us__form textarea {
  border: 1px solid #00000033;
  padding: 10px 16px;
}
.contact-us__form .wpcf7-submit {
  width: fit-content;
}

@media (max-width: 767px) {
  .contact-us__wrapper {
    flex-direction: column;
  }
  .contact-us__form {
    max-width: 100%;
  }
}
/* Contact Page end  */

/* Destination Page start  */
.destination__section .section-wrap {
  max-width: 1200px;
}
/* Destination Page end  */

/* Single Blog Page start  */
.single-blog__page {
  background: linear-gradient(180deg, #daf2ff 0%, #ffffff 100%);
}
.single-blog__page .section-title {
  text-align: center;
  margin-bottom: clamp(12px, 2vw, 26px);
}
.author-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: clamp(18px, 3vw, 30px);
}
.author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.author img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-fit: cover;
}
.author span {
  position: relative;
  color: #5eb3df;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-content: center;
  gap: 8px;
  text-transform: uppercase;
}
.author span::before {
  content: url(../img/date.png);
  line-height: 1;
  margin-top: -1px;
}
.single-blog__page .featured-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.single-blog__page .content__area {
  padding: 0 clamp(20px, 3vw, 45px);
  margin-top: clamp(18px, 3vw, 30px);
}
/* Single Blog Page end  */

.all-faq__container {
  border: 1px solid #0000001a;
  border-radius: 12px;
  padding: clamp(20px, 3vw, 25px);
  margin-bottom: clamp(25px, 3vw, 40px);
}
.all-faq__container:last-child {
  margin-bottom: 0;
}
.all-faq__container > h2 {
  margin-bottom: clamp(15px, 3vw, 25px);
}

.all-testimonial__section {
  background-color: #f2f0ef;
}
.all-testimonial__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 25px;
}
.all-testimonial__wrapper .reviews__container {
  background-color: var(--light);
  border-radius: 20px;
  box-shadow: 4px 4px 0px 0px #0088ce;
  padding: clamp(20px, 3vw, 40px);
  margin-bottom: 6px;
}
.all-testimonial__wrapper .reviews__container h3 {
  margin-top: clamp(30px, 3vw, 50px);
}
.all-testimonial__wrapper .reviews__container p {
  display: block;
  text-overflow: unset;
  overflow: hidden;
}
.testimonial-single__section {
  background-color: #f4fbff;
}
.testimonial-single__section .reviews__container {
  background-color: #fafdff;
  box-shadow: 3px 5px 10.5px 0px #0787c914;
}
.testimonial-single__section .reviews__container .entry-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}
.testimonial-single__section .reviews__container h1 {
  margin: 0 0 6px;
  font-size: clamp(24px, 2vw, 32px);
}
.testimonial-single__section .rating {
  padding-top: 16px;
}
.testimonial-timeline {
  max-width: 920px;
  margin: 0 auto;
}
.testimonial-timeline__wrapper {
  display: flex;
  flex-direction: column;
}
.testimonial-timeline__container {
  box-shadow: 0px 4px 8px 0px #0787c91f;
  border-radius: 14px;
  max-width: 386px;
  width: 100%;
  position: relative;
}
.testimonial-timeline__container .see-all {
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 500;
  padding: 6px 10px;
  font-size: 14px;
  color: var(--secondary);
  z-index: 99;
  background: #ffffff;
  border-radius: 8px;
  cursor: pointer;
}
.testimonial-timeline__container span.date {
  position: absolute;
  top: 77px;
  right: -60px;
  background-color: var(--primary);
  display: block;
  width: fit-content;
  border: 1px solid #ffffff;
  border-radius: 25px;
  padding: 4px 6px;
  color: var(--light);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 9;
}
.testimonial-timeline__container .featured-image {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.testimonial-timeline__container .featured-image figure:not(:first-child) {
  display: none;
}
.testimonial-timeline__container figure {
  margin: 0;
}
.testimonial-timeline__container img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}
.testimonial-timeline__container .entry-container {
  padding: 15px 20px 20px;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.testimonial-timeline__container .entry-container > div {
  max-height: 110px;
  overflow: auto;
  height: fit-content;
}
.testimonial-timeline__container .entry-container p {
  font-size: 16px;
}
.testimonial-timeline__container:nth-child(even) {
  align-self: flex-end;
}
.testimonial-timeline__container::after {
  content: "";
  background-image: url("../img/review-bg-left.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50px;
  top: 90px;
  right: -70%;
}
.testimonial-timeline__container:nth-child(even)::after {
  right: auto;
  left: -71%;
  background-image: url("../img/review-bg-right.png");
}
.testimonial-timeline__container:last-child::after {
  content: unset;
}
.testimonial-timeline__container:nth-child(even) span.date {
  right: auto;
  left: -60px;
  background-color: var(--secondary);
}

.booking__section .wrapper {
  max-width: 760px;
}
.booking__section .wrapper h1 {
  margin-bottom: 20px;
}
.booking__form {
  background-color: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 2px 14px 32px 0px #6161611a;
  border: 1px solid #0000000d;
}
.booking__form > span {
  display: block;
  font-size: clamp(20px, 2vw, 24px);
  color: var(--text-1);
  font-weight: 500;
  margin-bottom: 16px;
}
.booking__form form.wpcf7-form {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.booking__form form.wpcf7-form p {
  margin: 0;
  width: calc(50% - 10px);
}
.booking__form form.wpcf7-form p:nth-last-of-type(1),
.booking__form form.wpcf7-form p:nth-last-of-type(2) {
  width: 100%;
}
.booking__form form.wpcf7-form p:nth-last-of-type(1) {
  text-align: center;
}
.booking__form form.wpcf7-form input.wpcf7-submit {
  width: fit-content;
  padding: 10px 30px;
}
.booking__form form textarea {
  height: auto;
}

@media (max-width: 989px) {
  .testimonial-timeline__container:nth-child(2n) {
    align-self: self-start;
  }
  .testimonial-timeline__container::after {
    content: unset !important;
  }
  .testimonial-timeline__container span.date {
    top: 143px;
    right: auto !important;
    left: -60px !important;
  }
  .testimonial-timeline__wrapper {
    gap: 30px;
    position: relative;
    padding-left: 110px;
  }
  .testimonial-timeline__wrapper::before {
    content: "";
    width: 2px;
    height: 90%;
    background-color: #c3c9cc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .testimonial-timeline__container {
    max-width: 100%;
  }
  .testimonial-timeline__container::before {
    content: "";
    width: 130px;
    height: 2px;
    background-color: #c3c9cc;
    position: absolute;
    left: -110px;
    top: 155px;
  }
}
@media (max-width: 767px) {
  .booking__form form.wpcf7-form {
    gap: 15px;
  }
  .booking__form form.wpcf7-form p {
    width: 100% !important;
  }
}
@media (max-width: 567px) {
  .testimonial-timeline__wrapper {
    padding-left: 35px;
  }
  .testimonial-timeline__container span.date {
    left: -20px !important;
  }
  .testimonial-timeline__container::before {
    left: -35px;
  }
  .testimonial-timeline__container .entry-container > div {
    max-height: 165px;
  }
}
