/*Mainfont - Montserrat*/
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-ExtraLight.ttf');
    font-weight:100;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Light.ttf');
    font-weight:200;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Thin.ttf');
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Medium.ttf');
    font-weight:500;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
    font-weight:600;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf');
    font-weight:800;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Black.ttf');
    font-weight:900;
    font-style:normal;
}
body{
    position: relative;
    font-family: 'Montserrat';
}
section#sign-in-content{
    background: linear-gradient(180deg, rgb(41 56 108) 36%, rgb(252 44 44) 100%);
}

div#sign-out-sec {
    margin-top: 2rem;
    display: grid;
    place-items: center;
}

h1.main-title span {font-weight: 800;position: relative;z-index: 2;}

h1.main-title {font-size: 3.5em;font-family: 'Montserrat';font-weight: 400;margin-bottom: 1rem;line-height: 1;}
h1.main-title span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 10px;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(41 56 108) 36%, rgb(252 44 44) 100%);
}
.btn--prime:hover {
    background: linear-gradient(180deg, rgb(41 56 108) 36%, rgb(252 44 44) 100%);
    /* transition: all .6s ease; */
}
.btn {
    display: inline-block;
    position: relative;
    padding: 1rem 3rem;
    font-size: 0.9rem;
    text-align: center;
}
.btn--prime {
    /* width: 100%; */
    /* height: 100%; */
    background: #29386c;
    border: 0px;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.tour-table {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.tour-inner {
    display: flex;
    position: relative;
    align-items: center;
    padding: 1rem;
    border-radius: .5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin: .5rem 0;
}

.tour-inner-img {
    width: 10%;
    height: 80px;
    position: relative;
    background: linear-gradient(260deg, rgba(20,169,227,1) 36%, rgba(243,2,135,1) 100%);
    object-fit: cover;
    border-radius: .5rem;
    overflow: hidden;
}

.tour-inner-title {
    width: 70%;
    position: relative;
    padding: 0 3rem;
    color: #181818;
}

.tour-action-set {
    width: 20%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

h2.details-title {
    margin: 2rem 1rem;
}

div#popup-odin {
    position: fixed;
    display: grid;
    place-items: center;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgb(44 44 44 / 90%);
    visibility: hidden;
    opacity: 0;
}

.ta-input-sec {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.ta-inputsec-title {
    position: relative;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.title-section {
    padding: 2rem 0;
}

.ta-input-window {
    position: relative;
    display: flex;
    width: 100%;
}

.ta-input-left {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    padding-right: 2rem;
    align-items: flex-start;
}

.ta-input-right {
    position: relative;
    width: 50%;
    padding: 1rem;
}

.ta-input-outer {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem;
}

.ta-in-input {
    position: relative;
    padding: 0.5rem 0;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    background-color: transparent;
    font-family: 'Montserrat';
    font-size: 1rem;
    color: #333;
    transition: border-color 0.3s ease;
    outline: none;
}
.ta-in-input:focus {
    border-bottom-color: #29386c;
}

label.ta-in-label {
    color: #777;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: .2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

span.ta-in-message {
    position: absolute;
    font-size: 12px;
    margin: .25rem 0;
    font-weight: 500;
    bottom: -1.5rem;
    display: none;
}

.package-input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.package-item {
    position: relative;
    width: calc(100% / 3);
    padding: 1rem;
}

.package-item-inner {
    position: relative;
    border: 2px solid #181818;
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
}

.tour-inner-img img {
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.package-item-img {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: .5rem;
    margin-top: 1rem;
    object-fit: cover;
}

.package-item-img img {
    position: relative;
    width: 100%;
    object-fit: cover;
    /* margin-top: 1rem; */
    height: 100%;
}

.package-item-desc {
    position: relative;
    color: #181818;
    font-size: 13px;
    text-align: center;
}

.new-item-add {
    position: relative;
    width: 100%;
    border: 2px dashed;
    border-radius: 1rem;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.image-div {
    position: relative;
    padding: 1rem;
    width: 100%;
    border: 2px solid #181818;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.main-img-input-sec {
    position: relative;
    text-align: center;
    cursor: pointer;
    color: rgb(152, 161, 179);
    padding: 35px 50px 50px;
    border-width: 3px;
    border-style: dashed;
    border-color: rgb(152, 161, 179);
    border-image: url(https://resumedone.co/static/img/ui/crop/border-dash-rounded.svg) 3 / 1 / 0 round;
    transition: color 0.1s ease 0s;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: .5rem;
    margin-top: 1rem;
}

.image-upload {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}

.main-img-input-sec span {
    font-size: 11px;
    margin-top: 1rem;
}

.popup-outer {
    height: auto;
    background: #fff;
    width: 60%;
    max-width: 600px;
    position: relative;
    padding: 2rem;
    height: 70vh;
}

span.pop-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}

div#pop-odin-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 1rem;
}

div#popup-odin.active {
    visibility: visible;
    opacity: 1;
}

.do-include-set {
    position: relative;
    width: 50%;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.include-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.left-include:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #ddd;
    right: 0;
    top:0;
}

.do-include-set h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
}

.check-mark-input {
    width: calc(100% / 3);
    position: relative;
    padding: 0 .5rem;
    margin-bottom: 1.5rem;
}

.no-content {
    position: relative;
    width: 5%;
}

.details-inner-title {
    position: relative;
    width: 85%;
}

.details-action-set {
    width: 10%;
    display: flex;
    justify-content: space-evenly;
}

.details-inner-title h3 {
    color: #181818;
    font-weight: 600;
    font-size: 15px;
}

.popup-title {
    position: relative;
    width: 100%;
    padding: 2rem;
    text-align: center;
    font-size: 1.5rem;
    color: #181818;
}

.tour-buttons {
    cursor: pointer;
}

.tour-buttons:hover {
    color: #f62c2d;
}

.main-img-input-sec.filled {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.filled .up-icon {
    opacity: 0;
    transition: all .3s ease;
}

.filled:hover .up-icon {
    opacity: 1;
}

.filled span {
    opacity: 0;
    transition: all .3s ease;
}

.filled:hover span {
    opacity: 1;
}

div#price-include, #price-dont-include {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.popup-btn-area {
    position: relative;
    margin: 2rem 0;
    display: flex;
    justify-content: space-evenly;
}

.hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.6);
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.dtp-buttons {
    position: relative;
    font-size: 1.5rem;
    color: rgb(24 24 24 / 50%);
    margin: 0 2rem;
    width: 50px;
    height: 50px;
    border: 3px solid rgb(24 24 24 / 50%);
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: all .3s ease;
}

.hover-btn-sec {
    display: flex;
}

.dtp-buttons:hover {
    color: #ec088a;
    border-color: #ec088a;
}

.package-item-inner:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

.dest-inner-title {
    width: 80%;
    position: relative;
    padding: 0 3rem;
    color: #181818;
}

.dest-action-set {
    /* width: 10%; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

div#slider-img-sec {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slider-ind {
    position: relative;
    width: calc(100% / 3);
    padding: 1rem;
}

.ta-input-left.flex-stock {
    display: block;
}

div#featured-categories {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.check-cat-input {
    width: 25%;
    position: relative;
    padding: 0 0.5rem;
    margin-bottom: 1.5rem;
}

.tour-package-input {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.gallery-items {
    width: 20%;
    position: relative;
    padding: 1rem;
}

.gallery-thumb {
    position: relative;
    width: 100%;
    height: 150px;
    background-size: cover;
    z-index: 1;
    background-position: center;
}

.thumb-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(246,246,246,.8);
    display: grid;
    place-items: center;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.thumb-hover .dtp-buttons {
    font-size: 1.1rem;
}

.gallery-thumb:hover .thumb-hover {
    opacity: 1;
    visibility: visible;
}

span.pkg-item-header {
    position: absolute;
    background: #14a9e3;
    color: #fff;
    padding: 5px;
    top: -2.3rem;
    left: -.5rem;
}

.package-item-desc.rtp {
    text-align: left;
}

h1.pkh-item-title {
    font-size: 23px;
    font-weight: 800;
    color: #181818;
    margin-bottom: 0.5rem;
}

.cke_chrome {
}

.cke_chrome {
    border: 2px solid #29386c !important;
}

.pkg-item-content p {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 1.5em;
    max-height: 4.5em;
    max-height: 7.5em;
    position: relative;
    color: #181818;
    font-size: .9375em;
    overflow: hidden;
}

.pkg-item-content {}

.table-outer-container h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.table-inner-container {}

section#thor-popups {
    position: fixed;
    z-index: 200;
    background: rgba(52, 60, 73, 0.5);
    width: 100vw;
    height: 100vh;
    display: none;
    place-items: center;
}

section#thor-popups.active {
    display: grid;
}

div#delete-pop {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 460px;
    border-radius: 6px;
    padding: 36px 30px 18px;
}

.popup-header {
    background: #fff;
    color: #444;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}
.comp-scnd-btn {
    margin-right: 12px;
    border-radius: 3px;
    border: 2px solid #e6e6ff;
    background-color: rgb(255, 255, 255);
    color: rgb(113, 113, 166);
    font-size: 16px;
    padding: 0.7em 1.3em;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
}
.popup-action-btn {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
    padding: 10px 0;
}
div#delete-pop .popup-header h3 {
    font-weight: 600;
    font-size: 24px;
    color: rgb(51, 51, 79);
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 1.2;
    text-transform: capitalize;
}

div#delete-pop .popup-header span {
    margin-bottom: 50px;
    line-height: 1.5;
    font-size: 16px;
    color: rgb(113, 113, 166);
}

.comp-btn {
    background: rgb(46 58 91);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(46 58 91);
    width: max-content;
    font-size: 15px;
    font-weight: 500;
    padding: 0.7em 1.7em;
    cursor: pointer;
    will-change: box-shadow;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
}

.package-item-desc p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 1.5em;
    max-height: 4.5em;
    max-height: 7.5em;
    position: relative;
    color: #181818;
    font-size: .9375em;
    overflow: hidden;
}

div#dashboard-logo-area h4 {
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
}

tbody tr {
    border-bottom: 1px solid #efefef;
}

/* --- Modern Tour Form Redesign --- */
.tour-form-wrapper {
    background: #f4f6f9;
    padding: 2rem;
    min-height: 100vh;
}
.tour-form-header h2 {
    font-size: 2.5rem;
    color: #181818;
    margin-bottom: 2rem;
    font-weight: 700;
}
.tour-form-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.form-section-title {
    font-size: 1.5rem;
    color: #29386c;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.5rem;
}
.sub-section-title {
    font-size: 1.2rem;
    color: #181818;
    margin-bottom: 1rem;
}
.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.span-2 {
    grid-column: span 2;
}
.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}
.grid-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.grid-split .left-include:before {
    display: none;
}
.action-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

/* --- Tour List Action Dropdown --- */
.action-dropdown-container {
    position: relative;
    display: inline-block;
}
.action-toggle-btn {
    cursor: pointer;
    padding: 10px;
    font-size: 1.2rem;
    color: #666;
    transition: color 0.3s ease;
}
.action-toggle-btn:hover {
    color: #29386c;
}
.action-dropdown-menu {
    position: absolute;
    right: 0;
    top: 35px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
    width: 150px;
    z-index: 10;
    display: none;
    flex-direction: column;
    overflow: hidden;
}
.action-dropdown-menu.active {
    display: flex;
}
.action-dropdown-menu .tour-buttons {
    padding: 10px 15px;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s;
}
.action-dropdown-menu .tour-buttons:hover {
    background: #f4f6f9;
    color: #29386c;
}
.action-dropdown-menu .rt-delete:hover {
    color: #fc2c2c;
}

/* ================================================================
   NEW TOUR FORM STYLES (nt- prefix)
   Premium Add New Tour Package experience
================================================================ */

/* --- Sticky Action Bar --- */
.nt-sticky-bar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 2px solid #f0f2f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    box-shadow: 0 4px 20px rgba(26,107,60,0.08);
    margin: -2rem -2rem 0 -2rem;
}
.nt-sticky-left { display: flex; align-items: center; gap: 1rem; }
.nt-form-title { font-size: 1.1rem; font-weight: 700; color: #1a6b3c; margin: 0; display: flex; align-items: center; gap: .5rem; }
.nt-form-title i { color: #c9960c; }
.nt-sticky-actions { display: flex; align-items: center; gap: .75rem; }

.nt-btn-ghost {
    background: transparent !important;
    border: 2px solid #dde0e8 !important;
    color: #666 !important;
    padding: .55rem 1.25rem !important;
    border-radius: 8px !important;
    font-family: 'Montserrat' !important;
    font-size: .85rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all .25s ease !important;
    display: inline-flex !important; 
    align-items: center !important; 
    justify-content: center !important;
    gap: .4rem !important;
    height: auto !important;
    line-height: normal !important;
    outline: none !important;
    box-shadow: none !important;
    text-transform: none !important;
    vertical-align: middle !important;
}
.nt-btn-ghost:hover { border-color: #1a6b3c !important; color: #1a6b3c !important; background: transparent !important; }

.nt-btn-draft {
    background: #f4f6fb;
    border: 2px solid #1a6b3c;
    color: #1a6b3c;
    padding: .55rem 1.4rem;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-size: .85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
    display: flex; align-items: center; gap: .4rem;
}
.nt-btn-draft:hover { background: #1a6b3c; color: #fff; }

.nt-btn-publish {
    background: linear-gradient(135deg, #1a6b3c 0%, #c9960c 100%);
    border: none;
    color: #fff;
    padding: .6rem 1.6rem;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-size: .85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    display: flex; align-items: center; gap: .4rem;
    box-shadow: 0 4px 15px rgba(26,107,60,0.3);
}
.nt-btn-publish:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(26,107,60,0.4); }

.nt-btn-primary {
    background: #1a6b3c;
    color: #fff;
    border: none;
    padding: .7rem 1.8rem;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
    display: inline-flex; align-items: center; gap: .5rem;
}
.nt-btn-primary:hover { background: #c9960c; }

.nt-btn-danger {
    background: #fff0f0;
    color: #e53e3e;
    border: 1.5px solid #fc2c2c;
    padding: .45rem 1rem;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-size: .8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}
.nt-btn-danger:hover { background: #fc2c2c; color: #fff; }

/* --- Page Title --- */
.nt-page-title { padding: 2rem 0 1rem; }
.nt-page-title h2 { font-size: 2rem; font-weight: 800; color: #181818; margin: 0 0 .35rem; }
.nt-page-title p { color: #888; font-size: .92rem; margin: 0; }

/* --- Section Card --- */
.nt-section-card {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 16px rgba(26,107,60,0.06);
    border: 1.5px solid #f0f2f8;
    overflow: hidden;
    transition: box-shadow .3s ease;
}
.nt-section-card:hover { box-shadow: 0 4px 24px rgba(26,107,60,0.10); }

.nt-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.75rem;
    cursor: pointer;
    user-select: none;
    transition: background .2s ease;
    margin-bottom: 1rem;
}
.nt-section-header:hover { background: #f9fafd; }
.nt-sec-left {display: flex;align-items: center;gap: 1rem;justify-content: center;}

.nt-sec-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1a6b3c 0%, #c9960c 100%);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.nt-sec-title {font-size: 1.05rem;font-weight: 700;color: #181818;margin: 0 0 .15rem;}
.nt-sec-sub { font-size: .8rem; color: #999; margin: 0; }
.nt-chevron { color: #aaa; font-size: 1rem; transition: transform .3s ease; }
.nt-section-card.collapsed .nt-chevron { transform: rotate(-180deg); }

.nt-section-body {
    padding: 0 1.75rem 1.75rem;
    transition: all .3s ease;
}
.nt-section-body.nt-collapsed { display: none; }

/* --- Form Grid & Fields --- */
.nt-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
}
.nt-field { position: relative; display: flex; flex-direction: column; gap: .4rem; }
.nt-span-2 { grid-column: span 2; }
.nt-span-3 { grid-column: span 3; }

.nt-label {
    font-size: .75rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.nt-req { color: #fc2c2c; }
.nt-hint { font-size: .75rem; color: #aaa; margin-top: .2rem; }

.nt-input {
    width: 100%;
    padding: .7rem .9rem;
    border: 1.5px solid #e2e6f0;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-size: .9rem;
    color: #333;
    background: #fafbfd;
    transition: border-color .25s ease, box-shadow .25s ease;
    outline: none;
}
.nt-input:focus {
    border-color: #1a6b3c;
    box-shadow: 0 0 0 3px rgba(26,107,60,0.1);
    background: #fff;
}
.nt-textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.nt-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; cursor: pointer; }

/* Price with prefix - FIXED overlap and centered */
.nt-input-with-prefix { position: relative; display: flex; align-items: center; width: 100%; }
.nt-prefix { position: absolute; left: 1rem; font-size: 1rem; font-weight: 700; color: #1a6b3c; z-index: 2; pointer-events: none; }
.nt-has-prefix { padding-left: 2.2rem !important; }

/* Accommodation radio cards - visual luxury green/gold theme selection */
.nt-radio-group { display: flex; gap: .75rem; flex-wrap: wrap; width: 100%; }
.nt-radio-card {
    display: flex;
    align-items: center;
    gap: .5rem;
    border: 2px solid #e2e6f0;
    border-radius: 12px;
    padding: .75rem 1.25rem;
    cursor: pointer;
    transition: all .25s ease;
    font-size: .9rem;
    font-weight: 600;
    color: #555;
    background: #fafbfd;
    flex: 1;
    min-width: 100px;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}
.nt-radio-card input[type="radio"] { display: none; }
.nt-radio-card:hover { border-color: #1a6b3c; color: #1a6b3c; background: #f4fbf7; }
.nt-radio-card.selected {
    color: #1a6b3c !important;
    border-color: #1a6b3c !important;
    background: #eef7f2 !important;
    box-shadow: 0 4px 12px rgba(26,107,60,0.15);
    font-weight: 700;
}
.nt-radio-card i { color: #c9960c; }

/* --- Showcase Images Crop Zone Styling --- */
.nt-img-crop-zone {
    border: 2.5px dashed #c0d4c8;
    border-radius: 14px;
    background: #f4fbf7;
    min-height: 220px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.nt-img-crop-zone:hover {
    border-color: #1a6b3c;
    background: #eef7f2;
}
.nt-crop-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2.5rem;
    text-align: center;
    color: #888;
    min-height: 220px;
    width: 100%;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
.nt-crop-empty i {
    font-size: 2.5rem;
    color: #1a6b3c;
    transition: transform 0.3s ease;
}
.nt-crop-empty:hover i {
    transform: translateY(-5px);
}
.nt-crop-empty h4 {
    margin: 0;
    color: #1a6b3c;
    font-size: 1.05rem;
    font-weight: 700;
}
.nt-crop-empty p {
    margin: 0;
    font-size: 0.82rem;
    color: #666;
}
.nt-crop-preview {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef1ef;
}
.nt-crop-preview img {
    max-width: 100%;
    max-height: 260px;
    object-fit: contain;
    display: block;
    border-radius: 12px;
}
.nt-crop-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26,107,60,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
    border-radius: 12px;
}
.nt-crop-preview:hover .nt-crop-overlay {
    opacity: 1;
}

/* --- Destinations Section --- */
.nt-dest-search-bar {
    display: flex;
    align-items: center;
    gap: .75rem;
    background: #f4f6fb;
    border: 1.5px solid #e2e6f0;
    border-radius: 10px;
    padding: .6rem 1rem;
    margin-bottom: 1rem;
}
.nt-dest-search-bar i { color: #aaa; }
.nt-search-input {
    border: none;
    background: transparent;
    outline: none;
    font-family: 'Montserrat';
    font-size: .9rem;
    color: #333;
    width: 100%;
}

.nt-chips-container {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1rem;
    min-height: 10px;
}
.nt-chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: linear-gradient(135deg, #1a6b3c, #c9960c);
    color: #fff;
    border-radius: 20px;
    padding: .3rem .85rem;
    font-size: .8rem;
    font-weight: 600;
    animation: chipIn .2s ease;
}
.nt-chip-remove {
    cursor: pointer;
    font-size: .7rem;
    opacity: .8;
    transition: opacity .2s;
    background: rgba(255,255,255,.25);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
}
.nt-chip-remove:hover { opacity: 1; }
@keyframes chipIn { from { opacity:0; transform:scale(.85); } to { opacity:1; transform:scale(1); } }

.nt-dest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
    max-height: 380px;
    overflow-y: auto;
    padding-right: .5rem;
}
.nt-dest-item {
    border: 2px solid #e2e6f0;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all .25s ease;
    position: relative;
}
.nt-dest-item:hover { border-color: #c9960c; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(201,150,12,.15); }
.nt-dest-item.selected { border-color: #1a6b3c; box-shadow: 0 0 0 3px rgba(26,107,60,.12); }
.nt-dest-img { width: 100%; height: 90px; object-fit: cover; background: #e2e6f0; display: block; }
.nt-dest-img-placeholder { width: 100%; height: 90px; background: linear-gradient(135deg, #1a6b3c, #c9960c); display: grid; place-items: center; color: #fff; font-size: 1.5rem; }
.nt-dest-label {
    padding: .6rem .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .82rem;
    font-weight: 600;
    color: #333;
}
.nt-dest-check {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 2px solid #ccc;
    display: grid;
    place-items: center;
    font-size: .7rem;
    color: #fff;
    transition: all .2s ease;
    flex-shrink: 0;
}
.nt-dest-item.selected .nt-dest-check { background: #1a6b3c; border-color: #1a6b3c; }

/* --- Map Upload --- */
.nt-map-upload-zone {
    border: 2.5px dashed #c0d4c8;
    border-radius: 14px;
    background: #f4fbf7;
    min-height: 220px;
    position: relative;
    overflow: hidden;
    transition: border-color .2s ease;
}
.nt-map-upload-zone:hover { border-color: #1a6b3c; }
.nt-map-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: 3rem;
    text-align: center;
    color: #aaa;
    min-height: 220px;
    position: relative;
    cursor: pointer;
}
.nt-map-empty i { font-size: 2.5rem; color: #c0d4c8; }
.nt-map-empty h4 { margin: 0; color: #1a6b3c; font-size: 1rem; }
.nt-map-empty p { margin: 0; font-size: .83rem; }
.nt-file-hidden {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.nt-map-preview { position: relative; width: 100%; }
.nt-map-preview img { width: 100%; height: 260px; object-fit: cover; display: block; border-radius: 12px; }
.nt-map-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26,107,60,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    opacity: 0;
    transition: opacity .25s ease;
    border-radius: 12px;
}
.nt-map-preview:hover .nt-map-overlay { opacity: 1; }
.nt-btn-replace, .nt-btn-remove {
    padding: .5rem 1.2rem;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    display: flex; align-items: center; gap: .4rem;
    transition: all .2s ease;
}
.nt-btn-replace { background: #fff; color: #1a6b3c; }
.nt-btn-replace:hover { background: #1a6b3c; color: #fff; }
.nt-btn-remove { background: #fc2c2c; color: #fff; }
.nt-btn-remove:hover { background: #d62020; }

/* --- Itinerary Section --- */
.nt-itinerary-list { display: flex; flex-direction: column; gap: .75rem; margin-bottom: 1.25rem; }

.nt-itin-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fafbfd;
    border: 1.5px solid #e8ecf5;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    transition: all .2s ease;
}
.nt-itin-item:hover { border-color: #1a6b3c; background: #f4fbf7; }
.nt-itin-day-badge {
    background: linear-gradient(135deg, #1a6b3c, #c9960c);
    color: #fff;
    border-radius: 8px;
    padding: .4rem .75rem;
    font-size: .75rem;
    font-weight: 800;
    white-space: nowrap;
    min-width: 56px;
    text-align: center;
}
.nt-itin-info { flex: 1; }
.nt-itin-title { font-size: .95rem; font-weight: 700; color: #181818; margin: 0 0 .15rem; }
.nt-itin-sub { font-size: .8rem; color: #888; margin: 0; }
.nt-itin-actions { display: flex; gap: .5rem; }
.nt-itin-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1.5px solid #e2e6f0;
    background: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    color: #666;
    font-size: .85rem;
    transition: all .2s ease;
}
.nt-itin-btn:hover { border-color: #1a6b3c; color: #1a6b3c; background: #f4fbf7; }
.nt-itin-btn.danger:hover { border-color: #fc2c2c; color: #fc2c2c; background: #fff0f0; }

.nt-add-itin-btn-wrap { display: flex; justify-content: center; }
.nt-add-itin-btn {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    border: 2.5px dashed #c0d4c8;
    background: #f4fbf7;
    color: #1a6b3c;
    border-radius: 10px;
    padding: .75rem 2rem;
    font-family: 'Montserrat';
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .25s ease;
    width: 100%;
    justify-content: center;
}
.nt-add-itin-btn:hover { border-color: #1a6b3c; background: #eef7f2; }

/* --- Itinerary Type Selector (inside popup-odin) --- */
.nt-type-selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding: 1rem 0;
}
.nt-type-card {
    border: 2.5px solid #e2e6f0;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}
.nt-type-card:hover { border-color: #1a6b3c; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(26,107,60,.12); }
.nt-type-card.selected { border-color: #1a6b3c; background: #f4fbf7; }
.nt-type-card-icon { font-size: 2.5rem; color: #1a6b3c; margin-bottom: .75rem; }
.nt-type-card h4 { font-size: 1.1rem; font-weight: 700; color: #181818; margin: 0 0 .5rem; }
.nt-type-card p { font-size: .82rem; color: #888; margin: 0; line-height: 1.5; }
.nt-type-card .nt-type-badge {
    position: absolute;
    top: -10px;
    right: 10px;
    background: #c9960c;
    color: #fff;
    font-size: .65rem;
    font-weight: 800;
    padding: .2rem .6rem;
    border-radius: 20px;
}

/* --- Popup wide variant for itinerary modal --- */
.popup-outer.nt-modal-wide {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    inset: 0 !important;
    position: fixed !important;
}
.popup-outer.nt-modal-wide .popup-inner {
    /* width: 90% !important; */
    max-width: 900px !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
    border-radius: 16px !important;
}

/* --- Vehicle Type Selector --- */
.nt-vehicle-selector { display: flex; gap: .75rem; flex-wrap: wrap; }
.nt-vehicle-option { cursor: pointer; }
.nt-vehicle-option input[type="radio"] { display: none; }
.nt-vehicle-card {
    border: 2px solid #e2e6f0;
    border-radius: 10px;
    padding: .75rem 1.25rem;
    text-align: center;
    transition: all .2s ease;
    min-width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
    font-size: .8rem;
    font-weight: 600;
    color: #555;
}
.nt-vehicle-card i { font-size: 1.4rem; }
.nt-vehicle-option input[type="radio"]:checked + .nt-vehicle-card,
.nt-vehicle-option.selected .nt-vehicle-card { border-color: #1a6b3c; background: #f4fbf7; color: #1a6b3c; }
.nt-vehicle-card:hover { border-color: #c9960c; color: #c9960c; }

/* --- Modal Section (inside popup-odin) --- */
.nt-modal-section {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1.5px solid #f0f2f8;
}
.nt-modal-section:last-child { border-bottom: none; }
.nt-modal-sec-title {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .95rem;
    font-weight: 700;
    color: #1a6b3c;
    margin: 0 0 1.1rem;
}
.nt-modal-sec-title i { color: #c9960c; }

/* --- Hotel / Day Gallery Image Slots --- */
.nt-img-slots-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
}
.nt-day-gal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .6rem;
}
.nt-img-slot {
    border: 2px dashed #c0d4c8;
    border-radius: 10px;
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    color: #bbb;
    font-size: .75rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .2s ease;
    background: #f4fbf7;
}
.nt-img-slot:hover { border-color: #1a6b3c; color: #1a6b3c; background: #eef7f2; }
.nt-img-slot i { font-size: 1.2rem; }
.nt-img-slot input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.nt-img-slot.filled { border-style: solid; border-color: #1a6b3c; }
.nt-slot-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}
.nt-slot-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    background: rgba(252,44,44,.85);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: .7rem;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    transition: opacity .2s ease;
}
.nt-img-slot.filled .nt-slot-remove { opacity: 1; }

/* --- Includes & Excludes Layout --- */
.nt-inc-exc-layout {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    align-items: start;
}
.nt-inc-col { display: flex; flex-direction: column; gap: .75rem; }
.nt-inc-header {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .75rem 1rem;
    border-radius: 10px;
    font-size: .9rem;
    font-weight: 700;
}
.nt-inc-header.includes { background: #eef7f2; color: #1a6b3c; }
.nt-inc-header.includes i { color: #1a6b3c; }
.nt-inc-header.excludes { background: #fff0f0; color: #e53e3e; }
.nt-inc-header.excludes i { color: #e53e3e; }
.nt-inc-divider { width: 2px; background: #f0f2f8; border-radius: 2px; align-self: stretch; margin-top: 2rem; }
.nt-inc-search-bar {
    display: flex;
    align-items: center;
    gap: .5rem;
    border: 1.5px solid #e2e6f0;
    border-radius: 8px;
    padding: .45rem .75rem;
    background: #fafbfd;
}
.nt-inc-search-bar i { color: #ccc; font-size: .8rem; }
.nt-inc-list {
    max-height: 320px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    padding-right: .25rem;
}
.nt-inc-item {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .55rem .75rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background .15s ease;
    font-size: .85rem;
    color: #444;
    font-weight: 500;
}
.nt-inc-item:hover { background: #f4fbf7; }
.nt-inc-item.checked { background: #eef7f2; color: #1a6b3c; font-weight: 700; }
.nt-inc-item input[type="checkbox"] { accent-color: #1a6b3c; width: 16px; height: 16px; flex-shrink: 0; }
.nt-inc-empty { color: #ccc; font-size: .85rem; text-align: center; padding: 1.5rem; }

/* --- Tour Gallery Grid (up to 15 slots) --- */
.nt-gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .85rem;
}
.nt-gallery-slot {
    border: 2px dashed #c0d4c8;
    border-radius: 10px;
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    color: #bbb;
    font-size: .75rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .2s ease;
    background: #f4fbf7;
}
.nt-gallery-slot:hover { border-color: #1a6b3c; color: #1a6b3c; background: #eef7f2; }
.nt-gallery-slot i { font-size: 1.3rem; }
.nt-gallery-slot input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.nt-gallery-slot.filled { border-style: solid; border-color: #c9960c; }
.nt-gallery-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}
.nt-gallery-slot-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    background: rgba(252,44,44,.85);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: .75rem;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    transition: opacity .2s ease;
}
.nt-gallery-slot.filled .nt-gallery-slot-remove { opacity: 1; }
.nt-gallery-slot-num {
    position: absolute;
    bottom: 4px;
    left: 6px;
    font-size: .65rem;
    font-weight: 800;
    color: rgba(255,255,255,.9);
    text-shadow: 0 1px 3px rgba(0,0,0,.4);
    z-index: 3;
}

/* --- SEO & Settings --- */
.nt-slug-field { display: flex; align-items: center; border: 1.5px solid #e2e6f0; border-radius: 8px; overflow: hidden; background: #fafbfd; }
.nt-slug-prefix { padding: .7rem .9rem; background: #f0f2f8; color: #888; font-size: .85rem; font-weight: 600; border-right: 1.5px solid #e2e6f0; white-space: nowrap; }
.nt-slug-input { border: none; background: transparent; flex: 1; padding: .7rem .9rem; outline: none; font-family: 'Montserrat'; font-size: .9rem; }

/* Toggle */
.nt-toggle-wrap { display: flex; align-items: center; gap: 1rem; margin-top: .25rem; }
.nt-toggle { position: relative; width: 50px; height: 26px; flex-shrink: 0; }
.nt-toggle input { opacity: 0; width: 0; height: 0; }
.nt-toggle-slider {
    position: absolute;
    inset: 0;
    background: #ccc;
    border-radius: 26px;
    cursor: pointer;
    transition: background .3s ease;
}
.nt-toggle-slider::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: transform .3s ease;
}
.nt-toggle input:checked + .nt-toggle-slider { background: #1a6b3c; }
.nt-toggle input:checked + .nt-toggle-slider::before { transform: translateX(24px); }
.nt-toggle-label { font-size: .9rem; color: #555; font-weight: 500; }

/* --- Multi-day Accordion Builder --- */
.nt-multi-day-builder { display: flex; flex-direction: column; gap: .75rem; }
.nt-day-block {
    border: 1.5px solid #e2e6f0;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .2s ease;
}
.nt-day-block:hover { border-color: #c0d4c8; }
.nt-day-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: #fafbfd;
    cursor: pointer;
    user-select: none;
}
.nt-day-header-left { display: flex; align-items: center; gap: .75rem; }
.nt-day-num-badge {
    background: #1a6b3c;
    color: #fff;
    border-radius: 6px;
    padding: .3rem .7rem;
    font-size: .75rem;
    font-weight: 800;
}
.nt-day-title-prev { font-size: .9rem; font-weight: 600; color: #444; }
.nt-day-header-right { display: flex; align-items: center; gap: .5rem; }
.nt-day-body { padding: 1.25rem; border-top: 1.5px solid #f0f2f8; }
.nt-add-day-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border: 2px dashed #c0d4c8;
    border-radius: 10px;
    padding: .75rem;
    background: #f4fbf7;
    color: #1a6b3c;
    font-family: 'Montserrat';
    font-size: .85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
}
.nt-add-day-btn:hover { border-color: #1a6b3c; background: #eef7f2; }

/* --- Toast Notification --- */
.nt-toast-container {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    pointer-events: none;
}
.nt-toast {
    display: flex;
    align-items: center;
    gap: .75rem;
    background: #fff;
    border-radius: 12px;
    padding: .9rem 1.25rem;
    box-shadow: 0 8px 32px rgba(0,0,0,.15);
    border-left: 4px solid #1a6b3c;
    min-width: 280px;
    max-width: 380px;
    animation: toastIn .3s ease;
    pointer-events: all;
    font-size: .88rem;
    font-weight: 600;
    color: #2c3e50 !important;
}
.nt-toast span {
    color: #2c3e50 !important;
}
.nt-toast.success { border-color: #2ecc71; }
.nt-toast.error { border-color: #fc2c2c; }
.nt-toast.warning { border-color: #f39c12; }
.nt-toast i { font-size: 1.1rem; }
.nt-toast.success i { color: #2ecc71; }
.nt-toast.error i { color: #fc2c2c; }
.nt-toast.warning i { color: #f39c12; }
@keyframes toastIn { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }

/* --- Loading skeleton --- */
.nt-skeleton {
    background: linear-gradient(90deg, #f0f2f8 25%, #e2e6f0 50%, #f0f2f8 75%);
    background-size: 200% 100%;
    animation: skeletonShimmer 1.5s infinite;
    border-radius: 6px;
}
@keyframes skeletonShimmer { 0% { background-position:200% 0; } 100% { background-position:-200% 0; } }

/* --- Empty state --- */
.nt-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #bbb;
    text-align: center;
    gap: .75rem;
}
.nt-empty-state i { font-size: 3rem; color: #dde0e8; }
.nt-empty-state h4 { color: #aaa; margin: 0; font-size: 1rem; }
.nt-empty-state p { color: #ccc; margin: 0; font-size: .85rem; }

/* --- Responsive --- */
@media (max-width: 900px) {
    .nt-form-grid { grid-template-columns: 1fr; }
    .nt-span-2 { grid-column: span 1; }
    .nt-gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .nt-inc-exc-layout { grid-template-columns: 1fr; }
    .nt-inc-divider { display: none; }
    .nt-type-selector { grid-template-columns: 1fr; }
    .nt-day-gal-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
    .nt-sticky-bar { flex-direction: column; gap: .75rem; padding: .75rem 1rem; }
    .nt-sticky-actions { width: 100%; justify-content: flex-end; }
    .nt-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .nt-img-slots-grid { grid-template-columns: repeat(2, 1fr); }
}

/* --- Fix New Tour drawer integration with WAMP theme --- */
section#dashboard-drawer[data-func="newtour"] {
    background: #f4f6fb !important;
}
section#dashboard-drawer[data-func="newtour"] #drawer-back {
    display: none !important;
}
body.dashboard #dashboard-drawer[data-func="newtour"] #drawer-inner {
    padding: 0 !important;
    overflow-y: auto !important;
}
section#dashboard-drawer[data-func="newtour"] #nt-tour-form {
    padding: 0 2.5rem 2.5rem 2.5rem !important;
}
section#dashboard-drawer[data-func="newtour"] .nt-sticky-bar {
    margin: 0 -2.5rem 0rem -2.5rem !important;
    top: 0 !important;
}

/* --- Status badges in tour list --- */
.nt-status-badge {
    padding: .25rem .6rem;
    border-radius: 20px;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    line-height: 1;
}
.nt-status-badge.draft {
    background: #f1f3f5;
    color: #495057;
    border: 1px solid #dee2e6;
}
.nt-status-badge.active {
    background: #e6fcf5;
    color: #0ca678;
    border: 1px solid #c3fae8;
}
.nt-status-badge.hidden {
    background: #fff4e6;
    color: #f76707;
    border: 1px solid #ffe8cc;
}

/* --- Tour Card Image Placeholder --- */
.nt-card-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #29386c 0%, #14a9e3 100%);
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    gap: .5rem !important;
}
.nt-card-img-placeholder i {
    font-size: 2rem !important;
    color: #fff !important;
    opacity: .85;
}
.nt-card-img-placeholder span {
    font-size: .75rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
    opacity: .75;
}

/* --- High-Priority Fullscreen Overlay Backdrops for popups --- */
div#popup-odin,
section#thor-popups {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999 !important;
    background: rgba(15, 23, 42, 0.75) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

section#thor-popups {
    z-index: 100000 !important;
}

div#popup-odin.active,
section#thor-popups.active {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* ================================================================
   LUXURY GREEN & GOLD THEME OVERRIDES (nt- prefix)
   Travel & Tourism Elegant Branding System
   ================================================================ */

/* --- Primary Colors & Typography --- */
.nt-form-title {
    color: #1a6b3c !important;
}
.nt-form-title i {
    color: #c9960c !important;
}
.nt-sec-icon {
    background: linear-gradient(135deg, #1a6b3c 0%, #c9960c 100%) !important;
}
.nt-sec-title {
    color: #114424 !important;
}

/* --- Buttons --- */
.nt-btn-primary {
    background: #1a6b3c !important;
    background: linear-gradient(135deg, #1a6b3c 0%, #114424 100%) !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(26, 107, 60, 0.25) !important;
}
.nt-btn-primary:hover {
    background: #c9960c !important;
    background: linear-gradient(135deg, #c9960c 0%, #a07505 100%) !important;
    box-shadow: 0 4px 16px rgba(201, 150, 12, 0.3) !important;
}
.nt-btn-publish {
    background: linear-gradient(135deg, #1a6b3c 0%, #c9960c 100%) !important;
    box-shadow: 0 4px 15px rgba(26, 107, 60, 0.3) !important;
}
.nt-btn-publish:hover {
    box-shadow: 0 6px 20px rgba(201, 150, 12, 0.4) !important;
}
.nt-btn-draft {
    border: 2px solid #1a6b3c !important;
    color: #1a6b3c !important;
}
.nt-btn-draft:hover {
    background: #1a6b3c !important;
    color: #fff !important;
}
.nt-btn-ghost:hover {
    border-color: #1a6b3c !important;
    color: #1a6b3c !important;
}

/* --- Form Elements --- */
.nt-input:focus {
    border-color: #1a6b3c !important;
    box-shadow: 0 0 0 3px rgba(26, 107, 60, 0.12) !important;
}
.nt-prefix {
    color: #1a6b3c !important;
}

/* Radio Group */
.nt-radio-card input[type="radio"]:checked + span,
.nt-radio-card.selected {
    color: #1a6b3c !important;
    border-color: #1a6b3c !important;
    background: #edf7f2 !important;
}
.nt-radio-card:hover {
    border-color: #c9960c !important;
    color: #c9960c !important;
}
.nt-radio-card i {
    color: #c9960c !important;
}

/* --- Destinations --- */
.nt-chip {
    background: linear-gradient(135deg, #1a6b3c, #c9960c) !important;
}
.nt-dest-item:hover {
    border-color: #c9960c !important;
    box-shadow: 0 6px 18px rgba(201, 150, 12, 0.15) !important;
}
.nt-dest-item.selected {
    border-color: #1a6b3c !important;
    box-shadow: 0 0 0 3px rgba(26, 107, 60, 0.15) !important;
}
.nt-dest-item.selected .nt-dest-check {
    background: #1a6b3c !important;
    border-color: #1a6b3c !important;
}

/* --- Includes & Excludes --- */
.nt-inc-item.checked {
    background: #edf7f2 !important;
    color: #1a6b3c !important;
}
.nt-inc-item.checked .nt-inc-check {
    background: #1a6b3c !important;
    border-color: #1a6b3c !important;
}

/* --- Toggle --- */
.nt-toggle input:checked + .nt-toggle-slider {
    background: #1a6b3c !important;
}

/* --- Itinerary Accordion --- */
.nt-day-num-badge {
    background: #1a6b3c !important;
}
.nt-add-day-btn {
    border-color: #c5cfe8 !important;
    color: #1a6b3c !important;
    background: #edf7f2 !important;
}
.nt-add-day-btn:hover {
    border-color: #1a6b3c !important;
    background: #1a6b3c !important;
    color: #fff !important;
}

/* ================================================================
   ITINERARY MODAL (popup-odin) GREEN & GOLD THEME
   ================================================================ */

.nt-itin-day-badge {
    background: #c9960c !important;
    color: #fff !important;
    padding: .35rem .75rem !important;
    border-radius: 6px !important;
    font-size: .75rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
}

.nt-modal-sec-title {
    color: #1a6b3c !important;
    font-size: .95rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: .5rem !important;
    border-bottom: 1.5px solid #f0f2f8 !important;
    padding-bottom: .4rem !important;
}
.nt-modal-sec-title i {
    color: #c9960c !important;
}

/* Vehicle Cards */
.nt-vehicle-option input[type="radio"]:checked + .nt-vehicle-card,
.nt-vehicle-option.selected .nt-vehicle-card {
    border-color: #1a6b3c !important;
    background: #edf7f2 !important;
    color: #1a6b3c !important;
}
.nt-vehicle-card:hover {
    border-color: #c9960c !important;
    color: #c9960c !important;
}

/* Upload image slots */
.nt-img-slot:hover {
    border-color: #1a6b3c !important;
    color: #1a6b3c !important;
    background: #edf7f2 !important;
}
.nt-img-slot.filled {
    border-color: #1a6b3c !important;
}

/* Modal wide inner */
.popup-outer.nt-modal-wide .popup-inner {
    border-top: 4px solid #1a6b3c !important;
}

/* --- Multi Day Block Styling Overrides --- */
.nt-multi-day-block:hover {
    border-color: #1a6b3c !important;
    box-shadow: 0 6px 20px rgba(26, 107, 60, 0.04) !important;
}

/* Custom Scrollbar for multi-blocks list */
#nt-multi-blocks-list::-webkit-scrollbar {
    width: 8px;
}
#nt-multi-blocks-list::-webkit-scrollbar-track {
    background: #f1f3f5;
    border-radius: 4px;
}
#nt-multi-blocks-list::-webkit-scrollbar-thumb {
    background: #c0d4c8;
    border-radius: 4px;
    transition: background 0.2s ease;
}
#nt-multi-blocks-list::-webkit-scrollbar-thumb:hover {
    background: #1a6b3c;
}

/* ================================================================
   TOUR ROUTE MAP BUILDER
   ================================================================ */

/* Wrapper */
.nt-route-builder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Search Row */
.nt-route-search-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nt-route-search-wrap {
    position: relative;
    flex: 1;
}

.nt-route-search-icon {
    position: absolute;
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ab0a6;
    font-size: 0.85rem;
    pointer-events: none;
    z-index: 1;
}

.nt-route-search-input {
    width: 100%;
    padding-left: 2.4rem !important;
    border-radius: 10px !important;
    font-size: 0.92rem;
}

.nt-route-add-btn {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.65rem 1.25rem;
    border-radius: 10px;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    border: none;
    background: linear-gradient(135deg, #1a6b3c 0%, #25a45e 100%);
    color: #fff;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 3px 10px rgba(26, 107, 60, 0.3);
}

.nt-route-add-btn:hover {
    background: linear-gradient(135deg, #155730 0%, #1e8f50 100%);
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(26, 107, 60, 0.4);
}

/* Validation Message */
.nt-route-msg {
    padding: 0.65rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nt-route-msg.error {
    background: #fff0f0;
    color: #c0392b;
    border: 1px solid #fadbd8;
}

.nt-route-msg.success {
    background: #f0faf5;
    color: #1a6b3c;
    border: 1px solid #a9dfbf;
}

/* Map Canvas */
.nt-route-map-canvas {
    width: 100%;
    height: 440px;
    border-radius: 12px;
    overflow: hidden;
    background: #e8edf0;
    border: 1.5px solid #d4e3d9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Route List Section */
.nt-route-list-section {
    background: #f8faf9;
    border: 1.5px solid #d4e3d9;
    border-radius: 12px;
    overflow: hidden;
}

.nt-route-list-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.1rem;
    background: linear-gradient(135deg, #1a6b3c 0%, #256b45 100%);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.nt-route-list-header i {
    font-size: 0.9rem;
    opacity: 0.85;
}

.nt-route-count {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.2rem 0.65rem;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
}

/* Empty State */
.nt-route-empty {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 1.5rem 1.2rem;
    color: #9ab0a6;
    font-size: 0.88rem;
}

.nt-route-empty i {
    font-size: 1.1rem;
    opacity: 0.5;
}

/* Route Items Container */
.nt-route-items {
    display: flex;
    flex-direction: column;
}

/* Individual Route Item */
.nt-route-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #e8f0eb;
    background: #fff;
    transition: background 0.15s ease;
    cursor: default;
    user-select: none;
}

.nt-route-item:last-child {
    border-bottom: none;
}

.nt-route-item:hover {
    background: #f8fdf9;
}

/* Drag Handle */
.nt-route-drag-handle {
    color: #b8cec3;
    font-size: 0.9rem;
    cursor: grab;
    padding: 0.2rem 0.3rem;
    border-radius: 4px;
    transition: color 0.15s ease;
    flex-shrink: 0;
}

.nt-route-drag-handle:hover {
    color: #1a6b3c;
    background: #e8f5ee;
}

.nt-route-drag-handle:active {
    cursor: grabbing;
}

/* Letter Label Badge */
.nt-route-label-badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e91e8c 0%, #c2185b 100%);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(233, 30, 140, 0.35);
    letter-spacing: -0.5px;
}

/* Location Name */
.nt-route-loc-name {
    flex: 1;
    font-size: 0.9rem;
    font-weight: 500;
    color: #2c3e50;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Remove Button */
.nt-route-remove-btn {
    background: none;
    border: none;
    color: #c0d0c8;
    font-size: 1.05rem;
    cursor: pointer;
    padding: 0.25rem 0.35rem;
    border-radius: 6px;
    transition: all 0.15s ease;
    flex-shrink: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nt-route-remove-btn:hover {
    color: #e74c3c;
    background: #fff0f0;
}

/* Dragging state */
.nt-route-item.nt-route-dragging {
    opacity: 0.5;
    background: #e8f5ee;
    box-shadow: 0 4px 16px rgba(26, 107, 60, 0.15);
}

/* Drag-over target highlight */
.nt-route-item.nt-route-drag-over {
    background: #e8f5ee;
    border-top: 2px solid #1a6b3c;
}

/* Google Maps InfoWindow custom style */
.nt-route-info-window {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 2px;
    font-family: 'Inter', 'Montserrat', sans-serif;
}

.nt-riw-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e91e8c;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    flex-shrink: 0;
}

.nt-riw-name {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a1a2e;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Google Maps Autocomplete dropdown z-index fix (sits above drawer) */
.pac-container {
    z-index: 99999 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
    border: 1px solid #d4e3d9 !important;
    margin-top: 4px !important;
    font-family: 'Inter', 'Montserrat', sans-serif !important;
    overflow: hidden !important;
}

.pac-item {
    padding: 0.6rem 1rem !important;
    font-size: 0.87rem !important;
    cursor: pointer !important;
    border-top: 1px solid #f0f0f0 !important;
    color: #2c3e50 !important;
}

.pac-item:first-child {
    border-top: none !important;
}

.pac-item:hover,
.pac-item-selected {
    background: #f0faf5 !important;
}

.pac-item-query {
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: #1a6b3c !important;
}

.pac-icon {
    display: none !important;
}

.pac-matched {
    color: #1a6b3c !important;
    font-weight: 700 !important;
}

