
/* ===========================================================================
                    SINGLE LISTING PAGE CSS
=========================================================================== */
.signalListWrap {
	 background-color: #09253b;
	 padding: 30px 0 80px;
	 position: relative;
}
 .signalListWrap:after {
	 top: -70px;
	 height: 80px;
	 width: 100%;
	 display: flex;
	 flex-wrap: wrap;
	 content: "";
	 position: absolute;
	 background-image: url('../images/4separator.png');
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: top center;
}

.tour-card-wrap{
    display: flex ;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 3px;
    line-height: 1;
    position: relative;
    box-shadow: 0px 0px 0px 1px #939fa480;
}
/*  */
.tour-card-wrap .tour-image{ 
    width: 100%;
    max-width: 295px;
    height: 237px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}
.tour-card-wrap .tour-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tour-card-wrap .tour-image .tour-meta{
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}
.tour-card-wrap .tour-image .tour-location{
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 4px;
    display: inline-block;
    margin: 10px;
    background: #00000080;
}
.tour-card-wrap .tour-image .tour-location i{
    font-size: 13px;
    margin: 0 2px 0 0;
}

/* Tour Details */
.tour-card-wrap .tour-details{
    flex: 2;
    padding: 10px 15px;
    display: block;
}
.tour-card-wrap .tour-details .tour-title a{
    font-size: 20px;
    line-height: 1.2;
    color: #09253b;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 8px;
} 
/* 2 */
.tour-card-wrap .tour-details .tour-rating{
    display: flex ;
    align-items: center;
    padding: 0px 0 0 0px;
    color: #09253b;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
}
.tour-card-wrap .tour-details .tour-rating span.rating-score{
    color: #fff;
    padding: 4px 8px;
    display: inline-block;
    background-color: #104318;
    border-radius: 25px;
    font-size: 13px;
}
.tour-card-wrap .tour-details .tour-rating span.rating-score i{
    font-size: 10px;
    width: auto;
    height: auto;
    line-height: 1;
    color: #fff;
}
.tour-card-wrap .tour-details .tour-rating span.rating-text{
    margin: 0 0 0 5px;
    text-transform: capitalize;
}

/* 3 */
.tour-card-wrap .tour-details .tour-features{
    width: 100%;    
    display: flex ;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}
.tour-card-wrap .tour-details .tour-features li{
    color: #09253b;
    font-size: 11px;
    text-transform: capitalize;
    width: 50%;
    padding: 5px 40px 5px 0;
    font-weight: 500;
    opacity: 1;
    display: flex ;
}
.tour-card-wrap .tour-details .tour-features li i{
    color: #104318;
    margin: 0 5px 0 0;
}

/* 4 */
.tour-card-wrap .tour-details .tour-amenities{
    display: flex ;
    flex-wrap: wrap;
}
.tour-card-wrap .tour-details .tour-amenities li{
        padding: 4px 8px;
    font-size: 14px;
} 
/* 5 */
.tour-card-wrap .tour-details .tour-info{
    background: #eff1f4;
    padding: 8px;
    border-radius: 4px;
    display: flex ;
    align-items: center;
    justify-content: space-between;
}
.tour-card-wrap .tour-details .tour-info p{
    padding: 0;
    margin: 0;
}
.tour-card-wrap .tour-details .tour-info .pickup-drop{
    color: #09253b;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
}
.tour-card-wrap .tour-details .tour-info .tour-duration{
    background: #fff;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
}
/* 6 */
.tour-card-wrap .tour-details ul.tour-categories{
    /* display: flex ;
    flex-wrap: wrap;
    padding: 10px 0 0; */
}
.tour-card-wrap .tour-details ul.tour-categories{
    display: flex ;
    flex-wrap: wrap;
    padding: 5px 8px;
    font-size: 14px;
    background: #eff1f4;
    border-radius: 75px;
    margin: 10px 2px 2px;
    display: inline-block;
}

