/*
 Theme Name:   Travolo Child
 Theme URI:    http://vecurosoft.com/products/wordpress/travolo/
 Description:  This is a child theme for Travolo WordPress Theme
 Author:       Vecurosoft
 Author URI:   http://vecurosoft.com/
 Template:     travolo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  travolo-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.destination-template-default.single.single-destination .breadcumb-wrapper{
	display: none;
}

/* destination banner css */
#destination_bg {
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 230px;
    padding-bottom: 230px;
    background-size: cover;
    position: relative;
    background-position: center;
}

#destination_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.62); /* Black overlay with 62% opacity */
    z-index: 1; /* Ensure it's behind the text */
}

#destination_bg .destination_heading {
    width: calc(100% - 190px);
    max-width: 100%;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--white-color);
    padding-left: 200px;
    z-index: 2; /* Ensure the text appears above the overlay */
}

#destination_bg .destination_heading h1 {
    font-size: 48px;
    font-weight: 600;
    color: var(--white-color);
    z-index: 2; /* Ensure the heading text is above the overlay */
}

/* destination general information css */
.general_info {
    padding-top: 50px;
    padding-bottom: 23px;
}
.general_info h1, .customized-trips h1, .group-trips h1 {
    text-align: center;
    font-size: 48px;
    
}

/* destination divider */
.destination_divider{
    background-color: var(--theme-color);
    height: 3px!important;
    margin-bottom: 50px;
}
/* end destination divider */

/* destination gallery css */
.gallery-carousel {
    padding-bottom: 40px;
}
.gallery-carousel img {
    width: 100%;
    height: auto !important;
    border-radius: 10px;
}

.gallery-carousel .slick-slide {
    padding-right: 15px!important;
}
.gallery-carousel ul.slick-dots {
    padding-top: 20px;
}

/* realted trips */
/*.related-trips .trip-cards {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}*/
.slick-slider-customized .trip-card,
.slick-slider-group .trip-card{
    margin: 0 10px;
}

.slick-slider-customized .slick-list,
.slick-slider-group .slick-list{
    margin-left: -10px;
    margin-right: -10px;
}

.trip-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    /*width: 386px!important;*/
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 550px !important;
    max-height: 550px !important;
    
}

.trip-card .trip-image {
    position: relative;
}

.trip-card .trip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discount-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: orange;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.trip-info {
    padding: 24px;
    text-align: left;
}

.trip-info h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0;
}
.trip-info h2:hover{
	color: #ff681a;
}
.trip-info p {
    margin: 5px 0;
    line-height: 1.8 !important;
}

.trip-info .trip-destination i,
.trip-info .trip-duration i {
    margin-right: 5px;
}

.trip-info .trip-price {
    font-size: 23px;
    font-weight: 600;
    color: #000;
}

