/**
 * Legacy tour-page styles (pre-V2 extract). Used by apply.html only.
 * Itinerary / tour V2 pages: css/tour_page_v2.css + css/itinerary_v2.css
 * Do not duplicate shell rules here — update tour_page_v2.css instead.
 */
body {
    padding-top: 0px !important;
    margin: 0 !important;
}


h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.jbt {
    background: url('../img/Holyland/Kineret.JPG') center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 160px 10% 120px 10%;
    /* Top and bottom padding for space */
    font-family: Montserrat, sans-serif;
    min-height: 500px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
}



/* 顶部导航菜单融入 Hero 的样式 */
.hero-nav {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 5px 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.hero-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.hero-nav ul li {
    margin: 0 15px;
}

.hero-nav ul li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
}

.hero-label {
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 5px;
    letter-spacing: 1px;
    font-weight: bold;
}

.hero-sep {
    margin: 0 15px;
    opacity: 0.4;
}

/* 移动端菜单开关样式 */
.mobile-nav-toggle {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.mobile-nav-toggle:hover {
    background: rgba(255, 255, 255, 0.25);
}

.mobile-nav-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: all 0.3s;
}

/* 移动端覆盖菜单 - 流光白金重构 */
.mobile-overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    z-index: 2000;
    display: none;
    flex-direction: column;
    padding: 100px 50px;
    box-sizing: border-box;
}

.mobile-overlay-menu .menu-header {
    margin-bottom: 80px;
    display: flex;
    justify-content: flex-start;
}

.mobile-overlay-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-overlay-menu ul li {
    margin-bottom: 45px;
    opacity: 0;
    transform: translateX(-15px);
    animation: menuFadeSlide 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes menuFadeSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-overlay-menu ul li a {
    color: #222;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.mobile-overlay-menu ul li a span {
    font-size: 10px;
    margin-right: 25px;
    color: #ED6938;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.6;
}

.mobile-overlay-menu .close-menu {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #333;
    font-size: 28px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.mobile-overlay-menu .menu-footer {
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 40px;
    color: #888;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

.hero-nav ul li a:hover {
    color: #ED6938 !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}

.navbar-logo-wrap {
    padding: 10px 15px 15px 15px;
    margin: 0px;
    margin-top: 20px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.397);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}



.navbar-logo-wrap img {
    margin-top: -5px;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.4));
    transition: all 0.3s ease;
}

.header-txt-wrap {
    position: relative;
    text-shadow: 3px 3px 8px #000;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
    max-width: 90%;
}

h1.header-tourname {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-block;
    /* Keep layout consistent with span */
}

.header-tourname-2 {
    font-size: 24px;
    font-weight: 300;
    margin-top: 5px;
    opacity: 0.85;
    line-height: 1.4;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
}

.header-tourdura {
    font-size: 24px;
}

.container-fluid {
    padding: 60px 50px;
}



.bg-grey {
    background-color: #f6f6f6;
}



.logo {
    color: #69C;
    font-size: 200px;
}







footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}

footer a {
    color: #e2e2e2;
}





.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}



@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


.affix {
    top: 110px;
    width: 100%;
    z-index: 9998 !important;
}

.affix+.container-fluid {
    padding-top: 70px;
}

.prod-bar {
    background-color: #FFF;
    box-shadow: 0px 2px 5px #C0C0C0, 0px 4px 5px #E9E9E9, 0px 6px 5px #CCC;
    padding-left: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-top: 0;
    z-index: 10;
}