/*  */
.tour-card-wrap .tour-pricing{
    flex: 1;
    padding: 15px;
    display: flex ;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 4px;
    flex-direction: column;
    background-color: #f65c061a;
}
/*  */
.tour-card-wrap .tour-pricing .pricing-header{}
.tour-card-wrap .tour-pricing .pricing-header span.free-cancellation{
    color: green;
    font-size: 10px;
    width: 100%;
    padding: 8px 0;
    text-transform: capitalize;
}
/* 2 */
.tour-card-wrap .tour-pricing .price-main{
    font-size: 24px;
    font-weight: 800;
    background-color: transparent;
    border: transparent;
    text-align: center;
    padding: 0px 0;
}
.tour-card-wrap .tour-pricing .price-main span.our-price{

}
.tour-card-wrap .tour-pricing .price-main span.our-price i{

}
/* 3 */
.tour-card-wrap .tour-pricing .price-options{
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #0000001a;
    font-size: 16px;
    font-weight: 900;
}
.tour-card-wrap .tour-pricing .price-options label{
    width: 100%;
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: capitalize;
}
.tour-card-wrap .tour-pricing .price-options select{
    width: 100%;
    border: none;
}

.tour-card-wrap .tour-pricing .price-actions{
    display: flex ;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.tour-card-wrap .tour-pricing .price-actions a.btn-enquiry{
    background-color: #ffab7d42;
    border: 1px solid #ffab7d42;
}
.tour-card-wrap .tour-pricing .price-actions a{ 
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 12px 0;
    border-radius: 8px;
    text-transform: capitalize;
    width: 49%;
}
.tour-card-wrap .tour-pricing .price-actions a i{}



/*  */
.tour-card-wrap .tour-accordion{
    display: flex ;
    flex-wrap: wrap;
    background: #dee2e6;
    width: 100%;
}
.tour-card-wrap .tour-accordion .accordion-headers{
    display: flex ;
    flex-wrap: wrap;
    background: #dee2e6;
    width: 100%;
}
.tour-card-wrap .tour-accordion .accordion-headers .accordion-items {
    background-color: transparent;
    border-bottom: 0px solid transparent;
    border: none;
    border-radius: 0;
    border-left: 1px solid #fff;
}
.tour-card-wrap .tour-accordion .accordion-headers .accordion-items button.btn {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 20px;
    line-height: 1;
    text-transform: capitalize;
    background: transparent;
    border: 0px solid transparent;
}
.tour-card-wrap .tour-accordion .accordion-headers .accordion-items button.btn.active{
    color: #fff;
    background-color: #09253b;
    border-radius: 5px 5px 0px 0;
}

/*  */
.tour-card-wrap .tour-accordion .accordion-body-section{
    width: 100%;
} 

.tour-card-wrap .tour-accordion .accordion-body-section .supplier-detail{
    display: flex ;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f3f4f5;
    border-radius: 5px;
    margin: 5px 0;
    padding: 12px;
}
.tour-card-wrap .tour-accordion .accordion-body-section .supplier-detail .vendorName {
    flex: 1 1;
}
.tour-card-wrap .tour-accordion .accordion-body-section .supplier-detail .vendorName span {
    font-size: 11px;
    text-transform: capitalize;
    width: 50%;
    padding: 0px 0 10px;
    color: #a7b0b4;
    font-family: 'poppinsMedium';
}
.tour-card-wrap .tour-accordion .accordion-body-section .supplier-detail .vendorDetails {
    flex: 2 1;
    font-size: 11px;
    text-transform: capitalize;
    width: 50%;
    padding: 0px 0 10px;
    color: #333;
    font-family: 'poppinsMedium';
}
.tour-card-wrap .tour-accordion .accordion-body-section .supplier-detail .vendorPrice {
    flex: 0.5 1;
    text-align: right;
    font-size: 20px;
    color: #104318;
    font-family: 'MontserratExtraBlod';
    font-weight: 900;
}
.tour-card-wrap .tour-accordion .accordion-body-section .supplier-detail .vendorBtn {
    padding: 0 10px;
}
.tour-card-wrap .tour-accordion .accordion-body-section .supplier-detail .vendorBtn a {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 8px;
    text-transform: capitalize;
    width: 49%;
}
.tour-card-wrap .tour-accordion .accordion-body-section .supplier-detail p{}
.tour-card-wrap .tour-accordion .accordion-body-section .supplier-detail p.supplier-price{}
.tour-card-wrap .tour-accordion .accordion-body-section .supplier-detail h3{}
.tour-card-wrap .tour-accordion .accordion-body-section .supplier-detail a.btn-enquiry{}

.accordion-body-section > .accordion-body {
    display: none;
    padding: 10px;
} 
.accordion-body-section > .accordion-body.active {
    display: block;
    animation: fadeIn 0.3s;
}
.accordion-header-btn:focus, 
.accordion-header-btn:active, 
.accordion-header-btn:hover{
    outline: none;
    border: none;
    box-shadow: unset; 
}


/*  */ 
.tour-card-wrap .tour-accordion .faq-item {
      background: #fff;
      border-radius: 6px;
      margin-bottom: 1rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      overflow: hidden;
}
.tour-card-wrap .tour-accordion     .faq-question {
      cursor: pointer;
      padding: 1rem 1.5rem;
      font-weight: 700;
      position: relative;
      user-select: none;
    }
.tour-card-wrap .tour-accordion     .faq-question::after {
      content: '+';
      position: absolute;
      right: 1.5rem;
      font-size: 1.5rem;
      transition: transform 0.3s ease;
    }
.tour-card-wrap .tour-accordion     .faq-question.active::after {
      content: '-';
      transform: rotate(180deg);
    }
.tour-card-wrap .tour-accordion     .faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 1.5rem;
      background: #f0f4ff;
      transition: max-height 0.4s ease, padding 0.4s ease;
      font-weight: normal;
      line-height: 1.5;
    }
