@charset 'utf-8';
/*
  Theme Name: CasaMia Child
Theme URI: http://casamia.ancorathemes.com/
Description: CasaMia - excellent WordPress theme with many different blog and header layouts
Author: AncoraThemes
Author URI: http://ancorathemes.com/
  Template: casamia
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready

*/




/* =Theme customization starts here
-------------------------------------------------------------- */

/* fix submenu vertical text issue */
.submenu li, li.menu-item {
  width: auto !important; 
}



/* remove Uppercase in text fields */
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, textarea.wp-editor-area, .select_container, select, .select_container select,
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, textarea.wp-editor-area, .select_container, select, .select_container select{
    text-transform: none !important;
}

/* Couleur sous-menu */
.scheme_default .sc_layouts_menu_nav > li ul{
	background: linear-gradient(to right,	#73CBE6 0%, #73CBE6 100%) !important;
}
.sc_layouts_menu_nav>li>ul:before{
	border-bottom-color: #73CBE6;
}

/* Tourfic search form */
/* homepage */
.flatpickr-months .flatpickr-month{
    height: 60px;
}
.tf_homepage-booking{ 
    border: 0px ;
}
.tf_button, .btn-styled, .tf_submit-wrap{
	background: #319fda !important;
}
.btn-styled{
	border-color: #319fda !important;
}
.tf-booking-form-tab .btn-styled.active{
	background-color: #319fda !important;
	border-color: #319fda !important;
}

.tf-bottom-booking-bar .tf-bottom-booking-field-icon{
	background-color: #319fda;
}
input[type=submit].tf_btn, .tf_btn{
    color: #ffffff !important;
    box-sizing: border-box;
    font-size: 1.1rem;
}

/* Tourfic Search form on mobile*/
@media only screen and (max-width: 768px) {
    .tf-search-form-field-icon{
        font-size: 12px;
    }
    .tf_homepage-booking .tf_destination-wrap, .tf_homepage-booking .tf_selectperson-wrap, .tf_homepage-booking .tf_selectdate-wrap {
        padding: 10px 0;
        border-right:0;
    }
   
    .tf_selectperson-wrap .tf_input-inner{
        font-size: 12px;
        padding: 12px;
    }
    .tf_selectdate-wrap .tf_input-inner{
        padding-left:12px;
    }
        .tf_destination-wrap .tf_input-inner {
        padding: 0 12px;
    }
    .fa-search:before, .fa-user:before, .fa-calendar-alt:before {
    font-size: 12px;
}
.tf_destination-wrap, .tf_selectperson-wrap, .tf_selectdate-wrap{
    border-color: #efefef;
}
 /* recommended tours */
 #tf_recomended_section_wrapper .single_recomended_item{
     margin-bottom: 12px;
 }
}






/* recent destinations style */

#tf_recomended_section_wrapper .single_recomended_item .single_recomended_content .recomended_place_info_header h3 {
    font-weight: 500;
}
.single_recomended_content{
	border-radius: 5px;
}
#tf_recomended_section_wrapper .single_recomended_item .single_recomended_content .recomended_place_info_header{
    background: none;
}
.recomended_place_info_header, .recomended_place_info_header:hover, .single_recomended_item:hover, .single_recomended_item:hover .recomended_place_info_header{
	background: none;
}
.recomended_place_info_header{
	left:0;
}
.recomended_place_info_header h3{
	font-size: 1.438rem;
	line-height: 1.875rem;
	color: #ffffff;
	font-weight: 300;
}
.recomended_place_info_header p{
	color: #ffa752;
}
.single_recomended_content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(29,32,35,0) 0%, #1d2023 100%);
	-webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    border-radius: inherit;
}
.single_recomended_content:hover::before {
	opacity: 0;
}
#tf_recomended_section_wrapper .single_recomended_item{
    margin-bottom: 22px;
}

/* Latest tours section */
.tf-slider-item .tf-slider-desc h3{
    font-size: 1.438rem;
    font-weight: 500;
}
.tf-hotel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 2 columns */
    gap: 30px; /* optional: adds spacing between grid items */
    padding: 15px; /* optional: internal padding */
}
.tf-slider-item {
    margin: 0; /* or adjust as needed */
	box-shadow: 0 12px 40px rgba(0,0,0,0.1);
	height: 450px !important;
}
.tf-slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust color & opacity */
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    border-radius: inherit;
}
.tf-slider-item:hover::before{
	opacity: 0;
}
/* Ensure content is above the overlay */
.tf-slider-item > * {
    position: relative;
    z-index: 2;
}

