/*
 Theme Name:   Hello Elementor Child
 Description:  A child theme of Hello Elementor
 Author:       Your Name
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Custom styles go below this line */

/* Custom button styles */
.my-custom-button {
    background-size: 280% auto;
    background-image: linear-gradient(
        325deg,
        hsla(260, 80%, 70%, 1) 0%,
        hsla(260, 85%, 60%, 1) 55%,
        hsla(260, 80%, 70%, 1) 90%
    );
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 38px;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
    transition: background-position 0.8s ease;
}

/* Hover effect */
.my-custom-button:hover {
    background-position: right top;
}

.text-link {
    position: relative;
    display: inline-block;
    color: #5E2CEE; /* Optional: for matching text color */
    text-decoration: none;
}

.text-link::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -7px;
    background: #5E2CEE;
    height: 2px;
    transition: width 0.4s ease-out;
}

.text-link:hover::after {
    width: 100%;
}
.a-wall_fade {
    position: absolute;
    left: 0px;
    top: 1000px;
    right: 0;
    bottom: 0;
    height: 25%;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(244, 244, 255, 0) 0%, #F4F4FF 100%);
}

/* Disable transition for this specific accordion */
#accordion-680f0fb500a7b .elementskit-card,
#accordion-680f0fb500a7b .elementskit-card-body,
#accordion-680f0fb500a7b .collapse {
    transition: none !important;
    animation: none !important;
}

/* Remove any transition effects for the button/link in the header */
#accordion-680f0fb500a7b .elementskit-card-header > .elementskit-btn-link {
    transition: none !important;
}
.ekit-wid-con .elementskit-accordion .elementskit-card-header > .elementskit-btn-link {
    transition: none !important;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.3s ease;
}

#accordion-image img {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.premium-video-box-video-container video {
	background-color: transparent !important;
}

.premium-video-box-video-container video {
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}
.premium-video-box-container,
.premium-video-box-inner-wrap {
  animation: none !important;
  filter: none !important;
}
/* Custom button styles */
.my-custom-button {
    background-size: 280% auto;
    background-image: linear-gradient(
        325deg,
        hsla(260, 80%, 70%, 1) 0%,
        hsla(260, 85%, 60%, 1) 55%,
        hsla(260, 80%, 70%, 1) 90%
    );
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 50px !important;
    cursor: pointer;  
    white-space: nowrap;
    transition: background-position 0.8s ease;
}

/* Hover effect */
.my-custom-button:hover {
    background-position: right top;
}