.tour-card-wrap .tour-accordion     .faq-answer.open {
    padding: 1rem 1.5rem;
    max-height: 500px; /* enough to show content */
}
/* ===========================================================================
                    SINGLE LISTING PAGE CSS
=========================================================================== */


/* ===========================================================================
                    LISTING DETAILS PAGE CSS
=========================================================================== */
.package-info{
    margin: 20px 0 30px;
}
.listing-slider-wrapper{
    position: relative;
    max-height: 500px;
}
.listing-item .listing-image img{
    max-height: 500px;
}
.listing-slider .owl-nav{
    display: none;
}
.listing-slider .owl-dots{
    position: relative; 
    top: -42px;
    text-align: center;
}
.listing-slider .owl-dots button{
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
}
.listing-slider .owl-dots button.active{
    opacity: 1;
}

.package-actions{
    display: flex ;
    flex-wrap: wrap;
    padding: 15px 0;
    justify-content: space-between;
}
.package-actions a{
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 18px 0;
    border-radius: 4px;
    text-transform: capitalize;
    width: 49%;
    display: block;
}
.package-actions a.package-actions__btn--enquiry{
    background-color: #ffab7d42;
    border: 1px solid #ffab7d42;
}
.package-actions a.package-actions__btn--book{
    color: #fff;
    background-color: #ff5a00;
    border: 1px solid #ff5a00;
}

.tour-details{
    position: relative;
}
/* 01 */
.tour-details .tour-header{
    width: calc(100% - 100px);
}
.tour-details .tour-header h1{
    font-size: 27px;
    line-height: 1.2;
    color: #09253b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    font-weight: 700;
}
.tour-details .tour-header button.favorite-btn{
    position: absolute;
    right: 0;
    top: 0; 
    background: transparent;
    border: 1px solid transparent;
}
.tour-details .tour-header button.favorite-btn svg{
    font-size: 15px;
    color: #f65c06;
    width: 45px;
    height: 45px;
    padding: 10px;
    background: #f6f8fb;
    border-radius: 50px;
    line-height: 40px;
    margin: 0 0px 0 15px;
}
/* 02 */
.tour-details .tour-rating{
    display: flex ;
    align-items: center;
    padding: 0px 0 0 0px;
}
.tour-details .tour-rating span.rating-score{
    color: #fff;
    padding: 2px 12px;
    display: inline-block;
    background-color: #104318;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
}
.tour-details .tour-rating span.rating-score i{
    font-size: 10px;
    width: auto;
    height: auto;
    line-height: 1;
    color: #fff;
    padding: 0 0 0 2px;
}
.tour-details .tour-rating .rating-label{
    color: #09253b;
    font-size: 13px;
    text-transform: capitalize;
    width: auto;
    padding: 5px 40px 5px 0;
}

/* 03 */
.tour-details .tour-pricing{}
.tour-details .tour-pricing h2.price-amount{
    color: #09253b;
    font-size: 27px;
    width: auto;
    padding: 0px 0;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}
