@media(min-width:1025px){
.img-height{
    height:430px;
}
}

@media(min-width:768px) and (max-width:1024px){
.img-height{
    height:350px;
}
}


@media(max-width:767px){
    .img-height{
    height:350px;
}
	.menu-desktop {
    margin-bottom: -21px !important;
}
}



.img-height:hover .col-inner-row{
    display:block !important;
}


/* Black bg */
.but-css-1 .elementor-button-text {
    padding: 8px 20px;
    margin-right: -2px;
    border: 1px solid white;
    border-radius: 50px;
    background: none;              
    background-color: transparent; 
}

.but-css-1 .elementor-button-icon {
    border: 1px solid white;
    padding: 10px;
    border-radius: 50px;
    background: none;             
    background-color: transparent;
}


/* white bg  */

.but-css-2 .elementor-button-text {
    padding: 8px 20px 8px 20px;
    
    margin-right: -2px;
    border: 1px solid black;
    border-radius: 50px;
	background: none;             
    background-color: transparent;
  
}

.but-css-2 .elementor-button-icon {
    border: 1px solid black;
    padding: 12px;
    border-radius: 50px;
	background: none;             
    background-color: transparent;
}


/* Blur button*/


.but-css-3 .elementor-button-text {
    padding: 8px 20px 8px 20px;
    
    margin-right: -2px;
    border-radius: 50px;
    backdrop-filter: blur(5px); 
    background-color: rgba(255, 255, 255, 0.3);
  
}

.but-css-3 .elementor-button-icon {
    padding: 12px;
    border-radius: 50px;
    backdrop-filter: blur(5px); 
    background-color: rgba(255, 255, 255, 0.3);
}



.menu-desktop .elementor-icon-wrapper {
    margin-top: -15px;
}


a.dialog-close-button.dialog-lightbox-close-button {
    padding: 10px;
    border-radius: 50px;
}

span.numbering {
    font-size: 20px;
    font-weight: 500;
}


.icon-setting span.elementor-icon-list-icon {
    rotate: 310deg;
}


@media(min-width:768px) and (max-width:1024px){.col-heights{
    height:350px;
}
.img-height{
    height:350px;
}
}


@media(max-width:767px){
    .img-height{
    height:350px;
}
.col-heights{
    height:350px;
}
}

@media(min-width:1025px){.hillsBanner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    
    width: auto;
    height: 200px;
    display: flex
;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    left: 94%;
    top: 50%;
}
}


@media(max-width:767px){.hillsBanner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    
    width: auto;
    height: 170px;
    display: flex
;
    flex-direction: column;
    justify-content:space-evenly;
    position: absolute;
    left: 94%;
    top: 34%;
}
}



.page-id-110 .site-footer {

display: none;

}
.swiper-pagination-bullet-active {
  border: 4px solid black !important;   
  box-shadow: 0 0 0 1px white !important;     
 
}



/* Mobile */
@media (max-width: 768px) {
    .promotion-card {
        height: 400 !important; /* Flexible height on mobile */
    }
}



.img-height {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.img-height::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0px); /* start clear */
  transition: all 0.3s ease;
  z-index: 1;
}

.img-height:hover::after {
  backdrop-filter: blur(5px);
}

.col-text {
  position: relative;
  z-index: 2; /* text clear rahega */
  color: #fff;
}


a.elementor-post__read-more {
    background: #ffffff24 !important;
}


.fancybox__counter {
    display: none !important;
}