@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.cta_slider_prev
	{
		left: 15px;
	}
	.cta_slider_next
	{
		right: 15px;
	}
	.cta_slider_nav .nav_path,
	.cta_slider_nav .nav_arrow
	{
		fill: url(#grad);
	}
	.test_slider_prev
	{
		left: 15px;
	}
	.test_slider_next
	{
		right: 15px;
	}
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.main_nav_container
	{
		margin-right: 121px;
	}
	.home_slider_content h1:first-child
	{
		font-size: 92px;
	}
	.home_slider_content h1:nth-child(2)
	{
		font-size: 80px;
		margin-top: -24px;
	}
	.footer_blog_content
	{
		padding-left: 74px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	/* Mobile Navigation */
	.main_nav_container
	{
		display: none;
	}
	.hamburger
	{
		display: block;
		padding: 12px;
		min-height: 48px;
		min-width: 48px;
		cursor: pointer;
		transition: all 0.3s ease;
		border-radius: 8px;
	}
	.hamburger:hover
	{
		background: rgba(250, 158, 27, 0.1);
	}
	.hamburger i
	{
		font-size: 22px;
		color: #2d2c2c;
		background: #FFFFFF;
		padding: 10px;
		border-radius: 6px;
		box-shadow: 0 3px 10px rgba(0,0,0,0.15);
		transition: all 0.3s ease;
	}
	.hamburger:hover i
	{
		color: #fa9e1b;
		transform: scale(1.05);
	}
	
	/* Mobile Header */
	.main_nav_col
	{
		height: 70px;
		padding: 0 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.contact_info_bar .container,
	.main_nav .container
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/* Hide search on mobile */
	.content_search
	{
		display: none;
	}
	
	/* Hero Section */
	.home_slider_content h1:first-child
	{
		font-size: 64px;
	}
	.home_slider_content h1:nth-child(2)
	{
		font-size: 52px;
		margin-top: -16px;
	}
	.home_slider_button
	{
		margin-top: 50px;
	}
	.search
	{
		height: auto;
		padding: 60px 0;
	}
	.search_tabs_container
	{
		position: relative;
		bottom: auto;
		left: auto;
		width: auto;
		margin: 0 15px;
	}
	.search_tabs
	{
		height: auto;
		flex-direction: column;
		gap: 2px;
	}
	.search_tab
	{
		height: 56px;
		width: 100%;
		padding: 0 20px;
		border-radius: 8px;
		margin-bottom: 8px;
		font-size: 13px;
	}
	.search_tab:first-child,
	.search_tab:last-child
	{
		border-radius: 8px;
	}
	.search_panel
	{
		display: none !important;
		margin-top: 30px;
		padding: 0 15px;
	}
	.search_panel.active
	{
		display: flex!important;
	}
	.search_item
	{
		width: 100% !important;
		margin-bottom: 20px;
	}
	.search_input
	{
		height: 50px;
		border-radius: 8px;
		padding: 0 16px;
		font-size: 14px;
	}
	.search_button
	{
		height: 50px;
		border-radius: 25px;
		margin-top: 20px;
		width: 100%;
	}
	.intro
	{
		padding: 60px 0;
	}
	.intro_col
	{
		margin-bottom: 40px;
	}
	.intro_item
	{
		height: 400px;
		border-radius: 12px;
		overflow: hidden;
	}
	.cta
	{
		padding: 60px 0;
	}
	.cta_item
	{
		padding: 40px 20px;
		border-radius: 12px;
	}
	.cta_slider_nav
	{
		display: none !important;
	}
	.offers
	{
		padding: 60px 0;
	}
	.offers_image_container
	{
		height: 250px;
		border-radius: 12px;
		overflow: hidden;
	}
	.offers_content
	{
		margin-top: 20px;
		padding: 0 10px;
	}
	.testimonials
	{
		padding: 60px 0;
	}
	.test_slider_nav
	{
		display: none !important;
	}
	/* Enhanced Mobile Footer */
	.footer
	{
		padding: 50px 0 30px;
		background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
		position: relative;
		overflow: hidden;
	}
	
	.footer::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 1px;
		background: linear-gradient(90deg, transparent 0%, rgba(250, 158, 27, 0.5) 50%, transparent 100%);
	}
	.footer .container
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer_column
	{
		margin-bottom: 35px;
		text-align: center;
		padding: 0 10px;
	}
	.footer_column:last-child
	{
		margin-bottom: 20px;
	}
	.footer_title
	{
		font-size: 16px;
		margin-bottom: 20px;
		letter-spacing: 0.5px;
	}
	.footer_title::after
	{
		left: 50%;
		transform: translateX(-50%);
		width: 30px;
	}
	.footer_about_text
	{
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 20px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_social_list
	{
		justify-content: center;
		gap: 20px;
		margin-top: 15px;
	}
	.footer_social_item a
	{
		font-size: 18px;
		padding: 10px;
		border-radius: 50%;
		background: rgba(250, 158, 27, 0.1);
		transition: all 0.3s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
	}
	.footer_social_item a:hover
	{
		background: rgba(250, 158, 27, 0.2);
		transform: scale(1.1);
	}
	.footer_nav_list li
	{
		margin-bottom: 8px;
	}
	.footer_nav_list li a
	{
		font-size: 14px;
		padding: 8px 15px;
		border-radius: 8px;
		display: inline-block;
		min-width: 120px;
	}
	.contact_info_item
	{
		margin-bottom: 15px;
		padding: 12px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.05);
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.contact_info_text,
	.contact_info_text a
	{
		font-size: 14px;
		line-height: 1.5;
	}
	.contact_info_icon
	{
		width: 18px;
		height: 18px;
		margin-right: 12px;
		flex-shrink: 0;
	}
	
	/* Featured Safari Mobile */
	.featured_safari
	{
		padding: 60px 0;
	}
	.safari_col
	{
		margin-bottom: 30px;
	}
	.safari_item
	{
		flex-direction: column;
		height: auto;
	}
	.safari_image
	{
		width: 100%;
		height: 200px;
	}
	.safari_content
	{
		width: 100%;
		padding: 25px 20px;
	}
	.safari_title
	{
		font-size: 18px;
	}
	.safari_text
	{
		font-size: 13px;
	}
	.activity_tag
	{
		font-size: 10px;
		padding: 5px 10px;
	}
	
	/* Why Choose Us Mobile */
	.why_choose_us
	{
		padding: 60px 0;
	}
	
	/* Our Packages Mobile */
	.our_packages
	{
		padding: 60px 0;
	}
	.package_col
	{
		margin-bottom: 30px;
	}
	.package_item
	{
		height: 300px;
		border-radius: 12px;
	}
	.package_content
	{
		padding: 25px 20px;
	}
	.package_title
	{
		font-size: 18px;
	}
	.package_text
	{
		font-size: 13px;
	}
	.why_choose_col
	{
		margin-bottom: 30px;
	}
	.why_choose_item
	{
		padding: 30px 20px;
		border-radius: 12px;
	}
	.why_choose_icon
	{
		width: 70px;
		height: 70px;
		margin-bottom: 20px;
	}
	.why_choose_emoji
	{
		font-size: 32px;
	}
	.why_choose_title
	{
		font-size: 16px;
		margin-bottom: 12px;
	}
	.why_choose_text
	{
		font-size: 13px;
	}
	/* Enhanced Mobile Copyright */
	.copyright
	{
		padding: 15px 0;
		text-align: center;
		background: #1f0733;
	}
	.copyright .container
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.copyright_content
	{
		height: auto;
		margin-bottom: 15px;
	}
	.copyright_content div
	{
		font-size: 12px;
		color: rgba(255, 255, 255, 0.7);
		line-height: 1.4;
	}
	.footer_nav_container
	{
		height: auto;
	}
	.footer_nav_list
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
		margin: 0;
		padding: 0;
	}
	.footer_nav_item
	{
		margin: 0;
	}
	.footer_nav_item a
	{
		font-size: 11px;
		padding: 6px 12px;
		border-radius: 15px;
		background: rgba(255, 255, 255, 0.1);
		transition: all 0.3s ease;
		display: block;
		min-height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer_nav_item a:hover
	{
		background: rgba(250, 158, 27, 0.2);
		color: #fa9e1b;
		transform: translateY(-1px);
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.intro_item
	{
		height: 599px;
	}
	.offers_image_container
	{
		height: 524px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	/* Typography */
	p { font-size: 14px; line-height: 1.6; }
	h1 { font-size: 28px; }
	h2 { font-size: 24px; }
	
	/* Hide top bar on mobile */
	.top_bar { display: none; }
	
	/* Touch-friendly buttons */
	.button
	{
		height: 48px;
		border-radius: 24px;
		min-width: 120px;
	}
	.button a
	{
		line-height: 48px;
		padding: 0 24px;
		font-size: 14px;
	}
	.logo a img
	{
		width: 24px;
	}
	.logo a
	{
		font-size: 24px;
	}
	.home_slider_nav
	{
		display: none !important;
	}
	.home_slider_content h1:first-child
	{
		font-size: 48px;
	}
	.home_slider_content h1:nth-child(2)
	{
    	font-size: 43px;
    	margin-top: -12px;	
	}
	.home_slider_button
	{
		margin-top: 45px;
	}
	.home_slider_dots
	{
		display: none !important;
	}
	.main_nav_col
	{
		height: 60px;
	}
	.header.scrolled .main_nav_col
	{
		height: 60px;
	}
	.logo_container
	{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.content_search
	{
		-webkit-transform: translateY(2px);
		-moz-transform: translateY(2px);
		-ms-transform: translateY(2px);
		-o-transform: translateY(2px);
		transform: translateY(2px);
	}
	.header.scrolled .content_search
	{
		-webkit-transform: translateY(2px);
		-moz-transform: translateY(2px);
		-ms-transform: translateY(2px);
		-o-transform: translateY(2px);
		transform: translateY(2px);
	}
	.hamburger
	{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.logo a
	{
		font-size: 16px;
	}
	.logo a img
	{
		width: 16px;
		margin-right: 7px;
	}
	.hamburger i
	{
		font-size: 18px;
	}
	.content_search svg
	{
		width: 15px;
		height: 15px;
	}
	.menu_close_container
	{
		top: 15px;
		right: 28px;
	}
	.menu_logo
	{
		margin-bottom: 17px;
	}
	.menu_logo a img
	{
		width: 28px !important;
	}
	.menu_item a
	{
		font-size: 24px;
	}
	.search_button
	{
		line-height: 44px;
	}
	.intro_item
	{
		height: calc((100vw - 30px) / 0.85);
	}
	.section_title
	{
		font-size: 21px;
	}
	.cta_item
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.cta_title
	{
		font-size: 24px;
	}
	.test_item
	{
		padding-top: 26px;
	}
	.test_icon
	{
		left: 20px;
		width: 52px;
		height: 52px;
	}
	.test_content
	{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 36px;
	}
	.test_item_info
	{
		left: 20px;
	}
	.test_name
	{
		font-size: 12px;
	}
	.test_date
	{
		font-size: 10px;
	}
	.test_quote_title
	{
		font-size: 16px;
		padding-left: 1px;
	}
	.test_quote_text
	{
		margin-top: 5px;
	}
	.trending_title a
	{
		font-size: 14px;
	}
	.trending_price
	{
		font-size: 12px;
	}
	.trending_location
	{
		font-size: 12px;
	}
	.offers_image_container
	{
		height: calc((100vw - 30px) / 0.974);
	}
	.trending_item
	{
		margin-bottom: 30px;
	}
	.contact_title
	{
		font-size: 24px;
	}
	.contact_form_name
	{
		width: 100%;
		margin-right: 0px;
	}
	.contact_form_email
	{
		width: 100%;
		margin-top: 11px;
	}
	.form_submit_button
	{
		line-height: 44px;
	}
	.footer_about_text
	{
		font-size: 13px;
	}
	
	/* Enhanced Small Mobile Footer */
	.footer
	{
		padding: 40px 0 25px;
	}
	.footer_column
	{
		margin-bottom: 30px;
		padding: 0 5px;
	}
	.footer_title
	{
		font-size: 15px;
		margin-bottom: 18px;
	}
	.footer_about_text
	{
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 18px;
		max-width: 280px;
	}
	.footer_social_list
	{
		gap: 15px;
		margin-top: 12px;
		flex-wrap: wrap;
	}
	.footer_social_item a
	{
		font-size: 16px;
		width: 40px;
		height: 40px;
	}
	.footer_nav_list li a
	{
		font-size: 13px;
		padding: 6px 12px;
		min-width: 100px;
	}
	.contact_info_item
	{
		margin-bottom: 12px;
		padding: 10px;
		max-width: 260px;
	}
	.contact_info_text,
	.contact_info_text a
	{
		font-size: 13px;
	}
	.contact_info_icon
	{
		width: 16px;
		height: 16px;
		margin-right: 10px;
	}
	
	/* Featured Safari Small Mobile */
	.featured_safari
	{
		padding: 50px 0;
	}
	.safari_image
	{
		height: 180px;
	}
	.safari_content
	{
		padding: 20px 15px;
	}
	.safari_title
	{
		font-size: 16px;
		margin-bottom: 12px;
	}
	.safari_text
	{
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	/* Why Choose Us Small Mobile */
	.why_choose_us
	{
		padding: 50px 0;
	}
	
	/* Our Packages Small Mobile */
	.our_packages
	{
		padding: 50px 0;
	}
	.package_item
	{
		height: 280px;
	}
	.package_content
	{
		padding: 20px 15px;
	}
	.package_title
	{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.package_text
	{
		font-size: 12px;
		margin-bottom: 12px;
	}
	.package_button a
	{
		font-size: 12px;
		padding: 6px 16px;
	}
	.why_choose_item
	{
		padding: 25px 15px;
	}
	.why_choose_icon
	{
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}
	.why_choose_emoji
	{
		font-size: 28px;
	}
	.why_choose_title
	{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.why_choose_text
	{
		font-size: 12px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	h2{font-size: 24px;}
	p{font-size: 13px;}
	.intro_center h1
	{
		font-size: 36px;
	}
	.intro_text p
	{
		font-size: 16px;
	}
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}

/* Additional Mobile Improvements */
@media only screen and (max-width: 991px) {
	/* Smooth scrolling for mobile */
	html {
		scroll-behavior: smooth;
	}
	
	/* Better touch targets */
	a, button, .search_tab, .main_nav_item {
		min-height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	/* Mobile-friendly spacing */
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/* Improved mobile menu items */
	.menu_item {
		margin-bottom: 15px;
		padding: 10px 0;
	}
	
	.menu_item a {
		padding: 15px 30px;
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.1);
		backdrop-filter: blur(10px);
		transition: all 0.3s ease;
	}
	
	.menu_item a:hover {
		background: rgba(255, 255, 255, 0.2);
		transform: translateY(-2px);
	}
}

/* Enhanced mobile form styling */
@media only screen and (max-width: 575px) {
	.input_field, .contact_form_message {
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.3);
		border-radius: 12px;
		transition: all 0.3s ease;
	}
	
	.input_field:focus, .contact_form_message:focus {
		border-color: #fa9e1b;
		box-shadow: 0 0 0 3px rgba(250, 158, 27, 0.1);
		outline: none;
	}
	
	/* Mobile card styling */
	.intro_item, .offers_item, .test_item {
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s ease;
	}
	
	.intro_item:hover, .offers_item:hover {
		transform: translateY(-5px);
	}
	
	/* Mobile typography improvements */
	.section_title {
		text-align: center;
		margin-bottom: 30px;
	}
	
	/* Better mobile navigation */
	.main_nav_col {
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}
}

/* Extra small devices optimization */
@media only screen and (max-width: 400px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.menu_item a {
		font-size: 24px;
		padding: 12px 20px;
	}
	
	.search_tab {
		height: 50px;
		font-size: 12px;
	}
	
	.button {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
	
	/* Extra Small Mobile Footer */
	.footer {
		padding: 35px 0 20px;
	}
	.footer .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer_column {
		margin-bottom: 25px;
		padding: 0 10px;
	}
	.footer_title {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.footer_about_text {
		font-size: 12px;
		max-width: 250px;
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.footer_social_list {
		gap: 12px;
		justify-content: center;
	}
	.footer_social_item a {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
	.footer_nav_list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		max-width: 220px;
		margin: 0 auto;
	}
	.footer_nav_list li a {
		font-size: 12px;
		padding: 8px 10px;
		min-width: 80px;
		text-align: center;
		display: block;
	}
	.contact_info_item {
		padding: 10px;
		max-width: 240px;
		margin-bottom: 12px;
		border-radius: 8px;
	}
	.contact_info_text,
	.contact_info_text a {
		font-size: 12px;
		line-height: 1.4;
	}
	.contact_info_icon {
		width: 14px;
		height: 14px;
		margin-right: 10px;
		flex-shrink: 0;
	}
	.copyright {
		padding: 15px 0;
	}
	.copyright_content {
		margin-bottom: 15px;
	}
	.copyright_content div {
		font-size: 11px;
		line-height: 1.4;
	}
	.footer_nav_item a {
		font-size: 10px;
		padding: 6px 8px;
		min-height: 32px;
		border-radius: 12px;
	}
	
	/* Extra Small Mobile Quick Links */
	.footer_column:nth-child(2) .footer_nav_list {
		max-width: 220px;
		gap: 8px;
	}
	
	.footer_column:nth-child(2) .footer_nav_list li a {
		padding: 8px 12px;
		font-size: 12px;
	}
	
	/* Extra small footer services layout */
	.footer_column:nth-child(3) .footer_nav_list {
		grid-template-columns: 1fr 1fr;
		max-width: 200px;
		gap: 6px;
	}
	
	.footer_column:nth-child(3) .footer_nav_list li a {
		padding: 10px 6px;
		font-size: 10px;
		min-height: 60px;
	}
	
	.footer_column:nth-child(3) .footer_nav_list li a::before {
		font-size: 12px;
		margin-bottom: 3px;
	}
}

/* Mobile Footer Enhancements */
@media only screen and (max-width: 991px) {
	/* Mobile Footer Quick Links Grid */
	.footer_nav_list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		gap: 10px;
		max-width: 300px;
		margin: 0 auto;
	}
	
	/* Mobile Contact Info Improvements */
	.contact_info_item {
		display: flex;
		align-items: flex-start;
		text-align: left;
		gap: 12px;
	}
	
	/* Mobile Footer Animation */
	.footer_column {
		animation: fadeInUp 0.6s ease-out;
		animation-fill-mode: both;
	}
	
	.footer_column:nth-child(1) { animation-delay: 0.1s; }
	.footer_column:nth-child(2) { animation-delay: 0.2s; }
	.footer_column:nth-child(3) { animation-delay: 0.3s; }
	.footer_column:nth-child(4) { animation-delay: 0.4s; }
	
	@keyframes fadeInUp {
		from {
			opacity: 0;
			transform: translateY(30px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	
	/* Mobile Footer Logo Enhancement */
	.footer_logo .logo a {
		font-size: 18px;
		justify-content: center;
		display: flex;
		align-items: center;
		gap: 8px;
		color: #fa9e1b;
		font-weight: 600;
	}
	.footer_logo .logo a img {
		width: 20px;
		height: 20px;
	}
	
	/* Mobile WhatsApp Button */
	.whatsapp-button {
		bottom: 100px;
		right: 20px;
	}
	
	.whatsapp-link {
		width: 55px;
		height: 55px;
		font-size: 24px;
	}
	
	/* Mobile footer background enhancement */
	.footer {
		position: relative;
		overflow: hidden;
	}
	
	.footer::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(135deg, rgba(26, 26, 46, 0.95) 0%, rgba(22, 33, 62, 0.95) 50%, rgba(15, 52, 96, 0.95) 100%);
		z-index: -1;
	}
}

/* Small Mobile Footer Enhancements */
@media only screen and (max-width: 575px) {
	.footer_logo .logo a {
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}
	.footer_logo .logo a img {
		width: 18px;
		height: 18px;
	}
	
	/* Improved footer navigation for small screens */
	.footer_nav_list {
		grid-template-columns: repeat(2, 1fr);
		max-width: 280px;
		gap: 8px;
	}
	
	.footer_nav_list li a {
		padding: 10px 8px;
		border-radius: 8px;
		min-height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	/* Better contact info layout */
	.contact_info_item {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
		align-items: flex-start;
		padding: 12px;
	}
	
	.contact_info_text {
		word-break: break-word;
		flex: 1;
	}
	
	.contact_info_text a {
		color: inherit;
		transition: color 0.3s ease;
	}
	
	.contact_info_text a:hover {
		color: #fa9e1b;
	}
	
	/* Enhanced footer column spacing */
	.footer_column {
		padding: 0 10px;
		margin-bottom: 35px;
	}
	
	/* Better footer title styling */
	.footer_title {
		color: #fa9e1b;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
		position: relative;
		padding-bottom: 12px;
	}
	
	.footer_title::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 40px;
		height: 2px;
		background: linear-gradient(90deg, transparent 0%, #fa9e1b 50%, transparent 100%);
	}
	
	/* Small Mobile Quick Links */
	.footer_column:nth-child(2) .footer_nav_list {
		max-width: 250px;
		gap: 10px;
	}
	
	.footer_column:nth-child(2) .footer_nav_list li a {
		padding: 10px 14px;
		font-size: 13px;
	}
	
	.footer_column:nth-child(2) .footer_nav_list li a::before {
		font-size: 9px;
		margin-right: 6px;
	}
	
	/* Small Mobile Services Grid */
	.footer_column:nth-child(3) .footer_nav_list {
		grid-template-columns: repeat(2, 1fr);
		max-width: 260px;
		gap: 8px;
	}
	
	.footer_column:nth-child(3) .footer_nav_list li a {
		padding: 12px 8px;
		font-size: 11px;
		min-height: 65px;
	}
	
	.footer_column:nth-child(3) .footer_nav_list li a::before {
		font-size: 14px;
		margin-bottom: 4px;
	}
}

/* Touch-friendly footer improvements */
@media only screen and (max-width: 991px) {
	.footer_social_item a,
	.footer_nav_item a {
		-webkit-tap-highlight-color: rgba(250, 158, 27, 0.2);
		tap-highlight-color: rgba(250, 158, 27, 0.2);
	}
	
	/* Improved spacing for touch */
	.footer_social_list {
		padding: 10px 0;
	}
	
	.footer_nav_list li {
		margin-bottom: 10px;
	}
	
	/* Better visual hierarchy */
	.footer_title {
		position: relative;
		padding-bottom: 10px;
	}
	
	.footer_title::after {
		bottom: 0;
	}
	
	/* Enhanced Mobile Footer Layout */
	.footer_column {
		padding: 0 15px;
		margin-bottom: 40px;
	}
	
	/* Better mobile footer logo */
	.footer_logo {
		margin-bottom: 25px;
	}
	
	.footer_logo .logo {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	/* Improved contact info mobile layout */
	.contact_info_list {
		max-width: 320px;
		margin: 0 auto;
	}
	
	.contact_info_item {
		border: 1px solid rgba(255, 255, 255, 0.1);
		transition: all 0.3s ease;
	}
	
	.contact_info_item:hover {
		background: rgba(255, 255, 255, 0.08);
		border-color: rgba(250, 158, 27, 0.3);
		transform: translateY(-2px);
	}
	
	/* Enhanced Quick Links Structure */
	.footer_column:nth-child(2) .footer_nav_list {
		display: flex;
		flex-direction: column;
		gap: 12px;
		max-width: 200px;
		margin: 0 auto;
	}
	
	.footer_column:nth-child(2) .footer_nav_list li {
		margin-bottom: 0;
	}
	
	.footer_column:nth-child(2) .footer_nav_list li a {
		display: flex;
		align-items: center;
		padding: 12px 16px;
		background: rgba(255, 255, 255, 0.05);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 8px;
		transition: all 0.3s ease;
		font-size: 14px;
		font-weight: 500;
		text-transform: capitalize;
		position: relative;
		overflow: hidden;
	}
	
	.footer_column:nth-child(2) .footer_nav_list li a::before {
		content: '▶';
		margin-right: 8px;
		font-size: 10px;
		color: #fa9e1b;
		transition: transform 0.3s ease;
	}
	
	.footer_column:nth-child(2) .footer_nav_list li a:hover {
		background: rgba(250, 158, 27, 0.1);
		border-color: rgba(250, 158, 27, 0.3);
		transform: translateX(5px);
		color: #fa9e1b;
	}
	
	.footer_column:nth-child(2) .footer_nav_list li a:hover::before {
		transform: translateX(3px);
	}
	
	/* Enhanced Services Structure */
	.footer_column:nth-child(3) .footer_nav_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		max-width: 280px;
		margin: 0 auto;
	}
	
	.footer_column:nth-child(3) .footer_nav_list li {
		margin-bottom: 0;
	}
	
	.footer_column:nth-child(3) .footer_nav_list li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 15px 10px;
		background: rgba(255, 255, 255, 0.05);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 10px;
		transition: all 0.3s ease;
		font-size: 12px;
		font-weight: 500;
		text-align: center;
		min-height: 70px;
		justify-content: center;
		position: relative;
		overflow: hidden;
	}
	
	.footer_column:nth-child(3) .footer_nav_list li a::before {
		content: '🏨';
		font-size: 16px;
		margin-bottom: 5px;
		transition: transform 0.3s ease;
	}
	
	.footer_column:nth-child(3) .footer_nav_list li:nth-child(1) a::before { content: '🏨'; }
	.footer_column:nth-child(3) .footer_nav_list li:nth-child(2) a::before { content: '✈️'; }
	.footer_column:nth-child(3) .footer_nav_list li:nth-child(3) a::before { content: '🛥️'; }
	.footer_column:nth-child(3) .footer_nav_list li:nth-child(4) a::before { content: '🗺️'; }
	.footer_column:nth-child(3) .footer_nav_list li:nth-child(5) a::before { content: '🎯'; }
	
	.footer_column:nth-child(3) .footer_nav_list li a:hover {
		background: rgba(250, 158, 27, 0.1);
		border-color: rgba(250, 158, 27, 0.3);
		transform: translateY(-3px);
		color: #fa9e1b;
		box-shadow: 0 5px 15px rgba(250, 158, 27, 0.2);
	}
	
	.footer_column:nth-child(3) .footer_nav_list li a:hover::before {
		transform: scale(1.2);
	}
	
	/* Enhanced mobile copyright */
	.copyright {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	
	.copyright_content {
		text-align: center;
		margin-bottom: 20px;
	}
	
	/* Mobile footer navigation improvements */
	.footer_nav_container {
		text-align: center;
	}
	
	.footer_nav_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		margin: 0;
		padding: 0;
	}
	
	.footer_nav_item a {
		white-space: nowrap;
		border: 1px solid rgba(255, 255, 255, 0.1);
	}
	
	.footer_nav_item a:hover {
		border-color: rgba(250, 158, 27, 0.3);
	}
}