header#site-header,
.page-header,
footer#site-footer,
body.error404 header.elementor,
body.error404 footer.elementor,
body.elementor-maintenance-mode header.elementor,
body.elementor-maintenance-mode footer.elementor,
body.elementor-maintenance-mode .ekit-template-content-header,
body.elementor-maintenance-mode .ekit-template-content-footer,
body.error404 .ekit-template-content-header,
body.error404 .ekit-template-content-footer,
aside#secondary,
header.entry-header,
footer.entry-footer,
body.page-id-69 .ekit-template-content-header,
body.page-id-69 .ekit-template-content-footer,
body.page-id-71 .ekit-template-content-header,
body.page-id-71 .ekit-template-content-footer {
	display: none;
}

p {
	margin: 0;
}

.entry-content {
	margin: 0;
}

.back-to-top {
	padding: 0 !important;
}

header#masthead {
	display: block !important;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 42px;
	transition: all 0.5s ease;
}

.shape-btn a.elementor-button:before {
	content: '';
	background-color: #FFB423;
	width: 55px;
	height: 100%;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.5s ease;
	opacity: 1 !important;
}

.shape-btn a.elementor-button:hover:before {
	transition: all 0.5s ease;
	width: 100%;
}

span.yellow {
	color: #FFB423;
}

span.blue {
	color: #0250AC;
}

#masthead {
	z-index: 9999;
	position: fixed;
	transition: all 0.5s ease;
}

#masthead.sticky {
	background-color: #0250AC;
	top: -80px;
	transition: all 0.5s ease;
}

.shadow-text .elementor-heading-title {
	text-shadow: 1px 2px 0 #FFB423,
		0px 0px 0 #FFB423,
		0px 0px 0 #FFB423,
		-1px 1px 0 #FFB423,
		1px 1px 0 #FFB423;
}


body.sidebar-open {
	overflow: hidden;
}

#abc-side {
	position: fixed;
	top: 0;
	right: -515px;
	/* hidden */
	width: 515px;
	height: 100vh;
	background: #fff;
	z-index: 9999;
	transition: right 0.5s ease;
	box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
	overflow: auto;
}

/* when active */
#abc-side.active {
	right: 0;
}

#abc-side.active:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 515px);
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	opacity: 1;
	/* visibility: hidden; */
	transition: opacity 0.5s ease;
}

.side-bar-loop .elementor-widget-image,
.side-bar-loop .elementor-widget-image a {
	height: 100%;
}


.tour-contact-form .elementor-form-fields-wrapper {
	flex-wrap: nowrap;
}

.call-mail-editor h2 {
	margin: 0;
	font-size: 32px !important;
}


.info-list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	border: 1px solid rgba(2, 80, 172, 0.2);
	border-radius: 5px;
	padding: 30px;
	box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.05);
	margin: 0;
}

.info-list li {
	position: relative;
	padding-left: 28px;
}

.info-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	background: url("/wp-content/uploads/2026/02/true.svg") no-repeat center;
	background-size: contain;
}


.itinerary-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}


.itinerary-box {
	border: 1px solid rgba(2, 80, 172, 0.2);
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.05);
}

.itinerary-box p:first-child {
	position: relative;
	padding-left: 26px;
	margin-bottom: 6px;
}

.itinerary-box p:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	background: url("/wp-content/uploads/2026/02/location.svg") no-repeat center;
	background-size: contain;
}


.destination-post .premium-blog-content-wrapper {
	width: 90% !important;
	border-radius: 5px;
	margin: auto !important;
	left: 0;
	right: 0;
	bottom: 20px !important;
	display: flex;
	flex-direction: row !important;
	justify-content: space-between !important;
	transform: scale(0) rotate(0deg);
	opacity: 0;
}

@keyframes spinScaleUp {
	from {
		transform: scale(0) rotate(0deg);
	}

	to {
		transform: scale(1) rotate(360deg);
	}
}

@keyframes spinScaleDown {
	from {
		transform: scale(1) rotate(360deg);
		opacity: 1;
	}

	to {
		transform: scale(0) rotate(-360deg);
		opacity: 0;
	}
}


.destination-post .premium-blog-content-wrapper .premium-blog-inner-container {
	justify-content: center;
}

.destination-post .premium-blog-inner-container .premium-blog-entry-title {
	margin: 0;
}

.destination-post .premium-blog-content-wrapper .premium-blog-entry-meta,
.destination-post .premium-blog-content-wrapper p.premium-blog-post-content {
	display: none;
}

.destination-post .premium-blog-content-wrapper .premium-blog-excerpt-link-wrap {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	display: flex;
	height: 100%;
	align-items: center;
	align-content: center;
}

.destination-post .premium-blog-content-wrapper a.elementor-button {
	height: 100%;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.destination-post .premium-blog-content-wrapper a.elementor-button:before {
	content: '';
	mask-image: url(/wp-content/uploads/2026/02/des-btn-arrow.svg);
	mask-size: cover;
	width: 14px;
	height: 100%;
	display: block;
	mask-size: 14px;
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #FFB423;
}

.destination-post .premium-blog-content-wrapper a.elementor-button:hover:before {
	background-color: #1d1d1d;
}

.watch-video-text:before {
	content: "";
	position: absolute;
	width: 54px;
	height: 54px;
	background-color: #ffb423;
	opacity: 0.1;
	border-radius: 50%;
	top: -15px;
	left: -20px;
}


.tree-group {
	transform-origin: 45px 95px;
	/* pivot at bottom center */
	animation: sway 3.5s ease-in-out infinite;
}

@keyframes sway {
	0% {
		transform: rotate(-3deg);
	}

	50% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(-3deg);
	}
}


