/*
Theme Name: Next Template
Description: Next-generation Activityz theme base
Author: MMZ
Author URI: https://Activityz.ma
Template: twentytwentyfour
Version: 1.0.1
*/


/* CHARTS */
.revenue-chart-wrapper {
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.revenue-chart-wrapper h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.total-revenue {
    margin-top: 10px;
    font-size: 16px;
    color: #111;
}


.metric-content h4 {
    margin-top:0 !important;
}


/*.  Fonts 
for Text: Montserrat, Comfortaa  
for Headings from BOLD to THIN : Caprasimo, Suez One, Marko One
*/

* {
    -webkit-tap-highlight-color: transparent;
    

}




.pro-account-greeting {
    text-align: right;
  padding-right: 20px;
}

button[data-tab="whatsapp"] {
    display: none !important;
}

.wp-block-navigation__responsive-container-open svg {
  display: none !important;
}

.wp-block-navigation__responsive-container-open::before {
font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  font-size: 18px;
  display: inline-block;
  color: #ff2e5e;
}


.payzone-bar img {
    max-height: 30px;
    width: auto;
}

header .wp-block-site-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Push nav to left */
.wp-block-navigation {
  padding-left: 20px;
}


h3 {
    font-size: 20px;
}
h4 {
    font-size:16px;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  background: #ffefc3;
  border-radius: 5px;
  color: #232323;
  border: 1px solid #ffb900;
  margin: 10px auto;
  font-size: 13px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #edffee;
  border: 1px solid #46b450;
  border-radius: 5px;
  color: #024902;
   margin: 10px auto;
}


.contact-buttons .contact-button {
    margin-top:0;
}

.excerpt-posts {
    text-align: left;
    font-size: 12px;
    padding: 10px;
}

.woocommerce form  .account_display_name_blockform {
    display:none !important;
}
.wp-block-woocommerce-cart-order-summary-block {
    font-size:14px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 13px;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #e5f9fb;
  color: #636363;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #e5f9fb;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid rgba(104,87,125,.14);
  margin: 0;
  list-style: none outside;
  font-size: 14px;
}

.woocommerce-checkout h3 {
    font-size:18px;
    margin: 20px 0 10px 0;
}

#billing_postcode_field, #billing_state_field {
    display:none !important;
}

.woocommerce-page form .form-row label {
  margin-bottom: 0;
}

.woocommerce form .form-row {
  margin-bottom: 5px;
  font-size: 14px;
}

.woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row select, .woocommerce-page form .form-row textarea.input-text {
  font-size: var(--wp--preset--font-size--small);
  padding: 10px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: var(--wc-form-border-width) solid rgba(216, 216, 216, 0.8);
}

.woocommerce-page table.shop_table td, .woocommerce-page table.shop_table th {
  padding: 10px;
  font-size: 14px;
}

.wc-block-components-notice-banner {
  padding: 15px !important;
  margin: 15px;
  font-size: 14px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: none;
  border-radius: 5px;
}

.woocommerce-privacy-policy-text {
    font-size: 10px;
}

.woocommerce-additional-fields {
    display:none;
}



button[name="apply_coupon"] {
    min-height: 0px !important;
  margin: 0 !important;
}

 /*ATTRIBUTES PRODUCT ON CHECKOUT */
.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
  list-style: none outside;
  font-size: 14px;
  display: none;
}



.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  display: inline;
  font-size: 10px;
}

/*ORDER RECEIVED THANK YOU PAGE */
.wp-block-woocommerce-order-confirmation-status {
    padding: 10px;

     margin: 20px auto !important;
}

.wp-block-woocommerce-order-confirmation-status h1{
    font-size: 25px;
}
.wp-block-woocommerce-order-confirmation-status p{
    font-size: 16px;
}
.wc-block-order-confirmation-summary ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  list-style: none outside;
  margin: 0;
  padding: 10px;
  font-size: 15px;
}
.wp-block-woocommerce-order-confirmation-totals-wrapper {
    padding: 10px;
  font-size: 14px;
}
.wc-block-order-confirmation-totals table {

  margin-bottom: 20px;
}

.wp-block-woocommerce-order-confirmation-billing-wrapper {
    padding: 10px;
  font-size: 14px;
   margin-top: 30px !important;
}

.wc-block-order-confirmation-totals {
  border: 0 !important;
  margin-top: 10px;
}



figcaption {
    display: none !important;
}

.selling-platform-btn a {
display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  text-decoration: none;
  font-size: 14px;

}

.selling-platform-btn img{
    height: 25px;
  background: white;
  padding: 5px 10px;
}



            .booking-btn {
                width: 100%;
                height: 50px;
/*                 background: linear-gradient(115deg, #00cbdc 0%, #03636b 100%);
*/                background: linear-gradient(119deg, #fa5d81 0%, #00cbdc 20%, #00cbdc 60%, #c4d37d 100%);
                color: white;
                font-size: 16px;
                font-weight: 600;
                border: none;
                border-radius: 6px;
                cursor: pointer;
                transition: background-color 0.2s ease;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                font-family: 'Montserrat';
                text-decoration: none;
                margin-top: 30px;
                
            }

            .booking-btn:hover {
                background-color: #084ec0;
            }

            .dropdown-toggle {
                position: relative;
            }

            .dropdown-arrow {
                transition: transform 0.2s ease;
            }

            .booking-dropdown-wrapper {
                position: relative;
                margin-top: 20px;
            }

            .booking-dropdown {
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background-color: white;
                border: 1px solid #ccc;
                border-radius: 6px;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
                list-style: none;
                padding: 10px 20px !important;
                margin: 5px 0 0;
                display: none;
                z-index: 999;
            }

            .booking-dropdown li {
                padding: 10px 16px;
                transition: background 0.2s ease;
            }

            .booking-dropdown li:hover {
                background-color: #f2f2f2;
            }

          

            .dropdown-open .dropdown-arrow {
                transform: rotate(180deg);
            }
        


.infos-events{
    text-align: left;
    width: 100%;

}
.product-event-date i{
    color: #ba0035;
}
.product-event-price i{
    color: #ba0035;
}
.product-event-price strong{
    font-weight: 500;
    color: #ba0035;
    font-size: 16px;
}
.product-item {
    cursor: pointer;
}


.comment-form-rating .stars + .stars {
    display: none;
}

.wa__popup_chat_box .wa__popup_heading::before {
    top: 13px;
}

.wa__popup_intro {
 display: none;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 30px;
  display: none !important;
}


:root :where(.is-layout-constrained) > * {
  margin-block-start: 0rem;
  margin-block-end: 0rem;
}

root :where(.is-layout-constrained) > * {
  margin-block-start: 0 ;
  margin-block-end: 0;
}

#close-global-popup {
   width: 200px;
  font-size: 14px;
}

.event-prix img{
    clip-path: inset(1.5%);
}


::-webkit-scrollbar-thumb {
    background: white;         /* ← change this to any color */
    border-radius: 0px;
}




select:focus, 
textarea:focus, 
button:focus,
a:focus, 
input:focus {
    outline: none;
    box-shadow: none;
   /* border: none;*/
}



.formkit-form[data-uid="c9738b4ea3"][min-width~="700"] [data-style="clean"], .formkit-form[data-uid="c9738b4ea3"][min-width~="800"] [data-style="clean"] {
 
  padding-top: 20px !important;
}

.formkit-form[data-uid="c9738b4ea3"] {
  max-width: 700px;
  margin: auto;
}


.form-kit-search-button {
    height: 40px;
  min-width: 110px;
  background: #00cbdc;
  border: 0;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

.form-kit-search-input {
    width: 100%;
  height: 40px;
  padding: 10px;
}




.search-title {
   font-family:  'Ubuntu', serif;
   font-size:20px !important;
   margin-top: 20px !important;
   color: #00cbdc;
    
}
.search-results-classification {
  font-family: 'Caprasimo';
  font-size:25px;
  margin-top: 20px;

}

#convertkit-form-no-result-search {
    margin-bottom: 50px !important;
     margin-top: 5px !important;
}


.the-separator-breadcrumb {
    margin: 0 3px;
}
 .instagram-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  
  .instagram-block {
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 10px rgba(0, 0, 0, 0.15);
    max-width: 540px;
    width: 80%;
    padding: 0;
  }
  
#facebook .Embed .Caption {
  display: none !important;
  }


/* FORM REFERENCEMENT*/
#wpcf7-f1664-p1671-o1 {
    padding: 10px;
}



.partners-banner{
    margin-top: 40px;
    
    text-align: center;
}

.partners-banner img{
    max-height:350px;
    border:1px solid grey;
}

.more-homepage-btn {
     display: block;
  text-align: center;
  background-color: #00cbdc; /* deep blue */
  color: #ffffff;
  padding: 10px 0px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: none; /* disables hover animations */
  max-width: 280px;
  margin:0px auto;
  font-family: 'Montserrat';
/*  background: linear-gradient(115deg, #00cbdc 0%, #21dcb1 100%);
*/   background: linear-gradient(119deg, #fa5d81 0%, #00cbdc 20%, #00cbdc 60%, #c4d37d 100%);

}




.wc-block-components-title.wc-block-components-title {
  border: 0;
  border-radius: 0;
  font-size: 18px;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
}




.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  height: auto;
  padding: 1em;

  text-transform: uppercase;
  
  

    padding: 10px 18px;
  border-radius: 6px;
   background:linear-gradient(119deg, #fa5d81 0%, #00cbdc 20%, #00cbdc 60%, #c4d37d 100%);

    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    white-space: nowrap;

  justify-content: center;
  font-family:'Montserrat';
  margin-top:30px;
  
}



.wc-block-checkout__payment-method .wc-block-components-checkout-step__content, .wc-block-checkout__shipping-option .wc-block-components-checkout-step__content {
  padding-top: 0px;
}

.wc-block-components-form .wc-block-components-text-input:only-child, .wc-block-components-text-input:only-child {
  margin-top: 10px;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-top: 1px solid hsla(0,0%,7%,.11);
  padding: 0px 10px;
  font-size: 12px;
}
.wc-block-components-sidebar {
  box-sizing: border-box;
  margin-top: 8px;
  padding-left: 2.2641509434%;
  width: 35%;
  padding: 10px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  box-sizing: border-box;
  margin: 0;
  padding-right: 4.5283018868%;
  width: 65%;
  padding: 10px;
}

.wc-block-components-checkout-step__description {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  color: #636363;
}

.is-mobile .wc-block-checkout__terms, .is-small .wc-block-checkout__terms {
  margin-bottom: 15px;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
  border: 1px solid #e5e5e5;

}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #e5e5e5;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

.wc-block-components-address-card {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: flex;
  font-size: 16px;
  justify-content: flex-start;
  margin: 10px 0;

}

.wc-blocks-components-select .wc-blocks-components-select__select {
    font-size:16px;
     border: 1px solid #e5e5e5;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
      font-size:16px;
      
}
.wc-blocks-components-select .wc-blocks-components-select__label {
color: hsla(0,0%,7%,.7);
}

.wc-block-components-radio-control__option  {
     font-size:16px;
}



.wp-block-woocommerce-checkout-order-summary-block  {
    display: none;
}
 .checkout-order-summary-block-fill-wrapper {
    display: block;
    font-size: 16px;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: 1px solid hsla(0,0%,7%,.11);
  padding-bottom: 16px;
  font-size: 14px;
}

.wc-block-components-product-name {
  font-size: 16px;
  overflow-wrap: anywhere;
  word-break: break-word;
}






.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #ff9800;
}

.woocommerce-review__published-date {
    display:none;
}

.woocommerce-review__dash {
    display:none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {

  display: none;
}


.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 0px;
  border: 1px solid #e1dde7;
  border-radius: 4px;
  padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
  font-size: 12px;
}

.woocommerce .star-rating {
  height: 20px;

}



.dotactivityz {
    color:#6b6b6b;
}






/* ETABLISSEMENT PRO ACCOUNT VIEW 
*/


.dashboard-wrapper {
    margin: auto;
}

