/* @import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Kaisei+Tokumin&family=Marko+One&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Kaisei+Tokumin&family=Kavoon&family=Marko+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montenegrin+Gothic+One&family=Roboto:ital,wght@0,100..900;1,100..900&family=Young+Serif&display=swap');

@font-face {
    font-family: "Elicit";
    src: url("./fonts/Elicit Script.ttf") format("truetype");
    font-display: swap;
}

.new_home_bg {
    min-height: 100%;
    width: 100%;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 1px;
}

.iconIMage{
    transform: translateY(12%);
}

.font_mont{
      font-family: "Montenegrin Gothic One", serif;

}

#playButton{
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translateX(-50%);
    border: none;
    outline: none;
    scale: 1.5;
    width: 60px;
    height: 60px;
    background-image: url("./new-design/play1.png");
    background-size: 100% 100%;
    background-color: transparent;
}

.new_home_header {
    width: 100%;
    min-height: 100vh;
    background-image: url('./new-design/homeheaderbg.webp');
    background-size: cover;
    margin-top: -208px;
    padding-top: 300px;
}

.questListHeaderBg {
    background-image: url('./new-design/questListBg.webp');
    min-height: 1000px;
}

.questDetailsPage {
    background-image: url('./new-design/quest_details_bg.webp');
}

.QUEST_details_content_wrap {
    width: 100%;
    min-height: 100vh;
    background-image: url('./new-design/quest_details_paper.webp');
    background-size: 100% 100%;
    margin-top: 300px;
    position: relative;
}

.quest_characteristics_wrap {
    width: 80%;
    height: 550px;
    background-image: url('./new-design/StoneBackImage.webp');
    background-size: 100% 100%;
    display: block;
    margin: auto;
    transform: translateY(-230px);
    position: relative;
    z-index: 10;
    padding: 0 5%;
    padding-top: 330px;
}

.scanrio_cover_image {
    width: 35%;
    height: 215px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -165px;
    object-fit: cover;
    z-index: 1;
}



.char_box {
    width: 100%;
    height: 100px;
    background-image: url('./new-design/durationBox.webp');
    background-size: 100% 100%;
    /* border: 1px solid red; */
    font-family: "Kavoon", serif;
    color: #2F1700;
    padding-left: 37%;
    padding-right: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    text-transform:uppercase;
}

.citybox {
    background-image: url('./new-design/city.webp');
    scale: 1.1;
}

.agebox {
    background-image: url('./new-design/age.webp');
}

.difficultybox {
    background-image: url('./new-design/difficulty.webp');
}

.categorybox {
    background-image: url('./new-design/category.webp');
}

.distancebox {
    background-image: url('./new-design/distance.webp');
}

.new_country_custom_dropdown_wrap {
    width: 270px;
    height: 50px;
    position: relative;
}

.new_quest_description {
    width: 80%;
    margin: auto;
    font-family: "Inria Serif", serif;
    line-height: 1.5;
    margin-top: -120px;
}

.new_quest_description h1 {
    font-family: "Kavoon", serif;
    text-align: center;
    margin-bottom: 20px;

}

.new_quest_description h2 {
    text-align: center;
    margin-bottom: 20px !important;
}

.new_quest_description .my-1 {
    margin-bottom: 20px !important;
}

.new_quest_description p {
    font-size: 19px;
}

.selected_country_box {
    width: 100%;
    height: 50px;
    background-image: url('./new-design/1Blue Button 1.png');
    background-size: 100% 100%;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    align-items: center;
    color: #FEC969;
    font-size: 19px;
}

.country_inner_list_wrap {
    width: 90%;
    min-height: 60px;
    max-height: 150px;
    background-image: url('./new-design/countrybox.png');
    background-size: 100% 100%;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E8DCC6;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-bottom: 10px;
    overflow-y: scroll;
    z-index: 2;
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #FBE08D transparent;
}

/* WebKit browsers (Chrome, Safari, Edge, Opera) */
.country_inner_list_wrap::-webkit-scrollbar {
    width: 4px;
    /* very thin */
}

.country_inner_list_wrap::-webkit-scrollbar-track {
    background: transparent;
}

