* {
    box-sizing: border-box;
}

.agent-content {
    max-width: 1200px;
    margin: 0 auto;
}

.hotel-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
    text-align: center;
    margin: 0 0 2em;
}
.setting-group input[type="email"], .setting-group input[type="number"], .setting-group textarea,
.form-control {
    font-family: unset;
}
.hotel-gallery-slider {
    position: relative;
}
.custom-link-section {
    position: absolute;
    top: 55px;
    right: 10px;
    z-index: 100;
}

.short-description {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.hotel-header .container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row-reverse;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2em;
}
.hotel-header img {
    height: 80px;
}
.contact-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
}
.hotel-header .material-icons {
    border: 2px solid #222;
    border-radius: 50%;
    padding: 5px;
    margin: 0 0 0 12px;
    font-size: 15px;
}

.footer {
    width: 100vw;
    float: left;
    box-sizing: border-box;
    background: #fff;
    min-height: 70px;
    padding: 20px;
}
.footer_icons {
    float: right;
    width: 100%;
    text-align: center;
    background: #fff;
    margin: 0;
}
.footer_links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #ffffff;
    border-top: 1px solid #f5f5f5;
    padding: 0 0 60px;
    font-size: 1rem;
}
.footer_links a {
    color: #222;
    text-decoration: none;
    font-size: 0.8em;
    padding: 1em;
}
.footer_links a:hover {
    text-decoration: underline;
}
.footer .width {
    margin: auto;
    width: 100%;
    max-width: 1320px;
    padding: 0 2%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.footer_icon {
    padding: 20px;
    display: flex;
    font-weight: 500;
    line-height: 1;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    font-size: 0.6em;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    align-items: center;
}
.footer_icons .material-symbols-outlined {
    font-size: 40px;
    margin: 0 0 10px;
}
.footer_icon span {
    text-align: center;
    width: 100%;
}

/* עיצוב טיסות בעמוד המבצע */
/* .flights-info {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
    border-right: 4px solid #007bff;
}

.flights-info h3 {
    margin: 0 0 20px 0;
    color: #007bff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.flights-container {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

.flight-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-right: 4px solid #007bff;
}

.flight-card.return-flight {
    border-right-color: #28a745;
}

.flight-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.flight-header h4 {
    margin: 0 0 5px 0;
    color: #007bff;
    font-size: 18px;
}

.return-flight .flight-header h4 {
    color: #28a745;
}

.flight-route {
    font-size: 16px;
    font-weight: bold;
    color: #495057;
}

.flight-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.flight-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.detail-label {
    font-weight: 600;
    color: #6c757d;
    font-size: 14px;
}

.detail-value {
    font-weight: bold;
    color: #212529;
    font-size: 14px;
}

.baggage-info {
    background: #fff3cd;
    border-radius: 10px;
    padding: 20px;
    border-right: 4px solid #ffc107;
}

.baggage-info h4 {
    margin: 0 0 15px 0;
    color: #856404;
    font-size: 18px;
}

.baggage-details {
    display: grid;
    gap: 8px;
}

.baggage-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
} */

.flight-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    justify-content: center;
}
.flight-section {
    flex: 1;
    width: 100%;
}
.flights-column{
    width: 100%;
}
.section-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.flight-card {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: 3px solid transparent;
    position: relative;
}
.selection-indicator {
    position: absolute;
    top: 10px;
    left: 15px;
    background: linear-gradient(135deg, #4FC3F7, #1DE9B6);
    color: white;
    padding: 2px 25px;
    border-radius: 31px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 2px 8px rgba(79, 195, 247, 0.3);
}
.flight-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.flight-times {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.time-large {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.airline-code {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    text-align: center;
    line-height: 1.2;
}
.time-large {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.flight-path {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.aircraft-icon {
    width: 24px;
    height: 24px;
    background: linear-gradient(45deg, #FF9800, #FF5722);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin: 0 10px;
}
.flight-path::after {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
}
.flight-path::before {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
}
.flight-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.6em;
    color: #888;
    line-height: 1;
}



/* עיצוב טיסות בסיכום הזמנה */
.flight-subsection {
    margin: 15px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-right: 3px solid #007bff;
}

.flight-subsection h5 {
    margin: 0 0 10px 0;
    color: #007bff;
    font-size: 16px;
    font-weight: bold;
}

.flight-subsection:nth-child(3) {
    border-right-color: #28a745;
}

.flight-subsection:nth-child(3) h5 {
    color: #28a745;
}

.flight-subsection:last-child {
    border-right-color: #ffc107;
    background: #fff3cd;
}

.flight-subsection:last-child h5 {
    color: #856404;
}

/* אייקונים ברשימת מבצעים */
.flight-icon, .manual-payment-icon {
    font-size: 14px;
    margin-right: 5px;
    opacity: 0.8;
}

.flight-icon {
    color: #007bff;
}

.manual-payment-icon {
    color: #ffc107;
}

.center {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
}
.airline-code {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.airline-code strong{
    padding: 0 5px;
}

.deal_messages {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.marketing-overlay {
    color: white;
    padding: 25px 20px;
    text-align: center;
}
.hotel-image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 60%;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--color-wheat);
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: center;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-left: 0;
    padding: 0.5rem;
    padding-left: 2rem;
    width: 100%;
    margin: 5px 0;
}
.hotel-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.free_messages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.free_messages span {
    background: #e74c3c;
    color: #fff;
    font-size: 20px;
    padding: 8px 15px;
    border-radius: 50px;
    line-height: 1;
    margin: 5px;
}
/* Responsive */
@media (max-width: 768px) {
    .airline-code {
        display: flex;
        flex-direction: row;
    }
    .tptooltip-container {
        position: absolute !important;
        right: 10px;
        top: 10px;
        z-index: 100;
    }
    .center {
        flex-direction: column;
    }
    .flights-container {
        gap: 15px;
    }

    .flight-card {
        padding: 30px 10px 10px;
    }

    .flight-details {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .flights-info {
        /* padding: 20px 15px;
        margin: 20px 0; */
    }

    .flight-subsection {
        padding: 12px;
        margin: 12px 0;
    }
}

/* עיצוב בחירת טיסות מינימליסטי - עמודות */
.flights-subtitle {
    font-size: 14px;
    color: #666;
    margin: 5px 0 15px 0;
}

.flights-selection-grid {
    margin-bottom: 15px;
}

/* .flights-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.flights-column {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #e9ecef;
} */

/* .outbound-column {
    border-top: 3px solid #007bff;
}

.return-column {
    border-top: 3px solid #28a745;
} */

.column-title {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}

.outbound-column .column-title {
    color: #007bff;
}

.return-column .column-title {
    color: #28a745;
}

.flights-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flight-option {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    transition: all 0.2s ease;
}

/* .flight-option:hover {
    border-color: #007bff;
    box-shadow: 0 2px 4px rgba(0,123,255,0.1);
}

.return-option:hover {
    border-color: #28a745;
    box-shadow: 0 2px 4px rgba(40,167,69,0.1);
} */

.flight-radio {
    /* position: relative; */
}

.flight-select-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.flight-select-label {
    box-sizing: border-box;
    cursor: pointer;
    padding: 40px 20px 20px;
    width: 100%;
    float: right;
}

.flight-select-radio:checked + .flight-select-label {

}

.return-radio:checked + .flight-select-label {

}

.flight-card.flight-section.flight-option.return-option.selected .selection-indicator,
.flight-card.flight-section.flight-option.outbound-option.selected .selection-indicator{
    opacity: 1;

}
.flight-card.flight-section.flight-option.return-option.selected,
.flight-card.flight-section.flight-option.outbound-option.selected {    
    border-color: #4FC3F7;
    background: linear-gradient(135deg, rgba(79, 195, 247, 0.1) 0%, rgba(29, 233, 182, 0.1) 100%);
}
.flight-card.flight-section.flight-option.return-option.selected::before,
.flight-card.flight-section.flight-option.outbound-option.selected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4FC3F7, #1DE9B6);
}

.no-flights {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 20px;
}

.flight-summary {
    flex: 1;
}

.flight-route-mini {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}

.arrow-mini {
    margin: 0 6px;
    color: #666;
}

.flight-details-mini {
    display: flex;
    gap: 8px;
    font-size: 11px;
    color: #666;
    flex-wrap: wrap;
}

.date-mini,
.time-mini,
.airline-mini,
.flight-num-mini {
    background: #e9ecef;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 10px;
}

.baggage-info-mini {
    padding: 10px 0;
}

.baggage-summary {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #856404;
}

.baggage-icon {
    font-size: 16px;
}

.baggage-notes-mini {
    margin-top: 6px;
    font-size: 12px;
    color: #856404;
    font-style: italic;
}

/* רספונסיבי לבחירת טיסות */
@media (max-width: 768px) {
    .booking-form {
        padding: 1em !important;
    }
    .flights-list {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .flight-container {
        width: 100%;
        margin: 0 auto;
        display: flex;
        gap: 40px;
        justify-content: center;
        flex-direction: column;
    }
    .flights-columns {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .flights-column {
        padding: 12px 0;
    }

    .column-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .flight-details-mini {
        gap: 6px;
    }

    .flight-select-label {
        padding: 5px 0 0;
    }

    .flight-route-mini {
        font-size: 12px;
    }

    .date-mini,
    .time-mini,
    .airline-mini,
    .flight-num-mini {
        font-size: 9px;
        padding: 1px 4px;
    }
}

@media screen and (min-width: 710px) {
    .footer_icons .width {
        display: flex;
        padding: 30px;
        text-align: center;
        align-items: flex-start;
        justify-content: space-evenly;
        flex-direction: row;
    }
}
@media (min-width: 1024px) {
    .footer_icon {
        width: 215px;
    }
}
.flight_info{
    font-size: 13px;
    color: #888;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* tooltip */

.tptooltip-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.tptooltip-text {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-align: left;
}

.question-icon {
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.tptooltip-container:hover .question-icon {
    background-color: #000;
    color: white;
    transform: scale(1.1);
}

.tptooltip-container.active .question-icon {
    background-color: #000;
    color: white;
    transform: scale(1.1);
}

.tptooltip {
    visibility: hidden;
    background-color: #fff;
    color: #333;
    text-align: right;
    border-radius: 8px;
    padding: 15px;
    position: absolute;
    z-index: 1000;
    top: 125%;
    right: 0; /* צמוד לצד ימין */
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    width: 200px;
    max-width: 90vw; /* למנוע יציאה מהמסך במובייל */
    white-space: normal;
    line-height: 1.5;
    font-size: 14px;
    border: 1px solid #e0e0e0;
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .tptooltip {
        width: 180px;
        right: 0;
        font-size: 13px;
        padding: 12px;
    }
    .booking-form {
        width: 100% !important;
    }
    .tptooltip::after {
        right: 10px !important;
        left: auto !important;
    }

    .question-icon {
        width: 20px;
        height: 20px;
        font-size: 13px;
    }
}

/* החץ של הtptooltip */
.tptooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 20px; /* מיקום החץ בצד ימין */
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    filter: drop-shadow(0 -2px 3px rgba(0,0,0,0.1));
}

/* הצגת הtptooltip בhover (דסקטופ) */
.tptooltip-container:hover .tptooltip {
    visibility: visible;
    opacity: 1;
}

/* הצגת הtptooltip בלחיצה (מובייל) */
.tptooltip-container.active .tptooltip {
    visibility: visible;
    opacity: 1;
}