.business-header {
display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 20px;
    background: linear-gradient(90deg, #ffe6b678, #ffacbf6b);
    border-radius: 60px;
    color: #fff;
    /* justify-content: center; */
    box-shadow: 0px 4px 10px rgb(255 249 237);
}

.business-logo {
    width: 60px;
    height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
}

.business-name {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    font-family: "Montserrat";
    margin-bottom: 0px !important;
}

.metrics-container {
    display: flex;
    gap: 10px;
    margin-top: 20px;
        flex-wrap: wrap;
    justify-content: center;
}

.metric-card {

    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 45%;
}

.metric-icon {
    font-size: 30px;
}

.woocommerce-MyAccount-content .metric-content h3 {
    margin: 5px 0;
    font-size: 22px;
    color: #222;
}

.woocommerce-MyAccount-content .metric-content p {
    font-size: 14px;
    color: #777;
}
.ad-card {
   width: 100%;
    display: flex;
    margin: 10px;
    gap: 10px;
    justify-content: center;
    background: #fff9df;
    align-items: center;
    padding: 5px;
}

.woocommerce-MyAccount-content .ad-card h3{
   font-size: 20px;
  margin: 0;
  color: black;
}

.payment-section .metric-card {
    width:100%;
    display:flex;
        gap: 10px;
            align-items: center;
}

.woocommerce-MyAccount-content .payment-section h2 {

        color: #029aa7;
    margin-top: 0px;
    font-weight: 500;
    font-size: 20px;


}

.woocommerce-MyAccount-content .payment-section .metric-content h3 {
    margin: 5px 0;
    font-size: 18px;
    color: #222;
}

.metric-content {
    display: flex;
  flex-direction: column;
  margin: auto;
}


.improvement-suggest {
    align-items: center;
    gap: 15px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;

}
.improvement-header {
        display: flex;
    gap: 10px;
}


.improvement-icon {
}

.woocommerce-MyAccount-content .improvement-suggest h3 {
    margin: 0;
    font-weight: 500;
    color: #333;
    font-size: 18px;
}
    

.improvement-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.woocommerce-MyAccount-content .improvement-content p {
    font-size: 14px;
    color: #555;
}

.improvement-action {
    padding: 0px 10px;
    background-color: #ff2e5e; /* green button #4ac769 */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
        display: inline-block;
        height: 30px;

}
.corrected-action {
       background-color: #4ac769; /* green button #4ac769 */
}




.woocommerce-MyAccount-content .stats-section-dahsboard img{
    margin:auto;
    width:300px;
}

.woocommerce-MyAccount-content .stats-section-dahsboard  h3 {
    color: #019aa7;
    margin: 10px 0;

}

.conversion-progress-bar {
  width: 100%;
    height: 30px;
    background-color: #f0f0f0;
    margin: 5px 0;
}

.progress-bar {
    height: 100%;
    background-color: #4CAF50; /* Green for positive */
}
.conversion-rate {
    display: block;
}

.button-dashboard {
        width: 100%;
    padding: 10px;
    margin: 10px auto;
    background: linear-gradient(90deg, #ffe6b678, #ffacbf6b);
    border: 0;
    color: #2f2f2f;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-content .button-dashboard span {
    font-size:20px;
}

.improvement-content .desc-stats {
        font-size: 14px;
    margin: 5px;
}


.revenue-stats-dashboard {
    margin-bottom:30px;
}




.link-pro-center {
    margin: 5px auto;
    text-align: center;
    font-size: 12px;
}

.visitors-card {
    width:93%; 
    margin:10px auto;
    margin-top:20px;
}




    
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
    margin-top: 0px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 15%;
  float: left;
  margin: 0;
  list-style: none;
}



.related-centers-container {
    margin-top:60px;
     position: relative;
     padding-bottom: 20px;
}


.related-centers{
    grid-template-columns: none !important;
    display: flex;
  scroll-snap-type: x mandatory;
  gap: 20px;
  overflow-x: auto;
  padding: 15px;
  scroll-behavior: smooth;

         /* Hide scrollbar for all browsers */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */

}


.related-centers::-webkit-scrollbar {
    display: none; /* WebKit-based browsers (Chrome, Safari, etc.) */
}

.related-centers li {
        flex-shrink: 0;
  scroll-snap-align: center;
  padding: 10px;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0px;
}

.related-centers img {
    height:250px;
}

.related-centers h3 {
    margin-top:15px !important;
    margin-bottom:15px !important;
    font-size: 18px !important;
}


.related-centers-bullets {
    display:none;
}








.arrow-indicator {
    position: absolute;
    top: 50%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.54);
    width: 50px;  /* Set a specific width */
    height: 50px; /* Set the same height */
    border-radius: 50%; /* This will make it a circle */
    display:none;
}

.arrow-indicator.visible {
    opacity: 1;
}

.arrow-indicator i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    padding: 10px 12px;
}

.arrow-indicator.visible {
    display: block; /* Show when scrollable content exists */
}


/* Right arrow position */
.arrow-indicator.right {
    right: 20px;
    transform: translateY(-50%);
}

/* Left arrow position */
.arrow-indicator.left {
    left: 20px;
    transform: translateY(-50%);
}








.glide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 250px; /* Adjust the size of each slide */
    margin-bottom: 10px;
}

.glide__bullets {
    position: absolute;
    bottom: -30px; /* Adjust position from the bottom */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.glide__bullet {
    width: 10px;  /* Smaller size for the bullet */
    height: 10px;  /* Smaller size for the bullet */
    border-radius: 50%;  /* Round shape */
    background-color: #cbcbcb;  /* Light gray for inactive bullets */
    transition: background-color 0.2s ease, opacity 0.2s ease;  /* Moderate timing for smooth transition */
    border: none;
}

.glide__bullet.glide__bullet--active {
    background-color: #00cbdc;  /* Darker color for active bullet */
    opacity: 1;
}

/* Optional: Hover effect */
.glide__bullet:hover {
    background-color: #00cbdc; /* Darken bullet when hovered */
    opacity: 1; /* Ensure full opacity when hovered */
}



.mobile-navbar {
    display: none; /* Hidden by default */
}



/* Modal styles */
/* Modal styles */
.search-modal {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.search-modal.open {
    display: flex; /* Modal is shown when 'open' class is added */
  align-items: flex-start;
  padding-top: 50px;
    padding-bottom: 10px;

}

.search-modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    height:100%;
    width: 400px;
    text-align: center;
    overflow-y: auto;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}


.product-address-listing {
    font-size: 14px;
  font-weight: 500;
  color: rgb(107, 107, 107);
  text-align:left;
}



.subtitles-centers {
    padding: 15px;
  font-size: 22px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: 'Montserrat';
  font-weight: 500;

}



.wc-block-components-product-details {
    font-size:14px;
}

.wc-block-components-product-metadata__description {
    display: none;
}


:root {
  --wp--preset--color--base: #ffffff;
  --wp--preset--color--base-2: #ffffff;
  --wp--preset--color--contrast: #111111;
  --wp--preset--color--contrast-2: #636363;
  --wp--preset--color--contrast-3: #A4A4A4;
  --wp--preset--color--accent: #ff2e5e;
  --wp--preset--color--accent-2: #00c5d9;
  --wp--preset--color--accent-3: #ff2e5e;
  --wp--preset--color--accent-4: #00c5d9;
  --wp--preset--color--accent-5: #00c5d9;
}

body {
    --wp--style--root--padding-top: 0px;
  --wp--style--root--padding-right: 0px;
  --wp--style--root--padding-bottom: 0px;
  --wp--style--root--padding-left: 0px;
  font-size: 14px;
}

header {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff9ed;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 8888;
  
}

body.admin-bar header {
  top: 32px; /* décale ton header en dessous de la barre admin */
}

.swiper-wrapper {
    align-items:center;
    padding-bottom: 25px;
}

#wpgs-gallery {
    max-width: 100% !important;
    width: 100%;
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
     max-width: 100% !important;
}





.content-test-landing {
    padding: 15px;
}



.contact-centers-form p{

  margin-top:0px !important;
}



.contact-centers-form .tab-btn {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background: #f6feff;       /* blue background */
  font-weight: 500;
  text-align: center;
  transition: background 0.2s;
  border: 1px solid #00cbdc;
  border-radius: 5px;
  color: #323232;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

/* When active, keep blue with a highlight */
.contact-centers-form .tab-btn.active {
  background: #f6feff;       
  border-color: #00cbdc;    
/*  box-shadow: 0 0 5px rgba(0,203,220,0.5);
*/  color: #323232;
}

/* Inactive buttons get grey only when a 'tabs-clicked' class is added to parent */
.contact-centers-form.tabs-clicked .tab-btn:not(.active) {
  background: #f5f5f5;
  border-color: #dcdcdc;
  color: #888;
}


/*.contact-centers-form .tab-btn.active {
    border: 1px solid #dedede;
  border-radius: 5px;
  background: #fff;
}*/

.contact-centers-form .tab-btn i {
font-size: 20px;
}

.contact-centers-form .tab-content {
  padding: 0px;
}


.contact-centers-form textarea{
    height: 100px;

}



.contact-centers-form .send-btn{
    width: 100%;
    height:40px;
    border-radius:5px;
    margin: 5px auto;
    background: #00cbdc;
  border: none;
  color: white;
  font-weight: 500;
}
.contact-centers-form input, .contact-centers-form textarea {
    width: 100%;
    margin:5px auto;
    font-size: 14px;
}

.contact-centers-form .center-tab-buttons p{
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
  justify-content: space-between;
}






/* CATEGORIES SECTION */
.categories-section ul {
    display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  gap: 10px;
}

 .categories-section .activity img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}

.categories-section li {
  display: flex;
  margin-bottom: 10px;
}

 .activity {
  margin: 0;
}


.categories-section .activity h3 {

  border-radius: 15px;
    
}
.categories-grid-container {
    display: flex;
  justify-content: center;
}

  


.forgroups-section ul {
    display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  gap: 10px;
}

/* VARIATION PRODUCT  */
/* Accordion container styles */
.event-accordion-item {
    border: none; /* Remove the border */
    margin-bottom: 15px;
    padding: 0;
    background-color: #fff; /* Simple white background */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    border-radius: 8px; /* Rounded corners for modern look */
    overflow: hidden; /* Ensures no content overflows */
}

/* Accordion header styles */
.event-section-header {
    cursor: pointer;
    padding: 15px 20px;
    margin: 0 !important;
    background-color: #fafafa; /* Light neutral background */
    font-weight: bold; /* Makes the header stand out */
    transition: background-color 0.3s ease, color 0.3s ease;
    padding-left: 20px !important;
}

/* Hover effect for header */
.event-section-header:hover {
    background-color: #f2f2f2;
    color: #333; /* Darken text color on hover */
}

/* Accordion content styles (hidden by default) */
.event-accordion-content {
    display: none;
    padding: 15px 5px;
    font-size: 1em;
    color: #555; /* Slightly darker text for better readability */
    background-color: #fafafa; /* Consistent background */
    transition: all 0.3s ease;
    text-align: center;
}




/* Opened accordion content */
.event-accordion-item.active .event-accordion-content {
    display: block;
}



/* Adding an icon to the header */
.event-section-header i {
    transition: transform 0.3s ease; /* Smooth rotation on toggle */
}

.event-accordion-item.active .event-section-header i {
    transform: rotate(180deg); /* Rotate the icon when section is open */
}


#tab-description {
    display:flex;
    gap:30px
}
.cmn {
    width: 50%;
}

.woocommerce.wc-block-store-notices.alignwide {
    margin-bottom: 20px;
}

.formkit-form[data-uid="ea12bff1f7"] h2 {
  font-size: 20px !important;
  margin: 1em 0;
}

.formkit-subheader p {
      font-size: 14px !important;
}

h1.wp-block-post-title {
    font-size:30px;
    padding:5px;
}



.wp-block-woocommerce-product-details {
    padding: 0 10px;
}

h1.wp-block-query-title {
    font-size: 30px;
    margin: 0;
    padding:10px;
  
}

.wp-block-term-description {
    margin-block-start: 0;
}
.desc-taxonomies {
    padding:0 10px;
}

.desc-taxonomies p, .taxonomy-description p {
    font-family: 'Montserrat';
    font-size: 16px;
 
}

.desc-taxonomies-content {
    font-family: 'Montserrat';
    font-size: 16px;
}

.desc-taxonomies h2 {
 font-family: 'Ubuntu';
  font-size: 20px;
  color: #00c5d9;
}

.desc-taxonomies a {
  color: #ff2e5e;
}

















