@media only screen and (max-width: 480px) and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
    .main-nav .site-navigation {
        padding: 0px 20px 0px 20px;
    }
    .main-nav .site-navigation .navbar-brand img {
        height: 60px;
    }

    .header-navigation-area {
        display: none;
    }
    .header .header-top .header-top-right {
        text-align: center;
    }
    .site-menu-wrap {
        z-index: 9999;
        position: fixed;
        background: #f1f1f1;
        top: 0;
        left: -800px;
        width: 95%;
        height: 100%;
        border-radius: 5px;
        transition: all 500ms ease-in-out;
        padding: 80px 60px;
    }
    .mobile-menu {
        display: block !important;
    }
    .desk-menu {
        display: none !important;
    }
    .footer .footer-item {
        position: relative;
        padding: 0px 20px;
    }
    .find-title {
        text-align: center;
    }
    .section-main-title {
        text-align: center;
        padding-bottom: 5px;
    }
    .section-box-button {
        float: inherit;
        text-align: center;
    }
    .breadcumb-content {
        padding: 0px 0px;
        top: 10%;
    }
    /* .footer-title {
        text-align: center;
    }
    .footer-menu-container {
        text-align: center;
    }
    .footer-menu-container p {
        text-align: center;
    } */
    .box-business img {
        height: 65px;
    }
    .find-property-section {
        background: #005b7f6b;
        margin-top: -145px !important;
        padding: 5px 0px 5px !important;
        position: absolute;
        width: 100%;
        z-index: 9;
    }
    .find-property-area{
        margin: 10px;
    }
    .find-property-section{
        margin-top: -87px !important;
    }
    .category-button {
        margin: 5px;
    }
    .find-property-area .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    /* .details-button{
        width: 45%;
    } */

    /* construction box css */
    
    .last-progress{
        margin-left: 85%
    }
    .ninety-progress-top{
        margin-left: 70%
    }
    .ninety-progress-bottom{
        margin-left: 7%;
    }
    .eighty-progress-top{
        margin-left: 64%
    }
    .eighty-progress-bottom{
        margin-left: 14%;
    }
    .seventy-progress-top{
        margin-left: 59%
    }
    .seventy-progress-bottom{
        margin-left: 18%;
    }
    .sixty-progress-top{
        margin-left: 52%
    }
    .sixty-progress-bottom{
        margin-left: 25%;
    }
    .fifty-progress-top{
        margin-left: 43%
    }
    .fifty-progress-bottom{
        margin-left: 34%;
    }
    .forty-progress-top{
        margin-left: 31%
    }
    .forty-progress-bottom{
        margin-left: 46%;
    }
    .thirty-progress-top{
        margin-left: 29%
    }
    .thirty-progress-bottom{
        margin-left: 48%;
    }
    .twenty-progress-top{
        margin-left: 15%
    }
    .twenty-progress-bottom{
        margin-left: 62%;
    }
    .ten-progress-top{
        margin-left: 13%
    }
    .ten-progress-bottom{
        margin-left: 65%;
    }
    .start-progress{
        margin-left: 86%;
    }
    .breadcumb-content-title {
        font-size: 35px;
    }
    .details-title h5{
        display: block!important;
    }
    .details-button{
        display: block !important;
        float: none;
        max-width: 65% !important;
        padding: 15px 15px;
        margin-top: 18px !important;
    }
    .brochure-button {
        width: 100%;
    }
    .breadcumb-slider{
        background-size: contain;
    }
    /* .hero-slide-item {
        height: 500px;
    } */
    .footer-business-title::before,
    .footer-business-title::after {
        content: '';
        width: 25%;
    }
    .box-business img{
        height: 140px!important;
    }
    .circle-image img {
        height: 170px!important;
    }
    /* .mobile-button-container{
        padding-right: 30px!important;
        padding-left: 30px!important;
    } */
    .owl-nav .owl-next {
        right: 10px;
    }
    .owl-nav .owl-prev {
        left: 10px;
    }
    .view-button {
        background-color: #005b7f;
        color: #fff;
        padding: 10px 1.5em;
        font-size: 15px;
        font-weight: 500;
        border-radius: 10px;
        letter-spacing: 0.5px;
        width: 100%;
        display: block;
        text-align: center;
        box-sizing: border-box;
    }
    .project-location .owl-nav .owl-prev {
        top: 30%;
        left: 0px;
    }
    .project-location .owl-nav .owl-next {
        top: 30%;
        right: 0px;
    }
    .footer .footer-title{
        text-align: center;
    }
    .ul-width{
        width: 100%;
    }
    .ul-width li{
        text-align: center;
    }
    .footer-menu-container p {
        text-align: center!important;
    }
    .fixed-social-area {
        position: fixed;
        z-index: 99;
        display: flex;
        top: 33%;
        left: 0;
        transform: translateY(-50%);
        transition: all .3s ease-in-out;
    }
    .fixed-social-list li {
        margin-top: 4px;
        display: block;
        width: 45px;
        transition: 0.5s;
    }
    .fixed-social-list li a {
        display: block;
        text-align: right;
        padding: 5px 15px;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 15px;
        background: #005b7f;
        margin: 0.5px;
        border-radius: 0px 10px 10px 0px;
        box-shadow: 1px 1px #00000069;
    }
    .fixed-social-list li:hover{
        background: #316FF6;
        width: 85px;
    }
    .find-project-section {
        background: #003347a3;
        margin-top: -530px;
        position: absolute;
        width: 100%;
        z-index: 9;
        display: block;
    }
    .find-project-section a {
        display: inline-block;
        background-color: transparent;
        color: #ffffff;
        padding: 10px 0;
        width: 105px;
        font-size: 17px;
        text-align: center;
        border-radius: 10px;
        font-weight: 600;
        transition: 0.5s;
        text-transform: uppercase;
        margin-right: 0px;
        border: 2px solid;
    }
    .find-project-section a:hover {
        background-color: #fff;
        color: #000;
        border: 3px solid #fff;
    }
    .awesome-img img {
        object-fit: fill;
    }
    .property-thumbnail{
        object-fit: fill;
    }
    .floor-plan-img{
        object-fit: fill;
    }
    .details-button{
        display: none!important;
    }
    .details-button-mobile {
        background: #ddd;
        padding: 10px 15px;
        color: #000;
        border-radius: 10px;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        display: flex; /* Flex layout for button and icon alignment */
        justify-content: space-between; /* Align text and icon properly */
        align-items: center; /* Vertically center the content */
        width: 100%; /* Full width */
        text-align: center;
        margin-top: 10px;
        transition: 0.5s;
        box-sizing: border-box; /* Prevent width issues with padding */
    }
    
    .details-button-mobile a {
        color: #000;
        text-decoration: none;
        flex: 1; /* Allow text to take up remaining space */
        text-align: center; /* Center align the text */
    }
    
    .details-button-mobile i {
        margin-left: 10px;
        background: #005b7f;
        padding: 10px;
        border-radius: 50%;
        color: #fff;
    }
    
    .details-button-mobile:hover {
        background: #005b7f;
        color: #fff;
    }
    
    .details-button-mobile:hover a {
        color: #fff;
    }
    
    .details-button-mobile:hover i {
        background: #fff;
        color: #005b7f;
    }

    .single-breadcumb-section{
        display: none;
    }
    .pad-75{
        padding-top: 75px!important;
    }
    .testimonial-content-box {
        height: 335px;
    }
    .hero-slide-item {
        margin-top: 60px;
        position: relative;
        height: 530px;
    }
    .hero-mobile-section{
        display: block;
    }
    .hero-pc-section{
        display: none;
    }
    .testimonial-content-box {
        background-image: url(/t_bg.png);
    }
    
    .testimonial-content-box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        border-radius: 10px;
        min-height: 250px;
        margin-bottom: 20px;
    }
    
    .testimonial-content {
        width: 100%;
    }
    
    .user {
        text-align: center; /* Center align the user image and video box */
    }
    
    
    
    .testimonial-details {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
    }
    
    .username {
        font-size: 18px;
        font-weight: bold;
    }
    
    .role {
        font-size: 14px;
        color: #666;
    }
    .modal-content {
        width: auto;
        max-height: 80%;
        object-fit: fill;
        background-color: transparent;
    }
    .testimonial-title h5{
        text-align: center!important;
    }
    .testimonial-title p{
        text-align: center!important;
    }
  
}