/* Optional: Make sure .tf-slider-item is positioned */
.tf-slider-item {
    position: relative;
    
}
@media (max-width: 768px) {
    .tf-hotel-grid {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
    .tf-slider-item {
        max-width: 230px;
    }
    .tf-slider-item .tf-slider-desc a {
    font-size: 12px;
    }
}

.tf-slider-content{
	background: none;
	backdrop-filter: none;
	border:0;
}
.recent-tour-slider a{
	color: #ffffff !important;
}

/* Hide tour description */
.tf-widget-slider.recent-tour-slider p {
    display: none;
}


/* Tour page */
.tf-single-template__one {
    padding: 0px;
}
.top_panel{
    margin-bottom: 3.75rem;
}

/*.tf-single-template__one .tf-review-wrapper .tf-review-form .tf-review-form-container .tf-rating-wrapper .tf-form-single-rating .ratings-container label:before{*/
/*    display:none;*/
/*}*/




/* Center booking popup */
.tf-withoutpayment-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000; /* ensure it's above other elements */
  background: white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

/* offres a ne pas manquer table */
#table-offres table > tbody > tr:nth-child(2n+1) > td {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

 Fully transparent for even-numbered rows 
 #table-offres table > tbody > tr:nth-child(2n) > td {
    background-color: transparent;
    color: #fff;
}
#table-offres table td{
    border: none;
}
#table-offres table strong{
    color: #ffffff;
}
/* Mobile (up to 767px): 2rem padding */
@media (max-width: 767px) {
  .vc_custom_1747059265266 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

/* Tablet (768px to 1024px): 4rem left, 28rem right */
@media (min-width: 768px) and (max-width: 1024px) {
  .vc_custom_1747059265266 {
    padding-left: 4rem !important;
    padding-right: 28rem !important;
  }
}

/* Desktop (above 1024px): 40rem padding */
@media (min-width: 1025px) {
  .vc_custom_1747059265266 {
    padding-left: 12rem !important;
    padding-right: 40rem !important;
  }
}



/* single tour page */
#featured-gallery{
    display: none;
}
.check-in-time-div{
    display: none;
}
.tf-container {
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .tf-single-template__one .tf-single-head h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 575.98px) {
    .tf-single-template__one .tf-single-head .tf-head-info .tf-title-meta {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 768px) {
    .single-tf_tours .tf-single-template__one .tf-trip-feature-blocks .tf-feature-block h5 {
        font-size: 16px !important;
    }
}
.single-tf_tours .tf-single-template__one .tf-trip-feature-blocks .tf-feature-block .tf-feature-block-icon i {
    font-size: 20px !important;
}
@media only screen and (max-width: 768px) {
    .tf-mb-56 {
        font-size: 14px !important;
    }
}
.tf-single-template__one .tf-booking-form .tf-booking-form-inner h3 {
    font-size: 22px;
    margin-top: 0;
}
.tf-booking-form-inner.tf-mt-24{
    margin-top: 0;
} 
.tf-field-group input[type=text].tf-field, .tf-field-group .tf-field{
    font-size: 14px;
}
.tf-field-group i {
    font-size: 16px;
}
input[type=submit].tf_btn, .tf_btn{
    font-size: 14px;
}
.tf-single-template__one .tf-ask-enquiry h3 {
    font-size: 22px;
}
.tf-field::placeholder {
  font-size: 12px !important; /* Or whatever size you want */
}

/* Réserver form */
.tf_acrselection .acr-select input[type=number]{
    font-size: 16px;
}
.tf_acrselection .acr-inc, .tf_acrselection .acr-dec{
    font-size: 1.875rem;
}
@media only screen and (max-width: 768px) {
    .tf_acrselection .acr-inc, .tf_acrselection .acr-dec{
    font-size: 2.875rem;
}
}

.single-tf_tours .tf-single-template__one .tf-trip-info .person-info i {
    font-size: 22px;
}
.single-tf_tours .tf-single-template__one .tf-trip-info .person-info p {
    font-size: 12px;
}

.tf-single-template__one .tf-review-wrapper .tf-review-form .tf-review-form-container .tf-rating-wrapper .tf-form-single-rating>label {
    font-size: 1.4rem;
}
.tf-single-template__one .tf-review-wrapper .tf-review-form .tf-review-form-container .review-desc textarea{
    font-size: 1.4rem;
}

/*.tf-single-template__one .tf-review-wrapper .tf-review-form .tf-review-form-container .tf-rating-wrapper{*/
/*    display: none;*/
/*}*/

/* Group size and duration */
.single-tf_tours .tf-single-template__one .tf-trip-feature-blocks .tf-feature-block h5{
    margin-top: 5px;
    font-weight: 600;
}
.tf-feature-block-details {
  display: flex;
  align-items: center; /* Aligns vertically if heights differ */
  gap: 8px; /* Optional spacing between h5 and p */
}

/* Woocommerce login */
/*.woocommerce-form-login{*/
/*    width: 400px;*/
/*    margin: 0 auto !important;*/
/*}*/
/*.woocommerce-account h2 {*/
/*    text-align: center;*/
/*}*/

/* Footer newsletter button color */
footer .vc_col-sm-3 .footer-form .wpcf7-submit{
    background-color: #73cbe6;
}

/* No payment method checkout */
.wc_payment_methods .woocommerce-info {
    background: #fff0f0 !important;
    border: none;
    color: #b81c23;
}
.wc_payment_methods .scheme_default .woocommerce .woocommerce-info:before {
    color: #b81c23;
}

/* Vendor dashboard month */
select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]) {
    visibility: visible !important;
}

