@import url(components.css);

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}


:root {
  --primary: #0056b3;
  --secondary: #003d82;
  --accent: #007bff;
  --success: #28a745;
  --danger: #dc3545;
  --warning: #ffc107;
  --light: #f8f9fa;
  --dark: #212529;
  --gray: #6c757d;
  --primary-light: #ebf0ff;
  --primary-dark: #3a56d4;
  --secondary: #3f37c9;
  --accent: #4895ef;
  --success: #4cc9f0;
  --danger: #f72585;
  --warning: #f8961e;
  --light: #f8f9fa;
  --dark: #212529;
  --gray: #6c757d;
  --light-gray: #e9ecef;
  --primary-light: #ebf0ff;
  --primary-dark: #3a56d4;
  --secondary: #3f37c9;
  --accent: #4895ef;
  --success: #4cc9f0;
  --danger: #f72585;
  --warning: #f8961e;
  --light: #f8f9fa;
  --dark: #212529;
  --gray: #6c757d;
  --light-gray: #e9ecef;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.12);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
  --secondary: #3f37c9;
  --accent: #4895ef;
  --success: #4cc9f0;
  --danger: #f72585;
  --warning: #f8961e;
  --light: #f8f9fa;
  --dark: #212529;
  --gray: #6c757d;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Work Sans', sans-serif;
  font-style: 400;
  font-size: 14px;
  font-weight: normal;
}

select {
  cursor: pointer !important;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}

p {
  font-size: 14px;
  color: var(--color-gray-700);
}

.container .container {
  max-width: 100%;
  padding: 0;
}

.btn-link {
  padding: 4px 10px;
}

header {
  transition: 0.3s cubic-bezier(0, .01, .57, 2.17);
  position: fixed;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 15%);
  padding: 15px 0;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -0%);
}

header nav.navbar {
  padding: 0;
}

body.fixed header {
  background-color: rgba(0, 0, 0, 35%);
  backdrop-filter: blur(70px);
  padding: 5px 0;
  max-width: 1500px;
  transform: translate(-50%, 50%);
  left: 50%;
  border: none;
  border-radius: 20px;
}

body.fixed header .container {
  max-width: 100%;
}

body.fixed .container-fluid {
  padding: 0 15px;
}

header .navbar-nav {
  align-items: center;
}

header .nav-link {
  color: var(--black-white-white);
}

header .nav-link:hover,
header .nav-link:focus {
  color: var(--black-white-white);
}

.container-fluid {
  padding: 0 20px;
}

.header-right {
  gap: 15px;
}

.header-right .btn {
  min-width: 152px;
  text-align: center;
}

header.dark-header .nav-link {
  color: var(--color-gray-950);
}

header.dark-header {
  top: 0;
  border-bottom: solid 1px #EDEDED;
}




/* Add to your CSS file */
.ad-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0 0px;
  text-align: center;
}

.banner-adds-left,
.banner-adds-right {
  position: fixed;
  top: 15%;
  margin: auto;
  z-index: 9999;
  width: 200px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 80vh;
  background: #fff;
  box-shadow: 0 2px 4px #000;
}

.banner-adds-left {
  left: 0;
}

.banner-adds-right {
  right: 0;
}

.ad-content {
  padding: 0px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 2px 4px #000;
}

.ad-content {
  margin: auto;
}


#travellerDropdown {
  position: absolute;
  right: 0;
  width: 320px;
}

#travellerDropdown p {
  margin: 0;
}

.count-btn-box button {
  width: 40px;
  height: 40px;
  border: none;
  font-size: 24px;
  border-radius: 5px;
}

.hidden {
  display: none;
}

.travellers-btn {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
}

.flight-search-form .search-field {
  height: 50px;
  position: relative;
}

.search-flight-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.filter-box-wrapper.flight {
  margin-bottom: 30px;
  position: relative;
}

.remove-segment {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color-secondary-shade-2-300);
  color: #fff;
}

#multiCitySegments .multi-city-segment {
  margin-bottom: 15px;
}

#multiCitySegments .multi-city-segment:last-child {
  margin-bottom: 0;
}

.segment-header span {
  font-weight: bold;
}

#addFlightBtn {
  gap: 10px;
}

#childAgeFields div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}

#childAgeFields div:last-child {
  margin-bottom: 0;
}

#childAgeFields div .form-control {
  width: auto;
  flex: 1;
  height: 40px;
}

.suggestion-box {
  position: absolute;
  left: 0;
  top: 115%;
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 15px;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  z-index: 9;
}

.suggestion-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.suggestion-item .location-des br {
  display: none;
}

.suggestion-box .suggestion-item {
  margin-bottom: 10px;
}

.suggestion-box .suggestion-item:last-child {
  margin-bottom: 0;
}



.guest-room-box .input-group {
  max-width: 200px;
  background: #efefef;
  border-radius: 5px;
  border: solid 1px #efefef;
}

.group-room-box .input-group {
  max-width: 200px;
  flex-wrap: nowrap;
  background: #efefef;
  border-radius: 5px;
  border: solid 1px #efefef;
}

.flight-search-form {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}

.trip-options {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  align-items: center;
}

.search-box {
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
  border: 3px solid orange;
  padding: 10px;
  border-radius: 10px;
  flex-wrap: wrap;
  z-index: 1;
}

.search-field {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  min-width: 200px;
  flex: 1;
}

.search-field input {
  border: none;
  outline: none;
  width: 100%;
}

.arrow-icon {
  font-size: 24px;
  justify-content: center;
  width: 40px;
}

.trip-dates {
  display: flex;
  gap: 20px;
}

.date-box {
  background-color: #e2f0fd;
  padding: 8px 15px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

.date-label {
  font-size: 12px;
  color: #4a5568;
}

.date-value {
  font-weight: 600;
  color: #2d3748;
}

.price-details {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #718096;
  margin: 5px 0;
}

.price-breakdown {
  margin: 2px 0;
}

.flight-segment {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e2e8f0;
}

.flight-segment:last-child {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.segment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.segment-header h4 {
  margin: 0;
  font-size: 16px;
  color: #2d3748;
}

.flight-number {
  font-size: 14px;
  color: #718096;
}

.info-section {
  margin-bottom: 10px;
}

.info-section h5 {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #4a5568;
}

/*home page css here*/

.mnj-container {
  display: flex;
  justify-content: flex-start;
}

.mnj-container ul {
  display: flex;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mnj-container ul li a {
  background: var(--color-bg);
  padding: 0px 35px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-gray-500);
  font-weight: 600;
}

.mnj-container ul li a.mnj-active {
  background: var(--theme-color-secondary-shade-2-300);
  color: var(--black-white-white);
}

.mnj-container ul li a svg path {
  stroke: var(--color-gray-500);
  fill: var(--color-gray-500);
}

.mnj-container ul li a.mnj-active svg path {
  stroke: var(--black-white-white);
  fill: var(--black-white-white);
}

.hero-content {
  background: var(--theme-color-primary-shade-950);
  border-radius: 30px;
  margin: 20px 0px;
  position: relative;
  padding-top: 150px;
  z-index: 9;
}

.hero-banner-des {
  margin: auto;
  max-width: 781px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hero-banner-des h1 {
  color: var(--black-white-white);
}

.hero-banner-des h5 {
  color: var(--black-white-white);
}

.hero-banner-left-shape {
  position: absolute;
  left: 100px;
  bottom: 50px;
  pointer-events: none;
}

.hero-banner-right-shape {
  position: absolute;
  right: 100px;
  bottom: 50px;
  pointer-events: none;
}

.hotel-flight-bg {
  border-radius: 0px 20px 20px 20px;
  background: var(--color-bg);
  filter: drop-shadow(0px 4px 14px rgba(139, 139, 139, 0.13));
  box-shadow: 0px 4px 14px rgba(139, 139, 139, 0.13);
  padding: 20px 32px;
}

.filter-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.hotel-flight-search-bg {
  position: relative;
  top: 70px;
  z-index: 1;
}



.filter-box-item {
  position: relative;
  flex: 1;
}

.filter-box-item label {
  display: block;
  text-align: left;
}

.filter-box-item .form-control {
  box-shadow: none !important;
  outline: none !important;
  text-align: left;
  height: auto;
  padding: 10px 0px;
  color: var(--color-gray-600);
  font-size: 16px;
}

.filter-box-item.guest-room-box {
  border-right: none;
}

.guest-room-box button:after {
  content: none;
}

.section-padding {
  padding: 80px 0;
}

.modal .filter-box-item .form-control {
  padding-left: 10px;
}



.explore-list-section {
  margin-top: 70px;
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.section-head p {
  margin: 0;
  line-height: 24px;
}

.section-head span {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--theme-color-secondary-shade-2-300);
}

.explore-list-section .swiper-button-prev,
.explore-list-section .swiper-button-next {
  display: none;
}




.swiper-slider-bg {
  position: relative;
}

.explore-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.explore-item img {
  aspect-ratio: 10/13;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.explore-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}

.explore-content h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 10px;
  color: var(--black-white-white);
}

.swiper-pagination {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
  background: url(../images/dot.svg) no-repeat;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  opacity: 1 !important;
  background-size: 24px 24px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../images/dot-active.svg) no-repeat;
}

.welcome-section {
  background: var(--color-gray-50);
}

.welcome-section figure {
  margin: 0;
  padding: 0;
}

.welcome-images-left {
  width: 100%;
}

.welcome-images-left figure {
  aspect-ratio: 1/1;
  border-radius: 20px;
  width: 100%;
}

.welcome-images-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.welcome-images-right {
  width: 100%;
  gap: 15px;
}

.welcome-images-right figure {
  aspect-ratio: 6/3;
  border-radius: 20px;
  width: 100%;
}

.welcome-images-right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 6 / 3;
}

