/******* Do not edit this file *******
Code Snippets Manager
Saved: Aug 08 2025 | 04:48:10 */
/* Mega Menu no link still shows pointer */
.e-n-menu-wrapper ul li .e-n-menu-dropdown-icon:hover,
.e-n-menu-wrapper ul li .e-n-menu-title-text:hover {
  cursor: pointer;
}

.experience-gallery .elementor-image-carousel img {
  height: 500px;
  object-fit: cover;
  object-position: center center;
}

/* Mobile responsive styles */
@media (max-width: 767px) {
  .experience-gallery .elementor-image-carousel img {
    height: 350px;
  }
}


.button-borderinset-white:after{
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    pointer-events: none;
    border: 1px solid white;
}



//*.image-borderinset-normal-white:after{
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    pointer-events: none;
    border: 1px solid white;
}*//

//*.image-borderinset-wide-white:after {
    content: '';
    position: absolute;
    left: 40px;
    top: 40px;
    bottom: 40px;
    right: 40px;
    pointer-events: none;
    border: 1px solid white;
}*//

//*@media (max-width: 768px) {
    .image-borderinset-wide-white:after {
        left: 20px;
        top: 20px;
        bottom: 20px;
        right: 20px;
    }
}*//

.button-borderinset-white:after{
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    pointer-events: none;
    border: 1px solid white;
}

.experiences-description-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;        /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400 !important;
}

.woocommerce-Price-amount bdi {
    color: var(--e-global-color-f5f53ff); /* replace with your desired color */
}