/* font style use localy */
/* @import url(fonts.css); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* search form css */
@import url(header.css);
@import url(banner-form.css);
@import url(loader.css);

@font-face {
  font-family: "Afacad";
  src: url("../fonts/Afacad-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Afacad";
  src: url("../fonts/Afacad-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Afacad";
  src: url("../fonts/Afacad-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Afacad";
  src: url("../fonts/Afacad-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.font-primary {
  font-family: "Afacad", serif;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff !important;
}

/* innner page css for form */
.inner-banner .bg-white.p-3.rounded-4 {
  margin-top: 1rem;
}

/* header page css for form */
.bg-none {
  background: none !important;
}

.navbar {
  padding: 0px;
}

/* banner css */
.home_banner {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url(../img/banner.png);
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(5px);
  background-repeat: no-repeat;
  z-index: 99;
  overflow: hidden;
}

.home_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
}

.home_banner h1 {
  font-size: 60px;
  font-family: "Afacad", serif;
  margin-bottom: 20px;
  color: #fff;
}

.home_banner h2 {
  font-family: "Afacad", serif;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
}

@media (max-width: 575px) {
  .home_banner h1 {
    font-size: 40px;
  }

  .home_banner h2 {
    font-size: 18px;
  }
}

.home_banner form select option {
  color: black;
}

.inner-banner {
  background: none;
  padding: 30px 0px !important;
  background: var(--falcon-primary) !important;

}

.inner-banner .bn_heading {
  padding-bottom: 0px !important;
  font-size: 30px;
}

.inner-banner .text-center {
  text-align: left !important;
}

.breadcrumb {
  justify-content: start !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: "" Open Sans", sans-serif;";
  font-weight: 900;
  content: "\f105";
  color: #fff;
  padding-right: 8px;
}

.bn_heading {
  font-size: 80px;
}

/* Trending destinations Css */
.trend-desti:before {
  position: absolute;
  content: "";
  background-image: url(../img/feature-bg.png );
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  width: 100%;
  height: 735px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}


/* offer-card css */
.custom-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-hover:hover {
  transform: translateY(-8px);
}

/* footer css  */
/* Footer Styling */
.footer-main {
  background-color: #0d121f;
  /* Deep dark blue/black */
  color: #9ca3af;
  font-size: 0.95rem;
}

.footer-main h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 25px;
  position: relative;
}

.footer-main h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 2px;
  background-color: #3b82f6;
  /* Accent color */
}

/* Links Styling */
.footer-link {
  color: #9ca3af;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 12px;
}

.footer-link:hover {
  color: #ffffff;
  padding-left: 5px;
}

.footer-link i {
  font-size: 0.75rem;
  margin-right: 8px;
  color: #3b82f6;
}

/* Contact Info Boxes */
.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.contact-icon {
  width: 45px !important;
  min-width: 45px !important;
  height: 45px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  font-size: 1.1rem;
  transition: 0.3s;
}

.contact-item:hover .contact-icon {
  background: #3b82f6;
  color: #fff;
}

.contact-text a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.contact-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6b7280;
}

/* Payment & Trust Icons */
.payment-badge {
  height: 30px;
  filter: grayscale(1) brightness(1.5);
  opacity: 0.7;
  transition: 0.3s;
}

.payment-badge:hover {
  filter: grayscale(0) brightness(1);
  opacity: 1;
}

/* Disclaimer Section */
.footer-disclaimer {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid #1f2937;
  padding: 30px 0;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #6b7280;
}

.footer-disclaimer strong {
  color: #9ca3af;
}

.footer-bottom {
  border-top: 1px solid #1f2937;
  padding: 20px 0;
  color: #4b5563;
}

/* payment_icons fooetr css */
.payment_icons {
  background-color: var(--falcon-primary);
}

.payment_icons img {
  height: 28px;
}

