@media (min-width: 1200px){
	.container {
		max-width: 1240px;
	}
}

/* Improved Mobile Responsiveness */
@media (max-width: 1199px){
	.hero-caption {
		padding: 130px 0px;
	}
	
	/* Header improvements for tablets */
	.header-top .hl_top-left span {
		font-size: 14px;
		margin-right: 15px;
	}
	
	.header-bottom .logo img {
		max-width: 180px;
	}
}

@media (min-width: 992px) {
	.canvas_open a {
		display: none
	}
}

@media (max-width: 991px) {
	.hl_top-left {
		text-align: center;
	}
	.language-top {
		display: none;
	}
	.top-social {
		display: none;
	}
	.menu {
		display: none;
	}
	.header-bright {
		padding: 25px 0px;
	}
	.canvas_open a {
		width: 100%;
		height: 100%;
		display: inline-block;
		padding: 8px;
		padding-top: 6px;
	}
	.canvas_open a span {
		width: 100%;
		height: 3px;
		background: #000;
		margin: 6px 0px;
		display: block;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	.canvas_open a span:nth-child(2) {
		width: 85%;
		margin-left: 15%;
	}
	.mobile-bar {
		height: 100%;
		display: flex;
		align-items: center;
		float: right;
		margin-right: 20px;
	}
	.canvas_open {
		width: 45px;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		box-shadow: 0px 0px 10px 0px #cacaca;
		cursor: pointer;
		background: #fff;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	.canvas_open:hover{
		background: #cf962b;
	}
	.canvas_open:hover a span{
		background: #fff;
	}
	.sticky-header.sticky {
		position: inherit;
	}
	.hero-caption {
		padding-bottom: 0px;
	}
	.hero-image {
		padding-top: 30px;
	}
	.appointment-form .nice-select {
		margin-bottom: 20px;
	}
	.appointment-form {
		padding-bottom: 20px;
	}
	.about-content {
		margin-top: 30px;
	}
	.salses-poperty-img {
		margin-top: 30px;
	}
	.ba_category_full ul li {
		width: 33.33%;
	}
	.transparent-header-2 .header-bright {
		padding: 15px 0px;
	}
	.making-living-vedio .video-btn {
		left: 0;
		position: inherit;
	}
	.making-living-vedio {
		position: relative;
		margin-bottom: 84px;
		margin-top: 80px;
	}
	.making-living::after {
		width: auto;
	}
	.call_now_content h2 {
		z-index: 999;
		position: relative;
	}
	.pp_ameneties_cont ul li {
		width: 50%;
	}
	.contact-form-info {
		margin-top: 30px;
	}
	
	/* Footer improvements for tablets */
	.footer-top .col-lg-3 {
		margin-bottom: 40px;
	}
	
	.footer-top .f-widgets-single h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.footer-top .f-widgets-single p {
		font-size: 14px;
		line-height: 1.6;
	}
	
	.footer-top .f-widgets-single ul li {
		margin-bottom: 8px;
	}
	
	.footer-top .f-widgets-single ul li a {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	/* Header mobile improvements */
	.header-top {
		padding: 10px 0;
	}
	
	.header-top .hl_top-left {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.header-top .hl_top-left span {
		display: block;
		margin-bottom: 5px;
		font-size: 13px;
	}
	
	.header-bottom .logo {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	
	.header-bottom .logo img {
		max-width: 160px;
	}
	
	.mobile-bar {
		align-items: first baseline;
		margin-right: 20px;
	}
	.canvas_open {
		position: inherit;
	}
	.header-bright {
		float: inherit;
		justify-content: center;
	}
	.header-top-search-form {
		right: -130px;
	}
	.header-top-search-form-full::after {
		display: none;
	}
	.appointment-form {
		margin-top: 40px;
	}
	.hero-image {
		padding-bottom: 50px;
	}
	.hero-caption h2 {
		font-size: 36px;
	}
	.section-padding {
		padding: 70px 0px;
	}
	.section-padding-2 {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.ba_category_full ul li .category-block-one {
		margin: 0px 10px;
	}
	.ba_category_full ul li .category-block-one h4 {
		font-size: 16px;
	}
	.header.transparent-header-2 .header-bottom {
		margin-top: 0px;
	}
	.hero_vegas_inner_content h2 {
		font-size: 38px;
	}
	.hero_vegas_inner_content {
		margin-top: 100px;
	}
	.hero-banner-caption h2 {
		font-size: 45px;
	}
	.hero-banner-area {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.hero_vedio_content_full h2 {
		font-size: 45px;
	}
	.woo-product-shorting {
		margin-top: 20px;
	}
	.ltn__shop-options .list-single.text-right {
		float: left;
	}
 
	/* Footer mobile improvements */
	.footer-top {
		padding: 50px 0 30px;
	}
	
	.footer-top .col-lg-3 {
		margin-bottom: 30px;
		text-align: center;
	}
	
	.footer-top .f-widgets-single h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.footer-top .f-widgets-single p {
		font-size: 13px;
		line-height: 1.5;
	}
	
	.footer-top .f-widgets-single ul {
		text-align: center;
	}
	
	.footer-top .f-widgets-single ul li {
		margin-bottom: 6px;
	}
	
	.footer-top .f-widgets-single ul li a {
		font-size: 13px;
	}
	
	.footer-top .f-social {
		justify-content: center;
	}
	
	.footer-top .f-social span {
		margin: 0 5px;
	}
	
	.footer-top .sub-c-form {
		max-width: 300px;
		margin: 0 auto;
	}
	
	.footer-bottom {
		padding: 20px 0;
	}
	
	.footer-bottom .copy-text p {
		font-size: 13px;
		line-height: 1.4;
	}
}

@media (max-width: 676px) {
	.sc_title {
		font-size: 28px;
	}
	.feature-slider-nav {
		width: 32px;
		height: 32px;
		font-size: 20px;
	}
	.featured-property .owl-next {
		right: 10px;
	}
	.featured-property .owl-prev {
		left: 10px;
	}
	.testimonial-slider-nav {
		width: 32px;
		height: 32px;
		font-size: 20px;
	}
	.client-testimonial-full .owl-prev {
		left: 10px;
	}
	.client-testimonial-full .owl-next {
		right: 10px;
	}
	.apartment-sketch-nav ul li button {
		font-size: 15px;
		font-weight: 500;
		padding: 11px 4px;
		border: 1px solid #cf962b !important;
	}
	.properties_Slider .owl-next {
		right: 10px;
	}
	.properties_Slider .owl-prev {
		left: 10px;
	}
	.hero-banner-caption h2 {
		font-size: 40px;
	}
	.call_now_img {
		display: none;
	}
	.hero-section2-caption {
		padding-top: 50px;
	}
	.hero-section2-caption h2 {
		font-size: 40px;
	}
	
	/* Additional mobile improvements */
	.header-top .hl_top-left span {
		font-size: 12px;
	}
	
	.header-bottom .logo img {
		max-width: 140px;
	}
	
	.canvas_open {
		width: 40px;
		height: 40px;
	}
	
	.canvas_open a span {
		height: 2px;
		margin: 5px 0;
	}
}

@media (max-width: 576px) {
	/* Header ultra-mobile improvements */
	.header-top {
		padding: 8px 0;
	}
	
	.header-top .hl_top-left span {
		font-size: 11px;
		margin-bottom: 3px;
	}
	
	.header-bottom .logo {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	
	.header-bottom .logo img {
		max-width: 120px;
	}
	
	.mobile-bar {
		margin-right: 15px;
	}
	
	.canvas_open {
		width: 35px;
		height: 35px;
	}
	
	.canvas_open a span {
		height: 2px;
		margin: 4px 0;
	}
	
	.hero-caption h2 {
		font-size: 26px;
	}
	.hero-caption h4 {
		font-size: 18px;
	}
	.hero-caption p {
		font-size: 16px;
	}
	.hero-slider-nav {
		width: 36px;
		height: 36px;
		font-size: 25px;
	}
	.section-padding {
		padding: 60px 0px;
	}
	.about-content ul li {
		width: 100%;
	}
	.section-padding-2 {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.ba_category_full ul li {
		width: 50%;
	}
	.testimonial-item .thumbnail {
		width: 100%;
		float: inherit;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.testimonial-item .content {
		text-align: center;
	}
	.call_now_content h2 {
		font-size: 50px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.hero_vedio_content_full {
		margin-top: 120px;
	}
	.hero_vedio_content_full h2 {
		font-size: 35px;
	}
	.hero-section2-caption h2 {
		font-size: 35px;
	}
	.breadcrumb-content h2 {
		font-size: 32px;
	}
	.quantity {
		width: 90px;
		height: 32px;
	}
	.quantity-nav {
		height: 32px;
	}
	.quantity input[type="number"] {
		width: 90px;
	}
	.pp_ameneties_cont ul li {
		width: 100%;
	}
	.comments-list-full ul li .thum {
		width: 70px;
		position: inherit;
		margin-bottom: 10px;
	}
	.comments-list-full ul li {
		padding-left: 0px;
	}
 
	/* Footer ultra-mobile improvements */
	.footer-top {
		padding: 40px 0 25px;
	}
	
	.footer-top .col-lg-3 {
		margin-bottom: 25px;
	}
	
	.footer-top .f-widgets-single h2 {
		font-size: 16px;
		margin-bottom: 12px;
	}
	
	.footer-top .f-widgets-single p {
		font-size: 12px;
	}
	
	.footer-top .f-widgets-single ul li {
		margin-bottom: 5px;
	}
	
	.footer-top .f-widgets-single ul li a {
		font-size: 12px;
	}
	
	.footer-top .sub-c-form {
		max-width: 250px;
	}
	
	.footer-top .sub-c-form input[type="email"] {
		font-size: 12px;
		padding: 8px 12px;
	}
	
	.footer-top .sub-c-form button {
		padding: 8px 12px;
		font-size: 12px;
	}
	
	.footer-bottom {
		padding: 15px 0;
	}
	
	.footer-bottom .copy-text p {
		font-size: 12px;
	}
}

@media (max-width: 460px) {
	/* Header micro-mobile improvements */
	.header-top .hl_top-left span {
		font-size: 10px;
	}
	
	.header-bottom .logo img {
		max-width: 100px;
	}
	
	.canvas_open {
		width: 32px;
		height: 32px;
	}
	
	.canvas_open a span {
		height: 1.5px;
		margin: 3px 0;
	}
	
	.call_now_content h2 {
		font-size: 40px;
	}
	.header-top-search-form {
		width: 320px;
	}
	.header-top-search-form {
		right: -105px;
	}
	.hero-caption .hero-btn a {
		margin-right: 10px;
		padding: 12px 30px;
	}
	.hero-caption {
		padding-top: 80px;
	}
	.section-padding {
		padding: 50px 0px;
	}
	.sc_title {
		font-size: 24px;
	}
	.sc_subtitle span {
		border-left: 6px solid #cf962b;
		padding: 10px 5px;
		font-size: 16px;
	}
	.sc_subtitle span::after {
		height: 6px;
	}
	.sc_subtitle span::before {
		height: 6px;
	}
	.info-box {
		padding: 35px 20px;
	}
	.section-padding-2 {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.hero_vegas_inner_content h2 {
		font-size: 30px;
	}
	.hero-banner-caption h2 {
		font-size: 32px;
	}
	.hero_vedio_content_full h2 {
		font-size: 30px;
	}
	.woo-product-shorting .nice-select {
		width: 200px;
	}
	
	/* Footer micro-mobile improvements */
	.footer-top {
		padding: 35px 0 20px;
	}
 
	.footer-top .col-lg-3 {
		margin-bottom: 20px;
	}
 
	.footer-top .f-widgets-single h2 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.footer-top .f-widgets-single p {
		font-size: 11px;
	}
 
	.footer-top .f-widgets-single ul li a {
		font-size: 11px;
	}
 
	.footer-top .sub-c-form {
		max-width: 220px;
	}
	
	.footer-top .sub-c-form input[type="email"] {
		font-size: 11px;
		padding: 6px 10px;
	}
	
	.footer-top .sub-c-form button {
		padding: 6px 10px;
		font-size: 11px;
	}
 
	.footer-bottom {
		padding: 12px 0;
	}
 
	.footer-bottom .copy-text p {
		font-size: 11px;
	}
}

@media (max-width: 360px) {
	/* Header nano-mobile improvements */
	.header-top {
		padding: 5px 0;
	}
	
	.header-top .hl_top-left span {
		font-size: 9px;
	}
	
	.header-bottom .logo {
		padding-top: 10px;
		padding-bottom: 8px;
	}
	
	.header-bottom .logo img {
		max-width: 80px;
	}
	
	.mobile-bar {
		margin-right: 10px;
	}
	
	.canvas_open {
		width: 30px;
		height: 30px;
	}
	
	.canvas_open a span {
		height: 1px;
		margin: 2px 0;
	}
	
	.header-top-search-form-full {
		padding: 12px 10px;
	}
	.header-top-search-form {
		width: 260px;
	}
	.header-top-search-form {
		right: -72px;
	}
	.pp_reviewe_item .thumb {
		float: inherit;
		margin-bottom: 10px;
	}
 
	/* Footer nano-mobile improvements */
	.footer-top {
		padding: 30px 0 15px;
	}
	
	.footer-top .col-lg-3 {
		margin-bottom: 15px;
	}
	
	.footer-top .f-widgets-single h2 {
		font-size: 14px;
		margin-bottom: 8px;
	}
	
	.footer-top .f-widgets-single p {
		font-size: 10px;
	}
	
	.footer-top .f-widgets-single ul li a {
		font-size: 10px;
	}
	
	.footer-top .sub-c-form {
		max-width: 200px;
	}
	
	.footer-top .sub-c-form input[type="email"] {
		font-size: 10px;
		padding: 5px 8px;
	}
	
	.footer-top .sub-c-form button {
		padding: 5px 8px;
		font-size: 10px;
	}
	
	.footer-bottom {
		padding: 10px 0;
	}
	
	.footer-bottom .copy-text p {
		font-size: 10px;
	}
}

/* Additional mobile menu improvements */
@media (max-width: 991px) {
	.offcanvas_menu_wrapper {
		width: 280px;
		margin-left: -300px;
	}
	
	.offcanvas_menu_wrapper.active {
		margin-left: 0;
	}
	
	.offcanvas_main_menu li a {
		color: #103904;
		font-size: 15px;
		padding: 8px 15px;
		border-bottom: 1px solid #e8e8e8;
	}
	
	.offcanvas_main_menu li a:hover {
		color: #cf962b;
		background-color: #f8f8f8;
	}
	
	.mobile-logo img {
		max-width: 120px;
	}
	
	.canvas_close a {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.offcanvas_menu_wrapper {
		width: 260px;
	}
	
	.offcanvas_main_menu li a {
		font-size: 14px;
		padding: 6px 12px;
	}
	
	.mobile-logo img {
		max-width: 100px;
	}
	
	.canvas_close a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.offcanvas_menu_wrapper {
		width: 240px;
		padding: 15px 0px 20px;
	}
	
	.offcanvas_main_menu li a {
		font-size: 13px;
		padding: 5px 10px;
	}
	
	.mobile-logo {
		margin-bottom: 30px;
	}
	
	.mobile-logo img {
		max-width: 80px;
	}
	
	.canvas_close a {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
}

/* Additional Mobile Responsiveness Improvements */
@media (max-width: 480px) {
	/* Header micro-adjustments */
	.header-top .hl_top-left span {
		font-size: 10px;
		line-height: 1.3;
	}
	
	.header-bottom .logo {
		padding: 10px 0;
	}
	
	.header-bottom .logo img {
		max-width: 100px;
	}
	
	.mobile-bar {
		right: 10px;
	}
	
	.canvas_open {
		width: 32px;
		height: 32px;
	}
	
	.canvas_open a span {
		height: 1.5px;
		margin: 3px 0;
	}
	
	/* Footer micro-adjustments */
	.footer-top {
		padding: 30px 0 20px;
	}
	
	.footer-top .col-lg-3 {
		margin-bottom: 20px;
	}
	
	.footer-top .f-widgets-single h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.footer-top .f-widgets-single p {
		font-size: 12px;
		line-height: 1.4;
	}
	
	.footer-top .f-widgets-single ul li {
		margin-bottom: 5px;
	}
	
	.footer-top .f-widgets-single ul li a {
		font-size: 12px;
	}
	
	.footer-top .f-social span a {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	
	.footer-top .sub-c-form {
		max-width: 220px;
	}
	
	.footer-top .sub-c-form input[type="email"] {
		font-size: 11px;
		padding: 8px 10px;
	}
	
	.footer-top .sub-c-form button {
		font-size: 11px;
		padding: 8px 10px;
	}
	
	.footer-bottom {
		padding: 15px 0;
	}
	
	.footer-bottom .copy-text p {
		font-size: 11px;
		line-height: 1.3;
	}
}

@media (max-width: 360px) {
	/* Header nano-adjustments */
	.header-top {
		padding: 5px 0;
	}
	
	.header-top .hl_top-left span {
		font-size: 9px;
		line-height: 1.2;
	}
	
	.header-bottom .logo {
		padding: 8px 0;
	}
	
	.header-bottom .logo img {
		max-width: 80px;
	}
	
	.mobile-bar {
		right: 8px;
	}
	
	.canvas_open {
		width: 28px;
		height: 28px;
	}
	
	.canvas_open a span {
		height: 1px;
		margin: 2px 0;
	}
	
	/* Footer nano-adjustments */
	.footer-top {
		padding: 25px 0 15px;
	}
	
	.footer-top .col-lg-3 {
		margin-bottom: 15px;
	}
	
	.footer-top .f-widgets-single h2 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	
	.footer-top .f-widgets-single p {
		font-size: 11px;
		line-height: 1.3;
	}
	
	.footer-top .f-widgets-single ul li {
		margin-bottom: 4px;
	}
	
	.footer-top .f-widgets-single ul li a {
		font-size: 11px;
	}
	
	.footer-top .f-social span a {
		width: 28px;
		height: 28px;
		font-size: 11px;
	}
	
	.footer-top .sub-c-form {
		max-width: 200px;
	}
	
	.footer-top .sub-c-form input[type="email"] {
		font-size: 10px;
		padding: 6px 8px;
	}
	
	.footer-top .sub-c-form button {
		font-size: 10px;
		padding: 6px 8px;
	}
	
	.footer-bottom {
		padding: 12px 0;
	}
	
	.footer-bottom .copy-text p {
		font-size: 10px;
		line-height: 1.2;
	}
}

/* Landscape Mobile Improvements */
@media (max-width: 767px) and (orientation: landscape) {
	.header-top {
		padding: 5px 0;
	}
	
	.header-top .hl_top-left span {
		font-size: 11px;
		margin-bottom: 2px;
	}
	
	.header-bottom .logo {
		padding: 10px 0;
	}
	
	.header-bottom .logo img {
		max-width: 120px;
	}
	
	.footer-top {
		padding: 30px 0 20px;
	}
	
	.footer-top .col-lg-3 {
		margin-bottom: 20px;
	}
}

/* Tablet Portrait Improvements */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.header-top .hl_top-left span {
		font-size: 13px;
	}
	
	.header-bottom .logo img {
		max-width: 160px;
	}
	
	.footer-top .col-lg-3 {
		margin-bottom: 35px;
	}
	
	.footer-top .f-widgets-single h2 {
		font-size: 19px;
	}
	
	.footer-top .f-widgets-single p {
		font-size: 13px;
	}
}

/* High DPI Mobile Improvements */
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
	.header-bottom .logo img {
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
	}
	
	.canvas_open a span {
		image-rendering: -webkit-optimize-contrast;
	}
}

/* Touch Device Improvements */
@media (hover: none) and (pointer: coarse) {
	.canvas_open {
		min-width: 44px;
		min-height: 44px;
	}
	
	.offcanvas_main_menu li a {
		min-height: 44px;
		display: flex;
		align-items: center;
	}
	
	.footer-top .f-social span a {
		min-width: 44px;
		min-height: 44px;
	}
	
	.footer-top .sub-c-form button {
		min-height: 44px;
	}
}

/* Hide search on small screens */
@media (max-width: 767px) {
    .header-search {
        display: none !important;
    }
    
    .mobile-bar {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .canvas_open {
        width: 40px;
        height: 40px;
        background: #103904;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .canvas_open a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    
    .canvas_open a span {
        background: #fff;
        height: 2px;
        width: 20px;
        margin: 2px 0;
        border-radius: 1px;
        transition: all 0.3s ease;
    }
    
    .canvas_open:hover {
        background: #cf962b;
        transform: scale(1.05);
    }
}

@media (max-width: 480px) {
    .mobile-bar {
        right: 10px;
    }
    
    .canvas_open {
        width: 35px;
        height: 35px;
    }
    
    .canvas_open a span {
        width: 18px;
        height: 1.5px;
        margin: 1.5px 0;
    }
}

/* Footer Mobile Improvements - Two Columns and White Menu Colors */
@media (max-width: 767px) {
    .footer-top {
        padding: 40px 0 25px;
    }
    
    .footer-top .col-lg-3 {
        margin-bottom: 25px;
        text-align: center;
    }
    
    /* Make footer menus two columns on small screens */
    .footer-top .col-lg-3:nth-child(2),
    .footer-top .col-lg-3:nth-child(3) {
        width: 50%;
        float: left;
    }
    
    .footer-top .col-lg-3:nth-child(1),
    .footer-top .col-lg-3:nth-child(4) {
        width: 100%;
        clear: both;
    }
    
    .footer-top .f-widgets-single h2 {
        font-size: 18px;
        margin-bottom: 15px;
        color: #103904;
    }
    
    .footer-top .f-widgets-single p {
        font-size: 14px;
        line-height: 1.6;
        color: #666;
    }
    
    .footer-top .f-widgets-single ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .footer-top .f-widgets-single ul li {
        margin-bottom: 8px;
    }
    
    .footer-top .f-widgets-single ul li a {
        color: #fff !important; /* Force white color for footer menu links */
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s ease;
    }
    
    .footer-top .f-widgets-single ul li a:hover {
        color: #cf962b !important; /* Gold color on hover */
    }
    
    .footer-top .f-social {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }
    
    .footer-top .f-social span a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #103904;
        color: #fff;
        border-radius: 50%;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .footer-top .f-social span a:hover {
        background: #cf962b;
        transform: scale(1.1);
    }
    
    .footer-top .sub-c-form {
        max-width: 280px;
        margin: 20px auto 0;
    }
    
    .footer-top .sub-c-form form {
        display: flex;
        gap: 10px;
    }
    
    .footer-top .sub-c-form input[type="email"] {
        flex: 1;
        padding: 10px 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 14px;
    }
    
    .footer-top .sub-c-form button {
        padding: 10px 15px;
        background: #103904;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s ease;
    }
    
    .footer-top .sub-c-form button:hover {
        background: #cf962b;
    }
    
    .footer-bottom {
        padding: 20px 0;
        background: #103904;
    }
    
    .footer-bottom .copy-text p {
        color: #fff;
        font-size: 14px;
        margin: 0;
    }
    
    .footer-bottom .copy-text a {
        color: #cf962b;
        text-decoration: none;
    }
    
    .footer-bottom .copy-text a:hover {
        color: #fff;
    }
}

@media (max-width: 480px) {
    .footer-top .col-lg-3:nth-child(2),
    .footer-top .col-lg-3:nth-child(3) {
        width: 100%;
        float: none;
    }
    
    .footer-top .sub-c-form {
        max-width: 250px;
    }
    
    .footer-top .sub-c-form form {
        flex-direction: column;
        gap: 8px;
    }
    
    .footer-top .sub-c-form input[type="email"],
    .footer-top .sub-c-form button {
        width: 100%;
        text-align: center;
    }
}

/* Final Mobile Menu Positioning and Hamburger Menu Visibility */
@media (max-width: 991px) {
    .menu {
        display: none; /* Hide desktop menu on tablets and mobile */
    }
    
    .mobile-bar {
        display: block !important; /* Force show mobile bar */
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
    }
    
    .header-bright {
        position: relative; /* Ensure proper positioning context */
    }
}

@media (max-width: 767px) {
    .header-bottom {
        position: relative; /* Ensure proper positioning context */
    }
    
    .header-bottom .logo {
        text-align: center;
        padding: 15px 0;
    }
    
    .header-bottom .logo img {
        max-width: 140px;
        height: auto;
    }
    
    .mobile-bar {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .canvas_open {
        width: 40px;
        height: 40px;
        background: #103904;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }
    
    .canvas_open a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    
    .canvas_open a span {
        background: #fff;
        height: 2px;
        width: 20px;
        margin: 2px 0;
        border-radius: 1px;
        transition: all 0.3s ease;
    }
    
    .canvas_open:hover {
        background: #cf962b;
        transform: scale(1.05);
    }
    
    .canvas_open:active {
        transform: scale(0.95);
    }
}

@media (max-width: 480px) {
    .mobile-bar {
        right: 10px;
    }
    
    .canvas_open {
        width: 35px;
        height: 35px;
    }
    
    .canvas_open a span {
        width: 18px;
        height: 1.5px;
        margin: 1.5px 0;
    }
    
    .header-bottom .logo img {
        max-width: 120px;
    }
}

/* Complete Search Removal on Small Screens */
@media (max-width: 767px) {
    .header-search,
    .header-search-icon,
    .header-top-search-form,
    .header-top-search-form-full {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
    
    /* Ensure mobile bar takes full width when search is hidden */
    .header-bright {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }
}

/* Comprehensive Responsiveness Fixes - Final Update */

/* Fix Footer Two-Column Layout and White Text Colors */
@media (max-width: 991px) {
    .footer-top .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .footer-top .col-lg-3 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    
    .footer-top .col-lg-3:nth-child(1),
    .footer-top .col-lg-3:nth-child(2) {
        margin-bottom: 30px;
    }
    
    .footer-top .col-lg-3:nth-child(3),
    .footer-top .col-lg-3:nth-child(4) {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .footer-top .col-lg-3 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px;
    }
}

/* Force White Text Colors in Footer */
.footer-top .f-widgets-single h2,
.footer-top .f-widgets-single p,
.footer-top .f-widgets-single ul li a,
.footer-top .f-social span a,
.footer-bottom .copy-text p,
.footer-bottom .copy-text a {
    color: #ffffff !important;
}

.footer-top .f-widgets-single ul li a:hover {
    color: #cf962b !important;
}

/* Fix Sticky Navigation Positioning */
.sticky-header.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    animation: slideDown 0.5s ease-in-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Fix Hamburger Menu Positioning */
.mobile-bar {
    position: absolute !important;
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
    z-index: 1000 !important;
}

.canvas_open {
    display: block !important;
    position: relative !important;
}

.canvas_open a {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 40px !important;
    height: 40px !important;
    background: #cf962b !important;
    border-radius: 5px !important;
    padding: 8px !important;
}

.canvas_open span {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    background: #ffffff !important;
    margin: 2px 0 !important;
    transition: all 0.3s ease !important;
}

/* Mobile Menu Improvements */
.offcanvas_menu {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 300px !important;
    height: 100vh !important;
    background: #103904 !important;
    z-index: 10000 !important;
    transition: right 0.3s ease !important;
    overflow-y: auto !important;
}

.offcanvas_menu.active {
    right: 0 !important;
}

.offcanvas_menu_wrapper {
    padding: 30px 20px !important;
    height: 100% !important;
}

.canvas_close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 10001 !important;
}

.canvas_close a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 30px !important;
    height: 30px !important;
    background: #cf962b !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    font-size: 16px !important;
}

.mobile-logo {
    text-align: center !important;
    margin-bottom: 30px !important;
}

.mobile-logo img {
    max-width: 150px !important;
    height: auto !important;
}

.offcanvas_main_menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.offcanvas_main_menu li {
    margin-bottom: 15px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding-bottom: 15px !important;
}

.offcanvas_main_menu li:last-child {
    border-bottom: none !important;
}

.offcanvas_main_menu li a {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    display: block !important;
    padding: 10px 0 !important;
}

.offcanvas_main_menu li a:hover,
.offcanvas_main_menu li.active a {
    color: #cf962b !important;
}

/* Header Responsiveness Fixes */
@media (max-width: 991px) {
    .header-bottom .logo {
        text-align: center !important;
    }
    
    .header-bottom .logo img {
        max-width: 120px !important;
        height: auto !important;
    }
    
    .menu {
        display: none !important;
    }
    
    .mobile-bar {
        display: block !important;
    }
    
    .header-bright {
        justify-content: center !important;
        align-items: center !important;
        position: relative !important;
        height: 100% !important;
    }
}

@media (max-width: 767px) {
    .header-top {
        padding: 10px 0 !important;
    }
    
    .header-top .hl_top-left span {
        font-size: 12px !important;
        margin-right: 15px !important;
    }
    
    .header-bottom {
        padding: 15px 0 !important;
    }
    
    .header-bottom .logo img {
        max-width: 100px !important;
    }
    
    .mobile-bar {
        right: 15px !important;
    }
    
    .canvas_open a {
        width: 35px !important;
        height: 35px !important;
    }
    
    .canvas_open span {
        width: 18px !important;
        height: 2px !important;
    }
}

@media (max-width: 575px) {
    .header-top .hl_top-left span {
        font-size: 11px !important;
        margin-right: 10px !important;
    }
    
    .header-bottom .logo img {
        max-width: 80px !important;
    }
    
    .mobile-bar {
        right: 10px !important;
    }
    
    .canvas_open a {
        width: 32px !important;
        height: 32px !important;
    }
    
    .canvas_open span {
        width: 16px !important;
        height: 2px !important;
    }
    
    .offcanvas_menu {
        width: 280px !important;
    }
}

/* Portfolio Responsiveness Fixes */
@media (max-width: 991px) {
    .portfolio-item .thumbnail img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
    
    .portfolio-category ul {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    
    .portfolio-category ul li {
        margin: 5px 10px !important;
    }
}

@media (max-width: 767px) {
    .portfolio-category ul li {
        margin: 5px 8px !important;
        font-size: 14px !important;
        padding: 8px 15px !important;
    }
    
    .portfolio-item {
        margin-bottom: 20px !important;
    }
}

/* General Responsiveness Improvements */
@media (max-width: 991px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .section-padding {
        padding: 60px 0 !important;
    }
    
    .breadcrumb-area {
        padding: 40px 0 !important;
    }
    
    .breadcrumb-content h2 {
        font-size: 28px !important;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 40px 0 !important;
    }
    
    .breadcrumb-area {
        padding: 30px 0 !important;
    }
    
    .breadcrumb-content h2 {
        font-size: 24px !important;
    }
    
    .breadcrumb-content ul li {
        font-size: 14px !important;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding: 30px 0 !important;
    }
    
    .breadcrumb-area {
        padding: 25px 0 !important;
    }
    
    .breadcrumb-content h2 {
        font-size: 20px !important;
    }
    
    .breadcrumb-content ul li {
        font-size: 12px !important;
    }
}

/* Fix for off-canvas overlay */
.off_canvars_overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure proper z-index stacking */
.header {
    z-index: 9999 !important;
}

.mobile-menu-area {
    z-index: 10000 !important;
}

/* Fix for sticky header on mobile */
@media (max-width: 991px) {
    .sticky-header.sticky {
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    }
    
    .header-bottom {
        position: relative !important;
    }
}

/* Additional mobile optimizations */
@media (max-width: 767px) {
    body {
        font-size: 14px !important;
    }
    
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.3 !important;
    }
    
    .btn, .button-3 {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
}

/* Fix for iOS Safari viewport issues */
@supports (-webkit-touch-callout: none) {
    .header {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
    
    .sticky-header.sticky {
        position: -webkit-fixed !important;
        position: fixed !important;
    }
}

/* Final Override Rules - Ensure All Fixes Work */

/* Override any conflicting footer colors */
.footer-top .f-widgets-single h2,
.footer-top .f-widgets-single p,
.footer-top .f-widgets-single ul li a,
.footer-top .f-social span a,
.footer-bottom .copy-text p,
.footer-bottom .copy-text a {
    color: #ffffff !important;
}

/* Override any conflicting mobile menu styles */
@media (max-width: 991px) {
    .offcanvas_menu {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 300px !important;
        height: 100vh !important;
        background: #103904 !important;
        z-index: 10000 !important;
        transition: right 0.3s ease !important;
        overflow-y: auto !important;
        left: auto !important;
        margin-left: 0 !important;
        transform: none !important;
    }
    
    .offcanvas_menu.active {
        right: 0 !important;
    }
    
    .offcanvas_menu_wrapper {
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        left: auto !important;
        margin-left: 0 !important;
        transform: none !important;
        background: transparent !important;
    }
    
    .mobile-bar {
        display: block !important;
        position: absolute !important;
        top: 50% !important;
        right: 20px !important;
        transform: translateY(-50%) !important;
        z-index: 1000 !important;
    }
    
    .canvas_open {
        display: block !important;
        position: relative !important;
        width: 40px !important;
        height: 40px !important;
        background: #cf962b !important;
        border-radius: 5px !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
    }
    
    .canvas_open a {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        height: 100% !important;
        padding: 8px !important;
    }
    
    .canvas_open span {
        display: block !important;
        width: 20px !important;
        height: 2px !important;
        background: #ffffff !important;
        margin: 2px 0 !important;
        transition: all 0.3s ease !important;
        border-radius: 1px !important;
    }
}

/* Ensure sticky header works on all devices */
.sticky-header.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: #103904 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Force footer two-column layout */
@media (max-width: 991px) and (min-width: 768px) {
    .footer-top .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    
    .footer-top .col-lg-3 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* Ensure proper spacing on all screen sizes */
@media (max-width: 767px) {
    .footer-top .col-lg-3 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    
    .header-bottom {
        padding: 15px 0 !important;
    }
    
    .header-bottom .logo {
        text-align: center !important;
    }
    
    .header-bottom .logo img {
        max-width: 100px !important;
        height: auto !important;
    }
}

/* Fix for very small screens */
@media (max-width: 575px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .header-top .hl_top-left span {
        font-size: 11px !important;
        margin-right: 8px !important;
    }
    
    .mobile-bar {
        right: 10px !important;
    }
    
    .canvas_open {
        width: 35px !important;
        height: 35px !important;
    }
    
    .canvas_open span {
        width: 18px !important;
        height: 2px !important;
    }
    
    .offcanvas_menu {
        width: 280px !important;
    }
}

/* Ensure proper z-index stacking */
.header {
    z-index: 9999 !important;
}

.mobile-menu-area {
    z-index: 10000 !important;
}

.offcanvas_menu {
    z-index: 10000 !important;
}

.off_canvars_overlay {
    z-index: 9999 !important;
}

/* Fix for iOS Safari */
@supports (-webkit-touch-callout: none) {
    .sticky-header.sticky {
        position: -webkit-fixed !important;
        position: fixed !important;
    }
    
    .offcanvas_menu {
        -webkit-transform: translateX(100%) !important;
        transform: translateX(100%) !important;
    }
    
    .offcanvas_menu.active {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
}

/* Get Quote Button Styles */
.header-quote {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.get-quote-btn {
    background: #cf962b;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.get-quote-btn:hover {
    background: #b8860b;
    color: #ffffff;
    text-decoration: none;
}

/* Responsive adjustments for Get Quote button */
@media (max-width: 991px) {
    .header-quote {
        margin-right: 15px;
    }
    
    .get-quote-btn {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .get-quote-btn i {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header-quote {
        margin-right: 10px;
    }
    
    .get-quote-btn {
        padding: 8px 14px;
        font-size: 12px;
    }
    
    .get-quote-btn i {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .header-quote {
        margin-right: 8px;
    }
    
    .get-quote-btn {
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .get-quote-btn i {
        font-size: 12px;
    }
}

/* Floating WhatsApp Button */
.floating-whatsapp {
    position: fixed;
    left: 20px;
    bottom: 100px;
    z-index: 9998;
}

.floating-whatsapp a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.floating-whatsapp a:hover {
    background: #128c7e;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6);
    }
    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
}

/* Responsive adjustments for WhatsApp button */
@media (max-width: 767px) {
    .floating-whatsapp {
        left: 15px;
        bottom: 80px;
    }
    
    .floating-whatsapp a {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .floating-whatsapp {
        left: 10px;
        bottom: 70px;
    }
    
    .floating-whatsapp a {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
}

/* Mobile Menu Display Logic - Only Show on Small Screens */
.mobile-bar {
    display: none !important; /* Hide by default on all screens */
}

.offcanvas_menu {
    display: none !important; /* Hide by default on all screens */
}

/* Ensure desktop menu is visible on large screens */
@media (min-width: 992px) {
    .menu {
        display: block !important;
    }
    
    .header-quote {
        display: block !important;
    }
    
    .mobile-bar {
        display: none !important;
    }
    
    .offcanvas_menu {
        display: none !important;
    }
}

/* Show mobile menu only on small screens */
@media (max-width: 991px) {
    .mobile-bar {
        display: block !important; /* Show on tablets and mobile */
    }
    
    .offcanvas_menu {
        display: block !important; /* Show on tablets and mobile */
    }
    
    /* Hide desktop menu on small screens */
    .menu {
        display: none !important;
    }
    
    /* Hide Get Quote button on small screens */
    .header-quote {
        display: none !important;
    }
    
    /* Center logo on small screens */
    .header-bottom .logo {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    /* Hide header top on mobile */
    .header-top {
        display: none !important;
    }
    
    /* Ensure only logo and hamburger menu are visible */
    .header-bottom .logo {
        text-align: center !important;
        margin-bottom: 0 !important;
    }
    
    .header-bottom .logo img {
        max-width: 120px !important;
        height: auto !important;
    }
    
    /* Position hamburger menu properly */
    .mobile-bar {
        position: absolute !important;
        top: 50% !important;
        right: 15px !important;
        transform: translateY(-50%) !important;
    }
}

@media (max-width: 575px) {
    .header-bottom .logo img {
        max-width: 100px !important;
    }
    
    .mobile-bar {
        right: 10px !important;
    }
}

/* Ensure Desktop Menu is Hidden on Small Screens */
@media (max-width: 991px) {
    .header-bright {
        justify-content: center !important;
        align-items: center !important;
        position: relative !important;
        height: 100% !important;
    }
    
    /* Hide search functionality completely on small screens */
    .header-search {
        display: none !important;
    }
    
    /* Ensure proper header layout on small screens */
    .header-bottom .row {
        align-items: center !important;
    }
    
    .header-bottom .col-lg-2 {
        text-align: center !important;
    }
    
    .header-bottom .col-lg-10 {
        position: relative !important;
    }
}

/* Mobile Header Layout - Only Logo and Hamburger */
@media (max-width: 767px) {
    .header-bottom {
        padding: 15px 0 !important;
        min-height: 70px !important;
        position: relative !important;
    }
    
    .header-bottom .row {
        align-items: center !important;
        margin: 0 !important;
    }
    
    .header-bottom .col-lg-2 {
        flex: 1 !important;
        max-width: calc(100% - 60px) !important;
        text-align: left !important;
        padding-left: 15px !important;
    }
    
    .header-bottom .col-lg-10 {
        flex: 0 0 60px !important;
        max-width: 60px !important;
        padding: 0 !important;
        position: relative !important;
    }
    
    .header-bottom .logo {
        text-align: left !important;
        margin: 0 !important;
    }
    
    /* Ensure mobile bar is properly positioned */
    .mobile-bar {
        position: absolute !important;
        top: 50% !important;
        right: 15px !important;
        transform: translateY(-50%) !important;
        z-index: 1000 !important;
        width: 40px !important;
        height: 40px !important;
    }
    
    .canvas_open {
        width: 40px !important;
        height: 40px !important;
        background: #cf962b !important;
        border-radius: 5px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .canvas_open a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        padding: 8px !important;
    }
    
    .canvas_open span {
        display: block !important;
        width: 20px !important;
        height: 2px !important;
        background: #ffffff !important;
        margin: 2px 0 !important;
        border-radius: 1px !important;
    }
}

/* Ultra-small mobile devices */
@media (max-width: 575px) {
    .header-bottom {
        padding: 10px 0 !important;
        min-height: 60px !important;
    }
    
    .header-bottom .logo img {
        max-width: 80px !important;
    }
    
    .mobile-bar {
        right: 10px !important;
        width: 35px !important;
        height: 35px !important;
    }
    
    .canvas_open {
        width: 35px !important;
        height: 35px !important;
    }
    
    .canvas_open span {
        width: 18px !important;
        height: 2px !important;
    }
}