/*header*/
.custom-searchbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #8589956e;
  border-radius: 50px;
  padding: 6px 10px;
  background: #fff;
  flex-wrap: nowrap;
}

.main-nav-container {
  /* height: 83px; */
  height: auto;
}

.custom-searchbar .search-input {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  padding: 0 10px;
}

.custom-searchbar .search-input i {
  color: #888;
  flex-shrink: 0;
  margin-right: 8px;
}

.custom-searchbar .search-input input {
  border: none;
  outline: none;
  flex: 1;
}

.custom-searchbar .calendar {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.custom-searchbar .calendar i {
  color: #888;
  margin-right: 6px;
}

.custom-searchbar .calendar select {
  border: none;
  outline: none;
  background: transparent;
}

.custom-searchbar .btn-search {
  border: none;
  border-radius: 50px;
  padding: 6px 18px;
  margin-left: 10px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}

.calendar-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.calendar-input-wrapper input {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  width: 120px;
}

.clear-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  color: #666;
}

.clear-btn:hover {
  color: red;
}

/* Calendar header arrows close to month name */
.flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  /* spacing between arrows and month */
}

.footericons {
  color: #fff !important;
  border-color: #fff;
}

.featureiconshome {
  background: #f8941f !important;
  color: #f8941f !important;
}

.featureiconshome:hover {
  background: #2d3194 !important;
}

.footericons:hover {
  color: #fff !important;
  border-color: #2d3194;
}

.logo-img {
  width: 61%;
}

.formbg {
  background: #2d3194 !important;
}

.destination-item img {
  height: 300px;
  /* adjust based on Cairo’s height */
  object-fit: cover;
  width: 100%;
}

.ftr-logo-img {
  width: 225px;
}

.icon-color-c {
  color: #f99422;
}

#header-carousel .carousel-item video {
  width: 100%;
  /* height: 100%; */
  height: 550px;
  object-fit: cover;
}

/* dark area  */
#header-carousel .carousel-caption {
  padding-top: 30px;
  height: 99%;
}

/* video-area */
#header-carousel .carousel-inner {
  min-height: 68%;
}

/* .travel-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
    color-mix(in srgb, var(--background-color), transparent 60%) 0%,
    color-mix(in srgb, var(--background-color), transparent 80%) 50%,
    color-mix(in srgb, var(--background-color), transparent 90%) 100%);
    z-index: 1;
} */

.blog-date h6 {
  color: #fff !important;
}

.bg-secondary {
  background: #fa881f !important;
}

.cardlabel {
  background-color: #2d3194 !important;
  color: #fff !important;
  font-size: 14px !important;
  border-radius: 4px !important;
}

/* Make dropdown text blue */
.currency-text,
.language-text {
  color: #2d3194;
  font-weight: 600;
}

/* Make dropdown caret (arrow) orange */
#currencyDropdown::after,
#languageDropdown::after {
  color: #fa931e;
}

/* Dropdown items */
.dropdown-menu .dropdown-item {
  color: #2d3194;
  font-weight: 500;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #fa931e;
  color: #fff !important;
}

.featureiconshometitle {
  color: #2d3194 !important;
}

/* Tabs wrapper */
#packageTabs {
  border: none;
  gap: 15px;

  margin: 0 auto;
  /* centers horizontally */
  justify-content: center;
  /* makes nav items centered inside */
  margin-bottom: -15px;
}

/* Each tab as a button card */
#packageTabs .nav-link {
  background: rgb(45 49 148);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 20px 30px;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  min-width: 180px;
}

/* Hover effect */
#packageTabs .nav-link:hover {
  background: #f79322;
  transform: translateY(-3px);
}

/* Active tab */
#packageTabs .nav-link.active {
  background: #f79322;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Icons inside tabs */
#packageTabs .nav-link i {
  font-size: 1.5rem;
}

/* Destination Tabs Custom Styles */
.destination-nav-tabs {
  justify-content: center;
}

.destination-nav-link {
  color: #2d3194;
  /* default tab text color */
  font-weight: 600;
  font-size: 16px;
  padding: 10px 67px;

  margin: 0 8px;
  background: transparent;
  transition: all 0.3s ease;
}

.destination-nav-link:hover {
  color: #f8941f !important;
}

.airportTransfer {
  padding: 10px 60px;
}

.airport-nav-link.active {
  color: #f8941f !important;
}

.airport-nav-link:hover {
  color: #f8941f !important;
}

.airport-nav-link {
  color: #2d3194;
  /* default tab text color */
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;

  margin: 0 8px;
  background: transparent;
  transition: all 0.3s ease;
}

/*airport transfer page */
.layout {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

#content-all .col-md-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* Content Section */
.content-section {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.content-container {
  max-height: 650px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.content-container.expanded {
  max-height: none;
}

.content-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, white);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.content-container.expanded::after {
  opacity: 0;
}

.content-container h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.content-container h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0 12px 0;
  color: #2c2c2c;
}

.content-container h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 16px 0 8px 0;
  color: #3c3c3c;
}

.content-container p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #555;
  line-height: 1.5;
}

.content-container ul {
  margin: 12px 0 12px 20px;
}

.content-container li {
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
}

