/*
Font
*/
@font-face {
    font-family: 'Daybreaker';
    src: url('../fonts/Daybreaker.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EBGaramond';
    src: url('../fonts/EBGaramond-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body.page-id-1735 .header-logo-style-2 {
    background: transparent;
    transition: background-color 0.3s ease, top 0.3s ease;
    /* opacity: 0; */
}
body.page-id-1735 .header-logo-style-2.scrolled {
    background: #800404 !important; 
    opacity: 1;
}

body.page-id-1735 .site-content {
    padding-top: 0;
}

/*  */
.tea-room-banner {
    position: relative;
    text-align: center;
}
.tea-room-banner .content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
}
.tea-room-banner .content h1.heading {
    font-family: 'EBGaramond' !important;
    margin: 50px 0 30px;
}
.tea-room-banner .content .description {
    color: rgba(255, 255, 204, 0.85);
    font-size: 22px;
    font-style: italic;
}
.tea-room-banner .content .description p {
    margin-bottom: 0;
}
.tea-appreciation-packet {
    background-image: url('../../assets/img/bg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*  */
.packages-price {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.packages-price:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%; 
    width: 1px;
    background: linear-gradient(to bottom, transparent, #800404, transparent);
    pointer-events: none;
}

.packages-price .item {
    display: table-row;
    position: relative;
}

.packages-price .item span {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: top;
    color: #800404;
    font-size: 15px;
}

.packages-price .item span.title {
    width: 27%;
    font-weight: bold;
}

.packages-price .item span.content {
    width: 75%;
}

.packages-price .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #800404, transparent);
}

.packages-price .item:last-child:after {
    display: none;
}

/*  */
.packages-step {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    color: #800404;
    margin: 20px 0;
}
.packages-step .item {
    width: 48.5%;
}
.packages-step .item .title {
    font-size: 18px;
    font-weight: 600;
}
.packages-step .item .content ul li{
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 25px;
}


/*  */
.gallery-slider .slick-list {
  padding-left: 0 !important;   
  padding-right: 30% !important; 
}

.packages-gallery .slick-slider .slick-dots {
    bottom: -40px;
}
.packages-gallery .gallery-slider .item img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}


/*  */
.tea-appreciation-packet .box-left,
.tea-appreciation-packet .box-right {
    margin-bottom: 50px;
}
.tea-appreciation-packet .box-left {
    background-image: linear-gradient(to right, rgba(255, 204, 102, 0.7), rgba(255, 204, 102, 0.6), rgba(255, 204, 102, 0.5), rgba(255, 204, 102, 0.2), rgba(255, 204, 102, 0.6));
    padding: 36px 20px 20px;
}
.tea-appreciation-packet .box-left .logo {
    text-align: center;
    margin-bottom: 20px;
}
.tea-appreciation-packet .box-left .logo img {
    max-width: 200px;
    margin: 0 auto;
}
.tea-appreciation-packet .box-left h2.title {
    font-family: 'Daybreaker' !important;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #006633;
}
.tea-appreciation-packet .box-left .desc {
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    color: #800404;
    font-size: 20px;
}
.tea-appreciation-packet .box-left .product-item {
    text-align: center;
}
.tea-appreciation-packet .box-left .product-item a {
    background: #006633;
    color: #ffffcc;
    padding: 4px 15px;
    border-radius: 8px;
    text-transform: uppercase;
}
.tea-appreciation-packet .box-left .product-item a:hover {
    background: #800404;
}
.tea-appreciation-packet .box-left .packages-gilf {
    background: #800404;
    color: #ffffcc;
    text-align: center;
    padding: 20px 15px 5px;
    font-size: 15px;
}
.tea-appreciation-packet .box-left .packages-gilf li {
    list-style: none;
}
.tea-appreciation-packet .box-left .packages-gilf strong {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tea-appreciation-packet .box-right {
    padding-top: 30px;
    font-style: italic;
}
.tea-appreciation-packet .box-right .content-editor {
   font-size: 18px;
   font-weight: 600; 
   color: #800404;
}
.tea-appreciation-packet .left-long-tra-hoi-tu .box-left {
    padding-top: 80px;
}
.tea-appreciation-packet .left-long-tra-hoi-tu .box-left h2.title {
    margin: 20px 0;
}
.tea-appreciation-packet .left-long-tra-hoi-tu .box-left .packages-price {
    margin: 30px 0 50px;
}
.tea-appreciation-packet .left-long-tra-hoi-tu .box-left .packages-gilf {
    margin-bottom: 70px;
}

.tea-appreciation-packet .right-long-tra-thuong-dinh .box-right .packages-step {
    margin-bottom: 50px;
}
.tea-appreciation-space-choose {
    position: relative;
    padding: 60px 0 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/* .tea-appreciation-space-choose::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 4, 4, 0.6);
} */


@media (min-width: 768px) {
    .retail-experience-package .slick-slider .slick-dots {
        display: none;
    }
}

.slick-dots li button:before {
    font-size: 10px !important;
    color: #990000 !important;
    font-style: normal;
}

.retail-experience-package .heading {
    text-align: center;
    line-height: normal !important;
    color: #990000;
    -webkit-text-fill-color: unset;
    margin-bottom: 0 !important;
}
.retail-experience-package .retail-description {
    max-width: 60%;
    margin: 0 auto 30px;
    text-align: center;
    color: #990000;
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
}
.retail-experience-package .retail-content .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}
.retail-experience-package .retail-content .slick-slider {
    margin-left: -10px;
    margin-right: -10px;
}
.retail-experience-package .retail-content .item {
    background-image: linear-gradient(to right, rgba(255, 204, 102, 0.7), rgba(255, 204, 102, 0.6), rgba(255, 204, 102, 0.5), rgba(255, 204, 102, 0.2), rgba(255, 204, 102, 0.6));
    padding: 12px;
}
.retail-experience-package .retail-content .item .image {
    display: block;
    overflow: hidden;
}
.retail-experience-package .retail-content .item .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s;
}
.retail-experience-package .retail-content .item:hover .image img {
    transform: scale(1.1);
}
.retail-experience-package .retail-content .item .content .title {
    margin: 15px 0 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #990000;
}
.retail-experience-package .retail-content .item .content .description {
    font-style: italic;
    color: #990000;
}
.retail-experience-package .retail-content .item .price-quickby {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}
.retail-experience-package .retail-content .item .price-quickby .price {
    color: #003333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}
.retail-experience-package .retail-content .item .price-quickby .quick-by a {
    background: #003333;
    color: #ffffcc;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 5px;
}
.retail-experience-package .retail-content .item .price-quickby .quick-by a:hover {
    background: #990000;
}

.tea-appreciation-space-choose .container {
    position: relative;
    z-index: 3;
}
.tea-appreciation-space-choose h2.heading {
    font-size: 34px !important;
    line-height: normal !important;
}
.tea-appreciation-space-choose .choose-item {
    position: relative;
    background-image: linear-gradient(to top right, rgb(214, 154, 67), rgb(214, 154, 67), rgb(255, 240, 163), rgb(253, 215, 118));
    text-align: center;
    padding: 40px 50px;
    margin-bottom: 30px;
    border-radius: 120px;
    color: #800404;
    min-height: 250px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tea-appreciation-space-choose .choose-item::before {
    position: absolute;
    content: '';
    top: 6%;
    left: 3%;
    border: 1px solid #800404;
    padding: 10px;
    width: 94%;
    height: 88%;
    border-radius: 120px;
}
.tea-appreciation-space-choose .choose-item .title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.tea-appreciation-space-choose .choose-item .description {
    font-size: 18px;
}


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

/* Toast animation */
.toast-fade {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.toast-show {
    opacity: 1 !important;
}
.toast-hide {
    opacity: 0 !important;
}
#bookingSuccess {
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 15px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2);
    width: fit-content;
}




/* -- Responsive -- */
@media (min-width: 768px) and (max-width: 1024px) {
    .tea-room-banner .content h1.heading {
        margin: 50px 0 15px;
        font-size: 40px;
    }
    .tea-appreciation-packet .left-long-tra-hoi-tu .box-left {
        padding-top: 50px;
    }
    .tea-appreciation-packet .box-left .logo img {
        max-width: 160px;
    }
    .tea-appreciation-packet .box-left h2.title {
        font-size: 32px;
    }
    .tea-appreciation-packet .box-left .desc {
        font-size: 16px;
    }
    .packages-gallery .gallery-slider .item img {
        height: 300px;
    }
    .tea-appreciation-packet .left-long-tra-hoi-tu .box-left .packages-gilf {
        margin-bottom: 20px;
    }
    .tea-appreciation-packet .box-left {
        padding: 30px 10px 20px;
    }
    .retail-experience-package .heading {
        font-size: 36px;
    }
    .retail-experience-package .retail-description {
        max-width: 100%;
    }
    .retail-experience-package .retail-content .item .price-quickby {
        display: block;
    }
    .retail-experience-package .retail-content .item .price-quickby .price {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .tea-appreciation-space-choose .col-md-4.col-sm-6.col-12 {
        width: 50%;
    }


}

@media (max-width: 767px) {
    
    .tea-room-banner .content h1.heading {
        margin: 10px 0;
        padding: 0 !important;
        font-size: 18px !important;
    }
    .tea-room-banner .content .description {
        font-size: 13px;
    }
    .tea-room-banner .logo-content img {
        width: 120px;
    }
    .tea-appreciation-packet .box-left .logo img {
        max-width: 150px;
    }
    .tea-appreciation-packet .box-left {
        padding-top: 40px !important;
    }
    .tea-appreciation-packet .left-long-tra-hoi-tu .box-left h2.title {
        margin: 15px 0;
    }
    .tea-appreciation-packet .box-left h2.title {
        font-size: 38px;
    }
    .tea-appreciation-packet .box-left .desc {
        font-size: 18px;
    }
    .tea-appreciation-packet .box-right {
        padding-top: 0;
    }
    .packages-step .item .title,
    .tea-appreciation-packet .box-right .content-editor {
        font-size: 16px;
    }
    .packages-step .item .content {
        font-size: 14px;
    }
    .packages-gallery .slick-slider .slick-dots {
        bottom: -30px;
    }
    .tea-appreciation-packet .right-long-tra-thuong-dinh .box-right .packages-step {
        margin-bottom: 20px;
    }
    .tea-appreciation-space-choose .choose-item {
        min-height: auto;
    }
    .tea-appreciation-space-choose h2.heading {
        font-size: 24px !important;
    }
    .tea-appreciation-space-choose .choose-item .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .tea-appreciation-space-choose .choose-item .description {
        font-size: 16px;
    }

    .packages-gallery .gallery-slider .item img {
        height: 300px;
    }
    .tea-appreciation-packet .left-long-tra-hoi-tu .box-left .packages-gilf {
        margin-bottom: 0;
    }
    .tea-appreciation-packet .box-left, .tea-appreciation-packet .box-right {
        margin-bottom: 30px;
    }
    .packages-gallery {
        margin-bottom: 60px;
    }
    .tea-room-banner .content {
        top: 60%;
    }

    .retail-experience-package .heading {
        font-size: 22px !important;
    }
    .retail-experience-package .retail-description {
        max-width: 100%;
        font-size: 14px;
    }
    .retail-experience-package .retail-content .item .image img {
        height: auto;
    }

    .col-md-4.col-12.left-long-tra-hoi-tu,
    .col-md-4.col-12.left-long-tra-thuong-pham,
    .col-md-4.col-12.left-long-tra-thuong-dinh {
        padding: 0;
    }

    .tea-appreciation-packet .box-left {
        padding: 36px 10px 20px;
    }
    .packages-price .item span.content {
        font-size: 13px;
    }
    .tea-appreciation-packet .box-left .packages-gilf {
        font-size: 14px;
    }


}