/*
 Theme Name:   Travel Tour Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Travel Tour Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     traveltour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  traveltour-child

 START YOUR CHILD THEME CSS HERE
*/

body{
    scroll-behavior: smooth;
}
.tour-single-gallery-wrapper{
    display:flex;
    gap:12px;
    margin: 60px 0 16px 0;
}
.gallery-image-left-big{
    width: 66.6%;
}
.gallery-image-right-small{
    width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-right: -10px;
}
.gallery-image-right-small > .gallery-item {
    width: calc(50% - 10px);
    height: calc(50% - 5px);
    background-size: cover;
    background-position: center;
}
.gallery-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
/* End of gallery */

/* Start of post content navigation */
ul.tour-single-navigation{
    position: relative;
    padding: 20px 0 0 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap:12px;
    transition: all 0.3s ease;
    z-index: 1000;
    justify-content: center;
}

ul.tour-single-navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
}


ul.tour-single-navigation li {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 25px;
     cursor: pointer;
    position: relative;
}

ul.tour-single-navigation li::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

ul.tour-single-navigation li:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.tour-single-navigation li a{
    color: #9a9a9a;
    text-decoration: none;
}

/* Active section item */
ul.tour-single-navigation li.active::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

ul.tour-single-navigation li.active a {
    color: #0087ca; /* Match the active link text color */
}

/* End of header post content navigation */

.tour-icon-wrapper{
    max-width: 600px;
    margin: 0 auto;
}
.traveltour-body h2{
    margin-bottom: 0;
}

/* bullet to custom arrow */
.highlights-list-wrapper,
.arrow-list-wrapper,
.cross-list-wrapper{
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlights-list-wrapper li,
.arrow-list-wrapper li {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding: 12px 0 12px 48px;
    font-size: 16px;
    font-weight: 400;
}

.highlights-list-wrapper li::before{
    content: '';
    position: absolute;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="10" width="6.25" viewBox="0 0 320 512"><!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23042b46" d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #f6f6f6;
    background-position: 8px;
    left: -4px;
    border-radius: 3px; 
    width: 40px;
    height: 40px;
    top: 10px;
    transform: translateY(-10%) scale(0.6); /* Center vertically and scale */
}

.arrow-list-wrapper li::before {
    content: '';
    position: absolute;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="10" width="8.75" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%2300ce86" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #f6f6f6;
    background-position: 8px;
    left: -4px;
    border-radius: 3px; 
    width: 40px;
    height: 40px;
    top: 10px;
    transform: translateY(-10%) scale(0.6); /* Center vertically and scale */
}
/* Exclude Cross Wrapper*/
.cross-list-wrapper li{
    position: relative;
    padding: 12px 0 12px 40px;
    font-size: 16px;
    font-weight: 400;
}
.cross-list-wrapper li::before{
    content: '';
    position: absolute;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" viewBox="0 0 384 512"><!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23dd0000" d="M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 8px;
    left: -4px;
    width: 40px;
    height: 40px;
    top: 10px;
    transform: translateY(-10%) scale(0.6); /* Center vertically and scale */
}


/* Detail Block Wrapper */
.details-wrapper summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding-left: 32px;
    margin-bottom: 25px;
  }
details{
    border-bottom: 1px solid red;
}
  details p{
    margin-bottom: 20px;
    margin-left: 48px;
}
  .details-wrapper summary::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23191919" d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z"/></svg>');
    position: absolute;
    left: 0;
    color: #042b46;
    font-weight: bold;
    top: 8px
}

.wp-block-details[open] summary::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="10" width="8.75" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23191919" d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
    position: absolute;
    left: 0;
    color: #042b46;
    font-weight: bold;
    top: 8px;
}