@font-face {
    font-family: Gotham;
    src:url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Light.eot);
    src:url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Light.eot?#iefix) format('embedded-opentype'),
    url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Light.woff) format('woff'),
    url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Light.ttf) format('truetype');
    font-weight:300;
    font-style:normal
}
@font-face {
    font-family: Gotham;
    src:url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Medium.eot);
    src:url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Medium.eot?#iefix) format('embedded-opentype'),
    url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Medium.woff) format('woff'),
    url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Medium.ttf) format('truetype');
    font-weight:500;
    font-style:normal
}
@font-face {
    font-family: Gotham;
    src:url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Book.eot);
    src:url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Book.eot?#iefix) format('embedded-opentype'),
    url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Book.woff) format('woff'),
    url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Book.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
@font-face {
    font-family: Gotham;
    src:url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Black.eot);
    src:url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Black.eot?#iefix) format('embedded-opentype'),
    url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Black.woff) format('woff'),
    url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Black.ttf) format('truetype');
    font-weight:900;
    font-style:normal
}
@font-face {
    font-family: Gotham;
    src:url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Bold.eot);
    src:url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Bold.eot?#iefix) format('embedded-opentype'),
    url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Bold.woff) format('woff'),
    url(/wp-content/themes/thewanderers/assets/fonts/Gotham-Bold.ttf) format('truetype');
    font-weight:700;
    font-style:normal
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
button {
    font-family: Gotham;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.twt-container {
    max-width: 1360px;
    margin: 0 auto;
}
.twt-container-fluid {
    max-width: 100%;
    margin: 0 auto;
}
.twt-row {
    padding: 40px 0 20px;
}
.flex-box {
    display: flex;
    justify-content: space-between;
}
.flex-valign {
    align-items: center;
}
.header {
    background: #ffffff;
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
} /* fw css */
.brand-logo {
    height: auto;
    width: 250px;
    padding: 5px 0;
    margin: 10px 0 0;
    position: relative;
    z-index: 100;
}
.brand-logo a img {
    width: 100%;
    height: 64px;
}
.navigation-links {
    height: fit-content;
}
#top-menu { display: flex; align-items: center; }
#top-menu li { padding: 0 15px 0; }
#top-menu li a { display: block; padding: 14px 0 10px 0; color: #064f9e; text-decoration: none; font-size: 12px; text-transform: uppercase; position: relative; font-weight: 500; } /* fw css */
#top-menu li a svg{
    pointer-events: none;
}
#top-menu >li a::after { content: ""; display: block; width: 0; height: 1px; background-color: #e18d4b; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: width .3s ease-in-out; }
#top-menu > li:hover > a { color: #3c6; }
#top-menu > li:hover > a::after { width: 100%; }

#top-menu li.hamberg-menu { position: relative; top: 0px; width: 47px; }
#top-menu li.hamberg-menu .hmbrgmnu { cursor: pointer; }
#top-menu li.hamberg-menu .top-heading svg { color: #064f9e; font-size: 18px; } /* fw css */
#top-menu li.hamberg-menu .dropdown { width: 172px; left: auto; color: #fff; padding: 0px 0; margin: 0; display: none; position: absolute; overflow: hidden; top: 100%; background-color: #000000; right: 0; }
#top-menu li.hamberg-menu .dropdown.active { display: block; }
#top-menu li.hamberg-menu .dropdown ul li a { font-size: 11px; color: rgba(256,256,256, 0.5); text-transform: uppercase; display: block; width: fit-content; text-wrap: nowrap; transition: all 0.2s ease-in-out; position: relative; line-height: 100%;}
#top-menu li.hamberg-menu .dropdown ul li a::after { content: ""; display: block; width: 0; height: 1px; background-color: #e18d4b; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: width .3s ease-in-out; }
#top-menu li.hamberg-menu .dropdown ul li{
    margin-bottom: 0px;
}
#top-menu li.hamberg-menu .dropdown ul li:hover a { color: rgba(51,204,102, 1); }
#top-menu li.hamberg-menu .dropdown ul li:hover a::after { width: 100%; }
@media only screen and (max-width:1024px){
   .brand-logo {
    width: 200px;
   }
   #top-menu li {
        padding: 0 5px 0;
        line-height: 100% !important;
        margin: 0px;
    }
}
@media only screen and (max-width:767px){
    #top-menu li.hamberg-menu .dropdown{
        color: #064f9e;
        background: #fff;
        width: 100%;
    }
    #top-menu li.hamberg-menu .dropdown ul li a{
        color: #064f9e;
        font-size: 12px;
    }
}
/**
ITINERARY PAGE STYLING
*/

