p {
    font-size: 1.1rem;
}

li p {
    font-size: 1.1rem;
}

.btn-outline-light {
    color: #fff !important;
    border-color: #fff !important;
    background-color: transparent;
}

.btn-outline-light:hover {
    background-color: #fff;
    color: #000 !important;
    border-color: #fff !important;
}

.btn-post {
    color: #000 !important;
}

.btn-post:visited {
    color: #000 !important;
}

.btn-post:hover {
    color: #000 !important;
}

a.btn-post,
a.btn-post:visited {
    color: #000 !important;
}

/* ============================================*\
 *                                             *
 *                    Nav                      *
 *                                             * 
\* ============================================*/

.custom-navbar {
    background-color: #33658A !important;
}

.navbar .nav-link {
    color: #ffffff;
    opacity: 0.85;
    transition: opacity 0.2s ease;
    font-weight: 600;
    font-size: 1.1rem;
}

.navbar .nav-link:hover {
    opacity: 1;
}



/* ============================================*\
 *                                             *
 *                    Hero                     *
 *                                             * 
\* ============================================*/


.hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 80vh;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    min-height: 80vh;
}



/* ============================================*\
 *                                             *
 *                    Steps                    *
 *                                             * 
\* ============================================*/

.step-card {
    background-color: #face81;
    border-radius: 25px;
    position: relative;
    min-height: 200px;
}

.step-number {
    position: absolute;
    top: 15px;
    left: 20px;
    font-weight: 600;
    font-size: 1.4rem;
}

.step-icon {
    font-size: 2rem;
    display: block;
    justify-content: center;
    align-items: center;
    width: 55px !important;
    height: 55px !important;
    max-width: 55px !important;
    object-fit: contain;
}

img.step-icon {
    width: 55px !important;
    height: 55px !important;
    max-width: 55px !important;
}

.qr-step-icon {
    width: 110px !important;
    height: 110px !important;
    max-width: 110px !important;
}

img.qr-step-icon {
    width: 110px !important;
    height: 110px !important;
    max-width: 110px !important;
}

.download {
    color: rgb(0, 0, 0);
    text-decoration: underline;
    transition: opacity 0.2s ease;
    font-size: 1.1rem;
}

.download:hover {
    opacity: 0.50;
}


/* ============================================*\
 *                                             *
 *                 Featured                    *
 *                                             * 
\* ============================================*/

.featured {
    background-color: #f5f5f5;
}

.card {
    width: 20rem;
    background-color: transparent;
    border: none;
    padding: 0;
}

.card-img-top {
    width: 100%;
}

.card-body {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 1em;
}

.btn-post {
    background-color: #f3b18f;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.btn-post:hover {
    background-color: #f3b08f9d;
    font-weight: 600;
}

.carousel .card {
    margin: 0 auto;
    max-width: 90%;
}

.featured-link a {
    color: rgb(0, 0, 0)!important;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.featured-link a:hover {
    opacity: 0.50;
    font-weight: 600;
}

#featuredCarousel .carousel-control-prev-icon,
#featuredCarousel .carousel-control-next-icon {
    filter: invert(1);
}

#featuredCarousel .carousel-control-prev {
    left: -55px;
}

#featuredCarousel .carousel-control-next {
    right: -55px;
}

#featuredCarousel {
    overflow: visible;
}

[id^="featuredCarousel"] .carousel-control-prev-icon,
[id^="featuredCarousel"] .carousel-control-next-icon {
    filter: invert(1);
}

[id^="featuredCarousel"] .carousel-control-prev {
    left: -55px;
}

[id^="featuredCarousel"] .carousel-control-next {
    right: -55px;
}

[id^="featuredCarousel"] {
    overflow: visible;
}

/* ============================================*\
 *                                             *
 *                 Packages                    *
 *                                             * 
\* ============================================*/

.essential-card {
    background-color: #face81;
    border-radius: 25px;
    position: relative;
    min-height: 200px;
}

.highlight-card {
    background-color: #F8B694;
    border-radius: 25px;
    position: relative;
    min-height: 200px;
}

.fullWork-card {
    background-color: #BBF1F3;
    border-radius: 25px;
    position: relative;
    min-height: 200px;
}

/* ============================================*\
 *                                             *
 *                 Reviews                     *
 *                                             * 
\* ============================================*/