.tour-details .tour-pricing span.discount{}

/* 04 */
.tour-details .tour-highlights{
    width: 100%;
}
.tour-details .tour-highlights ul{
    display: flex ;
    flex-wrap: wrap;
    margin: 0px 0 15px 0;
}
.tour-details .tour-highlights ul li{
        color: #09253b;
    font-size: 13px;
    text-transform: capitalize;
    width: auto;
    padding: 5px 40px 5px 0;
    font-weight: 500;
    opacity: 0.8;
}
.tour-details .tour-highlights ul li i{
        color: green;
} 

/* 05 */
.tour-details .vendor-pricing{}
/* 06 */
.tour-details .package-info{}
.tour-details .package-info h2{
    font-size: 14px;
    line-height: 1.2;
    color: #09253b;
    font-weight: 700;
    padding: 5px 5px 0 0px;
    width: 100%;
}
.tour-details .package-info ul{
    margin-bottom: 15px;
    width: 100%;
    display: flex ;
    flex-wrap: wrap;
}
.tour-details .package-info ul li{
        width: 50%;
    font-size: 14px;
    line-height: 1.2;
    color: #09253b;
    font-weight: 400;
    padding: 5px 0;
}
/* 07 */
.tour-details .tour-amenities{}
.tour-details .tour-amenities h2{
    display: none;
}
.tour-details .tour-amenities ul{
    display: flex ;
}
.tour-details .tour-amenities ul li{
    flex: 1 1;
}
.tour-details .tour-amenities ul li + li{
    border-left: 1px solid #e7f1ff;
} 
.tour-details .tour-amenities ul li img{
    max-height: 24px;
    margin: 0 auto 5px;
    display: block;
}
.tour-details .tour-amenities ul li span{
    text-align: center;
    width: 100%;
    display: block;
    color: #09253b;
    font-size: 12px;
    text-transform: capitalize; 
    font-weight: 500;
}

/*  */
.package-details{
    display: flex ;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

/* LEFT */
.package-details__content{
    width: calc(100% - 370px);
    background-color: #f5f5f8;
    padding: 20px;
    margin: 0 auto 25px;
}
.package-details__content h2{
    font-size: 21px;
}

/* RIGHT */
.package-details .package-sidebar{
    width: 350px;
    margin-left: 20px;
}
.package-details .package-sidebar form{
    position: sticky;
    top: 10px;
    padding: 20px;
    border-radius: 0px;
    background: #f5f5f8;
    box-shadow: 0 6px 20px 0px #939fa41f;
}
.package-details .package-sidebar form h2{
    color: #212529;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 12px;
}
.package-details .package-sidebar form .form-group{ }
.package-details .package-sidebar form .form-group label{
    width: 100%;
    font-size: 14px;
    border: 0;
    color: #212529;
    padding: 0px 0px;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}
.package-details .package-sidebar form .form-group input{ 
    height: 40px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 5px;
    background-color: transparent;
    border: 1px solid #212529;
    padding: 0 10px;
}
.package-details .package-sidebar form .form-group textarea{ 
    height: 60px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 5px;
    background-color: transparent;
    border: 1px solid #212529;
    padding: 0 10px;
}
.package-details .package-sidebar form button{
    font-size: 16px;
    padding: 10px 0px;
    text-transform: capitalize;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-color: #f65c06;
    border: 1px solid #f65c06;
}

article.package-overview {
    width: 100%;
    padding: 10px;
    background: #fff;
    margin: 0px 0px 20px;
}

h2.section-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin: 10px 0;
    overflow: hidden;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px !important;
}
.accordion-item:first-of-type {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;;
}

section.package-policy {
    background: #fff;
    padding: 10PX;
    margin-bottom: 20px;
}
.package-policy .accordion-body {
    padding: 0 !important;
}
.accordion-body h3 {
    font-size: 18px;
    margin: 30px 0 10px;
}
.accordion-body table {
    width: 100%;
    display: block;
    /* border: 1px solid #ccc; */
}

.accordion-body table thead {
    background: #f65c06;
}

.accordion-body table th, .accordion-body table td {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
}

.accordion-body table th {
    color: #fff;
}
section.package-faq {
    background: #fff;
    padding: 10px;
}
span.day-label {
    width: 60px;
}
.accordion-button {
    align-items: flex-start;
    }