.assist-img {
  height: 6.125rem;
  width: 6.125rem;
  min-width: 6.125rem;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.assistance-btn {
  background: linear-gradient(to right,
      var(--falcon-primary),
      color-mix(in srgb, var(--falcon-primary) 70%, var(--falcon-secondary) 30%),
      var(--falcon-secondary));
  background-size: 200% auto;
  transition: all 0.5s ease;
  z-index: 1;
  position: relative;
}

.assistance-btn:hover {
  background-position: right center;
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.glass-effect {
  background: #fff;
  backdrop-filter: blur(14px);
  border-radius: 1rem;
  animation: zoomIn 0.5s ease-in-out;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 1s ease-in-out forwards;
  opacity: 0;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.animate-loading {
  animation: progressAnim 2s infinite linear;
}

@keyframes progressAnim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.bg-search {
  background-color: #f2f2f2;
}

.hover-lift {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.cta-gradient {
  background: linear-gradient(135deg, rgb(var(--falcon-primary-rgb), 0.5) 0%, rgb(var(--falcon-primary-rgb), 1) 100%);
}

.bg-pattern-dots {
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-size: 15px 15px;
  color: rgba(255, 255, 255, 0.3);
}

.circle-blur {
  filter: blur(60px);
  opacity: 0.5;
  border-radius: 50%;
}

.deal-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),
      /* top color with opacity */
      rgba(0, 0, 0, 0.5)
      /* bottom color with opacity */
    ),
    url(../img/deal-bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  /* optional, for white text on dark overlay */
}

.shape-element {
  bottom: -1px;
  position: absolute;
  fill: #ffffff;

  z-index: 4;
  width: 100%;
}

.shape-element svg {
  height: 70px;
  line-height: 0px;
  width: 100%;
}

.bottom-to-up {
  transform: rotate(180deg);
}

.top-element {
  top: -1px !important;
  bottom: auto !important;
}

.form-control::placeholder {
  color: #000 !important;
}

.fill-white {
  fill: white;
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

.section-title h2 {
  font-family: "Afacad", serif;
  color: var(--falcon-primary);
}

.section-title p {
  margin: 0;
}

.flight-deal-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 15px;
  padding: 15px 12px;
  background-color: #fff;
}

.flight-deal-card .flight-deal-start {
  display: flex;
  flex-direction: column;
}

.flight-deal-card .trip-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--falcon-secondary);
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 5px;
  width: fit-content;
  font-size: 14px;
}

.flight-deal-card .destination-name {
  color: var(--falcon-dark);
  font-family: "Afacad", serif;
  font-size: 22px;
  font-weight: 600;
}

.flight-deal-card .departure-airport {
  font-size: 15px;
}

.flight-deal-card .flight-deal-end {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.flight-deal-card .travel-date,
.flight-deal-card .starting-text {
  font-size: 14px;
}

.flight-deal-card .flight-price {
  color: var(--falcon-primary);
  margin: 0;
  font-family: "Afacad", serif;
  font-size: 24px;
  font-weight: 600;
}


/* Custom Accordion Styling */
.custom-accordion .accordion-item {
  border: 1px solid transparent;
  border-radius: 8px !important;
  /* Force rounded corners */
  margin-bottom: 16px;
  /* Spacing between accordion items */
  background-color: #f1f2f4;
  /* Light gray for collapsed state */
  overflow: hidden;
  /* Ensures child elements don't break the border radius */
  transition: all 0.3s ease;
}

/* Active (Expanded) State Styling */
/* Uses :has() to target the item when its button is not collapsed */
.custom-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: #ffffff;
  border-color: #3b82f6;
  /* Blue border matching the image */
}

/* Accordion Button (Question) */
.custom-accordion .accordion-button {
  background-color: transparent !important;
  color: #111827;
  /* Dark text */
  font-weight: 600;
  /* Bold text for questions */
  font-size: 1.05rem;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
  /* Removes Bootstrap's default blue focus ring */
}

/* Accordion Body (Answer) */
.custom-accordion .accordion-body {
  color: #6b7280;
  /* Gray text for answers */
  padding: 0 1.5rem 1.5rem 1.5rem;
  /* Remove top padding for a seamless flow */
  line-height: 1.6;
}

