@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, * { font-family: Gotham; font-style: normal; margin: 0; padding: 0; font-size: 16px; }
html, body { overflow-x: hidden !important; position: relative; }
.pb-0 { padding-bottom: 0 !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !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; display: block; box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);} /* 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; } /* fw css */
#top-menu li.hamberg-menu .hmbrgmnu { cursor: pointer; } /* fw css */
#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:hover a { color: rgba(51,204,102, 1); }
#top-menu li.hamberg-menu .dropdown ul li:hover a::after { width: 100%; }

.hmpg-banner { margin-top: 88px; position: relative; }
.viewmore-cta { position: absolute; left: 50%; transform: translateX(-50%); z-index: 999; max-width: fit-content; margin: inherit; margin-top: -80px; }

.twt-btn { 
    font-size: 14px !important; 
    font-weight: 700; 
    background-color: #ffffff; 
    border: 1px solid #064f9e; 
    padding: 15px 30px 15px; 
    border-radius: 30px; 
    cursor: pointer; 
    transition: 0.2s ease-in-out; 
    text-decoration: none; 
    display: block; 
    width: fit-content; } /* fw css */

.twt-btn.view-more { color: #000000; margin: 0 auto; } /* fw css */
.twt-btn:hover { background-color: #064f9e; color: #ffffff; } /* fw css */
@media only screen and (max-width:1024px){
   .brand-logo {
    width: 200px;
   }
   #top-menu li {
        padding: 0 5px 0;
    }
}
@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;
    }
}
/*.twt-btn > svg { color: #e18d4b; margin-right: 6px; transition: 0.2s ease-in-out; }
.twt-btn:hover > svg { color: #ffffff; }*/