.flip-card {
    perspective: 1000px;
    height: 320px;
    position: relative;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card.flipped .flip-inner {
    transform: rotateY(180deg);
}

.flip-front,
.flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-color: #bbf1f3;
    border-radius: 1rem;
    overflow: hidden;
}

.flip-back {
    transform: rotateY(180deg);
    display: block;
    text-align: left;
    padding: 0.8rem;
}

.flip-back .card-body {
    padding: 0.8rem;
}

.flip-back p {
    margin: 0;
}

.card-body-top-text {
    justify-content: space-between;
    width: 100%;
}


.flip-front img,
.flip-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-rating {
    width: 55%;
}

#routesCarousel
#mobileCarousel {
    overflow: visible;
}

#routesCarousel #mobileCarousel .carousel-item .row {
    justify-content: center !important;
}

#routesCarousel #mobileCarousel .carousel-inner {
    overflow: visible;
}

#routesCarousel #mobileCarousel .carousel-item {
    padding: 0 15px;
}

#routesCarousel #mobileCarousel .carousel-item {
    transition: transform 0.6s ease, opacity 0.6s ease;
}

#routesCarousel .carousel-control-prev-icon,
#routesCarousel .carousel-control-next-icon {
    filter: invert(1);
}

#mobileCarousel .carousel-control-prev-icon,
#mobileCarousel .carousel-control-next-icon {
    filter: invert(1);
}

#reviewsCarouselMobile .carousel-control-prev-icon,
#reviewsCarouselMobile .carousel-control-next-icon {
    filter: invert(1);
}

#routesCarousel .carousel-control-prev {
    left: -80px;
}

#routesCarousel .carousel-control-next {
    right: -80px;
}

#mobileCarousel .carousel-control-prev {
    left: -45px;
}

#mobileCarousel .carousel-control-next {
    right: -45px;
}

.flip-back {
    transform: rotateY(180deg);
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}

.flip-back .back-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}


/* ============================================*\
 *                                             *
 *                Newsletter                   *
 *                                             * 
\* ============================================*/

.newsletter {
    background-color: #FACE81;
    padding: 60px 0;

}

.newsletter-text h3 {
    font-size: 32px;
}

.newsletter-text p {
    font-size: 16px;
}

.newsletter-form {
    background: transparent;
}

.newsletter-input {
    border: 1px solid #ffffff;
    border-radius: 12px;
    padding: 12px 20px;
    width: 280px;
    outline: none;
}

.newsletter-btn {
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px 18px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    transition: opacity 0.3s ease;
}

.newsletter-btn:hover {
    background-color: #ffffff;
    color: #000000;
    opacity: 0.7;
    font-weight: 600;
}

.newsletter-btn:active {
    opacity: 0.5;
    transform: scale(0.97);
}

/* Make the whole form inline */
.tnp-subscription form {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

/* Remove the vertical stacking wrappers */
.tnp-subscription .tnp-field {
    display: contents;
}

/* Style input */
.tnp-subscription input[type="email"] {
    flex: 1;
    height: 45px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Style button */
.tnp-subscription input[type="submit"] {
    height: 45px;
    padding: 0 20px;
    background-color: #3f3f3f;
    color: #fff;
    border: none;
    border-radius: 4px;
    white-space: nowrap;
}

/* Remove label */
.tnp-subscription label {
    display: none;
}

.tnp-subscription .tnp-msg,
.tnp-subscription .tnp-note,
.tnp-subscription small {
    display: none !important;
}

.tnp-subscription form {
    display: flex !important;
}

.tnp-subscription .tnp-field {
    display: inline !important;
}

/* ============================================*\
 *                                             *
 *               APP QR SECTION                *
 *                                             * 
\* ============================================*/
.app {
    background-color: #FACE81;
    padding: 20px 0;
}

.app-qr img.qr-img {
    max-width: 120px !important;
}

.qr-img {
    height: auto;
    display: block;
    margin: auto 0;
    max-width: 50px;
}

.app-text h3 {
    font-size: 32px;
}

.app-text p {
    font-size: 16px;
}

/* ============================================*\
 *                                             *
 *            Explore Routes Grid              *
 *                                             * 
\* ============================================*/

.route-box {
    position: relative;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 12px;
    aspect-ratio: 4 / 3;
}


.route-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .4s ease;
}

/* Default image visible */
.route-bg.default {
    opacity: 1;
}

/* Hover image hidden */
.route-bg.hover {
    opacity: 0;
}

/* Swap on hover */
.route-box:hover .route-bg.hover {
    opacity: 1;
}

.route-box:hover .route-bg.default {
    opacity: 0;
}

.route-text {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .7);
}

