/* font style use localy */
/* @import url(fonts.css); */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');
@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-primary {
  font-family: "Outfit", 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: "Outfit", serif;
  margin-bottom: 20px;
  color: #fff;
}

.home_banner h2 {
  font-family: "Outfit", serif;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
}

@media (max-width: 575px) {
  .home_banner h1 {
    font-size: 40px;
  }

  .home_banner h2 {
    font-size: 18px;
  }
}

.inner-banner {
  background: none;
  padding: 30px 0px !important;
  background: #075085 !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  */
/* payment_icons fooetr css */
.payment_icons {
  background-color: #075085;
}

.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,
      #075085,
      color-mix(in srgb, #075085 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: "Outfit", serif;
  color: #075085;
}

.section-title p {
  margin: 0;
}

.features-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
}

.features-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.features-icon {
  background: #ff691a;
  color: #fff !important;
}

.places .card {
  transition: transform .3s ease, box-shadow .3s ease;
}

.places .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px #00000026;
}

.flightSwiper .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.flightSwiper .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #e5e7eb;
  opacity: 1;
  border-radius: 10px;
  transition: all 0.3s ease;
  margin: 0 6px !important;
}

.flightSwiper .swiper-pagination-bullet-active {
  background: #075085;
}

.wcu-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 35px 25px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.wcu-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(var(--falcon-primary-rgb), 0.03) 0%, rgba(var(--falcon-secondary-rgb), 0.03) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.wcu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(var(--falcon-primary-rgb), 0.2);
}

.wcu-card:hover::before {
  opacity: 1;
}

.wcu-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #075085 0%, var(--falcon-secondary) 100%);
  border-radius: 4px 4px 0 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-50%);
}

.wcu-card:hover::after {
  width: 100%;
}

.wcu-number-watermark {
  position: absolute;
  top: 15px;
  right: 20px;
  font-family: "Outfit", serif;
  font-size: 72px;
  font-weight: 800;
  color: rgba(var(--falcon-primary-rgb), 0.06);
  line-height: 1;
  pointer-events: none;
  transition: all 0.4s ease;
}

.wcu-card:hover .wcu-number-watermark {
  color: rgba(var(--falcon-primary-rgb), 0.12);
  transform: scale(1.05) translateY(-5px);
}

.wcu-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(var(--falcon-primary-rgb), 0.1) 0%, rgba(var(--falcon-secondary-rgb), 0.1) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wcu-icon-wrapper i {
  font-size: 28px;
  background: #ff691a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease;
}

.wcu-card:hover .wcu-icon-wrapper {
  background: #ff691a;
  transform: rotate(10deg);
  box-shadow: 0 10px 20px rgba(var(--falcon-primary-rgb), 0.2);
}

.wcu-card:hover .wcu-icon-wrapper i {
  -webkit-text-fill-color: #ffffff;
}

.wcu-title {
  font-family: "Outfit", serif;
  margin-bottom: 12px;
}

.wcu-desc {
  text-align: justify;
  margin: 0;
}

.cta-btn-link {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 2px solid transparent;
}

.cta-btn-link:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
  background-color: #f8f9fa !important;
}

.cta-phone-icon {
  animation: cta-pulse 2s infinite;
  background: #ff691a;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes cta-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--falcon-primary-rgb), 0.4);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(var(--falcon-primary-rgb), 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(var(--falcon-primary-rgb), 0);
  }
}

.cta-btn-link:hover .cta-phone-icon {
  transform: rotate(15deg) scale(1.1);
}

.custom-faq-accordion .faq-item {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 16px !important;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.custom-faq-accordion .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}

.custom-faq-accordion .accordion-button {
  background: #ffffff;
  color: var(--falcon-dark);
  font-size: 18px;
  padding: 22px 25px;
  border: none;
  box-shadow: none;
  position: relative;
  transition: all 0.3s ease;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
  color: #075085;
  background: #ffffff;
}

.faq-number {
  font-size: 15px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(var(--falcon-primary-rgb), 0.08);
  border-radius: 8px;
  color: #075085 !important;
  transition: all 0.3s ease;
}

.custom-faq-accordion .accordion-button:not(.collapsed) .faq-number {
  background: #ff691a;
  color: #ffffff !important;
}

.custom-faq-accordion .accordion-button::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
  background-image: none !important;
  transform: none !important;
  color: #075085;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--falcon-primary-rgb), 0.05);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.custom-faq-accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transform: rotate(180deg);
}

.custom-faq-accordion .accordion-body {
  padding: 0 25px 25px 68px;
}

