/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 8px;
	--default: #777;
}
/* Skin Colors */
:root {
	--primary: #0088cc;
	--primary-100: #0077b3;
	--primary-200: #006ea6;
	--primary-300: #006699;
	--primary--100: #0099e6;
	--primary--200: #00a1f2;
	--primary--300: #00aaff;
	--primary-rgba-0: rgba(0, 136, 204, 0);
	--primary-rgba-10: rgba(0, 136, 204, 0.1);
	--primary-rgba-20: rgba(0, 136, 204, 0.2);
	--primary-rgba-30: rgba(0, 136, 204, 0.3);
	--primary-rgba-40: rgba(0, 136, 204, 0.4);
	--primary-rgba-50: rgba(0, 136, 204, 0.5);
	--primary-rgba-60: rgba(0, 136, 204, 0.6);
	--primary-rgba-70: rgba(0, 136, 204, 0.7);
	--primary-rgba-80: rgba(0, 136, 204, 0.8);
	--primary-rgba-90: rgba(0, 136, 204, 0.9);
	--secondary: #0169fe;
	--secondary-100: #015ee5;
	--secondary-200: #0159d8;
	--secondary-300: #0154cb;
	--secondary--100: #1a78fe;
	--secondary--200: #277ffe;
	--secondary--300: #3487fe;
	--secondary-rgba-0: rgba(1, 105, 254, 0);
	--secondary-rgba-10: rgba(1, 105, 254, 0.1);
	--secondary-rgba-20: rgba(1, 105, 254, 0.2);
	--secondary-rgba-30: rgba(1, 105, 254, 0.3);
	--secondary-rgba-40: rgba(1, 105, 254, 0.4);
	--secondary-rgba-50: rgba(1, 105, 254, 0.5);
	--secondary-rgba-60: rgba(1, 105, 254, 0.6);
	--secondary-rgba-70: rgba(1, 105, 254, 0.7);
	--secondary-rgba-80: rgba(1, 105, 254, 0.8);
	--secondary-rgba-90: rgba(1, 105, 254, 0.9);
	--tertiary: #2baab1;
	--tertiary-100: #26969c;
	--tertiary-200: #248c92;
	--tertiary-300: #218388;
	--tertiary--100: #30bec6;
	--tertiary--200: #34c6ce;
	--tertiary--300: #3fc9d0;
	--tertiary-rgba-0: rgba(43, 170, 177, 0);
	--tertiary-rgba-10: rgba(43, 170, 177, 0.1);
	--tertiary-rgba-20: rgba(43, 170, 177, 0.2);
	--tertiary-rgba-30: rgba(43, 170, 177, 0.3);
	--tertiary-rgba-40: rgba(43, 170, 177, 0.4);
	--tertiary-rgba-50: rgba(43, 170, 177, 0.5);
	--tertiary-rgba-60: rgba(43, 170, 177, 0.6);
	--tertiary-rgba-70: rgba(43, 170, 177, 0.7);
	--tertiary-rgba-80: rgba(43, 170, 177, 0.8);
	--tertiary-rgba-90: rgba(43, 170, 177, 0.9);
	--quaternary: #102735;
	--quaternary-100: #2d323a;
	--quaternary-200: #272c32;
	--quaternary-300: #22262b;
	--quaternary--100: #434c56;
	--quaternary--200: #49525e;
	--quaternary--300: #4e5865;
	--quaternary-rgba-0: rgba(56, 63, 72, 0);
	--quaternary-rgba-10: rgba(56, 63, 72, 0.1);
	--quaternary-rgba-20: rgba(56, 63, 72, 0.2);
	--quaternary-rgba-30: rgba(56, 63, 72, 0.3);
	--quaternary-rgba-40: rgba(56, 63, 72, 0.4);
	--quaternary-rgba-50: rgba(56, 63, 72, 0.5);
	--quaternary-rgba-60: rgba(56, 63, 72, 0.6);
	--quaternary-rgba-70: rgba(56, 63, 72, 0.7);
	--quaternary-rgba-80: rgba(56, 63, 72, 0.8);
	--quaternary-rgba-90: rgba(56, 63, 72, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #FFF;
	--tertiary-inverse: #FFF;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}


/*
* RTL
*/
/*
* General
*/
.custom-font-secondary {
		font-family: "Lora", serif !important;
}

.custom-highlight-text-1 {
		position: absolute;
		right: -64px;
		bottom: -41px;
		font-size: 36.8px;
		font-size: 2.3rem;
		transform: rotate(-15deg);
}

.custom-border-radius-1 {
		border-radius: 7px;
}

.custom-container-style-3 {
		min-width: 85vw;
}

@media (min-width: 576px) {
		.custom-container-style-3 {
				min-width: 540px;
		}
}

@media (min-width: 768px) {
		.custom-container-style-3 {
				min-width: 720px;
		}
}

@media (min-width: 992px) {
		.custom-container-style-3 {
				min-width: 960px;
		}
}

@media (min-width: 1200px) {
		.custom-container-style-3 {
				min-width: 1140px;
		}
}

.custom-container-position-1 {
		position: relative;
		transform: translate3d(-50%, 0, 0);
		left: 50%;
}

/*
* Buttons
*/
@keyframes toBottomFromTop {
		49% {
				transform: translate3d(0, 100%, 0) scale(1);
		}
		50% {
				opacity: 0;
				transform: translate3d(0, -100%, 0) scale(1);
		}
		51% {
				opacity: 1;
		}
}

.custom-btn-effect-1:hover > .animated-icon,
.custom-btn-effect-1:hover > img,
.custom-btn-effect-1:hover > i,
.custom-link-effect-1:hover > .animated-icon,
.custom-link-effect-1:hover > img,
.custom-link-effect-1:hover > i {
		animation: toBottomFromTop 0.3s forwards;
}

/*
* Main
*/
.main {
		margin-top: -78px;
}

/*
* Header
*/
#header {
		position: relative;
		width: 100%;
		top: calc(100vh - 78px);
		left: 0;
		height: 78px;
}

#header .header-btn-collapse-nav {
		margin-top: 4px;
}