.met-social-google {
    display: inline-block;
    width: 20px; /* Adjust to your icon size */
    height: 20px; /* Adjust to your icon size */
    background-image: url('https://activityz.ma/wp-content/uploads/2024/10/icon-google.png'); /* Path to your image */
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px; /* Hide the text inside the <i> */
}

.wslu-color-scheme--google {
    background-color: var(--wslu-color-scheme) !important;
    
}

.wslu-color-scheme--google .xs-login__item--label {
    color:white !important;
}

.wslu-color-scheme--google .xs-login__item--icon {
    background-color: white !important;
}

.met-social-facebook {
    color: var(--wslu-color-scheme) !important;
}

.wslu-color-scheme--facebook {
    background-color: var(--wslu-color-scheme) !important;
}

.wslu-color-scheme--facebook .xs-login__item--label {
    color:white !important;
}

.wslu-color-scheme--facebook .xs-login__item--icon {
    background-color: white !important;
}

.wlfmc-guest-notice-wrapper .wlfmc-notice-buttons a.wlfmc_btn_0 {
  padding: 10px 35px;

  
}



.city-filter-container {
    margin: 1em 0;
}
.city-filter-label {
    font-weight: bold;
    margin-right: 10px;
}
.city-filter-dropdown {
    padding: 0.5em;
    font-size: 1em;
}


/*  AJOUTER AU PANIER */
.wc-block-add-to-cart-form {
  display: block;
}


.woocommerce-form-register .woocommerce-privacy-policy-text{
    display:none;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0px solid #cfc8d8;
  padding: 0px;
  margin: 0;
  border-radius: 0px;
}

.wp-block-post-excerpt__excerpt {

  font-size: 16px;
  color: black;
}

.wp-block-read-more, .wp-block-post-excerpt__more-link {
  font-size: 14px;
  color: #ff2e5e;
}

.product-tags-taxonomies {
    display:none;
    text-align:center;
}
.activity-type-term {
    
    padding: 2px 10px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 12px;
    border-radius:30px;
    text-decoration:none;
}

input, textarea {
   border-radius: 5px;
  border: 1px solid #dedede;
  padding: 7px;
}

.info-registration, .woocommerce-LostPassword  {
    font-size:14px;
    margin: 10px;
}

.wlfmc-guest-notice-wrapper p{
    margin:10px;
}


.woocommerce .woocommerce-Reviews .comment-reply-title {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  color: #029aa7;
  font-family: 'Montserrat';
  
}

#reviews {
}

.comment-form-rating {
    display: flex;
  gap: 20px;
  padding-top: 10px;

}

.woocommerce-page label {
  margin-bottom: .7em;
  font-size: 14px;
  margin-right: 10px;
}
h2 {
  font-size: 25px;
}

.woocommerce #review_form #respond .form-submit input {
  left: auto;
  margin: 0;
}

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  height: 3em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  content: "\e021"/"";
  text-indent: 0;
  color: #ff9800;
}
.stars {
    font-size: 18px;

}

* {
    outline: none;
}


p {
  /*  font-family: 'Montserrat';*/
}

h1 {
    font-family:'Caprasimo'; 
    /* color: blue. #00c5d9     red  #ff2e5e */
     color:  #ff2e5e;
}



h2, h3, h4 {
    font-family:'Ubuntu', serif;
    color: #ff2e5e;
}

h1 a, h2 a, h4 a  {
    text-decoration:none;
}



.wp-block-heading i {
    font-size:18px;
}


:root :where(.wp-block-separator) {
  color: #00c5d9;
}

/*.product main {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}*/


/* BREADCRUMB AND NOTICES PANIER PRODUCT */

.woocommerce-breadcrumb {
   
    padding: 0px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
   color: #656565;
   font-size: 13px !important;
     margin-top: 15px !important;
  margin-bottom: 10px !important;
     
}

.woocommerce-breadcrumb a{
   color: #656565 ;
}

.wp-block-woocommerce-store-notices {
    margin-block-start: 0;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
  text-align: center;
}

.wc-block-components-notice-banner {
    padding: 20px !important;
    margin: 15px;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
    float: none;
    opacity: 1;
    font-weight: bold;
}



.icon-product-desc {
    width: 30px;
    height: auto;
    padding-bottom: 13px;
  vertical-align: middle;
}




.woocommerce-Tabs-panel h2 {
    margin-bottom: 0;
/*    margin-top: 50px;
*/    color: #ff2e5e;

}

.woocommerce-Tabs-panel p {
    margin-top: 10px;

}

.woocommerce-Tabs-panel ul {
    margin-top: 10px;
    padding-left:30px;
}

.two-c {
    display: flex;
  width: 100%;
  justify-content: space-between;
  order: revert;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 15px;
}
.two-c > div {
    flex: 1 auto;
}

.wp-block-woocommerce-product-price {
    /*display:none;*/
}

.woocommerce ul.products li.product .price {
   /* display:none;*/
}

.wc-block-add-to-cart-form .quantity .qty {
  margin-right: .5rem;
  text-align: center;
  width: auto;
}

.woocommerce .out-of-stock ~ .variations_form.cart {
    display: none !important;
}

/*.  RESERVER BOOK ADD TO CART FORM   add-to-cart */
.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
    display: flex;
  align-items: center;
  margin: 15px auto;
  padding: 0px 0;

}

.woocommerce div.product form.cart button.single_add_to_cart_button, .woocommerce div.product form.cart button[name="add-to-cart"] {
   width: 100%;
   max-width:400px;
   
}







.pricing-bloc {
  display: flex;
  align-items: center;
  justify-content: space-between;  
}


.pricing-bloc p{
  margin-top: 0 !important;
  padding: 5px;
}

.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
  left: 15px;
  right: unset;
  z-index: 1;
}

.woocommerce span.onsale {
  background-color: var(--wp--preset--color--foreground,#ff2e5e);
  color: var(--wp--preset--color--background,#fff);
}


.price-in-variation {
    display: flex;
  padding: 10px 5px;
  font-size: 17px;
  justify-content: space-between;
  font-weight: 700;
  color: black;
  margin-top: 30px;
  width: 90%;
  margin: auto;
}

.variations_form .booking-btn {
    margin-top: 0px !important;
    width: 90%;
  margin: auto;
  display: none;
}

.wc-block-components-state-input,  .wc-block-components-address-form__postcode{
    display: none !important;
}

.wc-block-checkout .is-mobile {
    padding: 15px;
}


@media (max-width: 600px) {
  .is-mobile .wc-block-components-form .wc-block-components-checkout-step::after,
  .is-small .wc-block-components-form .wc-block-components-checkout-step::after {
    background: currentColor;
    bottom: -35px;
    content: "";
    height: 0px;
    opacity: 0.11;
    position: absolute;
    width: 90%;
    left: 5%; /* Center it by shifting 5% from the left */
    box-shadow: none; /* Remove full-width shadow effect */
  }
  
  
   .is-mobile .wc-block-components-form .wc-block-components-checkout-step, .is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-top: 0px;
  }
}


.comment-notes {
    display: none;
}

.wc-block-components-sidebar-layout.wc-block-cart {
  padding-top: 0;
  padding: 10px;
}

.woocommerce-Tabs-panel-h2 {
    margin-bottom: 0;
    margin-top: 50px;
    color: #ff2e5e;
}

/*ADD TO CART SECTIONS*/

/* Variations table */
.variations {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.variations th.label {
    text-align: left;
    font-weight: 600;
    padding-right: 10px;
    color: #333;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 2px solid #ddd;
    vertical-align: middle;
}

.variations td.value {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

/* Select Dropdown Styling */
.variations select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fafafa;
    font-size: 15px;
    transition: all 0.3s ease;
}

.variations select:hover {
    background-color: #f0f0f0;
}

.variations select:focus {
    border-color: #007cba;
    background-color: #fff;
}

/* Reset variations link */
.reset_variations {
    display: none !important;
}

.reset_variations:hover {
    color: #005a99;
}

/* Quantity selector styling */
/* Quantity selector styling */
.single_variation_wrap .quantity {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.single_variation_wrap .quantity input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 60px;
    text-align: center;
    padding: 8px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5; /* Light grey background */
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.single_variation_wrap .quantity input[type="number"]:hover,
.single_variation_wrap .quantity input[type="number"]:focus {
    background-color: #e0e0e0; /* Darker grey on hover/focus */
    outline: none;
}

.single_variation_wrap .quantity input[type="number"]::-webkit-inner-spin-button,
.single_variation_wrap .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Remove spin button */
}

/* Custom buttons for quantity (optional) */
.single_variation_wrap .quantity button {
    background-color: #f5f5f5;
    border: none;
    font-size: 18px;
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}

.single_variation_wrap .quantity button:hover {
    background-color: #e0e0e0;
}

.single_variation_wrap .quantity button:active {
    background-color: #ccc;
}




.woocommerce-variation-add-to-cart {
    text-align: right;
}

/* Add to cart button */
.single_add_to_cart_button {
  background-color: #00cbdc;
  color: white;
  padding: 10px 35px;
  border-radius: 20px;
  font-size: 17px;
  text-align: center;
  transition: background-color 0.3s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
  display:block;
}

.single_add_to_cart_button:hover {
    background-color: #00dc9e;
}

.woocommerce table.variations tr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.woocommerce table.variations th.label {
  flex: 0 0 auto; /* Keep the label at its natural width */
  padding-right: 10px;
}

.woocommerce table.variations td.value {
  flex: 1; /* Take up the remaining space */
  padding-left: 10px;
}

.woocommerce-variation-price {
   text-align: right;
  font-size: 25px;
  color: #00cbdc; 
}











.add-to-card-same-button {
    color: red !important;
}

.wlfmc-wishlist-table .wishlist-empty-row td img {
  background-color: #da1313 !important;
  margin: 0 auto !important;
}


.wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a {
  border-width: 0px;
}
/*.wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a {
  background-color: none;
}*/

.wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a {
  background-color: rgb(255,255,255);
}
.wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a i {
  font-size: 20px;
  color:#ba0035;
}




.the-taxonomies {
      list-style: none;
}

.the-taxonomies a{
    border: 1px solid rgba(0,0,0,0.4);
  border-radius: 30px;
  background-color: rgba(255,255,255,0.6);
  padding: 3px 8px;
  font-size: 12px;
  color: #606060;
  text-decoration: none;

}

/*.the-taxonomies a:hover{
border: 1px solid rgb(255, 255, 255);
  background-color: #00c5d9;
  color: #fff;
}*/



.taxonomies-centers {
    display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 30px !important;
  padding-left: 0 !important;
}






#tab-description h3 {
    font-size: 18px;
  margin: 40px 0 0 0;
}


 .day {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  align-items: center;
}


 .hours {
  text-align: right; /* Ensures the hours are aligned to the right */
  padding-left: 10px; /* Adjust space between day name and hours if needed */
    display: flex;
    justify-content: space-evenly; /* Distribute space evenly */
   flex-shrink: 0;

}

.hours span {
  margin-left: 15px; /* Adjust this to control the space between the time ranges */
}


.sub-hours {
    font-size: 1.1rem;
  color: #029aa7;
  margin-top: 20px;
}


.center-section-container h4 {
  font-size: 16px;
  color: #029aa7;
  margin-top: 20px;
 font-weight: 500;
}


/* FORMATTING TARIFS */

.horaires-section ul {
    padding-left:0;
    margin-top: 5px;
}



.horaires-section ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    
}

.horaires-section ul li strong {
    margin-right: auto;
    word-wrap: break-word; /* Allows text to wrap */
    white-space: normal;
    
}

.horaires-section ul li:not(strong) {
  white-space: nowrap; /* Ensure the non-strong part stays on one line */

 
}

/* FORMATTING HORAIRES */



.prix-section ul {
    padding-left:0;
}

.prix-section .activityz-tarifs-list {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}

.prix-section .activityz-tarif-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

.prix-section .activityz-tarif-label {
  flex: 1 1 auto;
  min-width: 0;
  color: #3c3428;
  font-weight: 400;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
}

.prix-section .activityz-tarif-price {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
  font-weight: 700;
  color: #111;
}



.prix-section ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    white-space: normal;
}

/* Keep the amount compact on the right */
.prix-section ul li strong,
.prix-section ul li b {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}











