/* seekandgo Tour Page Styles */
.seekandgo-tour-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.seekgo-tab-buttons {
    padding: 0px !important;
    margin: 0px !important;
    padding-top: 14px !important;
  }

.seekandgo-header {
    background: #f8f9fa;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.seekandgo-nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seekandgo-back-btn {
    background: none;
    border: none;
    color: #323439;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
}

.seekandgo-back-btn:hover {
    color: #0d2a5c;
}

.seekandgo-main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.seekandgo-hero-section {
    background: #fff;
}

.seekandgo-image-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    height: 400px;
}

.seekandgo-main-image {
    position: relative;
    overflow: hidden;
}

.seekandgo-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seekandgo-gallery-btn, 
.seekandgo-gallery-btn:hover,
.seekandgo-gallery-btn:focus {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #fff;
  border: none;
  padding: 8px 16px 9px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
  cursor: pointer;
  color: #565A60;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.seekandgo-thumbnail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.seekandgo-thumbnail-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seekandgo-thumbnail-grid .single-image-row {
    grid-column: 1 / -1; /* This makes it span across both columns */
    height: 200px; /* Adjust this value to be half of your main image height */
}

.seekandgo-thumbnail-grid .single-image-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seekandgo-thumbnail-grid .two-image-row {
    display: contents; /* This removes the wrapper div from the grid */
}

.seekandgo-thumbnail-grid .two-image-row img {
    width: 100%;
    object-fit: cover;
}

.seekandgo-content-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.seekandgo-left-content {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    width: 100%;
}

.seekandgo-title-section h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #323439;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.seekandgo-tour-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.seekandgo-duration {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #323439;
}

.seekandgo-cancellation {
    background: #DDE1E8;
    color: #323439;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.seekandgo-services-icons {
    display: flex;
    justify-content: flex-start;
    margin-top: 90px;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    gap: 2rem;
}

.seekandgo-service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 0.5rem;
    flex: 0 0 auto;
}

.seekandgo-service-item i {
    font-size: 1.5rem;
    color: #666;
}

.seekandgo-service-item span {
    font-size: 12px;
    color: #666;
}

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

.seekandgo-itineraries-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.seekandgo-itinerary-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-left: 4px solid #1e4d8b;
}

.seekandgo-itinerary-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.seekandgo-schedule-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #666;
}

.seekandgo-pricing-options {
    margin-bottom: 2rem;
}

.seekandgo-pricing-options h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #333;
    text-align: center;
}

.seekandgo-price-option {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.seekandgo-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.seekandgo-option-header h3 {
    font-size: 1.1rem;
    color: #333;
    flex: 1;
}

.seekandgo-discount-badge {
    background: #ff6b35;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-weight: bold;
    font-size: 14px;
}

.seekandgo-option-details {
    padding: 1.5rem;
}

.seekandgo-option-pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.seekandgo-price-info {
    display: flex;
    flex-direction: column;
}

.seekandgo-price-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 0.25rem;
}

