.mega_menu_inner {
  width: 300px;
  /* font-family: Arial, sans-serif; */
}

.mega_menu_inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega_menu_inner li {
  position: relative;
}

.mega_menu_inner .StateClass a {
  display: block;
  /* padding: 10px; */
  text-decoration: none;
  background: #f0f0f0;
  color: #333;
  /* border: 1px solid #ddd; */
  /*  */

}
.acc-header .nav-bar .nav-item .sub-list .mega_menu_inner li a,
.acc-header .nav-bar .nav-item .sub-list .mega_menu_inner .finland-left-sub-hover a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    color: #333;
    padding: 0px 0;
    display: block;
}
.sub-hover li, .sub-child-hover li {
    font-size: 16px;
    border-bottom: 1px solid #cccccc5e;
    transition: 0.3s ease all;
    padding: 10px 10px 10px;
    cursor: pointer;
}
/* .mega_menu_inner a:hover {
  background: #dcdcdc;
} */

/* Hide submenus by default */
.mega_menu_inner ul.sub-hover,
.mega_menu_inner ul.sub-child-hover{
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1000;
}

/* Show submenu on hover */
.mega_menu_inner li:hover > ul.sub-hover,
.mega_menu_inner li:hover > ul.sub-child-hover {
  display: block;
  /* padding: 10px; */
  text-decoration: none;
  background: #f0f0f0;
  color: #333;
  border: 1px solid #ddd;
}

/* First level submenu */
.mega_menu_inner ul.zone-resorts {
  top: 0;
  left: 30%;
}

/* Second level submenu */
.mega_menu_inner ul.sub-child-hover {
  top: 0;
  left: 100%;
}

/* 3 */
.mega_menu_inner ul.zone-resorts.international-left-sub-hover {
    top: 0;
    left: -67%;
}
.mega_menu_inner .international-left-sub-hover ul.sub-child-hover {
    top: 0;
    left: -186%;
}
/* 4 */
/* .mega_menu_inner {
  width: 300px;
  font-family: Arial, sans-serif;
}

.mega_menu_inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega_menu_inner li {
  position: relative;
} */

/* .mega_menu_inner a {
  display: block;
  padding: 10px;
  text-decoration: none;
  background: #f0f0f0;
  color: #333;
  border: 1px solid #ddd;
} */

/* .mega_menu_inner a:hover {
  background: #dcdcdc;
} */

/* Hide submenus by default */
.mega_menu_inner .finland-left-sub-hover ul.sub-hover {
  display: none;
  position: absolute;
  top: 0;
  left: -125%;
  min-width: 250px;
  z-index: 1000;
}
.mega_menu_inner .swedan-left-sub-hover ul.sub-hover {
    display: none;
    position: absolute;
    top: 0;
    left: -85%;
    min-width: 250px;
    z-index: 1000;
}
.mega_menu_inner .spane-left-sub-hover ul.sub-hover {
    display: none;
    position: absolute;
    top: 0;
    left: -89%;
    min-width: 250px;
    z-index: 1000;
}
/* Show submenu on hover */
.mega_menu_inner .finland-left-sub-hover li:hover > ul.sub-hover {
  display: block;
   text-decoration: none;
  background: #f0f0f0;
  color: #333;
  border: 1px solid #ddd;
}

/* Optional: make top-level items inline for horizontal layout */
.mega_menu_inner > ul > li {
  position: relative;
}

/* Optional: style for terrain-menu-cls */
.mega_menu_inner .terrain-menu-cls {
  /* background-color: #e8f4fc; */
  /* font-weight: 500;
  font-size: 16px;
  font-family: Arial, sans-serif; */
}

