﻿

:root {
    --white: #FFFFFF;
    --white-bg: #EBF5F53D;
    --blue: #2980B2;
    --black: #000000;
    
    
 
}

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    width:100%;
    min-height:100vh;
    background-color:var(--white-bg);
    font-family:Calibri;
}

div.lp-loader-backdrop{
    display:none;
    z-index:5;
}

.loader {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,#ffa516);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}

.d-none {
    display: none;
}

.category-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0rem;
    transition: var(--transition-bounce);
    border-radius: 130px;
}
.webt-icon {
    width: 130px;
    height: 130px;
    margin: 10px auto 0px;
    position: relative;
}

.webt-icon {
    display: inline-block; /* Make the container resize based on content */
    text-align: center; /* Optional: center contents (like the arrow) */
}

    .webt-icon svg {
        transform: scale(0.5); /* Shrink the SVG to 50% */
        transform-origin: center; /* Ensure the scaling is centered */
        width: 100%; /* Make SVG responsive */
        height: 100%; /* Make SVG responsive */
    }

.title {
    color: #404040;
    font-size: 14px;
    line-height: 1.18;
    font-weight: 900;
}

.gradient-primary {
    background: linear-gradient(135deg, hsl(195, 100%, 45%),hsl(180, 100%, 55%));
    box-shadow: 0 0 25px hsla(195, 100%, 45%, 0.4);
    color: hsl(0, 0%, 100%);
}
.category-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0rem;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 130px;
}

.steps {
    color: #404040;
    font-size: 12px;
    line-height: 1.18;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}



    .steps:after {
        content: '';
        display: table;
        clear: both;
    }

.step {
    float: left;
    width: calc(50% - 4px);
    height: 8px;
    background: rgba(0, 0, 0, .1);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 8px;
}

    .step + .step {
        margin-left: 8px;
    }

    .step:after {
        content: '';
        display: block;
        border-radius: 2px;
        width: var(--pseudo-width, 5%);
        height: 8px;
        background: linear-gradient(273.01deg, #4adefa -8.03%, #0090cc 109.58%);
        transition: width 0.5s ease;
    }

.step2 {
    float: left;
    width: calc(50% - 4px);
    height: 8px;
    background: rgba(0, 0, 0, .1);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 8px;
}

.step + .step2 {
    margin-left: 8px;
}


@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}

.lp-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: var(--white-bg);
}

.lp-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    width: clamp(280px,100%,650px);
}

.lp-modal-backdrop {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0,0,0,.4);
    padding: 20px;
    overflow-y: auto;
}

/*.lp-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
}*/
.lp-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    position  : fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.lp-logo img{
    width:100%;
}

.lp-slogan {
    width: 90%;
    text-align:center;
    color:var(--blue);
    font-weight:bold;
}

.lp-banner{
    width:min(100%,480px);
    min-height:150px;
}

.lp-banner img{
    width: 100%;
}

.lp-disclaimer{
    margin-top:auto;
    padding:30px 15px;
    color:var(--black);
    font-size:18px;
    font-weight:400;
}

.lp-offer-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
   /* padding-inline: 20px;*/
    margin-bottom: 10px;
}

.lp-sub-option {
    width: 100%;
    align-self: flex-start;
    font-size: clamp(18px,1.5vw,25px);
    font-weight: bold;
    color: var(--black);
    cursor:pointer;
}

    .lp-sub-option input {
        transform: scale(1.5);
        margin-right: 10px;
        cursor: pointer;
    }

    .lp-phone-container {
        flex:1;
        width:100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        padding-inline: 20px;
    }

.home-form, .pin-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(100%,440px);
    gap: 10px;
}

.lp-form-prompt {
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.lp-phone-input-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 65px;
    width: 100%;
    background-color: var(--white);
    color: var(--black);
    font-size: 30px;
    letter-spacing: 1.5px;
    padding: 8px 15px;
    border-radius: 25px;
}

.pin-form .lp-phone-input-wrapper {
    gap: 20px;
}

.lp-phone-input-wrapper span {
    font-size: inherit;
    margin-left: 10px;
}

.lp-phone-img{
    width:20px;
}

.pin .lp-phone-img{
    width:unset;
}

.lp-checkmark {
    opacity: 0;
    width: 40px;
    transition: opacity ease .3s;
}

    .lp-checkmark.visible{
        opacity:1;
    }

.lp-phone-input {
    -webkit-appearance:none;
    width:100%;
    height: 100%;
    border: 0;
    font-size:inherit;
    font-family:inherit;
    color:inherit;
    box-sizing:border-box;
}

.lp-phone-input:focus{
    outline:none;
    border:0;
}

.lp-cta {
    -webkit-appearance: none;
    width: 97%;
    text-align: center;
    color: var(--white);
    /*    background-color: var(--blue);*/
    background: linear-gradient(273.01deg, #b4f3ff -8.03%, #1abcff 109.58%);
    border-radius: 12px;
    padding: 10px;
    margin-block: 20px;
    font-size: clamp(22px,2vw,30px);
    font-weight: 600;
    height: 60px;
    border: none;
   /* -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.46);
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.46);*/
    cursor: pointer;
    text-decoration: none;
    margin-block: auto;
}

    .lp-cta:disabled {
/*        opacity: .5;
        background-color: grey;*/
        background: rgba(0, 0, 0, .1);
        color: rgba(0, 0, 0, .3);
    }

.home-form .text-danger {
    width: 100%;
    text-align: center;
    color: red;
}

.lp-return-btn {
    text-align: center;
    font-size: 22px;
    font-family:Calibri;
    font-weight: 600;
    text-decoration: none;
    color: var(--black-border);
}

    .lp-return-btn a {
        color: inherit;
    }

.lp-status-title{
    margin-top:20px;
    font-family:Calibri;
    font-size:30px;
    text-align:center;
}

@media screen and (max-width:480px) {
    .lp-wrapper {
        width:100%;
    }
    .lp-slogan{
        width:90%;
    }
}