.seekandgo-original-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.seekandgo-current-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.seekandgo-select-btn {
    background: #1e4d8b;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

.seekandgo-select-btn:hover {
    background: #0d2a5c;
}

.seekandgo-right-sidebar {
    position: absolute;
    top: 530px;
    right: calc((100vw - 1200px) / 2 + 70px);
    z-index: 3;
    width: 296px;
}

.seekandgo-pricing-card {
    background: white;
    border-radius: 6px;
    border: 1px solid #DDE1E8;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: left;
}

.seekandgo-pricing-card .seekandgo-discount-badge {
    position: absolute;
    top: 24px;
    right: 5px;
    background: #FF8C00;
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
}

.seekandgo-percentage-badge {
    display: none;
}

.seekandgo-price-label {
    font-size: 14px;
    color: #333;
    margin-bottom: 0.5rem;
    text-align: left;
}

.seekandgo-price-display {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.seekandgo-currency {
    font-size: 14px;
    color: #333;
}

.seekandgo-pricing-card .seekandgo-current-price {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.seekandgo-pricing-card .seekandgo-original-price {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
}

.seekandgo-tax-info {
    font-size: 14px;
    color: #666;
    margin-bottom: 1.5rem;
    text-align: left;
}

.seekandgo-action-buttons {
    display: flex;
    gap: 0.75rem;
}

.seekandgo-wishlist-btn {
  border-radius: 4px;
  border: 1px solid #004C97;
  background: #FFF;
  padding: 0.75rem;
  cursor: pointer;
  color: #007BFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
}

.seekandgo-wishlist-btn:hover {
    background: #f8f9fa;
}

.seekandgo-view-options-btn {
    background: #FF8200;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    flex: 1;
}

.seekandgo-view-options-btn:hover {
    background: #e67e00;
}

/* Responsive Design */
@media (max-width: 768px) {
    .seekandgo-content-wrapper {
        grid-template-columns: 1fr;
    }
    
    .seekandgo-image-gallery {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .seekandgo-main-image {
        height: 250px;
    }
    
    .seekandgo-thumbnail-grid {
        grid-template-columns: repeat(4, 1fr);
        height: 100px;
    }
    
    .seekandgo-services-icons {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .seekandgo-service-item {
        flex: 0 0 calc(50% - 0.5rem);
    }
    
    .seekandgo-option-pricing {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .seekandgo-right-sidebar {
        position: static;
        margin-top: 2rem;
    }
}

/* Tour Review Summary Styles */
.tour-review-summary {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.tour-review-summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(135, 206, 250, 0.1) 10px,
        rgba(135, 206, 250, 0.1) 20px
    );
    pointer-events: none;
    z-index: 0;
}

.tour-review-summary-content {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.tour-review-overall {
    flex: 0 0 auto;
    text-align: left;
    padding-right: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 20px;
}

.tour-review-score {
    width: 60px;
    height: 60px;
    background: #028574;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    flex-shrink: 0;
}

.tour-review-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.tour-review-rating {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.tour-review-count {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
}

.tour-review-link {
    color: #007BFF;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0.25rem;
}

.tour-review-link:hover {
    text-decoration: underline;
}

.tour-review-details {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.tour-review-category {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tour-review-category-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.25rem;
}
.tour-review-category-name {
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
}
.tour-review-category-score {
  color: #028574;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.tour-review-progress {
    width: 100%;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    /* Remove margin-top if present */
    margin-top: 0;
}

.tour-review-progress-bar {
    height: 100%;
    background: #028574;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.tour-review-header {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #007BFF;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.tour-review-decorative {
    position: absolute;
    background: #007BFF;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.tour-review-decorative.top {
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.tour-review-decorative.bottom-left {
    bottom: 1rem;
    left: 1rem;
}

.tour-review-decorative.bottom-right {
    bottom: 1rem;
    right: 1rem;
}

@media (max-width: 768px) {
    .tour-review-summary-content {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .tour-review-overall {
        border-right: none;
        border-bottom: 1px solid #e9ecef;
        padding-right: 0;
        padding-bottom: 1.5rem;
    }
    
    .tour-review-details {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* Tour Description Section Styles */
.tour-description-section {
  margin-top: 50px;
  margin-bottom: 2rem;
}
.tour-description-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #222;
}

.tour-tips-content,
.tour-description-text {
    margin-bottom: 1.5rem;
    color: #565A60;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.tour-description-subtitle {
    margin-bottom: 0.5rem;
    color: #565A60;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.tour-description-list {
    margin-left: 1.2em;
    color: #565A60;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.sng-animate-login {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #fff;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
}
.sng-animate-login__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 8px;
  width: 56px;
  height: 56px;
}
.sng-animate-login__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.sng-animate-login__title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #323439;
  font-family: 'Roboto', sans-serif;
}
.sng-animate-login__desc {
  font-size: 0.95rem;
  color: #565A60;
  font-family: Lato, sans-serif;
}
.sng-animate-login__button {
  background: #fff;
  color: #004C97;
  border: 1.5px solid #004C97;
  border-radius: 24px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  min-width: 120px;
}
.sng-animate-login__button:hover,
.sng-animate-login__button:focus,
.sng-animate-login__button:active {
  background: #004C97;
  color: #fff;
}
@media (max-width: 600px) {
  .sng-animate-login {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    gap: 1rem;
  }
  .sng-animate-login__icon {
    margin-bottom: 0.5rem;
    width: 42px;
    height: 42px;
  }
}

.tour-option-row {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    margin-bottom: 2rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.tour-option-details {
    flex: 2;
    padding: 2rem;
    border-right: 1px solid #e9ecef;
}

.tour-option-pricing {
    flex: 1;
    padding: 2rem 1.5rem;
    min-width: 270px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: #fff;
}

.tour-fields-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.tour-field {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.tour-field label {
    font-size: 13px;
    color: #666;
    margin-bottom: 0.25rem;
    text-align: left;
}

.tour-field input,
.tour-field select {
    width: 100%;
    padding: 0.5rem;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.tour-no-incluye-list {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0 0;
}

.tour-no-incluye-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tour-no-incluye-icon {
    color: #888;
}

.tour-ver-detalle-link {
    color: #007BFF;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.tour-price-label {
    text-align: left;
    margin-bottom: 0.5rem;
}

.tour-price-display {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.tour-currency {
    font-size: 14px;
    color: #333;
}

.tour-current-price {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.tour-original-price {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
}

.tour-select-btn {
    background: #1e4d8b;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    width: 100%;
    margin-bottom: 1.5rem;
}

.tour-booking-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.tour-selected-title {
    background: #71B544;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px 8px 0 0;
}

.tour-booking-row {
    display: flex;
    gap: 2rem;
    align-items: stretch;
    padding: 17px;
}

.tour-booking-details {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tour-booking-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #222;
}

.tour-booking-info-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 1rem;
    color: #444;
    margin-bottom: 1rem;
    border-bottom: 1px solid #F2F4F5;
    padding-bottom: 17px;
}

.tour-booking-info-row .tour-booking-duration {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tour-booking-no-incluye {
    margin-bottom: 0.5rem;
}

.tour-booking-no-incluye-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #222;
}

.tour-booking-no-incluye-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tour-booking-no-incluye-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    font-size: 1rem;
}

.tour-booking-ver-detalle-link {
    color: #0074d9;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.tour-booking-fields-row {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.tour-booking-field {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.tour-booking-field label,
.tour-booking-field p {
    font-size: 12px;
    color: #222;
    font-weight: 600;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.tour-booking-field input,
.tour-booking-field select {
    height: 40px;
    padding: 9.5px 41px 9.5px 17px;
    border-radius: 6px;
    border: 1px solid #72777F;
    background: #FFF;
    font-size: 1rem;
    box-sizing: border-box;
}

.tour-booking-field select {    
    /* Hide default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* Add custom chevron */
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.69634 5.7595C1.54634 5.9195 1.47634 6.1095 1.48634 6.3295C1.49634 6.5495 1.58634 6.7345 1.75634 6.8845L7.32134 11.7895C7.48134 11.9195 7.66134 11.9845 7.86134 11.9845C8.06134 11.9845 8.24134 11.9195 8.40134 11.7895L13.9663 6.8845C14.1363 6.7345 14.2263 6.5495 14.2363 6.3295C14.2463 6.1095 14.1788 5.917 14.0338 5.752C13.8888 5.587 13.7038 5.4995 13.4788 5.4895C13.2538 5.4795 13.0613 5.5445 12.9013 5.6845L7.86134 10.1245L2.82134 5.6845C2.66134 5.5445 2.46884 5.4795 2.24384 5.4895C2.01884 5.4995 1.83634 5.5895 1.69634 5.7595Z' fill='%23444444'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
}

.tour-booking-field p {
    margin: 0 0 0.25rem 0;
    line-height: 1;
    display: block;
}

.tour-booking-price-col {
    flex: 1;
    min-width: 220px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 2rem;
    border-left: 1px solid #F2F4F5;
}

.tour-booking-price-label {
    font-size: 14px;
    color: #444;
    margin-bottom: 0.25rem;
    text-align: center;
}

.tour-booking-price-currency {
    font-size: 16px;
    color: #222;
    margin-right: 2px;
}

.tour-booking-price-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
    text-align: center;
}
.tour-booking-cart-btn,
.tour-booking-cart-btn:hover,
.tour-booking-cart-btn:active,
.tour-booking-cart-btn:focus,
.tour-booking-select-btn:hover,
.tour-booking-select-btn:active,
.tour-booking-select-btn:focus,
.tour-booking-select-btn {
    background: #7ac142;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.75rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
    margin-top: 0.5rem;
    cursor: pointer;
    transition: background 0.2s;
}

.tour-booking-select-btn:hover {
    background: #5ea32d;
}

.tour-booking-cart-btn {
    margin-top: 0.5rem !important;
    order: 2;
}

.tour-booking-select-btn {
    order: 1;
}

.tour-booking-buy-btn {
    background: #1e4d8b;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

.tour-booking-add-btn {
    background: #FF8200;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

/* Add this to your <style> tag: */
.tour-booking-action-buttons {
    display: none;
    gap: 0.5rem;
    flex-direction: column;
    width: 100%;
}

.tour-booking-action-buttons .tour-booking-buy-btn,
.tour-booking-action-buttons .tour-booking-add-btn {
    background: #1e4d8b;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    transition: background 0.2s;
}
.tour-booking-action-buttons .tour-booking-buy-btn {
    background: #1e4d8b;
}
.tour-booking-action-buttons .tour-booking-buy-btn:hover {
    background: #0d2a5c;
}
.tour-booking-action-buttons .tour-booking-add-btn {
    background: #FF8200;
}
.tour-booking-action-buttons .tour-booking-add-btn:hover {
    background: #e67e00;
}

/* Optionally, remove margin-bottom from the last button */
.tour-booking-action-buttons button:last-child {
    margin-bottom: 0;
}

/* Remove the old cart-count-badge class since we're using cart-count */
.cart-count-badge {
    /* Remove this class entirely */
}

/* Modern Cart Button */
.cart-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #004C97;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.cart-btn:hover {
  transform: none; /* No transform for cleaner look */
  box-shadow: none;
}

.cart-btn:active {
  transform: none;
}

.cart-icon {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.cart-count {
    background: #6E2119 !important;
    color: #ffffff !important;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    top: -8px;
    right: -8px;
    border: 2px solid #6E2119;
    box-shadow: none;
    animation: none;
    z-index: 10;
}

@media (max-width: 768px) {
    .tour-booking-row {
        flex-direction: column;
    }

    .seekandgo-title-section {
        width: 100%;
    }

    .seekandgo-right-sidebar {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .tour-booking-fields-row {
        flex-direction: column;
    }
}

/* Desktop */
.tour-booking-field .select2-container {
        width: 333px !important;
}
/* Mobile ocupa todo*/
@media (max-width: 768px) {
    .tour-booking-field .select2-container {
        width: 100% !important;
    }
}