/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1760597950
Updated: 2025-10-16 06:59:10

*/

body,
html {
    background: url('https://yourcloudnetwork.net/projects/whipptiz/wp-content/uploads/2025/10/WHIPPITZ-website.svg') no-repeat;
    /* background: linear-gradient(60deg, rgba(5, 41, 42) 15%, rgba(4, 27, 55, 1) 40%, rgba(2, 36, 14, 1), rgba(0, 35, 20, 1), rgba(1, 32, 37, 1)); */
    background-size: cover;
    /* min-height: calc(100vh - 32px); */
    min-height: 100vh;
}

@media (max-width: 991px) {

    body,
    html {
        background: linear-gradient(to bottom, #0E1E2E, #052E2A, #012426);
    }
}

.gradient-text {
    background: linear-gradient(to right, #ff6ec4, #7873f5, #00dbde);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: none;
}


.phoneslider-wrapper {
    position: relative;
}

.phone-frame {
    /*width: 383px;*/
    /*height: 774px;*/
    width: 283px;
    height: 574px;
    background: url('https://yourcloudnetwork.net/projects/whipptiz/wp-content/uploads/2025/10/iPhone_13_Prosmall.svg') no-repeat;
    border-radius: 30px;
    /* border: 8px solid #111; */
    position: relative;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); */
    overflow: hidden;
}

.phoneframe-wrapper {
    padding: 4% 4% 8% 4%;
    height: 98%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    border-radius: 50px;
}

.slider-container {
    overflow-y: hidden;
}

.slider img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 30px 30px 50px 50px;
}

/* Custom Dots Container */



.custom-dots {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
}

.custom-dot {
    width: 10px;
    height: 10px;
    background-color: #7d8a8d;
    /* gray for inactive dots */
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
}

.custom-dot.active {
    background-color: #C077F3;
    /* pink inner color */
}

.custom-dot.active::after {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 26px;
    height: 26px;
    border: 1.5px solid #C077F3;
    /* pink border */
    border-radius: 50%;
    box-sizing: border-box;
}




@media (max-width: 600px) {
    .phone-frame {
        width: 280px;
        height: 580px;
        object-fit: cover;
        background-size: 100% 100%;
    }

    .slider img {
        width: 100%;
        height: 60%;
    }

    .custom-dots {
        display: flex;
        flex-direction: row;
        gap: 20px;
        left: 0;
        top: 100%;
        transform: translateY(50%);
        width: 100%;
        justify-content: center;
    }

    .phoneframe-wrapper {
        height: 96%;
    }

    .phoneslider-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

}