@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

.tmp-single-tour-wrapper {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
    padding: 60px 0;
    color: #334155;
}

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

.tmp-grid-2 {
    display: grid;
    grid-template-columns: 65% 35%;
    gap: 30px;
    align-items: start;
    min-width: 0;
}

/* Left Column */
.tmp-tour-main {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.tmp-tour-header {
    margin-bottom: 30px;
}

.tmp-tour-badge {
    display: inline-block;
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tmp-tour-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.tmp-tour-price-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tmp-old-price {
    font-size: 18px;
    color: #94a3b8;
    text-decoration: line-through;
}

.tmp-new-price {
    font-size: 28px;
    font-weight: 700;
    color: #10b981;
}

.tmp-price-label {
    font-size: 14px;
    color: #64748b;
}

/* Gallery Slider */
.tmp-gallery-slider {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.tmp-gallery-slider img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.tmp-featured-image {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
}
.tmp-featured-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.tmp-gallery-slider .swiper-button-next,
.tmp-gallery-slider .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tmp-gallery-slider .swiper-button-next:after,
.tmp-gallery-slider .swiper-button-prev:after {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 900;
}
.tmp-gallery-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}
.tmp-gallery-slider .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 25px !important;
    border-radius: 10px !important;
    background: #fff !important;
    transition: all 0.3s ease;
}

/* Overview Section */
.tmp-tour-overview-section {
    margin-bottom: 40px;
}
.tmp-tour-overview-section h3, .tmp-tour-description h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}
.tmp-short-desc {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.tmp-tour-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.tmp-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tmp-info-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    color: #475569;
}
.tmp-info-text span {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 4px;
}
.tmp-info-text strong {
    display: block;
    font-size: 14px;
    color: #0f172a;
    font-weight: 600;
}

/* Description */
.tmp-tour-description {
    margin-top: 40px;
}

.tmp-content {
    line-height: 1.7;
    color: #475569;
}
.tmp-content p {
    margin-bottom: 15px;
}

/* Sticky Sidebar */
.tmp-tour-sidebar {
    position: sticky;
    top: 40px;
    min-width: 0;
}

/* Icon Font Overrides */
.tmp-single-tour-wrapper i.fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}
.tmp-single-tour-wrapper i.fa-regular {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}
.tmp-single-tour-wrapper i.fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.tmp-booking-card {
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #f1f5f9 !important;
    overflow: hidden;
    margin-bottom: 20px;
}

.tmp-booking-header {
    padding: 30px 30px 0 30px !important;
    background: transparent !important;
}

.tmp-booking-header h3 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

.tmp-booking-body {
    padding: 30px !important;
}

/* Form Styles */
.tmp-form-group, .tmp-qty-row {
    margin-bottom: 20px;
}

.tmp-form-group label, .tmp-qty-row label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.tmp-form-group input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    color: #1e293b;
    background: #f8fafc;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.tmp-form-group input:focus, .tmp-wa-input-wrap:focus-within, .tmp-qty-input:focus-within {
    outline: none;
    border-color: #10b981;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

/* Custom Qty Input */
.tmp-qty-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tmp-qty-row label {
    margin-bottom: 0;
}
.tmp-qty-input {
    display: flex;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    width: 130px;
    background: #f8fafc;
    transition: all 0.3s ease;
}
.tmp-qty-btn {
    background: transparent;
    border: none;
    width: 40px;
    height: 42px;
    color: #475569;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.tmp-qty-btn:hover {
    background: #e2e8f0;
}
.tmp-qty-input input {
    width: 50px;
    border: none;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    text-align: center;
    height: 42px;
    font-weight: 600;
    font-size: 15px;
}
.tmp-qty-input input:focus {
    outline: none;
    border-color: #e2e8f0;
    box-shadow: none;
    background: transparent;
}

/* Input with icon */
.tmp-input-with-icon {
    position: relative;
}
.tmp-input-with-icon i,
.tmp-input-with-icon svg {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

/* Country Code Input */
.tmp-wa-input-wrap {
    display: flex;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background: #f8fafc;
    transition: all 0.3s ease;
}
.tmp-country-code {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    background: transparent;
    border-right: 1px solid #e2e8f0;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
}
.tmp-country-code i {
    font-size: 10px;
    color: #94a3b8;
}
.tmp-wa-input-wrap input {
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 14px 16px;
    flex: 1;
}
.tmp-wa-input-wrap input:focus {
    background: transparent;
    box-shadow: none;
}

/* Buttons */
.tmp-form-action {
    margin-top: 25px;
}

.tmp-btn-book.tmp-btn-dark-green {
    width: 100%;
    background: #14532d;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.tmp-btn-book.tmp-btn-dark-green:hover {
    background: #0f3f22;
}

.tmp-btn-whatsapp-outline {
    width: 100%;
    background: #fff;
    color: #16a34a;
    border: 1px solid #16a34a;
    padding: 14px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.tmp-btn-whatsapp-outline:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #cbd5e1;
    color: #94a3b8;
}

.tmp-btn-whatsapp-outline:not(:disabled):hover {
    background: #f0fdf4;
}

/* Features Card */
.tmp-features-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    padding: 25px;
}
.tmp-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.tmp-feature-item:last-child {
    margin-bottom: 0;
}
.tmp-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.tmp-icon-green { background: #dcfce7; color: #16a34a; }
.tmp-icon-blue { background: #dbeafe; color: #3b82f6; }
.tmp-icon-gray { background: #f1f5f9; color: #64748b; }

.tmp-feature-text strong {
    display: block;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 4px;
}
.tmp-feature-text span {
    display: block;
    font-size: 12px;
    color: #64748b;
}

.tmp-form-message {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}
.tmp-form-message.success {
    color: #10b981;
}
.tmp-form-message.error {
    color: #ef4444;
}

/* Responsive */
@media (max-width: 991px) {
    .tmp-grid-2 {
        grid-template-columns: 1fr;
    }
    .tmp-tour-sidebar {
        position: static;
    }
    .tmp-gallery-slider img, .tmp-featured-image img {
        height: 380px;
    }
}
@media (max-width: 767px) {
    .tmp-tour-title {
        font-size: 28px;
    }
    .tmp-gallery-slider img, .tmp-featured-image img {
        height: 240px;
    }
    .tmp-tour-info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
