/*
 Theme Name:   Trevana Child
 Theme URI:    https://themeforest.net/item/trevana-travel-tour-booking-wordpress-theme/59093292
 Description:  Trevana Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     trevana
 Version:      1.0.0
 Text Domain:  trevana-child
*/








/* =========================
   BADGE (RIBBON)
========================= */

.tour-image .action_ex {
    position: absolute;
    top: 12px;
    left: -38px;
    background: #e50914;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 40px;
    transform: rotate(-45deg);
    text-transform: uppercase;
    z-index: 5;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
}

/* Badge variants */
.badge-promotion {
    background: #e50914;
}

.badge-new-product {
    background: #ff7a00;
}

/* =========================
   CENTER CARD (OWL)
========================= */

.owl-item.active.center .tour-item-style {
    background: #2b2e4a;
    color: #ffffff;
    transform: scale(1.05);
    z-index: 3;
    transition: all .3s ease;
}

/* Text & links */
.owl-item.active.center h3,
.owl-item.active.center h3 a,
.owl-item.active.center .info,
.owl-item.active.center span,
.owl-item.active.center .eg-location {
    color: #ffffff;
}

/* Icons */
.tour-item-style i {
    font-size: 14px;
    margin-right: 6px;
}

.owl-item.active.center i {
    color: #ff7a00;
}

/* Borders */
.owl-item.active.center .border-top,
.owl-item.active.center .border-bottom {
    border-color: rgba(255,255,255,.2) !important;
}

/* =========================
   PRICE
========================= */

.owl-item.active.center .price,
.owl-item.active.center .new_price {
    color: #ff7a00;
    font-weight: 700;
}

.owl-item.active.center .old_price {
    color: #bbbbbb;
    text-decoration: line-through;
}

/* =========================
   BUTTON
========================= */

.owl-item.active.center .eg-btn {
    background: #ff7a00;
    border-color: #ff7a00;
    color: #ffffff;
}

.owl-item.active.center .eg-btn:hover {
    background: #e96d00;
}

/* =========================
   SMOOTH LOOK
========================= */

.owl-item {
    transition: transform .3s ease;
}







.item_info_price {
    display: flex;
    align-items: center;
    gap: 6px;
}

.item_info_price::before {
    content: "\f555"; /* fa-wallet */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff7a00;
    font-size: 14px;
}





.item-detail-room.tour-code {
    display: flex;
    align-items: center;
    gap: 6px;
}

.item-detail-room.tour-code i {
    display: none; /* hide flaticon-smartphone */
}

.item-detail-room.tour-code::before {
    content: "\f073"; /* fa-calendar */
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #ff7a00;
    font-size: 14px;
}





.eg-time {
    display: flex;
    align-items: center;
    gap: 6px;
}

.eg-time i {
    color: #ff7a00;
}




.owl-item.active.center .tour-item-style .inner {
    background: #2b2e4a;
    color: #fff;
}


/* =========================
   Fluent Form Popup CTA Section
========================= */


.eg-cta-card {
    max-width: 720px;
    margin: 60px auto;
    padding: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.eg-cta-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.eg-cta-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}

.eg-cta-btn {
    background: #e86c00;
    color: #fff;
    border: none;
    padding: 7px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s ease;
}

.eg-cta-btn:hover {
    background: #e86c00;
}



/* =========================
  popup CSS
========================= */

/* ===== Fluent Form Modal Fix ===== */

.fluent-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: none; /* shown by JS */
}

/* Modal box */
.fluent-modal {
    background: #fff;
    max-width: 100%;
    width: 100%;
    max-height: 90vh;
    margin: 5vh auto;
    padding: 20px 20px 30px;
    border-radius: 8px;
    overflow-y: auto;
    position: relative;
}

/* Close button */
.fluent-close {
    position: sticky;
    top: 0;
    right: 0;
    float: right;
    font-size: 26px;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
}

/* Make Fluent Form fit modal */
.fluent-modal .fluentform {
    max-width: 100% !important;
}

.fluent-modal .ff-el-form-control {
    width: 100%;
}

/* Mobile fix */
@media (max-width: 768px) {
    .fluent-modal {
        max-height: 95vh;
        margin: 2vh auto;
        padding: 15px;
    }
}





/* =========================
  single-tour sidebar
========================= */

.eg-single-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.eg-info-row.eg-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 0px;
    background: #fff;
    font-size: 15px;
}

.eg-info-row i {
    color: #eb6500;
    font-size: 16px;
    min-width: 18px;
}

.eg-info-row strong {
    font-weight: 600;
    margin-right: 4px;
}

.eg-info-content {
    font-weight: 500;
}





/* ======================================
   BABE PRICE – HARD RESET (EG ONLY)
====================================== */


/* Remove OUR icon (wallet) only */
.eg-info-row.eg-price > i {
    display: none !important;
}

/* Box styling (as requested) */
.eg-info-row.eg-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 0px;
    background: #fff;
    font-size: 15px;
}

/* Kill ALL BABE visuals */
.eg-info-row.eg-price .item_info_price,
.eg-info-row.eg-price .item_info_price * {
    background: none !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Remove BABE underline + pseudo icons */
.eg-info-row.eg-price .item_info_price_from::before,
.eg-info-row.eg-price .item_info_price_from::after {
    display: none !important;
    content: none !important;
}

/* Remove BABE label */
.eg-info-row.eg-price .item_info_price label {
    display: none !important;
}

/* Inline clean price */
.eg-info-row.eg-price .item_info_price,
.eg-info-row.eg-price .item_info_price_from {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Price typography */
.eg-info-row.eg-price .currency_amount,
.eg-info-row.eg-price .currency_symbol {
    font-weight: 600;
    font-size: 15px;
    color: #eb6500 !important;
}




/* ===============================
       CUSTOM PRICE META BOX – STYLE
    =============================== */

    #custom_price_text .postbox-header h2 {
        display: flex;
        align-items: center;
        gap: 10px;

        /* STYLE */
        color: #eb6500;
        font-size: 18px;
        letter-spacing: 2.5px;
        font-weight: 700;
    }

    /* Add icon before title */
    #custom_price_text .postbox-header h2::before {
        content: "\f155"; /* dollar icon */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #eb6500;
        font-size: 18px;
    }

    /* Input styling (optional but recommended) */
    #custom_price_text input[type="text"] {
        font-size: 16px;
        padding: 8px 10px;
        border: 2px dashed #eb6500;
        border-radius: 6px;
    }