.transport-nav.prev,
.transport-nav.next {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    display: inline-flex;
    background: none;
    border: none;
}

.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.circle-card-img-wrapper {
    overflow: hidden;
    border-radius: 217px;
    height: 100%;
    width: 100%;
}

/*@media(min-width:992px) {
    .transport .swiper-slide-active .circle-card-img-wrapper {
        transform: matrix(0.96, -0.27, 0.27, 0.96, 0, 0);
    }

        .transport .swiper-slide-active .circle-card-img-wrapper img {
            transform: rotate(15.7deg) scale(1.003);
        }
    .transport .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) .circle-card-img-wrapper {
        transform: matrix(0.96, -0.27, 0.27, 0.96, 0, 0);
        transform: matrix(0.96, 0.27, -0.27, 0.96, 0, 0);
    }

        .transport .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) .circle-card-img-wrapper img {
            transform: rotate(-15.7deg) scale(1.003);
        }

}
*/
.circle-card {
    position: relative;

    /*For oval shape, use clip-path: ellipse(50% 60% at 50% 50%);
    width: 350px;  Any width
    height: 450px;  Height greater than width for a vertical capsule
    border-radius: 270px / 250px;  Half of width / half of height
    box-shadow: 0 6px 24px rgba(0,0,0,0.13);
    flex-shrink: 0;*/
}

/*@media(min-width:992px) {

    .circle-card.middle {
        transform: translateY(-50px);
    }
}*/

.circle-card img {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
}

.card-content {
    position: absolute;
    left: 0;
    bottom: 5.9rem;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

@media(max-width:400px) {
    .card-content {
        bottom: 3.9rem;
    }
}

.card-content .title {
    display: block;

    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.card-content .time {
    display: block;
    font-size: 1rem;
    /* color: #9f773f; */
    font-weight: bold;
}

.card-content .desc {
    display: block;
    font-size: 14px !important;
    color: white;
    width: 80%;
}

/* Transport Specialized Rotations */
@media(min-width: 992px) {

    /* First Card: Metro */
    /*.transport .swiper-slide:first-child .circle-card-img-wrapper {
        transform: rotate(-12deg);
        border-radius: 200px;
    }

    .transport .swiper-slide:first-child .circle-card-img-wrapper img {
        transform: rotate(12deg) scale(1.1);
    }*/

    .transport .swiper-slide:first-child .card-content {
        bottom: 6.5rem;
    }

    /* Middle Card: Airport (Vertical Capsule) */
    .transport .swiper-slide:nth-child(2) .circle-card-img-wrapper {
        border-radius: 240px;
    }

    .transport .swiper-slide:nth-child(2) .card-content {
        bottom: 5rem;
    }

    /* Last Card: Local Station */
   /* .transport .swiper-slide:last-child .circle-card-img-wrapper {
        transform: rotate(12deg);
        border-radius: 200px;
    }

    .transport .swiper-slide:last-child .circle-card-img-wrapper img {
        transform: rotate(-12deg) scale(1.1);
    }
*/
    .transport .swiper-slide:last-child .card-content {
        bottom: 6.5rem;
    }
}

.btn-custom {
    background-color: #a98347;
    color: #fff;
    border-radius: 2rem;
    font-size: 1.25rem;
    font-weight: 500;
}


/*Tabs */

.tab-content {
    display: block !important;
}

.cu-tab {
    /* text-decoration: none !important; */
    margin: 0;
    padding: 0 0 20px !important;
    list-style: none;
    /*    display: table;
    table-layout: fixed;*/
    gap: 30px;
    width: 100%;
    border: none;
    color: #000;
}

.cu-item {
    /*display: table-cell;*/
    /*border-bottom: solid;*/
    /*border-color: #fff #fff #dee2e6 #fff !important;*/
    vertical-align: middle;
}

.cu-item:has(.cu-link.active) {
    border-bottom: 2px solid;
    border-color: #fff #fff #be8c44 #fff !important;
}

.cu-item:has(.cu-link:hover) {
    border-bottom: 2px solid #be8c44;
    /*border-color: #fff #fff black #fff !important;*/
}




.cu-tab .cu-link {
    border: none;
    /*    border-bottom: solid;
    border-color: #fff #fff #dee2e6 #fff !important;*/
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0;
    cursor: pointer;
}


.cu-link:focus-visible {
    outline: 0;
    /*box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);*/
}

.cu-tab .cu-link.active {
    color: var(--gold-text);
    /*border-bottom: solid;*/
    font-weight: bold;
    background-color: transparent !important;
    /* border-color: #fff #fff #47B5FF #fff !important;*/
}

.cu-tab .cu-link:hover {
    color: var(--gold-text);
    border-bottom: none;
    font-weight: bold;
    /*border-color: #fff #fff #47B5FF #fff !important;*/
}

.cu-tab a {
    color: #2D2D2D;
    /*text-transform: uppercase;*/
}



.tab-nav.prev,
.tab-nav.next {
    width: 70px;
    height: 70px;
    margin: 0 5px;
    display: inline-flex;
    background: none;
    border: none;
}




.btn-direction {
    background-color: #AD792A;
    color: #fff;
    font-family: 'Satoshi-Medium';
    letter-spacing: 1px;
    padding: 15px 35px;
}

.btn-direction:hover {
    background-color: #AD792A;
    color: #fff;
}

.btn-direction img {
    margin-left: 13px;
}




/* CSS */
.pill {
    /*width: 320px;
        height: 360px;*/
    /*margin: 40px;*/
    /* make an asymmetric pill / blob feel with border-radius */
    /*border-radius: 50% 50% 42% 58% / 60% 40% 60% 40%;*/
    overflow: hidden;
    transform: matrix(0.96, -0.27, 0.27, 0.96, 0, 0);
    /*box-shadow: 0 6px 18px rgba(0,0,0,0.15);*/
    position: relative;
    border-radius: 217px;
    background: #eee;
}

.pill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(14deg);
    /* counter-rotate so image looks straight */
    transform-origin: center;
    display: block;
}

.label {
    position: absolute;
    left: 20%;
    bottom: 10%;
    transform: rotate(14deg);
    /* counter-rotate text too */
    text-align: center;
    color: #ffd27a;

}

.label .title {
    font-weight: bold;
    font-size: 1.3rem;
    color: white;
    letter-spacing: 1px;
}

.label .sub {

    font-size: 1rem;
    color: #ffd27a;
    margin-top: 6px;
}

.label .station {
    font-size: 14px;
    margin-top: 6px;
    text-shadow: none;
    color: #fff;
}

@media(max-width:500px) {

    .tab-nav.prev,
    .tab-nav.next,
    .transport-nav.prev,
    .transport-nav.next {
        width: 50px;
        height: 50px;
    }

    .btn-direction {
        padding: 12px 20px;
        font-size: 1.1rem;
    }

    .cu-tab {
        padding: 0px !important;
        gap: 20px;
    }

    .cu-tab .cu-link {
        font-size: 1.1rem;
        padding: 2px 0px !important;
    }
}

.tab-content .swiper-slide img {
    border: 1px solid white;
    border-radius: 20px;
}

#touristAttraction img {
    border-radius: 5%;
}