.inside-page .grid-view {
    display: grid;
}
 .inside-page .grid-view {
    grid-template-columns: repeat(3, 1fr) !important;
}

@media screen and (min-width: 992px) {

    /* Hoverable dropdown menu */
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    /* Mega menu styles */
    .megamenu {
        position: static !important;
    }

    .megamenu-content {
        width: auto;
        padding: 10px 10px;
        border: none;
        border-radius: 8px !important;
        transition: .2s ease-in-out;
        display: block;
        visibility: hidden;
        top: 150%;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        z-index: -1;
    }

    .megamenu:hover .megamenu-content {
        top: calc(100% - 20px);
        transition: .2s ease-in-out;
        visibility: visible;
        z-index: 1;
    }

    .megamenu-content h6 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
        padding: .5rem;
        margin-bottom: 0;
    }

    .megamenu-content li {
        padding: 0 !important;
    }

    .megamenu-content li a {
        border-radius: 4px;
        padding: .5rem;
        font-weight: 400;
        text-wrap: wrap;
        font-size: 12px;
        font-family: var(--bs-body-font-family);
    }

    /* Animated hover effect */
    .nav-link {
        position: relative;
        transition: all 0.3s ease;
        font-weight: 500;
    }

    .nav-link::before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #007bff;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
    }
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199px) {
    .navbar {
        --bs-navbar-nav-link-padding-x: .5rem;
    }
}

@media screen and (max-width: 1024px) {
    .row.g-4.motchPoints-row {
        width: 100%;
    }

    .motionSec button.owl-prev {
        left: 80% !important;
    }

    .motchTrip .owl-nav {
        right: -100px !important;
        top: -100px;
    }

    .motchTrip-para {
        width: 530px;
    }

    .hero-section .cta-button {
        flex-wrap: wrap;
        gap: 10px;
    }

    .motchFest .owl-carousel .owl-nav {
        bottom: 94%;
    }
    .inside-page .grid-view {
    grid-template-columns: repeat(2, 1fr) !important;
  }

}

@media screen and (max-width: 991px) {

    .container {
        max-width: 100% !important;
    }

    ul.dropdown-menu.megamenu-content.show h6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .saveSubscribePrice {
        margin-right: 0;
    }

    .customNav .nav-link {
        border: solid 1px rgb(206 212 218);
        margin-top: 10px;
        border-radius: 6px;
        padding: 10px;
        background-color: #f5f5f5;
        font-weight: 600;
    }

    .customNav .megamenu-content a.dropdown-item {
        font-size: 12px;
    }

    .customNav .nav-link::after {
        right: 15px;
    }

    .navbar-nav li a.cotoMenu img {
        position: relative;
        left: 10px;
        top: -3px;
        height: 20px;
        transform: scale(1.5);
    }

    .search-button {

        padding: 10px 10px;

    }

    .search-list li {
        flex: 1 1 calc(50% - 15px) !important;

    }

    .featureSec {
        margin-top: 0px !important;
    }

    .unMoSec .orange-light-inner {
        padding-left: 10px !important;
        display: flex;
        flex-direction: column-reverse;
    }

    .subscribeSaveSec {

        background-size: cover;
    }

    ul.mainLinks {
        margin-bottom: 20px !important;
    }
    .main-navigation .nav-menu {
    top: 215px !important;
    width: 100% !important;
}
.navbar {
    position: inherit !important;
}
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 25px;
    }
    .main-navigation .nav-menu {
    top: 180px !important;
    }
    .hero-section {
        border-radius: 30px 30px 0px 0px;
    }

    .owl-nav {
        display: none !important;
    }

    .motionSec .owl-carousel .owl-nav,
    .instaSec .owl-carousel .owl-nav {
        display: none !important;
    }

    .adBnrCont {
        margin: auto;
        margin-bottom: 0px;
    }

    .saleStckerCir {
        display: none;
    }

    .heroSecCont {
        height: 270px;

    }

    .adBnrCont h2 {
        font-size: 16px;
    }

    .adBnrCont h1 {
        font-size: 36px;
    }

    .heroSecCont {
        height: auto;
    }

    .search-widget {
        position: unset;
        margin-top: 30px;
    }

    .featureSec {
        margin-top: 0px !important;
    }

    .subscribeSaveSec {
        background-image: none;
        margin-bottom: 0px !important;
    }


    .motchTrip-para,
    .row.g-4.motchPoints-row {
        width: 100% !important;
        margin: auto;
    }

    .inside-page .grid-view {
    grid-template-columns: 1fr !important;
  }

}