/* Group flight first page css */
.main-parent-div {
  background-color: #f8f8f8;
  border: 1px solid #f66315; /* #e7e7e7 */
  border-radius: 24px;
}
.card-head {
  background-color: #f66315; /* #10317d */
  color: #fff;
  padding: 8px 20px;
  border-radius: 24px 24px 0px 0px;
  font-size: 16px;
}
.main-parent-div p {
  font-weight: 500;
  font-size: 14px;
}
.tag-style span {
  font-size: 12px;
}
.tag-style p {
  font-size: 16px;
}
.dashed-hr {
  border: 1px dashed;
  margin: 1rem 45px;
}
.border-dashed-end {
  border-right: 1px dashed #aaa;
}
.price-col span.badge.bg-primary {
  background-color: #10317d !important;
  font-size: 12px !important;
  font-weight: 500;
  border-radius: 24px;
  color: #fff;
}
.price-col span.price-tag {
  font-size: 18px;
  color: #10317d;
  font-weight: 500;
  margin-right: 6px;
}
.price-col p {
  font-size: 32px;
  color: #10317d;
  font-weight: 500;
  margin-bottom: 0;
  height: 34px;
}
.price-col span {
  font-size: 12px;
  font-weight: 500;
  color: #514f4f;
}
.price-col a.btn {
  width: 100%;
  background-color: #10317d;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 1rem 0rem;
}
.price-col a.btn:hover {
  background-color: #f66315;
}

.sector-filter-btn {
  background-color: #10317d;
  font-size: 1rem;
  font-weight: 500;
}

.all-sector-filter-btn {
  background-color: #f66315;
  border-color: transparent;
  font-size: 1rem;
  font-weight: 500;
}
.all-sector-filter-btn:hover {
  background-color: #10317d;
}

