/*
Theme Name: DreamsTour
Theme URI: #    
Version: 1.1
Description: Tour Booking, Travel Agency & Reservation System with Agent Dashboard WordPress Theme by Dreams Technologies.
Author: Dreams Technologies
Author URI: Dreams Technologies
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 7.4
License: GNU General Public License
License URI: license.txt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments
Text Domain: dreamstour
Copyright (C) 2025 Dreams Technologies. All rights reserved.
*/
   
:root {--dreamstour_primary_color:#D4483B;}

.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
    transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	background: #fff;
}
.header.fixed {
	position: fixed;
	box-shadow: 0 3px 53px rgb(197 197 197 / 27%);
	transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	background: #fff
}
.navbar-brand.logo {
	margin-right: 0;
}
.logo img {
    height: auto;
    max-width: 100%;
    max-width: 160px;
}
.header-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
    position: relative;
	height: 85px;
	padding: 0;
	margin-bottom: 0;
}
.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-menu-wrapper .main-nav li + li {
	margin-left: 20px;
}
.main-nav > li > a {
	color: #2C2C51;
	font-size: 16px;
	font-weight: 700;
}
.main-nav > li.active > a {
	color: #2C2C51;
	font-size: 16px;
	font-weight: 700;
}
.main-nav li a {
	display: block;
     font-weight: 700;
}
.main-nav li a:hover {
	color: #FB9A3E;
}

.main-nav li a.active {
	color: #ff8917 !important
}
.header-navbar-rht {
    margin: 0;
	padding: 0;
}
.header-navbar-rht > li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    padding-right: 15px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.header-navbar-rht > li:last-child {
	padding-right:0px;
}
.header-navbar-rht li > a i {
	margin-right: 5px;
}

