.hotel-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    margin-right: 0;
    flex:2;
}
.meals-container {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.meal-badge {
    display: inline-block;
    background: #f1f1f1;
    color: #333;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 500;
    width: 60px;
}
.breakfast-badge {
    background: #f8f9fa;
    color: #495057;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e9ecef;
}
#tour-loading {
    position: relative;
    min-height: 150px;
}
.tour-group {
    background: rgba(255, 255, 255, 0.15); 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.tour-group:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.22);
}

.tour-group h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.tour-card {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease;
}

.tour-card:hover {
    transform: scale(1.02);
}
.flashcard-title{
    font-size:16px;
}
.btn-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.price-down-bar {
    font-weight: 700;
    color: #FF772C;
    font-size: 17px;
}

.book-down-bar {

}
.spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.spinner > div {
    width: 12px;
    height: 12px;
    background: #ff7a2d;
    border-radius: 50%;
    display: inline-block;
    animation: bounce 1.4s infinite ease-in-out both;
}
.spinner .dot1 { animation-delay: -0.32s; }
.spinner .dot2 { animation-delay: -0.16s; }
.spinner .dot3 { animation-delay: 0s; }

@keyframes bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}
.hotel-info {
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0;
    text-align: center;
}

.hotel-details {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
}

.breakfast-section {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-right: 0;
    gap: 0;
}