/* Custom Caret (Solid Triangle) - Collapsed State (Gray) */
.custom-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  transition: transform 0.2s ease-in-out;
}

/* Custom Caret - Expanded State (Blue) 
       Note: Bootstrap automatically rotates this 180deg, making it point up */
.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233b82f6'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
}

*/
/* =========================
   Custom Accordion Styling
========================= */

.custom-accordion .accordion-item {
  border: 1px solid transparent;
  border-radius: 12px !important;
  margin-bottom: 16px;
  background-color: #f1f2f4;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Active Accordion */
.custom-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: #ffffff;
  border-color: #3b82f6;
}

/* Accordion Button */
.custom-accordion .accordion-button {
  background-color: transparent !important;
  color: #111827;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
  border: none;
}

/* Remove Bootstrap Default */
.custom-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  transition: transform 0.2s ease-in-out;
}

/* Expanded Arrow */
.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233b82f6'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
}

/* Active Button */
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #111827;
}

/* Accordion Body */
.custom-accordion .accordion-body {
  color: #6b7280;
  padding: 0 1.5rem 1.5rem;
  line-height: 1.6;
}

.bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.bg-layer::before {
  position: absolute;
  content: '';
  background-color: var(--falcon-primary);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.hover-underline {
  transition: all 0.3s ease;
}

.hover-underline:hover {
  color: var(--falcon-secondary) !important;
}

.page-breadcrumb {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background-image: url(../img/breadcrumb.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-breadcrumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 0;
}

.breadcrumb-content {
  font-family: "Afacad", serif;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.breadcrumb-content h1 {
  font-family: "Afacad", serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}

.breadcrumb-content .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 20px;
  gap: 12px;
  margin-top: 20px;
}

.breadcrumb-content .breadcrumb a {
  color: #fff;
}

.breadcrumb-content .breadcrumb i {
  font-size: 16px;
}

.breadcrumb-content .breadcrumb .active {
  color: var(--falcon-secondary);
}

@media screen and (max-width: 575px) {
  .page-breadcrumb {
    padding: 30px 0;
  }

  .breadcrumb-content h1 {
    font-size: 40px;
  }

  .breadcrumb-content .breadcrumb {
    font-size: 16px;
  }
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 15px;
  padding: 20px 30px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contact-info:last-child {
  margin-bottom: 0;
}

.contact-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--falcon-primary);
}

.contact-info h3 {
  margin-bottom: 5px;
  color: var(--falcon-primary);
  font-family: "Afacad", serif;
}

.contact-info p,
.contact-info a {
  font-weight: 500;
  color: var(--falcon-dark);
}

/* Section Background */
.review-section {
  background-color: #f8faff;
  position: relative;
  overflow: hidden;
}

/* Card Styling */
.review-card {
  background: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.review-card:hover {
  transform: translateY(-5px);
}

/* Profile Image & Play Icon Wrapper */
.profile-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
}

.profile-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.play-badge {
  position: absolute;
  bottom: 0;
  right: -5px;
  background: #ffffff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.play-badge i {
  color: #3b82f6;
  font-size: 12px;
}

/* User Info */
.user-name {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 2px;
  color: #111827;
}

.user-tag {
  font-size: 0.85rem;
  color: #6b7280;
}

/* Rating Stars (Green Boxes) */
.rating-boxes {
  display: flex;
  gap: 4px;
  margin: 20px 0;
}

.star-box {
  background: #00b67a;
  /* Trustpilot Green */
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 2px;
}

/* Review Content */
.exp-label {
  font-weight: 700;
  font-size: 1rem;
  color: #111827;
  margin-bottom: 10px;
}

.review-text {
  color: #4b5563;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Trust Badges Footer */
.trust-footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust-item img {
  height: 24px;
}

.score-divider {
  width: 1px;
  height: 40px;
  background: #d1d5db;
}