.view-all-btn {
  display: flex;
  align-items: centere;
  gap: 10px;
}

.view-all-btn {
  color: var(--theme-color-primary-shade-900);
}

.card-hotel {
  background: var(--black-white-white);
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.card-hotel figure {
  aspect-ratio: 30/21;
  position: relative;
  margin: 0;
}

/* .card-hotel figure *{width: 100%; height: 100%;} */
.card-hotel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-hotel figcaption {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accommodations-section .rating-box,
.top-hotels-section .rating-box {
  position: absolute;
  right: 15px;
  top: 15px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  border-radius: 80px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--black-white-white);
}

.accommodations-section .rating-box i {
  color: var(--color-yellow-500);
}

.card-hotel figcaption p {
  display: flex;
  gap: 5px;
  margin: 0;
}

.card-hotel figcaption p svg {
  flex: 0 0 20px;
  max-width: 20px;
}

.price-call-box a.btn {
  background: var(--theme-color-primary-shade-900);
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-hotels-section .swiper-slide {
  display: flex;
  height: auto;
}

.top-hotels-section .card-hotel figcaption p {
  line-height: 22px;
}

.testimonials-section {
  background: var(--theme-color-primary-shade-950);
}

.testimonials-section .section-head h2 {
  color: var(--black-white-white);
}

.testimonials-items {
  background: var(--theme-color-primary-shade-900);
  border-radius: 20px;
  padding: 30px;
  justify-content: space-between;
  gap: 20px;
}

.testimonials-items p {
  color: var(--black-white-white);
  line-height: 24px;
  margin: 0;
}

.testimonials-user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonials-user figure {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
  flex: 0 0 94px;
  margin: 0;
  max-width: 60px;
}

.testimonials-user figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-user figcaption span {
  color: var(--black-white-white);
}

.testimonials-slider-bg .swiper-slide {
  display: flex;
  height: auto;
}

.testimonials-slider-bg .swiper-wrapper {
  justify-content: center;
}

.section-head-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-section-content .row {
  row-gap: 30px;
}

.offer-points-item {
  border: solid 1px var(--color-gray-200);
  background: var(--black-white-white);
  border-radius: 20px;
  padding: 30px 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.offer-points-item figcaption {
  flex-direction: column;
  display: flex;
  gap: 10px;
}

.offer-points-item figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 0;
}

.offer-points-item figure i {
  font-size: 65px;
  color: var(--theme-color-secondary-shade-2-300);
}

.offer-points-item figure span {
  -webkit-text-stroke: 2px rgba(34, 34, 34, 0.27);
  color: var(--black-white-white);
  font-size: 80px;
  font-weight: 500;
  /*text-shadow: 1px 1px 2px rgba(34, 34, 34, 0.27);*/
  line-height: 58px;
}

.blog-section {
  background: var(--color-gray-50);
}

.home-blogs-row {
  row-gap: 30px;
}

.blog-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  display: flex;
  flex-direction: column;
}

.blog-card figcaption {
  padding: 20px;
}

.blog-card figure {
  aspect-ratio: 10/6;
  margin: 0;
}

.blog-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  flex: 1;
}

.blog-categories {
  color: var(--theme-color-secondary-shade-2-300);
  text-transform: uppercase;
}

.flight-search-form .form-control {
  background: #fff;
  outline: none;
  box-shadow: none;
}

select.form-control {
  appearance: auto !important;
}

textarea.form-control {
  height: 110px !important;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 5px;
}

.form-check-input {
  width: 20px;
  height: 20px;
}

.form-check label {
  padding-top: 5px;
}

#calendar-fa {
  position: absolute;
  top: 17px;
  left: 15px;
}

.calendar-item-box .fa-calendar {
  left: auto !important;
  right: 15px;
}

/*login page css here*/

.form-bg {
  background: var(--color-gray-50);
  min-height: 115vh;
  padding: 15px;
  display: flex;
}

.form-box-inner {
  max-width: 420px;
  width: 100%;
  margin: auto;
}

.form-box-inner .card {
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
}

.form-box-inner .card .card-body {
  padding: 0;
}

.form-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.form-head h2 {
  color: var(--color-gray-950);
}

.form-head p {
  color: var(--color-gray-700);
}

.form-group label {
  color: var(--color-slate-800);
  font-size: 15px;
  font-weight: 600;
}

.form-group .form-control {
  background: var(--color-slate-50);
  border: solid 1px var(--color-gray-100);
  height: 44px;
  font-size: 15px;
  box-shadow: none;
  outline: none;
}

.form-group .form-control::placeholder {
  color: var(--color-slate-500);
}

.form-group select.form-control {
  padding-top: 0;
  padding-bottom: 0;
}


.form-foot-box p a {
  color: var(--theme-color-primary-shade-900);
}

.at-least-text {
  line-height: 22px;
  color: var(--color-slate-800);
}

.go-back-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.go-back-box a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-slate-600);
}

.form-logo-box {
  margin-bottom: 30px;
  text-align: center;
}

.signup-form-bg .form-box-inner {
  max-width: 561px;
  width: 100%;
}

.agree-check-bg label a {
  color: var(--theme-color-primary-shade-900);
}

.text-left {
  text-align: left;
}

/*contact us page css here*/

.page-warper-bg {
  padding-top: clamp(40px, 5vw, 95px);
}

.banner-header-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.banner-header-content nav li {
  color: var(--color-gray-700);
}

.banner-header-content nav li a {
  color: var(--theme-color-secondary-shade-2-300);
}

.contact-info-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.contact-info-actions {
  background: url(../images/contact-bg.png) no-repeat var(--theme-color-primary-shade-950);
  background-size: cover;
}

.contact-form-block {
  padding: 40px;
  width: 100%;
}

.contact-form-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.contact-form-head p {
  line-height: 24px;
  color: var(--color-gray-700);
}

.contact-info-actions-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
}