/* Back to top button */
.scheme_default .trx_addons_scroll_to_top, .scheme_default .trx_addons_cv .trx_addons_scroll_to_top{
    background-color: #ffa752;
}

/* Disable breadcrumbs */
.breadcrumbs{
    display: none;
}



/* Vols styling */
.flights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}

/* Flight ticket card */
.flight-card {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  background-image: radial-gradient(circle at top left, #f9fbff, #ffffff);
  box-sizing: border-box;
}

/* Ticket notches on the sides */
.flight-card::before,
.flight-card::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.flight-card::before {
  left: -20px;
}

.flight-card::after {
  right: -20px;
}

/* Heading */
.flight-card h3 {
  margin-top: 0;
  font-size: 1.6rem;
  color: white;
  background-color: #319fda;
  padding: 16px 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: 20px;
}

/* Paragraphs */
.flight-card p {
  margin: 6px 0;
  color: #555;
  padding-left: 50px;
}

/* Button */
.ticket-button {
  display: inline-block;
  margin: 24px 24px !important;
  background: #319fda;
  color: #ffffff !important;
  padding: 10px 24px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  float: right;
}

.ticket-button:hover {
  background: white;
  color: #319fda !important;
  border: 2px solid #319fda;
}

/* Responsive */
@media (max-width: 1024px) {
  .flights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .flights-grid {
    grid-template-columns: 1fr;
  }
}
/* Destinations page */
.tf-archive-listing__one .tf-search-results-list .tf-item-card .tf-item-details p, .tf-archive-template__one .tf-search-results-list .tf-item-card .tf-item-details p{
    font-size: 12px !important;
}
.tf-archive-listing__one .tf-search-results-list .tf-item-card .tf-item-details .tf-title h2, .tf-archive-template__one .tf-search-results-list .tf-item-card .tf-item-details .tf-title h2{
    font-size: 22px !important;
}
input[type="submit"].tf_btn_lite, .tf_btn_lite {
    background-color: #319FDA !important;
}

/* Tours product page */
/* Hide the gallery completely */
body.single-product.product_cat-tours .woocommerce-product-gallery {
    display: none !important;
}

/* Override default layout structure */
body.single-product.product_cat-tours .product {
    display: block !important;
}

/* Force summary full width */
body.single-product.product_cat-tours .summary {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    clear: both !important;
}

.product.product_cat-tours .woocommerce-page div.product div.summary {
   width: 100% !important;
}


/* woocommerce order summary */
.woocommerce .order_details li, .woocommerce-page .order_details li {
    line-height: 22px;
}

/* Tourfic booking popup fix */
/*.tf-withoutpayment-booking .tf-withoutpayment-popup .tf-booking-content-summery .tf-booking-summery .tf-booking-traveller-info{*/
/*    overflow-y: hidden;*/
/*    scrollbar-width: none;*/
/*}*/
  
  
 /*Vols searchbar width
#is-search-input-7849 {
    width: 80%;
} */

 /*Vols ajax search results width 
#is-ajax-search-result-7849{
    width : 10vw !important;
    left: 45vw;
}*/

/* OUTER SEARCH FORM (with radius) */
.is-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 20px auto;
    background: #f5f5f5;
    border-radius: 999px; /* full pill shape */
    overflow: hidden;
    box-shadow: 0 0 8px rgb(0 0 0 / 19%);
    border: none;
}

/* TEXT INPUT (no borders, shadows, or outline) */
.is-search-form input[type="search"] {
    flex: 1;
    padding: 12px 15px;
    border: none !important;
    outline: none !important;
    background: transparent;
    box-shadow: none !important;
    font-size: 15px;
    color: #333;
}

/* SUBMIT BUTTON (clean and seamless) */
.is-search-form input[type="submit"] {
    padding: 12px 20px;
    background-color: #0073aa;
    color: white;
    font-weight: 600;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

/* BUTTON HOVER EFFECT */
.is-search-form input[type="submit"]:hover {
    background-color: #005f8d;
}
.is-form-style input.is-search-submit, .is-search-icon{
    border: none;
}


/* Promo code field fix */
.woocommerce form.checkout_coupon input{
    padding: 12px 7px !important;
}
.woocommerce form.checkout_coupon button{
    height: 44px !important;
}

/* DOB field overlapping fix */
.traveller-single-info input[name*="tf_dob"] {
  width: 100%;
  box-sizing: border-box;
}

/**/
/* Even rows: light text */
#table-offres table tr:nth-child(even) td {
    color: #222222 !important;
}