@media only screen and (max-width: 991px) {
    .main-nav {
        background: #005b7f;
        margin-top: 0px;
    }
    .main-nav .site-navigation .navbar-brand img {
        height: 45px;
        width: auto;
    }
    #feature-top {
        margin: 50px 0px 20px;
    }
    /* .hero-slide-item {
        height: 330px;
    } */
    .slide-content {
        width: 100%;
        padding: 0px 10px;
        left: 4px;
    }
    .slide-content .slide-title {
        font-size: 25px;
        font-weight: 700;
        line-height: normal;
    }
    .slide-content .hero-slide-desc {
        font-size: 16px;
        margin-bottom: 0;
        line-height: normal;
    }
    .footer-widget .footer-social ul li {
        display: inline-block;
    }
    .line-footer {
        display: none;
    }

    .mobile-menu-trigger {
        display: block;
    }
    .site-menu-wrap {
        display: none;
    }
    .header-breadcrumb {
        padding: 80px 0;
        text-align: center;
    }
    .nav-item {
        display: block;
    }
    .flaticon-angle-arrow-down {
        display: none;
    }
    .nav-item.has-children .dropdown .nav-item a {
        color: #fff;
        padding: 13px 0px;
        font-weight: 500;
        font-size: 15px;
        border-left: none;
    }
    .slicknav_nav ul {
        width: 100%;
    }
    .slicknav_nav .has-children ul li {
        padding-left: 25px;
    }

    .nav-item.has-children .dropdown .nav-item a:hover {
        margin-left: 0px;
    }

    .header-navigation-area {
        display: none;
    }
    .mobile-menu-trigger {
        display: block;
    }
    .header .header-top .header-top-right {
        text-align: center;
    }
    .breadcumb-slider {
        height: 30vh;
    }
    .find-property-section {
        background: #003347a3;
        margin-top: -75px;
        padding: 25px 0px 20px;
        position: absolute;
        width: 100%;
        z-index: 9;
    }
    .find-property-section a {
        margin-right: 0px;
    }
    .mobile-menu-container{
        width: 80%;
    }
    .section-title h5{
        line-height: 35px;
    }
    .testimonial-content-box{
        padding: 20px;
    }
    .side-mobile-buttons {
        display: block;
        position: fixed;
        z-index: 99;
        right: 25px;
        bottom: 100px;
    }
    .property-thumbnail{
        height: 100px;
    }
    .google-map{
        display: none!important;
    }
    .mobile-google-map{
        display: block;
    }
    .box-video .bg-video {
        background-size: cover;
    }
    .col-pad-less{
        padding: 0;
    }
    .testimonial{
        padding: 5px;
    }
    .find-property-section a{
        width: 135px;
    }
}