.contact-info-actions-row {
  width: 100%;
  background: var(--theme-color-primary-shade-900);
  padding: 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-info-actions-row figcaption {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-info-actions-row figcaption h5 {
  color: var(--black-white-white);
}

.contact-info-actions-row figcaption p {
  color: var(--color-gray-300);
  line-height: 24px;
}

.help-center-list-in {
  background: #FFFFFF;
  box-shadow: 5px 4px 14px rgba(70, 69, 69, 0.1);
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.help-center-list-in figure {
  width: 166px;
  flex: 0 0 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.help-center-list-in figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.help-center-list-in figcaption {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.help-center-list-in figcaption p {
  line-height: 24px;
}

.faq-section {
  background: var(--color-gray-50);
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.accordion-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px !important;
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--color-gray-950);
}

.accordion-body {
  font-size: 14px;
  color: var(--color-gray-700);
  line-height: 24px;
}

.accordion-body a {
  color: var(--color-gray-950);
}

.autocomplete-suggestions {
  position: absolute;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  padding: 0;
}

.autocomplete-suggestions li {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  transition: background-color 0.2s;
  gap: 10px;
}

.autocomplete-suggestions li:hover {
  background-color: #f8f9fa;
}

.autocomplete-suggestions li svg {
  max-width: 25px;
}

.location-des {
  flex: 1;
  text-align: left;
}

.suggestion-title {
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 2px;
}

.suggestion-subtitle {
  font-size: 14px;
  color: #666;
  display: block;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
  gap: 10px;
}

/*blog css here*/

.banner-header-content h1 {
  font-size: var(--h4-headline);
  line-height: normal;
  font-weight: 600;
  color: var(--black-white-white);
}

.banner-header-content nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-header-content nav li {
  color: var(--black-white-white) !important;
}

.banner-header-content nav li::before {
  color: var(--black-white-white) !important;
}

.banner-header .banner-header-img {
  display: none;
}

.banner-header {
  background: var(--theme-color-primary-shade-950);
  min-height: 277px;
  border-radius: 30px;
  margin: 20px;
  text-align: center;
  padding-top: 145px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  gap: 30px;
}

.blog-card-title a {
  color: var(--color-gray-950);
}

.blog-card figcaption p {
  margin: 0;
}

.blog-card figcaption p:empty {
  display: none;
}

.read-more-btn {
  width: fit-content;
}

.blog-detail-image {
  padding: 15px 0px;
}

.blog-detail-image img {
  width: 100%;
  aspect-ratio: 13/9;
  border-radius: 20px;
  object-fit: cover;
}

.blog-content p {
  line-height: 24px;
}

.blog-content h3 {
  font-size: var(--h5-headline);
  margin-bottom: 15px;
}

.author-box {
  background: var(--theme-color-primary-shade-50);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-info {
  flex: 1;
  gap: 5px;
  display: flex;
  flex-direction: column;
}

.author-avatar {
  width: 111px;
  height: 111px;
  border-radius: 15px;
  overflow: hidden;
  background: var(--theme-color-primary-shade-600);
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info p {
  line-height: 24px;
  margin: 0;
  padding: 0;
}

/*cms pages css here*/

.cms-content h3 {
  font-size: var(--subtitle-1);
  line-height: normal;
  font-weight: 600;
  color: var(--color-slate-950);
  margin-bottom: 15px;
}

.cms-content p {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-slate-700);
}

.cms-content ul li {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-slate-700);
}

.banner-header-content .form-control {
  background: var(--black-white-white);
  border: none;
  padding: 10px;
}


.slider-arrow {
  display: flex;
  gap: 10px;
}

.slider-arrow>* {
  margin: 0 !important;
  color: var(--black-scale-200);
  font-size: 24px;
  width: 38px !important;
  height: 38px !important;
  border-radius: 38px;
  border: 1px solid #e9e9e9;
  position: static !important;
  background: #fff;
}

.slider-arrow>*:after {
  display: none;
}

.slider-arrow>* i {
  color: var(--black-scale-300);
}

.slider-arrow>*:hover {
  background: var(--primary);
  border-color: var(--theme-color-secondary-shade-2-300);
}

.slider-arrow>*:hover i {
  color: var(--white);
}

/*search page css here*/

.search-bg {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.sidebar-box {
  width: 300px;
  flex: 0 0 300px;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  height: fit-content;
  padding: 15px;
}

#hotel-list {
  flex: 1;
}

.filter-option {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--black-scale-200);
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box .form-control {
  background: var(--color-slate-50);
  border: solid 1px var(--color-gray-100);
  padding: 10px;
}

.sidebar-box .search-btn .btn {
  padding: 0px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.sidebar-box-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.search-list-bg .card-hotel {
  padding: 15px;
  width: 100%;
}

.search-list-bg .card-hotel figure {
  aspect-ratio: 30/17;
  border-radius: 16px;
  overflow: hidden;
}

.search-list-bg .card-hotel figure form {
  width: 100%;
  height: 100%;
}

.search-list-bg .card-hotel figure form button {
  width: 100%;
  height: 100%;
}

.address-blog {
  min-height: 30px;
}

.address-blog p svg {
  height: 22px;
}

.search-list-bg .card-hotel figcaption {
  padding-left: 0;
  padding-right: 0;
}

.hotel-search-bg-head .form-control {
  background: transparent !important;
  padding: 10px 0px;
}

.facility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

.facility-list li {
  background: transparent;
  color: var(--theme-color-primary-shade-600);
  padding: 6px 10px;
  border-radius: 16px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: solid 1px var(--theme-color-primary-shade-100);
  border-radius: 8px;
}

/* .facility-list li::before{content: "✓"; font-size: 0.7rem;}
.facility-list li[data-facility*="WiFi"]::before{content: "📶";}
.facility-list li[data-facility*="Parking"]::before{content: "🚗";}
.facility-list li[data-facility*="Pool"]::before{content: "🏊";}
.facility-list li[data-facility*="Breakfast"]::before{content: "🍳";}
.facility-list li[data-facility*="Gym"]::before{content: "💪";} */

.hotel-search-bg-head {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px 32px;
  filter: drop-shadow(0px 4px 14px rgba(139, 139, 139, 0.13));
}

.hotel-search-banner-bg .hotel-search-bg-head {
  position: relative;
  bottom: -45px;
  z-index: 1;
}

.banner-header.hotel-search-banner-bg {
  min-height: 245px;
}





.filter-option-box .btn {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 10.9091px;
  color: var(--color-slate-600);
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.filter-option-box .btn.active {
  background: var(--theme-color-secondary-shade-2-300);
  color: var(--black-white-white);
}


.list-view .result-list-view .row>* {
  width: 100%;
}

.list-view .result-list-view .card-hotel {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid var(--black-scale-200);
  ;
}

.list-view .result-list-view .card-hotel figure {
  width: 240px;
  min-width: 240px;
  margin: 0;
}

.list-view .result-list-view .card-hotel figcaption {
  width: 100%;
}

.list-view .result-list-view .card-hotel-heading {
  flex-direction: column;
}

.list-view .result-list-view .card-hotel figcaption {
  position: relative;
  padding-top: 0;
}

.list-view .result-list-view .card-hotel figcaption p.body-1 {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
}

.list-view .result-list-view .card-hotel figure img {
  border-radius: 16px;
}

.card-hotel {
  flex-wrap: wrap;
}

.card-hotel figcaption {
  width: auto !important;
}

/*detail page css here*/

.detail-slider-bg {
  position: relative;
}

.gallery-main-img {
  aspect-ratio: 13/7;
}

.gallery-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.detail-slider-bg .thumb-slider img {
  aspect-ratio: 20/11;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.gallery-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: var(--black-white-white);
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  z-index: 9;
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px !important;
  height: 44px !important;
  background: #FFFFFF;
  border: 1px solid #F1F5F9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333 !important;
  transition: all 0.6s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
  color: var(--color-slate-700);
}

.main-slider {
  margin-bottom: 30px;
}

.main-slider figure {
  margin: 0;
}

.detail-des-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.detail-des-left {
  flex: 1;
}

.detail-des-right {
  max-width: 376px;
  flex: 0 0 376px;
}

.detail-title-rating-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  /* flex-wrap: wrap; */
}

.detail-title-rating-head {
  margin-bottom: 30px;
}

.detail-title-rating-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.detail-title-rating-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.detail-des-left .nav.nav-tabs {
  border-bottom: solid 1px var(--color-gray-200);
  gap: 5px;
}

.detail-des-left .nav.nav-tabs button {
  padding: 12px 15px;
  border: none;
  color: var(--color-gray-600);
}

.detail-des-left .nav.nav-tabs button.active {
  background: var(--theme-color-secondary-shade-2-50);
  color: var(--theme-color-secondary-shade-2-300);
  border: transparent;
}

.about-des-hotel p {
  line-height: 24px;
}

.facilities-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.facilities-list ul li {
  border-radius: 8px;
  border: solid 1px var(--theme-color-primary-shade-100);
  color: var(--theme-color-primary-shade-600);
  padding: 5px 10px;
}

.about-des-hotel p {
  margin: 0;
}

.view-all-amenities {
  margin-top: 15px;
}

.price-wrapper {
  background: var(--theme-color-primary-shade-900);
  border-radius: 20px;
  text-align: center;
  padding: 30px 40px;
}

.price-label {
  color: var(--color-slate-300);
  display: block;
}

.price-night {
  font-weight: normal;
  color: var(--color-slate-300);
}

.btn-book-now {
  color: var(--theme-color-primary-shade-900) !important;
  width: 100%;
}

.login-form-section {
  background: var(--theme-color-primary-shade-50);
  border: solid 1px var(--theme-color-primary-shade-100);
  padding: 35px;
  margin-top: 15px;
  border-radius: 20px;
  position: sticky;
  top: 150px;
}

.login-form-section .form-control {
  background: var(--black-white-white);
  border: solid 1px var(--color-gray-100);
  border-radius: 8px;
}

.form-foot-sidebar a {
  color: var(--theme-color-primary-shade-900);
}

.room-types-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.room-card {
  display: flex;
  gap: 30px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
}

.room-card .room-gallery {
  max-width: 308px;
  flex: 0 0 308px;
  flex-wrap: wrap;
}

.room-card .room-details {
  flex: 1;
}

.main-price .per-night {
  color: var(--color-slate-600);
}

.policy {
  color: var(--color-red-600);
}

.room-main-slider .swiper-slide {
  aspect-ratio: 10/7;
  height: fit-content;
}

.room-main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.room-thumb-slider {
  margin-top: 15px;
}

.room-thumb-slider .swiper-slide {
  aspect-ratio: 8/6;
  height: fit-content;
  border: solid 2px transparent;
  border-radius: 18px;
}

.room-thumb-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.room-thumb-slider .swiper-slide.swiper-slide-thumb-active {
  border: solid 2px var(--theme-color-primary-shade-900);
}

.location-map iframe {
  width: 100%;
  height: 340px;
  border-radius: 16px;
  border: solid 1px var(--color-gray-200)
}

.transport-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.transport-item i {
  font-size: 24px;
}

.transport-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.transport-item i {
  color: var(--color-slate-600);
}

.transport-item span {
  color: var(--color-slate-600);
}

.location-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.location-details p {
  color: var(--color-gray-950);
  margin: 0;
}

.you-might-section {
  background: var(--color-gray-50);
}

.you-might-section .swiper-slide {
  display: flex;
  height: auto;
}

.you-might-section .card-hotel figure {
  aspect-ratio: 30/20;
  overflow: hidden;
}


/*payment page css here*/

.booking-flow {
  margin-bottom: 2rem;
}

.flow-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1.5rem;
}

.flow-steps::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color-gray-200);
  z-index: 1;
}

.flow-steps::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66%;
  height: 3px;
  background: var(--theme-color-primary-shade-900);
  z-index: 2;
  transition: all 0.3s ease;
}

.step {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  z-index: 3;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-gray-100);
  color: var(--color-slate-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.step-label {
  font-size: 14px;
  color: var(--color-slate-600);
}

.step.active .step-number {
  border: solid 2px var(--theme-color-primary-shade-900);
  color: var(--theme-color-primary-shade-900);
  font-weight: 600;
  background: var(--black-white-white);
}

.step.active .step-label {
  color: var(--color-gray-950);
  font-weight: 500;
}

.step.completed .step-number {
  background: var(--theme-color-primary-shade-900);
  color: white;
}

.step.completed .step-label {
  color: var(--color-gray-950);
  font-weight: 500;
}

.white-shadow-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  padding: 25px;
}


.payment-title {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.payment-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}

.section-title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #212529;
}