/*NAV MENU PRODUCT CENTERS
*/
/* Navigation Centers - Tabs Styling */






.navigation-centers {
    position: sticky; 
    top: 0; 
    background-color: rgba(255,255,255,0.95); /* Background color to cover content below */
    padding: 0px; /* Padding for spacing */
    padding-bottom: 0;
    z-index: 900; /* Ensure it stays above other content */
    transition: background-color 0.3s ease; /* Smooth transition for background color */
    border-bottom: 1px solid #03c5d9;
    margin-block-start: 0;

}

.navigation-centers ul{
  display: flex;
  justify-content: space-around;
  padding: 0px;
  width: 600px;
  border-bottom: 0px;
  gap: initial;
  background: transparent;
}

.wp-block-navigation__container:only-child {
  flex-grow: initial;
}


html {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif !important;
    margin: 0;
  padding: 0;
}




.navigation-centers a {
    padding: 15px 5px;
    text-decoration: none;
    color: #555;
    font-size: 17px;
    position: relative;
    transition: color 0.3s ease;
    font-family: 'Ubuntu';
}

.navigation-centers a:hover,
.navigation-centers a.active {
    color:  #ff2e5e !important; /* Active color */
}





.navigation-centers a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #ff2e5e; /* Active underline color */
    transition: width 0.3s ease;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.navigation-centers a:hover::after,
.navigation-centers a.active::after {
    width: 100%; /* Full width underline on hover/active */
}

 


















/* CONTACT FORM REFERENCEMENT */
/* Style for form fields */
.custom-input,
.custom-textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
}

/* Style for the file upload field */
.custom-upload {
    padding: 10px;
    border: 2px dashed #ccc;
    background-color: #f9f9f9;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
}

/* Textareas */
.custom-textarea {
    height: 100px;
}

.wpcf7 input[value="Upload" ] {
    padding:10px;
    margin-bottom: 20px;
}
/* Submit button */
.custom-submit {
    background-color: #0073e6;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-submit:hover {
    background-color: #005bb5;
}

/* Labels */
.wpcf7 label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333;
}

/* Adjust the form wrapper */
.wpcf7 {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

/* Error messages */
.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
}

.wpcf7-response-output {
    margin-top: 10px;
    color: green;
    font-size: 14px;
}




/*FILTERED TEMPLATE CITY x Activities etc
*/


.search-notice {
    padding: 10px;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 14px;
  background: #fff1d6;
  width: 80%;
  margin: 20px auto;
  border-radius: 19px;
}



main {
   position: relative !important;
  top: 80px !important;
  padding-bottom: 50px !important;
}



/* General Styles */


.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

/* Product Listing Styles */

.template-container h1 {
    font-size: 30px;
    margin: 40px 0 0px 0;
     padding:10px;
}

.template-container .maintitles {

     padding:10px 20px;
}
.filtered-products {
 
    margin: 0 auto;
    padding: 10px;
 
}

.product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Set to 3 items per row */
    gap: 30px; /* Consistent gap between items */
    padding: 10px 0;
    list-style: none;
}

.product-item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
/*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    overflow: hidden;
    padding-bottom: 5px; /* Space for content */
    font-family: 'Montserrat', sans-serif; /* Ensure consistent font */
}



/* Unified Hover Effects */
.product-item:hover .product-listing-title {
    color: #eb3360; /* Change title color on hover */
}

.product-item:hover img {
    transform: scale(1.05); /* Image zoom on hover */
}

/* Product Image Styles */
.product-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0; /* Rounded top corners */
    height: 250px;
}

.product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image maintains aspect ratio */
    object-position: center;
    transition: transform 0.4s ease; /* Smooth zoom effect */
}


 .product-price ins {
    text-decoration: none;
     font-size: 18px;
     color: #029aa7;
}



 .product-price del[aria-hidden="true"] {
    font-size: 15px;
    color:red;
}



/* SHOP LISTING STYLES PRODUCTS 
*/


.shop-product-page-template {
    width: 100%;
  display: flex;
  gap: 30px;
    
}
  .shop-list  .product-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s ease;
}


  .shop-list .product-listing-title {
      justify-content: center;
  }
  
  
  .product-price {
   font-family: 'Trebuchet MS';
}

 .shop-list  .product-price ins {
    text-decoration: none;
     font-size: 16px;
     color: #029aa7;
}



 .shop-list  .product-price del[aria-hidden="true"] {
    font-size: 14px;
    color:red;
}


/* Product Title Styles */
.product-listing-title {
   font-size: 16px;
  font-weight: 500;
  color: #333;
  transition: color 0.3s ease;
  font-family: "Montserrat";
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
}

.product-info-container .product-listing-title {

  text-align: left;
}

/* Link Styles */
.product-link {
    text-decoration: none;
    color: inherit;
}

.my-product-link {
    text-decoration: none;
    color: inherit;
}




/*///// RELATED PRODUCTS
*/





.wc-block-product-template__responsive > li {
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animation for hover effect */

}



.related-product-template li {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animation for hover effect */
    border-radius: 8px;    background-color: #fff;
    padding: 0;    
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
   justify-content: flex-end;
}

.related-product-template li:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.related-product-template li img {
    width: 100%; /* Make the image fill the container */
    max-height: 200px !important;
    display: block;
border-radius: 0 0 8px 8px;
    object-fit: cover;
}

.related-product-template li h3 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center; /* Center align the text */
   margin-bottom: 6px;
}

.related-product-template h3 a {

  text-decoration: none;
}

.related-product-template  {
    margin: 0; /* No margin */
    overflow: hidden; /* Hide overflow to maintain shape */
    width: 100%; /* Full width for the image container */
    padding: 10px;
    
}

.wc-block-components-product-image {
    margin: 0;
}


.wc-block-components-product-image img[alt=""] {
    border: none;
}





/*WOO Gallery product page */
.fancybox-toolbar {
    visibility: visible !important;
    
}

.fancybox-button {
    background: rgba(255, 0, 0, 0.6) !important;
}

/*#wpgs-gallery .wcgs-swiper-arrow {
  display: none !important;
}*/

#wpgs-gallery .gallery-navigation-carousel-wrapper {
  display: none !important;
}






/*.   HERO SECTION
*/
.hero-section h1 {
    margin-bottom:0;
    margin-top: 0;
    font-size:35px;
}


.hero-section h2 {
    color:grey;
    font-family: "Comfortaa" ;
    font-size: 15px;
}

.hero-section {
    width: 100%;
    text-align: center;
    padding: 50px 20px; /* Adjust padding as needed */
    background-image: url('https://activityz.ma/wp-content/uploads/2024/10/backgroung-kids-activites-main.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-color: white !important;
}

.typing-effect {
    font-size:30px;
    color: #0073aa; /* Change color as needed */
    display: block; /* Keep it inline with text */
    font-family:'Caprasimo'; 
    /* color: blue. #00c5d9     red  #ff2e5e */
     color:  #00c5d9;
/*     min-height:80px;*/
}

.cursor {
  animation: blink 0.7s step-end infinite;
   font-family:arial;
    color:#ff2e5e;
}

/* Blink effect */
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

#homepage-shortcode-container  {
    gap:0px
}





h2.section-title {
   font-size: 30px;
   text-align: center;
   margin-bottom: 0px;
   margin-top: 0;
   font-family: 'Caprasimo', sans-serif;
   color: #ff2e5e;
}

p.section-subtitle {
   font-size: 15px;
   text-align: center;
   margin-bottom: 20px;
   color: #666;
}



/* Cities Section */

/* Section title */
.cities-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'Caprasimo', sans-serif;
    color: #ff2e5e;
}

/* Section description */
.cities-section p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    color: #666;
}

/* Cities Row Container */
.cities-row {
    display: flex;
    justify-content: space-between; /* Ensure left-right alignment */
    gap: 10px;
    margin-bottom: 20px;
}

/* First row: 60% and 40% */
.cities-row-1 .city-1 {
    flex: 0 0 calc(60% - 5px); /* Subtract half the gap for alignment */
    height: 400px;
}

.cities-row-1 .city-2 {
    flex: 0 0 calc(40% - 5px); /* Subtract half the gap for alignment */
    height: 400px;
}

/* Second row: 3 equal tiles */
.cities-row-2 .city-tile {
    flex: 0 0 calc(33.33% - 7px); /* Slight adjustment for gap alignment */
    height: 270px;
}

/* General city tile styles */
.city-tile {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease; /* Smooth transition for background position */


}





/* City name inside the tile */
.city-name {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.7);
    font-family: 'Comfortaa', sans-serif;
}

/* Make the entire tile clickable */
.cities-section .city-link {
    display: block;
    width: 100%;
    height: 100%; /* Make sure the link takes up the full height of the tile */
    text-decoration: none; /* Remove any default underlines on the link */
    color: inherit; /* Ensure text color is inherited */
}








.activities-carousel h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: Caprasimo;
    color: #ff2e5e;
}

.activities-carousel p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    color: #666;
}

.activities-carousel {
    width: 100%;
     padding: 50px 0;

    text-align: center;
    padding-bottom: 40px;
    overflow: hidden; 
}

.section:nth-of-type(2n+1) {
  background-color: #fff9ed;
}

.carousel {
    display: flex;
    /*margin: 40px 0;
    height: 250px;*/
    margin-bottom: 50px;
    
}





.activity {
    position: relative; /* To position text inside the image */
    margin: 0 10px; /* Space between activities */
}
.activity:focus {
    outline:none;
}

.activity img {
    max-height: 250px; /* Maintain aspect ratio */
    width: 100%; /* Full width */
    height: 250px; /* Set fixed height */
    object-fit: cover; /* Ensure images cover the div without stretching */
    border-radius: 5px; /* Optional */
}

.activity .oneactivity-image {
    max-height: 250px; /* Maintain aspect ratio */
    width: 100%; /* Full width */
    height: 250px; /* Set fixed height */
    object-fit: cover; /* Ensure images cover the div without stretching */
    border-radius: 5px; /* Optional */
}

.slide-carousel .carousel-main-image {
    width: 270px;
    height: 320px; /* Set fixed height */
    max-height: 350px;
    object-fit: cover; /* Ensure images cover the div without stretching */
    border-radius: 5px; /* Optional */
}


.slide-carousel {
    position: relative;
}

.activity h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    padding: 50px 5px 10px 5px; /* Adjust padding for better spacing */
    margin: 0;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 18px;
  font-family: Comfortaa;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  font-weight: 700;
  font-size: 16px;
}


.details-infos-container {
    height:80px;
    display: flex;
  flex-direction: column;
  justify-content: center;
}

.infos-events p {
    font-size: 15px;
  margin:5px 0;
    margin-bottom: 8px;
  margin-bottom: 0;
  font-weight: 500;
  color: #6b6b6b;
}

.slide-carousel .infos-events p {
    font-size: 13px;
  margin:8px 0;
    margin-bottom: 8px;
  margin-bottom: 0;
  font-weight: 600;
  color: #707070;
  text-align: left;
}

.event-homepage {
   box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
   border-radius: 15px;
   margin-bottom: 5px;
   background:white;
}

.spot-homepage {
    border:1px solid black;
}


#cities-carousel {
    margin-bottom: 40px;
}

#cities-carousel .activity img {
  width: 100%;  /* Take full width of the container */
  max-height: 250px; /* Set a maximum height */
  height: 250px;  /* Fixed height */
  object-fit: cover; /* Ensure images cover the space proportionally */
  border-radius: 5px;
}

#cities-carousel .activity h3 {
    position: absolute;
bottom: 200px;
  left: 15px;
  text-align: left;
    color: white;
    padding: 50px 0 10px 0; /* Adjust padding for better spacing */
    margin: 0;
   background: none;
 font-size: 23px;
  font-family: Montserrat;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.9);
  font-weight: 500;
}

 .activity {
  position: relative;
  margin: 0 5px;
}


 .glide__slide:first-child {
  margin-left: 5px;
}


.events-container .product-image-container img{
    object-position: top;
}


.events-container .product-info-container {
    display: flex;
    flex-direction: column;
    height: 150px;
    justify-content: space-between;
}



.the-selling-platform img{
   height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  background:
white;
  border-radius:
20px;
  padding:
5px 10px;
  border:
1px solid black;
}


/*STYLE ADMIN (pods) FORM 
*/

