/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

 #menu-main-menu .ekit-menu-nav-link {
    font-family: Google Sans;
}

 main{
    background-color: #F0F3F1;
}
html {
    scroll-padding-top: 60px;
}

.font-google, p{
    font-family: Google Sans ;
}

.glass-card{
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        backdrop-filter: blur(20px) saturate(180%);
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
}
.leader-card:hover {
    background: rgba(255, 255, 255, 0.76)!important;
}

.card-shadow::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 87.24%);
    pointer-events: none;
}
.services-card .elementor-widget-button {
    opacity: 0;
    transition: 0.3s ease all;
}

.services-card:hover .elementor-widget-button {
    opacity: 1;
}



/* Pause on hover */
.left-col:hover,
.center-col:hover,
.right-col:hover {
    animation-play-state: paused;
}

/* Animations */
@keyframes scrollUp {
    0% { transform: translateY(0%); }
    100% { transform: translateY(-50%); }
}

@keyframes scrollDown {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0%); }
}



.custom-contact-form .form-group label {
    font-family: Google Sans;
    font-weight: 600;
    font-size: 14px;
    color: #5B5C57;
    line-height: 20px;
}

.custom-contact-form .form-grou span {
    display: block;
    height: 100%;
}

.custom-contact-form .form-group span {
    display: block;
    position: relative;
}
.custom-contact-form .wpcf7-not-valid-tip {
    position: absolute!important;
    font-size: 14px;
}
.custom-contact-form .form-group span input,
.custom-contact-form .form-group span textarea{
    background: #F0F3F1;
    border: none;
    padding: 15px 19px;
    border-radius: 12px;
}
.wpcf7-response-output {
    margin: 0!important;
    position: absolute;
    bottom: -30px;
}
.custom-contact-form .form-group span input:focus,
.custom-contact-form .form-group span textarea:focus {
    outline: none;
}
.contact-form {
    margin-block-start: 10px;
}
.contact-form {
    margin-block-start: 10.px;
}

.contact-form  .wpcf7-submit {
    min-height: 64px;
    width: 100%;
}

.contact-form p {
    margin-bottom: 0px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.nikk-col .elementor-widget.elementor-widget-image {
    height: 100%;
}

.nikk-col img {
    height: 100%;
    object-fit: cover;
}

.nikky-profile::before {
    content: "";
    background: linear-gradient(180deg, rgba(154, 154, 154, 0) 46.65%, #000000 96.65%);
    position: absolute;
    inset: 0;
}
#to_top_scrollup {
    padding: 15px !important;
}

.video-btn {
    transform: translate(-50%, -50%);
}
.copy-right p {
    margin-bottom: 0;
}


.video-btn {
    background: #abb3bbbd !important;
    border-radius: 50%;
    backdrop-filter: blur(12px);
}


.video-btn .elementor-button {
    background: none;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 100% !important;
    justify-content: center;
    backdrop-filter: blur(12px);
    background: #90939799 !important;
    cursor: pointer;
}
.video-btn .elementor-button svg path {
    fill: #565E74;
}
.custom-contact-form .form-group span textarea {
    height: 136px;
}

/* Sticky header (added by custom.js) */
body.has-sticky-header {
    padding-top: var(--sticky-header-height, 0px);
}

header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #000000;
}

.elementskit-menu-hamburger:focus, .elementskit-menu-close:focus {
    background: transparent!important;
}
h1 {
    word-wrap: break-word;
}

/* Testimonial columns auto-scroll (desktop + mobile; JS creates .testimonial-track) */
.testimonial_wapper{
    overflow: hidden;
    display: flex;
    gap: 20px;
    position: relative;
    height: 700px;
    overflow: hidden;
}

/* White gradient fade top/bottom */
.testimonial_wapper::before,
.testimonial_wapper::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 140px;
    z-index: 5;
    pointer-events: none;
}

.testimonial_wapper::before{
    top: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}

.testimonial_wapper::after{
    bottom: 0;
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
}

.testimonial_wapper .left-col,
.testimonial_wapper .center-col,
.testimonial_wapper .right-col{
    position: relative;
    overflow: hidden;
}

/* Animate BOTH tracks in sync for seamless loop */
.testimonial_wapper .left-col .testimonial-track,
.testimonial_wapper .center-col .testimonial-track,
.testimonial_wapper .right-col .testimonial-track,
.testimonial_wapper .left-col .testimonial-track + .testimonial-track,
.testimonial_wapper .center-col .testimonial-track + .testimonial-track,
.testimonial_wapper .right-col .testimonial-track + .testimonial-track{
    will-change: transform;
    animation-name: var(--testimonial-anim-name, scrollUp);
    animation-duration: var(--testimonial-anim-duration, 14s);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Pause on hover */
.testimonial_wapper .left-col:hover .testimonial-track,
.testimonial_wapper .center-col:hover .testimonial-track,
.testimonial_wapper .right-col:hover .testimonial-track,
.testimonial_wapper .left-col:hover .testimonial-track + .testimonial-track,
.testimonial_wapper .center-col:hover .testimonial-track + .testimonial-track,
.testimonial_wapper .right-col:hover .testimonial-track + .testimonial-track{
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .video-btn .elementor-button {
        width: 60px;
        height: 60px;
    }

    /* Testimonial columns auto-scroll (mobile only; JS creates .testimonial-track) */
    .testimonial_wapper{
        --testimonial-height: 700px;
        height: var(--testimonial-height);
        overflow: hidden;
        display: block;
        gap: 20px;
        flex-direction: column; /* 1 column layout on mobile */
        position: relative;
    }

    /* White gradient fade top/bottom */
    .testimonial_wapper::before,
    .testimonial_wapper::after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 110px;
        z-index: 5;
        pointer-events: none;
    }

    .testimonial_wapper::before{
        top: 0;
        background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
    }

    .testimonial_wapper::after{
        bottom: 0;
        background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
    }

    .testimonial_wapper .left-col,
    .testimonial_wapper .center-col,
    .testimonial_wapper .right-col{
        position: relative;
        overflow: hidden;
        flex: 0 0 auto;
        min-width: 0;
    }

    /* Mobile requirement: show ONLY one column */
    .testimonial_wapper .left-col,
    .testimonial_wapper .right-col{
        display: none !important;
    }

    .testimonial_wapper .center-col{
        display: block;
        width: 100%;
    }

    /* Animate BOTH tracks in sync for seamless loop */
    .testimonial_wapper .left-col .testimonial-track,
    .testimonial_wapper .center-col .testimonial-track,
    .testimonial_wapper .right-col .testimonial-track,
    .testimonial_wapper .left-col .testimonial-track + .testimonial-track,
    .testimonial_wapper .center-col .testimonial-track + .testimonial-track,
    .testimonial_wapper .right-col .testimonial-track + .testimonial-track{
        will-change: transform;
        animation-name: var(--testimonial-anim-name, scrollUp);
        animation-duration: var(--testimonial-anim-duration, 12s);
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    /* Pause on hover */
    .testimonial_wapper .left-col:hover .testimonial-track,
    .testimonial_wapper .center-col:hover .testimonial-track,
    .testimonial_wapper .right-col:hover .testimonial-track,
    .testimonial_wapper .left-col:hover .testimonial-track + .testimonial-track,
    .testimonial_wapper .center-col:hover .testimonial-track + .testimonial-track,
    .testimonial_wapper .right-col:hover .testimonial-track + .testimonial-track{
        animation-play-state: paused;
    }
    .testimonial_wapper {
        display: block !important;
    }
}


