﻿/*banner*/
.banner{
    background-image: url('../image/destination-detail.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    position: relative;
    margin-top: -60px;
    z-index: 3;
    height: 550px;
}
.banner__text{
    text-align: center;
}
.banner__text h2{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 39px;
}
/*end banner*/
.extra-service-section {
    background-color: #fcfcfc;
    padding: 50px 0;
}

    .extra-service-section .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }

.extra-service-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}

.service-img-wrapper {
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

    .service-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.service-body-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    margin-bottom: 10px;
}
.service-title:hover {
    color: #dc3545;
}
.service-desc {
    color: #7f8c8d;
    font-size: 0.9rem;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px dashed #eee;
}

.service-price-tag {
    font-size: 1.4rem;
    font-weight: 800;
    color: #e74c3c;
}

/* Style cho khối dưới cùng */
.bottom-info-wrap {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px solid #eee;
}

.info-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

/* Fix icon và chữ không bị đè nhau */
.feature-list li {
    display: flex !important;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.feature-list i {
    width: 40px;
    height: 40px;
    background: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pagination-container {
    margin: 30px 0;
}
/*tour list*/
.tour{
    margin-top: -88px;
    position: relative;
    z-index: 3;
}
.main__tour{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
.main__tour__list{
    width: 74%;
}
.sidebar__tour{
    width: 24%;
}
.tab-container{
    margin-bottom: 30px;
}
.tabs{
    display: flex;
    flex-wrap: wrap;
}
.list__tabs{
    width: 145px;
    padding: 25px 0px;
    font-size: 14px;
    color: #808285;
    background-color: #f4f4f4;
    cursor: pointer;
    text-align: center;
    transition: all ease-in-out 0.3s;
}
.list__tabs i{
    font-size: 18px;
}
.list__tabs p{
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    color: #808285;
    margin-top: 8px;
    text-transform: uppercase;
}
.list__tabs:not(:last-child){
    border-right: 1px solid #d7d7d7;
}
.list__tabs:hover,
.list__tabs:hover p{
    color: #ffdc39;
}
.list__tabs.current{
    background-color: #fff;
    color: #ffdc39;
    margin-top: -8px;
    border-color: #fff;
    transition: all ease-in-out 0.3s;
}
.list__tabs.current p{
    color: #ffdc39;
}
.tab-content{
    display: none;
}

.tab-content.current{
    display: block;
}

.main__tab__content{
    display: flex;
    flex-wrap: wrap;
}
.list__tour{
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.tour__image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.tour__des{
    padding: 20px;
    border: 1px solid #ebebeb;
    border-top: none;
    border-bottom: none;
}
.tour__title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
} 
.tour__title a{
    font-family: "Poppins";
    font-size: 15px;
    color: #363636;
    font-weight: 700;
}
.tour__title a:hover{
    color: #ffdc39;
}
.tour__title span{
    font-family: "Poppins";
    font-size: 15px;
    color: #ffdc39;
    font-weight: 700;
}
.rating__tour span{
    font-size: 16px;
    color: #999999;
    line-height: 27px;
}
.rating__tour p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
    margin-top: 30px;
}
.tour__info{
    display: flex;
    gap: 30px;
    padding: 15px 30px;
    background-color: #ffdc39;
}
.tour__info p{
    font-size: 15px;
    color: #fff;
}
/*end tour list*/

/*sidebar tour*/
.find__destinations{
    padding: 30px;
    background-color: #f9f9f9;
}
.find__destinations h4{
    font-family: "Poppins";
    font-size: 20px;
    color: #363636;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin-bottom: 25px;
}
.form__group__search{
    display: flex;
    background-color: #fff;
    margin-bottom: 13px;
}
.form__group__search i{
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    color: #bbb;
}
.form__group__search input{
    padding-right: 15px;
}
.form__group__search input,
.form__group__search select{
    width: calc(100% - 56px);
    height: 56px;
    border: none;
    font-size: 12px;
    color: #808285;
    font-family: "Poppins";
    outline: none;
}
.form__group__search select optgroup{
    padding: 5px 0;
}

.price-range {
    padding: 10px 0;
}

.price-values {
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

    .price-values .price-values-number {
        width: 30%;
    }

.range-slider {
    position: relative;
    height: 6px;
    background: #eee;
    border-radius: 4px;
}

    .range-slider input[type="range"] {
        position: absolute;
        left: 0;
        top: -7px;
        width: 100%;
        height: 20px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
    }

    .range-slider input::-webkit-slider-thumb {
        pointer-events: all;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #ffdc39;
        cursor: pointer;
        -webkit-appearance: none;
    }

    .range-slider input::-moz-range-thumb {
        pointer-events: all;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #ffdc39;
        cursor: pointer;
    }

.choose{
    margin-top: 30px;
}
.group__check{
    margin-bottom: 15px;
}
.group__check input{
    display: none;
}
.group__check label{
    position: relative;
    cursor: pointer;
}
.group__check label::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    left: 0;
    top: 0;
}
.group__check label span{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
    margin-left: 30px;
}
	
.group__check input[type=checkbox]:checked + label:before {
    content: '\f00c';
    color: #fff;
    font-family: 'fontawesome';
    background-color: #ffdc39;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.form-search{
    position: relative;
}
.form-search button{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 56px;
    background-color: #ffdc39;
    border: none;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.form-search button:hover{
    background-color: #363636;
    transition: all ease-in-out 0.3s;
}

.image__sidebar{
    margin-top: 60px;
    margin-bottom: 30px;
}
.image__sidebar img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.newsletter__sidebar{
    background-image: url('../image/newsletter-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
}
.newsletter__sidebar h4{
    font-family: "Poppins";
    font-size: 20px;
    color: #363636;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin-bottom: 25px;
}
.newsletter__sidebar p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
    margin-bottom: 20px;
}
.form-sub input{
    width: 100%;
    height: 52px;
    border: 1px solid #ebebeb;
    font-size: 15px;
    color: #808285;
    padding-left: 20px;
    outline: none;
    margin-bottom: 15px;
}
.form-sub button{
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 56px;
    background-color: #ffdc39;
    border: none;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.form-sub button:hover{
    background-color: #363636;
    transition: all ease-in-out 0.3s;
}
/*end sidebar tour*/






@media only screen and (max-width: 1200px){
    .address__header,
    .nav__bar,
    header::before{
        display: none;
    }
    .header{
        width: 95%;
        padding: 0;
    }
    .logo{
        width: 30%;
    }
    .menu__bar{
        display: block;
    }



    .banner{
        position: static;
        height: 300px;
        margin-top: 0;
    }
    .tour{
        margin-top: 20px;
    }
    .main__tour{
        width: 95%;
        gap: 30px;
    }
    .main__tour__list,
    .sidebar__tour{
        width: 100%;
    }
    .list__tour{
        width: 50%;
    }


    .main__footer{
        width: 95%;
    }
    .footer__link{
        width: 50%;
    }
}

@media only screen and (max-width: 767.98px){
    .list__tabs{
        width: 100%;
        padding: 10px 0;
    }
    .list__tabs.current{
        border-bottom: 1px solid #d7d7d7;
    }
    .list__tabs:not(:last-child){
        border-right: none;
    }
    .list__tour{
        width: 100%;
    }


    .footer__link{
        width: 100%;
    }
    .ins__feed__img{
        width: 50%;
    }
}