#site-content {
    padding-top: 48px;
}

.ity-section {
    padding: 4% 0;
    clear: both;
    /* margin-top: 55px; */
}

.ity-form-wrapper {
    padding-top: 50px;
}

.ityform {
    background-color: #014c82;
    padding: 20px;
    border: none;
    border-radius: 6px;
    width: 100%;
}

.ityform h2.form-title {
    font-size: 24px;
    color: #ffffff;
    padding: 10px 0 30px;
    font-weight: 500;
}

.ityfields span {
    display: block;
}

.ityfields span.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 20px;
}

.ityfields span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #ffb900;
    font-size: 12px;
    margin-top: 10px;
    position: absolute;
    /*right: 10px;*/
    left: 0;
    bottom: -20px;
}
/*
.ityfields span[data-name="firstname"] .wpcf7-not-valid-tip,
.ityfields span[data-name="lastname"] .wpcf7-not-valid-tip,
.ityfields span[data-name="email"] .wpcf7-not-valid-tip,
.ityfields span[data-name="phone"] .wpcf7-not-valid-tip,
.ityfields span[data-name="travel-period"] .wpcf7-not-valid-tip {
    right: 0px;
    bottom: -18px;
}*/

.ityfields span input,
.ityfields span textarea {
    width: 100%;
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}

.ityfields span input::placeholder,
.ityfields span textarea::placeholder {
    font-size: 13px;
    color: #7091a8;
}

.ityfields span[data-name="firstname"],
.ityfields span[data-name="lastname"],
.ityfields span[data-name="email"],
.ityfields span[data-name="phone"] {
    width: 235px;
    display: inline-block;
    margin-bottom: 30px;
}

.ityfields span[data-name="firstname"],
.ityfields span[data-name="email"] {
    margin-right: 10px;
}

.ityfields .wpcf7-submit {
    font-size: 16px;
    font-weight: 500;
    background-color: #23a762;
    border: 1px solid #23a762;
    padding: 15px 30px 12px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    display: block;
    width: fit-content;
    color: #ffffff;

}

.section-I .ity-banner > img {
    width: 100%;
    outline: 10px solid rgba(0, 0, 0, 0.2);
}
.section-I .ity-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section-I .ity-title h1 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.section-I .ity-title h1.white {
    color: #ffffff;
    margin-bottom: 10px;
}
.section-I .ity-title h1.black {
    color: #000000;
}

section ul {
    list-style: none;
}
section ul li {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}
section ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
    background-color: #000000;
    border-radius: 25px;
}

#anchor-nav {
    background-color: #a0a0a0;
    transition: all 0.2s ease-in-out;
}
.nav-anchor {
    list-style: none;
}
.nav-anchor li.anchor-items {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
}
.nav-anchor li.anchor-items::before {
    display: none;
}
.nav-anchor li.anchor-items a.item {
    display: block;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}
.nav-anchor li.anchor-items a.item.active{
    background: #00a758;
}
.nav-anchor li.anchor-items a.item.active:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid #ffffff00;
    border-right: 8px solid #ffffff00;
    border-bottom: 10px solid white;
  }
/*.nav-anchor li.anchor-items.active-anchor a.item {
    color: #000000;
    font-weight: 500;
}*/



#anchor-nav .nav-wrapper {
    position: relative;
}

#anchor-nav .dnld-pdf {
    border: none;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 32px;
    padding: 4px 2px 2px 4px;
    border-radius: 6px;
    background:#FFF;
}

#anchor-nav .dnld-pdf img {
    width: 26px;
    height: 100%;
}

h2.commonhead {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    padding: 0;
}
#overview{
    padding-top: 90px;
}

.section-IIA ul {
    list-style: none;
    display: flex;
    padding: 2% 0;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
}

.section-IIA ul li {
    list-style: none;
    margin-right: 20px;
    color: #000000;
    font-weight: 500;
}

.section-IIA ul li::before {
    background-color: #bababa;
}

.section-II .insider-story p {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}
.section-II .insider-story p:last-child {
    margin-bottom: 0;
}

.section-III .highlights p {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}

.section-III .highlights p br { display: none; }
.section-III .highlights p strong { font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    display: block;
    margin-bottom: 5px; }

