@media only screen and (max-width: 1199px) {
    .booking-list-area-1 .theme-btn {
        width: 100%;
        max-width: initial;
	}
	.booking-list-area-1 {
		margin-top: 60px !important;
	}
  }
@media only screen and (max-width:991px) {
    .nav-links {
        display: flex;
        flex-direction: column;
        background: white;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        text-align: center;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transform: translateY(50px);
    }

    .nav-links.active {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
        margin: 0;
    }

    .menu-icon {
        display: block !important;
    }

    .nav-links li {
        padding-left: 0 !important;
    }

    .nav-links li a {
        display: block;
        line-height: 45px;
        transition: background 0.4s, color 0.4s;
        overflow: hidden;
    }

    .nav-links li a:hover {
        color: var(--white);
        background: rgba(0, 191, 111, 0.5);
    }
	.testimonial_left {
		margin-bottom: 30px;
	}
	.g-0, .gy-0 {
        --bs-gutter-y: 10px; /* Example gutter space for smaller screens */
    }
	.contact_left_content {
		padding-left: 30px !important;
	}
    .contact_btn {
        display: none !important;
    }
    .footer-bottom a, .footer-bottom span {
        font-size: 17px;
    }
    .tab {
        margin-bottom: 40px;
    }
	.banner_title, 
	.section_title h2 {
		font-size: 36px !important;
	}
	.booking-list-area-1 {
		padding: 35px 20px !important;
	}
    .property_content h3 {
        font-size: 24px !important;
    }
    .property_content h4 {
        font-size: 14px !important;
    }
	.hero_section {
		padding-bottom: 100px !important;
	}
    #location_section {
        transform: translateY(-135px) !important;
    }
    .experience-box {
        bottom: -16px !important;
        right: 0% !important;
    }
    .experience-box h2 {
        font-size: 36px !important;
        line-height: 32px !important;
    }
    .experience-box p {
        font-size: 14px !important;
    }
	#testimonial_slider .owl-nav {
		top: 100% !important;
	}
	.psb_100{
		padding-bottom: 140px !important;
	}

}

@media only screen and  (max-width: 768px) {

    .footer-bottom a, .footer-bottom span {
        font-size: 16px;
    }
    .tab {
        margin-bottom: 30px;
    }
    .contact_btn {
        display: none !important;
    }
    .image-box, .pt_140, .about_right_content {
        padding-top: 50px !important;
    }
    .experience-box {
        bottom: -10px !important;
        right: 10% !important;
    }
    .footer-column {
        margin-bottom: 50px !important;
    }
    .footer-bottom {
        margin-top: 0px !important;
    }
    .contact-info {
        margin-bottom: 30px !important;
    }
    .hero_left_content {
        padding-top: 80px !important;
    }
    .hero_section {
        padding-bottom: 250px !important;
    }
    #location_section {
        transform: translateY(-135px) !important;
    }
    .slider {
        flex-direction: column;
    }
    .testimonial {
        margin-bottom: 20px;
    }
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and  (max-width: 767px){
	.booking-list-area-1 {
		padding: 35px 40px !important;
		flex-direction: column !important;
		gap: 30px;
		width: 60%;
	}
	
	.hero_section {
		padding-bottom: 100px !important;
	}
	form#contactForm {
		padding: 50px 0 !important;
	}
	#testimonial_slider .owl-nav {
		top: inherit !important;
		bottom: -70px !important;
	}
}
@media only screen and  (max-width: 480px) {
	.booking-list-area-1 {
		margin-top: 50px;
		flex-direction: column;
		gap: 30px;
		width: 100%;
		justify-content: start;
	}
	.section_title h2 {
		font-size: 34px !important;
	}
	#testimonial_slider .owl-nav {
		top: inherit !important;
	}

    .footer-bottom a, .footer-bottom span {
        font-size: 14px;
    }

    .tab {
        margin-bottom: 20px;
    }

    .property_btn {
        width: 100%;
        margin: 5px 0;
    }
    .contact_btn {
        display: none !important;
    }
}

@media only screen and  (max-width: 330px) {
    #topButton {
        width: 35px;
        height: 35px;
        font-size: 8px;
    }

    #progressText {
        font-size: 8px;
    }

    .footer-bottom a, .footer-bottom span {
        font-size: 12px;
    }

    .tab {
        margin-bottom: 15px;
    }

    .property_btn {
        width: 100%;
        margin: 3px 0;
    }
    .contact_btn {
        display: none !important;
    }
}