.filter-bar {
  overflow-x: auto !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filter-bar::-webkit-scrollbar {
  display: none;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .card-head {
    font-size: 14px;
    padding: 10px;
  }
  .price-col p {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .border-dashed-end {
    border-right: none;
    margin-bottom: 15px;
  }
  .card-head {
    flex-direction: column;
    text-align: center;
  }
  .price-col {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .main-parent-div {
    padding: 0;
  }
  .card-head {
    padding: 5px 10px;
    font-size: 14px;
  }
  .dashed-hr {
    margin: 1rem 20px;
  }
  .price-col p {
    font-size: 24px;
  }
  .price-col a.btn {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .main-parent-div {
    padding: 0;
  }
  .card-head {
    font-size: 12px;
    padding: 5px 8px;
  }
  .row.my-3 {
    flex-direction: column;
    align-items: center;
  }
  .col-md-4,
  .col-md-9,
  .col-md-3 {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }
  .price-col span.price-tag {
    font-size: 16px;
  }
  .price-col p {
    font-size: 20px;
  }
}
/* Group flight first page css */

/* Group flight page two css */
.main-header-groupF {
  background: linear-gradient(90deg, #ffd8d6, #fff4de);
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.itinerary-container {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.itinerary-header {
  background-color: #10317d;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 16px;
}
.flight-details {
  padding: 15px 38px;
  gap: 24px;
}
.itinerary-container .accordion-button::after {
  margin-left: 6px;
}
.itinerary-container button.accordion-button {
  color: #10317d;
  font-weight: 500;
  font-size: 14px;
}
.itinerary-container .accordion-button::after {
  background-image: url(../images/accor-arrow.svg);
  margin-top: 14px;
}
.itinerary-container .accordion-button:not(.collapsed)::after {
  background-image: url(../images/accor-arrow.svg);
  margin-top: -9px;
}
.itinerary-container .accordion-button:focus {
  box-shadow: unset;
}
p.fare-text {
  font-size: 16px;
  font-weight: 500;
}
.price-two {
  font-size: 20px;
  color: #f66315;
  font-weight: 500;
}
.fare-div span {
  font-size: 14px;
  font-weight: 400;
  color: #081228;
}
.fare-div {
  border: 1px solid #e7e7e7;
  padding: 1rem;
  text-align: center;
  border-radius: 16px;
}
.fare-container p.small.text-muted {
  font-size: 12px;
  margin-top: 1rem;
  color: #a5b1ce !important;
}
.fare-container .detail span {
  font-size: 14px;
  font-weight: 500;
}
.style-in-dec span {
  cursor: pointer;
}
.style-in-dec span {
  user-select: none;
  cursor: pointer;
}
.style-in-dec {
  background-color: #10317d;
  padding: 0px 10px 2px 10px;
  color: #fff;
  border-radius: 18px;
}
.pas-detail p {
  font-size: 14px;
  font-weight: 500;
}
.style-in-dec span::selection {
  background: none;
}
.flight-time {
  font-size: 16px;
  font-weight: 500;
}
.text-style-ap {
  font-size: 14px;
  font-weight: 400;
  color: #081228;
}
p.airline-name {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.flight-details:last-child {
  border-bottom: none;
}
.flight-icon {
  font-size: 24px;
  color: #10317d;
}
.flight-route {
  font-weight: 500;
  font-size: 14px;
}
.flight-details .text-mute {
  color: #a5b1ce !important;
  font-size: 14px;
  font-weight: 400;
}
.fare-container {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  overflow: hidden;
}
.fare-header {
  background-color: #10317d;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 16px;
}
.fare-details {
  padding: 15px;
}
.price-tag {
  font-size: 24px;
  font-weight: bold;
  color: #10317d;
}
.seat-availability {
  font-size: 12px;
  background-color: #10317d;
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
}
.book-now-btn {
  background-color: #10317d;
  font-weight: 500;
  border-radius: 22px;
  padding: 12px 20px;
  text-align: center;
  display: block;
  width: 100%;
  color: #f7f7f7;
  text-decoration: none;
  border: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.book-now-btn:hover {
  background-color: #031a4e;
  color: #fff;
}

/* Media Queries */
@media (max-width: 1399.6px) {
  .flight-details {
    /* flex-wrap: wrap; */
    justify-content: center;
    text-align: center;
    padding: 10px;
  }
  .flight-title {
    font-size: 12px;
  }
  .flight-details .text-mute {
    font-size: 10px;
  }
  .airline-name {
    font-size: 10px !important;
  }
  .flight-time {
    font-size: 12px !important;
  }
  .text-style-ap {
    font-size: 10px !important;
  }
  .flight-details {
    flex-wrap: nowrap;
  }
  .flight-icon {
    margin-bottom: 10px;
  }

  .fare-div {
    margin: 10px auto;
  }
  .flight-icon.me-3 {
    margin-right: 2px !important;
  }
  .flight-details .me-4 {
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  .main-header-groupF {
    font-size: 14px;
    padding: 8px 16px;
  }

  .itinerary-header,
  .fare-header {
    font-size: 14px;
    padding: 8px;
  }

  .fare-container {
    padding: 10px;
  }

  .style-in-dec {
    width: 100px;
    font-size: 12px;
  }

  .book-now-btn {
    font-size: 14px;
    padding: 10px 15px;
    width: 100%;
  }
  img.flight-icon.me-3 {
    width: 17px;
    margin-right: 2px !important;
  }
  .flight-title {
    font-size: 12px;
  }
  .flight-details .text-mute {
    font-size: 10px;
  }
  .airline-name {
    font-size: 10px !important;
  }
  .flight-time {
    font-size: 12px !important;
  }
  .text-style-ap {
    font-size: 10px !important;
  }
  .flight-details {
    flex-wrap: nowrap;
  }
  .flight-details {
    gap: 0px;
  }
}

@media (max-width: 576px) {
  .flight-details {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px;
  }
  .sm-screen-style {
    justify-content: center;
  }
  .flight-details .me-4 {
    margin: 0 !important;
  }
  img.flight-arrow {
    transform: rotate(90deg);
    width: 97px;
  }
  .flight-details {
    gap: 42px;
  }
  .fare-div {
    padding: 8px;
  }

  .style-in-dec {
    width: 80px;
  }

  .main-header-groupF {
    font-size: 12px;
  }

  .itinerary-container {
    margin-bottom: 15px;
  }
}
/* Group flight page two css */