/* Booking Summary */
.booking-summary {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 20px;
}

.summary-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

.hotel-info {
  margin-bottom: 1.5rem;
}

.hotel-info h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.rating {
  color: #ffc107;
  margin-bottom: 0.5rem;
}

.hotel-info p {
  color: #6c757d;
  margin-bottom: 0;
}

.booking-dates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}

.date-item {
  text-align: center;
}

.date-item span {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
}

.date-item strong {
  font-size: 1.1rem;
  color: #212529;
}

.room-summary {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}

.room-summary h5 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.room-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.room-detail {
  display: flex;
  flex-direction: column;
}

.room-name {
  font-weight: 500;
}

.room-guests {
  font-size: 0.9rem;
  color: #6c757d;
}

.room-price {
  font-weight: 500;
}

.price-breakdown {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}

.price-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.price-item.total {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}

.price-item.total span {
  font-weight: bold;
  font-size: 1.1rem;
}

.cancellation-policy h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.cancellation-policy p {
  font-size: 0.9rem;
  color: #6c757d;
}

/* Form Styles */
.form-group {
  margin-bottom: 15px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .booking-summary {
    margin-top: 2rem;
  }

  .flow-steps:after {
    width: 33%;
  }
}

.booking-flow-des-bg {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.booking-flow-des-left {
  flex: 1;
}

.booking-flow-des-right {
  max-width: 376px;
  width: 100%;
  padding: 30px;
  background: var(--theme-color-primary-shade-50);
  border: solid 1px var(--theme-color-primary-shade-100);
  border-radius: 20px;
  height: fit-content;
  position: sticky;
  top: 150px;
}

.form-check label {
  font-weight: normal !important;
  padding: 0;
}


.confirmation-des-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  padding: 25px;
}

.confirmation-content h1 {
  color: var(--black-white-black);
}

.confirmation-content p {
  color: var(--color-gray-700);
}


/*review page css here*/

.review-bg {
  display: flex;
  gap: 30px;
}

.review-content-left {
  flex: 1;
}

.review-content-right {
  max-width: 355px;
  width: 100%;
  height: fit-content;
  background: var(--theme-color-primary-shade-50);
  border: solid 1px var(--theme-color-primary-shade-100);
  border-radius: 20px;
  padding: 40px;
  position: sticky;
  top: 120px;
}

.review-content-right .card {
  background: transparent;
  border: none;
  padding: 0;
}

.review-content-right .card-body {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}

.review-rating {
  text-align: center;
}

.rating-distribution-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rating-list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.rating-progress {
  flex: 1;
}

.rating-box-star {
  min-width: 65px;
  text-align: left;
}

.rating-count {
  min-width: 20px;
  text-align: center
}

.review-filter-box {
  gap: 15px;
}

.review-filter-box .form-control {
  max-width: 131px;
  background: var(--color-slate-50);
  border: solid 1px var(--color-gray-100);
  height: 44px;
  padding: 0 10px;
  font-size: 15px;
  outline: none;
  box-shadow: none;
}

.review-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.review-list .card {
  border: none;
}

.review-list .card-body {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  padding: 20px;
}

.review-user-box {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}

.review-user-pic {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color-primary-shade-50);
  color: #000;
  margin: 0;
}

.review-user-box figcaption {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.review-user-box figcaption p {
  color: #000;
  margin: 0;
}

.review-date-box {
  color: var(--color-slate-600);
}

.review-head-box {
  padding-bottom: 15px;
  border-bottom: solid 1px var(--color-gray-200);
}

.review-title-des {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.review-title-des p {
  margin: 0;
  line-height: 24px;
}

.write-review-form {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  padding: 40px;
  max-width: 530px;
  width: 100%;
  margin: auto;
}

/*my account page css here*/

.my-account-inner {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  gap: 15px;
}

.my-account-sidebar {
  width: 305px;
  max-width: 305px;
  flex: 0 0 305px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.my-account-des {
  flex: 1;
  background: var(--color-zinc-50);
  padding: 15px;
  border-radius: 20px;
}

.account-user-box {
  background: var(--theme-color-primary-shade-50);
  border: solid 1px var(--theme-color-primary-shade-100);
  padding: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.account-user-box figure {
  margin: 0;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  overflow: hidden;
}

.account-user-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-account-nav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.my-account-nav ul li a {
  padding: 15px;
  border-radius: 10px;
  color: var(--theme-color-primary-shade-950);
  display: flex;
  align-items: center;
  gap: 5px;
}

.my-account-nav ul li a i {
  font-size: 24px;
  color: var(--theme-color-primary-shade-900);
}

.my-account-nav ul li a:hover {
  color: var(--theme-color-primary-shade-950);
}

.my-account-nav ul li a.active {
  background: var(--theme-color-secondary-shade-2-50);
  color: var(--theme-color-secondary-shade-2-300);
}

.my-account-nav ul li a.active i {
  color: var(--theme-color-secondary-shade-2-300);
}

.logout-box {
  margin-top: 30px;
  position: sticky;
  bottom: 30px;
}

.logout-box a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logout-box a i {
  font-size: 24px;
}

.profile-info-box {
  background: var(--black-white-white);
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.profile-info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-info-list li {
  display: flex;
  align-items: center;
  gap: 1px;
  flex-wrap: nowrap;
}

.profile-info-list li span {
  min-width: 115px;
}

.profile-info-list li p {
  margin: 0;
}

.white-shadow-box-in {
  background: var(--black-white-white);
  padding: 20px;
  border-radius: 20px;
}

.booking-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.booking-list ul li {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  padding: 15px;
}

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

.booking-des-box figure {
  width: 208px;
  flex: 0 0 208px;
  height: 147px;
  border-radius: 16px;
  overflow: hidden;
}

.booking-des-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-des-box figcaption {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.date-list-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0px;
  color: var(--color-slate-600);
}

.date-list-box i {
  font-size: 18px;
}

.booking-price {
  margin: 15px 0px;
}

.badge-box {
  color: var(--color-green-700);
}

/*booking confirmation page css here*/

.booking-confirmed-box {
  padding: 15px;
  border-radius: 20px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.booking-confirmed-box p {
  margin: 0;
}

.booking-confirmed-bg {
  display: flex;
  gap: 30px;
}

.booking-confirmed-left-des {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.booking-confirmed-card-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  padding: 20px;
}

.booking-confirmed-right {
  max-width: 376px;
  width: 100%;
}

.total-price-box {
  background: var(--theme-color-primary-shade-50);
  padding: 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.booking-confirmed-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.booking-confirmed-right .booking-card {
  background: var(--theme-color-primary-shade-50);
  border: solid 1px var(--theme-color-primary-shade-100);
  padding: 30px;
  border-radius: 20px;
}

.booking-card-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.booking-card-head h4 {
  color: var(--color-gray-950);
}

.booking-card-head p {
  line-height: 22px;
  color: var(--color-slate-600);
}

.booking-card .card-body {
  padding: 0;
}

.timeline-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.guest-information-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.min-w-100 {
  min-width: 100px;
}

.hb-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.hb-loader-overlay.active {
  opacity: 1;
  visibility: visible;
}

.loader-inner-box {
  max-width: 500px;
  width: 100%;
  border-radius: 20px;
  padding: 40px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.loader-inner-box img {
  max-width: 80px;
}

.loader-inner-box-2 {
  background: transparent;
}

.loader-inner-box-2 img {
  background-color: #fff;
  border-radius: 100%;
}

.flight-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.flight-loader-overlay.active {
  opacity: 1;
  visibility: visible;
}



.flight-listing-bg {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.flight-listing-left {
  flex: 1;
}

.flight-listing-right {
  max-width: 355px;
  width: 100%;
  background: var(--theme-color-primary-shade-50);
  border: solid 1px var(--theme-color-primary-shade-100);
  padding: 40px;
  text-align: center;
  height: fit-content;
  border-radius: 20px;
  position: sticky;
  top: 120px;
}

a {
  color: var(--theme-color-secondary-shade-2-300);
}


.flight-listing-container {
  padding: 2rem;
  margin: 0 auto;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.search-summary {
  position: relative;
}

.search-summary h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark);
  position: relative;
  padding-bottom: 0.5rem;
}

.search-summary h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
}

.date-box {
  background: linear-gradient(135deg, #f5f7ff 0%, #e8edff 100%);
  padding: 1rem 1.5rem;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(67, 97, 238, 0.1);
  border: 1px solid rgba(67, 97, 238, 0.15);
  transition: transform 0.3s ease;
  min-width: 180px;
}

.date-box:hover {
  transform: translateY(-3px);
}

.date-label {
  font-size: 0.85rem;
  color: var(--gray);
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.date-value {
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--dark);
}

.sorting-options {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--light-gray);
}

.sorting-options span {
  font-size: 0.9rem;
  color: var(--gray);
  font-weight: 500;
}

.sort-btn {
  padding: 0.5rem 1.25rem;
  background-color: white;
  border: 1px solid var(--light-gray);
  border-radius: 50px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  color: var(--gray);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.sort-btn.active,
.sort-btn:hover {
  background-color: var(--primary);
  color: white;
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(67, 97, 238, 0.2);
}

.flight-list {
  display: grid;
  gap: 30px;
}

.flight-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.flight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.flight-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.airline-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.airline-logo {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--theme-color-secondary-shade-2-300);
  box-shadow: 0 2px 8px rgba(67, 97, 238, 0.15);
}

.airline-details h3 {
  margin: 0;
  font-size: 1.25rem;
  color: var(--dark);
  font-weight: 600;
}

.airline-details p {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: var(--gray);
}

.cabin-class {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: rgba(72, 149, 239, 0.1);
  color: var(--accent);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

.flight-price {
  text-align: right;
}

.price-details {
  font-size: 0.8rem;
  color: var(--gray);
  margin: 0.5rem 0;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}

.select-btn {
  background-color: var(--primary);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(67, 97, 238, 0.3);
}

.select-btn:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(67, 97, 238, 0.4);
}

.flight-details {
  margin-top: 1.5rem;
}

.flight-segment {
  margin-bottom: 1.5rem;
}

.segment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.segment-header h4 {
  margin: 0;
  font-size: 1rem;
  color: var(--dark);
  font-weight: 600;
}

.flight-number {
  font-size: 0.85rem;
  background-color: var(--light-gray);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  color: var(--gray);
}

.timing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  position: relative;
}

.timing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--light-gray), transparent);
}

.departure,
.arrival {
  text-align: center;
  flex: 1;
}

.time {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--dark);
  display: block;
  margin-bottom: 0.25rem;
}

.location {
  font-size: 1rem;
  color: var(--gray);
  font-weight: 500;
}

.duration {
  flex: 2;
  text-align: center;
  position: relative;
  padding: 0 1rem;
}

.duration-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0;
  position: relative;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.line {
  flex-grow: 1;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  margin: 0 0.5rem;
  position: relative;
}

.duration-text {
  font-size: 0.9rem;
  color: var(--gray);
  font-weight: 500;
  background-color: white;
  padding: 0 0.5rem;
  position: relative;
  z-index: 1;
}

.flight-info {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.info-section {
  background-color: var(--light);
  padding: 1rem;
  border-radius: 12px;
}

.info-section h5 {
  margin: 0 0 1rem 0;
  font-size: 0.95rem;
  color: var(--dark);
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--light-gray);
}

.info-item {
  display: flex;
  justify-content: start;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.info-label {
  color: var(--gray);
  font-weight: 500;
}

.info-value {
  color: var(--dark);
  font-weight: 600;
}

.refundable-yes {
  color: var(--success);
  font-weight: 600;
}

.refundable-no {
  color: var(--danger);
  font-weight: 600;
}

.seats-low {
  color: var(--warning);
  font-weight: 600;
}

.flight-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--light-gray);
}

.book-btn {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: white;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(67, 97, 238, 0.3);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.book-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(67, 97, 238, 0.4);
}

.book-btn::after {
  content: '→';
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.book-btn:hover::after {
  transform: translateX(3px);
}

.no-flights {
  text-align: center;
  padding: 3rem;
  background-color: var(--light);
  border-radius: 12px;
}

.no-flights p {
  font-size: 1.1rem;
  color: var(--gray);
  margin-bottom: 1rem;
}

.no-flights .icon {
  font-size: 3rem;
  color: var(--gray);
  margin-bottom: 1rem;
  opacity: 0.5;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.flight-card {
  animation-delay: calc(var(--order) * 0.1s);
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease;
}

.modal-content {
  background-color: white;
  margin: 5% auto;
  padding: 2rem;
  border-radius: 16px;
  width: 80%;
  max-width: 700px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: slideUp 0.4s ease;
}

.close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 1.5rem;
  color: var(--gray);
  cursor: pointer;
  transition: color 0.3s ease;
}

.close:hover {
  color: var(--danger);
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

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

/* Responsive adjustments */
@media (max-width: 768px) {
  .flight-header {
    flex-direction: column;
  }

  .flight-price {
    text-align: left;
    width: 100%;
    margin-top: 1rem;
  }

  .price-details {
    justify-content: flex-start;
  }

  .timing {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .duration {
    width: 100%;
    padding: 1rem 0;
  }

  .duration-line {
    width: 100%;
  }

  .flight-footer {
    flex-direction: column;
    gap: 1rem;
  }

  .details-btn,
  .book-btn {
    width: 100%;
    text-align: center;
  }

  .modal-content {
    width: 90%;
    padding: 1.5rem;
  }
}



/* Compact Attractive Flight Card */
.compact-flight-card {
  padding: 16px;
  transition: all 0.3s ease;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  padding: 20px;
}






.compact-flight-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.compact-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.compact-airline {
  display: flex;
  align-items: center;
  gap: 12px;
}

.compact-logo {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #3a56d4;
}

.compact-airline-info h3 {
  margin: 0;
  font-size: 16px;
  color: #212529;
}

.compact-airline-info p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #6c757d;
}

.compact-cabin {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(72, 149, 239, 0.1);
  color: #4895ef;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}

.compact-price {
  text-align: right;
}

.compact-price .amount {
  font-size: 18px;
  font-weight: bold;
  color: #294751;
}

.compact-price .breakdown {
  font-size: 11px;
  color: #6c757d;
  margin-top: 2px;
}

.compact-timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  margin: 8px 0;
  position: relative;
}

.compact-timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e9ecef, transparent);
}

.compact-time {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
}

.compact-location {
  font-size: 12px;
  color: #6c757d;
}

.compact-duration {
  font-size: 11px;
  color: #6c757d;
  /* background: white; */
  padding: 0 8px;
  z-index: 1;
}

.compact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
  font-size: 12px;
}

