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

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

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Logo
	3.3 Main Nav
	3.4 Menu
4. Home
	4.1 Home Slider
	4.2 Home Slider Nav
	4.3 Home Slider Dots
5. Search
6. Section Title
7. Intro
8. CTA
	8.1 CTA Slider
9. Offers
10. Testimonials
	10.1 Testimonials Slider
11. Trending
12. Contact
13. Footer
	13.1 Footer - About
	13.2 Footer - Blog
	13.3 Footer - Tags
	13.4 Footer - Contact Info
14. Copyright


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

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf')  format('truetype'),
		 url('../fonts/beyond_the_mountains.ttf')  format('opentype');
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
	padding-top: 120px;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	color: #929191;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	display: inline-block;
	height: 53px;
	border-radius: 27px;
	overflow: hidden;
}
.button_bcg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);
	z-index: -1;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.button:hover .button_bcg
{
	left: -100%;
}
.button a
{
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 46px;
	padding-right: 46px;
	white-space: nowrap;
	z-index: 2;
}
.button span
{
	display: inline-block;
	vertical-align: middle;
	width: 5.75px;
	height: 5.63px;
	background: #FFFFFF;
	border-radius: 50%;
	margin-right: 2px;
}
.button span:first-child
{
	margin-left: 10px;
}
.button span:nth-child(2)
{
	opacity: 0.6;
}
.button span:last-child
{
	opacity: 0.4;
	margin-right: 0px;
}

/*********************************
3. Header
*********************************/

