/* font style use localy */
@import url(fonts.css);

::selection {
  background-color: #0A2472;
  color: #fff;
}

header {
  z-index: 999;
}


/* navbar css */
/* Luxury Color Scheme */
:root {
  --navy: #0a1a2f;
  --gold: #d4af37;
  --light-gold: #f5e6b3;
  --dark-navy: #050e1a;
}

/* Background Colors */
.bg-navy {
  background-color: var(--navy);
}

.bg-dark-navy {
  background-color: var(--dark-navy);
}

/* Text Colors */
.text-gold {
  color: var(--gold);
}

.text-light-gold {
  color: var(--light-gold);
}

/* Button Styles */
.btn-gold {
  background-color: var(--gold);
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid var(--gold);
}

.btn-gold:hover {
  background-color: #B8942F;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold);
  transition: all 0.3s ease;
}

.btn-outline-gold:hover {
  background-color: var(--gold);
  color: var(--navy);
}

/* Navbar Styles */
.nowrap {
  white-space: nowrap;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.text-gold {
  color: #D4AF37;
}

.bg-gold {
  background-color: #D4AF37;
}

.fs-9 {
  font-size: 0.85rem;
}

.navbar {
  background-color: #1C1F4A;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.navbar-brand {
  font-size: 1.8rem;
  letter-spacing: 0.5px;
}

.font-serif {
  font-family: 'Times New Roman', Georgia, serif;
  font-weight: 700;
}

.nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold) !important;
}

.navLine {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background-color: var(--gold);
}

/* Dropdown Menu */
.dropdown-menu {
  min-width: 200px;
  border-radius: 0;
}

.dropdown-item {
  padding: 0.5rem 1rem;
  transition: all 0.2s ease;
}

.hover-gold:hover {
  color: var(--gold) !important;
  background-color: transparent;
}

.border-gold {
  border-color: var(--gold) !important;
}

/* Announcement Bar */
.luxury-announcement-bar {
  font-size: 0.8rem;
  background-color: #67323A;
}

.fs-7 {
  font-size: 0.8rem;
}


/* search form css */
/* @import url(search-form.css); */
.home_banner form {
  background: linear-gradient(135deg,
      rgba(28, 31, 74, 0.45),
      rgba(183, 110, 121, 0.25));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  border-radius: 1.5rem;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
  margin-top: 74px;
  color: #F8F4ED;
}



.autocomplete-list {
  position: absolute;
  z-index: 1000;
  width: 400px;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 2px;
  max-width: 100%;

}

.autocomple-option button {
  min-width: 50px !important;
  padding: 5px !important;
  background-color: var(--falcon-secondary);
  color: #fff;
}

.autocomple-option div {
  font-size: var(--falcon-body-font-size) !important;
}

.autocomple-option:hover {
  background-color: var(--falcon-light);
}

.frm_llbs {
  position: absolute;
  top: 11px;
  left: 9px;
  margin: 0;
}

.fm_ln1 .form-group {
  margin: 0 0px 15px 0;
  position: relative;
}

.deptDrpdwn {
  padding: 10px 20px 10px 14px !important;
}

input.ipt1 {
  text-transform: capitalize;
  border-radius: 4px;
  padding: 10px 20px 10px 32px;
  background: #f4f9fc !important;
}

.searchIcons {
  color: #540D6E !important;
}

/* .fisrt_edus {
  border-radius: 25px 0 0 25px !important;
} */

.autocomple-option button {
  max-width: max-content !important;
  padding: 5px !important;
  margin: 0px;
  background: var(--falcon-secondary);
}

.res_hh {
  color: #000;
  margin-bottom: .5rem;
}




/* why choose us seciton */
.bg-light-custom {
  background-color: #F8F4ED;
}

.text-primary-dark {
  color: #1C1F4A;
}

.text-secondary-dark {
  color: #006C67;
}

.text-dark {
  color: #1A1A1A;
}

.fw-semibold {
  font-weight: 600;
}

/* Custom font sizes replacing inline font-size */
.fs-custom-1 {
  font-size: 1.5rem;
}

.fs-custom-2 {
  font-size: 0.9rem;
}

.fs-custom-3 {
  font-size: 1rem;
}

.fs-custom-4 {
  font-size: 0.85rem;
}