.route-text:hover {
    font-weight: 600;
}



/* ============================================*\
 *                                             *
 *                Route Finder                 *
 *                                             * 
\* ============================================*/

.quiz-step {
    display: none;
    text-align: center;
}

.quiz-step.active {
    display: block;
}

.answer {
    display: block;
    margin: 10px auto;
    padding: 8px 10px;
    border: none;
    background: #33658A;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    width: 200px;
    font-weight: 500;
    border: none !important;
}

.quiz-card .answer {
    display: inline-block;
    margin: 10px 8px;
}

.answer:hover {
    opacity: 60%;
    scale: 1.1;
}

#result {
    min-height: 60vh;
}

#result.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.result-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#result-content .card {
    width: 100%;
    max-width: 330px;
    /* adjust as needed */
    margin: 0 auto;
}

/* Left-align the locations text inside the result card */
#result-content .card p {
    text-align: left !important;
}

.quiz-box {
    background-color: #f5f5f5;
    padding: 3em 2em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quiz-result-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
/*.quiz-box {
    background: #f5f7fa;
    padding: 40px 30px;
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    height: 250px;
}*/

.quiz-progress {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.reset-btn {
    position: absolute;
    top: 10px;
    right: 30px;
    /* now this will move the button */
    background: transparent;
    border: none;
    width: 35px;
    height: 35px;
    padding: 0;
    cursor: pointer;
}


.reset-btn img {
    width: 100%;
    /* image fits button size */
    height: 100%;
    object-fit: contain;
}

.quiz-question {
    height: 100px;
}

/* ============================================*\
 *                                             *
 *                Helpful Grid                 *
 *                                             * 
\* ============================================*/

.nav-tabs .nav-link:not(.active) {
    color: #000000;

}

.nav-tabs .nav-link:not(.active):hover {
    color: #00000094;
    /* lighter text */
}

.nav-tabs {
    border-bottom: 3px solid #ccc;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 500;
}

.nav-tabs .nav-link.active {
    border-bottom: 4px solid #000;
    font-weight: 600;
}

.nav-tabs .nav-link:hover {
    border-bottom: 3px solid #999;
}

.step-card-before {
    background-color: #bbf1f3;
    border-radius: 25px;
    position: relative;
    min-height: 200px;
}

.contact-icon {
    width: 100%;
    height: 100%;
    max-width: 30px;
}

.contact-info {

    font-size: 1rem;
}

.contact-form {
    background: transparent;
}

.contact-input {
    border: 1px solid #ffffff;
    border-radius: 12px;
    padding: 12px 20px;
    width: 280px;
    outline: none;
}

/* Default state (THIS is the important fix) */
.wpcf7-submit.btn.contact-btn {
    margin-left: 10px;
    padding: 10px 18px;
    background-color: #f3b18f !important;
    color: #000000 !important;
    border: none !important;
}

/* Keep pill shape */
.wpcf7-submit.rounded-pill {
    border-radius: 50rem !important;
}

/* Hover */
.wpcf7-submit.btn.contact-btn:hover {
    background-color: #f3b18f !important;
    color: #000000 !important;
    opacity: 0.7;
    font-weight: 600;
}

/* Click */
.wpcf7-submit.btn.contact-btn:active {
    opacity: 0.5;
    transform: scale(0.97);
}

/* ============================================*\
 *                                             *
 *             Route Global CSS                *
 *                                             * 
\* ============================================*/

/* ============================================*\
 *                                             *
 *                 Route Intro                 *
 *                                             * 
\* ============================================*/

.route-title h3 {
    font-size: 3.5rem;
}

.header-title {
    font-size: 3rem;
}

.btn-route {
    background-color: #33658A;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1.6em;
    padding-right: 1.6em;
}

.btn-route:hover {
    background-color: #33648a99;
    font-weight: 600;
}


/* ============================================*\
 *                                             *
 *                 Route Map                   *
 *                                             * 
\* ============================================*/


.destination-highlight-bulletpoints ul {
    list-style: none;
    /* remove default bullets */
    padding-left: 0;
    margin-left: 0;
}

.destination-highlight-bulletpoints li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    /* space between icon and text */
    font-size: 1.2rem;

}

.destination-highlight-bulletpoints li::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url('../assets/images/posts/highlights-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-top: 4px;
    /* tweak vertical alignment */
}


.route-highlights-full {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #f5f5f5;
    padding: 40px 0;
    
    overflow-x: hidden;
}


.destination-summary {
    height: 140px;

}

.destination-header {
    padding-top: 0.4em;
    padding-bottom: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.map-wrapper {
    position: relative;
    width: 100%;
}

.marker {
    position: absolute;
    width: 14px;
    height: 14px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.2s ease;
}

.marker {
    position: absolute;

    width: 16px;
    height: 16px;

    min-width: 14px;
    min-height: 14px;

    padding: 0;
    border: 1px solid #000;

    background: #fff;
    border-radius: 50%;

    display: block;
    /* IMPORTANT */

    transform: translate(-50%, -50%);
    cursor: pointer;

    line-height: 0;
    /* prevents stretching */

    aspect-ratio: 1 / 1;
    /* guarantees perfect circle */

    transition: all 0.2s ease;
}

.marker {
    appearance: none;
    -webkit-appearance: none;
}

.marker.active {
    background: #000000;
    transform: translate(-50%, -50%) scale(1.3);
}

.marker:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.destination-content {
    display: none;
}

.destination-content.active {
    display: block;
}

.map-wrapper {
    position: relative;
}

.map-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.map-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.map-lines line {
    stroke: black;
    stroke-width: 0.5;
    stroke-dasharray: 2, 2;
}

/* ============================================*\
 *                                             *
 *             Route Highlights                *
 *                                             * 
\* ============================================*/

.route-highlights-container {
    position: relative;
    z-index: 1;
}

.route-highlights-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #f5f5f5;
    z-index: -1;
}

.city-name {
    font-size: 1.3rem;
    font-weight: 500;
}

.city-name p {
    font-size: 1.5rem;
    font-weight: 500;
}

.destination-highlights-header p {
    font-size: 1.5rem;
    font-weight: 500;
}

.accordion-item {
    border: none;
    margin-bottom: 8px;
}


.accordion-body {
    padding: 25px;
    border-width: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.accordion-button::after {
    margin-right: 20px;
    
}

.accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: none;
}

/* Hightlights */

#featuredCarousel .carousel-control-prev-icon,
#featuredCarousel .carousel-control-next-icon {
    filter: invert(1);
}

