.swiper-container {
    width: 90%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding: 20px 15px
}

.swiper-wrapper {
    display: flex
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / .2) 0 6px 20px 0;
    transition: height 0.3s ease-in-out;
    min-height: 150px
}

.swiper-pagination-bullet {
    background: #E6B9D4;
    opacity: .6
}

.swiper-pagination-bullet-active {
    background: #662581;
    opacity: 1
}

.swiper-pagination {
    position: relative !important;
    margin-top: 20px;
    text-align: center
}

.review-text {
    display: block;
    line-height: 1.6;
    margin-bottom: 10px;
    max-width: 90%
}

.read-more {
    color: #007bff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px
}

.read-more:hover {
    text-decoration: none
}

@media screen and (max-width:768px) {
    .swiper-slide {
        min-height: 180px
    }
}

#group-selector {
    text-align: center;
    border-top: .08em solid rgb(0 0 0 / .2);
    margin-top: .8em;
    padding-top: .85em;
    display: none
}

#group-size-text {
    width: 7em;
    margin: 0 .5em;
    display: inline-block;
    text-align: center
}

.infobox-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .6em;
    text-align: center;
    margin-top: .6em;
    justify-items: center;
    line-height: 1.2
}

.infobox-grid div {
    display: grid;
    place-items: center;
    align-items: center;
    justify-content: center
}

.infobox-grid i {
    font-size: 1.4em;
    margin-bottom: .4em
}

.infobox-grid strong {
    margin-bottom: .2em
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 1.4em;
    margin-top: 1.2em;
    margin-bottom: 1em;
    border-radius: 8px
}

.info-card {
    background: #fff;
    box-shadow: rgb(0 0 0 / .2) 0 6px 20px 0;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    width: 90%;
    margin: 2em auto 1.5em;
    padding: 1em;
    max-width: 500px;
    .btn {
        display: inline-flex;
        align-items: center;
        color: #fff;
        font-size: 16px;
        padding: 8px 10px;
        border-radius: 8px;
        line-height: 1.15
    }
    .btn-primary {
        background-color: #662581;
        transition: background-color 0.3s ease;
        color: #F9FAFB
    }
    .btn-primary:hover {
        background-color: #79417F;
        color: #F9FAFB
    }
    .btn-secondary {
        background-color: #fff;
        color: #8E5C92;
        border: 1px solid #8E5C92;
        transition: all 0.3s ease
    }
    .btn-secondary:hover {
        background-color: #B999BC;
        border-color: #A47AA7;
        color: #4F1C66
    }
}

.info-card.pwl-cta { padding: 0 }

div.info-card #tour-name {
    text-align: center;
    font-size: clamp(1.2rem, 2vw, 2rem)
}

.segmented-control {
    display: flex;
    position: relative;
    background: #F3F4F6;
    border-radius: 10px;
    padding: 4px;
    width: fit-content;
    margin: auto;
    font-family: Arial, sans-serif
}

.segmented-control input {
    display: none
}

.segmented-control label {
    flex: 1;
    padding: 6px 12px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bolder;
    color: #9CA3AF;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
    min-width: 105px
}

.segmented-control input:checked+label {
    font-weight: 700;
    color: #101010
}

.segmented-control-slider {
    position: absolute;
    height: calc(100% - 8px);
    background: #fff;
    border-radius: 6px;
    top: 4px;
    left: 4px;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 0 2px 0 rgb(0 0 0 / .06)
}

@media (max-width: 600px) {
  .segmented-control {
    flex-direction: column;
    align-items: stretch;
  }

  .segmented-control label {
    text-align: center;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    box-sizing: border-box;
  }

  .segmented-control input:checked + label {
    background: white;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 0 2px 0 rgb(0 0 0 / .06);
    border-radius: 6px;
  }

  .segmented-control-slider {
    display: none;
  }
}

.hide { display: none !important; }

.kg-callout-card-pink {
  background: #B999BC !important;
}

#tour-plan li {
    list-style: none;
    margin-left: .7em;
}

#tour-plan li::before {
    content: '';
    position: absolute;
    left: -1em;
    top: 0.3em;
    width: 1rem;
    height: 1rem;
    background-image: url('/assets/images/flag.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