.loop-categori-sec .categori-content-inner {
	opacity: 0;
}

.tour-info {
	display: grid;
	grid-template-columns: repeat(7, 132px);
	gap: 15px;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid rgba(2, 80, 172, 0.2);
	border-radius: 12px;
	overflow-x: auto;
	max-width: 100%;
	background: #fff;
	box-shadow: 0 4px 12px rgba(2, 80, 172, 0.1);
	color: #0250AC;
	list-style: none;
	margin-left: 0;
}

.tour-info li {
	background-color: rgba(2, 80, 172, 0.05);
	/* subtle blue background */
	padding: 18px 12px;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(2, 80, 172, 0.05);
	text-align: center;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	user-select: none;
	white-space: nowrap;
	color: #0250AC;
}

.tour-info li:hover {
	background-color: rgba(2, 80, 172, 0.15);
	/* slightly stronger blue */
	box-shadow: 0 4px 10px rgba(2, 80, 172, 0.25);
	cursor: default;
	color: #0250AC;
}

.tour-info li:first-child {
	background-color: rgba(2, 80, 172, 0.1);
	/* header slightly darker */
	color: #0250AC;
}

.tour-info::-webkit-scrollbar {
	height: 4px;
}

.tour-info::-webkit-scrollbar-thumb {
	background-color: rgba(2, 80, 172, 0.4);
	border-radius: 3px;
}

.tour-info::-webkit-scrollbar-track {
	background-color: rgba(2, 80, 172, 0.1);
	border-radius: 3px;
}

.tour-info br {
	display: none;
}

.tour-info li strong {
	display: block;
	margin-bottom: 5px;
}

.tour-info li .value {
	display: block;
}


.highlights-section {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 40px;
	align-items: center;
	padding-block: 15px;
}

/* Left Content */
.highlights-content h2 {
	margin-bottom: 20px;
}

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

.highlights-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}


/* Right Image */
.highlights-image img {
	width: 100%;
	object-fit: cover;
}

.highlights-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	background-image: url("/wp-content/uploads/2026/02/tour-true.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

@media (min-width: 1025px) {

	.tour-desc-inner {
		transform: translateY(200px);
		transition: transform 0.8s ease;
		will-change: transform;
		animation: hopTwice0 1s ease forwards;
	}

	.tour-loop-sec:hover .tour-desc-inner {
		animation: hopTwice 2s ease forwards;
	}

}

@keyframes hopTwice0 {
	0% {
		transform: translateY(10px);
	}

	20% {
		transform: translateY(0);
	}
}

@keyframes hopTwice {
	0% {
		transform: translateY(200px);
	}

	20% {
		transform: translateY(0);
	}

	35% {
		transform: translateY(20px);
	}

	55% {
		transform: translateY(0);
	}

	70% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}

span.dashicons.dashicons-star-filled {
	color: #ffb423;
}

.team-member-img .elementor-image-box-img {
	position: relative;
}

.team-member-img .elementor-image-box-img:before {
	content: '';
	content: "";
	width: 100%;
	height: 100%;
	background-color: #0250ac;
	position: absolute;
	left: 0;
	top: -5px;
	border-radius: 50%;
	z-index: -1;
	transition: all 0.5s ease;
	box-shadow: unset;
}

.team-member-img .elementor-image-box-img:after {
	content: "";
	background-image: url(/wp-content/uploads/2026/02/quote.svg);
	position: absolute;
	right: 0;
	bottom: 0;
	visibility: visible;
	background-repeat: no-repeat;
	width: 20px;
	height: 22px;
	background-position: center;
	background-size: contain;
}


.team-loop-sec .team-social-loop {
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s ease;
}

.team-loop-sec:hover .team-social-loop {
	opacity: 1;
	transform: scale(1);
	transition: all 0.5s ease;
}


.brand-gallery .gallery-icon {
	background-color: #fff;
	border-radius: 5px;
}

.blog-quote {
	background-color: rgba(2, 80, 172, 0.05);
	padding: 20px;
	border-left: 4px solid #0250ac;
	max-width: 700px;
	margin: auto;
}

.blog-quote .quote-icon {
	display: block;
	padding-bottom: 8px;
}

.blog-post .premium-blog-post-container .premium-blog-meta-data .fa {
	display: none;
}

.about-img-col:before {
	content: "";
	background-image: url(/wp-content/uploads/2026/02/sightseeing-image.png);
	position: absolute;
	left: -60px;
	top: -50px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.tour-desc-inner .elementor-widget-heading .elementor-heading-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 250px;
	display: block;
	overflow: hidden;
}


.contact-with-col:before {
	content: '';
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px dashed #0250AC;
	border-radius: 5px;
	left: 5px;
	top: 5px;
}


.notify-form .elementor-form-fields-wrapper {
	flex-wrap: nowrap;
	flex-direction: row;
}

.post-content p {
	padding-block: 10px 20px;
}

.post-content p.blog-images {
	padding-block: 10px 20px;
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.post-content p img {
	border-radius: 5px;
}


.elementor-widget-post-comments form#commentform input {
	padding: 13px 20px;
}

.elementor-widget-post-comments form#commentform input,
.elementor-widget-post-comments form#commentform textarea {
	border-color: #0250AC80;
	border-radius: 5px;
}

.post-category .premium-tcloud-term-wrap {
	width: 100%;
}

.post-category .premium-tcloud-term-wrap a {
	pointer-events: none;
}

.info-list,
.itinerary-grid {

	margin-bottom: 20px;
}

form#commentform {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

body .mfp-iframe-holder  button.ekit-popup-close {
    opacity: 1;
}

.brand-gallery .gallery {
    text-align: center;
}

.site-info .elementor-icon-box-wrapper {
    display: flex;
}