#featuredCarousel .carousel-control-prev {
    left: -55px;
}

#featuredCarousel .carousel-control-next {
    right: -55px;
}

#featuredCarousel {
    overflow: visible;
}

/*.route-booking {
    background-color: #f5f5f5;
}*/

.route-booking-header {
    background-color: #33658A;
    color: #ffffff;

}

.route-booking-header p {
    font-size: 1.7rem;
}

.route-booking-finePrint p {
    font-size: 0.8rem;
    padding-bottom: 0.7em;
}

.btn-booking {
    background-color: #33658A;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1.6em;
    padding-right: 1.6em;
    font-size: 1.2rem;
}

.btn-booking:hover {
    background-color: #33648a99;
    font-weight: 600;
}

.route-booking-container {
    background-color: #f5f5f5;
}

.destination-description p{
    font-size: 1.2rem;
}

.destination-bulletpoints ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.destination-bulletpoints li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 1.2rem;
}

/* Icons */
.destination-bulletpoints li.accommodation::before {
    background-image: url('../assets/images/posts/house-icon.svg');
}

.destination-bulletpoints li.meals::before {
    background-image: url('../assets/images/posts/food-icon.svg');
}

.destination-bulletpoints li.activities::before {
    background-image: url('../assets/images/posts/activities-icon.svg');
}

.destination-bulletpoints li::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    min-width: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 6px;
}

.destination-bulletpoints li p {
    margin: 0;
}

.included-content {
    background-color: #f5f5f5;
}

.included-bulletpoints ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.included-bulletpoints li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    /* space between icon and text */
    font-size: 1.2rem;

}

.included-bulletpoints li::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url('../assets/images/posts/tick-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-top: 4px;
}

.notIncluded-bulletpoints ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notIncluded-bulletpoints li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    /* space between icon and text */
    font-size: 1.2rem;

}

.notIncluded-bulletpoints li::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url('../assets/images/posts/x-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-top: 6px;
}