/* Desktop Styling */
@media (min-width: 768px) {
    .testimonial-content {
        display: flex;
        align-items: center;
    }

    .testimonial .box-video {
        height: 250px;
    }

    .testimonial-content-box {
        padding: 30px;
        border-radius: 20px;
    }

    .testimonial-details {
        height: auto;
        font-size: 18px;
    }

    .username {
        font-size: 20px;
    }

    .role {
        font-size: 16px;
    }
}


@media only screen and (min-width: 768px) {
    .hero-slide-item {
        height: 300px;
    }
    .slide-content {
        max-width: 100%;
    }
    .slide-content .slide-title {
        font-size: 35px;
        font-weight: 700;
        line-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-slide-item {
        height: 800px !important;
    }
    .footer-menu-container p {
        width: 80%;
    }
    .find-property-section {
        padding: 25px 0px 20px;
        position: absolute;
        width: 100%;
        z-index: 9;
        margin-top: -75px;
        background-image: url(/icon/slide-upper.png);
        background-size: 100% 100%;
    }
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .container-fluid {
        width: 95%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    /* .sister-box {
        .col-md-2 {
            -ms-flex: 0 0 13.666667%;
            flex: 0 0 13.666667%;
            max-width: 13.666667%;
        }
    } */
    .find-property-section {
        padding: 25px 0px 20px;
        position: absolute;
        width: 100%;
        z-index: 9;
        margin-top: -73px;
        background-image: url(/icon/slide-upper.png);
        background-size: 100% 100%;
    }
}

@media (min-width: 1200px) {
}
