

@media (min-width:1920px) and (max-width: 2000px){
    footer.scenic-footer::before {
    position: absolute;
    width: 30%;
    height: 102%;
    top: 120px;
    right: 100px;
    content: "";
    background-image: url(https://mwspl.in/african-scenic-safaris-v2/assests/images/ScenicChettah-footer.png) !important;
    background-size: cover;
    background-position: center;
    display: block;
    opacity: 0.1;
    filter: brightness(0) invert(1);
}
ul.over_ass_btn_list {
    width: 46%;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
}
section.hero_sec img {
    margin-top: 0px;
}
    .safari-ascenic-faq-pic {
    width: 100%;
    position: relative;
    padding: 0px 0px 750px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.copy-write-sec-conte p {
    text-align: center;
    font-size: 14px;
    padding: 0px;
    margin: 0;
}
ul.contion-policy li a {
    font-size: 15px;
    text-decoration: none;
}
.itineray-ass-tab-right {
    width:50%;
    position: relative;
}
.itineray-ass-tab-list-itm {
    width: 65%;
    position: relative;
}

/*Big screen Responsive End Here*/

}

/*Extra Big Size*/

@media (min-width:2000px) and (max-width: 2285px){
footer.scenic-footer::before {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 130px;
    right: 310px;
}
.copy-write-sec-conte p {
    text-align: center;
    font-size: 14px;
    padding: 0px;
    margin: 0;
}
ul.contion-policy li a {
    font-size: 16px;
    text-decoration: none;
}
.itineray-ass-tab-right {
    width:50%;
    position: relative;
}
.itineray-ass-tab-list-itm {
    width: 65%;
    position: relative;
    margin: 0px;
}






}

@media (min-width:2285px) and (max-width: 22560px){
footer.scenic-footer::before {
    position: absolute;
    width: 24%;
    height: 100%;
    top: 130px;
    right: 445px;
}
.copy-write-sec-conte p {
    text-align: center;
    font-size: 14px;
    padding: 0px;
    margin: 0;
}
ul.contion-policy li a {
    font-size: 16px;
    text-decoration: none;
}
.itineray-ass-tab-right {
    width:50%;
    position: relative;
}
.itineray-ass-tab-list-itm {
    width: 65%;
    position: relative;
}




}


@media (min-width:1600px) {
  .africa-megha-menu {
    width: 100% !important;
    margin: 0 auto;
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    opacity: 0;
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 50px;
    transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
    z-index: 5;
    border-top: 2px solid #dcc8c8;
    height: 780px; /* Bigger visible height */
  }

  .scenic-main-hed-list li:hover > .africa-megha-menu {
    opacity: 1;
    max-height: 9700px;
    min-height: 780px; /* Match the larger height */
    padding: 30px 50px;
  }
}