/*-----------------
	8. Mobile Menu
-----------------------*/
.sidebar-overlay {
	background-color: rgba(0, 0, 0, .6);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.sidebar-overlay.opened {
	display: block;
}

.banner-content,
.inner-content .inner-content-left,
.inner-img-banner,
.price-body,
.review-content-wrap,
.section-bg-img .img-bg,
.top-head-ad,
.top-header {
	position: relative
}

.menu-opened .main-menu-wrapper {
	transform: translateX(0)
}

.menu-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 60px;
    padding:  0 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	display: none;
}
.menu-logo img {
    height: auto;
    max-width: 160px;
}
.menu-close {
    font-size: 18px;
    color: #01011E;
}
.bar-icon {
	display: inline-block;
	width: 42px;
	padding: 8px;
	border: 1px solid #E6E6E6;
	border-radius: 6px;
}
.bar-icon span {
    background: linear-gradient(118deg, #FB9A3E 32.59%, #EE132F 99.7%);
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 6px;
    width: 24px;
    border-radius: 2px;
}
.bar-icon span:nth-child(2) {
	width: 16px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
#mobile_btn {
	display: none;
	margin-right: 30px;
}
.main-menu-wrapper {
    margin: 0 15px 0;
}
.navbar-brand.logo-small {
	display: none;
}
.navbar-brand.logo-small img {
	max-height: 30px;
 }

/*-----------------
    9. Top-Header
-----------------------*/
.top-head-ad {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.top-header {
	padding: 10px 0;
	position: relative;
	background: #01011E;
	font-size: 15px;
}
.top-head-ad span.close-icon a {
	color: #fff;
}
.top-head-ad span.close-icon {
	color: #fff;
	position: absolute;
	right: 10px;
}

.footer {
	background: #141432;
}
.footer-content h2 {
	text-align: center;
	color: #fff;
	margin: 0 auto 40px auto;
	font-size: 40px;
	font-weight: 700;
	max-width: 650px;
}
.footer-bottom{
	padding-top: 20px;
	border-top: 1px solid #212B36;
}
.footer-bottom .social-icon i{
   font-size: 24px;
}
.footer .section-bg .footer-bg {
	left: 0;
	top: 100px;
}
.footer-content h2 span {
	background: linear-gradient(118deg, #FB9A3E 32.59%, #EE132F 99.7%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footer .footer-top {
	padding: 60px 0;
	position: relative;
}
.footer-bottom-text {
	padding: 0 0 20px;
}
.footer .footer-widget.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	outline: none;
	text-align: center;
}
.footer .footer-menu ul li {
	margin-right: 20px;
	display: inline-block;
	position: relative;
}
.footer .footer-menu ul li:last-child {
	margin-bottom: 0;
}
.footer .footer-menu ul li a {
	color: #FFF;
	font-size: 16px;
}
.footer .social-icon {
	text-align: right;
}
.footer .social-icon ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer .social-icon ul li {
	margin-right: 5px;
}
.footer .social-icon ul li:last-child {
	margin-right: 0;
}
.footer .social-icon ul li a {
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.4s ease 0s;
}
.footer .social-icon ul li a:hover i{
	color: #FF8917;
}
.footer .footer-bottom .copyright-text p {
	color: #FFF;
}
.footer .footer-menu ul li a:hover {
	color: #FF8917;
}
.author-logo ul {
	padding: 0;
	margin-bottom: 17px;
	text-align: center;
}
.author-logo ul li {
	display: inline-block;
	margin: 0 27px 15px 0;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.author-logo ul li:last-child {
	margin-right: 0;
}
.author-logo ul li img {
	margin-bottom: 15px;
}
.back-to-top i {
	color: #fff;
}
.back-to-top-icon {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    background: linear-gradient(118deg, #FB9A3E 32.59%, #EE132F 99.7%);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.back-to-top-icon:hover {
    color: #fff;
    background: #01011E;
}
.btn-close:focus {
	box-shadow: none; 
}

.btn:focus {
	box-shadow: none;
}
.btn-primary {
	background: linear-gradient(118deg, #FB9A3E 32.59%, #EE132F 99.7%);
	border-radius: 8px;
	border: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
	padding: 12px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-primary:hover {
	background: #01011E; 
	-webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.btn-primary:hover,
.btn-primary:active {
	background-color: #01011E;
	border: 0;    
	color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus {
	background-color: #FB9A3E;
	border: 0;   
	box-shadow: inset 0 70px 0 0 #FB9A3E;
	color: #fff !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled) {
	background-color: #FB9A3E;
	border: 0;
	box-shadow: inset 70px 0 0 0 #FB9A3E;
	color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.btn-primary.active:focus:not(:disabled):not(.disabled), 
.btn-primary:active:focus:not(:disabled):not(.disabled) {
	box-shadow: unset;
}
.btn-primary:disabled {
	background-color: #01011E;
	border: 0;
	box-shadow: inset 70px 0 0 0 #01011E;
	color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.btn-secondary {
	background: #01011E;
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 12px 20px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background: linear-gradient(118deg, #FB9A3E 32.59%, #EE132F 99.7%);
	color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.btn-secondary:active:focus,
.btn-secondary:active:hover {
	background-color: #fff;
	border: 0;
	color: #1C0828;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:active:not(:disabled):not(.disabled) {
	background-color: #1C0828;
	border-color: #1C0828;
	color: #fff;
}
.btn-secondary.active:focus:not(:disabled):not(.disabled), 
.btn-secondary:active:focus:not(:disabled):not(.disabled) {
	box-shadow: unset;
}
.btn-secondary:disabled {
    background-color: #1C0828;
    border-color: #1C0828;
    color: #fff;
}
.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:active:not(:disabled):not(.disabled) {
	background-color: #01011E;
	border-color: #01011E;
	color: #fff;
}
.btn-secondary.active:focus:not(:disabled):not(.disabled), 
.btn-secondary:active:focus:not(:disabled):not(.disabled) {
	box-shadow: unset;
}
.btn-secondary:disabled {
    background-color: #01011E;
    border-color: #01011E;
    color: #fff;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.banner-wrap-btn .banner-btns a i {
	margin-right: 10px;
}
.banner-wrap-btn .banner-btns {
	margin-right: 15px;
}
.banner-wrap-btn {
	display: flex;
	align-items: center;
	position: relative;
}
.section-bg img {
    position: absolute;
}

.media-icons {
    position: fixed;
    right: 15px;
    bottom: 150px;
    z-index: 100;
    background: #FFF;
    padding: 10px;
    border-radius: 110px;
    box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
}
.media-icons a.whatsap-icon {
    background: #04BD6C;
}
.media-icons a.mail-icon {
    background: #111827;
}
.media-icons a:last-child {
    margin-bottom: 0;
}
.media-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #FFF;
    margin-bottom: 5px;
}

.bg-success{
	background-color: rgb(25,135,84) !important;
    border: 1px solid rgb(25,135,84) !important;
}
.badge{
	padding: 0.2rem 0.35rem;
	text-transform: none;
	border-radius: 0.375rem;
}

@media only screen and (max-width: 1199.98px) {
	.logo img {
        max-width: 140px;
    }
	.main-menu-wrapper {
		margin: 0;
	}
	.btn-primary {
		padding: 10px 20px;
	}
	.btn-secondary {
		padding: 10px 20px;
	}
	.content{
		padding: 100px 0;
	}
}

@media only screen and (max-width: 991.98px) {
	.main-nav li a:hover {
		color: #FB9A3E;
	}
	.main-nav > li.active > a, .main-nav > li > a {
		font-size: 14px;
	}
	.main-nav {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.main-nav > li {
		margin-left: 0;
	}
	.main-nav li + li {
		margin-left: 0 !important;
	}
	.main-nav > li > a {
		line-height: 1.5;
		padding: 15px 20px !important;
		font-size: 14px;
		font-weight: 700;
	}
	.main-menu-wrapper {
		order: 3;
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 11111;
		transform: translateX(-260px);
		transition: all 0.4s;
		background-color: #fff;
		margin: 0;
		border-right: 1px solid #E1E2E5;
	}
	.menu-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background: #fff;
	}
	.navbar-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.main-nav > li {
		margin-right: 0;
	}
	#mobile_btn {
		line-height: 0;
		display: inline-block;
	}
	.header-nav{
		height: 65px;
	}	
	.top-header{
		display: none;
	}
}

@media only screen and (max-width: 575.98px) {
	.navbar-header {
		width: 100%;
	}
	#mobile_btn {
		margin-right: 0;
		padding: 0 0px;
		position: absolute;
		z-index: 99;
	}
	.navbar-brand.logo {
		display: none;
	}
	.navbar-brand.logo-small {
		display: block;
		width: 100%;
		text-align: center;
		margin-right: 0;
		padding: 0 45px;
	}
	.navbar-brand.logo img {
		height: 40px;
	}
	.header-navbar-rht, .navbar-brand.logo{ display: none;}
}