@media (max-width: 575px) {
  .custom-faq-accordion .accordion-body {
    padding: 0 20px 20px 20px;
  }

  .custom-faq-accordion .accordion-button {
    padding: 16px;
  }
}

.hover-underline {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}

.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.hover-underline:hover::after {
  width: 100%;
}

.page-breadcrumb {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background-image: url(../img/breadcrumb.png);
  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: linear-gradient(180deg, rgba(15, 23, 42, 0.45) 0%, rgba(15, 23, 42, 0.75) 100%);
  pointer-events: none;
  z-index: 0;
}

.page-breadcrumb::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #075085 0%, var(--falcon-secondary) 100%);
  z-index: 2;
}

.breadcrumb-content {
  font-family: "Outfit", serif;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 1;
  margin-left: 100px;
  animation: fadeInUpBreadcrumb 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes fadeInUpBreadcrumb {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.breadcrumb-content h1 {
  font-family: "Outfit", serif;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #ffffff 40%, #e2e8f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
  line-height: 1.1;
}

.breadcrumb-content .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center !important;
  gap: 10px;
  margin-top: 20px;
  padding: 8px 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  list-style: none;
}

.breadcrumb-content .breadcrumb li {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}

.breadcrumb-content .breadcrumb li a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: all 0.3s ease;
}

.breadcrumb-content .breadcrumb li a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}

.breadcrumb-content .breadcrumb li.active {
  color: #ffffff;
  font-weight: 600;
}

.breadcrumb-content .breadcrumb i {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

@media screen and (max-width: 575px) {
  .breadcrumb-content {
    margin-left: 0;
    display: flex;
    margin: 0 20px;
  }

  .breadcrumb-content h1 {
    font-size: 38px;
  }

  .breadcrumb-content .breadcrumb {
    font-size: 14px;
    padding: 6px 18px;
    gap: 8px;
  }
}

.contact-card-premium {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 30px 25px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-card-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(var(--falcon-primary-rgb), 0.03) 0%, rgba(var(--falcon-secondary-rgb), 0.03) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.contact-card-premium:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border-color: rgba(var(--falcon-primary-rgb), 0.2);
}

.contact-card-premium:hover::before {
  opacity: 1;
}

.contact-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(var(--falcon-primary-rgb), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.contact-card-icon i {
  font-size: 22px;
  background: #ff691a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease;
}

.contact-card-premium:hover .contact-card-icon {
  background: #ff691a;
  transform: scale(1.05) rotate(8deg);
  box-shadow: 0 8px 16px rgba(var(--falcon-primary-rgb), 0.2);
}

.contact-card-premium:hover .contact-card-icon i {
  -webkit-text-fill-color: #ffffff;
}

.contact-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #075085;
  margin-bottom: 10px;
  font-family: "Outfit", serif;
}

.contact-card-text {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}

.contact-card-text a {
  color: #475569;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-card-text a:hover {
  color: #075085;
}

.contact-map-wrapper {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 15px 5px;
}

.map-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #10b981;
}

.map-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #10b981;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

/* Testimonial Section Custom Styles */
.testimonial-card {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
  border-color: rgba(var(--falcon-primary-rgb), 0.25) !important;
}

.testimonial-avatar-wrapper {
  position: relative;
  padding: 3px;
  background: #ff691a;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(var(--falcon-primary-rgb), 0.15);
}

.testimonial-avatar-wrapper img {
  border: 2px solid #ffffff;
}

.testimonial-text {
  font-style: italic;
  position: relative;
  z-index: 1;
}

.reviewSwiper .swiper-pagination {
  bottom: 0px !important;
}

.reviewSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(var(--falcon-primary-rgb), 0.2);
  opacity: 1;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin: 0 5px !important;
}

.reviewSwiper .swiper-pagination-bullet-active {
  width: 32px;
  background: linear-gradient(90deg, #075085 0%, var(--falcon-secondary) 100%) !important;
  border-radius: 5px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.footer-contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  flex-shrink: 0;
}

.footer-contact-icon i {
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-contact-item:hover .footer-contact-icon {
  background: #ff691a;
  border-color: transparent;
  transform: translateY(-2px) rotate(15deg);
  box-shadow: 0 8px 16px rgba(var(--falcon-primary-rgb), 0.25);
}

.footer-contact-label {
  font-family: "Outfit", serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 700;
  margin-bottom: 2px;
}

.footer-contact-value {
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-contact-item:hover .footer-contact-value {
  color: #075085 !important;
}

.sitemap-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  padding: 35px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sitemap-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #075085 0%, var(--falcon-secondary) 100%);
  z-index: 2;
}

.sitemap-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.06);
  border-color: rgba(var(--falcon-primary-rgb), 0.2);
}

