/* Modal customization */
.modal-content {
    border-radius: 15px;
    border: none;
}

.modal-header {
    background-color: #f8f9fa;
    border-radius: 15px 15px 0 0;
}

/* Coupon container */
.coupon-container {
    max-height: 70vh;
    overflow-y: auto;
    padding: 10px;
}

/* Coupon card styling */
.coupon-card {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

.coupon-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.coupon-left {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 20px;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.coupon-left h3 {
    font-size: 1.2rem;
    margin: 0;
    font-weight: bold;
}

.coupon-left p {
    font-size: 1.1rem;
    margin: 5px 0 0;
}

.coupon-right {
    padding: 15px;
    flex-grow: 1;
    background-color: white;
}

.coupon-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 5px;
    color: #333;
}

.coupon-desc {
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 5px;
}

.coupon-expiry {
    font-size: 0.8rem;
    color: #888;
    margin: 0 0 10px;
}

.copy-btn {
    width: 100%;
    margin-top: 5px;
}

/* Responsive design */
@media (max-width: 576px) {
    .coupon-card {
        flex-direction: column;
    }
    
    .header-sticky .logo-2 img, .logo-1 img {
    height: 39px;
}

.stars i {
    
    font-size: 12px
}


.tg-btn {
    
    font-size: 12px
    
}

.btn-icon {
    
    right: -3px;
    top: 0px;
}

.btn-icon svg {
    
    width : 16x
}


span.tg-listing-card-duration-time
 {
    width: 25% !important;
    justify-content: end;
}
.stars {
    
    white-space: nowrap; 
   
}

.tg-listing-card-content {
    padding: 0px 15px 8px 12px;
}


.tg-listing-card-duration-tour span {
    
    font-size: 12px !important;
    
}

span.tg-listing-card-duration-map {
    
     width: 75%;
     line-height: 1.5;
}
.rating {
    
    margin-right: 0px;
    margin-bottom: 0px;
}

.ribbon {
    
    font-size: 11px
}
    .coupon-left {
        min-width: 100%;
        padding: 15px;
    }

    .coupon-left h3 {
        font-size: 1.1rem;
    }

    .coupon-left p {
        font-size: 1rem;
    }

    .coupon-right {
        padding: 12px;
    }

    .coupon-title {
        font-size: 1rem;
    }

    .coupon-desc {
        font-size: 0.85rem;
    }

    .coupon-expiry {
        font-size: 0.75rem;
    }
}

/* Custom scrollbar for coupon container */
.coupon-container::-webkit-scrollbar {
    width: 6px;
}

.coupon-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.coupon-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.coupon-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Coupon Input Group Styling */
.coupon-input-group {
/*    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.coupon-input-group .input-group {
/*    box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}

.coupon-input-group .form-control {
    border: 1px solid #ced4da;
    padding: 10px 15px;
    font-size: 1rem;
}

.coupon-input-group .form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.coupon-message {
    margin-top: 10px;
    font-size: 0.9rem;
    min-height: 20px;
}

.coupon-message.success {
    color: #28a745;
}

.coupon-message.error {
    color: #dc3545;
} 

@media only screen and (max-width: 768px) {
    .booking-details-view a{
        width: 100%;
        margin-top: 20px;
    }
}