.prod-bar.affix {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: 100%;
    z-index: 9999 !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.prod-bar a {
    width: 5%;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding-left: 5px;
    padding-right: 40px;
    font-family: 'Roboto Condensed', sans-serif;
}





.itin-header {
    font-size: 26px;
    color: #003366;
    text-align: left;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #003366;
    padding-bottom: 10px;
}

.itin-header i {
    font-size: 24px;
}

.highlights {
    font-size: 22px;
    color: #333;
    text-align: left;
    font-family: 'Gudea', sans-serif;
}






.itin_d {
    width: 100%;
    text-align: left;
    padding: 20px;
}

.tit_itin {
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.cont_itin {
    font-size: 17px;
    color: #4D4D4D;
}




.sideimg img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 25px auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sideimg:hover img {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.incl {
    width: 350px;
}

.tit-incl {
    background: #AAD2FF;
    height: 30px;
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
    font-weight: 600;
}

.list-incl,
.list-excl,
.list-note {
    text-align: left;
}

.list-incl>ul>li {
    padding-bottom: 8px;
}



.footer-break {
    display: inline;
}

.custom-bullet-y li {
    display: block;
}

.custom-bullet-x li {
    display: block;
}

.custom-bullet-y li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #333;
}

.custom-bullet-x li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #333;
}

.main-color {
    color: #036;
}

.init_2 {
    height: 240px;
}

@media only screen and (max-width: 1800px) {

    /* For mobile phones: */
    [class*="my-col-md-6"] {
        width: 100%;
    }

    .init_2 {
        height: 290px;
    }
}

@media only screen and (max-width: 1600px) {
    body {
        padding-top: 0 !important;
    }

    .init_2 {
        height: 290px;
    }

    [class*="col-sm-2"] {
        width: 8%;
    }

    [class*="col-sm-5"] {
        width: 60%;
    }

    [class*="col-sm-7"] {
        width: 85%;
    }

    [class*="col-sm-8"] {
        width: 85%;
    }

    [class*="col-sm-3"] {
        width: 8%;
    }

    .header-txt-wrap {
        position: relative;
        text-shadow: 3px 3px 8px #000;
        font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        text-align: left;
        display: inline-block;
    }

    .jbt {
        background-size: cover;
        background-position: center center;
        height: 400px;
        margin-top: 0 !important;
    }

    .header-tourname-2 {
        font-size: 20px;
    }

    .header-tourname {
        font-size: 40px;
    }

    .header-tourdura {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1400px) {
    body {
        padding-top: 0 !important;
    }

    /* For mobile phones: */
    [class*="my-col-md-6"] {
        width: 100%;
    }

    .init_2 {
        height: 400px;
    }

    .jbt {
        background-size: cover;
        background-position: center center;
        color: #fff;
        padding: 100px 25px;
        font-family: Montserrat, sans-serif;
        height: 450px;
        margin-top: 0 !important;
    }

    .header-txt-wrap {
        position: relative;
        text-shadow: 4px 4px 6px #000;
        font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        text-align: left;
        display: inline-block;
    }

    .header-tourname-2 {
        font-size: 16px;
        max-width: 90%;
        margin: 5px 0;
    }

    .header-tourname {
        font-size: 32px;
    }


}

@media only screen and (max-width: 1300px) {
    body {
        padding-top: 0 !important;
    }

    /* For mobile phones: */
    [class*="my-col-md-6"] {
        width: 100%;
    }

    .jbt {
        background-size: cover;
        background-position: center center;
        color: #fff;
        padding: 180px 25px 80px 25px;
        font-family: Montserrat, sans-serif;
        height: auto;
        min-height: 500px;
        margin-top: 0 !important;
    }

    .header-txt-wrap {
        position: relative;
        text-shadow: 4px 4px 6px #000;
        font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        text-align: left;
        display: inline-block;
        margin-top: 20px;
    }

    .header-tourname-2 {
        font-size: 24px;
    }

    .header-tourname {
        font-size: 40px;
    }

    .header-tourdura {
        font-size: 20px;
    }

    .init_2 {
        height: 400px;
    }

}

@media only screen and (max-width: 1100px) {
    body {
        padding-top: 0 !important;
    }

    /* For mobile phones: */
    [class*="my-col-md-6"] {
        width: 100%;
    }

    .init_2 {
        height: 400px;
    }

    .jbt {
        background-size: cover;
        background-position: center center;
        color: #fff;
        padding: 180px 25px 80px 25px;
        font-family: Montserrat, sans-serif;
        height: auto;
        min-height: 450px;
        margin-top: 0 !important;
    }

    .header-txt-wrap {
        position: relative;
        text-shadow: 4px 4px 6px #000;
        font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        text-align: left;
        display: inline-block;
        margin-top: 20px;
    }

    .header-tourname-2 {
        font-size: 18px;
    }

    .header-tourname {
        font-size: 30px;
    }

    .header-tourdura {
        font-size: 20px;
    }


}



@media screen and (max-width: 768px) {
    body {
        padding-top: 0 !important;
    }

    .logo {
        font-size: 150px;
    }

    .jbt {
        background: url('../img/Holyland/Kineret.JPG') center center no-repeat;
        color: #fff;
        padding: 160px 20px 80px 20px;
        background-size: cover;
        font-family: Montserrat, sans-serif;
        height: auto;
        min-height: 400px;
        width: 100%;
    }

    .navbar-logo-wrap {
        margin-top: 15px !important;
        padding: 8px 10px;
        border-radius: 10px;
    }

    .navbar-logo-wrap img {
        width: 90px !important;
    }

    .main-itin {
        width: 107%;
    }

    .header-txt-wrap {
        position: relative;
        text-shadow: 3px 3px 5px #111;
        font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        text-align: left;
        display: inline-block;
    }

    .header-tourname {
        font-size: 22px;
    }

    .header-tourdura {
        font-size: 12px;
    }

    .prod-bar {
        margin-top: 35px;
        background-color: #FFF;
        box-shadow: 0px 2px 5px #C0C0C0, 0px 4px 5px #E9E9E9, 0px 6px 5px #CCC;
        padding-left: 1%;
        height: 35px;
        padding-top: 10px;
        width: 107%;
    }

    .prod-bar a {
        font-size: 11px;
        font-weight: bold;
        color: #666;
        padding-left: 5px;
        padding-right: 5px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    [class*="col-sm-5"] {
        width: 100%;
    }

    [class*="col-sm-7"] {
        width: 100%;
    }

    [class*="col-sm-3"] {
        width: 0px;
    }

    [class*="col-sm-2"] {
        width: 0px;
    }

    .mb-price {
        background: #D1EAF3;
        padding-bottom: 20px;
    }

    .icon-dbl-lines {
        display: none;
    }

    .highlights {
        font-size: 16px;
        color: #333;
        text-align: left;
        font-family: 'Gudea', sans-serif;
    }

    .init_2 {
        height: 420px;
        width: 100%;
    }

    #init_2 {
        width: 100%;
    }

    .itin-header {
        font-size: 18px;
        color: #333;
        text-align: center;
        margin-top: 20px;
    }

    .itin_d {
        width: 106%;
        text-align: left;
        padding: 20px;
    }

    .tit_itin {
        font-size: 16px;
        margin-bottom: 10px;
        text-decoration: underline;
    }

    .cont_itin {
        font-size: 12px;
        color: #4D4D4D;
    }

    .price-wrap {
        width: 350px;
        height: 400px;
        text-align: left;
        margin-top: -15px;
    }

    .footer-wrap {
        width: 106%;
    }

    .footer-break {
        display: block;
    }

    .spacer {
        display: none;
    }
}

@media screen and (max-width: 640px) {


    .init_2 {
        height: 420px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }

    .jbt {
        background: url('../img/Holyland/Kineret.JPG') center center no-repeat;
        color: #fff;
        padding: 100px 15px 60px 15px;
        background-size: cover;
        font-family: Montserrat, sans-serif;
        height: auto;
        min-height: 380px;
        width: 100%;
    }

    .navbar-logo-wrap {
        margin-top: 10px !important;
        padding: 5px 8px;
        border-radius: 8px;
    }

    .navbar-logo-wrap img {
        width: 75px !important;
    }

    .main-itin {
        width: 107%;
    }

    .header-txt-wrap {
        position: relative;
        text-shadow: 3px 3px 5px #111;
        font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
        text-align: left;
        display: inline-block;
        max-width: 90%;
    }

    .header-tourname-2 {
        font-size: 14px;
        max-width: 95%;
        margin: 5px 0;
        text-align: left;
    }

    .header-tourname {
        font-size: 26px;
    }

    .header-tourdura {
        font-size: 12px;
    }

    .prod-bar {
        margin-top: 35px;
        background-color: #FFF;
        box-shadow: 0px 2px 5px #C0C0C0, 0px 4px 5px #E9E9E9, 0px 6px 5px #CCC;
        padding-left: 1%;
        height: 35px;
        padding-top: 10px;
        width: 107%;
    }

    .prod-bar a {
        font-size: 11px;
        font-weight: bold;
        color: #666;
        padding-left: 5px;
        padding-right: 5px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    [class*="col-sm-5"] {
        width: 100%;
    }

    [class*="col-sm-7"] {
        width: 100%;
    }

    [class*="col-sm-3"] {
        width: 0px;
    }

    [class*="col-sm-2"] {
        width: 0px;
    }

    .mb-price {
        background: #D1EAF3;
        padding-bottom: 20px;
    }

    .icon-dbl-lines {
        display: none;
    }

    .highlights {
        font-size: 16px;
        color: #333;
        text-align: left;
        font-family: 'Gudea', sans-serif;
    }

    .init_2 {
        height: 420px;
        width: 100%;
    }

    #init_2 {
        width: 100%;
    }

    .itin-header {
        font-size: 18px;
        color: #333;
        text-align: center;
        margin-top: 20px;
    }

    .itin_d {
        width: 106%;
        text-align: left;
        padding: 20px;
    }

    .tit_itin {
        font-size: 16px;
        margin-bottom: 10px;
        text-decoration: underline;
    }

    .cont_itin {
        font-size: 12px;
        color: #4D4D4D;
    }

    .price-wrap {
        width: 350px;
        height: 400px;
        text-align: left;
        margin-top: -15px;
    }

    .footer-wrap {
        width: 106%;
    }

    .footer-break {
        display: block;
    }

    .spacer {
        display: none;
    }
}

/* Important part */
.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    height: 500px;
    overflow-y: auto;
}

.itin-font {}