.extra-price {
    color: #ffffff;
    background-color: #33658A;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.7em;
    padding-right: 0.7em;
}

.card-extras {
    display: flex;
    flex-direction: column;
    width: 20em;
    margin: auto;

}

.extras-text {
    min-height: 100px;
}

.extra-title {
    min-height: 67px;
}

.route-booking-instructions p{
    font-size: 1rem;
}

.route-booking-instructions p,
.route-booking-finePrint p {
    margin: 0 !important;
}

.extras-carousel .carousel-control-prev-icon,
.extras-carousel .carousel-control-next-icon {
    filter: invert(1);
}

.extras-carousel .carousel-control-prev {
    left: -55px;
}

.extras-carousel .carousel-control-next {
    right: -55px;
}

.extras-carousel {
    overflow: visible;
}

.extrasCarousel.carousel-control-prev {
    left: -55px;
}

.extrasCarousel.carousel-control-next {
    right: -55px;
}

.extrasCarousel .carousel-control-prev-icon,
.extrasCarousel .carousel-control-next-icon {
    filter: invert(1);
}

/* ============================================*\
 *                                             *
 *             Route ESSENTIAL CSS             *
 *                                             * 
\* ============================================*/

/* Heading */

.essential .route-info {
    background-color: #face81;
}

/* Map */

.essential .destinations-summary {
    background-color: #face81;

}

.essential .days-box {
    background-color: #F6AE2D;
    font-weight: 600;
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.8em;
    padding-bottom: 0.5em;
}

/* Tabs Itinerary Accordion */

.essential .itinerary-btn {
    background-color: #face81;
    padding: 0;
    border: none;
}

.essential .accordion-days-box {
    background-color: #F6AE2D;
    font-weight: 600;
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.8em;
    padding-bottom: 0.5em;
    width: 140px;
}

.essential .accordion-button:not(.collapsed) {
    background-color: #face81 !important;
}

.essential .accordion-button:active {
    background-color: #face81;
}

.essential .accordion-body {
    border: solid #face81;
}

/* ============================================*\
 *                                             *
 *            Route HIGHLIGHTS CSS             *
 *                                             * 
\* ============================================*/

/* Heading */

.highlights .route-info {
    background-color: #F8B694;
}

/* Map */

.highlights .destinations-summary {
    background-color: #F8B694;

}

.highlights .days-box {
    background-color: #F69260;
    font-weight: 600;
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.8em;
    padding-bottom: 0.5em;
}

/* Tabs Itinerary Accordion */

.highlights .itinerary-btn {
    background-color: #F8B694;
    padding: 0;
    border: none;
}

.highlights .accordion-days-box {
    background-color: #F69260;
    font-weight: 600;
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.8em;
    padding-bottom: 0.5em;
    width: 140px;
}

.highlights .accordion-button:not(.collapsed) {
    background-color: #F8B694 !important;
}

.highlights .accordion-button:active {
    background-color: #F8B694;
}

.highlights .accordion-body {
    border: solid #F8B694;
}

/* ============================================*\
 *                                             *
 *            Route FULL WORKS CSS             *
 *                                             * 
\* ============================================*/

/* Heading */

.fullWork .route-info {
    background-color: #BBF1F3;
}

/* Map */

.fullWork .destinations-summary {
    background-color: #BBF1F3;

}

.fullWork .days-box {
    background-color: #80E6E8;
    font-weight: 600;
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.8em;
    padding-bottom: 0.5em;
}

/* Hightlights */

#featuredCarousel-fullWork .carousel-control-prev-icon,
#featuredCarousel-fullWork .carousel-control-next-icon {
    filter: invert(1);
}

#featuredCarousel-fullWork .carousel-control-prev {
    left: -55px;
}

#featuredCarousel-fullWork .carousel-control-next {
    right: -55px;
}

#featuredCarousel-highlight {
    overflow: visible;
}

/* Tabs Itinerary Accordion */

.fullWork .itinerary-btn {
    background-color: #BBF1F3;
    padding: 0;
    border: none;
}

.fullWork .accordion-days-box {
    background-color: #80E6E8;
    font-weight: 600;
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.8em;
    padding-bottom: 0.5em;
    width: 140px;
}

.fullWork .accordion-button:not(.collapsed) {
    background-color: #BBF1F3 !important;
}

.fullWork .accordion-button:active {
    background-color: #BBF1F3;
}