.contact_info_bar
{
	background: #e91e63;
	padding: 8px 0;
	font-size: 13px;
}
.contact_info_bar .container,
.main_nav .container
{
	max-width: none;
	margin-left: 0;
	padding-left: 30px;
	padding-right: 15px;
}
.contact_item
{
	color: #FFFFFF;
	margin-right: 25px;
	font-weight: 500;
}
.contact_item:last-child
{
	margin-right: 0;
}
.contact_item i
{
	margin-right: 8px;
	color: #fa9e1b;
}
.location_link
{
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.location_link:hover
{
	color: #e91e63;
	text-decoration: none;
}
.header
{
	position: fixed;
	top: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
.header.scrolled
{
	background: #FFFFFF;
	box-shadow: 0 2px 15px rgba(0,0,0,0.15);
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar
{
	display: none;
}
.phone
{
	display: inline-block;
	margin-right: 36px;
	line-height: 36px;
	font-size: 10px;
	font-weight: 600;
	color: #FFFFFF;
}
.social_list_item
{
	position: relative;
	display: inline-block;
	margin-right: 3px;
}
.social_list_item:last-child
{
	margin-right: 0px;
}
.social_list_item a
{
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 36px;
}
.social_list_item:hover a i
{
	color: #fa9e1c;
}
.social_list_item a i
{
	font-size: 12px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social_list_item a:hover
{
	color: #FFFFFF;
}
.user_box_link
{
	display: inline-block;
}
.user_box_link a
{
	display: block;
	font-size: 10px;
	line-height: 36px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
}
.user_box_link a:hover
{
	color: #fa9e1c;
}
.user_box_login
{
	margin-right: 15px;
}
.user_box_login::after
{
	display: block;
	position: absolute;
	top: 15px;
	right: -9px;
	background: #FFFFFF;
	width: 1px;
	height: 9px;
	content: '';
}
.main_nav_col
{
	height: 80px;
	transition: all 0.3s ease;
	justify-content: space-between !important;
}

/*********************************
3.2 Logo
*********************************/

.logo_container
{
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.header.scrolled .logo_container
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.logo a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #2d2c2c;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.logo a img
{
	display: inline-block;
	vertical-align: baseline;
	margin-right: 9px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

/*********************************
3.3 Main Nav
*********************************/

.main_nav_container
{
	margin-left: -80px;
	margin-right: 0;
}
.main_nav_list
{
	display: flex;
	align-items: center;
	gap: 35px;
	padding: 0;
	margin: 0;
}
.main_nav_item
{
	position: relative;
	display: inline-block;
}
.main_nav_item a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	text-transform: capitalize;
	padding: 10px 0;
	transition: all 0.3s ease;
	letter-spacing: 0.3px;
	position: relative;
}
.main_nav_item a:hover
{
	color: #fa9e1b;
}
.main_nav_item a::after
{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 2px;
	background: #fa9e1b;
	transition: width 0.3s ease;
}
.main_nav_item a:hover::after
{
	width: 100%;
}
.content_search
{
	cursor: pointer;
	padding: 8px;
	transition: all 0.3s ease;
}
.content_search:hover .mag_glass
{
	fill: #fa9e1b;
}
.mag_glass
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.content_search img
{
	width: 17px;
	height: 17px;
}
.content_search:hover .mag_glass
{
	fill: #fa9e1c;
}
.search_form
{
	position: absolute;
	right: 15px;
	top: 120px;
	width: 237px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}
.search_form.active
{
	top: 105px;
	visibility: visible;
	opacity: 1;
}
.search_content_input
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #1b0b32;
	padding-left: 20px;
	outline: none !important;
	border: none !important;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}
.bez_1
{
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

/*********************************
3.4 Menu
*********************************/

.hamburger
{
	display: none;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	cursor: pointer;
	margin-left: 20px;
	transition: all 0.3s ease;
	border-radius: 8px;
}
.hamburger:hover
{
	background: rgba(250, 158, 27, 0.1);
}
.header.scrolled .hamburger
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.hamburger i
{
	font-size: 24px;
	color: #2d2c2c;
	background: #FFFFFF;
	padding: 8px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.hamburger:hover i
{
	color: #fa9e1c;
}

.social_nav_icons
{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-left: 15px;
}

.social_nav_link
{
	color: #333333;
	font-size: 18px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.social_nav_link:hover
{
	color: #fa9e1b;
	transform: scale(1.1);
}

.social_nav_link.tiktok
{
	font-weight: 700;
	font-size: 16px;
}

/* Instagram Brand Color */
.social_nav_link i.fa-instagram
{
	color: #E4405F;
}

.social_nav_link i.fa-instagram:hover
{
	color: #C13584;
}

/* TikTok Brand Color */
.social_nav_link.tiktok
{
	color: #000000;
	background: linear-gradient(45deg, #ff0050, #00f2ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.social_nav_link.tiktok:hover
{
	background: linear-gradient(45deg, #ff0050, #00f2ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	transform: scale(1.1);
}
.menu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(135deg, #fa9e1b, #8d4fff);
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	backdrop-filter: blur(10px);
	overflow-y: auto;
}
.menu.active
{
	opacity: 0.98;
	visibility: visible;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_item
{
	position: relative;
	margin-bottom: 3px;
}
.menu_item:last-child
{
	margin-bottom: 0px;
}
.menu_logo
{
	margin-bottom: 40px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.menu_logo a img
{
	width: 40px !important;
}
.menu_item a
{
	display: inline-block;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 600;
	padding: 20px 40px;
	margin: 8px 0;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.menu_item a::after
{
	display: block;
	position: absolute;
	top: 60%;
	left: 0;
	width: 0;
	height: 4px;
	background: #FFFFFF;
	letter-spacing: 2px;
	content: '';
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.menu_item a:hover
{
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
}
.menu_item:hover a::after
{
	width: 100%;
}
.menu_close_container
{
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #fa9e1c;
}

.menu_social
{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.menu_social_link
{
	color: #FFFFFF;
	font-size: 20px;
	padding: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

.menu_social_link:hover
{
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.1);
	color: #FFFFFF;
}

.menu_social_link.tiktok
{
	font-weight: 700;
	font-size: 16px;
}

/* Mobile Menu Instagram Brand Color */
.menu_social_link i.fa-instagram
{
	color: #E4405F;
}

.menu_social_link:hover i.fa-instagram
{
	color: #C13584;
}

/* Mobile Menu TikTok Brand Color */
.menu_social_link.tiktok
{
	background: linear-gradient(45deg, #ff0050, #00f2ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.menu_social_link.tiktok:hover
{
	background: linear-gradient(45deg, #ff0050, #00f2ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/*********************************
3.5 WhatsApp Button
*********************************/

.whatsapp-button
{
	position: fixed;
	bottom: 120px;
	right: 30px;
	z-index: 1000;
}

.whatsapp-link
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #25D366;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 28px;
	text-decoration: none;
	box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
	transition: all 0.3s ease;
}

.whatsapp-link:hover
{
	background: #128C7E;
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
	color: #FFFFFF;
	text-decoration: none;
}

.whatsapp-link i
{
	line-height: 1;
}

/*********************************
4. Home
*********************************/

.home
{
	width: 100%;
	height: 100vh;
}


/*********************************
4.1 Home Slider
*********************************/

.hero_video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.home_slider_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(49, 18, 75, 0.4);
}
.home_slider
{
	width: 100%;
	height: 100%;
}
.home_slider_item
{
	width: 100%;
	height: 100%;
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity:0.5;
}
.home_slider_content
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
}
.home_slider_content h1
{
	margin-bottom: 0px;
}
.home_slider_content h1:first-child
{
	font-size: 112px;
	font-weight: 900;
	color: #FFFFFF;
	text-transform: uppercase;
}
.home_slider_content h1:nth-child(2)
{
	font-family: 'Beyond';
	font-size: 100px;
	color: #FFFFFF;
	margin-top: -34px;
}
.home_slider_button
{
	margin-top: 70px;
}
.flipInX
{
	animation-delay: 600ms;
}

/*********************************
4.2 Home Slider Nav
*********************************/

.home_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11;
	cursor: pointer;
}
.home_slider_prev
{
	left: 50px;
}
.home_slider_next
{
	right: 50px;
}
.home_slider_prev:hover .nav_path,
.home_slider_prev:hover .nav_arrow
{
	fill: url(#home_grad_prev);
}
.home_slider_next:hover .nav_arrow,
.home_slider_next:hover .nav_path
{
	fill: url(#home_grad_next);
}

/*********************************
4.3 Home Slider Dots
*********************************/

.home_slider_dots
{
	position: absolute;
	right: 50px;
	bottom: 45px;
	z-index: 10;
}
.home_slider_custom_dots
{

}
.home_slider_custom_dot
{
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot:hover
{
	color: #fa9e1c;
}
.home_slider_custom_dot:hover.active div
{
	border-color: #fa9e1c;
}
.home_slider_custom_dot.active
{
	padding-left: 13px;
	padding-right: 9px;
	margin-right: 3px;
}
.home_slider_custom_dot div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px transparent;
	border-radius: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot.active div
{
	border: solid 2px #FFFFFF;
}

/*********************************
5. Search
*********************************/

.search
{
	width: 100%;
	height: 192px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
	z-index: 10;
}
.search_tabs_container
{
	position: absolute;
	bottom: 100%;
	left: 15px;
	width: calc(100% - 30px);
}
.search_tabs
{
	height: 94px;
}
.search_tab
{
	font-size: 14px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
	text-align: center;
	height: 100%;
	flex-grow: 1;
	background: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_tab img
{
	margin-right: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_tab:first-child
{
	border-top-left-radius: 94px;
	padding-left: 7px;
}
.search_tab:last-child
{
	border-top-right-radius: 94px;
	padding-right: 7px;
}
.search_tab.active
{
	background: #fa9e1b;
	color: #FFFFFF;
}
.search_tab.active img
{
	-webkit-filter: brightness(200%) grayscale(100%);
	-moz-filter: brightness(200%) grayscale(100%);
	-ms-filter: brightness(200%) grayscale(100%);
	-o-filter: brightness(200%) grayscale(100%);
  	filter: brightness(200%) grayscale(100%);
}
.search_tab:hover
{
	background: #fa9e1b;
	color: #FFFFFF;
}
.search_tab:hover img
{
	-webkit-filter: brightness(200%) grayscale(100%);
	-moz-filter: brightness(200%) grayscale(100%);
	-ms-filter: brightness(200%) grayscale(100%);
	-o-filter: brightness(200%) grayscale(100%);
  	filter: brightness(200%) grayscale(100%);
}
.search_panel
{
	display: none !important;
	width: 100%;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
.search_panel.active
{
	display: flex!important;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.search_panel_content
{
	width: 100%;
	height: 100%;
}
.search_input
{
	width: 100%;
	height: 46px;
	border: none;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: 600;
	color: #929191;
}
.search_item:first-child
{
	width: 30.453%;
}
.search_item:nth-child(2)
{
	width: 13.961%;
}
.search_item:nth-child(3)
{
	width: 13.961%;
}
.search_item:nth-child(4)
{
	width: 9.947%;
}
.search_item:nth-child(5)
{
	width: 9.947%;
}
.search_item div
{
	font-size: 13px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.dropdown_item_select
{
	-webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(../images/dropdown.png);
	background-position: center right;
	background-repeat: no-repeat;
	border: solid 1px #FFFFFF;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.dropdown_item_select::-ms-expand
{
    display: none;
}
.dropdown_item_select:hover
{
	border: solid 1px #fa9e1c;
}
.dropdown_item_select:focus
{
	outline-color: #fa9e1c;
}
.search_button
{
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 46px;
	padding-right: 46px;
	background: #31124b;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	border: none;
	outline: none;
	cursor: pointer;
}
.search_button:hover
{
	opacity: 0.8;
}

/*********************************
6. Section Title
*********************************/

.section_title
{
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	margin-top: -8px;
	text-transform: uppercase;
}

/*********************************
7. Intro
*********************************/

.intro
{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 105px;
}
.intro_title
{
	font-weight: 700;
	color: #2d2c2c;
	margin-top: -14px;
}
.intro_text
{
	margin-top: 21px;
}
.intro_text p
{
	font-size: 24px;
	font-style: italic;
	color: #929191;
	line-height: 1.336;
	margin-bottom: 0px;
}
.intro_items
{
	margin-top: 69px;
}
.intro_item
{
	width: 100%;
	height: 425px;
}
.intro_item_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(49, 18, 75, 0.55);
}
.intro_item_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.intro_item_content
{
	width: 100%;
	height: 100%;
	z-index: 3;
}
.intro_date
{
	position: absolute;
	top: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	padding-left: 39px;
	padding-right: 39px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 27px;
	background: #fa9e1c;
	border-radius: 14px;
}
.intro_button
{
	position: absolute;
	bottom: 51px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.intro_center
{

}
.intro_center h1
{
	font-size: 59px;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: -0.05em;
}
.intro_price
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: -4px;
}
.rating
{
	margin-top: 10px;
}
.rating i
{
	font-size: 19px;
	margin-right: 4px;
}
.rating i:last-child
{
	margin-right: 0px;
}
.rating_1 i:first-child{color: #ffeb8d;}
.rating_2 i:first-child{color: #ffeb8d;}
.rating_2 i:nth-child(2){color: #fed46b;}
.rating_3 i:first-child{color: #ffeb8d;}
.rating_3 i:nth-child(2){color: #fed46b;}
.rating_3 i:nth-child(3){color: #fbb53d;}
.rating_4 i:first-child{color: #ffeb8d;}
.rating_4 i:nth-child(2){color: #fed46b;}
.rating_4 i:nth-child(3){color: #fbb53d;}
.rating_4 i:nth-child(4){color: #fa9e1b;}
.rating_5 i:first-child{color: #ffeb8d;}
.rating_5 i:nth-child(2){color: #fed46b;}
.rating_5 i:nth-child(3){color: #fbb53d;}
.rating_5 i:nth-child(4){color: #fa9e1b;}
.rating_5 i:nth-child(5){color: #ef910a;}

/*********************************
7.1 Featured Safari
*********************************/

.featured_safari
{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #f8f9fa;
}
.section_subtitle
{
	font-size: 16px;
	color: #666;
	margin-top: 15px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}
.safari_items
{
	margin-top: 70px;
}
.safari_col
{
	margin-bottom: 40px;
}
.safari_card
{
	background: #FFFFFF;
	border-radius: 15px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	border: 2px solid #e8e8e8;
	padding: 10px;
}
.safari_card:hover
{
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0,0,0,0.12);
	border-color: #fa9e1b;
}
.safari_image_container
{
	position: relative;
	height: 220px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #ddd;
}
.safari_image
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}
.safari_card:hover .safari_image
{
	transform: scale(1.05);
}
.safari_overlay
{
	display: none;
}
.safari_badge
{
	position: absolute;
	top: 15px;
	right: 15px;
	background: linear-gradient(135deg, #fa9e1b, #ff6b35);
	color: #FFFFFF;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 10;
	box-shadow: 0 4px 15px rgba(250, 158, 27, 0.3);
}
.safari_badge_popular
{
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}
.safari_badge_value
{
	background: linear-gradient(135deg, #27ae60, #2ecc71);
	box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
}
.safari_badge_special
{
	background: linear-gradient(135deg, #8d4fff, #667eea);
	box-shadow: 0 4px 15px rgba(141, 79, 255, 0.3);
}
.safari_content
{
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border: 1px solid #f0f0f0;
	margin: 0 8px 8px 8px;
	border-radius: 0 0 10px 10px;
}
.safari_header
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
	flex-wrap: wrap;
	gap: 10px;
}
.safari_title
{
	font-size: 20px;
	font-weight: 700;
	color: #2d2c2c;
	margin: 0;
	transition: all 0.3s ease;
	flex: 1;
	min-width: 200px;
}
.safari_card:hover .safari_title
{
	color: #fa9e1b;
}
.safari_rating
{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
}
.safari_reviews
{
	font-size: 12px;
	color: #666;
	font-weight: 500;
}
.safari_text
{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
}
.safari_features
{
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.safari_feature
{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #666;
	font-weight: 500;
}
.safari_feature i
{
	color: #fa9e1b;
	font-size: 14px;
}
.safari_activities
{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 25px;
}
.activity_tag
{
	font-size: 11px;
	font-weight: 600;
	color: #FFFFFF;
	background: linear-gradient(135deg, #fa9e1b, #ff6b35);
	padding: 6px 12px;
	border-radius: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	border: none;
	box-shadow: 0 2px 8px rgba(250, 158, 27, 0.2);
}
.activity_tag:hover
{
	background: linear-gradient(135deg, #8d4fff, #667eea);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(141, 79, 255, 0.3);
}
.safari_footer
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid #eee;
	margin-top: auto;
	flex-wrap: wrap;
	gap: 15px;
}
.safari_price_container
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.safari_price
{
	font-size: 24px;
	font-weight: 800;
	color: #fa9e1b;
	line-height: 1;
	margin-bottom: 2px;
}
.safari_price_note
{
	font-size: 12px;
	color: #999;
	font-weight: 500;
}
.safari_buttons
{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.safari_btn
{
	padding: 10px 20px;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	min-width: 100px;
	border: 2px solid transparent;
}
.safari_btn_primary
{
	background: linear-gradient(135deg, #fa9e1b, #ff6b35);
	color: #FFFFFF;
	box-shadow: 0 4px 15px rgba(250, 158, 27, 0.3);
}
.safari_btn_primary:hover
{
	background: linear-gradient(135deg, #ff6b35, #fa9e1b);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(250, 158, 27, 0.4);
	color: #FFFFFF;
}
.safari_btn_secondary
{
	background: transparent;
	color: #666;
	border-color: #ddd;
}
.safari_btn_secondary:hover
{
	background: #f8f9fa;
	color: #fa9e1b;
	border-color: #fa9e1b;
	transform: translateY(-2px);
}

/*********************************
7.2 Destination Cards
*********************************/

.destination_card
{
	background: #FFFFFF;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	border: 1px solid #e8e8e8;
}
.destination_card:hover
{
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0,0,0,0.12);
	border-color: #fa9e1b;
}
.destination_image_container
{
	position: relative;
	height: 200px;
	overflow: hidden;
}
.destination_image
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}
.destination_card:hover .destination_image
{
	transform: scale(1.05);
}
.destination_overlay
{
	display: none;
}
.destination_badge
{
	position: absolute;
	top: 15px;
	right: 15px;
	background: linear-gradient(135deg, #fa9e1b, #ff6b35);
	color: #FFFFFF;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 10;
	box-shadow: 0 4px 15px rgba(250, 158, 27, 0.3);
}
.destination_content
{
	padding: 15px 20px 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border: 1px solid #f0f0f0;
	margin: 0 8px 8px 8px;
	border-radius: 0 0 10px 10px;
}
.destination_header
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 12px;
	gap: 10px;
}
.destination_title
{
	font-size: 18px;
	font-weight: 700;
	color: #2d2c2c;
	margin: 0;
	transition: all 0.3s ease;
	flex: 1;
}
.destination_card:hover .destination_title
{
	color: #fa9e1b;
}
.destination_rating
{
	display: flex;
	align-items: center;
}
.destination_location
{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #666;
}
.destination_location i
{
	color: #fa9e1b;
}
.destination_text
{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
	flex-grow: 1;
}
.destination_features
{
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}
.destination_feature
{
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: #666;
	font-weight: 500;
}
.destination_feature i
{
	color: #fa9e1b;
	font-size: 12px;
}
.destination_footer
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	border-top: 1px solid #eee;
	margin-top: auto;
	gap: 15px;
}
.destination_price_container
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.destination_price
{
	font-size: 18px;
	font-weight: 800;
	color: #fa9e1b;
	line-height: 1;
	margin-bottom: 2px;
}
.destination_price_note
{
	font-size: 11px;
	color: #999;
	font-weight: 500;
}
.destination_buttons
{
	display: flex;
	gap: 8px;
}
.destination_btn
{
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	min-width: 80px;
	border: 2px solid transparent;
}
.destination_btn_primary
{
	background: linear-gradient(135deg, #fa9e1b, #ff6b35);
	color: #FFFFFF;
	box-shadow: 0 3px 10px rgba(250, 158, 27, 0.3);
}
.destination_btn_primary:hover
{
	background: linear-gradient(135deg, #ff6b35, #fa9e1b);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(250, 158, 27, 0.4);
	color: #FFFFFF;
}
.destination_btn_secondary
{
	background: transparent;
	color: #666;
	border-color: #ddd;
}
.destination_btn_secondary:hover
{
	background: #f8f9fa;
	color: #fa9e1b;
	border-color: #fa9e1b;
	transform: translateY(-2px);
}

/*********************************
7.2 Why Choose Us
*********************************/

.why_choose_us
{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #FFFFFF;
}
.why_choose_items
{
	margin-top: 70px;
}
.why_choose_col
{
	margin-bottom: 50px;
}
.why_choose_item
{
	padding: 40px 25px;
	border-radius: 15px;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: #f8f9fa;
	border: 2px solid transparent;
}
.why_choose_item:hover
{
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	border-color: rgba(250, 158, 27, 0.2);
}
.why_choose_icon
{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: linear-gradient(135deg, #fa9e1b, #8d4fff);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
.why_choose_icon::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #8d4fff, #fa9e1b);
	opacity: 0;
	transition: all 0.3s ease;
}
.why_choose_item:hover .why_choose_icon::before
{
	opacity: 1;
}
.why_choose_emoji
{
	font-size: 36px;
	z-index: 2;
	position: relative;
	transition: all 0.3s ease;
}
.why_choose_item:hover .why_choose_emoji
{
	transform: scale(1.1);
}
.why_choose_title
{
	font-size: 18px;
	font-weight: 700;
	color: #2d2c2c;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.3;
	transition: all 0.3s ease;
}
.why_choose_item:hover .why_choose_title
{
	color: #fa9e1b;
}
.why_choose_text
{
	font-size: 14px;
	font-weight: 400;
	color: #929191;
	line-height: 1.6;
	margin-bottom: 0;
	text-align: center;
	flex-grow: 1;
	display: flex;
	align-items: center;
}

/*********************************
7.2 Our Packages
*********************************/

.our_packages
{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #f8f9fa;
}
.packages_grid
{
	margin-top: 70px;
}
.package_col
{
	margin-bottom: 40px;
}
.package_item
{
	position: relative;
	height: 350px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	cursor: pointer;
}
.package_item:hover
{
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.package_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.3s ease;
}
.package_item:hover .package_image
{
	transform: scale(1.05);
}
.package_content
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 25px;
	background: linear-gradient(transparent, rgba(0,0,0,0.8));
	color: #FFFFFF;
	z-index: 2;
}
.package_title
{
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}
.package_item:hover .package_title
{
	color: #fa9e1b;
}
.package_text
{
	font-size: 14px;
	color: rgba(255,255,255,0.9);
	line-height: 1.5;
	margin-bottom: 15px;
}
.package_button
{
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s ease;
}
.package_item:hover .package_button
{
	opacity: 1;
	transform: translateY(0);
}
.package_button a
{
	font-size: 13px;
	font-weight: 600;
	color: #fa9e1b;
	text-transform: uppercase;
	padding: 8px 20px;
	border: 2px solid #fa9e1b;
	border-radius: 25px;
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
	display: inline-block;
}
.package_button a:hover
{
	background: #fa9e1b;
	color: #FFFFFF;
}

/*********************************
7.2 Our Packages
*********************************/

.our_packages
{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #f8f9fa;
}
.packages_grid
{
	margin-top: 70px;
}
.package_col
{
	margin-bottom: 40px;
}
.package_item
{
	position: relative;
	height: 350px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	cursor: pointer;
}
.package_item:hover
{
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.package_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.3s ease;
}
.package_item:hover .package_image
{
	transform: scale(1.05);
}
.package_content
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 25px;
	background: linear-gradient(transparent, rgba(0,0,0,0.8));
	color: #FFFFFF;
	z-index: 2;
}
.package_title
{
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}
.package_item:hover .package_title
{
	color: #fa9e1b;
}
.package_text
{
	font-size: 14px;
	color: rgba(255,255,255,0.9);
	line-height: 1.5;
	margin-bottom: 15px;
}
.package_button
{
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s ease;
}
.package_item:hover .package_button
{
	opacity: 1;
	transform: translateY(0);
}
.package_button a
{
	font-size: 13px;
	font-weight: 600;
	color: #fa9e1b;
	text-transform: uppercase;
	padding: 8px 20px;
	border: 2px solid #fa9e1b;
	border-radius: 25px;
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
	display: inline-block;
}
.package_button a:hover
{
	background: #fa9e1b;
	color: #FFFFFF;
}

/*********************************
8. CTA
*********************************/

.cta
{
	padding-top: 125px;
	padding-bottom: 116px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
}
.cta_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.27;
}

/*********************************
8.1 CTA Slider
*********************************/

.cta_slider_container
{

}
.cta_item
{
	padding-top: 75px;
	padding-bottom: 61px;
	padding-left: 90px;
	padding-right: 90px;
	background: #FFFFFF;
}
.cta_title
{
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
}
.cta_text
{
	font-weight: 600;
	line-height: 2.29;
	margin-top: 14px;
	margin-bottom: 0px;
}
.cta_button
{
	margin-top: 38px;
}
.rating_r i::before
{
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 19px;
	margin-right: 4px;
}
.rating_r_1 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_2 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_2 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_3 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_3 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_3 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_4 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_4 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 i:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_5 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_5 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_5 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_5 i:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_5 i:nth-child(5)::before{color: #ef910a; content: "\f005";}
.cta_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.cta_slider_prev
{
	left: -75px;
}
.cta_slider_next
{
	right: -75px;
}
.cta_slider_prev:hover .nav_path,
.cta_slider_prev:hover .nav_arrow
{
	fill: url(#cta_grad_prev);
}
.cta_slider_next:hover .nav_path,
.cta_slider_next:hover .nav_arrow
{
	fill: url(#cta_grad_next);
}

/*********************************
9. Offers
*********************************/

.offers
{
	width: 100%;
	padding-top: 105px;
	padding-bottom: 43px;
	background: #f3f6f9;
}
.offers_items
{
	margin-top: 90px;
}
.offers_col
{
	margin-bottom: 83px;
}
.offers_item
{

}
.offers_image_container
{
	width: 100%;
	height: 100%;
}
.offers_image_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.offer_name
{
	position: absolute;
	left: 0;
	bottom: 27px;
	width: 180px;
	height: 33px;
	background: #fa9e1b;
	overflow: hidden;
}
.offer_name a
{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 35px;
	padding-left: 22px;
}
.offers_content
{
	
}
.offers_price
{
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	color: #eda84a;
	line-height: 25px;
}
.offers_price span
{
	font-size: 14px;
	font-weight: 400;
	color: #929191;
	margin-left: 12px;
}
.offers_rating
{

}
.offers_rating i::before
{
	font-size: 13px;
	margin-right: 2px;
}
.offers_text
{
	font-size: 14px;
	font-weight: 400;
	color: #929191;
	margin-top: 16px;
}
.offers_icons
{
	margin-top: 17px;
}
.offers_icons_item
{
	display: inline-block;
	margin-right: 15px;
}
.offers_icons_item:last-child
{
	margin-right: 0px;
}
.offers_link
{
	margin-top: 54px;
}
.offers_link a
{
	font-size: 12px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.offers_link a:hover
{
	color: #fa9e1b;
}

/*********************************
10. Testimonials
*********************************/

.testimonials
{
	width: 100%;
	padding-top: 105px;
	padding-bottom: 105px;
	background: #FFFFFF;
}
.test_border
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
}

/*********************************
10.1 Testimonials Slider
*********************************/

.test_slider_container
{
	width: 100%;
	margin-top: 54px;
}
.test_item
{
	padding-top: 36px;
}
.test_icon
{
	position: absolute;
	top: 0px;
	left: 41px;
	width: 72px;
	height: 72px;
	background: #fa9e1b;
	border-radius: 50%;
	overflow: hidden;
}
.test_icon img
{
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto !important;
}
.test_content_container
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44.1%;
	background: rgba(49, 18, 75, 0.8);
}
.test_content
{
	width: 100%;
	height: 100%;
	padding-left: 38px;
	padding-top: 44px;
	padding-right: 40px;
}
.test_item_info
{
	position: absolute;
	left: 41px;
	bottom: calc(100% - 18px);
	background: #FFFFFF;
	padding-left: 20px;
	padding-right: 21px;
	padding-top: 9px;
	padding-bottom: 10px;
	z-index: 10;
}
.test_name
{
	font-size: 14px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
}
.test_date
{
	font-size: 11px;
	margin-top: 2px;
	color: #2d2c2c;
	padding-left: 2px;
}
.test_quote_title
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 3px;
}
.test_quote_text
{
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
}
.test_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.test_slider_nav .nav_path,
.test_slider_nav .nav_arrow
{
	fill: #c4ced2;
}
.test_slider_prev
{
	left: -75px;
}
.test_slider_next
{
	right: -75px;
}
.test_slider_prev:hover .nav_path,
.test_slider_prev:hover .nav_arrow
{
	fill: url(#test_grad_prev);
}
.test_slider_next:hover .nav_path,
.test_slider_next:hover .nav_arrow
{
	fill: url(#test_grad_next);
}

/*********************************
11. Trending
*********************************/

.trending
{
	width: 100%;
	padding-top: 105px;
	padding-bottom: 50px;
}
.trending_container
{
	margin-top: 90px;
}
.trending_item
{
	margin-bottom: 55px;
}
.trending_image
{
	width: 82px;
	height: 76px;
	float: left;
}
.trending_image img
{
	width: 100%;
}
.trending_content
{
	padding-left: 94px;
}
.trending_title
{
	margin-top: -5px;
}
.trending_title a
{
	font-size: 16px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trending_title a:hover
{
	color: #fa9e1b;
}
.trending_price
{
	font-size: 14px;
	font-weight: 700;
	color: #fa9e1b;
	margin-top: 2px;
}
.trending_location
{
	font-size: 14px;
	font-weight: 400;
	color: #929191;
	text-transform: uppercase;
	margin-top: 5px;
}

/*********************************
12. Contact
*********************************/

.contact
{
	width: 100%;
	padding-bottom: 105px;
}
.contact_background
{
	position: absolute;
	bottom: -34px;
	left: 0;
	width: 100%;
	height: 104%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_title
{
	font-size: 30px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}
.contact_form_container
{
	padding-top: 74px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 88px;
	background: linear-gradient(to top right, #fa9e1b, #8d4fff);
}
.contact_form
{
	margin-top: 52px;
	font-size: 0px;
}
.input_field
{
	height: 48px;
	font-size: 12px;
	font-weight: 400;
	border: none;
	outline: none;
	background: transparent;
	color: #FFFFFF;
	border-bottom: solid 2px #e1e1e1;
}
.contact_form_name
{
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}
.contact_form_email
{
	width: calc((100% - 30px) / 2);
}
.contact_form_subject
{
	width: 100%;
	margin-top: 11px;
}
.contact_form_message
{
	height: 126px;
	width: 100%;
	border: none;
	outline: none;
	margin-top: 19px;
	background: transparent;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	border-bottom: solid 2px #e1e1e1;
	padding-top: 11px;
}
.form_submit_button
{
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 29px;
	padding-right: 29px;
	background: #31124b;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	border: none;
	outline: none;
	margin-top: 37px;
	cursor: pointer;
}
.form_submit_button:hover
{
	opacity: 0.8;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
} 
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

/*********************************
13. Footer
*********************************/

.footer {
    width: 100%;
    padding: 80px 0 60px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #fa9e1b, #8d4fff, #667eea, #f093fb);
}

.footer::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.05) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
    z-index: 0;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer_title {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
    position: relative;
}

.footer_title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #fa9e1b, #8d4fff);
    border-radius: 2px;
}

/*********************************
13.1 Footer - About
*********************************/

.footer_about {
    padding-top: 0;
}

.footer_logo {
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: 0;
}

.footer_logo .logo a {
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_about_text {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 25px;
}

.footer_social_list {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer_social_item {
    display: inline-block;
    margin-right: 20px;
}

.footer_social_item a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}

.footer_social_item a:hover {
    color: #fa9e1b;
    transform: scale(1.2);
}

/* Footer Instagram Brand Color */
.footer_social_item a i.fa-instagram {
    color: #E4405F;
}

.footer_social_item a:hover i.fa-instagram {
    color: #C13584;
}

/* Footer TikTok Brand Color */
.footer_social_item a.tiktok {
    background: linear-gradient(45deg, #ff0050, #00f2ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.footer_social_item a.tiktok:hover {
    background: linear-gradient(45deg, #ff0050, #00f2ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transform: scale(1.2);
}

/*********************************
13.2 Footer - Links
*********************************/

.footer_links_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_links_list li {
    margin-bottom: 12px;
}

.footer_links_list li a {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 8px 0;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 5px;
    padding-left: 15px;
}

.footer_links_list li a::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #fa9e1b;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
}

.footer_links_list li a:hover {
    color: #FFFFFF;
    padding-left: 25px;
    background: rgba(250, 158, 27, 0.1);
}

.footer_links_list li a:hover::before {
    opacity: 1;
    left: 8px;
}

/*********************************
13.3 Footer - Contact Info
*********************************/

.contact_info_list {
    margin-top: 40px;
}

.contact_info_item {
    margin-bottom: 22px;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.contact_info_item:hover {
    background: rgba(250, 158, 27, 0.1);
    transform: translateX(5px);
}

.contact_info_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.contact_info_icon img {
    display: block;
    width: 100%;
}

.contact_info_text,
.contact_info_text a {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-top: 0;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a {
    color: #fa9e1b;
}

/*********************************
14. Copyright
*********************************/

.copyright
{
	background: #1f0733;
}
.copyright_content
{
	height: 52px;
}
.copyright_content div
{
	font-size: 12px;
	font-weight: 600;
	color: #685677;
}
.footer_nav_container
{
	height: 52px;
}
.footer_nav
{
	
}
.footer_nav_list
{
	font-size: 0px;
}
.footer_nav_item
{
	display: inline-block;
	margin-right: 40px;
}
.footer_nav_item a
{
	font-size: 12px;
	font-weight: 600;
	color: #685677;
	text-transform: uppercase;
	line-height: 2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_nav_item a:hover
{
	color: #FFFFFF;
}

/*********************************
13.5 Enhanced Footer Links
*********************************/

/* Desktop Quick Links Structure */
.footer_column:nth-child(2) .footer_nav_list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.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);
}

/* Desktop Services Structure */
.footer_column:nth-child(3) .footer_nav_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.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);
}
/* Cards Section */
.cards_section {
    padding: 80px 0;
    background: #f8f9fa;
}

.section_title {
    font-size: 36px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 50px;
}

.card_item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.card_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card_image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card_item:hover .card_image img {
    transform: scale(1.1);
}

.card_content {
    padding: 30px 25px;
}

.card_content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.card_content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card_price {
    font-size: 20px;
    font-weight: 600;
    color: #fa9e1b;
    margin-bottom: 20px;
}

.card_button {
    display: inline-block;
}

.card_button a {
    background: #fa9e1b;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
}

.card_button a:hover {
    background: #e8890b;
}
/* Cards Section */
.cards_section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.card_item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-bottom: 40px;
    position: relative;
}

.card_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(250, 158, 27, 0.1), rgba(141, 79, 255, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.card_item:hover::before {
    opacity: 1;
}

.card_item:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.card_image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.card_image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(transparent, rgba(0,0,0,0.3));
    z-index: 2;
}

.card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card_item:hover .card_image img {
    transform: scale(1.15);
}

.card_content {
    padding: 35px 30px;
    position: relative;
    z-index: 3;
}

.card_content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

.card_content p {
    color: #7f8c8d;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 15px;
}

.card_price {
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(45deg, #fa9e1b, #e8890b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 25px;
    display: inline-block;
}

.card_button {
    display: inline-block;
}

.card_button a {
    background: linear-gradient(45deg, #fa9e1b, #e8890b);
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(250, 158, 27, 0.3);
    position: relative;
    overflow: hidden;
}

.card_button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.card_button a:hover::before {
    left: 100%;
}

.card_button a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(250, 158, 27, 0.4);
}

@media (max-width: 768px) {
    .cards_section {
        padding: 60px 0;
    }
    
    .card_content {
        padding: 25px 20px;
    }
    
    .card_content h3 {
        font-size: 22px;
    }
    
    .card_price {
        font-size: 20px;
    }
}
/* Call to Action Button */
.cta_main_button {
    margin-top: 50px;
}

.btn_cta {
    display: inline-block;
    background: linear-gradient(45deg, #fa9e1b, #e8890b);
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(250, 158, 27, 0.3);
    position: relative;
    overflow: hidden;
}

.btn_cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}

.btn_cta:hover::before {
    left: 100%;
}

.btn_cta:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 40px rgba(250, 158, 27, 0.4);
    color: #fff;
    text-decoration: none;
}
/* Different colored card buttons */
.card_button_blue a {
    background: linear-gradient(45deg, #007bff, #0056b3) !important;
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3) !important;
}

.card_button_blue a:hover {
    background: linear-gradient(45deg, #0056b3, #004085) !important;
    box-shadow: 0 12px 25px rgba(0, 123, 255, 0.4) !important;
}

.card_button_green a {
    background: linear-gradient(45deg, #28a745, #1e7e34) !important;
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.3) !important;
}

.card_button_green a:hover {
    background: linear-gradient(45deg, #1e7e34, #155724) !important;
    box-shadow: 0 12px 25px rgba(40, 167, 69, 0.4) !important;
}

.card_button_purple a {
    background: linear-gradient(45deg, #6f42c1, #5a32a3) !important;
    box-shadow: 0 8px 20px rgba(111, 66, 193, 0.3) !important;
}

.card_button_purple a:hover {
    background: linear-gradient(45deg, #5a32a3, #4c2a85) !important;
    box-shadow: 0 12px 25px rgba(111, 66, 193, 0.4) !important;
}
/* Mobile Navigation Simplification */
@media (max-width: 768px) {
    .contact_info_bar {
        display: none;
    }
    
    .top_bar {
        display: none;
    }
    
    .main_nav {
        padding: 10px 0;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    
    .logo {
        font-size: 18px;
    }
    
    .logo img {
        width: 25px;
        height: 25px;
    }
    
    .content_search {
        display: none;
    }
    
    .hamburger {
        font-size: 18px;
        color: #333;
    }
    
    .menu {
        background: #fff;
        padding: 5px;
    }
    
    .menu_content {
        background: none;
    }
    
    .menu_logo {
        margin-bottom: 5px;
    }
    
    .menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .menu_item {
        margin: 1px 0;
        border-bottom: 1px solid #eee;
        padding-bottom: 1px;
    }
    
    .menu_item a {
        color: #333;
        text-decoration: none;
        font-size: 13px;
        text-transform: capitalize;
        display: block;
        padding: 6px 0;
    }
    
    .menu_close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    
    .menu_close::before,
    .menu_close::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background: #333;
        top: 50%;
        left: 0;
    }
    
    .menu_close::before {
        transform: rotate(45deg);
    }
    
    .menu_close::after {
        transform: rotate(-45deg);
    }
}