.search-area .form-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 25px;
    background-color: #F0F0F0;
    border-radius: 100px;
}
.search-area {
    min-width: 400px;
    width: 400px;
}
.search-area .form-inner input {
    height: unset;
    padding: 0;
    border: unset;
    padding-left: 3px;
}
.home3-destination-section .feature-and-rating-area .rating-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-top: 35px;
}

.cards {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}

.card {
  transition: 0.3s;
  height: 307px;
  width: 100%;
  cursor: pointer;
  border: none;
  border-radius:10px;
}
.card img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
   border-radius:10px;
}



.lightbox {
  position: fixed;
  z-index: 1111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #003;
  padding: 2rem;
}

.lightbox__close {
  color: white;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  border: none;
  line-height: 1;
  background: none;
  z-index: 2;
}
.lightbox__close:hover {
  color: #888;
}

.lightbox__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.lightbox__inner {
  position: relative;
  margin: auto;
  width: fit-content;
  height: 100%;
}
.lightbox__inner img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.lightbox__prev,
.lightbox__next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
}
.lightbox__prev:hover,
.lightbox__next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.lightbox__prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

.lightbox__next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* Overlay for the “more images” card */
.more-overlay {
  position: relative;
}

.more-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius:10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  z-index: 1;
}
.left{
    position: sticky;
    top: 16%;
    height: 100vh;
    overflow: auto;
}

.left {
  overflow: auto;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: skyblue transparent;
}

/* Chrome / Edge / Safari */
.left::-webkit-scrollbar {
  width: 6px;
}

.left::-webkit-scrollbar-track {
  background: transparent;
}

.left::-webkit-scrollbar-thumb {
  background-color: skyblue;
  border-radius: 10px;
}

/* 🔥 IMPORTANT: arrows completely hide */
.left::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.primary-btn{
    width:100%;
    padding: 10px 15px;
    border-radius: 12px ;
}
.primary-btn span svg{
    fill:white;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1460px;
    }
}

.accordion-body table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    font-size: 15px;
    color: #212529;
}

/* remove HTML borders */
.accordion-body table,
.accordion-body table * {
    border: none !important;
}

/* cells */
.accordion-body table th,
.accordion-body table td {
    padding: 12px 16px !important;
    vertical-align: middle;
    text-align: left;
}

/* header row */
.accordion-body table thead th {
    font-weight: 600;
    background-color: #ffffff;
    border-bottom: 2px solid #dee2e6 !important;
}

/* if thead exists */
.accordion-body table tbody tr:first-child td {
    border-top: none !important;
}

/* STRIPED rows (Bootstrap style) */
.accordion-body table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

/* hover effect */
.accordion-body table tbody tr:hover {
    background-color: #e9ecef;
}

/* remove cellpadding effect */
.accordion-body table {
    padding: 0 !important;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 24px;}
    .mine-btn{
        font-size:19px!important;
    }
.policy{
    padding: 10px 14px;
    border-radius: 10px!important;
    background: #e7e7e7;
}

.items-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.items-list li svg {
    flex-shrink: 0;
    margin-top: 4px;
}

.items-list li .item-text {
    display: block;
    line-height: 28px;
}

.items-list li .item-text p {
    margin: 0; /* CKEditor ke p ka effect khatam */
}
.package-details-page .package-details-warpper .package-info-wrap .package-info-list li svg {
    fill: #3370ff!important;
}
.p-item{
    margin-bottom:28px;
}
.group-logo{
    padding: 7px;
    /*background: black;*/
    margin-bottom: 20px;
    border-radius: 10px;
}
.availability-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.availability-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    margin-bottom: 8px;
    border-radius: 6px;
    background: #f9f9f9;
}

.icon-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.icon-text i {
    color: #28a745; /* icon green */
    font-size: 14px;
}

.status-badge {
    background: #28a745;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}