/*#pods-meta-center-informations .form-table th {
  vertical-align: top;
  text-align: left;
  padding: 20px 0px 5px 0;
  width: 200px;
  line-height: 1.3;
  font-weight: 600;
  display: block !important;
}

#pods-meta-center-informations .form-table th {
  margin-bottom: 9px;
  padding: 15px 10px;
  line-height: 1.3;
  vertical-align: middle;
  display: block !important;
}
*/

  
  
/* Optional: Adjust carousel height */
.carousel .slick-slide {
    height: 250px; /* Ensure slides have the same height */
}



.slick-dots {
    margin-top: 10px; /* Space above the dots */
    bottom: -50px;
    
}





.slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: grey !important;

}






.age-selector-content {
    text-align: center;
    padding: 50px; /* Added more padding for better spacing */
    /*background-color: #f9f9f9;  Light background for contrast */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.age-selector-content h2 {
    font-size: 28px; /* Adjust font size */
    color: #ff2e5e; /* Matching primary color */
    margin-bottom: 10px; /* Spacing between heading and paragraph */
}

.age-selector-content p {
    color: #666; /* Softer color for text */
    margin-bottom: 20px; /* Space between paragraphs */
}

/* Range input track */
#ageRange {
    -webkit-appearance: none; /* Remove default styling */
    appearance: none; /* Remove default styling */
    height: 8px; /* Height of the track */
    background: #ddd; /* Track color */
    border-radius: 5px; /* Rounded track */
    width: 100%; /* Full width */
    margin: 20px 0; /* Space above and below the range input */
}

/* Thumb (cursor) styling */
#ageRange::-webkit-slider-thumb {
    -webkit-appearance: none; /* Remove default styling */
    appearance: none; /* Remove default styling */
    width: 20px; /* Thumb width */
    height: 20px; /* Thumb height */
    background: #00c5d9; /* Thumb color */
    border-radius: 50%; /* Round thumb */
    cursor: pointer; /* Cursor on hover */
    border-color:#00c5d9;
    /* Removed shadow */
}

#ageRange::-moz-range-thumb {
    width: 20px; /* Thumb width */
    height: 20px; /* Thumb height */
    background: #00c5d9; /* Thumb color */
    border-radius: 50%; /* Round thumb */
    cursor: pointer; /* Cursor on hover */
      border-color:#00c5d9;
    /* Removed shadow */
}

/* Keep the button aligned below the range input */
#findActivities {
    display: block; /* Makes the button take up the full width and sit below the range */
    margin: 20px auto; /* Center the button with space above */
    padding: 10px 20px;
    background-color: #00c5d9;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}


.theageselection {
    margin-top: 40px;
}



.age-selector-content .selectedAge {
     font-size: 40px ;
    font-weight: bold ;
    margin-left: 7px ;
    color: #00c5d9;
    font-family: 'Montserrat';
}

#lessThanText, .selectedUnit {
    font-size:30px;
    color: black;
    font-weight: normal;
    font-family: 'Montserrat';
     color: #00c5d9;

}


.hero-subtitle {
    margin: 10px 0;
}

/* SEARCH BAR Basic reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Search form styling */
.search-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin:     0px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
}

/* Activity search bar styling */
.activity-search-bar {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    border-radius: 50px;
    overflow: hidden; /* Smooth corners */
    border: 1px solid #d0d0d0; /* Softer border color */
    background-color: #fff; /* Clean white background */
}

/* City dropdown styling */
.city-dropdown {
    border: none;
    padding: 15px 10px; /* Adjusted padding */
    font-size: 16px;
    background-color: #f5f5f5;
    flex: 1;
    outline: none;
    color: #4a4a4a; /* Neutral text color */
    border-right: 1px solid #e0e0e0; /* Light division between dropdown and input */
    padding-left: 35px;
    
    
    
    
   appearance: none; 
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path fill="%234a4a4a" d="M5 6L0 0h10z"/></svg>'); 
    background-repeat: no-repeat;
    background-position: right 10px center; 
    background-size: 12px 8px; 
  
 /*   background-image: url('https://raw.githubusercontent.com/FortAwesome/Font-Awesome/refs/heads/6.x/svgs/solid/location-dot.svg'); 
    background-repeat: no-repeat; 
    background-position: 15px center; 
    background-size: 14px;*/
    
    
    transition: background-color 0.3s ease;
    margin-left: 3px;
  border-radius: 50px 0 0 50px;
  
}

.city-dropdown:hover {
    background-color: #ededed; /* Subtle hover effect */
}




/* Activity input styling */
.activity-input {
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    background-color: white;
    flex: 3;
    outline: none;
    color: #4a4a4a;
    transition: background-color 0.3s ease;
}

/*.activity-input:focus {
    border: 1px solid #c9c9c9 !important;
}*/

/* Search button styling */
.search-button {
    background-color: #ff2e5e;
    color: white;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 50px; /* Smooth right corner */
    outline: none;
    outline: none;
    margin: 3px;
    font-weight: 500;
}


.search-button:hover {
    background-color: #005177; /* Darker on hover */
}

/* Suggestions dropdown styling */
.suggestions {
    background-color: white;
    z-index: 10;
    width: 100%; /* Full width */
    max-height: 250px;
    overflow-y: auto;
    border-radius: 25px; 
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Light shadow for depth */
    display: none;
}

/* Suggestion items */
.suggestion-item {
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
    color: #0073aa; /* Highlighted color on hover */
}

/* Display suggestions when active */
.suggestions.active {
    display: block;
}










.suggested-activities {
    margin-top: 20px;
    text-align: center; /* Center the content */
    font-size: 14px; /* Small font size */
}

.suggested-activities p {
    margin-top: 10px;
    text-align: center; /* Center the content */
    font-size: 15px; /* Small font size */
}

.suggestion-title {
    font-weight: bold;
    color: #4a4a4a;
    margin-right: 10px;
}

.activity-link {
    display: inline-block;
    margin: 5px 10px;
    padding: 5px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 15px;
    background-color: #f9f9f9;
    text-decoration: none;
    font-size: 14px;
    color: #0073aa;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.activity-link:hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}


.activities-list {
    display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}





a:focus {
    outline: none; /* Remove default focus outline */
}

a:focus, a:active {
    outline: none; /* Remove default focus outline */
/*    transform: scale(0.98) !important; */    
    opacity: 0.6 !important; /* Slightly fade the link */
}





.wlfmc-popup .wlfmc-popup-header-bordered {

  border-bottom: 0px solid #e1e1e1;
  padding-bottom: 0;
  margin-bottom: 0;
}






/* Make the city chips container scrollable horizontally */
.city-chips {
    display: flex;
    flex-wrap: nowrap; /* Prevent chips from wrapping to the next line */
    gap: 3px;
    padding: 10px 0;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent chips from wrapping to the next line */
    max-width: 100%; /* Adjust to make sure it fits the container */
}



/* Styling the chips */
.city-chip {
    display: inline-block;
  padding: 7px 10px;
  border: 1px solid #00c5d9;
  background-color: #fbfeff;
  text-decoration: none;
  color: #333;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
  font-family: 'Montserrat';
}

.city-chip:hover {
    background-color: #00c5d9;
    color: #fff;
}

active-chip {
    background: #00c5d9;
  color: white;
}



/* Style for the "Sélectionner une ville" dropdown as a chip */
.city-filter-dropdown {
    display: inline-block;
  padding: 7px 10px;
  border: 1px solid #ff2e5e;
  background-color: #ffe3e352;
  text-decoration: none;
  color: #333;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Montserrat';
}

.city-filter-dropdown option {
    padding: 10px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
}

.city-filter-dropdown:hover {
    background-color: #ff2e5e;
    color: #fff;
}

/* Ensure the dropdown matches the chip style when focused or active */
.city-filter-dropdown:focus {
    outline: none;
    box-shadow: 0 0 3px rgba(0, 115, 170, 0.5);
}






/*NEWSLTTER FORM
*/

.formkit-form[data-uid="ea12bff1f7"] {
    background-color: transparent !important;
    border: 0px !important;
}

.formkit-form[data-uid="ea12bff1f7"] .formkit-header {
  margin: 0 0 0 0 !important;
}

.formkit-form[data-uid="ea12bff1f7"] .formkit-subheader {
  margin: 0PX !important;
}

.formkit-form[data-uid="ea12bff1f7"] [data-style="minimal"] {
  padding: 0 20px !important;

}

.formkit-form[data-uid="ea12bff1f7"] h2 {
    margin: 5px !important;
    
}
.seva-fields {
  display: flex !important;
  justify-content: space-between !important; /* or use space-around or flex-start */
  gap: 10px;
}

/*.formkit-field {
    webkit-flex: 1 0 70% !important;
    -ms-flex: 1 0 70% !important;
    flex: 1 0 70% !important;
    
}*/

.formkit-submit {
  flex: 0 0 auto !important; /* Button will not grow or shrink */
}

.formkit-form[data-uid="ea12bff1f7"] .formkit-powered-by-convertkit-container {
    display: none !important;
}




.formkit-form[data-uid="ea12bff1f7"] .formkit-guarantee {

  display: none !important;
}






/*NEWS SECTION
*/.latest-news {
    padding: 40px 20px;
    text-align: center;
    width: 100%;
}

.latest-news a {
    text-decoration: none;
}

.section-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: Caprasimo;
    color: #ff2e5e;
}

.news-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.news-item {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-direction: column; /* Ensures image and content are stacked */
}

.news-thumbnail {
    width: 100%;
    height: 200px; /* Fix the height for all images */
    object-fit: cover; /* Ensures the image maintains aspect ratio and covers the container */
}

.news-content {
    padding: 10px;
    text-align: center;
    flex-grow: 1; /* Ensures content takes up available space */
    display: flex;
    flex-direction: column; /* Align title and excerpt vertically */
    justify-content: flex-start;
}

h3.news-title {
    line-height: 1.5rem;
}

.news-title {
   font-size: 18px;
  color: #ff2e5e;
  text-decoration: none;
  font-family: 'Comfortaa', serif;
  margin: 5px auto;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-title:hover {
    color: #ff2e5e;
}

.news-excerpt {
   font-size: 13px;
  color: #707070;
  margin-top: 5px;
  min-height: 60px;
  font-family: Verdana; /* Ensures excerpts align */
}


.read-more-btn {
background-color: #fff;
  color: #1ac8da;
  padding: 3px 16px;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  text-align:right;


}





.footer-register-btn {
    padding:12px 16px; 
    background:#ff2e5e; 
    color:#fff; border:none; 
    border-radius:4px;
}

.footer-email-register {
    padding: 20px;
    display:flex; 
    gap:8px; 
    align-items:center;
    justify-content: space-between;
}


.footer-email-input {
    padding:12px; 
    border:1px solid #000; 
    border-radius:4px;
    flex:1px;

}


.footer-email-header {
    text-align: center;
  padding: 20px;
  padding-bottom: 0px;
}


.footer-email-header h2{
    font-family: Ubuntu;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}






/*// ILS NOUS FONT CONFIANCE
*/

.partners-section {
    padding: 20px 20px;
    text-align: center;
}

.partners-section h2 {
    font-size: 30px;
    color: #ff2e5e;
    font-family: Caprasimo;
}

.partners-section p {
    font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}

.partners-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.partners-container a {
    display: inline-block;
}

.partners-container img {
    opacity: 0.7;
    max-height: 70px;
    width: auto;
    transition: transform 0.3s ease; /* Smooth transition for the movement */
}

.partners-container img:hover {
    opacity: 1;
}




footer {
    margin-top: 50px;
}

.thefooter {
    padding:20px;
}

.footer-copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.footer-website-text {
      text-align: center;
}

.product-item {
    position: relative;
}

.wishlist-button-container {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}



.product-details-card .product-city-listing::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free"; /* Or "Font Awesome 6 Free" depending on your version */
    font-weight: 900; /* Required for solid icons in FA 5+ */
    margin-right: 5px; /* Optional: adds spacing between icon and content */
    color: #ba0035; /* Optional: inherits the text color */
    display: inline-block;
}

.city-tag-container {

  border-radius: 30px;

/*  padding: 2px 10px;*/
  font-size: 14px;
}





.taxonomy-description {
    font-family: "Montserrat";
    padding:10px;
}

