/*  */
.travel-page h2.heading {
    font-size: 44px !important;
    font-style: italic;
}
.travel-banner {
    position: relative;
}
.travel-banner .content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 9;
}
.travel-banner .content h1.heading {
    font-size: 58px !important;
    font-family: 'EBGaramond' !important;
    background: -webkit-linear-gradient(#ffffcc,#ffffcc, #ffcc66, #ffcc66);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.travel-banner .content .description {
    font-size: 28px;
    text-transform: uppercase;
    line-height: normal;
    margin: 40px 0;
    font-family: 'EBGaramond' !important;
    background: -webkit-linear-gradient(#ffffcc,#ffffcc, #ffcc66, #ffcc66);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.travel-page .form-sign button.btn {
    background: linear-gradient(to top right, rgb(214 154 67 / 80%), rgb(214 154 67 / 80%), rgb(255 240 163 / 80%), rgb(253 215 118 / 80%));
    color: #990000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    padding: 10px 35px;
    border-radius: 35px;
    border: 1px solid #ffffcc;
}
.menu-travel .container {
    position: relative;
}
.menu-travel {

}
/* --- Base --- */
.menu-travel .navbar {
    position: absolute;
    z-index: 1000;
    width: 100%;
    bottom: 2px;
    background: no-repeat;
}
.menu-travel .nav-container {
    width: 100%;
}
.menu-travel .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}
.menu-travel .hamburger .bar {
    width: 25px;
    height: 3px;
    background: #990000;
    transition: 0.3s;
}

.hamburger.is-active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.is-active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* --- Menu Desktop --- */
.menu-travel .nav-menu {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-travel .nav-menu li.menu-item {
    background: rgb(0 0 0 / 60%);
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
}
.menu-travel .nav-menu li.menu-item:first-child {
    border-radius: 30px 0 0 0;
}
.menu-travel .nav-menu li.menu-item:last-child {
    border-radius: 0 30px 0 0;
}
.menu-travel .nav-menu li.menu-item a {
    padding: 25px 10px 15px;
    background: -webkit-linear-gradient(#ffffcc, #ffffcc, #ffcc66, #ffcc66);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.menu-travel .nav-menu li.menu-item img {
    width: 30px;
}
.menu-travel .nav-menu li.menu-item:hover {
    transform: translateY(-10px);
}
.menu-travel .nav-menu li.menu-item:hover a {
    text-decoration: underline;
    -webkit-text-fill-color: navajowhite;
}

.travel-page-material-area {
    background: #660000;
    padding: 60px 0 10px;
}
.travel-page-material-area h2.heading {
    max-width: 70%;
    margin: 0 auto;
    line-height: normal;
    text-align: center;
    background: -webkit-linear-gradient(#ffff99,#ffff99, #ffcc66, #ffcc66);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.travel-page-material-area .description {
    font-size: 20px;
    line-height: normal;
    color: rgb(255 255 204 / 80%);
    text-align: center;
    max-width: 80%;
    margin: 0 auto 30px;
}
.material-area-item .item {
    background: #ffffcc;
    padding: 10px;
    text-align: center;
    color: #006633;
    font-style: italic;
    margin: 3px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 60%);
}
.material-area-item .item .image,
.forest-entrance-item .item .image,
.travel-cultural-discovery .item .image {
    display: block;
    overflow: hidden;
}
.material-area-item .item .image img,
.forest-entrance-item .item .image img,
.travel-cultural-discovery .item .image img {
    width: 100%;
    height: auto;
    transition: all 0.4s;
}
.material-area-item .item:hover .image img,
.forest-entrance-item .item:hover .image img,
.travel-cultural-discovery .item:hover .image img {
    transform: scale(1.1);
}
.material-area-item .item .title {
    height: 100px;
    margin-top: 20px;
    overflow-y: auto;
}
.material-area-item .item .title h3 {
    font-weight: 600;
    font-size: 18px;
}

.travel-tea-forest-entrance,
.travel-cloud-hunting {
    background-image: url('../../assets/img/bg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 30px;
}
.travel-tea-forest-entrance h2.heading {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    line-height: normal;
    margin-bottom: 20px;
    color: #660000;
    -webkit-text-fill-color: unset;
}
.forest-entrance-item .item {
    margin-bottom: 30px;
    text-align: center;
    color: #660000;
}
.forest-entrance-item .item h3 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}

.travel-cultural-discovery {
    background: #660000;
    padding: 60px 0 50px;
}
.travel-cultural-discovery h2.heading {
    text-align: center;
}
.travel-cultural-discovery .item {
    display: flex;
    align-items: center;
    background: #ffffcc;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}
.travel-cultural-discovery .item .image {
    width: 50%;
}
.travel-cultural-discovery .item .image img {
    height: 300px;
    object-fit: cover;
}
.travel-cultural-discovery .item .title {
    width: 50%;
    text-align: center;
    padding: 30px;
    font-style: italic;
}
.travel-cultural-discovery .item .title h3 {
    color: #006633;
    font-weight: 800;
    font-size: 18px;
}

.travel-cloud-hunting {
    padding-bottom: 50px;
}
.travel-cloud-hunting h2.heading {
    text-align: center;
    -webkit-text-fill-color: unset;
    color: #660000;
}

.cloud-hunting-item {
    display: flex;
    gap: 15px;
    align-items: stretch;
}
.cloud-hunting-item .slider-for {
    width: 75%;
    flex: 1; 
}
.cloud-hunting-item .slider-for img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}
.cloud-hunting-item .slider-nav {
    width: 25%;
    flex: 1; 
}
.cloud-hunting-item .slider-nav img {
    width: 100%;
    height: 171px;
    object-fit: cover;
    cursor: pointer;
    margin-bottom: 10px;
}
.cloud-hunting-item .slider-nav .slick-current img {
    box-shadow: 0 2px 4px #660000; 
}
.cloud-hunting-item .slick-slider .slick-dots {
    bottom: -40px;
    margin-left: 19%;
}
.cloud-hunting-item .item {
    position: relative;
}
.cloud-hunting-item .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.cloud-hunting-item .item .title h3 {
    position: relative;
    color: #ffffcc;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    display: block;
    padding: 30px;
    margin: 0;
    background-image: url('../../assets/img/line-travel.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
}

.travel-tab-sign {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    text-align: center;    
}
.travel-tab-sign .title {
    line-height: normal;
    text-align: center;
    background: -webkit-linear-gradient(#ffff99, #ffff99, #ffcc66, #ffcc66);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-style: italic;
    max-width: 50%;
    margin: 0 auto 30px;
}

/* Popup form */
div#travelFormPopup .modal-content {
    border: 2px solid #660000;
    border-radius: 20px;
    padding: 30px;
    background-color: #ffffcc;
    position: relative;
}
div#travelFormPopup .modal-content::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background: #660000;
    z-index: -1;
    border-radius: 25px;
}
div#travelFormPopup .modal-header {
    border: none;
    text-transform: uppercase;
}
div#travelFormPopup .modal-header h3.title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #660000;
    font-family: auto !important;
}
div#travelFormPopup .modal-header button.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #660000 !important;
    opacity: 1;
}
.wpcf7-form .travel-form input,
.wpcf7-form .travel-form select {
    border: 1px solid #660000;
    border-radius: 10px;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    margin-bottom: 15px;
    outline: unset;
}
.wpcf7-form .travel-form p {
    margin-bottom: 0;
}
.wpcf7-form .travel-form .select-box p {
    display: flex;
    gap: 10px;
    align-items: center;
}
.wpcf7-form .travel-form .select-box .wpcf7-form-control-wrap {
    width: 50%;
}
.wpcf7-form .travel-form .submit-btn {
    text-align: center;
}
.wpcf7-form .travel-form .submit-btn .wpcf7-submit {
    border: none;
    text-transform: uppercase;
    padding: 0 30px;
    background: #660000;
    color: #ffffcc;
    width: fit-content;
    border-radius: 30px;
    font-size: 20px;
    font-family: auto;
}




