/*
	Theme Name: Hello Elementor Child
	Version: 2.8.1
    Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: ecompilot
	template: hello-elementor
*/

.txt-highlight{
	color:#72b3c4;
} 
.txt-bold{
    color:Black;
    font-weight: 600;
}
@media only screen and (max-width: 749px) {
	.elementor-nav-menu{
		column-count: 2;
	}
}
#hide-scroll{
	opacity:1;
	transition: 0.3s;
}
.hidden-scrll{
	opacity:0 !important;
	transition: 0.3s;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
/*     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
    border-radius: 10px;
	background: #c2d7eb; 
}

::-webkit-scrollbar-thumb {
/*     -webkit-box-shadow: inset 0 0 6px rgba(221,69,19,0.5);  */
  background-color: #0f2454;
  border-radius: 20px;
}

@media only screen and (min-width: 750px) {
	.txt-stroke{
		-webkit-text-stroke: 2px white;
		color: transparent !important;
	}
}

@media only screen and (max-width: 749px) {
	.txt-stroke{
		-webkit-text-stroke: 1px white;
		color: transparent !important;
	}
}

.cs-tag{
    padding: 0 12px 0 12px;
    background: #C2E8F1;
}

/*Target location homepage banner slider */

@media only screen and (min-width: 750px) {
	.bdt-prime-slider-skin-general .bdt-dotnav {
		left: 10px !important;
		top: 0;
		display: flex;
		flex-direction: column;
		gap: 15px;
		z-index: 0 !important;
		width: 50%;
		justify-content: center;
		height: 100%;
		padding-left: 30px;
		opacity:0;
	}
}
@media only screen and (max-width: 749px) {
	.bdt-prime-slider-skin-general .bdt-prime-slider-desc {
		margin-left: -74px;
/* 		width: 100%; */
	}
}

.bdt-position-z-index.bdt-position-large::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    backdrop-filter: blur(10px);
}
@media only screen and (max-width: 749px) {
	.bdt-position-z-index.bdt-position-large::before {
		width: 80%;
	}
	.bdt-prime-slider-skin-general .bdt-slideshow-nav {
		left: 26px;
		bottom: -24px;
	}
}
.bdt-position-large {
    margin: 0px;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 100px 90px 100px 90px;
}

.bdt-slide-btn-icon {
    display: none !important;
}

/* Traget location Archive category menu */
#cat-menu a.elementor-item {
    background: #0f2454 !important;
    border-radius: 20px;
}
@media only screen and (max-width: 749px) {
	#cat-menu .elementor-nav-menu li {
		margin-bottom: 10px;
		margin-right: 10px;
	}
}

/* Traget location Header menu for mobile */
@media only screen and (max-width: 749px) {
  div#cs-mobile-menu {
		width: 100% !important;
		display: flex !important;
		flex-direction: row;
		justify-content: space-between;
			align-items: center;
	}
}

/* Traget location custom loop for mobile */
@media only screen and (max-width: 749px) {
	div#cs-package-trip {
		display: flex;
		flex-direction: column-reverse;
/* 		row-gap: 0px;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
	}
	div#cs-package-trip-child {
		width: 100%;
		row-gap: 0px;
	}
	div#cs-horiz-loop-trip{
		display: flex;
		flex-direction: column;
	}
	div#cs-horiz-loop-trip-child {
		width: 100%;
		row-gap: 0px;
	}
	#cs-horiz-loop-trip .post-horizontal img {
		height: 250px !important;
		width: 100% !important;
		object-fit: cover;
		object-position: center center;
		border-radius: 20px 20px 0px 0px;
	}
}

p.logged-in-as {
    color: black  !important;
}
h3.title-comments {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
}

.comments-area a, .page-content a {
    color: #06b77c !important;
}
textarea {
    border-color: #d9d9d9  !important;
}
h2#reply-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}