.compact-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.compact-meta-label {
  color: #6c757d;
}

.compact-meta-value {
  color: #212529;
  font-weight: 500;
}

.compact-refundable-yes {
  color: #4cc9f0;
}

.compact-refundable-no {
  color: #f72585;
}

.compact-seats-low {
  color: #f8961e;
}

.compact-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e9ecef;
}



.compact-book-btn {
  background: #294751;
  color: white;
  padding: 6px 16px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s;
}

.compact-book-btn:hover {
  background: #3a56d4;
}

/* Updated Timeline Styling */
.compact-timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0;
}

.flight-time-container {
  min-width: 100px;
  text-align: center;
}

.flight-time {
  display: inline-block;
  text-align: center;
  line-height: 1.3;
}

.flight-time-top {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.flight-time-bottom {
  font-size: 12px;
  color: #666;
}

.flight-time .location {
  font-weight: 500;
}

.compact-duration {
  padding: 0 10px;
  font-size: 12px;
  color: #666;
  text-align: center;
  font-style: italic;
}

/* Return flight styling */
.compact-return-segment .flight-time-top,
.compact-return-segment .flight-time-bottom {
  color: #e67e22;
  /* Orange color */
}

.compact-return-segment .compact-duration {
  color: #e67e22;
}





/*flight detail*/



/* Flight Details Container */
.flight-details-container {
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 20px auto;
  animation: fadeIn 0.5s ease-in-out;
}

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

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

/* Header Section */
.flight-header {
  background: var(--theme-color-primary-shade-950);
  color: white;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.flight-header::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.flight-header::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.flight-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.flight-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

/* Status Badge */
.status-badge {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.valid-badge {
  background: var(--success);
  color: white;
}

.invalid-badge {
  background: var(--danger);
  color: white;
}

/* Flight Sections */
.flight-section {
  padding: 25px;
  transition: all 0.3s ease;
  border-radius: 0px;
}

.flight-section .flight-section {
  border-radius: 20px;
}

.flight-section:hover {
  background: rgba(67, 97, 238, 0.03);
}

.section-title {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.section-title i {
  margin-right: 10px;
  color: var(--theme-color-secondary-shade-2-300);
}

/* Flight Info Grid */
.flight-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.info-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card h4 {
  font-size: 1rem;
  color: var(--gray);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.info-card h4 i {
  margin-right: 8px;
  color: var(--accent);
  font-size: 0.9rem;
}

.info-card p {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--dark);
}

/* Pricing Table */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.pricing-table th {
  background: var(--theme-color-primary-shade-950);
  color: white;
  padding: 12px 15px;
  text-align: left;
  font-weight: 500;
}

.pricing-table td {
  padding: 12px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-table tr:last-child td {
  border-bottom: none;
}

.pricing-table tr:nth-child(even) {
  background: rgba(67, 97, 238, 0.03);
}

.pricing-table .total-row {
  background: rgba(76, 201, 240, 0.1) !important;
  font-weight: 600;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}


/* Required Fields */
.required-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.field-tag {
  background: #FFF1E0;
  color: var(--theme-color-secondary-shade-2-300);
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
}

.field-tag i {
  margin-right: 5px;
  font-size: 0.8rem;
}

/* Error Message */
.error-message {
  background: rgba(247, 37, 133, 0.1);
  color: var(--danger);
  padding: 20px;
  border-radius: 10px;
  margin: 20px;
  text-align: center;
  border-left: 4px solid var(--danger);
}

/* Flight Footer */

/* Buttons */
.btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  background: var(--secondary);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(67, 97, 238, 0.4);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

.btn-primary:focus:not(:active)::after {
  animation: ripple 1s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(20, 20);
    opacity: 0;
  }
}

/* Flight Path Animation */
.flight-path {
  position: relative;
  padding: 20px 0;
}

.flight-path::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  height: 2px;
  background: var(--accent);
  z-index: 0;
}

.flight-point {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  z-index: 1;
}

.flight-point:last-child {
  margin-bottom: 0;
}

.point-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  border: 3px solid var(--primary);
  position: relative;
}

.point-info {
  flex: 1;
  margin: 0 20px;
}

.point-time {
  font-weight: 600;
  color: var(--dark);
}

.point-location {
  font-size: 0.9rem;
  color: var(--gray);
}

.point-duration {
  font-size: 0.8rem;
  color: var(--accent);
  background: rgba(72, 149, 239, 0.1);
  padding: 3px 8px;
  border-radius: 50px;
  margin-top: 5px;
  display: inline-block;
}

.airline-logo {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
}

.airline-logo img {
  max-width: 80%;
  max-height: 80%;
}

/* Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: white;
  border-radius: 16px;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 30px;
  position: relative;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.modal-overlay.active .modal-content {
  transform: translateY(0);
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.5rem;
  color: var(--gray);
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-modal:hover {
  color: var(--danger);
}

.fare-rules-content {
  margin-top: 20px;
}

.fare-rules-content h4 {
  color: var(--primary);
  margin: 15px 0 10px;
}

.fare-rules-content ul {
  list-style: none;
  margin: 10px 0 20px;
}

.fare-rules-content li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.fare-rules-content li i {
  margin-right: 10px;
  color: var(--accent);
}

.fare-rules-content a {
  color: var(--primary);
  text-decoration: none;
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(67, 97, 238, 0.1);
  transition: all 0.3s ease;
}

.fare-rules-content a:hover {
  background: rgba(67, 97, 238, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .flight-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .flight-header h1 {
    font-size: 2rem;
  }

  .flight-header {
    padding: 20px;
  }

  .flight-info-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .flight-point {
    flex-direction: column;
    align-items: flex-start;
  }

  .point-info.text-right {
    text-align: left;
    margin-top: 10px;
  }

  .point-duration {
    margin: 10px 0;
  }

  .airline-logo {
    margin: 10px 0;
  }
}

@media (max-width: 576px) {
  .flight-section {
    padding: 15px;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .service-card {
    padding: 15px;
  }

  .btn-primary {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

/* Loader Styles */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
  gap: 10px;
}

.footer-buttons {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}

.left-buttons {
  display: flex;
  gap: 10px;
}

.right-buttons {
  display: flex;
  gap: 10px;
}

.book-btn {
  background-color: #2ecc71;
  padding: 10px 25px;
}

.book-btn:hover {
  background-color: #27ae60;
}



.flight-path {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  padding: 20px;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}

.flight-path:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #efefef;
}