.swiper-slide > a { text-decoration: none; }
.swiper-slide .swiper-image { position: relative; background-color: #000000; height: 100%;}
.swiper-slide .swiper-image img { width: 100%; height: 100%; object-fit: cover;}
.swiper-slide .swiper-image::after { content: ""; display:block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.25); }
.swiper-slide .swiper-text { position: absolute; top: 20%; left: 50%; transform: translateX(-50%); width: 100%; }
.swiper-slide .swiper-text h2 { font-size: 45px; color: #ffffff; font-weight: 700; text-align: center; margin-bottom: 10px; }
.swiper-slide .swiper-text h3 { font-size: 30px; font-weight: 400; color: #ffffff; text-align: center; }
.swiper-pagination-bullet { width: 8px; height: 8px; outline: 2px solid #ffffff; background-color: #ffffff; opacity: 1; transition: 0.5s ease-in-out; }
.swiper-pagination-bullet-active { background-color: #064f9e; outline: 3px solid #ffffff; width: 13px; height: 13px; } /* fw css */
.hmpg-banner .vshaped-mask{
    display: none
}
.home .mySwiper {
    min-height: 700px;
    height: 750px; 
}

/* Hide all slides except the first one before init */
.home.mySwiper .swiper-slide {
    opacity: 0;
}

.home.mySwiper .swiper-slide:first-child {
    opacity: 1;   /* show first slide immediately */
}

/* When Swiper initializes, reveal all slides normally */
.home.mySwiper.swiper-initialized .swiper-slide {
    opacity: 1;
    transition: opacity .1s ease;
}
@media only screen and (max-width: 767px){
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 20px !important;
    }
}
.vshaped-mask { position: absolute; bottom: 0; left: 0; z-index: 1; width: 100%; }
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal { top: inherit; bottom: 20px; }

.swiper-button-next, .swiper-button-prev { 
    top: 45%; /*background-color: #0b5389; padding: 30px; border-radius: 50px;*/ 
    /*fw css*/
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    z-index: 1;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    display: none !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 28px;
    color: #fff;
}
/*.swiper-button-next::after, .swiper-button-prev::after { color: #ffffff; font-size: 24px; font-weight: 800; }*/

.exp-dest-ctas { position: absolute; top: 85%; left: 50%; transform: translate(-50%, -50%); z-index: 1; column-gap: 10px; display: flex; align-items: center; justify-content: center; } /* fw css */
.exp-dest-ctas > a { font-size: 14px; display: block; background-color: #ffffff; text-decoration: none; padding: 15px 40px 15px; border-radius: 50px; color: #064f9e; font-weight: 700; text-transform: uppercase; transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; } /* fw css */
.exp-dest-ctas > a:hover { background-color: #064f9e; color: #3c6; }
@media only screen and (max-width: 767px){
    .exp-dest-ctas { top: 80%; }
}
.sec-experience { padding: 5% 0; position: relative; }
.sec-experience.secI { padding-top: 40px; padding-bottom: 0; }
.sec-experience.sec-II { padding: 0; }

.sec-experience .head-block { padding-bottom: 4%; }
.sec-experience .head-block h2 { font-size: 38px; font-weight: 500; text-transform: uppercase; text-align: center; padding: 0; padding-bottom: 2%; } /* fw css */
.sec-experience .head-block p { font-size: 16px; font-weight: 400; text-align: center; line-height: 24px; padding: 0; } /* fw css */
.sec-experience ul { list-style: none; display: flex; flex-wrap: wrap; align-items: center; }
.sec-experience ul li { position: relative; width: 20%; height: 300px; overflow: hidden; background-color: #000000; }
.sec-experience ul li a { display: block; overflow: hidden; position: relative;}
.sec-experience ul li a > img { width: 100%; transition: scale 0.35s ease-in-out, opacity .5s ease-in-out; position: relative; }
.sec-experience ul li a > .icon-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.sec-experience ul li a > .icon-text img { margin-bottom: 15px; }
.sec-experience ul li a > .icon-text h2 { color: #ffffff; width: fit-content; text-wrap: nowrap; position: relative; text-align: center; margin: 0 auto; }
.sec-experience ul li a > .icon-text h2::after { content: ""; display: block; width: 0; height: 3px; background-color: #e18d4b; position: absolute; left: 50%; bottom: -15px; transform: translateX(-50%); transition: width .3s ease-in-out; }
.sec-experience ul li a:hover > img { scale: 1.1; opacity: 0.5; }
.sec-experience ul li a:hover > .icon-text h2 { color: #3c6; }
.sec-experience ul li a:hover > .icon-text h2::after { width: 100%; }
.exp-list { padding: 0; margin: 0; }
.exp-block .items { position: relative; overflow: hidden; }
/*.exp-block .items a { text-decoration: none; width: 100%; display: flex; justify-content: center; align-items: center; margin: 0 auto; position: absolute; top: 0; left: 0; height: 100%; background: rgba(0,0,0,.5); z-index: 1; }
.exp-block .items a .icon-text { padding: 25px 0; }
.exp-block .items a .icon-text img { max-width: 110px; margin: 0 auto; margin-bottom: 5px; transition:.5s ease-in-out; scale: 0.8; }
.exp-block .items a .icon-text h2 { font-weight: bold; color: #ffffff; width: fit-content; text-wrap: nowrap; position: relative; text-align: center; margin: 0 auto; } /* fw css */
/*.exp-block .items a .icon-text h2::after { content: ""; display: block; width: 0; height: 3px; background-color: #e18d4b; position: absolute; left: 50%; bottom: -15px; transform: translateX(-50%); transition: width .3s ease-in-out; }
.exp-block .items:hover > img { scale: 1; transition:.5s ease-in-out; }
.exp-block .items:hover a > .icon-text h2 { color: #3c6; }
.exp-block .items:hover a > .icon-text h2::after { width: 100%; }
.exp-block .items:hover a > .icon-text img { rotate: 360deg; }
.exp-block .items:hover > img { scale: 1.1; }*/
.exp-block .items > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease-in-out; /* smoother + slower */
    will-change: transform; /* boosts performance */
}

/* Smooth overlay */
.exp-block .items:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff0 67%, #1A1A1A 100%);
    pointer-events: none;
    z-index: 1;
}

.exp-block .items a.exp-cta {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end; /* Title starts at bottom */
    padding-bottom: 20px;
    text-decoration: none;
    z-index: 2;
}

.exp-block .icon-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    justify-content: center;
}

/* Icon: initially hidden above */
.exp-block .icon-text img {
    max-width: 110px;
    height: 110px;
    opacity: 0;
    /*transform: translateY(-60px); */ /* Hidden above the card */
    transition: all 0.6s ease;
}

/* Title: starts from bottom */
.exp-block .icon-text .title {
    color: #fff;
    font-weight: 400;
    transform: translateY(60px);  /* At bottom initially */
   transition: all 1.5s ease;
}

/* Hover Effects */
.exp-block .items:hover .icon-text {
    justify-content: center;
}
.exp-block .items:hover > img {
    transform: scale(1.1);
}

.exp-block .items:hover:before {
    opacity: 1;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.exp-block .items:hover a.exp-cta {
    align-items: center; /* Move content vertically to center */
}

.exp-block .items:hover .icon-text img {
    opacity: 1;
    rotate: 360deg;
    /*transform: translateY(-12px);  /* Top to center */
}

.exp-block .items:hover .icon-text .title {
    transform: translateY(10px); /* Bottom to center */
}
@media only screen and (max-width: 1200px){
    .exp-block .icon-text .title {
        transform: translateY(30px);  /* At bottom initially */
    }
}
@media only screen and (max-width: 1023px){
    .exp-block .icon-text .title {
        transform: translateY(60px);  /* At bottom initially */
    }
}
@media only screen and (max-width: 900px) {
    .exp-block .icon-text .title {
        transform: translateY(100px);
    }
}

@media only screen and (max-width: 767px){
    .exp-block .icon-text .title {
        transform: translateY(30px);  /* At bottom initially */
    }
}

.sec-experience.secI .expitys-block { padding: 2% 0 3%; background-color: #e0e0e0; margin: -20px 0 0;}
.sec-experience.secI .expitys-block .card-blocks .items { background-color: #ffffff; border-radius: 10px; overflow: hidden; height: 100%;}

.owl-carousel .owl-stage-outer { z-index: 1; padding-bottom: 25px; }
#exp-block.owl-carousel .owl-stage-outer { padding-bottom: 0; }
#exp-block.owl-carousel .owl-dots { display: none; }

ul.taxoinfo { list-style: none; display: block; align-items: center; margin-bottom: 20px; min-height: 40px; /*fw css*/}
ul.taxoinfo li { background: none; height: inherit; width: fit-content; margin-right: 20px; font-size: 14px; line-height: 20px; color: #000000; /*FW css*/ }
ul.taxoinfo li > svg { color: #a5a5a5; }



/*.exp-block .owl-nav { position: absolute; top: 50%; left: 50%; width: 98%; z-index: 1; display: flex; justify-content: space-between; align-items: center; transform: translate(-50%, -50%); }*/

/*.exp-block .owl-nav button.owl-prev { padding: 15px 20px 15px 18px !important; background: rgba(256,256,256, 0.2); border-radius: 25px; border: none; position: absolute; top: 50%; left: 10px; z-index: 1; transform: translateY(-50%); }
.exp-block .owl-nav button.owl-next { padding: 15px 18px 15px 20px !important; background: rgba(256,256,256, 0.2); border-radius: 25px; border: none; position: absolute; top: 50%; right: 10px; z-index: 1; transform: translateY(-50%); }*/

.exp-block .owl-nav button.owl-prev { background: rgba(256,256,256, 0.2); border-radius: 50px; border: none; position: absolute; top: 50%; left: -40px; z-index: 1; transform: translateY(-50%); width: 100px; height: 100px; }
.exp-block .owl-nav button.owl-next { background: rgba(256,256,256, 0.2); border-radius: 50px; border: none; position: absolute; top: 50%; right: -40px; z-index: 1; transform: translateY(-50%); width: 100px; height: 100px; }

.exp-block .owl-nav .owl-prev > svg { color: #ffffff; position: relative; right: -20px; }
.exp-block .owl-nav .owl-next > svg { color: #ffffff; position: relative; left: -20px; }

.exp-title { padding-bottom: 2%; }
.exp-title h2 { width: fit-content; margin: 0 auto; padding: 0; font-size: 38px; font-weight: 500; text-align: center; color: #000000; } /* fw css */
.exp-title h2::after { content: ""; width: 100%; height: 2px; background-color: #23a762; display: block; margin-top: 6px; }

/*.card-blocks { display: flex; justify-content: space-between; }
.card-blocks .items { width: 24%; }*/
/*.card-blocks { height: 570px; overflow-y: hidden; position: relative; }*/
.card-blocks { position: relative; min-height: 200px; }
.card-blocks .greenloader { position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.card-blocks .owl-stage { margin: 0 auto; display: flex}
.card-blocks .owl-item:last-child { margin-right: 0 !important; }
.card-blocks .items .cardblock { border: 1px solid #e0e0e0; padding: 0px; display: flex; flex-direction: column;  border-radius: 6px; }
.card-blocks .items .item-head img { width: 100%; transition: .25s ease-in-out; }

.card-blocks .items .item-head img.wdth { width: 100%; height: auto; position: relative; transform: translateY(-50%); top: 50%; }
.card-blocks .items .item-head img.hght { width: 100%; height: 100%; position: relative; transform: translateX(-50%); left: 50%; object-fit: cover; /*fw css*/}

.card-blocks .cardblock { border: 1px solid rgb(221, 223, 226); }
.card-blocks .cardblock .item-head { height: 270px; overflow: hidden; border-radius: 0px; margin-bottom: 20px; display: flex; align-items: center; }

.card-blocks .owl-nav { display: flex; justify-content: center; }
.card-blocks .owl-nav button.owl-prev,
.card-blocks .owl-nav button.owl-next { background-color: #ffffff; border: 1px solid #064f9e; padding: 15px 18px 12px !important; border-radius: 30px; cursor: pointer; transition: 0.2s ease-in-out; } /* fw css */
.card-blocks .owl-nav button.owl-prev { position: absolute; top: 50%; left: -65px; transform: translateY(-50%); }
.card-blocks .owl-nav button.owl-next { position: absolute; top: 50%; right: -65px; transform: translateY(-50%); }

.card-blocks .owl-nav button.owl-next:hover { background-color: #064f9e; } /* fw css */
.card-blocks .owl-nav button.owl-prev:hover { background-color: #064f9e; } /* fw css */
.card-blocks .owl-nav button.owl-next:hover > svg { color: #ffffff; } /* fw css */
.card-blocks .owl-nav button.owl-prev:hover > svg { color: #ffffff; } /* fw css */

/*
.card-text { padding: 20px 15px 10px; min-height: 125px; position: relative; }
.card-text h2 { font-weight: 500; padding-bottom: 15px; line-height: 22px; }
.card-text a { text-decoration: none; display: inline-block; font-size: 14px; position: absolute; bottom: 20px; color: #000000; }
.card-text a svg { vertical-align: middle; transition: .25s ease-in-out; }
.items:hover .card-text a { color: #e18d4b; }
.items:hover .card-text a > svg { color: #3c6; margin-left: 3px; }
*/

ul.country-dd { list-style: none; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center; padding: 20px 0; }
ul.country-dd li { background: none; position: relative; width: inherit; height: auto; }

.sortalpha { text-align: center; color: #ffffff; }
ul.alphachar { display: flex; flex-wrap: nowrap; padding: 20px 0; justify-content: center; align-items: center; }
ul.alphachar li { background: none; height: fit-content; text-align: center; width: fit-content; }
ul.alphachar li a { text-decoration: none; background: none; height: fit-content; text-align: center; width: fit-content; padding: 6px 0px 3px; border: 1px solid #a5a5a5; margin: 0 6px; font-weight: 600; font-size: 12px; color: #000000; width: 21px; }
ul.alphachar li a.noposts { background-color: #ebebeb; cursor: default; color: #b6b6b6; }
ul.alphachar li a.haveposts { color: #23a762; border-color: #23a762; }
ul.alphachar li a.haveposts:hover { background-color: #23a762; color: #ffffff; }

.filter-countries { text-align: center; position: relative; }
.filter-toggle-cta { background: #ffffff; border: 1px solid #a5a5a5; padding: 10px 20px; width: 30%; border-radius: 25px; cursor: pointer; font-size: 16px; } /* fw css */
.filter-countries .filter-toggle-cta { background: rgba(0,0,0,0.25); color: #ffffff; border: 1px solid #ffffff; position: relative; text-align: left; } /* fw css */

.filter-countries .filter-toggle-cta::after { content: ''; width: 0; height: 0; position: absolute; top: 16px; right: 20px; /* Adjust the distance from the right as needed */ border-width: 8px; border-style: solid; border-color: #ffffff transparent transparent transparent; /* Adjust the color as needed */ } /* fw css */

#locfiltr { list-style: none; position: absolute; text-align: left; padding: 20px; background: rgba(0,0,0,0.70); width: 25%; left: 50%; transform: translateX(-50%); border: 1px solid #a5a5a5; overflow-y: auto; height: 180px; z-index: 2; margin-top: 0; border-top: none;   background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); margin-top: 0px; border-radius: 0px 0px 10px 10px;} /* fw css */
#locfiltr li { border-bottom: 1px solid #a5a5a5; margin-bottom: 4px; background: none; width: 100%; height: auto; position: relative; display: flex; align-items: center; justify-content: space-between; }
#locfiltr li a { display: block; padding: 10px 10px 10px 0; text-decoration: none; font-size: 16px; color: #000; position: relative; width: 100%; } /* fw css */
#locfiltr li:first-child a{
    padding-top: 0px;; /*FW css*/
}
/*#locfiltr li a::before { content: ""; position: absolute;  width: 6px; height: 6px; background-color: #ffffff; top: 45%; left: 0; transform: translateY(-50%); } *//* fw css */
#locfiltr li span { display: block; padding: 8px 10px 3px; border: 1px solid #a5a5a5; border-radius: 6px; } /* fw css */
#locfiltr li svg {position: absolute; right: 200px; color: #064f9e; opacity: 0; transition: 0.2s ease-in-out; display: none;} /* fw css */
#locfiltr li:hover > svg { right: 10px; opacity: 1; }
#locfiltr li a:hover{
    color: #01a959;
}
.filter-countries .filter-toggle-cta.active::after{
    transform: rotate(180deg);
    top: 7px;
}
.create-your-journey { padding: 0; background-image: url("https://staging.wanderers-new.focal-learning.com/wp-content/uploads/2023/12/create-your-journey-bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; padding-bottom: 10%; }
.create-your-journey img.vshaped-white-mask { width: 100%; margin-bottom: 5%; }
.create-your-journey .cyj-head { position: absolute; top: 0; width: 100%; }
.create-your-journey .cyj-head h2.title { font-size: 38px; font-weight: 500; text-transform: uppercase; color: #000000; text-align: center; padding: 6% 0 0; } /* fw css */

.create-your-journey .head-block h2,
.create-your-journey .head-block p { color: #ffffff; }

.country-block { margin-bottom: 30px; }
.country-block .items .icon-text { min-height: 48px; }
.country-block .items a { text-decoration: none; }
.country-block .items a .icon-text h2 { color: #000000; padding: 15px 40px 12px; border: 1px solid #a5a5a5; text-align: center; border-radius: 50px; text-wrap: nowrap; }
.country-block .owl-nav { position: absolute; top: 15px; width: 100%; }
.country-block .owl-nav .owl-prev { margin-left: -20px; }
.country-block .owl-nav .owl-next { float: right; margin-right: -20px; }

/*.packages-block { display: flex; justify-content: space-between; }
.packages-block .items { width: 24%; }*/
.packages-block { position: relative; height: 75px; }
.packages-block .owl-stage { margin: 0 auto; }
.packages-block .items:last-child { margin-right: 0; }
.packages-block .items .cardblock { border: 1px solid rgb(221, 223, 226); padding: 15px; display: flex; flex-direction: column; justify-content: center; border-radius: 10px; }
.packages-block .items .cardblock .item-head { max-height: 370px; overflow: hidden; border-radius: 10px; margin-bottom: 30px }
.packages-block .items .item-head img { width: 100%; transition: 0.2s ease-in-out; }

.items .card-text { min-height: 290px; position: relative; display: flex; flex-flow: column; padding: 0 20px 100px; }
.items > a { text-decoration: none; height: 100%; display: flex}
.items .card-text h4 { padding: 10px 0; font-size: 14px; color: #000000; }
.items .card-text h4 > svg { color: #a5a5a5; }
.items .card-text h2 { font-weight: 500; padding-bottom: 20px; line-height: 22px; font-size: 18px; color: #000000; text-decoration: none; min-height: 86px;}
.items .card-text span.readmore-cta { text-decoration: none; display: inline-block; font-size: 12px; color: #000000; }
.items .card-text span > svg { transition: .25s ease-in-out; }
.items .card-text p { 
    font-size: 14px; font-weight: 400; color: #000000; line-height: 22px; 
    overflow: hidden;
     display: -webkit-box;
    -webkit-line-clamp: 3;    /* Limit to 3 lines - FW css*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;  
}
@media only screen and (max-width: 767px){
    #locfiltr{
        width: 46%;
    }
    .items .card-text h2 {
        min-height: auto;
    }
    ul.taxoinfo{
        min-height: auto;
    }
}
.item-foot { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);     
    width: 100%;
    display: flex;
    justify-content: center; }
.item-foot span.readmore-cta { text-decoration: none; display: inline-block; font-size: 16px; background-color: #ffffff; color: #333333; border: 1px solid #064f9e; font-weight: 700;} /* fw css */
.item-foot span.readmore-cta:hover{ background-color: #064f9e; color: #ffffff; } /* fw css */

.packages-block .items a { font-size: 14px; color: #23a762; background-color: rgba(0,0,0,0.25); border: 1px solid #23a762; padding: 15px 30px 12px; border-radius: 30px; cursor: pointer; transition: 0.2s ease-in-out; text-decoration: none; display: block; min-width: 250px; width: fit-content; margin: 0 auto; text-align: center; position: relative; }
.packages-block .items a > svg { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
.packages-block .items a .card-text h2 { color: #23a762; }
.packages-block .items .card-text span.readmore-cta { position: absolute; bottom: 20px; left: 20px; }

.packages-block .items a:hover { color: #ffffff; background-color: #23a762; border: 1px solid #23a762; }
.packages-block .items a:hover > svg { color: #ffffff; }
.packages-block .owl-nav button { position: absolute; top: 15px; color: #23a762 !important; }
.packages-block .owl-nav button.owl-prev { left: -10px; }
.packages-block .owl-nav button.owl-next { right: -10px; }

.items:hover .item-head > img { scale: 1.1; }
.items:hover .card-text span { color: #3c6; }
.items:hover .card-text span > svg { color: #e18d4b; margin-left: 3px; }
/*
.items .card-text a { text-decoration: none; display: inline-block; font-size: 14px; color: #000000; }
.items .card-text a > svg { transition: .25s ease-in-out; }
.items:hover .card-text a { color: #3c6; }
.items:hover .card-text h2.title > a { color: #000000; }
.items:hover .card-text a > svg { color: #e18d4b; margin-left: 3px; }
*/
.packages-block .items .card-text { padding: 20px 15px 20px; min-height: inherit; position: relative; }
.corporate-getaway img { width: 100%; }

.corporate-getaway .row > a {
    padding: 0;
}
.blog-stories {
	padding: 5% 0 0;
}

.blog-stories .head-block h2 {
	font-size: 38px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	padding-bottom: 2%;
}

/* fw css */
.blog-stories .head-block p {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 24px;
	padding: 0;
	padding-bottom: 2%;
}

/* fw css */

.bloglist {
	padding: 5% 0;
	background-image: url("https://staging.wanderers-new.focal-learning.com/wp-content/uploads/2024/03/wooden-texture-bg-1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

/*.story-item .cardblock .item-head { min-height: 250px; background-color: #23a762; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 8px; }*/

.story-item .cardblock .item-head {
	min-height: 250px;
	/*background-color: #000000;*/
	border-radius: 8px;
	position: relative;
	/*border: 2px solid #6e6e6e;*/
}/* fw css */

.story-item .cardblock .item-head .bgimage,
.story-item .cardblock .item-head .story-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}/* fw css */

.story-item .cardblock .item-head .bgimage{
 border-radius: 15px;
}/* fw css */

.story-item .cardblock .item-head .bgimage img {
	width: 100%;
	height: 100%;
	opacity: 0.80;
    transition: transform 0.5s ease-in-out;
}/* fw css */

.story-item .cardblock .item-head .bgimage {
	z-index: 1;
}

.story-item .cardblock .item-head .story-title {
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.story-item .cardblock .item-head .story-title h4 {
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 30px 30px 5px 30px;
	line-height: 16px;
}

.story-item .cardblock .item-head .story-title .title {
	text-align: center;
	padding: 20px 50px;
}
.story-item .cardblock .item-head a:hover img{
    transform: scale(1.15); 
}
.story-item .cardblock .item-head a:hover:after{
      content: "";
    position: absolute;
    inset: 0;
  /* background: rgba(0,0,0,0.6);*/
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    z-index: 1;
}
.story-item .cardblock .item-head .story-title .title {
	display: block;
	width: fit-content;
	padding-bottom: 10px;
	position: relative;
	text-decoration: none;
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 28px;
}

/*.story-item .cardblock .item-head .story-title .title::after {
	content: "";
	width: 0;
	height: 3px;
	background-color: #e18d4b;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.2s ease-in-out;
}

.story-item .cardblock .item-head .story-title .title:hover {
	color: #23a762;
}

.story-item .cardblock .item-head .story-title .title:hover::after {
	width: 100%;
}*/

.story-item .cardblock .card-text {
	background-color: #ffffff;
	width: 90%;
	margin: 0 auto;
	margin-top: -50px;
	padding: 30px 20px;
	border-radius: 10px;
	border: 1px solid #b6b6b6;
	z-index: 3;
	min-height: 260px;
    position: relative;
    display: flex;
    align-items: center;
}

.story-item .cardblock .card-text .story-excerpt{
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 20px;
    display: block;
}

.story-item .cardblock .card-text .readmore-cta {
	width: fit-content;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	color: #000000;
	position: absolute;
	bottom: 30px;
}

.story-item .cardblock .card-text .readmore-cta svg {
	transition: 0.2s ease-in-out;
}

.story-item .cardblock .card-text .readmore-cta:hover {
	color: #ffffff;
	font-weight: 600;
}

.story-item .cardblock .card-text .readmore-cta:hover svg {
	color: #e18d4b;
	margin-left: 3px;
}

.stories-carousel .owl-nav button.owl-prev,
.stories-carousel .owl-nav button.owl-next {
	background-color: #ffffff;
	border: 1px solid #064f9e;
	padding: 15px 18px 12px !important;
	border-radius: 30px;
	cursor: pointer;
	transition: 0.2s ease-in-out;
	position: absolute;
	bottom: 25%;
	z-index: 4;
}

/* fw css */
.stories-carousel .owl-nav button.owl-prev {
	left: -40px;
}

.stories-carousel .owl-nav button.owl-next {
	right: -40px;
}

.stories-carousel .owl-nav button.owl-prev:hover {
	background-color: #064f9e;
	color: #ffffff;
}

/* fw css */
.stories-carousel .owl-nav button.owl-next:hover {
	background-color: #064f9e;
	color: #ffffff;
}

/* fw css */

.story-item .card-text .dt-details {
	margin-bottom: 20px;
}

.story-item .card-text .dt-details li {
	font-size: 14px;
	color: #7b7b7b;
}

.story-item .card-text .dt-details li>svg {
	margin-right: 5px;
}
/** Corporate Getaways */
.cg-banner {
    position: relative;
}
.cg-banner .swiper-image .banner-overlay { position: absolute; left: 0; top: 0px; width: 100%; height: 100%; z-index: 1;}
.cg-banner .swiper-image .banner-overlay img { 
    position: absolute; 
    bottom: 0px; 
    left: 0; 
    z-index: -1; 
    height: 120px;
    object-position: top;} /* fw css */
.cg-banner .swiper-slide .swiper-text { width: 100%; text-align: left; left: 0%; top: 25%; transform: inherit; padding: 0 10%; z-index: 1;}
.cg-banner .swiper-slide .swiper-text h1 { text-align: left; font-size: 45px; text-transform: uppercase; color: #ffffff !important; font-weight: 600; margin-bottom: 10px; } /* fw css */
.cg-banner .swiper-slide .swiper-text h1 span { font-size: 48px; } 

.cg-banner .page-tabs { 
    position: absolute; 
    top: 0; 
    z-index: 1; 
    width: 100%; 
} /* fw css */
.cg-banner.corporate-banner .page-tabs{
    top: 80px;
}
.cg-banner.corporate-banner .swiper-slide .swiper-text{
    top: 50% !important;
}
ul.corptabs { list-style: none; display: flex; align-items: center; justify-content: center; width: 100%; margin: 0 auto; padding: 30px 0 0; gap:20px;}
ul.corptabs li { display: inline-block; }
ul.corptabs li a { 
    font-size: 14px;
    display: block;
    background-color: #ffffff;
    text-decoration: none;
    padding: 15px 40px 15px;
    border-radius: 50px;
    color: #064f9e;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.25s 
ease-in-out, color 0.25s 
ease-in-out;} /* fw css */

ul.corptabs li a:hover { background-color: #064f9e; color: #3c6; } /* fw css */

.cgintro { padding: 20px 0; }
.cgintro .bdycpy {
    padding-top: 30px;
}
.cgintro .bdycpy img { margin: 0 auto; display: flex; }

.cgintro .bdycpy img,
.cgintro .bdycpy h2 { margin-bottom: 20px; } /* fw css */
.cgintro .bdycpy h3,
.cgintro .bdycpy p,
.cgintro .bdycpy ul { margin-bottom: 30px; }
.cgintro .bdycpy h2 { font-size: 38px; font-weight: 500; } /* fw css */
.cgintro .bdycpy h3 { font-size: 20px; font-weight: 500; }
.cgintro .bdycpy p { line-height: 24px; }
.cgintro .bdycpy ul { list-style-type: disc; padding-left: 15px; }
.cgintro .bdycpy ul li { margin-bottom: 10px; }
.cgintro .bdycpy span { display: block; margin-bottom: 10px; }
.cgintro .bdycpy span:last-child { margin-bottom: 0; }
.cgintro .bdycpy strong { font-weight: 500; }

.cf-intro { padding: 20px 0; }
.cf-intro .blckrw { padding: 30px 0; margin: 0; display: flex; align-items: center; clear: both; }
.blckrw .cl h2 { font-size: 38px; font-weight: 500; text-transform: uppercase; } /* fw css */
.blckrw .cl h3  { font-size: 26px; font-weight: 500; padding-top: 20px; } /* fw css */
.blckrw .cl p { padding: 20px 0 0; line-height: 24px; } 
/*.text-col { padding-right: 100px; }*/
.image-col { position: relative; }
.image-col .image-overlay { position: absolute; top: 0; left: 0; }
.corporate_left_right img{max-width:100%;}
.conference-section { padding: 100px 0 0; position: relative; overflow: hidden; /*background-image: url('https://staging.wanderers-new.focal-learning.com/wp-content/uploads/2024/01/bodybg-img.jpg'); background-repeat: no-repeat; background-position: center;*/ }
.conference-section .bgimg-rw { position: absolute; top: 0; left: 0; }
.conference-section .confideas { padding: 40px; background-color: #ffffff; position: relative; z-index: 1; border: 1px solid #f8f8f8; margin-bottom: 80px; border-radius: 25px;} /* fw css */
.conference-section .confideas h2 { font-size: 38px; font-weight: 600; line-height: 120%; text-transform: uppercase; padding-bottom: 20px; } /* fw css */
.conference-section .confideas ul li { padding: 20px 0; border-bottom: 1px solid #064f9e; position: relative; line-height: 24px; display: flex; }
.conference-section .confideas ul li span { display: inline-block; }
.conference-section .confideas ul li span:first-child { padding-right: 10px; }
.conference-section .confideas a.cg_letsdiscuss { 
    font-size: 14px;
    display: block;
    background-color: #064f9e;
    text-decoration: none;
    padding: 15px 40px 15px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.25s 
ease-in-out, color 0.25s 
ease-in-out;
    width: fit-content;
    margin-top: 30px;
} /* fw css */

.conference-section .confideas a.cg_letsdiscuss:hover { background-color: #064f9e; color: #3c6; }
@media only screen and (max-width: 768px){
    .conference-section .confideas h2 { font-size: 28px;}
}
.corporate-clients { padding: 5% 0; }
.corporate-clients .head-two { font-size: 38px; font-weight: 500; line-height: 24px; text-transform: uppercase; padding-bottom: 5%; text-align: center; } /* fw css */
.corporate-clients .client-list .logos .logo-img { border: 1px solid #c9c9c9; }
.corporate-clients .client-list .logos .logo-img img{
    object-fit: contain;
}
.client-testimonials { padding: 5% 0; }
.client-testimonials .head-two { font-size: 38px; font-weight: 500; line-height: 24px; text-transform: uppercase; padding-bottom: 5%; text-align: center; }

.connectbox { padding: 5% 0; background-color: #139042; text-align: center; }
.connectbox h2 { font-size: 24px; color: #ffffff; font-weight: 500; padding-bottom: 15px; }
.connectbox p,
.connectbox p a { font-size: 18px; color: #ffffff; text-decoration: none; }

/**
MEET THE WANDERERS STYLING
*/
.mtw-slider .swiper-slide .swiper-text h1 { text-align: center; }
.mtw-secI, .mtw-secII { padding: 5% 0; }
.mtw-secII { background-color: #afefe4; }
.mtw-secI h2 { font-size: 38px; font-weight: 500; text-transform: uppercase; }
.mtw-secI p, .mtw-secII p { line-height: 24px; margin-bottom: 15px; }
.mtw-secII h2 { font-size: 38px; font-weight: 500; text-transform: uppercase; margin-bottom: 20px; }
.mtw-secII h2 span { display: block; font-weight: 600; }
.mtw-secII img{
    width: 100%;
}
.corporate-clients .owl-dots {
    text-align: center;
    margin-top: 15px;
}

/* Individual dot */
.corporate-clients .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #ccc;
    border-radius: 50%;
    transition: 0.3s;
}

/* Active dot */
.corporate-clients .owl-dot.active {
    background: #333;
    transform: scale(1.2);
}

/* Hover effect */
.corporate-clients .owl-dot:hover {
    background: #555;
}
/**
FOOTER STYLING
*/

.footer-top { background-color: #282828; padding: 2% 0; }
ul.footer-menuitems li { margin-bottom: 5px; }
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: #23a762; }
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; }
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; }

.social-links h2 { padding-bottom: 25px; font-weight: 500; color: #178de6; text-transform: uppercase; font-size: 13px; }
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; }
.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: #23a762; }
.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; }



/****css-9-07-2024**/
.storycontent p, .storycontent ul li, .storycontent ol li {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
	font-family: Gotham;
    margin-bottom: 15px;
}
.storycontent img {
    max-width: 100%;
    margin: 15px 0px;
    height: auto;
	display: block;
}
.postheding {
    background: #124d98;
    padding: 100px 0px;
    margin-top: 88px;
}
.storycontent {
    padding: 75px 0px;
}
.storytitle h1 {
    font-size: 42px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.storycontent h2{
	font-size: 24px;
    font-weight: 600;
    text-align: center;
   
}
.item-head{
	margin-bottom: 10px;
}
.item-head img{
	max-width: 100%;
}
main#site-content {
    margin-top: 88px;
    padding: 75px 0px 30px;
}
.description p{
	font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
	font-family: Gotham;
    margin-bottom: 15px;
}
.blogitem-text h2 {
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 22px;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}
.blogitem-text h2 a{
	color: #000;
	text-decoration: none;
}
.blogitem {
    margin-bottom: 35px;
}
.blogitem-foot a{
	text-decoration: none;
	color: #000;
}
/*
.storycontent img {
    max-width: 100%;
    margin: 15px 0px;
    height: 275px;
    object-fit: cover;
}
*/
.blogitem .item-head img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.pagination .nav-links {
    margin-right: 20px;
}
.pagination {
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: center;
}
.screen-reader-text{
	display: none;
}
.page-numbers {
    background: #f5f5f5;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    color: #000;
    text-decoration: none;
    border-radius: 100%;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
}
.current{
	background: #178de6;
	 color: #fff;
}
/****css-9-07-2024**/


@media(min-width: 320px) and (max-width:767px){
	.postheding {
    background: #124d98;
    padding: 75px 0px;
    margin-top: 60px;
}
	.storytitle h1 {
    font-size: 30px;
  
}
	.storycontent {
    padding: 50px 0px;
}
	main#site-content {
    margin-top: 25px;
    padding: 75px 0px 20px;
}
}

@media(min-width: 768px) and (max-width:991px){
	.storytitle h1 {
    font-size: 32px;
 }
	.postheding {
    margin-top: 65px;
    padding: 75px 0px;
   
}
	main#site-content {
    margin-top: 26px;
    padding: 75px 0px 20px;
}
}
@media(min-width:992px) and (max-width:1199px){
	.postheding {
      margin-top: 65px;
}
	main#site-content {
    margin-top: 50px;
    padding: 75px 0px 20px;
}
}



/*flipbook*/
.flipbook-section {
  padding: 70px 15px;
}
.flipbook-section h2 {
  font-size: 38px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 2%;
}
.flipbook-section #flbk {
  border: 1px solid lightgray;
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .flipbook-section {
    padding: 20px 15px;
  }
  .flipbook-section h2 {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .flipbook-section #flbk {
    border: 1px solid lightgray;
    width: 100%;
    height: 400px;
  }
}


/* 05-11-2025 FW CSS */

@media only screen and (max-width:767px){
    .mtw-team .meet-the-team {
        display: block !important;
    }
    .mtw-team .title h2{
         font-size: 28px !important;
    }
    .mtw-secI h2{
        font-size: 28px !important;
        padding-bottom: 20px;
    }
    .mtw-secII h2{
        font-size: 28px !important;
    }
    .mtw-secII h2 span{
        display: contents;
    }
    .fdbkfrm{
        width: 100%;
        padding: 15px;
    }
    .fdbkfrm .en-inptflds{
        display: block;
    }
    .fdbkfrm .en-inptflds label{
        width: 100%;
    }
    .cgintro .bdycpy h2{
         font-size: 28px !important;
    }
    .exp-block .icon-text img {
        max-width: 70px; 
        height: 70px;
    }
}

@media only screen and (max-width: 922px){
     .mtw-team .title h2{
         font-size: 36px;
    }
    .mtw-secI h2{
        font-size: 36px;
        padding-bottom: 20px;
    }
    .mtw-secII h2{
        font-size: 36px;
    }
}

@media only screen and (max-width: 1024px)
{
     .mtw-team .title h2{
         font-size: 38px;
    }
    .mtw-secI h2{
        font-size: 38px;
        padding-bottom: 20px;
    }
    .mtw-secII h2{
        font-size: 38px;
    }
}


.exp-block .items>img{
    width: 101%!important;
}
/* MOBILE FIX – KEEP MENU TOGETHER & SEARCH OUTSIDE */
@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;
    }
}
