@media (min-width: 1200px) {
	.uk-navbar-right ul.uk-navbar-nav {
		background: #FFFFFF;
		border-radius: 500px;
		padding-left: 20px;
		padding-right: 8px;
		height: 70px;
		display: flex;
		align-items: center;
	}
	.uk-navbar-right.no-background {
	  background: transparent;
	}

	.uk-navbar-container.uk-navbar-sticky .uk-navbar-nav {
		background: none;
	}
	
/* 	.uk-drop.uk-navbar-dropdown.uk-open{
	    margin-top: 25px !important;
		background-color: white;
		border-radius: 5px;
	} */
	
	.uk-navbar-toggle::before {
		border: 2px solid red !important;
	}
}

/* .uk-navbar-nav>li>a{
	font-size: 20px;
}

.uk-button-text:hover:not(:disabled)::after{
	display: none;
}
.uk-button-text:hover:not(:disabled){	
	padding-right: 0;	
} */
/* Arrow always visible */
/* .uk-button-text:not(:disabled)::after {
	display: inline-block;
    content: "→"; */
    /* your base arrow styles */
/* } */

/* Change arrow on hover (don't redefine ::after) */
/* .uk-button-text:hover:not(:disabled)::after { */
    /* Only change properties like position, color, transform */
    /* DO NOT set 'content' again */
/*     transform: translateX(5px);
} */


/* .uk-button-text::after{
	background-image: url(../images/map-card-icon.svg) !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 50%;
} */

/* .uk-button:not(.uk-button-text):not(.uk-button-link){
	background-size: auto;
}
 */



.btn-arrow-primary a.el-content.uk-button.uk-button-text.uk-button-large::after {
    content: "";
    display: inline-block;
    background-image: url('https://curvesarecreative.com/animalnepal/wp-content/uploads/2025/11/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    transition: transform 0.3s ease;
    transform-origin: left center;
}

.btn-arrow-primary a.el-content.uk-button.uk-button-text.uk-button-large:hover::after {
    transform: translateX(4px);
}

.btn-arrow-secondary  a.el-content.uk-button.uk-button-text.uk-button-large::after {
    content: "";
    display: inline-block;
    background-image: url('https://curvesarecreative.com/animalnepal/wp-content/uploads/2025/11/arrow-right-pink.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    transition: transform 0.3s ease;
    transform-origin: left center;
}

.btn-arrow-secondary a.el-content.uk-button.uk-button-text.uk-button-large:hover::after {
    transform: translateX(4px);
}

/* navbar button style */
.menu-btn{
	padding: 7px 24px;
/*     margin-right: -20px; */
}

/* dropdown width setting */
.uk-drop.uk-navbar-dropdown.uk-open {
/*     width: auto; */
	width: 257px;
}

.custom-panel-slider{
	overflow-y: visible;
}
.custom-panel-slider .uk-position-bottom-right{
	bottom: -95px;
	margin-left: 20px;
}







.text-pop-heading .first-line-last-word {
  position: relative;
  display: inline;
}

.text-pop-heading .first-line-last-word::after {
  content: "";
  position: absolute;
/*   top: -0.05em;
  right: -18px; */
	    top: -0.45em;
    right: -55px;
  width: 60px;
  height: 60px;
  background-image: url(https://curvesarecreative.com/animalnepal/wp-content/uploads/2025/11/text-pop.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}