/* Color scheme */

/*-------- 3.1 Preloader --------*/
[data-loader="circle-side"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #cc0066;
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	border-radius: 100%;
}
/*-------- 1.2 Buttons --------*/
	a.button_intro_2,
	.button_intro_2 {
		background: #cc0066;
	}
	a.button_intro_2:hover,
	.button_intro_2:hover {
		color: #cc0066 !important;
	}
	a.btn_full,
	.btn_full {
		background: #cc0066;
	}
	a.btn_full:hover,
	.btn_full:hover {
		background: #333;
	}
	a.btn_1,
	.btn_1 {
		background: #cc0066;
	}
	a.btn_1:hover,
	.btn_1:hover {
		background: #333;
	}
	a.btn_1_outline,
	.btn_1_outline {
		color: #cc0066;
		border: 2px solid #cc0066;
	}
	a.btn_1_outline:hover,
	.btn_1_outline:hover {
		background: #333;
		border: 2px solid #333;
		color: #fff;
	}
	/*General links color*/
	a {
		color: #cc0066;
	}
	a:hover,
	a:focus {
		color: #333;
	}
/*============================================================================================*/
/* MENU */
/*============================================================================================*/

	ul#tools_top li a.search-overlay-menu-btn:hover {
		color: #cc0066;
	}
	/*First level styles */			
	.main-menu > ul > li:hover > a {background-color:#cc0066;}

@media only screen and (min-width: 992px) {
	
	/* Submenu style*/
	.main-menu ul ul li:hover > a {background-color:#f9f9f9;color:#cc0066;}
	/* Megamenu */
	.main-menu ul li.megamenu .menu-wrapper {border-top: 2px solid #cc0066;}
}

@media only screen and (max-width: 991px) {
	#header_menu{background:#cc0066 url(../img/pattern_3.png) repeat;}
	.main-menu ul li a:hover,
	a.show-submenu:hover,
	a.show-submenu:focus,
	a.show-submenu-mega:hover,
	a.show-submenu-mega:focus{color:#cc0066 !important;background-color:#f9f9f9;}	
}
/*============================================================================================*/
/* end MENU */
/*============================================================================================*/

	h2 span,
	h3 span,
	h4 span,
	h5 span,
	h6 span {
		color:#ff3366;
	}
	#top_line {
		background: #e01066 url(../img/pattern_3.png) repeat !important;
	}
	
	#tickets.table tr.total_row {
		color: #cc0066;
	}
	
	#tickets.table td input#total {
		color: #cc0066;
	}
	
	.indent_title_in i {
		color: #cc0066;
	}
	
	.bloglist ul li a:hover,
	.bloglist h4 a:hover {
		color: #cc0066;
	}
	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #cc0066;
	}
	.pagination > li > a:hover,
	.pagination > li > span:hover {
		background-color: #cc0066 !important;
		border-color: #cc0066 !important;
		color: #ffffff !important;
	}
	.list_tours ul li a .price_list {
	color: #ff3366;
	}
	.list_tours ul li a .price_list:hover {
		color: #ff3366;
	}
	.short_info strong {
		background-color: #ff3366;
	}
	.price_grid {
		background-color: #cc0066;
	}
	.banner {
		background: #cc0066 url(../img/pattern_3.png) repeat;
	}
	.panel-title a .indicator {
		color: #cc0066;
	}
	.box_style_2 h3{
		background-color:#cc0066;
	}
	.box_style_2 h3 span{
	color: #FF9;
}


/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Hero Banner matching mockup */
.header-hero {
	position: relative;
	width: 100%;
	max-height: 520px;
	overflow: hidden;
}
.header-hero img.hero-img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	object-position: center 35%;
}

/* Pink theme accent */
.btn_1, a.btn_1 {
	background: #e01066 !important;
	border-radius: 20px;
	padding: 10px 25px;
	font-weight: 500;
}
.btn_1:hover, a.btn_1:hover {
	background: #b50b50 !important;
}

/* Popular Tours Box container */
.popular-tours-wrapper {
	background: #ffffff;
	border-radius: 4px;
	padding: 30px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
	margin-top: 25px;
	margin-bottom: 30px;
}

/* Testimonial full promo section */
.promo_full_bhutan {
	background: url(../img/bhutan_promo.jpg) no-repeat center center;
	background-size: cover;
	padding: 90px 0;
	position: relative;
}
.promo_full_bhutan::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0, 0, 0, 0.25);
}
.testimonial_card_single {
	position: relative;
	z-index: 2;
	background: rgba(30, 30, 30, 0.75);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-radius: 6px;
	padding: 30px 40px;
	color: #ffffff;
	max-width: 650px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 20px;
}
.testimonial_card_single .avatar_circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #888888;
	flex-shrink: 0;
}
.testimonial_card_single .quote_text {
	font-style: italic;
	font-size: 15px;
	line-height: 1.6;
	color: #e0e0e0;
	margin: 0;
}

/*============================================================================================*/
/* Black Navigation Header Bar with White Text */
/*============================================================================================*/
header,
#header_1 header,
#header_2 header,
header.sticky,
#header_1 header.sticky,
#header_2 header.sticky {
	background-color: #000000 !important;
	border-bottom: 1px solid #222222 !important;
}

.main-menu > ul > li > a,
.main-menu > ul > li.active > a {
	color: #ffffff !important;
	background-color: transparent !important;
}

.main-menu > ul > li:hover > a {
	color: #ffffff !important;
	background-color: transparent !important;
}

ul#tools_top li a.search-overlay-menu-btn {
	color: #ffffff !important;
}

ul#tools_top li a.search-overlay-menu-btn:hover {
	color: #cc0066 !important;
}

/* Mobile Toggle Menu Switch */
header .cmn-toggle-switch span,
header .cmn-toggle-switch span::before,
header .cmn-toggle-switch span::after {
	background-color: #ffffff !important;
}

/* Increase Logo Size by 20% (From 145x34 to 174x41) */
#logo_home h1 {
	margin-top: 6px !important;
}

#logo_home h1 a {
	width: 174px !important;
	height: 41px !important;
	background-size: 174px 41px !important;
}

#logo {
	width: 174px !important;
	height: auto !important;
	max-height: 41px !important;
	margin-top: 6px !important;
}