.section-III .highlights p:last-child {
    margin-bottom: 0;
}

.section-III ul li {
    font-size: 13px;
    font-weight: 500;
}

ul.ity-cat li {
    color: #ffffff;
    display: inline-block;
    /* margin-right: 20px; */
    font-size: 18px;
    padding-left: 0;
    font-weight: 500;
}
ul.ity-cat li::before {
    /* background-color: #ffffff; */
    display: none;
}

.ityactive {
    padding-top: 54px;
}

.second-nav-sticky {
    position: fixed;
    top: 88px;
    width: 100%;
    z-index: 1;
}

#ity-accordion {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
#ity-accordion .ity-card {
    padding: 0;
    padding-bottom: 20px; /*display: flex;*/
    width: 32%;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
#ity-accordion .ity-card .ityhead {
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 25px;
}
#ity-accordion .ity-card .ityhead span {
    display: block;
    font-size: 20px;
    padding: 10px 0;
    font-weight: 600;
    color: #000000;
}
#ity-accordion h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 0 20px 0px;
    text-transform: uppercase;
}
#ity-accordion .ity-card .actimg {
    width: 40%;
    margin-right: 30px;
    overflow: hidden;
}
#ity-accordion .ity-card .actinfo-wimg,
#ity-accordion .ity-card .actinfo-woimg {
    clear: both;
    padding: 0 20px;
}
#ity-accordion .ity-card .actinfo-wimg > img {
    width: 40%;
    float: left;
    margin: 0 10px 0px 0;
}
#ity-accordion .ity-card .actinfo-wimg p,
#ity-accordion .ity-card .actinfo-woimg p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
#ity-accordion .ity-card .actinfo-wimg p:last-child,
#ity-accordion .ity-card .actinfo-woimg p:last-child {
    margin-bottom: 0;
}

#ity-accordion .ui-state-default,
.ui-widget-content .ui-state-default {
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    border: unset;
    background-color: #dfdfdf;
}
#ity-accordion .ui-state-default .daytitle,
.ui-widget-content .ui-state-default .daytitle {
    color: #000000;
}

#ity-accordion .ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #33cc6a;
    color: #ffffff;
    border: unset;
}
#ity-accordion .ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    background-color: rgba(0, 0, 0, 0.25);
    color: #ffffff;
    border: 1px solid #e18d4b;
}
#ity-accordion .ui-icon,
.ui-widget-content .ui-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.prog-sched {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 0 0 40px;
}

#itineraryschedule {
    margin-top: 30px;
}

#itineraryschedule .accordion-item {
    border: none;
}

#itineraryschedule .accordion-item .accordion-header .accordion-button {
    background-color: #3da5bf;
}

#itineraryschedule .accordion-item .accordion-header .accordion-button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#itineraryschedule .accordion-item .accordion-header .accordion-button span {
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 10px;
    color: #ffffff;
}

#itineraryschedule .accordion-item .accordion-header .accordion-button h2 {
    font-weight: 600;
    color: #ffffff;
}

#itineraryschedule .accordion-item .accordion-body img {
    text-wrap: wrap;
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
    width: 250px;
}

#itineraryschedule .accordion-item .accordion-body p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}

.section-VI .incexc,
.section-VI .incexc > div {
    padding: 0; margin: 0;
}

.section-VI .incexc {
    margin-top: 30px;
}

.section-VI .incexc > div:first-child {
    padding-right: 40px;
}

.ity-inclusions,
.ity-exclusions {}

.ity-inclusions h3,
.ity-exclusions h3 {
    font-weight: 600;
    text-transform: uppercase;
    width: 96%;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
    position: relative;
}

.ity-inclusions p,
.ity-exclusions p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.ity-inclusions ul li,
.ity-exclusions ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    position: relative;
}

.weather-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.temperature-info {
    margin-bottom: 20px;
}

.temperature-info h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}
.temperature-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.note p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.payment-cancellation p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.payment-cancellation p br { display: none; }
.payment-cancellation p strong { font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: block;
    margin-bottom: 5px; }

/**
FOOTER STYLING
*/
.footer-top {
    background-color: #282828;
    padding: 2% 0;
}
ul.footer-menuitems li {
    margin-bottom: 5px;
    padding-left: 0;
}
ul.footer-menuitems li::before {
    display: none;
}
ul.footer-menuitems li a {
    display: block;
    font-size: 12px;
    color: #ababab;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0 0;
    position: relative;
    transition: all 0.2s;
    width: fit-content;
}
ul.footer-menuitems li a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #e18d4b;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all 0.2s ease-in-out;
}
ul.footer-menuitems li a:hover {
    color: #33cc66;
}
ul.footer-menuitems li a:hover::after {
    width: 100%;
}

