/*
Theme Name: Getaway
Theme URI: http://getaway.qodeinteractive.com
Description: An Upbeat Travel and Tourism Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Text Domain: getaway
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.qodef-tours-input-with-icon input[type=email], .qodef-tours-input-with-icon input[type=number], .qodef-tours-input-with-icon input[type=password], .qodef-tours-input-with-icon input[type=text],.qodef-tours-input-with-icon input[type=date],.qodef-tours-input-with-icon select {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    margin: 0;
    padding: 30px 24px 10px 26px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 400!important;
    color: #000;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #000;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    border: 1px solid #c1c1c1;
    margin-bottom: 12px;
    padding: 13px;
    border-radius: 6px;
    padding-left: 31px;
}
.qodef-tours-input-icon {
    position: absolute;
    left: 0;
    top: 12px;
    left: 14px;
    width: auto;
    font-size: 15px;
    color: #6a6a6a;
    z-index: 1;
}
| .faq-section {
     background: white;
      border-radius: 8px;
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }
    .faq-title {
     font-size: 2rem;
      font-weight: 700;
      color: #0056b3;
      margin-bottom: 50px;
      position: relative;
      text-align: center;
    }
    .faq-item {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 5px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .faq-question {
       width: 100%;
      text-align: left;
      padding: 15px 20px;
      font-size: 1.2rem;
      font-weight: 600;
      color: #0056b3;
      background: #f1f1f1;
      border: none;
      cursor: pointer;
      position: relative;
    }
   .faq-item:hover {
      transform: translateY(-5px); /* Lift effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */

   }
.faq-question:hover {
      background-color: #ff9800; /* Slightly darker background on hover */
      color: #fff;
   }
        .faq-question::after {
      content: "+";
      font-size: 1.6rem;
      position: absolute;
	  font-weight: 600;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      transition: transform 0.3s ease;
    }

    .faq-item.active .faq-question::after {
      content: "-";
      transform: translateY(-50%);
    }
   .faq-answer {
      padding: 20px;
      font-size: 1rem;
      color: #555;
      line-height: 1.8;
      display: none;
      background: white;
    }

    .faq-item.active .faq-answer {
      display: block;
    }
.faq-answer strong {
      font-weight: 700;
      color: #ff9800;
    }

    .faq-answer em {
      color: #0056b3;
      font-style: normal;
      font-weight: 600;
    }
  .tour-section {
      background: white;
      border-radius: 8px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      padding: 30px;
      margin-bottom: 20px;
    }
    .section-title {
      font-size: 2rem;
      font-weight: bold;
      color: #0056b3;
      margin-bottom: 20px;
      position: relative;
    }
    .section-title::after {
      content: '';
      width: 80px;
      height: 4px;
      background: #ff9800;
      position: absolute;
      left: 0;
      bottom: -5px;
      border-radius: 5px;
    }
    .tour-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .tour-list li {
      padding: 10px 0;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
    }
    .tour-list li::before {
      content: "✔";
      color: #ff9800;
      font-size: 1.5rem;
      margin-right: 10px;
    }
    .tour-exclusions li::before {
      content: "✘";
      color: #f44336;
    }
    .packing-guide li::before {
      content: "🎒";
      color: #ff9800;
    }
 .tour-enjoy li::before {
      content: "⭐";
      color: #ff9800;
    }
 .tour-avilable li::before {
      content: "⚓";
      color: #ff9800;
    }
.highlights-tours li::before {
      content: "🔥";
      color: #ff9800;
    }
    .note {
      background: #fff3cd;
      padding: 15px;
      border-radius: 5px;
      font-size: 1rem;
      color: #856404;
      margin-top: 20px;
    }
    .note a {
      color: #0056b3;
      text-decoration: underline;
    }