/* For deeper levels (third-level menus) */
/* .mega_menu_inner .finland-left-sub-hover ul.sub-hover ul.sub-hover {
  top: 0;
  right: -105%; 
} */
.mega_menu_inner .finland-left-sub-hover a {
  display: block;
  padding: 10px;
  text-decoration: none;
  background: #f0f0f0;
  color: #333;
  /* border: 1px solid #ddd; */
}
.acc-header .nav-bar .nav-item .sub-list .link-content .mega_menu_inner li {
    /* font-weight: 600; */
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    display: block;
    color: #000;
    /* margin-bottom: 16px; */
}
/*  */
 .menu_inner li {
    border-bottom: 2px solid rgb(0 0 0 / .1);
}
.mega_menu_inner ul.international_border_bottom li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
/* .sub-hover, .sub-child-hover {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    box-shadow: 0 3px 11px 5px rgb(0 0 0 / .06);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
    z-index: 1;
    max-width: 230px;
    width: 100%;
} */

 /*experience   */
 .link-content .mega_menu_inner .resort_heading {
    text-transform: capitalize;
} 
.acc-header .nav-bar .nav-item .sub-list .img-box {
    width: 20% !important;
}
.acc-header .nav-bar .nav-item .sub-list .link-content {
    width: 20% !important;
    padding: 0 24px;
}
.sub-hover>li:hover>ul {
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    max-height: 270px;
}
 /*  */
 @media (min-width: 1200px) {
    .link-content .mega_menu_inner .resort_heading {
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .mob-menu .link {
        text-align: left;
        width: 100%;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #ccc;
        padding: 10px 30px 10px 30px !important;
        font-size: 18px !important;
        letter-spacing: 2px;
        line-height: 1.5;
        color: #000;
        font-family: 'Poppins', sans-serif;
        margin: 0;
        top: -4px !important;
        position: relative;
        font-weight: 700;
    }
        .mob-menu .ac .ac-trigger {
        margin: 0;
        padding: 0 30px 10px !important;
        border: 0;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 1.5;
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        border-bottom: 1px solid #ccc;
        /* padding: 8px; */
        font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;
    font-size: 18px !important;
    }
    .ac .ac-trigger:after {
    content: "+";
    text-align: center;
    width: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 330px !important;
    font-size: 21px;
}
.mega_menu div p a {
        font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #000;
}
.mega_menu_inner p {
    margin: 15px 0px 5px 0px;
}
}
@media (min-width: 768px) {
    .mega_menu_inner ul li:hover a, 
    .acc-header .nav-bar .nav-item .sub-list .link-content .mega_menu_inner ul li:hover  {
        color: #149fcb !important;
    }
    /* experience */
    .link-content.experience{
    width: 25% !important;
    }
    .link-content .mega_menu_inner a:hover  {
        color: #149fcb !important;
    }
      .link-content .mega_menu_inner .resort_heading {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        margin-bottom: 5px;
        display: block;
        color: #000;
        font-size: 15px;
    }
    /*  */
        /* .plus-minus {
        position: absolute;
        right: 30px;
        top: 0;
        width: 12px;
        height: 12px;
        cursor: pointer;
    }
        .plus-minus::before, .plus-minus::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background: #2abbdd;
    }
        .plus-minus::after {
        left: 0;
        top: 0;
        transform: rotate(90deg);
    } */
}
@media (max-width: 768px) {
   
        .plus-minus {
        position: absolute;
        right: 30px;
        top: 0;
        width: 12px;
        height: 12px;
        cursor: pointer;
    }
        .plus-minus::before,.plus-minus::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background: #2abbdd;
        /* content: '';
    position: absolute;
    right: 25px;
    top: -2px;
    background: url(../images/spriteimg.png?v1) -147px -251px;
    height: 22px;
    width: 18px; */
    }
     /* .plus-minus::after {
       
        content: '';
    position: absolute;
    right: 25px;
    top: -2px;
   background: url(../images/spriteimg.png?v1) -102px -251px;
    height: 22px;
    width: 18px;
    } */
        .plus-minus::before {
        left: 0;
        top: 0;
        transform: rotate(90deg);
         /* transform: rotate(180deg); */
    }
    .plus-minus::after {
        left: 0;
        top: 0;
        /* transform: rotate(90deg); */
         transform: rotate(180deg);
    }
    .menu_inner li {
        margin-bottom: 20px;
    }
      .menu_inner div a {
        margin: 15px 0px 5px 30px;
        position: relative;
        top: -8px;
        width: 75%;
    }
        header .nav_mobile .menu_inner ul li a {
        /* margin-bottom: 30px; */
        margin-bottom: 0px;
        padding: 0 0 0px 30px;
        position: relative;
        top: -12px;
    }
    .mega_menu_inner li.active-li .sub-hover {
        height: auto;
        opacity: 1;
        visibility: visible;
        width: 100%;
        max-width: 100%;
        margin: 10px 0 0 0;
    }

    /*  */
    .zone-resorts-mob,
.sub-child-hover {
  display: none;
  position: relative !important;
  margin-top: 10px !important;
}
.mega_menu_inner ul.sub-hover, .mega_menu_inner ul.sub-child-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    /* min-width: 200px; */
    width: 100%;
    z-index: 1000;
}
.zone-resorts-mob,
.sub-child-hover {
  transition: all 0.3s ease;
}
.link-cotainer.mob-menu {
    padding: 20px 0px !important;
}
.mega_menu_inner {
    width: 100%;
}
    .mob-menu .mega_menu {
        padding: 8px 0px !important;
        border-bottom: 1px solid #ccc;
        margin-bottom: 16px;
    }
    .mega_menu_inner li:hover > ul.sub-hover,