.btn.btn-primary {
    display: inline-block;
    padding: 10px 20px;
    background-color: black;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn.btn-primary:hover {
    background-color: #444;
}

span.wpte-icon-map-marker, span.wpte-icon-clock {
    color: var(--primary-color);
    margin-right: 8px;
}

.trip_main_info{
	border-top: 1px solid rgba(6, 22, 38, .1);
    margin-top: 20px;
}
.trip_price_btn{
	display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.trip_price_btn a {
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-weight: 500;
    border-color: transparent;
}
.trip_price_btn a:hover{
	background: #37D4D9!important;
    border-color: transparent !important;
}
.customized-trips, .group-trips{
    margin-bottom: 50px;
}

.related-trips .slick-arrow {
    border: none;
    color: #505050;
    font-size: 16px;
}
.customized-trips h1, .group-trips h1{
	margin-bottom: 25px;
}

/* download button */
button#tab-download-btn {
    background: var(--primary-color);
    border: none;
    color: #fff;
    padding: 7px 16px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
   
}
#destination_info .destination_info_btn{
	width: 30%;
    max-width: 30%;
    margin: 20px auto;
}
#destination_info .destination_info_btn input{
	background: #ffc300;
    text-transform: uppercase;
    font-weight: 600;
    height: 47px;
    line-height: 18px;
}
#destination_info .half_form_data span.wpcf7-form-control-wrap, #destination_info .half_form_data input{
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    height: 50px;
}
#destination_info .half_form_data span select{
	border-radius: 3px;
    padding-left: 16px;
}
.wpcf7-not-valid-tip{
	line-height: 21px;
}
#footer_form input,#footer_form select  {
    width: 100% !important;
    max-width: 100%;
    background: transparent;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px !important;
}
#footer_form select option{
	color: #000;
}
#footer_form .destination_info_btn {
    width: 30%!important;
    max-width: 30%!important;
    margin: 0px !important;
}
#footer_form .destination_info_btn input {
   border-radius: 10px!important;
   border-bottom: 0px!important;
}
#footer_form select{
    appearance: auto!important;

}
.tab-content{
   padding:	0px!important;
}
.wp-travel-engine-itinerary-header, .wp-travel-engine-faq-tab-header{
	margin: 0px!important;
}
.post-data.itinerary.wte-trip-itinerary-v2 {
    margin-top: 30px;
}
#tabs-container .nav-tab-wrapper{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
/* Nav tab wrapper */
.wpte-tabs-container .nav_tab_warpper_full{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.wpte-tabs-container.fixed-header .nav-tab-wrapper.nav_tab_warpper_full {
    justify-content: center;
}
.wpte-tabs-container.fixed-header .nav-tab-wrapper.nav_tab_warpper_full .download_share_btn,
.wpte__select-options ul li:nth-child(5) {
    display: none;
}

li[data-value="rating"] {
    display: none;
}
/* share btn css */
.share-container {
  position: relative;
}

.share-icon {
  display: flex;
    align-items: center;
    cursor: pointer;
    width: fit-content;
    background: var(--primary-color);
    border: none;
    color: #fff;
    padding: 7px 16px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
}

.share-icon i {
  margin-right: 5px;
}

.share-options {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  width: 150px;
}

.share-options.open {
  max-height: 150px;
}

.share-options a {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  color: #4c4c4c;
  text-decoration: none;
}

.share-options a i {
  margin-right: 10px;
}

.share-options a:hover {
  background-color: #fff;
  color: var(--primary-color);
}
.download_share_btn{
  display: flex;
    gap: 20px;	
}
footer .wpcf7-response-output {
    color: #fff !important;
    display: none;
}
.wpcf7 form .wpcf7-response-output{
	display: none;
}
footer{
padding: 0px;
}

@media(max-width: 992px){
#tabs-container .nav-tab-wrapper {
    display: flex;
    align-items: baseline;
    flex-direction: column-reverse;
}
 div#destination_info{
	display: flex;
    flex-direction: column;
    gap: 13px;
	}
 #destination_info .half_form_data {
    display: flex;
    flex-direction: column;
    gap: 13px;
	}
 .wpte-tabs-container .nav_tab_warpper_full{
 	align-items: start !important;
    flex-direction: column-reverse !important;
 }
 .download_share_btn{
 	margin-top: -11px;
 }
 .nav-tab-wrapper .tab-inner-wrapper{
  width: 100%!important;
 }
}

@media(min-width: 992px){
#destination_info {
	display: flex;
    flex-direction: column;
    gap: 20px;
	}
#destination_info .half_form_data {
    display: flex;
    gap: 20px;
	}    
#destination_info .destination_info_btn{
	width: 10%;
    max-width: 10%;
    margin: 20px auto;
	}
.half_form_data select{
	height: 50px;
	}
}
/* 🔹 1. Hide the entire header buttons section on desktop only */
@media (min-width: 1025px) {
  .header-btns {
    display: none !important;
  }
}

/* 🔹 2. Hide the search box and its toggle button on all devices */
.searchBoxTggler,
.popup-search-box {
  display: none !important;
}