.count-day{
	color:#0056b3
}
  .itinerary-section {
      background: white;
      border-radius: 8px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      padding: 30px;
      margin-bottom: 20px;
    }

    .itinerary-day {
      font-size: 1.8rem;
      font-weight: bold;
      color: #0056b3;
      margin-bottom: 20px;
      position: relative;
    }

    .itinerary-day::after {
      content: '';
      width: 80px;
      height: 4px;
      background: #ff9800;
      position: absolute;
      left: 0;
      bottom: -5px;
      border-radius: 5px;
    }

    .itinerary-content {
      margin-bottom: 20px;
      color: #0c0c0c;
      font-size: 1.1rem;
      line-height: 1.8;
    }

    .itinerary-highlight {
      color: #0056b3;
      font-weight: bold;
      text-transform: uppercase;
    }

    .highlight-title {
      color: #0c0c0c;
      font-size: 1.4rem;
      font-weight: bold;
    }

    .meal-info {
      background: #fff3cd;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 1rem;
      color: #856404;
      display: inline-block;
      margin-top: 20px;
    }
 

    .random-tour-section {
      text-align: center;
      padding: 40px 15px;
    }

    .random-tour-title {
      font-size: 2rem;
      font-weight: 700;
      color: #0056b3;
      margin-bottom: 30px;
    }

    .random-tour-card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: white;
      border: 1px solid #ddd;
      border-radius: 10px;
      overflow: hidden;
      padding: 15px;
      transition: all 0.3s ease;
      position: relative;
    }

    .random-tour-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .random-tour-card img {
    
      height: 120px;

    }

    .random-tour-card-body {
      text-align: center;
      flex: 1;
      padding: 0 10px;
      margin-bottom: 50px; /* Space for the button */
    }

    .random-tour-card-title {
      font-size: 1rem;
      font-weight: 700;
      color: #0056b3;
      margin-bottom: 10px;
    
      text-overflow: ellipsis;
    }

    .random-tour-card-desc {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 10px;
      line-height: 1.6;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3; /* Limit to 3 lines */
      -webkit-box-orient: vertical;
    }

    .random-tour-card-link {
      position: relative;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      display: inline-block;
      font-size: 0.9rem;
      color: #fff;
      background: #ff9800;
      padding: 8px 16px;
      text-decoration: none;
      border-radius: 5px;
      font-weight: 600;
      transition: all 0.3s ease;
      width:60%
    }

    

    .random-tour-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 20px;
    }
.stars::before {
  content: '★★★';
  color: gold;
  font-size: 35px;
}
.booking-container {
  margin: 30px auto;
  background-color: #fff; /* Light beige background */
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow for a polished look */
  text-align: center;
}

.booking-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333; /* Dark text color for readability */
}

.booking-columns {
  display: flex;
  gap: 20px;
}

.column {
  flex: 1; /* Equal width for both columns */
}

.benefit-item {
cursor:pointer;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
 transition: all 0.3s ease; /* Smooth transition effect */
}

.benefit-item:hover {
  background-color: #f9f9f9; /* Slightly darker background on hover */
  transform: translateY(-5px); /* Lift effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
  cursor:pointer;
}

.benefit-icon {
  font-size: 1.5rem;
  color: #007bff; /* Blue color for icons */
  margin-right: 10px;
}

.benefit-item p {
  margin: 0;
  font-size: 1rem;
  color: #555; /* Medium gray text */
}

.book-now-btn {
  display: inline-block;
  margin-top: 20px;
  background-color: #ff9800; /* Blue button */
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}



    @media (max-width: 992px) {
      .random-tour-grid {
        grid-template-columns: repeat(2, 1fr);
      }
		.booking-container{
			display:none;
		}
			.single-content-nav a:hover,
    .single-content-nav a.active {
      background: #b72a2aa8 !important;
    }
		.single-content-nav .item-info ,.single-content-nav .item-plan ,.single-content-nav .item-item,.single-content-nav .item-moreinformaton ,.single-content-nav .item-revieews{
			display:none;
		}
		
			.single-content-nav .book-now{
			display:block !important;
              position: fixed;
              bottom: 20px;
              left: 2px;
              border-radius: 50%;
              z-index: 999;
              cursor: pointer;
            }

              .single-content-nav .book-now a {
              color: #fff;
              background:#b72a2aa8;
              font-size: 20px;
              display: flex;
              align-items: center;
              justify-content: center;
              text-decoration: none;
            }
		.single-content-nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
		}
    }

    @media (max-width: 768px) {
      .random-tour-grid {
        grid-template-columns: 1fr;
      }
		.booking-container{
			display:none;
		}
		.single-content-nav .item-info ,.single-content-nav .item-plan ,.single-content-nav .item-item,.single-content-nav .item-moreinformaton ,.single-content-nav .item-revieews{
			display:none;
		}
		.single-content-nav a:hover,
    .single-content-nav a.active {
      background: #b72a2aa8 !important;
    }
			.single-content-nav .book-now{
			display:block !important;
              position: fixed;
              bottom: 20px;
              left: 2px;
              border-radius: 50%;
              z-index: 999;
              cursor: pointer;
            }

              .single-content-nav .book-now a {
              color: #fff;
              background: #b72a2aa8;
              font-size: 20px;
              display: flex;
              align-items: center;
              justify-content: center;
              text-decoration: none;
            }
		}
		
	.single-content-nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
		}
    
  
       .single-content-nav {
       background: #f1f1f1;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
      margin-bottom: 25px;
position: relative;
    top: 32px;
    }

    .single-content-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      gap: 50px;
    }

    .single-content-nav li {
      font-weight: bold;
    }

    .single-content-nav a {
      text-decoration: none;
      font-size: 1rem;
      padding: 8px 15px;
      border-radius: 5px;
      transition: background 0.3s ease;
    }

    .single-content-nav a:hover,
    .single-content-nav a.active {
      background: #ff9800;
      color: white;
      transform: translateY(-5px); /* Lift effect */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); 
    }

    .btn-primary {
      background: #ff9800 !important;
      border: none !important;
    }