.flight-point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.point-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--theme-color-secondary-shade-2-300);
  border: 3px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.point-info {
  flex: 1;
  padding: 0 15px;
}

.point-info.text-right {
  text-align: right;
}

.point-time-top {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

.point-time-bottom {
  font-size: 0.85rem;
  color: #666;
  margin-top: 4px;
}

.point-time-bottom .location {
  font-weight: 500;
  color: #444;
}

.point-time-bottom .date {
  color: #888;
  margin-left: 8px;
}

.airline-logo {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.airline-logo i {
  font-size: 1.5rem;
}

.point-duration {
  text-align: center;
  margin-top: 15px;
  padding: 8px;
  background: #FFF1E0;
  border-radius: 20px;
  color: var(--theme-color-secondary-shade-2-300);
  font-weight: 500;
  font-size: 0.9rem;
}

.point-duration i {
  margin-right: 5px;
}

.flight-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.info-card,
.service-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  padding: 20px;
}

.info-card h4 {
  margin: 0 0 8px 0;
  font-size: 0.95rem;
  color: #666;
  display: flex;
  align-items: center;
}

.service-card h3 {
  margin: 0 0 8px 0;
  font-size: 0.95rem;
  color: #666;
  display: flex;
  align-items: center;
}

.info-card h4 i {
  margin-right: 8px;
  color: var(--theme-color-secondary-shade-2-300);
}

.info-card p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}


/*footer css here*/

footer {
  background: var(--theme-color-primary-shade-950);
}

.footer-top {
  padding-top: 100px;
  padding-bottom: 60px;
}

.footer-left-des p {
  color: var(--black-white-white);
}

.footer-left-des p a {
  color: var(--black-white-white);
}

.footer-logo {
  margin-bottom: 25px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-menu .h5-headline {
  color: var(--black-white-white);
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-menu ul li a {
  color: var(--black-white-white);
}

.footer-menu ul li a:hover {
  color: var(--theme-color-secondary-shade-2-300);
}

.footer-bottom-inner {
  padding: 30px 0px;
  border-top: solid 1px var(--theme-color-primary-shade-900);
}

.footer-bottom-inner .body-2 {
  color: var(--color-sky-50);
}

.footer-bottom-menu {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-bottom-menu a:hover {
  color: var(--theme-color-secondary-shade-2-300);
}




.modal-backdrop {
  z-index: 9;
}

#body_modal.modal-body {
  width: 100% !important;
}

.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-meta span {
  display: flex;
  align-items: center;
  gap: 10px;
}


/* Base Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
  transform: translateY(0);
}

/* Modal Header */
.modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  border-radius: 12px 12px 0 0;
}

.modal-header h2 {
  margin: 0;
  font-size: clamp(18px, 4.5vw, 22px);
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-header i {
  color: #000;
}

.close-modal {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #7f8c8d;
  cursor: pointer;
  transition: all 0.2s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.close-modal:hover {
  color: #e74c3c;
  background: #f5f5f5;
}

/* Modal Body */
.modal-body {
  padding: 20px;
  overflow-y: auto;
  flex-grow: 1;
}

/* Modal Footer */
.modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  background: #f8f9fa;
  border-radius: 0 0 12px 12px;
}

.btn-primary {
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
  justify-content: center;
}

.btn-primary:hover {
  background: #2980b9;
}

/* Loading State */
.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Error State */
.error-message,
.no-data-message {
  text-align: center;
  padding: 40px;
}

.error-message i {
  font-size: 3rem;
  color: #e74c3c;
  margin-bottom: 20px;
}

.no-data-message i {
  font-size: 3rem;
  color: #3498db;
  margin-bottom: 20px;
}

.error-message p,
.no-data-message p {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.retry-btn {
  background: #3498db;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.retry-btn:hover {
  background: #2980b9;
}

/* Content Sections */
.section {
  margin-bottom: 30px;
  animation: fadeIn 0.5s ease-out;
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
}

.section-header i {
  color: #3498db;
  font-size: 1.2rem;
}

.section-header h3 {
  margin: 0;
  color: #2c3e50;
  font-size: 18px;
  font-weight: bold;
}

/* Baggage Grid */
.baggage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
}

.baggage-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.card-header {
  padding: 15px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.flight-icon {
  color: #3498db;
}

.flight-number {
  font-weight: 600;
  color: #2c3e50;
}

.route {
  color: #7f8c8d;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
}

.card-body {
  padding: 15px;
}

.baggage-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.baggage-info i {
  color: #27ae60;
}

.baggage-info span {
  font-weight: 500;
  color: #2c3e50;
}

/* Accordion Styles */
.accordion {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  padding: 15px 20px;
  background: #f8f9fa;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.accordion-header:hover {
  background: #e9ecef;
}

.accordion-header.active {
  background: #e9ecef;
  font-weight: 500;
}

.accordion-icon {
  transition: transform 0.3s;
}

.accordion-header.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: white;
}

.accordion-content-inner {
  padding: 15px 20px;
  line-height: 1.6;
  color: #4a4a4a;
}

/* Text Formatting */
.highlight {
  background-color: #fffde7;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 500;
  color: #d35400;
}

.rule-link {
  color: #3498db;
  text-decoration: none;
  word-break: break-all;
}

.rule-link:hover {
  text-decoration: underline;
}

.rule-link i {
  font-size: 0.8em;
  margin-left: 3px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    max-height: 85vh;
  }

  .modal-header h2 {
    font-size: 1.3rem;
  }

  .baggage-grid {
    grid-template-columns: 1fr;
  }

  .section-header h3 {
    font-size: 1.1rem;
  }
}


#fareRulesModal .modal-header .close-modal {
  position: inherit;
}

#fareRulesModal .modal-content {
  padding: 0;
}





/* Enhanced Booking Container */
.booking-container {
  max-width: 1200px;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 2rem;
  animation: fadeIn 0.5s ease;
}

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

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

/* Enhanced Booking Steps */
.booking-steps {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--light-gray);
  position: relative;
}

.booking-steps:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 66.66%;
  height: 2px;
  background: var(--theme-color-secondary-shade-2-300);
  transition: var(--transition);
}

.step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-number {
  width: 36px;
  height: 36px;
  background: var(--light-gray);
  color: var(--gray);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: var(--transition);
  border: 2px solid transparent;
}

.step.completed .step-number {
  background: #f2b46d;
  color: white;
  border-color: #f2b46d;
}

.step.active .step-number {
  background: white;
  color: var(--theme-color-secondary-shade-2-300) !important;
  border-color: var(--theme-color-secondary-shade-2-300) !important;
  box-shadow: none;
}

.step-label {
  font-size: 0.9rem;
  color: var(--gray);
  transition: var(--transition);
}

.step.active .step-label {
  color: var(--dark);
  font-weight: 600;
}

/* Enhanced Booking Form */
.booking-form {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

.booking-form:hover {
  box-shadow: var(--shadow-lg);
}

.section-title {
  font-size: clamp(18px, 4vw, 22px);
  color: var(--dark);
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--light-gray);
  position: relative;
  font-weight: 600;
}

