/*
Theme Name: DCPL-Sherpa Treks
Author: Delta Creation Pvt. Ltd.
Description: This is the Theme For Boarding Paas created by Delta Creation Pvt. Ltd.
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain: dcpl-sherpa-treks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

.site-footer {
  background-image: url(./assets/images/footer-bg.png);
}

.package-single {
  padding: 112px 0;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  padding: 40px 20px;
}

.package-single .container hr {
  border: none;
  background: transparent; /* remove default style */
  border-top: 1px dashed #7d7d7d; /* dashed line */
  margin: 48px 0;
}

.package-layout {
  display: grid;
  grid-template-columns: 1.9fr 1.1fr;
  gap: 48px;
}

/* //left content cards */
.package-main {
  max-width: 100%;
}

.card {
  margin-bottom: 25px;
}

.card h2 {
  font-size: var(--dcpl_sherpa_treks-fs-h3);
  margin-bottom: 32px;
  color: #1a1a1a;
}

.card p {
  font-size: 16px;
  color: #616161;
  margin-top: 16px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.itinerary-card {
  background: #1e4d8f;
  padding: 40px;
  border-radius: 8px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.itinerary-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 300px;
  background-image: url("./assets/icomoon/himalaya.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 400px 130px;
  opacity: 0.05;
  filter: brightness(0) invert(1);
  z-index: 0;
  pointer-events: none;
}

.itinerary-card > * {
  position: relative;
  z-index: 1;
}

.itinerary-title {
  font-size: var(--dcpl_sherpa_treks-fs-h3);
  margin-bottom: 25px;
  color: white !important;
}

.itinerary-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.itinerary-item {
  font-size: 16px;
}

.itinerary-item .day {
  font-weight: 500;
  font-size: 18px;
  margin-right: 6px;
}

.itinerary-item .desc {
  opacity: 0.95;
  font-size: 16px;

  color: #f5f7fb;
}

.quick-facts-card {
  margin-bottom: 48px;
}

.quick-facts-card h2 {
  font-size: var(--dcpl_sherpa_treks-fs-h3);
  margin-bottom: 32px;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.fact {
  display: flex;
  align-items: center;
  gap: 32px;
}

.fact i {
  font-size: 44px;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #413d3d;
  align-self: center;
}

.fact span {
  display: block;
  font-size: var(--dcpl_sherpa_treks-fs-h5);
  line-height: 1.5;
  color: #616161;
}

.fact strong {
  display: block;
  font-size: 16px;
  color: #ff7a18;
  font-weight: 500;
}

.include-card {
  background: #00b9310d;
  padding: 32px;
  border-radius: 8px;
}

.dc-highlights {
  margin: 48px 0;
}

.dc-title {
  font-size: var(--dcpl_sherpa_treks-fs-h3);
}

.dc-highlights-grid {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  scrollbar-width: none;
}

.dc-highlights-grid::-webkit-scrollbar {
  display: none;
}

/* Card */
.dc-item {
  text-align: center;
  flex: 0 0 calc(25% - 19px);
  min-width: calc(30% - 19px);
}

/* Image */
.dc-img {
  border-radius: 12px;
  overflow: hidden;
}

.dc-img img {
  width: 100%;
  height: 229px;
  object-fit: cover;
  transition: 0.3s;
}

.dc-img:hover img {
  transform: scale(1.05);
}

/* Text */
.dc-text {
  margin-top: 8px;
  font-size: 16px;
  color: #0b1f3a;
}

.include-title {
  font-size: var(--dcpl_sherpa_treks-fs-h3);
  margin-bottom: 20px;
  color: #333;
}

.include-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.include-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #616161;
}

.check-icon {
  margin-top: 8px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-icon img {
  width: 100%;
  height: 100%;
}

.exclude-card {
  margin-top: 48px;
  background: #ff0d0d0d;
  padding: 32px;
  border-radius: 8px;
}

.exclude-title {
  font-size: var(--dcpl_sherpa_treks-fs-h3);
  margin-bottom: 20px;
  color: #333;
}

.exclude-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.exclude-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #616161;
}

.cross-icon {
  margin-top: 8px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cross-icon img {
  width: 100%;
  height: 100%;
}

.trek-gallery h2 {
  font-size: var(--dcpl_sherpa_treks-fs-h3);
  margin-bottom: 32px;
  margin-top: 48px;
}

.gallery-layout {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 8px;
}

.gallery-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gallery-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.more-photos {
  position: relative;
}

.more-photos span {
  position: absolute;
  inset: 0;
  background: #0b1f3a33;
  color: #fff;
  font-weight: 500;
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.route-map h2 {
  margin-bottom: 32px;
  margin-top: 48px;
  font-size: var(--dcpl_sherpa_treks-fs-h3);
  font-weight: 400;
}

.map-image img {
  width: 100%;
  border-radius: 8px;
  height: 400px;
  object-fit: cover;
}

.single-tour-package .package-layout {
  align-items: start;
}

.single-tour-package .package-sidebar {
  position: sticky;
  top: clamp(16px, 8vh, 120px);
  align-self: start;
  height: fit-content;
}

.booking-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 32px;
  box-shadow: 0px 0px 8px 0px #00000026;
}

/* HEADER */
.booking-header {
  display: flex;
  padding: 9px 10px 0px 9px;
  background-color: #f5f9ff;
  gap: 13px;
  border-radius: 9.1px;
  box-shadow: 0px 0px 4.57px 0px #00000026;
}

.booking-img img {
  width: 111px;
  height: 115px;
  object-fit: cover;
  border-radius: 4px;
}

.booking-info h4 {
  margin: 0;
  font-size: 20px;
}

.booking-info span {
  font-size: 14px;
  color: #1a1a1a;
}

.price-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.price-wrap .new-price {
  color: #2e8b57;
  font-size: var(--dcpl_sherpa_treks-fs-h3);
  font-weight: 600;
}

.price-wrap .old-price {
  color: #f30000;
  text-decoration: line-through;
  font-size: 14px;
}

/* FORM */
.booking-form h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 18px;
  margin-bottom: 16px;
  color: #000000;
}
.days {
  display: block;
  font-size: 13px;
  color: #666;
  margin: 3px 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  flex: 1;
  margin-bottom: 18px;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  border: 1px solid #dadada !important;
  padding: 6px 12px;
  border-radius: 4px;
}

.form-row span {
  border-radius: 4.5px;
  /* border: 1px solid #DADADA; */
  padding: none;
}

.form-group {
  display: flex;
  flex-direction: column;
  /* border: 1px solid #DADADA; */
  border-radius: 4.5px;
}

.form-group label {
  font-size: 16px !important;
  font-weight: 400;
  color: #4f4f4f !important;
  margin-bottom: 4px;
}

.form-group input[type="text"],
.form-group input[type="email"] {
  font-size: 13px;
  padding: 8px 9px;
  border: 1px solid #dadada;
  border-radius: 4.5px;
  font-family: inherit;
}

.form-group textarea {
  font-size: 13px;
  padding: 12px;
  border: 1px solid #dadada;
  border-radius: 4.5px;
  font-family: inherit;
  width: 100%;
  height: 120px;
  resize: vertical;
  margin-bottom: 0;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #999;
}

.booking-form form h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 18px;
  margin-bottom: 16px;
  color: #000000;
}

input {
  width: 100%;
  padding: 12px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.form-check {
  display: flex;
  align-items: center;
  margin: 20px 0;
  /* gap: 16px; */
}

.form-check [type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  cursor: pointer;
  margin-right: 8px;
  flex-shrink: 0;
}
.form-check label {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  line-height: 1.4;
}

.form-buttons {
  position: relative;
  display: block !important;
}

.form-buttons .btn-outline {
  box-sizing: border-box;
}

/* Render the SVG icon via a pseudo-element on the wrapper (works for input[type=submit]) */
.form-buttons::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 32%;
  transform: translateY(-50%);
  width: 16px;
  color: white;
  height: 14px;
  background-image: url("./assets/icomoon/Vector%201.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  pointer-events: none;
  filter: brightness(0) invert(1);
}

.form-buttons:hover::after {
  transform: translateY(-50%) rotate(90deg);
}

.help-card {
  margin-top: 48px;
  border-radius: 8px;
  overflow: hidden;
}

.help-inner {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 455px;
  display: flex;
  align-items: flex-end;
  padding: 32px 48px;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.help-contact {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.help-contact h2 {
  font-size: var(--dcpl_sherpa_treks-fs-h3);
  color: #ffffff;
}
.help-contact p {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 24px;
  color: #ffffff;
}

.help-contact div {
  color: #00ff70;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.help-contact a:hover {
  color: #6aff00;
}

.help-contact a {
  color: #00ff70;
  font-size: 14px;
  text-decoration: underline;
  line-height: 1.6;
}
.custom-section {
  margin: 30px auto;
  max-width: 1320px;
  text-align: center;
}

.packages-listing {
  text-align: center;
  margin-top: 112px;
  margin-bottom: 64px;
}

.packages-listing h1 {
  font-size: var(--dcpl_sherpa_treks-fs-h3);
}

.packages-listing small {
  color: #1e4d8f;
  font-size: 16px;
  font-weight: 500;
}

.faq-section {
  background-color: #f5f9ff;
}

.faq-section .faq {
  max-width: 1320px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 104px;
  width: 100%;
  margin: auto;
  padding: 112px 0;
  align-self: center;
}

/* LEFT */
.faq-item {
  background: #ffffff;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
  display: flex;
  font-size: var(--dcpl_sherpa_treks-fs-h4);
  color: black;
  justify-content: space-between;
  font-weight: 400;
  transition: all 0.3s ease;
}

.faq-question span {
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 28px;
  color: #1a1a1a;
}

.faq-question:hover span {
  color: #ff7a18;
}

.faq-item.active .faq-question span {
  color: #ff7a18;
  transform: rotate(0deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  font-size: 16px;
  color: #3f3f3f;
  transition: all 0.4s ease;
  opacity: 0;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  margin-top: 24px;
  opacity: 1;
  transition: all 0.4s ease;
}

/* RIGHT */
.faq-right small {
  color: #1e4d8f;
  font-size: 18px;
  font-weight: 500;
}

.faq-right h2 {
  font-size: var(--dcpl_sherpa_treks-fs-h3);
  margin-top: 6px;
  color: #0b1f3a;
}

.faq-card {
  background: #1e3a6d;
  color: #fff;
  padding: 40px;
  border-radius: 12px;
  position: relative;
  margin-top: 72px;
}

.faq-card h3 {
  font-size: var(--dcpl_sherpa_treks-fs-h3);
  line-height: 48px;
  font-weight: 500;
}

.faq-card p {
  font-size: 16px;
  line-height: 0.8;
}

.faq-card img {
  height: 88px;
  margin: 40px 0;
}

.faq-card a {
  color: #dbff97;
  display: block;
  font-size: 16px;
}

.faq-card a:hover {
  color: #99ea02;
}

.faq-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 200px;
  background-image: url("./assets/icomoon/himalaya.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 200px 70px;
  opacity: 0.1;
  filter: brightness(0) invert(1);
  z-index: 0;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 30px 15px;
  }

  .faq-section .faq {
    padding: 64px 20px;
  }

  .package-layout,
  .faq-section .faq {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .booking-card {
    width: 100%;
    max-width: 100%;
  }

  .dc-item {
    flex: 0 0 calc(50% - 13px);
    min-width: calc(50% - 13px);
  }

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

  .package-layout .package-sidebar {
    margin-top: 24px;
  }

  .card h2,
  .itinerary-title,
  .dc-title,
  .trek-gallery h2,
  .route-map h2 {
    font-size: 24px;
  }

  .packages-listing {
    margin-top: 64px;
  }

  .gallery-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .package-single {
    padding: 60px 0;
  }

  .faq-section .faq {
    padding: 40px 20px;
  }

  .package-layout,
  .faq-section .faq {
    gap: 20px;
  }

  .booking-card {
    padding: 16px 20px;
  }

  .booking-header {
    flex-direction: column;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    gap: 8px;
  }

  .booking-img img {
    width: 100%;
    height: 180px;
  }

  .price-wrap .new-price {
    font-size: 24px;
  }

  .form-row,
  .form-buttons {
    flex-direction: column;
    gap: 8px;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    padding: 12px 15px;
    font-size: 13px;
  }

  .facts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .fact i {
    font-size: 28px;
  }

  .itinerary-card {
    padding: 20px;
  }

  .dc-item {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .dc-img img {
    height: 160px;
  }

  .gallery-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gallery-left img,
  .gallery-right img {
    height: 200px;
  }

  .map-image img {
    height: 250px;
  }

  .help-inner {
    height: 280px;
    padding: 20px;
  }

  .faq-item {
    padding: 12px;
    margin-bottom: 16px;
  }


  .faq-card {
    padding: 16px;
    margin-top: 16px;
  }

  .faq-card img {
    height: 64px;
  }

  .faq-item.active .faq-answer {
    margin-top: 16px;
  }

  .custom-section {
    margin: 20px auto;
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 479px) {
  .package-layout {
    display: block;
  }

  .package-single {
    padding: 40px 0px;
    max-width: 100% !important;
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* .quick-facts-card h2,
  .itinerary-title,
  .trek-gallery h2,
  .route-map h2 {
    font-size: 18px;
  } */

  .price-wrap .new-price {
    font-size: 20px;
  }

  .fact {
    /* display: flex;
  align-items: center; */
    gap: 12px;
  }

  .facts-grid {
    gap: 12px;
  }

  .fact strong {
    display: block;
    font-size: 16px;
  }

  /* .faq-question {
    font-size: 14px;
  } */

  .help-contact div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group textarea {
    font-size: 11px;
    padding: 5px 6px;
  }

  .btn-primary,
  .btn-outline {
    padding: 10px 12px;
    font-size: 12px;
  }

  .map-image img {
    height: 200px;
  }

  .gallery-left img,
  .gallery-right img {
    height: 150px;
  }
}
