.uk-navbar-transparent.uk-light {
background: #000000;
background: linear-gradient(180deg,rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.uk-navbar-sticky {
  box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.cnc-alternate {
	border-top: 1px solid #cecece !important;
}
.section-facts{
  background: #F2F1EF !important;
}

#activities {
	position: relative;
}
#activities:before {
	content: '';
	background-image: url('../images/gradient-home.png');
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
}
a.el-marker > svg {
    display:none;
    }
.uk-marker {
    background-image: url('../images/marker-mountain.svg');
    background-position: center;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

a.uk-marker:hover, a.uk-marker:focus{
	background-image: url('../images/marker-mountain-active.svg');
    background-position: center;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}



.demo a:hover {
  opacity: .5;
}

#section07 a {
  padding-top: 10px;
}

#section07 a span {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#section07 a span:nth-of-type(2) {
  top: 0px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

#section07 a span:nth-of-type(3) {
  top: -16px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.tm-box-decoration-default::before {
	border-radius: 50%;
}
/*singgle itinerary grid   */
.itinerary-list-grid{
	overflow: hidden;
}
.itinerary-list-grid .el-title, .itinerary-list-grid .el-content, .itinerary-list-grid .el-meta{
    display: flow-root;
    box-sizing: content-box;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.itinerary-list-grid .el-content{
	font-size:17px;
	font-weight: 400;
    margin-bottom: 32px;
	line-height: 32px;
	background: #fff;
    color: #343434;
    
}

.itinerary-list-grid .el-title{
    padding-left: 110px;
    padding-right: 25px;
    cursor: pointer;
    background: url('/sherpasociety/wp-content/uploads/2025/07/accordion-sub.svg') no-repeat right;
	background-size:20px 11px;
}
@media only screen and (min-width: 460px) and (max-width: 960px) {
	.itinerary-list-grid .el-title,	.itinerary-list-grid .el-content{
		padding-left: 96px;
		padding-right: 35px;
	}
}
@media(max-width: 1115px){
	.itinerary-list-grid .el-title,	.itinerary-list-grid .el-content{
			margin-right: 20px;
	}
}
.itinerary-list-grid .el-item.collapse .el-title{
	background-image: url('/sherpasociety/wp-content/uploads/2025/07/accordion-add.svg');
	background-size:20px 11px;
}
.itinerary-list-grid .el-meta{
	font-weight:600;
	position: relative;
    padding-left: 145px;
    padding-right: 25px;
    
}
.itinerary-list-grid .el-meta{
    position: absolute; 
    left: -145px;
    top: 5px;
    text-align: center;
    z-index: 2;
    transition: background 0.3s ease-in-out;
}

.itinerary-list-grid .el-image{
	min-width: 100vw;
    position: relative;
    z-index: 2;
}
.itinerary-list-grid .el-item{
	margin-top: 3px;
}

.itinerary-list-grid .el-content, .itinerary-list-grid .el-image{
	transition: all 0.3s ease;
    height: auto;
}
.itinerary-list-grid .el-item.collapse .el-content, .itinerary-list-grid .el-item.collapse .el-image{
    height: 0px;
    overflow: hidden;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.itinerary-list-grid#itinerary-toggle .uk-grid > div:last-child .el-item {
	padding-bottom: 35px;
}
.itinerary-list-grid#itinerary-toggle .uk-grid > div:last-child .el-item {
	padding-bottom: 35px;
}

/* end----------itinerary-------- */

.img{
	
}