/*!
Theme Name: Dune Buggy Tours
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dune-buggy-tours
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Dune Buggy Tours is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {
  font-family: "Istok Web", Arial, sans-serif;
}
.jeju-myeongjo {
  font-family: "Jeju Myeongjo", serif;
}
.logo {
  width: 150px;
  height: 60px;
}
.nav-link {
  color: #000;
}
/* Hero section custom styles */
.hero-section {
  min-height: 350px;
  border-radius: 1.5rem;
  position: relative;
  background-size: cover;
  background-position: center;
}
.hero-content {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
  padding: 60px;
}
.video-thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
}
.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}
.flex-col{
	flex-direction: column;
}
.p-4{
	padding:1rem;
}
.w-90 {
  width: 90%;
  margin: auto;
}
.w-full{
	width: 100%;
}
.table-thead-header{
	background: #ccc;
}
.px-6{
	padding-left :2rem;
	padding-right:2rem;
}
.w-80 {
  width: 80%;
  margin: auto;
}
.w-70 {
  width: 70%;
  margin: auto;
}
.w-60 {
  width: 60%;
  margin: auto;
}
/* Filter section styles */
.card.shadow-sm {
  border-radius: 1.25rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: none;
}
.btn[style*="#49582c"] {
  background: #49582c !important;
  color: #fff !important;
  border-radius: 0.4rem;
}
.btn[style*="#49582c"]:hover {
  background: #33401e !important;
}
/* Tour Card Styles */
.tour-card {
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  border: none;
  background: #fff;
  min-width: 300px;
}
.tour-card .card-img-top {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  height: 170px;
  object-fit: cover;
}
.price-badge {
  z-index: 2;
  right: 0;
  top: 0;
  transform: translate(40%, -40%);
}
.badge-circle {
  width: 90px;
  height: 90px;
  background: #49582c;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Istok Web", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.badge-circle .small {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.badge-circle .fw-bold {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}
.tour-card .card-title {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}
.tour-card .card-text {
  color: #444;
  margin-bottom: 0.7rem;
}
.tour-card .d-flex.text-center {
  margin-bottom: 1.1rem !important;
}
.tour-card .flex-fill i {
  font-size: 1.4rem;
  color: #49582c;
  margin-bottom: 0.2rem;
}
.tour-card .flex-fill span {
  font-size: 0.98rem;
  color: #222;
}
.btn-dark-green {
  background: #49582c;
  color: #fff;
  border-radius: 0.4rem;
  border: none;
  font-weight: 500;
  transition: background 0.2s;
}
.btn-dark-green:hover {
  background: #33401e;
  color: #fff;
}
.btn-outline-dark-green {
  background: #eaf0e6;
  color: #49582c;
  border: 1.5px solid #49582c;
  border-radius: 0.4rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-dark-green:hover {
  background: #49582c;
  color: #fff;
}
.tour-card .btn {
  font-size: 1rem;
  padding: 0.5rem 0;
}
/* Safety Guidelines Section */
.safety-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  font-weight: 700;
  color: #222;
  font-size: 1rem;
  border-bottom: 1.5px solid #bfcab3;
  text-align: center;
}
.safety-cell span {
  padding: 0.5rem 0.7rem;
}
.safety-cell:not(:last-child) {
  border-right: 1.5px solid #bfcab3;
}

/* Offer Section */
.offer-section {
  width: 100%;
  max-width: 100vw;
  min-height: 250px;
  overflow: hidden;
  position: relative;
}
.offer-bg-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
.offer-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* Custom Swiper Navigation Buttons */
.custom-swiper-button {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 44px;
  height: 44px;
  background: #49582c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 1.5rem;
  transition: background 0.2s, color 0.2s;
  opacity: 0.92;
}
.custom-swiper-button:hover {
  background: #33401e;
  color: #fff;
  opacity: 1;
}
.custom-swiper-prev {
  left: 8px;
}
.custom-swiper-next {
  right: 8px;
}
.gallery-swiper {
  position: relative;
}
@media (max-width: 768px) {
  .custom-swiper-button {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
  .custom-swiper-prev {
    left: 0;
  }
  .custom-swiper-next {
    right: 0;
  }
}
/* Testimonials Section */
.testimonial-card {
  background: #6ca043;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stars {
  color: #6ca043;
  font-size: 1.3rem;
  letter-spacing: 2px;
  transition: color 0.3s;
}
.testimonial-text {
  color: #222;
  font-size: 1rem;
  transition: color 0.3s;
}
.testimonial-user {
  background: #6ca043;
  color: #fff;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  transition: background 0.3s, color 0.3s;
}
.testimonial-user .user-name,
.testimonial-user .user-date {
  color: #fff;
  font-size: 1.05rem;
  transition: color 0.3s;
}
.testimonial-user img {
  border: 2.5px solid #fff;
}
.testimonial-card:hover {
  background: #6ca043;
  border-color: #6ca043;
  box-shadow: 0 4px 24px rgba(108, 160, 67, 0.13);
}
.testimonial-card:hover {
  color: #fff;
}
.testimonial-card:hover {
  color: #fff;
  background-color: #3b4727;
}
.testimonial-card:hover .testimonial-user {
  background: #3b4727;
  color: #fff;
}
.testimonial-card:hover .testimonial-user .user-name,
.testimonial-card:hover .testimonial-user .user-date {
  color: #fff;
}
.card-body {
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .testimonial-card {
    min-height: 340px;
  }
}

/* FAQ Accordion Styles */
.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-item {
  background: #fff;
  border-radius: 10px;
  border: 1.5px solid #e5e5e5;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item.active {
  border-color: #49582c;
  box-shadow: 0 2px 12px rgba(108, 160, 67, 0.08);
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.08rem;
  font-weight: 600;
  color: #49582c;
  padding: 1rem 1.2rem;
  background-color: transparent;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  transition: background 0.2s, color 0.2s;
  position: relative;
}
.faq-item.active .faq-question {
  background: #49582c;
  color: #fff;
}
.faq-question::after {
  display: none;
}
.faq-question .faq-toggle-icon {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: inherit;
  transition: transform 0.2s;
}
.faq-item.active .faq-question .faq-toggle-icon {
  transform: translateY(-50%) rotate(180deg);
}
.faq-answer {
  padding: 0 1.2rem 1rem 1.2rem;
  color: #222;
  font-size: 1rem;
  display: none;
  animation: fadeIn 0.3s;
}
.faq-item.active .faq-answer {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Footer Section */
.footer-section {
  margin-top: 3rem;
  font-family: "Istok Web", Arial, sans-serif;
}
.footer-jagged {
  line-height: 0;
  height: 50px;
}
.footer-content {
  background: #3b4727;
}
.footer-desc {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
  padding-top: 0.7rem;
}
.footer-links {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.18rem 0;
  font-size: 1rem;
  transition: color 0.2s;
}
.footer-link:hover {
  color: #bfcab3;
  text-decoration: underline;
}
.footer-social-link {
  color: #fff;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.footer-social-link:hover {
  background: #fff;
  color: #49582c;
}
.footer-bottom {
  background: #3b4727;
  color: #fff;
  font-size: 0.98rem;
  border-top: 1px solid #ffffff80;
}
@media (max-width: 900px) {
  .footer-content .row > div {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 600px) {
  .footer-content .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .footer-content .row {
    flex-direction: column;
    text-align: center;
  }
  .footer-social {
    justify-content: center;
  }
}
.tour-hero-section {
  min-height: 250px;
  border-radius: 1.2rem;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 1.5rem;
}
.tour-hero-overlay {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 1.2rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tour-hero-section h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.tour-hero-section p {
  font-size: 1rem;
  margin: 0;
  color: #fff;
}
@media (max-width: 600px) {
  .tour-hero-section {
    min-height: 250px;
    border-radius: 0.7rem;
  }
  .tour-hero-overlay {
    border-radius: 0.7rem;
  }
  .tour-hero-section h1 {
    font-size: 1.1rem;
  }
  .tour-hero-section p {
    font-size: 0.92rem;
  }
}
/* Team Card Styles */
.team-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  border: none;
  align-items: center;
  gap: 1.1rem;
  min-width: 320px;
}
.team-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 2.5px solid #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.module-badge {
  background: #e53935;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 1.2rem;
  padding: 0.35rem 1.2rem;
  margin-left: 1rem;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(229, 57, 53, 0.08);
  display: inline-block;
}
.team-card .fw-bold {
  font-size: 1.05rem;
}
.team-card p {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0.2rem;
}
.team-card-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 50px auto;
}
@media (max-width: 600px) {
  .team-card {
    flex-direction: column !important;
   
    padding: 1.1rem 0.7rem;
    min-width: unset;
    max-width: 100%;
  }
  .team-card img {
    margin-bottom: 0.7rem;
    margin-right: 0;
  }
  .module-badge {
    margin-left: 0;
    white-space: nowrap;
    font-size: 0.95rem;
    padding: 0.3rem 1rem;
  }
}
/* Booking Form Section */
.booking-form-section {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  border: none;
  max-width: 900px;
  margin: 0 auto;
}
.step-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #49582c;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
}
.calendar-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: none;
  border: 1.5px solid #49582c;
  overflow: hidden;
  margin-top: 0.5rem;
}
.calendar-header {
  background: #49582c;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  font-size: 1.1rem;
}
.calendar-table {
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  margin: 0;
  font-size: 1rem;
  border-collapse: separate;
  border-spacing: 0;
}
.calendar-table th {
  color: #49582c;
  font-weight: 600;
  padding: 0.3rem 0.2rem;
}
.calendar-table td {
  color: #222;
  padding: 0.3rem 0.2rem;
  font-size: 1rem;
}
.form-select, .form-control {
  border-radius: 0.5rem;
  border: 1.5px solid #bfcab3;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  margin-top: 0.2rem;
}
.form-select:focus, .form-control:focus {
  border-color: #49582c;
  box-shadow: 0 0 0 2px #bfcab3;
}
.btn[style*="#49582c"] {
  background: #49582c !important;
  color: #fff !important;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.7rem 0;
}
.calendar-input{
  border: none;
}
.calendar-input:focus{
  border: none;
}
.form-control:focus {
  box-shadow: 0 0 0 0px #bfcab3;
}
.flatpickr-day.selected{
  background: #49582c !important;
  border-color: #49582c !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #49582c !important;
}
.mt-n3{
  margin-top: 16px !important;
}
@media (max-width: 900px) {
  .booking-form-section {
    padding: 1.2rem 0.5rem;
  }
}
@media (max-width: 600px) {
  .booking-form-section {
    border-radius: 1rem;
    padding: 0.7rem 0.2rem;
  }
  .calendar-card {
    border-radius: 0.7rem;
  }
  .calendar-header {
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
  }
  .calendar-table {
    border-radius: 0 0 0.7rem 0.7rem;
    font-size: 0.95rem;
  }
  .step-circle {
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
  }
}


.video-vertical {
  position: relative;
  width: 100%;
  padding-bottom: 177%; /* 16:9 is 56.25% – 9:16 is 177% */
  height: 0;
  overflow: hidden;
  border-radius: 20px; /* same as rounded-4 */
}

.video-vertical iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
}