.sitemap-title {
  font-family: "Outfit", serif;
  font-size: 22px;
  font-weight: 700;
  color: #075085;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sitemap-title i {
  background: #ff691a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sitemap-list li {
  display: block;
}

.sitemap-list li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4b5563;
  font-size: 15px;
  font-weight: 550;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sitemap-list li a i {
  font-size: 13px;
  color: rgba(var(--falcon-primary-rgb), 0.65);
  transition: all 0.3s ease;
  width: 20px;
  text-align: center;
}

.sitemap-list li a:hover {
  color: #075085;
  transform: translateX(6px);
}

.sitemap-list li a:hover i {
  color: var(--falcon-secondary);
  transform: scale(1.2);
}

.policy-sidebar {
  position: sticky;
  top: 100px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 25px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.policy-nav-title {
  font-family: "Outfit", serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.policy-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.policy-nav-links li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 8px 12px;
  border-radius: 10px;
}

.policy-nav-links li a:hover {
  background: rgba(var(--falcon-primary-rgb), 0.05);
  color: #075085;
  transform: translateX(4px);
}

.policy-content-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  padding: 45px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
}

.policy-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Outfit", serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(var(--falcon-primary-rgb), 0.06);
}

.policy-section-header i {
  color: #075085;
  font-size: 18px;
}

.policy-content-card ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.policy-content-card ul li {
  margin-bottom: 10px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

.policy-content-card p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .policy-sidebar {
    position: static;
    margin-bottom: 30px;
  }
}

.minimal-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin-bottom: 30px;
}

.minimal-title {
  color: var(--falcon-primary, #0d6efd);
  font-family: "Outfit", serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.minimal-lead {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 30px;
}

.minimal-section-title {
  color: #1f2937;
  font-family: "Outfit", serif;
  font-weight: 600;
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.minimal-section-title i {
  color: var(--falcon-primary, #0d6efd);
  font-size: 18px;
}

.minimal-text {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.minimal-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.minimal-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

.minimal-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--falcon-primary, #0d6efd);
  font-size: 14px;
  top: 2px;
}

.minimal-badge-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.minimal-badge {
  background: #f3f4f6;
  color: #1f2937;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e5e7eb;
}

.minimal-faq {
  margin-top: 40px;
}

.minimal-faq-btn {
  background: #f8fafc !important;
  color: #1f2937 !important;
  font-weight: 600 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 18px 24px !important;
  transition: all 0.2s ease !important;
}

.minimal-faq-btn:not(.collapsed) {
  background: #ffffff !important;
  color: var(--falcon-primary, #0d6efd) !important;
  border-color: var(--falcon-primary, #0d6efd) !important;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.05) !important;
}

.minimal-faq-body {
  padding: 20px 24px !important;
  color: #4b5563;
  line-height: 1.7;
  font-size: 15px;
}

@media (max-width: 575px) {
  .minimal-card {
    padding: 20px;
  }
}

.thankyou-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.thankyou-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  padding: 3rem 2.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  animation: fadeSlideUp 0.6s ease-out;
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.thankyou-icon-wrap {
  width: 110px;
  height: 110px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseIcon 2s ease-in-out infinite;
}

@keyframes pulseIcon {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.thankyou-icon-wrap i {
  font-size: 3rem;
  color: #2e7d32;
}

.thankyou-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.75rem;
}

.thankyou-desc {
  color: #5a6a7e;
  font-size: 1.05rem;
  max-width: 480px;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}

.thankyou-steps {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.thankyou-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 140px;
}

.thankyou-step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #1565c0, #1e88e5);
  box-shadow: 0 3px 12px rgba(21, 101, 192, 0.3);
}

.thankyou-step-text {
  font-size: 0.85rem;
  color: #5a6a7e;
  text-align: center;
  line-height: 1.4;
}

.thankyou-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.thankyou-actions .btn {
  padding: 0.6rem 1.75rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.thankyou-actions .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 110, 253, 0.35);
}

.thankyou-actions .btn-outline-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 110, 253, 0.15);
}

.thankyou-footer-info {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eef2f7;
}

.thankyou-footer-info p {
  font-size: 0.875rem;
  color: #7a8a9e;
  margin-bottom: 0.3rem;
}

.thankyou-footer-info i {
  color: #1565c0;
}

@media (max-width: 576px) {
  .thankyou-card {
    padding: 2rem 1.25rem;
  }
  .thankyou-title {
    font-size: 1.4rem;
  }
  .thankyou-steps {
    gap: 1.25rem;
  }
}