ul.social-items {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 54%;
}
ul.social-items li {
    display: block;
    position: relative;
    margin-right: 5px;
    margin-bottom: 6px;
    border-radius: 5px;
    padding-left: 0;
}
ul.social-items li::before {
    display: none;
}
ul.social-items li a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    padding: 8px 0;
    border-radius: 5px;
    background-color: #676464;
    width: 45px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

ul.social-items li a.facebook:hover {
    background: #4267b2;
}
ul.social-items li a.twitter:hover {
    background: #1da1f2;
}
ul.social-items li a.googleplus:hover {
    background: #db4437;
}
ul.social-items li a.linkedin:hover {
    background: #1986c6;
}
ul.social-items li a.instagram:hover {
    background: #7a5543;
}
ul.social-items li a.youtube:hover {
    background: #ff0000;
}

.footer-bottom {
    background-color: #000000;
    padding: 20px 0;
}
.footer-menuitems-policies {
    list-style: none;
}
.footer-menuitems-policies li {
    display: inline-block;
    padding-left: 0;
}
.footer-menuitems-policies li::before {
    display: none;
}
.footer-menuitems-policies li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #ababab;
    padding: 5px 0 5px 0;
    margin-right: 10px;
    width: fit-content;
    transition: all 0.2s;
    position: relative;
}
.footer-menuitems-policies li a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #e18d4b;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: all 0.2s ease-in-out;
}
.footer-menuitems-policies li a:hover {
    color: #33cc66;
}
.footer-menuitems-policies li a:hover::after {
    width: 100%;
}
.footer-bottom .copyrights {
    font-size: 11px;
    color: #ababab;
    font-weight: 400;
    padding: 5px 0;
    text-align: right;
    text-transform: uppercase;
}
.custom-container{
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}
@media (max-width: 768px){

    .navigation-links #ddmenu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }


    /* Make search button sit on right side */
    .navigation-links #top-menu > li ul .srch-btn {
        position: absolute;
        left: 5px;
        top: 0px;
        z-index: 999;
    }

    /* Prevent layout breaking */
    .navigation-links #top-menu li {
        white-space: nowrap;
    }
    .navigation-links #top-menu li:first-child {
        padding-top: 30px;
    }
}


.itinerary-grid-slider-wrap {
    margin-bottom: 50px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* Hover effect */
.grid-img {
    position: relative;
    overflow: hidden;
}

.grid-img img {
    transition: transform 0.4s ease;
}

.grid-img:hover img {
    transform: scale(1.05);
}

/* Mobile */
@media (max-width: 767px) {
    .image-grid {
        grid-template-columns: 1fr;
    }
}
.view-more {
    position: relative;
}

.view-more-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    border-radius: 14px;
}

.view-more-overlay .plus {
    font-size: 40px;
    line-height: 1;
}

.view-more-overlay .text {
    margin-top: 6px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* GRID (unchanged) */
.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 180px);
    gap: 15px;
}

.gallery-item {
    cursor: pointer;
    border-radius: 14px;
    overflow: hidden;
}

.gallery-item:first-child {
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* MOBILE ONLY */
@media (max-width: 767px) {

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 120px;
    gap: 8px;
  }

  /* First image BIG */
  .gallery-grid .gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }

  /* Images */
  .gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
  }

}

/* LIGHTBOX */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.88);
    display: none;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
    z-index: 9999;
}
.lightbox.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Force image centering */
.lightbox-image {
    max-width: 90vw;
    max-height: 85vh;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}


/* HEADER */
.lightbox-header {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 14px;
    opacity: 0.9;
}

.lightbox-close {
    font-size: 28px;
    cursor: pointer;
}

/* ARROWS */
.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    opacity: 0.85;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover,
.lightbox-close:hover {
    opacity: 1;
}

/* MOBILE */
@media (max-width: 768px) {
    .lightbox-prev,
    .lightbox-next {
        font-size: 28px;
    }
}

/* ===============================
   BASE ACCORDION LAYOUT
================================= */
#itineraryAccordion {
    position: relative;
}