.section-subtitle {
  font-size: clamp(18px, 4vw, 22px);
  margin-bottom: 15px;
  font-weight: 600;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--theme-color-secondary-shade-2-300);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.form-group label {
  margin-bottom: 10px;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: var(--dark);
  font-weight: 500;
}

/* Enhanced Payment Methods */
.payment-methods {
  margin: 2rem 0;
}

.payment-methods h3 {
  font-size: 1.1rem;
  color: var(--dark);
  margin-bottom: 1rem;
}

.payment-option {
  display: flex;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid var(--light-gray);
  border-radius: 12px;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: var(--transition);
  background: white;
}

.payment-option:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.payment-option input {
  margin-right: 1rem;
  accent-color: var(--primary);
  transform: scale(1.2);
}

.payment-icon {
  width: 40px;
  height: 25px;
  object-fit: contain;
  margin-right: 1rem;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: var(--transition);
}

.payment-option:hover .payment-icon,
.payment-option input:checked~.payment-icon {
  filter: grayscale(0);
  opacity: 1;
}

.payment-label {
  font-weight: 500;
  flex: 1;
}

/* Enhanced Booking Summary */
.booking-summary {
  background: white;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: var(--shadow-md);
  position: sticky;
  top: 1rem;
  transition: var(--transition);
}

.booking-summary:hover {
  box-shadow: var(--shadow-lg);
}

.summary-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

.summary-title {
  font-size: 1.5rem;
  color: var(--dark);
  margin: 0;
  font-weight: 600;
}

.price-amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--theme-color-secondary-shade-2-300);
}

.flight-segment {
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--light-gray);
}

.segment-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  align-items: center;
}

.segment-title {
  font-size: 1.1rem;
  color: var(--dark);
  margin: 0;
  font-weight: 600;
}

.flight-number {
  background: #FFF1E0;
  color: var(--theme-color-secondary-shade-2-300);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.flight-timing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  position: relative;
}

.flight-timing::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 1px;
  background: var(--light-gray);
  z-index: 1;
}

.flight-time {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  z-index: 2;
  background: white;
  padding: 0 0.5rem;
}

.flight-location {
  font-size: 0.95rem;
  color: var(--gray);
  margin-top: 0.25rem;
}

.flight-duration {
  font-size: 0.85rem;
  color: var(--gray);
  text-align: center;
  position: relative;
  z-index: 2;
  background: white;
  padding: 0 0.5rem;
}

.flight-duration::before {
  content: '✈';
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: var(--primary);
}

.flight-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: var(--gray);
  margin-top: 1rem;
}

.price-summary {
  margin-top: 1.75rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.price-total {
  font-weight: 700;
  color: var(--dark);
  border-top: 1px solid var(--light-gray);
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  font-size: 1.1rem;
}


/* Extras Summary */
.extras-summary {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--light-gray);
}

.extras-summary h4 {
  font-size: 1.1rem;
  color: var(--dark);
  margin-bottom: 1rem;
  font-weight: 600;
}

.extras-summary strong {
  color: var(--dark);
}

.extras-summary ul {
  margin-top: 0.5rem;
  padding-left: 1.25rem;
}