/* ============================================*\
 *                                             *
 *                   Footer                    *
 *                                             * 
\* ============================================*/

footer {
    background-color: #33658A;
    width: 100%;
    position: relative;
}

.menu-items a{
    color: #ffffff;
}

footer .nav-link,
footer .nav-link:visited,
footer .nav-link:focus,
footer .nav-link:active {
    color: #ffffff !important;
}

/* Parent list items must be positioned */
.navbar-nav li {
    position: relative;
}


/* ============================================*\
 *                                             *
 *               Media Queries                 *
 *                                             * 
\* ============================================*/

/* Global CSS */

@media (max-width: 768px) {
    p {
        font-size: 1rem;
    }

    li p {
        font-size: 1rem;
    }
}

/* Featured */

@media (max-width: 768px) {
    .featured {
        padding: 2rem 1rem;
    }

    .featured .container,
    .featured .container-xl {
        padding-top: 0;
        padding-bottom: 0;
    }

    .featured-title h3 {
        margin-bottom: 0.5rem;
        font-size: 4rem;
    }

    .featured .container.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

/* Newsletter */

@media (max-width: 768px) {
    .newsletter-text {
        text-align: center;
    }

    .email-form {
        justify-content: center !important;
    }
}

/* Explore Routes */

@media (max-width: 768px) {

    .route-text {
        font-size: 1.5rem;
    }
}

/* Route Map */

@media (max-width: 768px) {

    .destination-summary {
        height: 130px;

    }

    .marker {
        width: 10px;
        height: 12px;
    }
}

/* Route Highlights */

@media (max-width: 768px) {

    .days-box p {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .city-name p {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .destination-highlights-header p {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .route-summary {
        width: 16em;
    }
    
    .route-info {
        font-size: 0.4rem;
    }
    
    .destination-highlight-bulletpoints li {
        font-size: 1rem;
    }
    
    .destination-highlight-bulletpoints li::before {
        width: 18px;
        height: 18px;
    }

    .route-booking-header p {
        font-size: 1.5rem;
    }
    
    .btn-booking {
        font-size: 1rem;
    }

}

@media (max-width: 450px) {
    .tab-text {
            font-size: 1rem !important;
    }
}


/* Route Highlights (TABLET) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .route-booking-header p {
        font-size: 1.5rem;
    }

    .btn-booking {
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        padding-left: 1.2em;
        padding-right: 1.2em;
        font-size: 1rem;
    }
}

/* Quiz */

@media (max-width: 768px) {
    .reset-btn {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 20px;
    }

    #result-content .card {
        width: 100%;
        max-width: 215px;
        margin: 0 auto;
    }
}

/* Global Tabs Fix */

@media (max-width: 450px) {
    .nav-link.fs-5.tab-text {
        font-size: 1.2rem !important;
    }
}

/* Global Routes Tab Fix */
/* Mobile */
@media (max-width: 450px) {
    .nav-tabs .nav-link.three-tab-text {
        font-size: 1.1rem;
        padding: 6px 8px;
    }
}

/* Desktop */
@media (min-width: 451px) {
    .three-tab-text {
        font-size: 1.25rem;
    }
}

/* Route Buttons */
@media (max-width: 450px) {
    .btn-route {
        font-size: 0.9rem;
        padding: 0.25em 0.9em;
    }
}

/* Newsletter Form */
@media (max-width: 450px) {

    /* Make input + button the same height */
    .email-form input,
    .email-form button {
        font-size: 0.9rem !important;
        padding: 0.5rem 0.75rem !important;
        /* identical padding */
        line-height: 1.2 !important;
        /* prevents tall button text */
    }

    /* Stack vertically on mobile */
    .email-form {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .email-form input {
        width: 100% !important;
    }

    .email-form button {
        width: 50% !important;
    }
}



@media (max-width: 750px) {
    .card {
        max-width: 85% !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 450px) {
    .card .btn-post {
        padding: 3px 10px !important;
        font-size: 0.9rem !important;
    }
}

@media (max-width: 450px) {
    .card .card-text {
        font-size: 1rem !important;
    }
}

@media (max-width: 750px) {
    .marker {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        min-height: 20px !important;
    }
}

.map-wrapper {
    overflow: hidden;
}

@media (max-width: 750px) {
    .map-wrapper img {
        width: 120% !important;
        max-width: none !important;
        transform: translateX(-5%) !important;
    }
}