#itineraryAccordion .accordion-item {
    position: relative;
    margin-left: 60px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    background: transparent;
}
#itineraryAccordion .accordion-item:last-child{
    border-bottom: 0px !important;
}
#itineraryAccordion .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    text-align: left;
    display: flex;
    align-items: center;
}
p:empty {
    display: none;
    margin: 0;
    padding: 0;
}

/* ===============================
   VERTICAL TIMELINE LINE
================================= */
#itineraryAccordion .accordion-item::before {
    content: '';
    position: absolute;
    left: -32px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e5e5e5;
}

/* ===============================
   MAP PIN OUTER CIRCLE
================================= */
#itineraryAccordion .accordion-item::after {
    content: '';
    position: absolute;
    left: -43px;
    top: 26px;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border: 2px solid #00a758;
    border-radius: 50%;
    z-index: 2;
}

/* ===============================
   MAP PIN INNER DOT
================================= */
#itineraryAccordion .accordion-header {
    position: relative;
}

#itineraryAccordion .accordion-header::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 34px;
    width: 6px;
    height: 6px;
    background: #00a758;
    border-radius: 50%;
    z-index: 3;
}

/* ===============================
   ACTIVE (OPEN) DAY STYLES
================================= */
#itineraryAccordion .accordion-button:not(.collapsed) {
    color: #014c82;
    font-weight: 500;
}

/* Active map pin */
#itineraryAccordion .accordion-item:has(.accordion-button:not(.collapsed))::after {
    background: #00a758;
}

/* Active inner dot */
#itineraryAccordion 
.accordion-item:has(.accordion-button:not(.collapsed)) 
.accordion-header::before {
    background: #ffffff;
}

/* ===============================
   ACCORDION BODY
================================= */
#itineraryAccordion .accordion-body {
    padding: 0 15px 20px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* ===============================
   FIRST & LAST FIXES
================================= */
#itineraryAccordion .accordion-item:first-child::before {
    top: 30px;
}

#itineraryAccordion .accordion-item:last-child::before {
    bottom: 30px;
}

/* ===============================
   MOBILE ADJUSTMENTS
================================= */
@media (max-width: 767px) {
    #itineraryAccordion .accordion-item {
        margin-left: 50px;
    }
    #itineraryAccordion .accordion-item::after{
        top: 22px;
    }
    #itineraryAccordion .accordion-header::before{
        top: 30px;
    }
    .ity-exclusions{
        padding-top: 30px;
    }
}
.ity-inclusions p, .ity-exclusions p, .ity-inclusions li, .ity-exclusions li, .highlights li{
    position: relative;
    margin: 0 0 12px !important;
    padding-left: 32px;
}
.ity-inclusions p::before, .ity-exclusions p::before, .ity-inclusions li::before, .ity-exclusions li::before, .highlights li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 25px;
}
.ity-inclusions p:before, .ity-inclusions li:before{
    background: url("../../assets/images/right-circle-arrow.svg") no-repeat center center;
}
.ity-exclusions p::before, .ity-exclusions li::before{
    background: url("../../assets/images/close-circle-arrow.svg") no-repeat center center;
}
#overview{
    padding-bottom: 32px !important;
}
/* Hide fake-empty elements */
.ity-inclusions p:has(br):only-child,
.ity-exclusions p:has(br):only-child,
.ity-inclusions li:has(br):only-child,
.ity-exclusions li:has(br):only-child,
.highlights li:has(br):only-child {
    display: none !important;
}
.ity-inclusions p:empty,
.ity-exclusions p:empty,
.ity-inclusions li:empty,
.ity-exclusions li:empty,
.highlights li:empty {
    display: none !important;
}
.ity-inclusions p:empty::before,
.ity-exclusions p:empty::before,
.ity-inclusions li:empty::before,
.ity-exclusions li:empty::before,
.highlights li:empty::before {
    content: none !important;
}
.day-section, .ity-section{
    padding: 32px 0 !important;
    border-top: 1px solid rgba(15,29,35,.1);
}
.highlights li:before{
    background: url("../../assets/images/tick-arrow.svg") no-repeat center center;
}

.payment-cancellation a{
    color: #0171c0;
    text-decoration: none;
}
.payment-cancellation li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    margin-right: 15px;
}
.payment-cancellation li:before{
    content: "";
    width: 6px;
    height: 6px;
    outline: 5px solid rgba(0,167,88,0.5);
    background-color: #00a758;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 10px;
}
.payment-cancellation a:hover{
    color: #00a758;
}