/* Odd rows: dark text */
#table-offres table tr:nth-child(odd) td {
    color: #ffffff !important;
}

/* Make sure bold numbers follow the same */
#table-offres table tr td strong {
  color: inherit !important;
}

/*prices section padding bottom*/
#post-394 > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1745939633982.vc_row-has-fill.vc_row-no-padding.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex > div.offres-table.wpb_column.vc_column_container.vc_col-sm-10.vc_col-has-fill.sc_layouts_column_icons_position_left > div{
    padding-bottom: 60px;
}

/*Companie aérienne image height and size fix*/
body > div.body_wrap > div > div.page_content_wrap.scheme_default > div > div > article > div > div:nth-child(2) > img{
    max-height: max-content !important;
    width:200px !important;
}

/*cases à cocher style*/
.tf-extra-check-box input[type="checkbox"]:checked + .tf-checkmark {
    background-color: #007bff; /* example */
    border: 1px solid #007bff;
}

/* remove margin in p elements footer */
footer .widget p+p{
    margin-top: 0;
}

/*fix submenu list items width*/
ul.submenu.fadeOutDownSmall.animated.fast > li {
  width: -webkit-fill-available !important;
  width: -moz-available !important; /* for Firefox */
  width: stretch !important;        /* future standard */
}


/* hide tf tour map until fixed */
#tf-tour-map{
    display: none;
}


/* Remaining seats notification */
.notyf {
    bottom: 100px !important;
    top: revert !important;
}
.notyf__wrapper, .notyf__ripple{
    background-color: #FEA759 !important;
}
.notyf__icon--error{
    color: #FEA759 !important;
}

/*make gap smaller on homepage under "More destinations"*/
#post-394 > div > div > div:nth-child(14) > div > div > div > div.vc_empty_space.vc_custom_1505819922832.height_large{
    margin-bottom: 2.5rem !important;
}

/*color of the reviews text in the package*/
/*.scheme_default a {*/
/*    color: #efefef;*/
/*}*/

/*Padding fix of the Adult/Enfant/Bébé*/
body > div.body_wrap > div > div.page_content_wrap.scheme_default > div > div > div > div > div > div > div.tf-single-details-wrapper.tf-mt-30 > div > div.tf-tour-details-left > div.tf-trip-info.tf-box.tf-mb-56.tf-template-section > div > div.tf-trip-person-info.tf-flex.tf-flex-gap-12 > ul > li.person-info{
    height: 4.2em;
    width: 5em;
}

/*whatsapp button z-index and height in mobile*/
@media (max-width: 640px){
    #wa > div.wa__btn_popup{
        /*z-index: 1;
        right: 300px;
        bottom: 10px;*/
        display: none;
    }
}

/*Hide wallet transactions and withdrawal*/
#post-600 > div > div > div > div.wps_wcb_wallet_display_wrapper > div.wps_wcb_main_tabs_template > div > div > nav{
    display: none;
}
/*hide the 2nd "view transactions"*/
#post-600 > div > div > div > div.wps_wcb_wallet_display_wrapper > div.wps_wcb_wallet_display_wrapper_with_qr > div > div.wps_wcb_wallet_view_transaction{
    display: none;
}

/*color change for the a tags in my account*/
.woocommerce-MyAccount-content > p > a,
.woocommerce-MyAccount-content > p a {
    color: #f29e02 ;
}

/*------------BEGINNING of styles on Experience cards------------*/
/* Blur all images when the grid is hovered */
.sc_services_columns_wrap:hover .sc_services_item .post_featured img {
    filter: blur(3px);
    transition: 0.3s ease;
}

/* Make hovered card's image sharp (stronger selector) */
.sc_services_columns_wrap:hover .sc_services_item:hover .post_featured img {
    filter: none !important;
}

/* Scale hovered card */
.sc_services_item:hover {
    transform: scale(1.05);
    z-index: 2;
}

/* Smooth transitions */
.sc_services_item,
.sc_services_item .post_featured img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

/*display none du "Plus" sur les cards d'éxpériences*/
.post_featured.hover_icon .icons a{ 
    display: none;
}

/*removed the greyscale on the expériences*/
.scheme_default .post_featured .mask{
    background-color: rgba(0,0,0,0) ;
}
/*---------END of styles on Experience cards------------*/

/*Remove display: none to radio buttons*/
input[type="radio"], input[type="checkbox"] {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/*little stars in avis*/
.ratings-container input {
    display: inline-block !important;
}