/* Card container */
.card-custom {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

/* Icon container */
.icon-bg {
  width: 60px;
  height: 60px;
  background-color: rgba(212, 175, 55, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* Icon styling */
.icon-color {
  font-size: 24px;
  color: #D4AF37;
}

/* Badges */
.badge-private-access {
  background-color: rgba(0, 108, 103, 0.08);
  color: #006C67;
  font-size: 0.65rem;
}

.badge-limited-capacity {
  background-color: rgba(183, 110, 121, 0.08);
  color: #B76E79;
  font-size: 0.65rem;
}



/* luxury section 2 styles */
.luxury-border {
  border: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.bg-gold {
  background-color: #D4AF37 !important;
}

.text-gold {
  color: #D4AF37 !important;
}

.btn-gold {
  background-color: #D4AF37;
  border: none;
  font-weight: 500;
}

.btn-gold:hover {
  background-color: #E8BF40;
}



/* carousel section */
/* Section background */
.luxury-section {
  background-color: #F8F4ED;
}

/* Header */
.luxury-heading {
  color: #1C1F4A;
}

.luxury-subheading {
  color: #006C67;
}

/* Card common styles */
.luxury-card {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.luxury-img {
  height: 160px;
  object-fit: cover;
}

/* Badges */
.badge-butler {
  background-color: #B76E79;
  color: white;
}

.badge-inclusive {
  background-color: #006C67;
  color: white;
}

.badge-featured {
  background-color: #D4AF37;
  color: #1A1A1A;
}

/* Card headings and details */
.card-title-text {
  color: #1C1F4A;
}

.card-location {
  color: #1A1A1A;
}

.card-icon-location {
  color: #006C67;
}

.card-price-label {
  color: #1C1F4A;
}

.card-offer-label {
  color: #006C67;
}

.card-offer-highlight {
  color: #D4AF37;
}

.book-btn {
  background-color: #1C1F4A;
  color: white;
}


/*blog section styles */
.journal-heading {
  color: #1C1F4A;
}

.journal-subheading {
  color: #006C67;
}

.journal-title {
  color: #1C1F4A;
}

.journal-link {
  color: #D4AF37;
}

.journal-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}



.pass_bx {
  text-align: center;
}


.form-control::placeholder {
  color: var(--falcon-dark) !important;
}

.readtrue {
  cursor: pointer !important;
  background-color: #fff !important;
  opacity: 1;
}

.form-control[disabled] {
  opacity: 0.4 !important;
}

.psg_dls {
  position: absolute;
  background: #fff;
  padding: 10px;
  top: 65px;
  border-radius: 10px;
  z-index: 9999;
}


.psg_dls .btn,
.btn_done {
  color: #fff;
  padding: 5px;
  line-height: 1;
  background-color: #ee6c4d;
}

.btn_done {
  border: none;
  border-radius: 5px;
  margin-top: 10px;
}

.psg_dls .form-control {
  padding: 5px;
  height: 26px;
  line-height: 1;
  border-radius: 5px !important;
}

.psg_dls .input-group {
  gap: 5px;
}

.customradio:has(input[type="radio"]:checked) {
  background-color: #540D6E !important;
  border-color: var(--falcon-primary);
  color: #fff !important;
}

.searchBtn {
  padding: 10px 20px 10px 32px;
  background-color: #540D6E !important;
  border-color: #540D6E;
}

.position-relative.p-4.p-md-5.rounded {
  background: #e1700d;
  max-width: 1140px;
}

/* banner css */
.home_banner {
  background: url('../img/slider.png');
  background-size: cover;
  background-position: center;
  height: 440px;
  position: relative;
}

.inner-banner {
  background: url('../img/contact-us.png');
  padding: 4rem 0;
  background-position: bottom;
  background-size: cover;
}

.inner-banner .bn_heading {
  padding-bottom: 0px !important;
  font-size: 30px;
}

.inner-banner .text-center {
  text-align: left !important;
}

.breadcrumb {
  justify-content: start !important;
}

.bn_heading {
  font-size: 16px;
}

p.fs-6 {
  font-size: 54px !important;
  font-weight: 800;
}

.searchForm {
  bottom: -3rem;
}

/* footer css  */

/* support section */
/* Card Styling */
.floating-support-card {
    max-width: 600px;
    border-radius: 14px;
    overflow: hidden;
    background: #D4AF37;
}

/* Agent Avatar Styling */
.agent-avatar-container {
    width: 48px;
    height: 48px;
}

.avatar-bg {
    width: 48px;
    height: 48px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.agent-image {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border: 2px solid white;
}

/* Ping Animation */
@keyframes ping {
    0% { transform: scale(0.8); opacity: 0.5; }
    70% { transform: scale(1.3); opacity: 0; }
    100% { opacity: 0; }
}

.ping-effect {
    animation: ping 2s infinite;
}

/* Call Button Styling */
.call-button {
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.1);
}

.call-button:hover {
    background: rgba(255,255,255,0.2) !important;
    box-shadow: 0 0 15px rgba(255,255,255,0.4);
}

.phone-icon {
    transform: rotate(-15deg);
}



.footerBg {
  background-color: #006C67;
}

.ftrHeadng {
  color: #FFD23F !important;
}

.hover-underline:hover {
  text-decoration: underline;
  text-decoration-color: var(--hover-color);
  text-underline-offset: 4px;
}

.btn-pill {
  border-radius: 50rem !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.footer-gradient {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

/* search result  css */
.airline-logo {
  height: 50px;
  width: 100px;
  object-fit: contain;
  background-color: var(--falcon-light);
  border-radius: 5px;
  overflow: hidden;
}

/* breadcrumb css  */
.breadcrumb-tem+.breadcrumb-item::before {
  color: #ffffff !important;
}

/* innner page css for form */
.inner-banner .bg-white.p-3.rounded-4 {
  margin-top: 1rem;
}

/* css for toast  */
.toast {
  z-index: 10;
  animation: slideIn 0.5s ease-out;
  width: max-content;
  max-width: 290px;
}

/* Toast animation */
@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

/* loader css  */
.loader-box {
  z-index: 9999;
}

.loader-card {
  max-width: 600px;
  width: 100%;
}

.progress-bar-custom {
  animation: loading 2s ease-in-out infinite;
}

.progress-plane {
  animation: movePlane 2s ease-in-out infinite;
}

@keyframes loading {
  0% {
    width: 0%;
  }

  50% {
    width: 70%;
  }

  75% {
    width: 85%;
  }

  90% {
    width: 90%;
  }

  100% {
    width: 90%;
  }
}

@keyframes movePlane {
  0% {
    left: 0%;
  }

  50% {
    left: 70%;
  }

  75% {
    left: 85%;
  }

  90% {
    left: 90%;
  }

  100% {
    left: 90%;
  }
}

/* popup styles */

.expedia-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: none;
}

@media (min-width: 769px) {
  .expedia-popup-overlay {
    display: none !important;
  }
}

/* .agent-image {
  width: 60px;
  height: 60px;
} */

.btn-success {
  --bs-btn-bg: var(--bs-success);
  --bs-btn-border-color: var(--bs-success);
  --bs-btn-hover-bg: #7ab521;
  --bs-btn-hover-border-color: #7ab521;
}