.city-filter-container-scroll {
    margin-top: 10px;
     padding:10px;
}


.links-by-city li {
    padding: 4px 0;
 
 list-style:none;
    
}

.links-by-city li h4{
    font-family: 'Comfortaa';
  font-size: 13px;
 
  padding:2px;
  text-decoration:none;
}

.links-by-city a{

  text-decoration:none;
}


.links-by-city ul {
 display:flex;
 justify-content: space-between;

}

.links-by-city h2 {
font-family: 'Ubuntu';
  color: blue #00c5d9 red #ff2e5e;
  font-size: 18px;
  color: #00c5d9;
  margin: 20px 0 10px 0;
}

.thecityinlink {
    font-weight: bold;
    text-decoration: underline;
}

/* For very small screens like phones */
@media (max-width: 480px) {
    .city-link {
        flex: 0 1 100%; /* Make links take full width on very small screens */
    }
}




.localisation-section-container  {
    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* google-reviews .css  */
.review-msg {
    margin-bottom: 10px;
}


.total-reviews{
    margin-top:0 !important;
    font-size:14px !important;
}
.google-reviews-info p {
    margin: 0;
}

.google-reviews-info .rating {
    font-weight: bold;
}


.voirplus-google {
    font-size:14px;
    float: right;
    text-decoration:none;
    margin:5px;
    color: grey;
}

.review img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}


.review p {
    font-size:14px;
}


.review:nth-last-of-type(1) {
  border-bottom: none;
}



.view-all-reviews-button {
    display: block;
  margin-top: 15px;
  padding: 10px 30px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 30px;
  margin: auto;
  text-align: center;
  width: fit-content;
}



.google-reviews-info {
    display: flex;
    align-items: center; /* Center the logo and text vertically */
    margin: 10px 0 25px 0;
}

.google-logo {
    width: 30px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px; /* Space between logo and text */
}

.average-rating {
    font-weight: bold;
    color: #ff9800; /* Color for the stars */
    margin: 0 !important; /* Remove default margin */
    font-size:13px !important   ;
}

.total-reviews a {
   
    color: #4771c5; /* Color for the total reviews text */
    margin:  0; /* Add some margin above */
}

.view-all-reviews-button {
   transition: background-color 0.3s, transform 0.2s;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.view-all-reviews-button:hover {
    transform: scale(1.05);  /* Slightly increase size on hover */
}

.button-icon {
    width: 20px;  /* Set icon width */
    height: 20px;  /* Set icon height */
    margin-right: 8px;  /* Space between icon and text */
    vertical-align: middle;  /* Align icon vertically */
}



.product-details-card {
    display:flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    gap: 5px;

}
.average-rating-listing {

   flex-shrink: 0;
  font-size: 13px;
  color: #ff9e0d;

}



/* Ensure reviews have a nice effect when hovered */

.google-reviews-info {
    margin-bottom: 10px;
}


.review-author {
    font-size:16px;
}



.map-description {
    margin: 10px 0;
    width: 100%;
}


.php-error #adminmenuback {
    margin-top:0;
}







/* Container to hold all the reviews and make them scrollable */
.reviews-container {
    position: relative;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
}

.reviews-slider {
    display: flex;
    scroll-snap-type: x mandatory;
    gap: 20px;
    overflow-x: auto;
    padding: 15px;
        scroll-behavior: smooth; /* This enables smooth scroll */
        
         /* Hide scrollbar for all browsers */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */

}


.reviews-slider::-webkit-scrollbar {
    display: none; /* WebKit-based browsers (Chrome, Safari, etc.) */
}

.review {
    flex-shrink: 0;
    scroll-snap-align: center;
    padding: 10px;
     width: 300px; /* You can adjust this based on your design */
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
}

.reviews-pagination {
    display: flex;
    justify-content: center;
    margin-top: 5px;
  margin-bottom: 20px;
}

.bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 5px;
    cursor: pointer;
}

.bullet.active {
    background-color: #00cbdc;
}









/*.  CENTER SECTIONS*/

.center-section-container {
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-size:15px;
}

.center-section-container  h2 i {
     font-size: 20px;
    margin-right: 12px;
    color: #00cbdc;
}


.center-section-container  h2 {
       font-family: 'Ubuntu', 'Raleway', sans-serif;
    font-size: 20px;
    color: #ff2e5e;
    display: flex;
    margin-bottom: 20px;
    font-weight: bold;
    align-items: first baseline;
    scroll-margin-top: 60px;
}

