.elementor-kit-6{--e-global-color-primary:#37453A;--e-global-color-secondary:#E1875D;--e-global-color-text:#1F1F1F;--e-global-color-accent:#FE8E5A;--e-global-color-a1204a9:#DDDDDD;--e-global-color-a636e78:#FFFFFF;--e-global-color-7fd0806:#E1875D0D;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 h2{font-size:26px;}.elementor-kit-6 h3{font-size:21px;}.elementor-kit-6 h4{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h2{font-size:24px;}.elementor-kit-6 h3{font-size:19px;}.elementor-kit-6 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*MENU*/
.__main-menu li{
    margin: 5px !important;
    a{
        border-radius: 6px !important;
    }
}
/*cartes de destination */
      .destination-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 20px;
        justify-content: center;
        padding: 20px;
      }
      .travel-card {
        max-width: 375px;
        background: white;
        border-radius: 16px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
       
        overflow: hidden;
        font-family: "sora", sans-serif;
        transition: 0.3s
      }
      .travel-card:hover{
          transform: translateY(-5px)
      }
      .card-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
      }
      .card-content {
        padding: 16px;
      }
     .route {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px
    }
    
    .route-line {
      display: flex;
      align-items: center;
    }
    
    .line {
      width: 50px;
      height: 2px;
      background: #d9cce2;
    }
    
    .dot {
      width: 10px;
      height: 10px;
      background: white;
      border: 2px solid #fe8e5a;
      border-radius: 50%;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

      .route-icon {
        margin: 0 10px;
        color: #fe8e5a;
      }
      .details {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
      }
      .detail-item {
        text-align: center;
      }
      .detail-label {
        font-size: 12px;
        color: #666;
      }
      .detail-value {
        font-weight: bold;
        color: #333;
      }
      .book-button {
          display: inline-block;
          text-align: center;
        width: 100%;
        padding:10px 15px;
        background: #fe8e5a;
        color: #fff;
        border: none;
        border-radius: 10px;
        color: #fff !important;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.3s;
        text-transform: capitalize;
      }
      .book-button:hover {
        background: #fd7d41;
        color: #fff
      }
  
  @media(max-width:1024px){
     .destination-container{
      grid-template-columns:repeat(2, 1fr);
       margin:0;
  }  
  } 
  
    
  @media(max-width:767px){
     .destination-container{
      grid-template-columns:repeat(1, 1fr);
       margin:0;
  }  
  } 
  
  /*TITLE DOT*/
  .__title-dot{
    position: relative;
}

.__title-dot::before{
    position: absolute;
    content:"";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-color: #FE8E5A;
    border-radius: 50%;
}

/*TITLE DOT PAGE*/
.__title-dot-page{
    position: relative;
}

.__title-dot-page::before{
    position: absolute;
    content:"";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #FE8E5A;
    border-radius: 50%;
}

/*BOOKING FORM - PAGE*/
.chbs-main .chbs-main-content{
    margin-top: 0 !important;
}
/*__mobile*/
.chbs-main.chbs-widget.chbs-widget-style-1 .chbs-main-content>div>div:last-child{
    margin-top: 15px !important;
}
/*__disqutop*/
.chbs-main .chbs-main-content>div>div:last-child{
    margin-top: 25px !important
}

#panel-3{
    border-radius: 10px;
    overflow: hidden;
}
#panel-3 .chbs-form-field-extra-time{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
  
 /*BOOKING PAGE BTN*/

      .buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
      }

      .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fe8e5a;
        color: #fff !important;
        text-decoration: none;
        font-size: 16px;
        padding: 15px 20px;
        border-radius: 8px;
        transition: 0.3s ease-in-out;
        width: 50%;
      }

      .btn i {
        font-size: 25px;
        margin-right: 10px;
      }

      .btn:hover {
        background: #e17847;
        color: #fff;
      }

      @media (max-width: 600px) {
        .buttons {
          flex-direction: column;
        }

        .btn {
          width: 100%;
        }
      }
      
      /*EXCURSION STYLE*/
      .__title-marke h2,.__block-text h2,.__block-text h3{
    position: relative;
    padding-left: 10px;
}
.__title-marke h2::before,.__block-text h2::before,.__block-text h3::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ff700a;
    border-radius: 20px;
}/* End custom CSS */