@media only screen and (max-width: 1559px) {
    /* Add styles here if needed for this breakpoint */
}

@media only screen and (max-width: 1199px) { 
    .or_header--nav ul {
        gap: 15px;
    }
    .search-box input[type="text"] {
        width: 150px;
    }
}

@media only screen and (min-width: 992px) {
    /* Add styles for larger tablets and desktops */
}

@media only screen and (max-width: 991px) {
    .date {
        display: none !important;
    }

    .or_menu--toggle img {
        width: 29px;
    }

    .or_header--menu {
        border: none;
    }

    .or_header--wrapper {
        padding: 10px 10px;
    }

    .or_header--content .or_header--info {
        justify-content: flex-end;
    }

    .or_header--logo {
        /* width: 32%; */
        padding: 9px 30px !important;
        border-right: unset !important;
        display: block !important;
    }

    .or_header--info {
        display: none !important;
    }

    .or_header--nav ul {
        display: none; /* Hide the menu */
        flex-direction: column; /* Stack the menu items vertically */
        gap: 10px; /* Add spacing between items */
        background-color: #fff; /* Optional: Change background color */
        position: absolute; /* So that the menu appears over content */
        top: 100%; /* Position it right below the header */
        left: 0;
        width: 100%; /* Full width on mobile */
        padding: 10px 0;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for dropdown effect */
        padding: 40px 0 50px !important;
    }

    /* Show menu when active class is added */
    .or_header--nav ul.active {
        display: flex;
    }
.or_header--nav ul li {
    padding: 8px 13px;
}
    /* Toggle button (hamburger menu) visible on mobile */
    .or_menu--toggle {
        display: block;
        cursor: pointer;
    }

    .search-box {
        border-radius: 6px;
        margin: 0;
    }

    /* Banner carousel button styling */
    .banner-carousel .banner .banner-text h1 {
    font-size: 42px;
    line-height: 55px;
}
    .banner-carousel .banner .banner-text h6 {
    font-size: 16px;
}
    .banner-carousel .banner .banner-text {
    width: 90%;
}
    .banner-carousel .banner-buttons {
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 30px;
}
    .banner-carousel .banner-buttons a {
    height: 45px;
    font-size: 12px;
    padding: 0 18px !important;
    min-width: 109px;
    gap: 4px;
}
    .banner-carousel .banner-buttons span {
    padding: 4px;
}
}

@media only screen and (min-width: 768px) {
    /* Add styles for tablets */
}

@media only screen and (max-width: 767px) {
    .filterwrap {
    display: block;
    border: none;
    padding: 20px 15px;
}
    .button--flex {
    border-bottom: none !important;
    width: 100% !important;
    padding-top: 10px !important;
}
    .button--flex button {
    width: 100%;
    padding: 0 0 !important;
    height: 50px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
}
    .filterwrap .filter--cardekho {
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 12px;
    padding-bottom: 6px;
}
    .inner--detailscardekho h2 {
    font-size: 16px;
}
    .groundfloor h6 {}
    .flex-designbywrap ul li {
    min-width: 140px;
}
    .flex-designbywrap ul li label {
    font-size: 14px;
}
    .groundfloor span p{
    font-size: 10px !important;
}
    .detailsinner ul li {
    padding: 10px 0;
    font-size: 11px;
}
    .detailsinner p {
    font-size: 14px;
    line-height: 22px;
}
    .featured_class li {}
    .detailsinner label{
    gap: 20px;
}
    .groun--inner img {
    height: 290px;
}
    .contact-agent .btn-primary {
    height: 40px;
    font-size: 14px;
}
    .agent--contactwrap a {
    height: 40px;
    font-size: 14px;
}
    .pricedetails--topwrap h6 {
    font-size: 12px;
}
    .pricedetails--topwrap h3 {
    font-size: 16px;
}
.footer-section  .row {
    flex-wrap: wrap;
}
.footer-section  .row .col-md-3 {
    width: 50%;
}
    .lightbox--mainwrapp .large img {
        height: 225px;
        margin: 0 0 5px;
    }
    .lightbox--mainwrapp .col-md-8 {
        padding: 0 0px;
    }
    .lightbox--mainwrapp .small img {
        height: 130px;
    }
    .subfooter p {
    font-size: 12px;
}
    .main--wrapped {
    padding: 40px 0;
}
    .breadcamp--wrapdetails .headingbreadcamp h5 {
    font-size: 12px;
}
    .breadcamp--wrapdetails .headingbreadcamp h1 {
    margin: 0 0 17px;
    font-size: 26px;
}
    .headingbreadcamp {
        display: block !important;
    }
    .search-box {
        display: none;
    }

    .or_header--menu {
        padding: auto !important;
    }

    .or_header--wrapper {
        justify-self: unset !important;
    }
    .mainheading--topwrap .main_btnreal {
        display: none;
    }
    .mainheading--topwrap .mainwrap--heading {
        width: 100%;
    }
    .mainwrap--heading h6 {
    font-size: 14px;
}
    .mainwrap--heading h2 {
    font-size: 28px;
}
    .mainwrap--heading p {
    font-size: 12px;
    line-height: 22px;
}
.featured--listingcard {
    padding: 6px;
    border-radius: 10px;
}
.featured--listingcard .wrap--img img {
    height: 160px;
    border-radius: 10px;
}
.featured--listingcard .starwrap h3 {
    font-size: 16px;
    line-height: 24px;
}
.featured--listingcard p {
    font-size: 13px;
    margin: 0 0 12px;
}
    .featured--listingcard ul {
    margin: 0 0 9px;
}
}

