/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.serivce_container:hover {
		border-radius:30px;
		transform: scale(1.04);
}
	
	.serivce_container{	
	transition: all 0.5s ease;
	}	
	
	.blob_section {
	 overflow-x: hidden;
	}
	
/*check-out*/
	
	.stripe-checkout-button {
		color:white;
	}
	
	
/*landing page*/

.phone-box {
    z-index: 2;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 25em;
	font-size: 1rem;
    display: flex;
}


.phone-mock {
    z-index: 5;
    position: relative;

}

.phone-screen {
    z-index: 2;
    border-radius: 0em;

    position: absolute;
    inset: 20px;
    overflow: hidden;
}

.phone-status {
    z-index: 4;
    background-image: linear-gradient(#fff 59%,#fff0);
    padding-top:1em;
    
    width: calc(100% - 4em);
    padding-bottom: 2em;
    position: absolute;
    top: 0.5em;
    bottom: 2em;
}

.card {
    border-radius: 4rem;
}
	

/*carousell image radius control */


.elementor-image-carousel-wrapper.swiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-watch-progress {
    border-radius: 2rem;
}

/* features loop */
.scroll-container {
            width: 100%;
            overflow: hidden;
        }

        .scroll-track {
            display: flex;
            width: max-content;
            animation: scroll 60s linear infinite;
        }

        .scroll-set {
            display: flex;
            flex-shrink: 0;
            align-items: center;
        }

        .scroll-item {
            display: inline-flex;
            align-items: center;
            padding:0px 10px;
            font-family: var(--e-global-typography-b657f11-font-family), Sans-serif;
            font-size: var(--e-global-typography-b657f11-font-size);
            font-weight: var(--e-global-typography-b657f11-font-weight);
            line-height: var(--e-global-typography-b657f11-line-height);
            transition: all 0.3s ease;
        }


        .dot {
            width: 6px;
            height: 6px;
            background: black;
            border-radius: 50%;
            margin: 0 15px;
            flex-shrink: 0;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }
/* menü */

h3.elementor-image-box-title {
    margin-top: 0px;
}
:root {
  /* total cycle time */
  --swipe-duration: 10s;
  /* custom easing for smooth swipes */
  --swipe-ease: cubic-bezier(0.75, 0, 0.5, 1);
}

.phone-feed {

animation: swipeThree var(--swipe-duration) var(--swipe-ease) infinite;
  will-change: transform;
}



/* feed swipe keyframes (3 pages in one long image) */
@keyframes swipeThree {
  /* Screen 1 hold */
  0%,   { transform: translateY(2%); }

  100%       { transform: translateY(-80%); }
}


.flow {
  background-color: #CACACA; /* iMessage blue with full opacity */
  color: #33333;
  padding: 0.5em 1em;
  border-radius: 20px;
  font-size: 1rem;
  line-height: 1.4;
  width: 280px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out;
position:absolute;
}
	
 .custom_popin {
            opacity: 0;
            transition: opacity 0.8s ease-in-out;
            position: absolute;
        }

        /* Different random animation patterns */
        .custom_popin:nth-child(1) {
            animation: randomFade1 var(--swipe-duration) infinite;
        }

        .custom_popin:nth-child(2) {
            animation: randomFade2 var(--swipe-duration) infinite;
        }

        .custom_popin:nth-child(3) {
            animation: randomFade3 var(--swipe-duration) infinite;
        }

        .custom_popin:nth-child(4) {
            animation: randomFade4 var(--swipe-duration) infinite;
        }

        .custom_popin:nth-child(5) {
            animation: randomFade5 var(--swipe-duration) infinite;
        }

        .custom_popin:nth-child(6) {
            animation: randomFade6 var(--swipe-duration) infinite;
        }

        /* Random fade keyframes - each with different timing */
        @keyframes randomFade1 {
            0%, 15% { opacity: 0; }
            20%, 35% { opacity: 1; }
            40%, 60% { opacity: 0; }
            65%, 80% { opacity: 1; }
            85%, 100% { opacity: 0; }
        }

        @keyframes randomFade2 {
            0%, 10% { opacity: 1; }
            15%, 45% { opacity: 0; }
            50%, 70% { opacity: 1; }
            75%, 100% { opacity: 0; }
        }

        @keyframes randomFade3 {
            0%, 25% { opacity: 0; }
            30%, 50% { opacity: 1; }
            55%, 75% { opacity: 0; }
            80%, 95% { opacity: 1; }
            100% { opacity: 0; }
        }

        @keyframes randomFade4 {
            0%, 5% { opacity: 1; }
            10%, 35% { opacity: 0; }
            40%, 65% { opacity: 1; }
            70%, 90% { opacity: 0; }
            95%, 100% { opacity: 1; }
        }

        @keyframes randomFade5 {
            0%, 20% { opacity: 0; }
            25%, 40% { opacity: 1; }
            45%, 70% { opacity: 0; }
            75%, 85% { opacity: 1; }
            90%, 100% { opacity: 0; }
        }

        @keyframes randomFade6 {
            0%, 30% { opacity: 1; }
            35%, 55% { opacity: 0; }
            60%, 85% { opacity: 1; }
            90%, 100% { opacity: 0; }
        }


/*expand bundles section -GW*/
#expandable-section {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

#expandable-section.expanded {
    max-height: 2000px; /* Adjust based on your content height */
}

/* Button Arrow (optional - adds rotating arrow) */
#expand-button::after {
    content: " ›";
    transition: transform 0.3s ease;
    display: inline-block;
		transform: rotate(90deg);
}

#expand-button.expanded::after {
    transform: rotate(180deg);
}

/* Smooth content fade-in */
#expandable-section .elementor-widget {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
}

#expandable-section.expanded .elementor-widget {
    opacity: 1;
    transform: translateY(0);
}