.icon-product-desc {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
  border-radius: 6px;
   background:linear-gradient(119deg, #fa5d81 0%, #00cbdc 20%, #00cbdc 60%, #c4d37d 100%);
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    white-space: nowrap;
    
  justify-content: center;
  font-family:'Montserrat';
  margin-top:30px;
  margin:5px;
  
}

.contact-button i {
  
    font-size: 20px;
    margin-bottom: 3px;
}



.whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.whatsapp:hover {
    background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
}

.instagram {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.instagram:hover {
    background: linear-gradient(135deg, #bc1888 0%, #dc2743 50%);
}

.phone {
   /* background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);*/
     background: linear-gradient(135deg, #00c395 0%, #3d7d20 100%);
    
}

.phone:hover {
/*    background: linear-gradient(135deg, #0056b3 0%, #004080 100%);
*/     background: linear-gradient(135deg, #3d7d20 0%, #00c395 100%);
}

.website {
    background: linear-gradient(135deg, #343a40 0%, #23272b 100%);
}

.website:hover {
    background: linear-gradient(135deg, #23272b 0%, #1c1e21 100%);
}

.facebook {
    background: linear-gradient(135deg, #1877f2 0%, #145dbf 100%);
}

.facebook:hover {
    background: linear-gradient(135deg, #145dbf 0%, #0d47a1 100%);
}

.tiktok {
    background: linear-gradient(135deg, #000000 0%, #2C2C2C 100%); /* Dark gradient background */
}

.tiktok:hover {
    background: linear-gradient(135deg, #69C9EF 0%, #AC3B61 100%); /* Bright accent colors on hover */
}









/*a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--accent);
  text-decoration: underline;
}

.wp-block-post-content {
    padding: 0px;
}

*/


/*BLOG POST ARTICLES */


.single-article-template {
 
  border-radius: 15px;
  margin-top: 30px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.single-article-template .entry-content{
    padding: 15px;
}


.single-article-template .entry-content p{
    font-family: 'Montserrat';
    font-size: 16px;
}

.single-article-template a{
   color: #ff2e5e;
}

.single-article-template h1{
   padding: 15px;
}

.single-article-template h2{
   font-size: 25px;
}

.single-article-template h3{
   font-size: 20px;
}

.single-article-template > div:first-child {
    padding-top: 0px !important;
}



.single-article-template .wp-post-image{
  /* object-fit: cover;*/
  max-height: 400px;
   border-radius: 15px  15px 0 0;
}

.left-section {
    border-radius: 15px;
  margin-top: 30px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding:20px;
  margin-left: 20px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 10px 20px 10px;
  border-bottom: 1px solid #00cbdc;
  padding-bottom: 20px;
}

.wp-block-latest-posts__featured-image img {
    max-width: none;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  border-radius: 5px;
}

.wp-block-latest-posts__post-title {
    text-decoration:none;
    font-size: 15px;
    font-family: 'Comfortaa';
}


.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 0px;
}

.left-section h2 {
    font-size:22px;
    padding:10px;
    font-weight: bold;
    color: #00cbdc;
}

.wp-block-latest-posts__list li:nth-last-of-type(1) {
    border-bottom: none;
}












.wlfmc-wishlist-form {
    width: 80%;
    margin: 0 auto !important;
}




/*.single-post a:where(:not(.wp-element-button)) {
  color: #ff2e5e;
 
}

.single-post .wp-block-post-content h2 {
    font-family: 'Marko One', serif;
    color: #00c5d9;
    font-size: 25px;
    margin-top: 40px;
}

.single-post .wp-block-post-content p {
    margin-top: 15px;
}


.single-post .wp-block-post-featured-image :where(img) {

  max-height: 500px;
}*/


.wp-block-site-tagline {
    font-size:12px;
}


.no-products-message {
    text-align:center;
  
    padding:20px;
       padding-bottom: 0px;
}




/* Hide original text and add custom text inside ka-signin-form */
.ka-signin-form .xs-login__item--label {
    visibility: hidden; /* Hide original text */
    position: relative;
    padding-left: 10px;
}

.ka-signin-form .xs-login__item--label::after {
    content: "S'inscrire avec Google"; /* Custom text for Google */
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 10px;
}

.ka-signin-form .wslu-color-scheme--facebook .xs-login__item--label::after {
    content: "S'inscrire avec Facebook"; /* Custom text for Facebook */
}

#xs-social-login-container {
  padding-bottom: 0px;
  margin: 20px auto;
}


.tab-container  {
    padding: 0 !important;
   margin: 15px;
}

.tab-container h2 {
    font-size: 18px;
    color: #4fb8c2;
    margin-bottom:0;
}
.tab-buttons {
    display: flex;
  justify-content: space-between;
}

/* Tab Button */
.tab-button {
    cursor: pointer;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    flex: 1; /* Distribute space equally between buttons */
    transition: background-color 0.3s ease, border-color 0.3s ease;
    justify-content: center;
}

/* Hover effect */
.tab-button:hover {
    background-color: #f0f0f0;
}

/* Active Tab Button */
.tab-button.active {
   background-color: #fff;
  color: #ff2e5e;
  display:block;
}

.tab-content {
    padding: 30px;
    display:none;
}



.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #666;
    margin: 40px 0 20px 0;
    font-weight: 300;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.divider::before {
    margin-right: 10px;
}

.divider::after {
    margin-left: 10px;
}



.template-container {
    padding: 0px;
    overflow-x: hidden;
    padding-bottom: 30px;
    margin-block-start: 0;  /*SOURCE OF PROBLEMS??*/
    max-width: 1280px;
  margin:auto;
}


#register .wp-element-button[type="submit"],  #login .wp-element-button[type="submit"]  {
    width:100%;
}




/*// MY ACCOUNT*/

.message-account-container {
   
    padding: 10px;
    background-color: #fff3cd; /* Light orange background */
    border-left: 5px solid #ff9800; /* Orange border */
    border-radius: 5px;
    color:#7e5405;
    margin:20px 15px 30px 15px;
    font-family: Montserrat;
  font-size: 15px;
}

.message-warning p {
    font-size: 16px;
    color: #856404; /* Darker orange text */
    margin: 5px;
}

.message-warning {
    background-color: #fff3cd; /* Light orange background */
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ffecb3; /* Lighter orange border */
}

.cto-msg-account {
    color:#4285f4;
    margin-top:10px;
}




.woocommerce-MyAccount-global-container {
    display:flex;
     flex-wrap: wrap;
     margin:10px;
     justify-content: space-between;
  gap: 25px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {

  width: auto;
  margin: 0 auto;
 
}

.woocommerce-account .wp-block-post-title, 
.woocommerce-account main .woocommerce, 
.woocommerce-cart .wp-block-post-title, 
.woocommerce-cart main .woocommerce, 
.woocommerce-checkout .wp-block-post-title, 
.woocommerce-checkout main .woocommerce {
    margin: auto;
    text-align: left;
    max-width: var(--wp--style--global--wide-size);
}

.woocommerce-account .wp-block-post-title, 
.woocommerce-cart .wp-block-post-title, 
.woocommerce-checkout .wp-block-post-title {
        padding-left:20px;

}



.woocommerce-MyAccount-content {
    flex: 1;
  margin-top: 0 !important;
}


/* Styling the navigation list */
.woocommerce-MyAccount-navigation .account-navigation-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation .account-navigation-item {
    display: block;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation .account-navigation-item a {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    transition: background-color 0.3s;
}

/* Hover effect for the tiles */
.woocommerce-MyAccount-navigation .account-navigation-item a:hover {
    background-color: #f9f9f9; /* Change color on hover */
    text-decoration:none !important;
}

.woocommerce-MyAccount-navigation .account-navigation-item .label {
    flex-grow: 1;
    text-align: left;
    padding-left: 10px;
}


.woocommerce-MyAccount-navigation .account-navigation-item .icon-right {
    width: 24px; /* Icon size */
    height: 24px; /* Icon size */
    display: inline-block;
    padding-left: 10px;
}

.woocommerce-MyAccount-navigation .account-navigation-item .icon-left{
    width: 24px; /* Icon size */
    height: 24px; /* Icon size */
    display: inline-block;
}




/* Optionally, add hover effect for icons */
.woocommerce-MyAccount-navigation .account-navigation-item a:hover span {
    color: #00c5d9; /* Change icon color on hover */
    
}

.woocommerce-account .woocommerce-MyAccount-navigation li{
  padding:0;
}


.wp-element-button[type="submit"] {
    margin: 10px auto;
    text-align: center;
  display: flex;
}


.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {

  padding: 15px;
}







.account-navigation-item[data-endpoint="downloads"] {
    display:none;
}
.account-navigation-item[data-endpoint="mes-favoris"] .icon-left::before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#616161;
}

.account-navigation-item[data-endpoint="wlfmc-wishlist"] .icon-left::before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#616161;
}

.account-navigation-item[data-endpoint="customer-logout"] .icon-left::before {
    content: "\f011";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#616161;
}



.account-navigation-item[data-endpoint="edit-address"] .icon-left::before {
    content: "\f2bb";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 ;
    color:#616161;
}

.account-navigation-item[data-endpoint="edit-address"] {
    display:none;
}

.account-navigation-item[data-endpoint="edit-account"] .icon-left::before {
    content: "\f013";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 ;
    color:#616161;
}

/* Pro account center editor */
.activityz-pro-layout {
  align-items: flex-start;
}

.activityz-center-panel {
  background: linear-gradient(160deg, #fffef9 0%, #fff6e6 100%);
  border: 1px solid #f2dfbe;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(87, 59, 17, 0.08);
}

.activityz-center-headline h2 {
  margin: 0;
  font-size: 30px;
  color: #2d2213;
}

.activityz-center-headline p {
  margin: 8px 0 0;
  color: #6f5834;
}

.activityz-notice {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 500;
}

.activityz-notice-success {
  background: #ebfaf0;
  border: 1px solid #bcebc9;
  color: #1c6f36;
}

.activityz-notice-error {
  background: #fff1f1;
  border: 1px solid #f7c4c4;
  color: #9a1e1e;
}

.activityz-form-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.activityz-form-card {
  background: #ffffff;
  border: 1px solid #f0e4d0;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 2px 10px rgba(120,80,20,0.05);
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.activityz-form-card:hover {
  box-shadow: 0 6px 22px rgba(120,80,20,0.10);
  border-color: #e8d4b5;
}

.activityz-form-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #33240e;
}

.activityz-form-card label {
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  color: #493617;
}

.activityz-form-card input,
.activityz-form-card textarea,
.activityz-form-card select {
  width: 100%;
  border: 1px solid #ddceb5;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  font-size: 14px;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.activityz-form-card input:focus,
.activityz-form-card textarea:focus,
.activityz-form-card select:focus {
  outline: none;
  border-color: #ffa835;
  box-shadow: 0 0 0 3px rgba(255,168,53,0.13);
}

.activityz-form-card textarea {
  resize: vertical;
}

.activityz-presentation-field {
  min-height: 220px;
}

.activityz-horaires-grid {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.activityz-horaires-row {
  display: grid;
  grid-template-columns: 90px 1fr 36px;
  gap: 8px;
  align-items: start;
}

.activityz-day-slots {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.activityz-hour-slot {
  display: grid;
  grid-template-columns: 64px auto 64px 32px;
  align-items: center;
  gap: 6px;
}

.activityz-hour-slot input[type="number"] {
  width: 64px;
  max-width: 64px;
  text-align: center;
  padding: 8px 6px;
}

.activityz-add-slot {
  border: 1px dashed #d9bc8f;
  border-radius: 8px;
  background: #fff8ec;
  color: #7b5626;
  cursor: pointer;
  font-weight: 700;
  height: 38px;
}

.activityz-remove-slot {
  border: 0;
  border-radius: 8px;
  background: #ffe8e8;
  color: #932727;
  cursor: pointer;
  height: 32px;
}

.activityz-day-label {
  font-weight: 700;
  color: #5e4420;
  font-size: 13px;
}

.activityz-tarif-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 170px) 38px;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.activityz-tarif-title-input {
  min-width: 0;
}

.activityz-tarif-price-input {
  width: 100%;
  max-width: 170px;
}

.activityz-tarif-group {
  border: 1px solid #f0dfc2;
  background: #fffdf9;
  border-radius: 10px;
  padding: 14px 10px 10px;
  margin-bottom: 12px;
  position: relative;
}

.activityz-tarif-group-head {
  display: block;
  margin-bottom: 10px;
}

.activityz-tarif-group-head input[type="text"] {
  font-weight: 700;
  width: 100%;
}

.activityz-tarif-group-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.activityz-tarif-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.activityz-add-row-btn {
  border: 1px dashed #d3b98f;
  border-radius: 9px;
  background: #fff8ee;
  color: #7c5624;
  padding: 9px 12px;
  font-weight: 700;
  cursor: pointer;
}

.activityz-add-group-btn {
  border-style: solid;
  border-color: #03c5d9;
  background: #e8fbff;
  color: #056a73;
}

.activityz-remove-row {
  border: 0;
  border-radius: 50%;
  background: #ffe8e8;
  color: #912f2f;
  font-weight: 700;
  cursor: pointer;
  width: 34px;
  height: 34px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.activityz-remove-group {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  border: 1px solid #e6b7b7;
  border-radius: 50%;
  background: #fff;
  color: #b13a3a;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* ── Gallery ─────────────────────────────────────────── */
.activityz-gallery-section {
  margin-top: 16px;
}

.activityz-gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.activityz-label-text {
  font-weight: 600;
  color: #493617;
  font-size: 14px;
}

.activityz-gallery-badge {
  background: #fff3e0;
  border: 1px solid #f0d4a8;
  color: #7a4e1a;
  border-radius: 99px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}

.activityz-gallery-badge.is-full {
  background: #ffeaea;
  border-color: #f5b8b8;
  color: #8a2525;
}

.activityz-gallery-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

/* Pop-in animation for new items */
@keyframes activityz-pop-in {
  0%   { opacity: 0; transform: scale(0.75); }
  70%  { transform: scale(1.05); }
  100% { opacity: 1; transform: scale(1); }
}

.activityz-gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  animation: activityz-pop-in 0.28s cubic-bezier(0.34,1.56,0.64,1) both;
}

.activityz-gallery-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.activityz-gallery-item:hover .activityz-gallery-thumb {
  transform: scale(1.07);
}

/* ── Delete overlay: mobile-first ────────────────────────
   Touch: overlay always visible (transparent bg), button
   pinned to the top-right corner — always tappable.
   Desktop (pointer/hover): full dark overlay on hover with
   centered trash icon, matching the original feel.
──────────────────────────────────────────────────────── */

/* Default (mobile): transparent overlay, button in corner */
.activityz-gallery-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  opacity: 1;
  pointer-events: none;
  transition: background 0.22s ease;
}

/* Delete button: corner pill, always visible on touch */
.activityz-delete-image-btn {
  pointer-events: all;
  margin: 5px;
  background: rgba(18,10,2,0.68);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255,255,255,0.28);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  padding: 0;
  transition: background 0.15s ease, transform 0.15s ease;
}

/* Desktop — restore full hover-overlay behaviour */
@media (hover: hover) and (pointer: fine) {
  .activityz-gallery-overlay {
    background: rgba(25,15,3,0.50);
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: all;
    transition: opacity 0.22s ease;
  }

  .activityz-gallery-item:hover .activityz-gallery-overlay {
    opacity: 1;
  }

  .activityz-delete-image-btn {
    margin: 0;
    background: rgba(255,255,255,0.12);
    border: 2px solid rgba(255,255,255,0.85);
    width: 38px;
    height: 38px;
  }

  .activityz-delete-image-btn:hover {
    background: rgba(210,40,40,0.72);
    transform: scale(1.12);
  }
}

/* Deleting state — full spinner overlay on all devices */
.activityz-gallery-item--deleting .activityz-gallery-overlay {
  opacity: 1;
  background: rgba(15,10,2,0.65) !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: all !important;
}

.activityz-gallery-item--deleting .activityz-delete-image-btn {
  visibility: hidden;
}

@keyframes activityz-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.activityz-gallery-item--deleting::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border: 2.5px solid rgba(255,255,255,0.22);
  border-top-color: #fff;
  border-radius: 50%;
  animation: activityz-spin 0.7s linear infinite;
}

/* Uploading state — orange spinner, dimmed thumb */
.activityz-gallery-item--uploading .activityz-gallery-thumb {
  opacity: 0.40;
}

.activityz-gallery-item--uploading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border: 2.5px solid rgba(255,255,255,0.25);
  border-top-color: #ffa835;
  border-radius: 50%;
  animation: activityz-spin 0.7s linear infinite;
}

/* Fade-out on removal */
.activityz-gallery-item--removing {
  transition: opacity 0.28s ease, transform 0.28s ease !important;
  opacity: 0 !important;
  transform: scale(0.8) !important;
  pointer-events: none;
}

/* New/pending items — orange bottom badge */
.activityz-gallery-item--new::before {
  content: 'Nouveau';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #ffa835, #ff5a2f);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 2px 7px;
  border-radius: 99px;
  white-space: nowrap;
  z-index: 2;
  pointer-events: none;
}

/* Hidden file input */
.activityz-file-hidden {
  display: none !important;
}

/* Upload area (styled label) */
.activityz-upload-area {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px dashed #d3b98f;
  border-radius: 12px;
  background: #fffaf3;
  color: #7a5626;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s, opacity 0.18s;
  user-select: none;
}

.activityz-upload-area:hover {
  border-color: #ffa835;
  background: #fff6e6;
}

.activityz-upload-area.is-disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: default;
}

/* Logo section */
.activityz-logo-section {
  padding-bottom: 16px;
  border-bottom: 1px solid #f0e4d0;
  margin-bottom: 16px;
}

.activityz-logo-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.activityz-logo-preview {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f1ddb8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.activityz-logo-change-btn {
  border: 1.5px solid #f0d4a8;
  border-radius: 99px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #7a5320;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s, background 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.activityz-logo-change-btn:hover {
  border-color: #ffa835;
  background: #fff7ed;
}

.activityz-form-actions {
  margin-top: 18px;
}

.activityz-save-btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  background: linear-gradient(90deg, #ffa835 0%, #ff5a2f 100%);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.activityz-save-btn:hover {
  opacity: 0.92;
}

.activityz-muted {
  color: #775f3a;
  font-size: 13px;
}

.activityz-logo-preview {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f1ddb8;
}

.activityz-premium-rail {
  margin-top: 22px;
  background: #1d1c1a;
  border-radius: 16px;
  color: #fff;
  padding: 22px;
}

.activityz-premium-rail h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.activityz-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.activityz-premium-card {
  border-radius: 12px;
  background: linear-gradient(180deg, #2d2b28 0%, #1f1e1b 100%);
  border: 1px solid #3f3c38;
  padding: 14px;
}

.activityz-premium-card strong {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

.activityz-premium-card p {
  font-size: 13px;
  color: #d2cfc9;
  min-height: 48px;
}

.activityz-premium-btn {
  background: #fff;
  color: #1f1e1b;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 900px) {
  .woocommerce-MyAccount-global-container {
    margin: 0;
    gap: 12px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 10px;
  }

  .activityz-center-panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  .activityz-form-grid {
    grid-template-columns: 1fr;
  }

  .activityz-horaires-row {
    grid-template-columns: 1fr;
  }

  .activityz-hour-slot {
    grid-template-columns: 1fr auto 1fr 32px;
  }

  .activityz-tarif-row {
    grid-template-columns: minmax(0, 1fr) 36px;
    grid-template-areas:
      "title title"
      "price remove";
    gap: 6px;
    align-items: end;
  }

  .activityz-tarif-title-input {
    grid-area: title;
  }

  .activityz-tarif-price-input {
    grid-area: price;
    max-width: 150px;
  }

  .activityz-remove-row {
    grid-area: remove;
    width: 32px;
    height: 32px;
    justify-self: end;
  }

  .activityz-tarif-actions {
    flex-direction: column;
  }

  .activityz-premium-grid {
    grid-template-columns: 1fr;
  }
}

.account-navigation-item[data-endpoint="orders"] .icon-left::before {
    content: "\f0ca";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 ;
    color:#616161;
}


.account-navigation-item[data-endpoint="dashboard"] .icon-left::before {
    content: "\f406";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 ;
    color:#616161;
}


.woocommerce-Input-input-select {
padding: .9rem 1.1rem;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #b5b5b5;
    
}


fieldset {
    padding: 15px;
  border: 1px solid rgba(216, 216, 216, 0.8);
  border-radius: 5px;
}

fieldset legend{
    font-size:14px;
    padding:5px 10px;
}


.woocommerce-Address-title h4 {
    padding: 10px;
  margin-top: 5px;
}

.myaddress-container {
    display: flex;
  flex-direction: column;
  padding: 10px;
}

.woocommerce-account .addresses .title .edit {
  display: block;
  margin-bottom: 1em;
  font-size: 12px;
}


.woocommerce-Addresses header {
    box-shadow: none;
  margin-bottom: 20px;
  border: 1px solid rgba(216, 216, 216, 0.8);
  border-radius: 5px;
}




.account-navigation-item[data-endpoint="orders"] {
    display:none;
}


.wp-element-button {
    background-color: #00c5d9;
}


#kids_section h4 {
    font-family: "Ubuntu", "serif";
    color:black;
    font-size: 16px;
}

.kid-item {
   display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.kid-item p{
    font-size:14px;
    width:100px;
}

.kid-item label {
     font-size:14px;
  margin-bottom: 0;
}




.remove_kid_button {
    float: right;
  border-radius: 20px;
  padding: 10px;
  border: 1px;
  background: #ff2e5e;
    
}

.add_kid_button {
  border-radius: 20px;
  padding: 10px;
  border: 1px;
  background: #00c5d9;
    
}

#kids_section i, .add_kid_button i {
    color:white;
}

.save_custom_fields {
    margin: 20px 0;
}



.woocommerce form .form-row select {

  padding: .9rem 1.1rem;
}

.woocommerce-MyAccount-content h3 {
   font-family: 'Ubuntu';
  font-size: 21px;
  color: #ff2e5e;
  margin-top: 0;
}

#billing_company_field, #billing_address_2, #billing_country_field, #billing_address_2_field {
    display:none;
}


#kids_section .form-row {
  margin-bottom: 0;
}

.save-button-container {
    text-align: center;
  margin-top: 30px;
}
  
  
  
  
  
  
  .toast-top-left {
display:none !important;
}
  
  
  
  
  
  
  
  
/* Initial hidden state */
.section {
    padding-top:20px;
    padding-bottom:15px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    width:100%;
}

/* When in view */
.section.in-view {
    opacity: 1;
    transform: translateY(0);
}




#age {
    margin-top: 30px;
}
  
  
  
    .hidden-links {
     
      display:flex;
  }
  
  .hidden-links a{
      opacity: 0;
  font-size: 2px;
  cursor: default;
  }
  
    .hidden-links p{
     height:2px;
     font-size:1px;
     line-height:0;
  }
  
  
/*.wlfmc-add-to-wishlist  {
  top: 30px !important;
}*/




  
   .footer-row {
        margin-bottom: 10px;
         
    }
    .linksfooter {
        padding-top: 20px;
        list-style: none !important ;
         font-size: 13px !important;
          text-align: right;
    }
    
     .linksfooter a{
   
    
   
    text-decoration: none;
   
}

.cash-payment-gateway img{
    max-height:25px;
}

.majorpadding {
    padding:10px;
}
    
/* MOBILE */
@media (min-width: 769px) and (max-width: 1023px) {
    
    
    
    
    .cities-row {
        padding: 10px;
    }
   
    
    
}


.cash-payment-gateway {
   display: flex;
  align-items: baseline;
  justify-content: center;
 
  margin: 0 0 15px 0 !important;
  gap: 20px;
}


.gateways-footer {
    display: flex;
    justify-content: center;
    gap: 20px;
}




@media (max-width: 768px) {
    
    



.shop-product-page-template {
    flex-direction: column-reverse;
    
}


    .payzone-bar img {
     max-height:30px !important;
  width: auto !important;
}


        .linksfooter {
        padding-top: 20px;
        list-style: none !important ;
         font-size: 10px !important;
          text-align: center;
    }
    
    .thefooter {
    padding-bottom:70px;
}
        
        
        .gateways-footer {
    flex-direction: column;
    gap: 0px;

}
    
    .categories-section ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 10px;
        list-style: none;
        gap: 2px;
      }
      
       .categories-section .activity img {
        max-height: 250px;
        width: 100%;
        height: 200px;
        object-fit: cover;
      }
      
      
      
      
      
            
    
       .related-centers-bullets {
    position: absolute;
   /* bottom: -20px;*/
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-centers-bullets li {
    width: 10px;
    height: 10px;
    background-color: #cbcbcb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.related-centers-bullets li.active {
    background-color: #00cbdc;
}

.arrow-indicator.left,  .arrow-indicator.right{
    display:none; 
    
}
 

    
    .center-section-container {
  padding: 20px;
    }
    
    
     .contact-buttons {
    text-align: center;
  gap: 5px;
}
  
    
/* .contact-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 17px;
}
  
   .contact-button {

  width: 145px;

}*/
     /*  
    .contact-button i {
  margin-right: 7px;
  font-size: 17px;
}*/






/*MOBILE MENU NAVBAR */


/*button[data-action="profile"] i {
    height:25px;
    width:25px;
}*/




  
.menu-item  .wlfmc-add-to-wishlist {
  display: flex;

  
}

.menu-item .wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a {
  border-width: 0;
   height: 20px;
}

.menu-item .wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a i {
  font-size: 22px;
color: black;
}

.menu-item .wlfmc-loop-btn:not(.is-elementor) .wlfmc-removefromwishlist > a i {
 color: rgb(255,46,94);

}




    
    .mobile-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: FLEX;
    justify-content: space-around;
    background-color: #fff;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);

    padding: 5px 0;
    z-index: 1000;
    width: 97%;
    margin: auto;
    border-radius: 10px 10px 0px 0px;
}

    .mobile-navbar i, .mobile-navbar-icons{
    color:#393939;
}

.text-menu{
    display:block;
    font-size:12px;
    color: #4a5568;
    margin-top:2px;
}

.menu-item {
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    
    .footer-tagline {
        padding: 15px;
        text-align:center;
    }
    
    #tab-description {
    display:block;
 
}
.cmn {
    width: 100%;
}

    
    
    .left-section {
  margin-left: 0px;
  margin:10px;
}


    .suggestions {
        position: relative;
  top: -60px;
    }
    
   
  
  
    .woocommerce-MyAccount-navigation .account-navigation-item a .icon-left::before {
        color: black;
        font-size: 20px;
    }
     .woocommerce-account .woocommerce-MyAccount-navigation {
         position:fixed;
         bottom: 0;
         left:0;
         width: 100%;
         background:white;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);

         z-index: 500;
     }
    
    
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  margin:0;
  padding:0 10px ;
  justify-content: space-between;
}

 /* SWITCHER HEEERE FOR MOBILE ACCOUNT MENU */
 
.woocommerce-MyAccount-navigation {
    display:none;
}


 .account-navigation-item .label,  .woocommerce-MyAccount-navigation .account-navigation-item  .icon-right{

  display: none;
}

.woocommerce-MyAccount-navigation .account-navigation-item a {
    box-shadow: 0 0 0 0;
    padding: 5px;
}
    
    


.wp-block-social-links.has-large-icon-size {
    font-size:30px;
}
    
.footer-row .wp-block-site-logo  {
    width: 60%;
}


    .footer-row {
        display: flex;
         flex-direction: column-reverse;
        margin-bottom: 10px;
        
         
    }
    
    .footer-text {
        text-align: center;
        gap: 5px;
    } 
    
        
    .wp-block-site-tagline {
        font-size:11px !important;
        text-align: center;
    }
    
    .footer-subtitle {
        margin:auto !important;
    }
    
    
    .formkit-submit {
    display: block;
  width: 100%;
  margin: 0 !important;
  
}

.formkit-field {
    margin: 0 !important;
    width:100%;
}


.wlfmc-guest-notice-wrapper .wlfmc-notice-buttons a.wlfmc_btn_0 {
  padding: 10px 15px;
}
    
     .activity-search-bar {
        flex-direction: column; /* Stack items vertically */
        align-items: center;    /* Center items horizontally */
         border:0;
          border-radius:0;
    }
    .city-dropdown {
        width:100%;
        border-radius:10px;
         margin: 0; /* Reset margin */
        
         border:1px solid #c9c9c9;
         padding: 15px 10px; 
    }
    
 
    
    .activity-input {
        border: 1px solid #c9c9c9;
        border-radius:10px;
        margin:10px 0;
        width: 100%;
        text-align:center;
    }
    
    .search-button {
        width: 100%;
    }
    
    
    .hero-section {
    width: 100%;
    text-align: center;
    padding: 20px 12px;
    background-position: 50% 50%;
    background-size: cover;
}

    .activity-link {
        margin: 5px;
    }



    
    
          .cities-section, .age-selector{
        padding: 0 10px;
    }
    
    .cities-row {
        flex-direction: column; /* Stack cities vertically on smaller screens */
    }

    .city-tile {
        flex: 0 0 100%;
        height: auto; /* Let the height adjust automatically */
        min-height: 300px; /* Ensure tiles are tall enough */
    }

    .cities-row-2 .city-tile {
        min-height: 200px; /* Smaller height for the second row */
    }
    
    
    
    
    

    #wpgs-gallery .gallery-navigation-carousel-wrapper {
        max-width: 320px;
    }

   .woocommerce-Tabs-panel p {
        margin-top: 10px;
        padding-left: 0;
        word-wrap: break-word;
        font-size: 15px;
        
    }

    #tab-description ul {
        padding-left: 20px;
    }
    
    .prix-section ul {
    padding-left:0px !important;
}

   
    
    
    
    
    
    
    
      .woocommerce table.variations tr {
    flex-direction: column; /* Stack the label and value vertically */
  }

  .woocommerce table.variations th.label,
  .woocommerce table.variations td.value {
    width: 100%; /* Make both the label and value full width */
    padding: 0; /* Adjust padding to make it consistent on mobile */
  }
  
  .single_add_to_cart_button {
    width: 100%;
    margin-top: 10px;
    }
    
    .woocommerce-variation-add-to-cart {
  text-align: center;
    }

    .variations_form.cart {
        padding: 15px;
    }

    .woocommerce-Tabs-panel-h2 {
        font-size: 22px;
    }

    .variations th.label, .variations select {
        font-size: 14px;
    }

    .single_add_to_cart_button {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    
    
   .navigation-centers a {
    padding: 15px 10px;
    font-size: 16px;
    }


 
    
    
    
    
    .product-list {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }

    .product-item {
        margin: 5px; /* Add more padding on smaller screens */
    }
    
    
    
    
    .taxonomy-description p, .desc-taxonomies-content {
        font-size: 13px;
  font-family: Montserrat;
  text-align:center;
   margin-top: 5px;
        padding: 0px 5px;
}

.desc-taxonomies h2 {

  font-size: 16px;
}
        
    .template-container h1 {
  font-size: 30px;
    margin: 0px 0 0 0;
    text-align: center;
    padding: 10px;
  
}

.city-filter-container-scroll {
    padding: 10px 0px 0px 10px;
     font-size: 15px;
  font-family: 'Montserrat';
}

.template-container .maintitles {
    padding:5px 20px;
    margin-top:0px;
    font-size:35px;
}
    
    
    
    
    .links-by-city {
        padding-left: 15px;
    }
    .links-by-city ul {
 display:flex;
 justify-content: space-between;
 overflow-x:auto;
 gap: 15px;
    padding-left: 0;

}

.links-by-city li {
  list-style: none;
    text-wrap: nowrap;
}
    
  

    
    h1.wp-block-query-title, .desc-taxonomies  {
         text-align: center;
    }
   
    
    .desc-taxonomies p{
        text-align: center;
        font-size: 13px;
        margin-top: 5px;
        padding: 0px 5px;
    }
    
    
    
    

    

  

}





.grecaptcha-badge {
    bottom: 67px !important;
  right: 0 !important;
}