@media only screen and (max-width: 575px) {
    .or_footer--wrapper .or_footer--location .or_footer--locationBlock p a {
    font-size: 10px;
}
    .or_footer--wrapper .or_footer--location {
    gap: 30px;
}
    .or_footer--wrapper .or_footer--menu {
    gap: 22px;
}
    .or_footer--inner {
    display: block !important;
}
    .whychoose ul li p {
    font-size: 12px;
}
    .whychoose ul li h5 {
    font-size: 15px;
}
    .banner-carousel .banner-text p {
    width: 100%;
}
    .testimonail {
    padding: 40px 0;
}
    .abtimgewrap {
    margin: 0 0 20px;
}
    .wrapheadingbutton .headingwrap {
    width: 100%;
}
    .wrapheadingbutton {
    display: block;
    margin: 0 0 20px;
}
    .buy-home {
    margin: 0 0 25px;
    padding: 21px;
}
    .buy-home img {
    width: 60px;
}
    .buy-home h3 {
    font-size: 20px;
}
    .buy-home p {
    font-size: 14px;
    line-height: 24px;
}
    .counter--wrap p {
    font-size: 13px;
    opacity: 0.8;
}
    .counter--wrap h2 {
    font-size: 40px;
}
    .counter--wrap {
    margin: 0 0 40px;
}
    .main--wrappedcounter {
    padding: 50px 0;
}
    .about--callwrapflex span p {
    font-size: 13px;
}
    .about--callwrapflex span a {
    font-size: 20px;
}
    .main_btnreal a img {
    width: 20px;
}
    .main_btnreal a {
    padding: 0 17px;
    height: 45px;
    font-size: 14px;
}
    .about--callwrapflex .welcome--realar li {
    font-size: 14px;
    line-height: 35px;
}
    .welcome--about .welcome--aboutwrap {
    margin: 0 0 30px;
}
    .welcome--about .welcome--aboutwrap .wrapreal--welcome img {
    width: 13px;
}
    .welcome--about .welcome--aboutwrap .wrapreal--welcome {
    width: 50px;
    height: 50px;
}
    .aboutpostion--wrap {
    padding: 40px 0 !important;
    top: 0;
}
    .banner-carousel .banner {
    height: 67vh;
}
    .banner-carousel .banner .banner-text {
    width: 100%;
}
    .swiper-slide .project img {
    border-radius: 20px;
}
    .swiper-slide .project h3 {
    font-size: 22px;
}
    .banner-carousel .banner .banner-text h1 {
    font-size: 30px;
    line-height: 34px;
}
    .mainwrap--headingtext {
    width: 100% !important;
}

}