.more-btn {
  background: #f1f3f4;
  border: 1px solid #dadce0;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 14px;
  color: #3c4043;
  cursor: pointer;
  margin-top: 16px;
  transition: background-color 0.2s ease;
}

.more-btn:hover {
  background: #e8eaed;
}

/* Divider */
.divider {
  width: 1px;
  background-color: #e0e0e0;
  align-self: stretch;
}

/* FAQ Section */
.faq-section {
  flex: 2;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.faq-icon {
  color: #fa931e !important;
  width: 24px;
  height: 24px;
}

.faq-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 16px;
}

.faq-question span {
  font-size: 14px;
  font-weight: 500;
  color: #2d3194;
  line-height: 1.4;
}

.faq-toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #fa931e;
  transition: color 0.2s ease;
}

.faq-item:hover .faq-toggle {
  color: #2d3194;
}

.faq-answer {
  padding: 0 0 16px 0;
  display: none;
  animation: fadeIn 0.3s ease;
}

.faq-item.active .faq-answer {
  display: block;
}

.airporta {
  color: #fff !important;
}

.faq-item.active .plus-icon {
  display: none;
}

.faq-item.active .minus-icon {
  display: block !important;
}

.faq-item.active .faq-toggle {
  color: #fa931e;
}

.faq-answer p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 12px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.img-ftr {
  height: 55px !important;
  max-width: 100%;
  margin-right: 5px;
}

.top-img-ftr {
  display: flex;
  align-self: center;
  justify-content: start;
}

.tooltip-inner {
  background-color: #2d3194 !important;
  color: white !important;
  font-size: 12px !important;
  padding: 10px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.payment-selection-tab .payment-method {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.payment-selection-tab .payment-method.selected {
  border-color: #2d3194;
  background-color: #f8fdfc;
}

.payment-content {
  display: none;
}

.payment-method.active .payment-content {
  display: block;
}

.header-search:focus {
  box-shadow: none;
}

.iti {
  width: 100% !important;
}

.extras-list-container-div {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.extras-list-container-div:last-child {
  border-bottom: none;
}

.destination-nav-items {
  flex: 0 0 auto;
  text-align: center;
  white-space: nowrap;
}

.tab-imgs {
  height: 220px;
  width: -webkit-fill-available;
}
.tab-card-title {
  display: flex;
  align-items: center;
  width: 72%;
  overflow-wrap: anywhere;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 22px 16px 4px !important;
  }

  .top-img-ftr {
    flex-wrap: wrap;
  }

  .destination-nav-link {
    padding: 10px 24px;
  }
}

@media (max-width: 992px) {
  .top-img-ftr {
    flex-wrap: wrap;
  }

  .navbar-toggler {
    padding: 3px 4px;
  }

  .navbar-toggler {
    margin-top: -66px !important;
  }

  #languageDropdown {
    font-size: 11px !important;
  }

  #currencyDropdown {
    font-size: 11px !important;
  }

  .currency-dropdown {
    display: flex !important;
  }

  .lang-dropdown {
    display: flex !important;
  }

  .destination-nav-link {
    /* padding: 10px 24px; */
    padding: 9px 7px;
  }

  .destination-nav-tabs .destination-nav-link {
    font-size: 1rem;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  .tab-imgs {
    width: 100% !important;
  }
}

/* nav  */
@media (max-width: 767px) {
  .custom-searchbar {
    display: none !important;
  }

  .navbar-toggler {
    margin-top: -53px;
  }

  .logo-img {
    width: 45%;
  }

  .navbar-nav .nav-link.active {
    color: #2d3194 !important;
    background-color: #f8941f !important;
    border-radius: 5px;
    font-weight: 500;
  }

  .navbar-nav .nav-link:hover {
    color: #fff !important;
    background-color: #2d3194 !important;
    border-radius: 5px;
    transition: 0.3s ease;
  }

  .offcanvas .nav-link.active {
    color: #2d3194 !important;
    background-color: #f8941f !important;
    border-radius: 5px;
    font-weight: 500;
  }

  .offcanvas .nav-link:hover {
    color: #fff !important;
    background-color: #f8941f !important;
    border-radius: 5px;
    transition: 0.3s ease;
  }
}

@media (max-width: 576px) {
  .logo-img {
    width: 38%;
  }

  .currency-dropdown {
    display: flex !important;
    padding: 6px !important;
  }

  .lang-dropdown {
    display: flex !important;
    padding: 6px !important;
  }

  .navbar-toggler {
    margin-top: -38px !important;
  }

  .navbar-toggler {
    padding: 3px 4px;
  }

  .navbar-toggler-icon {
    font-size: 13px;
  }

  .dropdown-toggle {
    line-height: 1;
    padding-top: 2px;
  }

  .media-card-img {
    width: 100% !important;
  }

  .destination-nav-link {
    padding: 10px 6px;
  }

  .destination-nav-tabs .destination-nav-link {
    font-size: 1rem;
  }

  .navbar-brand {
    display: flex;
    justify-content: center;
  }

  .layout {
    flex-direction: column;
    /* row → column */
  }

  .content-section,
  .faq-section {
    width: 100%;
    /* full width */
  }

  .card__payment-method {
    margin-bottom: 20px;
  }
}

@media (min-width: 411px) and (max-width: 767px) {
  .excursions-card-img {
    width: 100%;
  }
}
