.elementor-135850 .elementor-element.elementor-element-ffa5578{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135850 .elementor-element.elementor-element-527444d > .elementor-widget-container{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-527444d */@media(min-width: 1450px) {
   nav {
    max-width: 100% !important;
    padding: 0 30px;
  } 
}


#sign-up-page {
    display: flex;
    align-items: center;    
    height: calc(100vh - 130px);
    margin-top: 88px;
}

.sign-up-page-text {
    width: 40%;
    text-align: center;
    
    font-family: "Red Hat", Sans-Serif;
    color: #130C34;
    padding: 0 20px;
    
    h1 {
        font-size: 36px;
        font-weight: 700;
        text-wrap: balance;
    }
    
    p {
        font-size: 20px;
    }
}

.blog-qr-code-container {
    padding: 12px;
    border-radius: 24px;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
    canvas {
        height: 185px;
        width: 185px;
        background: #350184;
    }     
 }
 
 .cmc-s-cta-btns {
    display: none;
    align-items: center;
    gap: 11px;
    margin-top: 20px;
}

.blog-qr-code-container:has(canvas) #qr-code_placeholder {
    display: none;
}

.cmc-s-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background: #FFF; 
    border-radius: 50px;
    border: 1px solid #130C34;
    transition: background 0.2s ease;
    
    img {
        width: 24px;
    }
    
    span {
        font-family: "Red Hat", Sans-Serif;
        font-size: 16px;
        font-weight: 700;
        color: #130C34;
        margin: 0;
        white-space: nowrap;
    }
    
}

/*Carousel*/

.screens-carousel {
    width: 60%;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(188deg, #350184 45.19%, #19013D 99.37%);
}

.c-item {
   
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s ease-in-out;
    padding: 20px;
    
    h2 {
        color: #FFF;
        font-size: 42px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        text-wrap: balance;
        padding: 0 40px;
    }
}

.c-item.active {
    opacity: 1;
    transform: translateX(0);
}

.c-item.prev {
    transform: translateX(-100%);
}

.c-item img {
    height: 70%;
    width: auto;
}


.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.indicator.active {
    background: white;
    width: 30px;
    border-radius: 5px;
}

@media(min-width: 1650px) {
 .sign-up-page-text {
     width: 30%;
 }
 
 .screens-carousel {
     width: 70%;
 }
}

@media(min-width: 1250px) {
    #sign-up-page {
        margin-top: 0;
    }
}

@media(max-width: 850px) {
    
    #sign-up-page {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    
    .sign-up-page-text {
        width: 100%;
        padding: 60px 20px;
    }
    
    .screens-carousel {
        width: 100%;
        height: 600px;
    }
    
    .c-item {
        h2 {
            font-size: 30px;
            padding: 0 20px;
        }
    }
    
    .c-item img {
      max-height: 320px;
    }
    
     .cmc-s-cta-btns {
        display: flex;
        justify-content: center;
    }  
}/* End custom CSS */