.extras-summary li {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

/* Form Check */
.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.form-check-input {
  margin-right: 0.75rem;
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
}

.form-check-label {
  font-size: 0.95rem;
  color: var(--dark);
}

/* Responsive */
@media (max-width: 992px) {
  .booking-container {
    grid-template-columns: 1fr;
  }

  .booking-summary {
    position: static;
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .booking-steps {
    flex-direction: column;
    gap: 1.5rem;
  }

  .step {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .step-number {
    margin: 0;
  }

  .step-label {
    font-size: 0.95rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .flight-timing::before {
    width: 40%;
  }
}

/* Animation for price */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.price-amount {
  animation: pulse 2s infinite;
}

.passenger-section h4 {
  font-size: clamp(18px, 4vw, 22px);
  margin-bottom: 15px;
  font-weight: 600;
}

/* Enhanced Flight Extras Section */
.flight-extras-section {
  margin: 1.5rem 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.flight-extras-section:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.flight-extras-toggle {
  cursor: pointer;
  padding: 1rem 1.5rem;
  background-color: #f8f9fa;
  border: none;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  transition: all 0.3s ease;
  border-radius: 12px 12px 0 0;
}

.flight-extras-toggle:hover {
  background-color: #f1f3f5;
}

.flight-extras-toggle i {
  transition: transform 0.3s ease;
  color: #3a56d4;
  font-size: 1rem;
}

.flight-extras-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.extra-services {
  padding: 1rem;
  background-color: white;
  border-radius: 0 0 12px 12px;
  border: 1px solid #e9ecef;
  border-top: none;
}

.extra-service-item {
  display: flex;
  align-items: center;
  padding: 1rem;
  margin-bottom: 0.75rem;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  transition: all 0.2s ease;
  cursor: pointer;
}

.extra-service-item:hover {
  border-color: var(--theme-color-secondary-shade-2-300) !important;

  box-shadow: 0 2px 8px rgba(58, 86, 212, 0.1);
  transform: translateY(-2px);
}

.extra-service-checkbox {
  margin-right: 1rem;
  width: 18px;
  height: 18px;
  accent-color: var(--theme-color-secondary-shade-2-300) !important;
  cursor: pointer;
}

.extra-service-label {
  flex-grow: 1;
  font-weight: 500;
  color: #2c3e50;
  margin-right: 1rem;
}

.extra-service-item small {
  display: block;
  font-size: 0.85rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

.extra-service-price {
  font-weight: 600;
  color: var(--theme-color-secondary-shade-2-300);
  white-space: nowrap;
  padding: 0.25rem 0.75rem;
  background: #FFF1E0;
  border-radius: 20px;
  transition: all 0.2s ease;
  margin-left: 15px;
}

.extra-service-item:hover .extra-service-price {
  background-color: rgba(58, 86, 212, 0.15);
}

/* Service type indicator */
.fa-tag {
  color: #6c757d;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .extra-service-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .extra-service-price {
    margin-top: 0.5rem;
    align-self: flex-end;
  }
}

/* Animation for when section expands */
.collapsing {
  transition: height 0.25s ease;
}




.confirmation-container {
  max-width: 100%;
  margin: 20px auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  animation: fadeIn 0.5s ease-in-out;
}

.confirmation-subtitle {
  color: #fff;
}

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

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

.confirmation-header {
  background-color: var(--theme-color-secondary-shade-2-300);
  color: white;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.confirmation-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.confirmation-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
}

.section {
  padding: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.section:last-child {
  border-bottom: none;
}

.section-title {
  color: var(--theme-color-secondary-shade-2-300);
  margin-top: 0;
  font-size: 1.5rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.section-title i {
  margin-right: 10px;
  color: var(--theme-color-secondary-shade-2-300) !important;
}

.flight-card {
  background-color: #f9f9f9;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.flight-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.airline {
  font-weight: bold;
  color: var(--primary);
  font-size: 1.1rem;
}

.flight-number {
  color: var(--gray);
}

.flight-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.airport {
  font-weight: bold;
  font-size: 1.2rem;
}

.time {
  font-size: 1.1rem;
  color: var(--dark);
}

.date {
  color: var(--gray);
  font-size: 0.9rem;
}

.duration {
  text-align: center;
  color: var(--gray);
  font-size: 0.9rem;
  min-width: 80px;
}

.price-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f0f7ff;
  padding: 20px;
  border-radius: 6px;
}

.price-item {
  text-align: right;
  display: flex;
  flex-direction: column;
}

.total-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--theme-color-secondary-shade-2-300);
}

.passenger-info {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}

.info-item {
  margin-bottom: 10px;
}

.info-label {
  font-weight: bold;
  color: var(--gray);
  display: block;
  font-size: 0.9rem;
}

.info-value {
  color: var(--dark);
}

.badge {
  display: inline-block;
  padding: 5px 10px;
  background-color: #e1f5fe;
  color: #fff;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 5px;
}

.reference-info {
  display: flex;
  justify-content: space-between;
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}

.reference-item {
  min-width: 200px;
}

/* Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: white;
  border-radius: 16px;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  padding: 0;
  overflow-y: auto;
  position: relative;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.modal-overlay.active .modal-content {
  transform: translateY(0);
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.5rem;
  color: var(--gray);
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-modal:hover {
  color: var(--danger);
}

/* Responsive Design */
@media (max-width: 768px) {
  .confirmation-header h1 {
    font-size: 2rem;
  }

  .flight-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .duration {
    margin: 10px 0;
    align-self: center;
  }

  .price-summary {
    flex-direction: column;
    gap: 10px;
  }

  .price-item {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .confirmation-header {
    padding: 20px;
  }

  .section {
    padding: 15px;
  }

  .passenger-info {
    grid-template-columns: 1fr;
  }
}

#content_modal.modal-content {
  padding: 0;
}

.booking-bg {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.booking-main {
  flex: 1;
}

.booking-summary-bg {
  max-width: 375px;
  width: 100%;
}

.booking-summary-bg .booking-summary {
  margin-top: 0;
}

#bookingForm .form-control {
  border: solid 1px #efefef;
}






.trip-header {
  background: var(--theme-color-primary-shade-950);
  color: white;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1.5rem;
}

.flight-card {
  border-left: 4px solid var(--theme-color-secondary-shade-2-300) !important;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.flight-card:hover {
  transform: translateY(-3px);
}

.badge-cabin {
  background-color: #e3f2fd;
  color: var(--theme-color-secondary-shade-2-300) !important;
  font-weight: 500;
}

.passenger-card {
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.passenger-adult {
  border-left: 4px solid var(--theme-color-secondary-shade-2-300) !important;
}

.passenger-child {
  border-left: 4px solid #28a745;
}

.passenger-infant {
  border-left: 4px solid #ffc107;
}

.price-card {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.airline-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.duration-line {
  position: relative;
  height: 1px;
  background-color: #dee2e6;
  margin: 20px 0;
}

.duration-line:before {
  content: "⏱️ " attr(data-duration) " min";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 0 10px;
  font-size: 0.8rem;
  color: #6c757d;
}

.action-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.btn-cancel {
  background-color: #dc3545;
  color: white;
}

.btn-cancel:hover {
  background-color: #bb2d3b;
  color: white;
}

.section-title {
  font-size: 1.25rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  font-weight: 600;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.contact-info-item {
  background: var(--black-white-white);
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  padding: 15px;
}

.contact-info-label {
  font-weight: bold;
  color: #495057;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.contact-info-value {
  color: #212529;
  word-break: break-word;
}

.booking-status {
  font-size: 0.85rem;
  padding: 0.35rem 0.75rem;
}

.itinerary-section {
  margin-bottom: 1.5rem;
  background: var(--black-white-white);
  box-shadow: 0px 4px 14px rgba(70, 69, 69, 0.1);
  border-radius: 20px;
  padding: 15px;
}

.price-summary {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.total-amount {
  font-size: 1.25rem;
  color: var(--theme-color-secondary-shade-2-300) !important;
}

.banner-header-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.flight-time {
  font-size: 1.1rem;
  font-weight: 500;
}

.flight-airport {
  font-size: 1rem;
  font-weight: 500;
}

.flight-date {
  color: #6c757d;
  font-size: 0.9rem;
}

.baggage-badge {
  background-color: #f8f9fa;
  color: #495057;
  font-weight: 500;
}

.trip-header p {
  color: #fff;
  font-size: 14px;
}

.price-summary .price-card {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}


body .flight-listing-right-bg {
  max-width: none;
  padding: 15px;
  margin-bottom: 30px;
  z-index: 9;
  position: relative;
  top: auto;
}

.trip-dates {
  flex-wrap: wrap;
}

.suggestion-box {
  display: none;
}

.about-des-hotel p {
  font-size: 16px;
}

.about-des-hotel ul {
  font-size: 16px;
}












/* Main Flight Detail Box */
.flight-detail-bg-box {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Flight Header */
.flight-header-bg {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.flight-header-bg h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.flight-icon {
  font-size: 20px;
  margin-right: 8px;
}

/* Section Label */
.flight-section-label {
  background-color: #f8f8f8;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 15px;
  border-radius: 4px;
}

/* Flight Segment */
.flight-segment {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.flight-segment:last-of-type {
  border-bottom: none;
}

/* Airline Info */
.flight-airline-logo {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.flight-airline-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flight-airline-name {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.flight-number {
  font-size: 12px;
  color: #666;
}

/* Flight Time and Date */
.flight-date {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}

.flight-time {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.flight-airport-name {
  font-size: 11px;
  color: #888;
  line-height: 1.3;
}

/* Flight Class and Duration */
.flight-class {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

.flight-duration-badge {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

.flight-duration-icon {
  font-size: 14px;
}

/* Duration Line */
.flight-duration-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.flight-duration-dot {
  width: 8px;
  height: 8px;
  background-color: #666;
  border-radius: 50%;
}

.flight-duration-line-bar {
  flex: 1;
  height: 2px;
  background-color: #666;
  margin: 0 5px;
  max-width: 80px;
}

/* Refund Status */
.flight-refund-status {
  font-size: 11px;
  color: #888;
  margin-top: 8px;
}

/* Connection Info */
.flight-connection-info {
  background-color: #f8f8f8;
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
  color: #666;
  margin: 15px 0;
  border-radius: 4px;
}

/* Operated By */
.flight-operated-by {
  text-align: center;
  font-size: 11px;
  color: #666;
  margin-top: 10px;
}

.flight-operated-airline {
  color: #e74c3c;
  font-weight: 600;
}

/* Flight Footer */
.flight-footer {
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #0066cc;
}

.flight-footer-link {
  color: #0066cc;
  text-decoration: none;
  margin: 0 5px;
}

.flight-footer-link:hover {
  text-decoration: underline;
}

/* Right Sidebar - Summary */
.flight-summary-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

/* Route Summary */
.flight-route-summary {
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}

.flight-route-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.flight-route-icon {
  font-size: 16px;
  color: #666;
}

.flight-route-code {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.flight-route-icon-arrow {
  font-size: 18px;
  color: #999;
}

.flight-route-details {
  flex: 1;
  text-align: center;
}

.flight-route-stops {
  font-size: 11px;
  color: #666;
}

.flight-route-duration {
  font-size: 11px;
  color: #888;
}

/* Accordion Section */
.flight-accordion-section {
  margin-bottom: 15px;
}

.flight-accordion-btn {
  width: 100%;
  background-color: #f8f8f8;
  border: none;
  padding: 12px 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.flight-accordion-btn:hover {
  background-color: #efefef;
}

.flight-accordion-icon {
  font-size: 12px;
  transition: transform 0.3s;
}

.flight-accordion-btn[aria-expanded="false"] .flight-accordion-icon {
  transform: rotate(-90deg);
}

.flight-accordion-content {
  padding: 15px;
  background-color: #fafafa;
  border-radius: 0 0 4px 4px;
}

/* Detail Rows */
.flight-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
  font-size: 13px;
}

.flight-detail-row:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.flight-detail-label {
  color: #666;
  flex: 1;
}

.flight-detail-value {
  color: #333;
  font-weight: 600;
  text-align: right;
}

.flight-total-row {
  background-color: #f0f0f0;
  padding: 10px;
  margin: 10px -15px;
  border-radius: 4px;
}

/* Total Fare Section */
.flight-total-fare-section {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 4px;
  margin-top: 15px;
}

.flight-total-fare-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flight-total-label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.flight-total-amount {
  font-size: 20px;
  font-weight: 700;
  color: #0066cc;
}

.accommodations-section .swiper-slide {
  display: flex !important;
  height: auto !important;
}

.card-hotel figcaption {
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
}

.rating-summary-group {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  z-index: 2;
}

.rating-text-meta {
  text-align: right;
  line-height: 1.1;
}

.rating-text-meta .status-text {
  font-weight: 700;
  color: #032d32;
  font-size: 15px;
  display: block;
}

.rating-text-meta .review-count {
  font-size: 12px;
  color: #5e6d77;
  display: block;
}

.rating-number-badge {
  background-color: #00a680;
  /* Target Vibrant Green */
  color: #fff;
  font-weight: 800;
  height: 40px;
  min-width: 40px;
  width: 40px;
  border-radius: 6px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-box {
  margin-bottom: 4px;
}

.rating-box i {
  font-size: 15px !important;
  margin-right: 0px;
}

.pricing-display-group {
  text-align: right;
  width: 100%;
}

.discount-pill {
  background-color: #26a65b;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 4px;
}

.original-price-strikethrough {
  text-decoration: line-through;
  color: #5e6d77;
  font-size: 14px;
  margin-right: 8px;
}

.final-price-bold {
  font-weight: 800;
  font-size: 20px;
  color: #032d32;
  margin: 0;
}

.taxes-fees-subtext {
  font-size: 11px;
  color: #5e6d77;
  display: block;
}


.card-hotel-heading button h6 {
  margin-bottom: 2px !important;
  text-transform: none !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.address-blog {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}


.flex-1 {
  flex: 1;
}

.share-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  color: #495057;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 12px;
}

.share-btn:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #2d3748;
}

.share-btn i {
  font-size: 16px;
}

/* Share tooltip */
.share-tooltip {
  position: absolute;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin-top: 8px;
  right: 0;
  min-width: 200px;
}

.share-tooltip::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: white;
  border-left: 1px solid #e9ecef;
  border-top: 1px solid #e9ecef;
  transform: rotate(45deg);
}

.share-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.share-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: left;
  width: 100%;
  color: #495057;
  font-size: 14px;
}

.share-option:hover {
  background: #f8f9fa;
}

.share-option i {
  font-size: 16px;
  width: 20px;
}

.share-option.facebook i {
  color: #1877f2;
}

.share-option.twitter i {
  color: #1da1f2;
}

.share-option.whatsapp i {
  color: #25d366;
}

.share-option.link i {
  color: #6c757d;
}

/* Success message */
.share-success {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #28a745;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

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


/* Favorite Button Styles */
.favorite-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  color: #888;
}

.favorite-btn:hover {
  transform: scale(1.1);
  background: #fff;
}

.favorite-btn.active {
  color: #ff4757;
}

.favorite-btn i {
  font-size: 1.2rem;
}

/* Profile Wishlist Styles */
.card-hotel .favorite-btn {
  top: 10px;
  right: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .flight-segment .row {
    text-align: center;
  }

  .flight-time {
    font-size: 18px;
  }

  .flight-airport-name {
    font-size: 10px;
  }

  .flight-route-item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flight-total-amount {
    font-size: 18px;
  }
 
}

@media (max-width: 576px) {
  .flight-detail-bg-box {
    padding: 15px;
  }

  .flight-segment {
    padding: 15px 0;
  }

  .flight-time {
    font-size: 16px;
  }
}