#header .container {
		width: 100%;
}

#header .header-body {
		background: transparent;
		border-top: 0;
		border-bottom: 0;
		min-height: 0;
}

#header .header-container {
		min-height: 78px;
}

#header .header-nav {
		padding: 0;
}

#header .header-nav-main:before {
		content: none;
}

#header .header-nav-main nav > ul > li > a {
		position: relative;
		background: transparent !important;
		font-size: 13.6px;
		font-size: 0.85rem;
		font-weight: 600;
		letter-spacing: 0;
		color: var(--light) !important;
		transition: ease color 300ms;
}

@media (min-width: 992px) and (max-width: 1060px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 27px 7px;
		}
}

@media (min-width: 1061px) and (max-width: 1199px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 27px 10px;
		}
}

@media (min-width: 1200px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 27px 16px;
		}
}

#header .header-nav-main nav > ul > li > a.active:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		border-bottom: 3px solid var(--grey-500);
		width: 100%;
}

@media (max-width: 991px) {
		#header .header-nav-main nav > ul > li > a.active:before {
				bottom: 0;
				border-width: 2px;
		}
}

#header .header-nav-main nav > ul li {
		border-bottom: 0;
}

html.sticky-header-active #header .header-body {
		top: 0;
		background: var(--quaternary);
		border-bottom-color: var(--quaternary);
}

@media (max-width: 991px) {
		html:not(.sticky-header-active) #header .header-body {
				background: var(--quaternary);
				border-bottom-color: var(--quaternary);
		}
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				height: 100%;
		}
		#header .header-nav-main nav > ul > li > a.active {
				color: var(--grey-500) !important;
		}
		#header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li.open > a {
				color: var(--primary) !important;
		}
}

/*
* Owl Carousel
*/
.custom-dots-style-1 .owl-dots {
		bottom: 55px !important;
}

.custom-dots-style-1 .owl-dots .owl-dot {
		transition: ease transform 300ms;
}

.custom-dots-style-1 .owl-dots .owl-dot.active, .custom-dots-style-1 .owl-dots .owl-dot:hover {
		transform: scale(1.3);
}

.custom-dots-style-1 .owl-dots .owl-dot + .owl-dot {
		margin-left: 4px;
}

/*
* Testimonials
*/
.custom-testimonial-style-1 blockquote > p {
		font-family: "Lora", sans-serif !important;
}

.custom-testimonial-style-1.testimonial-with-quotes blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes blockquote:after {
		font-family: "Lora", sans-serif;
		font-weight: bold;
		color: #212121;
}

/*
* Sort
*/
.sort-destination-loader.sort-destination-loader-showing {
		max-height: none;
}

/* Skin */
/*
* Buttons
*/
.btn.custom-btn-style-1 {
		border: 1px solid var(--quaternary-rgba-20);
}

.btn.custom-btn-style-1:hover {
		background: var(--quaternary-rgba-10);
}

.btn.custom-btn-style-1._color-2 {
		border: 1px solid var(--secondary-rgba-50);
}

.btn.custom-btn-style-1._color-2:hover {
		background: var(--secondary-rgba-40);
}

/*
* Header
*/
#header .header-nav-main nav > ul > li > a.active {
		color: var(--primary) !important;
}

#header .header-nav-main nav > ul > li > a.active:before {
		border-color: var(--primary);
}

#header .header-nav-main nav > ul > li:hover > a.active, #header .header-nav-main nav > ul > li.open > a.active {
		color: var(--primary) !important;
}

#header .header-nav-main nav > ul > li:hover > a.active:before, #header .header-nav-main nav > ul > li.open > a.active:before {
		border-color: var(--primary);
}

/*
* Thumb Info
*/
.thumb-info.custom-thumb-info-style-1 .thumb-info-wrapper:after {
		background-color: var(--primary-rgba-80);
}

/* Accessibility Enhancements */

/* Skip link for keyboard navigation */
.skip-link {
	position: absolute;
	top: -40px;
	left: 0;
	background: #000;
	color: #fff;
	padding: 8px 16px;
	text-decoration: none;
	z-index: 100000;
	font-weight: 600;
}

.skip-link:focus {
	top: 0;
	outline: 3px solid #4A90E2;
	outline-offset: 2px;
}

/* Screen reader only content */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

/* Improve focus visibility */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: 2px solid #4A90E2;
	outline-offset: 2px;
}

/* Ensure sufficient color contrast for links */
a {
	text-decoration-skip-ink: auto;
}

/* Animation respect for reduced motion preference */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