.mega_menu_inner li:hover > ul.sub-child-hover {
  display: block;
  padding: 10px 0 0 0;
  text-decoration: none;
  background: none;
  color: #333;
  border: 1px solid #ddd;
}
.sub-hover li, .sub-child-hover li {
    font-size: 16px;
    border-bottom: 1px solid #cccccc5e;
    transition: 0.3s ease all;
    padding: 10px 0px 10px;
    cursor: pointer;
}
  
  .mega_menu div a {
        margin: 15px 0px 5px 30px;
        position: relative;
        top: -8px;
        width:75%;
        font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
#experienceHeaderMob .mega_menu_inner li {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(0 0 0 / .1);
}
header .nav_mobile .menu_inner ul li a {
        /* margin-bottom: 30px; */
        margin-bottom: 0px;
        padding: 0 0 0px 30px;
        position: relative;
        top: -12px;
    }
    header .nav_mobile .menu_inner>ul>li>a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.mega_menu div ul a {
        margin: 15px 0px 5px 50px;
        position: relative;
        top: -8px;
        width: 75%;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
    .mega_menu-exp div a {
        margin: 15px 0px 5px 30px;
        position: relative;
        top: -8px;
        width: 75%;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: #333;
    }
    .mega_menu-exp .col-12 {
    margin-bottom: 10px;
}
#experienceHeaderMob .mega_menu_inner ul li:last-child {
        margin-bottom: 0 !important;
        border-bottom: 0 !important;
    }
    span.plus-minus.coll-apse-pm {
    top: 10px;
}
/* .mega_menu_inner ul li.has_submenu.activted>a:after {
    background: url(../images/spriteimg.png?v1) -102px -251px;
}

.mega_menu_inner ul li.has_submenu>a:after {
    content: '';
    position: absolute;
    right: 25px;
    top: -2px;
    background: url(../images/spriteimg.png?v1) -147px -251px;
    height: 22px;
    width: 18px;
} */
 /* .plus-minus {
  position: absolute;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.plus-minus::before,
.plus-minus::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #2abbdd;
  transform: translateY(-50%);
}

Vertical line for plus
.plus-minus::after {
  transform: rotate(90deg) translateY(-50%);
}


.plus-minus.minus::after {
  display: none;
} */


    .sub-child-hover li a{
display: inline-block;
    }
.sub-hover li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.last-child-punjab {
          border-bottom: none !important;
        margin-bottom: 0 !important;
}
ul.sub-child-hover li a {
     margin: 0px 0px 0px 50px;
    position: relative; 
    /* top: -3px; */
    /* left: -52px; */
}
/*  */
.plus-minus {
  position: absolute;
  width: 12px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
}

.plus-minus::before,
.plus-minus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2abbdd;
  transform: translateY(-50%);
}

/* Horizontal line (always visible) */
.plus-minus::after {
  transform: rotate(0deg);
}

/* Vertical line (visible for +) */
.plus-minus::before {
  transform: rotate(90deg);
}

/* When expanded, hide vertical line = show − */
.plus-minus.expanded::before {
  display: none;
}


}