.header.-type-2{
	box-shadow: 0px 1px 7px #45454540;
}
.header .desktopNav > * {
    padding: 8px 10px;
    font-size: 13px;
    font-weight: bold;
}
.heroSlider{
	padding-top: 70px;
}
button:disabled {
  opacity: 0.7; /* default is usually 0.5 or less */
  cursor: not-allowed; /* optional */
}
.searchForm.-type-1{
	border: 1px solid #f1f1f1;
}
.gallery img{
	max-width: 100%;
    height: auto;
    object-fit: cover;
    height: 300px;
    width: 100%;
}
/* FLASH NEWS */
.flash-news {
    --bg: #0b5;
    background: #0474b8;
    color: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 88px;
    position: fixed;
    top: 0px;
    z-index: 1;
    width: 100%;
}

.flash-label {
  	flex: 0 0 auto;
	font-weight: 700;
	background: linear-gradient(90deg, #F44336, #E91E63);
	color: #ffffff;
	padding: 6px 10px;
	border-radius: 0px;
	white-space: nowrap;
	position: absolute;
	z-index: 1;
}

.flash-viewport {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}

/* The moving track */
.flash-track {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  will-change: transform;
  /* we animate transform in JS */
}

.flash-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.flash-item a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted rgba(255,255,255,0.12);
}

.flash-controls {
  flex: 0 0 auto;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-left: 12px;
}

.btn {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border: 0;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 13px;
}

/* Small screens adjustments */
@media (max-width: 520px) {
  .flash-label { font-size: 12px; padding: 5px 8px; }
  .flash-item { font-size: 13px; gap: 6px; }
  .flash-news { padding: 8px 10px; gap: 8px; }
}

.flash{
	animation: flash 4s infinite;
}
@keyframes flash {0%, 50%, 100% { opacity: 1; }25%, 75% { opacity: 0; }}
.featureIcon__icon img{
	height:50px
}
#subscribeForm .has-error .help-block{
	color:#ffeb3b;
}
.moreLess{
	color: #828282;
    font-style: italic;
}
.preloader__wrap{
	width:110px;
	height:110px;
	border-radius: 100%;
}
.preloader__title{
	text-align: center;
}
.ellipse {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
.ellipse2line {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
.testimonials.-type-1 .testimonials__image img{
	border-radius: 50%;
}
.contactMap
{
	width: 100%;
	height:500px;
}
.sidebar__content .accordion__content{
	max-height: 200px !important;
	overflow: auto;
}
.tourCard.-type-2 .tourCard__image img{
	height:250px;
}
.icon-item{
	padding-right: 35px;
	font-family: 'DM Sans' !important;
    margin-bottom: 20px;
    font-size: 16px;
}
.roadmap__content{
	width:100% !important;
}
.tourMap{
	width: 100%;
	height:400px;
}
.side-link {
    position: fixed;
    top: 200px;
    width: 40% !important;
}
.content-slider {
    position: fixed;
    z-index: 999;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    width: 100% !important;
}
.side-link .popings {
    border: 1px solid white;
    position: absolute;
    padding: 5px 0px;
    width: 165px;
    text-align: left;
    overflow: hidden;
    transition: 1s;
    right: -128px;
}
.side-link span {
    background-color: #0499cd;
    padding: 10px;
}
.side-link .popings:hover {
    right: 0px;
}
.side-link .popings b {
    margin-right: 30%;
}
.side-link span i {
    width: 15px;
}
.hero__title{
	position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    color: #fff;
}
.hero__text{
	position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    color: #fff;
    padding: 0 25%;
    font-size: 16px;
    margin-top: 86px ! important;
}
.blog .hero__text{
	position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    color: #fff;
    padding: 0 25%;
    font-size: 16px;
    margin-top: 86px ! important;
}
.dateBox
{
	border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    box-shadow: 1px 2px 7px #ddd;
    cursor: pointer;
    line-height:20px;
}
.dateBox.selected{
	background-color: #4caf50;
	color:#fff;
}
.dateTxt{
	font-size:14px;
}
.dateYear{
	font-size:16px;
	font-weight: bold;
}
.mySwiper .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 25%;
    width: 27px;
    height: 27px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 15px 18px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 1px 1px 4px #ddd;
    border-radius: 100%;
    border: 1px solid #f2f2f2;
}
/* STATS ICONS */
.stats-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  text-align: center;
  background-color: #f7f7f7;
}

.stat-box {
  width: 240px;
  padding: 20px;
}

.stat-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.stat-number {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}
.stat-numbers {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.stat-text {
  font-size: 18px;
  color: #333;
  margin-top: 5px;
  line-height: 1.4;
}

.vertical-line {
  width: 1px;
  height: 100px;
  background-color: #ddd;
}

@media (max-width: 767px) 
{
	.flash-news {
		margin-top: 56px;
	}
	.flash-label{
		position: absolute;
        left: 5px;
	}
	.flash-controls{
		display: none;
	}
	.heroSlider{
		padding-top: 50px;
	}
	.heroSlider img{
		height:350px;
		object-fit: cover;
	}
	.hero__title{
		font-size: 22px;
		line-height: 25px;
	}
	.hero__text {
	    top: 45%;
	    padding: 0 10%;
	    font-size: 16px;
	    line-height: 20px;
	}
	.header__logo img{
		padding-left: 10px;
		height:auto !important;
	}
	.contactMap
	{
		width: 100%;
		height:300px;
	}
	.filterBtn{
		display: block !important;
	}
	.searchForm form{
		display:block !important;
	}
	.vertical-line{
		display: none;
	}

}