/* Container styling */
.form-issue {
  box-shadow: 0 0 13px 7px rgb(82 85 90 / 10%);
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
}

/* Icon wrapper with CSS triangle and exclamation mark */
.icon-wrapper {
  width: 50px;
  height: 50px;
  background-color: #29b6f6;
  clip-path: polygon(50% 0%, 100% 85%, 0% 85%);
      position: relative;
    bottom: 25px;
    right: 7px;
}

.icon-wrapper::after {
  content: "!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
  color: #e1f5fe;
}

/* Content wrapper */
.content-wrapper {
  flex: 1;
}

/* Title styles */
.form-title {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #000;
}

.form-subtitle {
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #0072a7;
  font-weight: bold;
}

/* Contact links */
.contact-links {
  display: flex;
  gap: 20px;
}

.contact-link {
  font-size: 1.1rem;
  color: #2a5787;
  text-decoration: none;
  display: flex;
  align-items: center;
}

/* .contact-link.phone::before {
  content: "📞";
  margin-right: 8px;
  font-size: 1.2rem;
  color: #cd4127;
    position: relative;
    top: 15px;
} */

.contact-link.email::before {
  content: "📧";
  margin-right: 8px;
  font-size: 1.2rem;
  color: #cd4127;
    position: relative;
    top: 15px;
}

/* Responsive design */
/* Adjusted Responsive Design for Mobile */
@media (max-width: 768px) {
  .form-issue {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
  }

  .icon-wrapper {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
top:2px;
  }

  .icon-wrapper::after {
    font-size: 1.2rem;
  }

  .content-wrapper {
    text-align: center;
  }

  .contact-links {
    flex-direction: column;
    gap: 10px;
  }

  .contact-link {
    font-size: .8rem;
    justify-content: center;
  }
}
.blogTour-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}

.blogTour-card {
  flex: 1 1 calc(10% - 16px); /* Five cards per row */
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 transition: all 0.3s ease;
}

.blogTour-card img {
  width: 100%;
  height: auto;
  display: block;
}

.blogTour-card h3 {
  font-size: .9rem;
  margin: 8px 0;
}

.link-wrapper {
  margin-top: auto;
  padding-bottom: 8px;
}

.blogTour-card .blogDetailes {
  display: inline-block;
 font-size: .7rem;
  margin: 8px 0;
  padding: 4px 8px;
  color: #fff;
  background: #ff8a3a;
  text-decoration: none;
  border-radius: 4px;
}

.blogTour-card a:hover {
  color: #00a1a4;
}
.blogTour-card:hover {
      transform: translateY(-5px); /* Lift effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */

   }


@media (max-width: 1024px) {
  .blogTour-card {
    flex: 1 1 calc(33.33% - 16px); /* Adjust for medium screens */
  }
}

@media (max-width: 768px) {
  .blogTour-card {
    flex: 1 1 calc(50% - 16px); /* Two cards per row */
  }
}

@media (max-width: 480px) {
  .blogTour-grid {
    display: flex;
    overflow-x: auto; 
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
 -ms-overflow-style: none; /* Hide scrollbar in Internet Explorer */
  scrollbar-width: none; /* Hide scrollbar in Firefox */
}

  .blogTour-card {
    flex: 0 0 100%; /* One card at a time */
    transition: transform 0.5s ease-in-out
  }
  .blogTour-grid::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Chrome, Safari, and Edge */
   }
  .owlblog-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .owlblog-dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
  }

  .owlblog-dot.active {
    background: #007BFF;
  }
}