@media (min-width: 768px) {
    .travel-page .slick-slider .slick-dots {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .material-area-item .item .title h3 {
        font-size: 15px;
    }
    .material-area-item .item .title {
        height: 120px;
        padding-bottom: 0;
    }
}

/* --- Responsive Mobile --- */
@media (max-width: 768px) {
    .travel-banner .content h1.heading {
        font-size: 22px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .travel-banner .content .description {
        font-size: 16px;
        margin: 10px 0;
    }
    .travel-page .form-sign button.btn {
        font-size: 16px;
        padding: 8px 20px;
    }

    .menu-travel .hamburger { display: flex; }
    
    .menu-travel .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        background: #990000;
        box-shadow: 0 2px 4px #ffffcc;
        transition: max-height 0.3s ease;
    }
    .menu-travel .nav-menu.open {
        width: 85%;
        max-height: 50vh;
        overflow-y: auto;
        display: block;
    }
    .menu-travel .nav-menu li.menu-item {
        text-align: left;
        border-top: 1px solid #eee;
        background: none;
        border-radius: 0 !important;
    }
    .menu-travel .nav-menu li.menu-item a {
        padding: 15px 20px;
        font-size: 16px;
        background: no-repeat;
        color: #ffcc66;
        -webkit-text-fill-color: unset;
        display: block;
    }

    .travel-page h2.heading {
        font-size: 22px !important;
    }

    .travel-page-material-area {
        padding: 30px 0 10px;
    }
    .travel-page-material-area h2.heading {
        max-width: 100%;
    }
    .travel-page-material-area .description {
        font-size: 16px;
        max-width: 100%;
    }
    .material-area-item .item .title {
        height: auto;
        padding-bottom: 15px;
    }
    .travel-tea-forest-entrance, .travel-cloud-hunting {
        padding: 30px 0 15px;
    }
    .travel-tea-forest-entrance h2.heading {
        max-width: 100%;
    }
    .travel-cultural-discovery {
        padding: 30px 0;
    }
    .travel-cultural-discovery .item {
        display: block;
    }
    .travel-cultural-discovery .item .image {
        width: 100%;
    }
    .travel-cultural-discovery .item .title {
        width: 100%;
        padding: 15px;
    }

    .cloud-hunting-item {
        gap: 10px;
    }
    .cloud-hunting-item .slider-for img {
        height: 360px;
    }
    .cloud-hunting-item .slider-nav img {
        height: 112px;
    }
    .cloud-hunting-item .item .title h3 {
        font-size: 14px;
        padding: 10px;
    }
    .travel-tab-sign .title {
        font-size: 18px;
        max-width: 100%;
    }
    div#travelFormPopup .modal-content {
        padding: 20px 10px 5px;
    }

}