.country_inner_list_wrap::-webkit-scrollbar-thumb {
    background-color: #FBE08D;
    border-radius: 10px;
}

.country_inner_list_wrap::-webkit-scrollbar-thumb:hover {
    background-color: #f5cf5e;
    /* slightly darker yellow on hover */
}

.zoom_in_out {
    width: 100%;
    max-width: 800px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    overflow: hidden;
    position: relative;
    touch-action: none;
    cursor: grab;
}

.zoom_in_out::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./new-design/mapFrame.webp");
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}

.zoom_in_out.dragging {
    cursor: grabbing;
}

.zoom_in_out img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}

.country_list_box {
    width: 95%;
    min-height: 40px;
    margin: auto;
    padding-left: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    transition: 0.3s ease-in-out;
}

.country_list_box:hover {
    background-color: #FBE08D;
    cursor: pointer;
}

.country_list_box:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.caret_down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FEC969;
    display: inline-block;
}

.mq-gold-divider {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.new_heading_1 {
    font-size: 2.5rem;
    margin: 0;
    -webkit-text-stroke: 1px black;
    text-align: center;
    color: #FEC969;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
        -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: "Marko One", serif;
}

.new_home_header_description {
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
        -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: "Kaisei Tokumin", serif;
    text-align: center;
    font-size: 1.5rem;
    color: white;
    margin-top: 20px;
}


.howToPlayNewWrap {
    width: 100%;
    min-height: 400px;
    background-image: url('./new-design/howtoplaybg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top: 70px;
    padding-bottom: 50px;
    padding-top: 30px;
}

.challangeBg {
    background-image: url("./new-design/challangeBg.webp");
    background-size: 100% 100%;
    min-height: 850px;
}

.challangeContent {
    width: 100%;
    min-height: 800px;
    background-image: url("./new-design/challangeContent.webp");
    background-size: 100% 100%;
    margin-top: -250px;
    padding-top: 90px;
    font-family: "Inria Serif", serif;
}


.myClassPoint{
     /* font-family: "Inria Serif", serif; */
     /* font-weight: bold; */
}

.QuestListContent {
    width: 100%;
    min-height: 800px;
    background-image: url("./new-design/desktopQuestList.webp");
    background-size: 100% 100%;
    margin-top: -250px;
    padding-top: 90px;
    font-family: "Inria Serif", serif;
}

.contentTopButton {
    width: 280px;
    height: 60px;
    background-image: url("./new-design/Button with helm.webp");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FEC969;
    margin: auto;
    letter-spacing: 1px;
}

.mq-steps-heading-wrap {
    width: 600px;
    height: 100px;
    background-image: url('./new-design/Heading Frame 1.webp');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 20px;
    font-family: "Inria Serif", serif;
    font-weight: 800;
}

.newHowToPlayStep {
    width: 100%;
    min-height: 400px;
    background-color: rgb(163, 123, 73, 0.4);
    border: 2px solid rgb(67, 46, 18, 0.4);
    border-radius: 15px;
    /* background-image: url('./new-design/howtoplayCardbg.webp');
    background-size: 100% 100%; */
    font-family: "Inria Serif", serif;
    padding: 20px;
    margin-top: 20px;
}

.homeCharacter {
    width: 500px;
}

.home_card_icons {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.mq-cta {
    position: relative;
    margin-top: -80px;
    z-index: 2;
}

.homeQuestBtn {
    width: 250px;
    height: 55px;
    background-image: url('./new-design/button11.png');
    background-size: 100% 100%;
    color: #FEC969;
    font-family: "Inria Serif", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    background-color: transparent;
    outline: none;
    border: none;
    margin: auto;
    transition: all 0.3s ease;
}

.homeQuestBtn1 {
    width: 200px;
    height: 45px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.homeQuestBtn11{
    background-image: url("./new-design/1Blue\ Button\ 1.png");
}

.homeQuestBtn:hover {
    color: #Ffff;
}

.stepCircle {
    width: 55px;
    height: 55px;
    background-image: url('./new-design/circle.webp');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.4rem;
    line-height: 0px;
    margin: auto;
}

.homeCtaBtn {
    width: 250px;
    height: 55px;
    background-image: url('./new-design/Blue%20Button%201.webp');
    background-size: 100% 100%;
    color: #FEC969;
    font-family: "Inria Serif", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.new_home_testimonials_wrap {
    width: 100%;
    min-height: 400px;
    background-image: url('./new-design/faq_bgg.webp');
    background-size: 100% 100%;
    margin-top: -20px;
    padding-bottom: 50px;
    padding-top: 30px;
}

.homeEscapeGameWap {
    width: 100%;
    min-height: 400px;
    background-image: url('./new-design/escapegame.webp');
    background-size: 100% 100%;
    margin-top: -20px;
    padding: 100px 0%;
    font-family: "Elicit", serif;
    color: #000;
    text-align: center;
}

.homeChallangeWrap {
    width: 100%;
    min-height: 400px;
    background-image: url('./new-design/homeChallangeBg.webp');
    background-size: 100% 100%;
    margin-top: -20px;
    padding-bottom: 25px;
    font-family: "Inria Serif", serif;
    padding-top: 30px;
}

.boat_ship_wrap {
    width: 100%;
    min-height: 400px;
    padding: 100px 10%;
    background-image: url('./new-design/1111.webp');
    background-size: 100% 100%;
    text-align: center;
    font-family: "Elicit", serif;
    color: white;
}

.boat_ship_wrap p {
    font-size: 1.5rem;
}

.boat_ship_wrap h3 {
    font-size: 2rem;
}

.homeWheel {
    width: 70px;
    height: 70px;
    background-image: url('./new-design/Helm 1.webp');
    background-size: 100% 100%;
    color: #FEC969;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Inria Serif", serif;
    margin: auto;
}

.wheelBOx {
    width: 300px;
    height: 60px;
    background-image: url('./new-design/Blue Button 1.webp');
    background-size: 100% 100%;
    color: #FEC969;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Inria Serif", serif;
    margin: auto;
    margin-top: 20px;
}

.newHeading_1 {
    color: #FEC969;
    font-size: 2rem;
    text-align: center;
}

.escapeCardWrap {
    width: 100%;
    height: 400px;
    background-image: url('./new-design/advantageFrame.png');
    background-size: 100% 100%;
    padding: 0 10%;
    padding-top: 130px;
    font-weight: 600;
    position: relative;
}
.escapeCardWrap img{
   width: 65%;
   top: -10px;
   left: 50%;
   transform: translateX(-50%);
   position: absolute;
   object-fit: contain;

}

.escapeTwo1 {
    background-image: url('./new-design/02.png');
}

.escapeThree1 {
    background-image: url('./new-design/03.png');
}

.escapeFour1 {
    background-image: url('./new-design/04.png');
}

.escapeFive1 {
    background-image: url('./new-design/05.png');
}

.homeScanriosWrap {
    width: 100%;
    min-height: 500px;
    background-image: url('./new-design/scenariosbg.webp');
    background-size: 100% 100%;
    font-family: "Inria Serif", serif;
    padding: 20px 15%;
    margin-top: -20px;
    /* padding: ; */
}

.newTestimonialsSlick {
    width: 70%;
    margin: 50px auto;
}

.advantages-description p,
.advantages-last-description p {
    font-size: 22px;
}

.newHomeBlogsWrap {
    width: 100%;
    min-height: 500px;
    background-image: url('./new-design/Bg2222.webp');
    background-size: 100% 100%;
    margin-top: -20px;
    padding-bottom: 80px;
    padding-top: 30px;
}

.newhomeBlogCard {
    width: 350px;
    height: 350px;
    border-radius: 15px;
    border: 2px solid #E8DCC6;
    overflow: hidden;
    background-color: #E8DCC6;
    display: block;
    margin: auto;
    margin-top: 30px;
}
.newhomeBlogCard h5{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.new_home_header_description p{
    text-align: center !important;
}

.homeNewFaqWrap {
    width: 100%;
    min-height: 400px;
    background-image: url('./new-design/faq_bgg.webp');
    background-size: 100% 100%;
    margin-top: -20px;
    position: relative;
    padding-bottom: 50px;
    padding-top: 30px;
}

#subscribeEmail{
    text-align: center;
}

.newBlueBar {
    width: 300px;
    height: 55px;
    margin: auto;
    background-image: url('./new-design/Button with helm.webp');
    background-size: 100% 100%;
    color: #FEC969;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.newBlueBar1 {
    width: 300px;
    height: 60px;
    background-image: url('./new-design/Button with helm.webp');
    background-size: 100% 100%;
    color: #FEC969;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonHover {
    transition: 0.3s ease-in-out;
}

.buttonHover:hover {
    scale: 1.05;
    cursor: pointer;
}

.magnifierNewGlass {
    width: 300px;
    position: absolute;
    bottom: -150px;
    left: 10%;
    z-index: 10;
}

.bottomMap {
    width: 250px;
    position: absolute;
    bottom: 150px;
    right: 5%;
    z-index: 10;
}

.newBlueAboutWrap {
    width: 100%;
    min-height: 500px;
    background-image: url('./new-design/Blue Bg 1.webp');
    background-size: 100% 100%;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    padding: 60px 0;
    text-align: center;
    font-family: "Inria Serif", serif;
}

.BlueAreaHome{
   margin-top: -70px; 
}

.bottomLogoAbout {
    display: block;
    width: 200px;
    margin: auto;
}

.newhomeBlogCard img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.homeQuestCardWrap {
    width: 350px;
    min-height: 400px;
    background-color: #FFF0C0;
    font-family: "Inria Serif", serif;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    position: relative;
    border-radius: 20px;
    padding: 5px;
    position: relative;
    z-index: 1;
    margin: auto;
}

.homeQuestCardWrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("./new-design/frame.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 2;
}

/* bump card content above the frame overlay */
.homeQuestCardWrap>* {
    position: relative;
    z-index: 2;
}

.contentBox1 {
    width: 100%;
    min-height: 200px;
    padding: 20px;
    font-family: "Inria Serif", serif;
    font-weight: 600;
}

.homeQuestImage {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.new_testimonial_card {
    width: 95%;
    max-width: 320px;
    min-height: 300px;
    background-color: rgb(163, 123, 73, 0.4);
    border: 2px solid rgb(67, 46, 18, 0.4);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    font-family: "Inria Serif", serif;
    margin: 0 auto;
    box-sizing: border-box;
}

.new_testimonial_card img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #FEC969;
    object-fit: cover;
}

.challangerBar {
    max-width: 80%;
    margin: auto;
}

.new_subscrbeFormWrap {
    width: 100%;
    min-height: 50px;
    padding: 10px;
    background-color: #301E0F;
    border: 2px solid #E8DCC6;
    border-radius: 50px;
    display: flex;
}

.new_subscrbeFormWrap input {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: none;
    outline: none;
    color: #E8DCC6;
}

.new_subscrbeFormWrap button {
    width: 200px;
    height: 40px;
    background-color: transparent;
    border: none;
    outline: none;
    color: #E8DCC6;
    background-image: url("./new-design/1Blue Button 1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.new_subscrbeFormWrap input::placeholder {
    color: #E8DCC6;
}

.new_footer {
    width: 100%;
    min-height: 250px;
    background-image: url('./new-design/footerbgg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 0;
    font-family: "Inria Serif", serif;
    color: #E8DCC6;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}



.textFrameWrap {
    width: 100%;
    min-height: 250px;
    background-image: url('./new-design/textFrame.webp');
    background-size: 100% 100%;
    position: relative;
    margin-top: 50px;
    padding: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.topBox {
    width: 290px;
    height: 50px;
    background-image: url('./new-design/1Blue Button 1.png');
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FEC969;
}

.equipment_wrap {
    width: 80%;
    min-height: 250px;
    padding: 30px;
    background-image: url('./new-design/equipment_wrap.webp');
    background-size: 100% 100%;
    display: block;
    margin: auto;
    margin-top: 50px;
}


.info_title {
    width: 100%;
    height: 50px;
    background-image: url('./new-design/infoTitle.webp');
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E6CCA2;
    font-family: "Inria Serif", serif;
    font-size: 17px;
    padding-bottom: 3px;
}

.new_paynowBtn {
    width: 280px;
    height: 60px;
    background-image: url('./new-design/Footer Button 1.webp');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    cursor: pointer;
    color: #C5FF8D;
    transition: 0.3s ease-in-out;
    font-family: "Inria Serif", serif;
    letter-spacing: 1px;
    padding-bottom: 3px;
}

.new_quest_details_slider_wrap {
    width: 90%;
    min-height: 400px;
    /* border: 1px solid red; */
    margin: auto;
}

.new_paynowBtn:hover {
    color: #fff;
}


.new_quest_title {
    text-align: center;
    position: absolute;
    top: -215px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 40%;
    font-family: "Inria Serif", serif;
    font-weight: 900;
    font-size: 30px;

    color: #E6CCA2;
    /* background: linear-gradient(180deg, #F5DFAE 0%, #E6C179 45%, #C79A4E 100%); */
    -webkit-background-clip: text;
    /* background-clip: text; */
    /* -webkit-text-fill-color: transparent; */

    -webkit-text-stroke: 1.5px #3B1D08;
    paint-order: stroke fill;

    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.6));
}

.equipment_heading {
    text-align: center;
    font-size: 30px;
    font-family: "Inria Serif", serif;
    font-weight: 700;
}

.newequipmentTitle {
    font-size: 20px;
    font-family: "Inria Serif", serif;
    font-weight: 700;
}


.font_inria {
    font-family: "Inria Serif", serif;
    color: #E8DCC6;
}

/* Dropdown list stays hidden until quest-list.blade.php's JS adds
   .is-open to the wrapper (click to open, click outside/select to close). */
.new_country_custom_dropdown_wrap .country_inner_list_wrap {
    display: none;
}

.new_country_custom_dropdown_wrap.is-open .country_inner_list_wrap {
    display: flex;
}

.new_country_custom_dropdown_wrap.is-open .caret_down {
    transform: rotate(180deg);
}

/* New quest-card slider (Owl Carousel) on the quest list page */
.newQuestCardsOwl {
    position: relative;
    margin-top: 20px;
    padding-bottom: 50px;
}

/* Owl's own CSS (loaded from the CDN in quest-list.blade.php's @section('styles'))
   normally puts items side by side via float. If that stylesheet is ever slow,
   cached wrong, or blocked, the cards fall back to stacking one per row —
   this reproduces the same side-by-side layout with flexbox so the slider
   looks right either way. */
.newQuestCardsOwl.owl-carousel {
    display: block;
}

.newQuestCardsOwl .owl-stage-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.newQuestCardsOwl .owl-stage {
    position: relative;
    display: flex;
}

.newQuestCardsOwl .owl-item {
    position: relative;
    flex: 0 0 auto;
}

.newQuestCardSlide {
    display: flex;
    justify-content: center;
    padding: 10px 0 30px;
}

.newQuestCardSlide .homeQuestCardWrap {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

/* Placeholder nav arrows — swap the images in assets/images/prev.png
   and next.png for the custom nav buttons whenever they're ready. */
.newQuestCardsOwl .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.newQuestCardsOwl .owl-nav button {
    pointer-events: all;
    background: none;
    border: none;
    padding: 0;
    margin: 0 -8px;
}

.newQuestCardsOwl .owl-nav img {
    width: 30px;
    height: auto;
}

.newQuestCardsOwl .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.newQuestCardsOwl .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(232, 220, 198, 0.4);
    display: block;
    transition: background 0.2s ease;
}

.newQuestCardsOwl .owl-dot.active span {
    background: #FEC969;
}

.sliderDot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #2F1700;
    background-color: #2F1700;
}

.sliderDot.inactive {
    background-color: transparent;
}

#quest_list_slider_dots .sliderDot{
    background-color: white;
    border: 1px solid white;
}
#quest_list_slider_dots .sliderDot.inactive{
    background-color: transparent;
    border: 1px solid white;
}

@media (max-width:1450px) {
  .newTestimonialsSlick {
    width: 90%;
    margin: 50px auto;
}
}
@media (max-width:1100px) {
    .homeScanriosWrap{
        padding: 20px 5%;
    }
}


@media (max-width: 992px) {
    .magnifierNewGlass {
        width: 200px;
        position: absolute;
        bottom: -130px;
        left: 5%;
        z-index: 10;
    }

    .info_title {
        font-size: 13px;
    }

    .new_quest_title {
        top: -210px;
        font-size: 22px;

    }

    .new_footer {
        background-size: cover;
        padding-top: 80px;
    }

    .quest_characteristics_wrap {
        width: 95%;
    }

    .scanrio_cover_image {
        width: 42%;
    }

    .char_box {
        font-size: 12px;
    }

    .escapeCardWrap {
        width: 300px;
        margin: auto;
        margin-bottom: 20px !important;
    }

    .homeScanriosWrap {
    padding: 20px 1%;
    padding-bottom: 100px;
}

.newTestimonialsSlick {
    width: 95%;
    margin: 20px auto;
}
}

@media (max-width: 768px) {
    .mq-steps-heading-wrap {
        width: 95%;
    }

    .newhomeBlogCard{
        height: auto;
        min-height: 380px;
    }
    .midContainer{
        height: auto;
    }

.escapeCardWrap img{
   width: 150px;
   top: -10px;
   left: 50%;
   transform: translateX(-50%);
   position: absolute;
   object-fit: contain;

}

    .accordion-header{
        height: auto !important;
    }

    .info_title {
        font-size: 10px;
    }

    .equipment_wrap {
        width: 95%;
        min-height: 250px;
        padding: 30px;
        background-image: url('./new-design/mobEqBg.webp');
    }

    .new_quest_title {
        top: -175px;
        font-size: 16px;
    }


    /* mobEqBg.webp */

    /* Paper_2 1.webp */

    .QUEST_details_content_wrap {

        background-image: url(./new-design/Paper_21.webp);

    }

    .quest_characteristics_wrap {
        height: 470px;
        padding-top: 276px;
        transform: translateY(-195px);
    }

    .quest_characteristics_wrap {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .scanrio_cover_image {
        height: 207px;
    }

    .char_box {
        font-size: 9px;
        height: 80px;
    }

    .challangeContent {
        background-image: url('./new-design/responsive1.png');
        padding-bottom: 40px;
    }

    .QuestListContent {
        background-image: url('./new-design/questlistresponsive.webp');
        padding-bottom: 40px;
    }

    .challangeBg {
        background-size: cover;
        background-position: top right;
    }

    .homeScanriosWrap {
        margin-top: 0px;
    }

    .bottomMap {
        width: 100px;
        position: absolute;
        bottom: 270px;
        right: 0px;
        z-index: 10;
        /* display: none; */
    }

    .newBlueAboutWrap {
        background-size: cover;
    }

    .homeNewFaqWrap {
        background-size: cover;
        padding-left: 10px;
        padding-right: 10px;
    }

    .magnifierNewGlass {
        width: 150px;
        position: absolute;
        bottom: -90px;
        left: 3%;
        z-index: 10;
    }

    .newBlueBar {
        width: 100%;
        height: 60px;
        margin: auto;
        background-image: url('./new-design/Button with helm.webp');
        background-size: 100% 100%;
        color: #FEC969;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .escapeCardWrap {
        max-width: 270px;
        margin: auto;
    }

    .mq-gold-divider {
        max-width: 90%;

    }

    .newHomeBlogsWrap {
        background-size: cover;
        background-position: center;
    }

    .homeEscapeGameWap {
        background-size: cover;
        background-position: center;
        padding: 200px 0;
        padding-bottom: 100px;
        max-width: 100%;
    }

    .homeCharacter {
        max-width: 90%;
    }

    .homeChallangeWrap {
        background-size: cover;
    }


    .boat_ship_wrap {
        background-size: cover;
    }

    /* The two filter dropdowns stack on narrow screens. Their option lists
       were position:absolute, floating over whatever sat below them —
       on mobile that meant the country list opening on top of the city
       box right underneath it. Switching the list to normal flow (static)
       and letting the wrapper grow (height:auto) means an open dropdown
       just pushes the rest of the page down instead of covering it. */
    .new_country_custom_dropdown_wrap {
        width: 100%;
        max-width: 320px;
    }

    .new_country_custom_dropdown_wrap.is-open {
        height: auto;
    }

    .new_country_custom_dropdown_wrap .country_inner_list_wrap {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
    }

        /* ── Testimonials Owl — flexbox stage override (matches scenarios pattern) ── */
        .newTestimonialsOwl.owl-carousel {
            display: block;
        }

        .newTestimonialsOwl .owl-stage-outer {
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .newTestimonialsOwl .owl-stage {
            position: relative;
            display: flex;
        }

        .newTestimonialsOwl .owl-item {
            position: relative;
            flex: 0 0 auto;
        }

        .newTestiSlide {
            display: flex;
            justify-content: center;
            padding: 10px 0 30px;
        }

        /* ── Testimonials Owl nav — positioned left/right of carousel ── */
        .newTestimonialsOwl.owl-theme {
            position: relative;
        }

        .newTestimonialsOwl.owl-theme .owl-nav {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            pointer-events: none;
            margin: 0;
        }

        .newTestimonialsOwl.owl-theme .owl-nav [class*='owl-'] {
            pointer-events: all;
            background: rgba(47, 23, 0, 0.6);
            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 -6px;
            color: #FEC969;
            font-size: 18px;
            line-height: 1;
        }

        .newTestimonialsOwl.owl-theme .owl-nav [class*='owl-']:hover {
            background: rgba(47, 23, 0, 0.9);
        }

        .newTestimonialsOwl.owl-theme .owl-nav [class*='owl-'] img {
            width: 20px;
            height: auto;
        }

        .newTestimonialsOwl.owl-theme .owl-nav .disabled {
            opacity: 0.3;
            cursor: default;
        }

        .newTestimonialsOwl.owl-theme .owl-dots {
            margin-top: 16px;
            text-align: center;
        }

        .newTestimonialsOwl.owl-theme .owl-dots .owl-dot span {
            background: rgba(232, 220, 198, 0.4);
            width: 10px;
            height: 10px;
        }

        .newTestimonialsOwl.owl-theme .owl-dots .owl-dot.active span {
            background: #FEC969;
        }

        /* ── Slick testimonials ── */
        .newTestimonialsSlick {
            padding: 0 40px;
        }

        .newTestimonialsSlick .slick-slide {
            padding: 10px 12px;
        }

        .newTestimonialsSlick .new_testimonial_card {
            width: 100%;
            max-width: 100%;
            margin: 0;
        }

        .newTestimonialsSlick .slick-prev,
        .newTestimonialsSlick .slick-next {
            width: 36px;
            height: 36px;
            z-index: 10;
        }

        .newTestimonialsSlick .slick-prev {
            left: 0;
        }

        .newTestimonialsSlick .slick-next {
            right: 0;
        }

        .newTestimonialsSlick .slick-prev:before,
        .newTestimonialsSlick .slick-next:before {
            display: none;
        }

        .newTestimonialsSlick .slick-prev img,
        .newTestimonialsSlick .slick-next img {
            width: 30px;
            height: auto;
        }

        .newTestimonialsSlick .slick-dots li button:before {
            color: #FEC969;
            font-size: 10px;
        }

        .newTestimonialsSlick .slick-dots li.slick-active button:before {
            color: #FEC969;
            opacity: 1;
        }

        /* ── Blog Slick slider ── */
        .newBlogSlick {
            padding: 0 50px;
            margin-top: 20px;
        }

        .newBlogSlick .slick-slide {
            padding: 0 10px;
        }

        .newBlogSlide .newhomeBlogCard {
            width: 100%;
            margin: 0;
        }

        .newBlogSlick .slick-prev,
        .newBlogSlick .slick-next {
            width: 36px;
            height: 36px;
            z-index: 10;
        }

        .newBlogSlick .slick-prev {
            left: 0;
        }

        .newBlogSlick .slick-next {
            right: 0;
        }

        .newBlogSlick .slick-prev:before,
        .newBlogSlick .slick-next:before {
            display: none;
        }

        .newBlogSlick .slick-prev img,
        .newBlogSlick .slick-next img {
            width: 30px;
            height: auto;
        }

        .newBlogSlick .slick-dots li button:before {
            color: #FEC969;
            font-size: 10px;
        }

        .newBlogSlick .slick-dots li.slick-active button:before {
            color: #FEC969;
            opacity: 1;
        }

    }