/*.detail {*/
/*    margin: 20px;*/
/*}*/
.flashcard-title{
  font-size: 16px;
  color: #FF772C;
}
    .rtl { 
    direction: rtl; 
    font-family: "Yekan Bakh FaNum", "IRANSans", "Tahoma", sans-serif; 
}
.breadcrumb{
    font-size: 20px;
}
.breadcrumb-separator{
    color: #769ABE;
}
.breadcrumb-container{
    
}
.title{
    font-size: 25px;
    color: #6785A4;
    margin-bottom: 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Main Layout */
.main-layout {
    display: flex;
    flex-direction: row; 
    gap: 25px;
}

/* Sidebar Styles */
.side-column {
    width: 319px;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.side-card {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    border: 1px solid #e8ecef;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.side-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.side-content h2 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #6785A4;
    font-weight: 900;
    text-align: center;
}

.btn-price{
  display: flex;
  gap: 35px;
  justify-content: center;
  /*margin-top: 20px;*/
  font-size: 18px;
  font-weight: bold;
  color: #e74c3c;
  text-align: center;
  padding: 5px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  justify-content: center;
  align-items: center;
  height: 50px;
  background: rgba(248, 249, 250, 0.5);
}
.price-down-bar{
    width:50%;
    height:100%;
    font-size: 16px;
    text-align: start;
    align-content: center;
    padding-right: 10px;
}
.book-down-bar{
        width:50%;
    height:100%;
    text-align: end;
    align-content: center;
}
/* Gray Info Bar */
.grayinfobar {
    background: #D9D9D9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 9px 16px;
}

.grayinfobar img {
    flex-shrink: 0;
}

.grayinfobar div {
    font-size: 12px;
    color: #495057;
}

.grayinfobar strong {
    color: #343a40;
}
.flight-info-section {
    display: flex;
    gap: 15px;
    padding: 11px;
}

.flight-visual {
    flex-shrink: 0;
}

.flight-path {
    position: relative;
    width: 2px;
    height: 94px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.circle {
    width: 14px;
    height: 14px;
    border: 2px solid #ff7a2d;
    border-radius: 50%;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.circle2 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff7a2d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashed-line {
    width: 2px;
    height: 45px;
    border-right: 1.5px dashed #ff7a2d;
    flex: 1;
}

.planeicon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    transition: top 0.3s ease-in-out;
}

.planeicon:hover {
    top: 80%;
    transition: top 0.3s ease-in-out, top 0.3s ease-in-out 0.3s;
}

.planeicon:hover {
    top: 11%;
    transition-delay: 0.3s;
}

.airport-info {
    display: flex;
    flex-direction: column;
    height: 76%;
    justify-content: space-between;
}

.airport {
    margin-bottom: 10px;
}

.airport .city {
    font-weight: 800;
    color: #000;
    font-size: 13px;
    margin-bottom: 2px;
}

.flight-stats {
    text-align: right;
    margin: 10px 0;
}

.airline {
    color: #5E5E5E;
    font-size: 14px;
}

/* Hotel Information Section */
.hotel-info-section {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.hotel-info-section h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #343a40;
    font-weight: 700;
}

.hotel-details a {
    color: #ff7a2d;
    text-decoration: none;
    font-weight: 600;
}

.hotel-details a:hover {
    text-decoration: underline;
}

/* Price and Actions */
.side-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-primary {
    background: #ff7a2d;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: block;
}

.btn-primary:hover {
    background: #e66a25;
    transform: translateY(-1px);
}

/* Main Column Styles */
.main-column {
    flex: 1;
}

/* Date Bars */
.date-bars {
    display: flex;
    flex-direction: column;
    gap:10px;
    margin-bottom: 30px;
}

.tour-tabs-container {
    margin: 25px 0;

}

.tour-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.tab-btn {
    padding: 12px 13px;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab-btn:hover {
    transform: translateY(-2px);
}

.tab-btn.active {
background: #ff7a2d;
  border-color: #ff7a2d;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 00, 0.3);
}

.cards-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.card.tour-card {
    background: white;
    border-radius: 12px;
    padding: 1px;
    margin-bottom: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    display: flex;
}

.card.tour-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.date-bar {
    background: #fff;
    border: 2px solid #e9ecef;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-align: right;
}

.date-bar:hover {
    background: #f8f9fa;
    border-color: #ff7a2d;
    transform: translateY(-2px);
}
.card.tour-card {
    margin-bottom: 10px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
}
.date-bar.active {
    background: #fff0e0;
    border-color: #ff7a2d;
    box-shadow: 0 4px 12px rgba(255, 122, 45, 0.15);
}

.bar-date {
    font-weight: 800;
    color: #343a40;
    font-size: 12px;
}

.bar-price {
    color: #ff7a2d;
    font-weight: 800;
    font-size: 14px;
}

/* Cards Container */
.cards-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tour-card {
display: flex;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    transition: all 0.3s ease;
    padding: 0;
}

.tour-card:hover {
transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15)
}

.top-section {
    display: flex;
    justify-content: start !important;
    color: #ff7b2c;
    font-size: 18px;
    font-weight: bold;
    align-items: center !important;
    flex:1;
}


.tour-img {
  width: 8rem;
  height: 6rem;
  border-radius: 8px;
  object-fit: cover;
  margin: 10px;
  justify-content: center !important;

}
.data{
        justify-content: center;

}

.hotel-img-placeholder {
    width: 100%px;
    height: 170px;
    border-radius: 8px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin-bottom: 15px;
}

.hotel-details h3 {
    margin: 0;
    font-size: 18px;
    color: #222;
}
.hotel-details{
    display: inline-grid;
    gap: 40px !important;
    flex:1;
}
.en-name {
    color: #777;
    font-size: 14px;
    margin-top: 4px;
}

.tour-meta {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.meta-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

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

.meta-item.price {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.tour-price {
    color: #ff7b2c;
    font-weight: bold;
    font-size: 16px;
}

.reserve-btn {
    background-color: #ff7b2c;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 15px;
}

.reserve-btn:hover {
    background-color: #ff944d;
    color: white;
    text-decoration: none;
}

/* Cover Styles */
.cover-container {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.cover-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.cover-title {
    position: absolute;
    top: 80%;
    right: 10%;
    transform: translateY(-50%);
    text-align: right;
    color: white;
    z-index: 2;
    max-width: 50%;
    padding: 0 20px;
}
.cover-title h1 {
    font-size: 36px;
    font-weight: 900;
    margin: 0;
    color:white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .price-down-bar {
  font-size: 15px;
        
    }
    .main-layout {
        flex-direction: column;
    }
    .cards-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
}
    .breadcrumb {
      font-size: 15px;
    }
    .side-column {
        width: 100%;
        position: static;
        margin-bottom: 20px;
    }
    
    .flight-info-section {
        flex-direction: inline-flex;
        text-align: rtl;
    }
    
    .flight-path {
        height: 95px;
        margin: 0 auto 15px;
    }
    
    .cover-title h1 {
        font-size: 28px;
    }
    
    .cover-container {
        height: 300px;
    }
    
    .grayinfobar {
       display: inline-flex;
         gap: 50px;
        text-align: center;
    }
    
    .hotel-img,
    .hotel-img-placeholder {
        margin-bottom: 10px;
        margin-bottom: 10px;
        width:100%;
        height:160px;
    }
     .sales-expert-contact {
    padding: 15px;
    margin: 10px 0;
    width: 380px;
  } 
  .flashcard-title {
  font-size: 15px;
  color: #FF772C;
}

}

@media (max-width: 480px) {
    .container {
        padding: 20px 15px;
    }
     .side-column {
    width: 100%;
  }
    .side-card {
    padding: 14px;
    width: 100%;
  }
  .side-card selected-tour{
      width:100%;
  }
        .breadcrumb {
      font-size: 15px;
    }
    
        .hotel-details{
        text-align: center;
    }
    .meta-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
.bar-date {
    font-weight: 800;
    color: #343a40;
    font-size: 11px;
}
.bar-price{
    color: #ff7a2d;
  font-weight: 800;
  font-size: 12px;
}
  /*.flight-info-section{*/
  /*    display: inline-flex;*/
  /*}*/
  
}
@media (max-width: 1024px) {
    .cards-container {
        grid-template-columns: 1fr;
    }
  /*  .side-column {*/
  /*width: 252px;*/
  /*  }*/
    .side-content h2 {
  font-size: 16px;
    }
    .top-section {
    display: flex;
    justify-content: start !important;
    color: #ff7b2c;
    font-size: 18px;
    font-weight: bold;
    align-items: center !important;
    flex:2;
}
    .hotel-details {
  display: inline-grid;
  gap: 14px !important;
  flex: 1;
}
    .breakfast-section {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.hotel-link {
    padding: 5px;
  display: flow-root;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  margin-right: 0;
  flex: 1;
}
    .bar-date {
  font-weight: 800;
  color: #343a40;
  font-size: 12px;
}
.date-bar {
  background: #fff;
  border: 2px solid #e9ecef;
  padding: 7px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-align: right;
  gap: 15px;
}
  .bar-date {
    font-weight: 800;
    color: #343a40;
    font-size: 9px;
  }
.bar-price {
  color: #ff7a2d;
  font-weight: 800;
  font-size: 10px;
}
.grayinfobar div {
  font-size: 11px;
  color: #495057;
}
.tab-btn {
  padding: 12px 13px;
  border: 2px solid #e0e0e0;
  background: white;
  border-radius: 25px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  color: #666;
  transition: all 0.3s ease;
  white-space: nowrap;
}
}
/* Expert Contact Section Styles */
.sales-expert-contact {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    text-align: right;
    margin: 15px 0;
    direction: rtl;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sales-expert-contact h3 {
    color: #FF772C;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.contact-info {
    margin-bottom: 20px;
    text-align: right;
}

.contact-info p {
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.field-label {
    color: #FF772C;
    font-weight: bold;
    margin-left: 10px;
}

.field-value {
    color: #333;
    font-weight: normal;
    text-align: right;
    flex: 1;
}

.info-text {
    color: #666;
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}

.call-now-button {
    background: #FF772C;
    color: white;
    padding: 12px 25px;
    border-radius: 13px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    outline: none;
    margin: 0 auto;
    transition: all 0.3s ease;
    cursor: pointer;
    color:white !important;
}

.call-now-button:hover {
    background: #e56920;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 119, 44, 0.3);
}

.call-now-button:disabled {
    background: #cccccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.tour-booking-btn {
  background: #FF772C;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  width: 177px;
height: 38px;
}

/* Responsive Design for Expert Section */
@media (max-width: 768px) {
    .sales-expert-contact {
        padding: 15px;
        margin: 10px 0;
    }
    .flashcard-title {
    font-size: 12px;
    color: #FF772C;
  }
  .tour-img {
  width: 5rem;
  height: 4rem;
  border-radius: 8px;
  object-fit: cover;
  margin: 10px;
  justify-content: center !important;
}
    .tour-booking-btn {
  background: #FF772C;
  color: white;
  padding:0px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  width: 117px;
        
    }
      .tab-btn {
    font-size: 10px;
      }
      .grayinfobar {
    display: inline-flex;
    gap: 35px;
    text-align: center;
    width: 100%;
  }
    .sales-expert-contact h3 {
        font-size: 16px;
    }
    
    .contact-info p {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .field-label {
        margin-left: 0;
        margin-bottom: 5px;
    }
    
    .field-value {
        text-align: right;
        width: 100%;
    }
    
    .call-now-button {
        height: 40px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .sales-expert-contact {
        padding: 12px;
    }
     .side-card {
    padding: 14px;
    width: 100%;
  }
    .sales-expert-contact {
    padding: 12px;
    width: 100%;
  }
    .sales-expert-contact h3 {
        font-size: 15px;
    }
    
    .contact-info p {
        font-size: 13px;
    }
    
    .info-text {
        font-size: 12px;
    }
    .hotel-info{
        font-size:11px;
    }
    .breakfast-badge {
  background: #f8f9fa;
  color: #495057;
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #e9ecef;
}
.detail {
    margin-top: 20px;
  font-size: 12px;
}
}

@media (min-width: 800px) and (max-width: 1280px) {
    .meals-container {
        margin: 8px auto 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
        width: fit-content !important;
        align-self: center !important;
    }

    .details {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        gap: 8px;
    }
    .detail{
        margin-top: 10px;
    }

    .hotel-link {
        justify-content: flex-start !important;
        gap: 20px;
    }
    .tour-booking-btn {
  width: 162px;
}
    .btn-price {
      gap: 5px;
    }
    .price-down-bar {
      width: 42%;
    }
}