/* styles.css */

/*-----------------------------
    1. STANDARD CSS
    2. LP CSS
    3. SERVICE DESCRIPTION
    4. Spinner Styles
-----------------------------*/

/*-----------------------------
    1. STANDARD CSS
-----------------------------*/

*,
*:before,
*:after,
*:focus {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

body {
    color: #d3d3d3;
    background: #000;
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
}

input[type="submit"],
input[type="text"],
input[type="tel"],
input[type="number"] {
    -webkit-appearance: none;
    border: none;
}

input[type="submit"]:focus,
input[type="tel"]:focus,
button:focus {
    outline: none;
}

a {
    color: inherit;
}

img {
    border: none;
}

/*-----------------------------
    2. LP CSS
-----------------------------*/

.lang_ar {
    display: none !important;
    direction: rtl;
}

.content {
    background-repeat: no-repeat;
    background-position: 0px -25px;
    background-size: contain;
}

#lp_wrapper {
    text-align: center;
    width: 100%;
    position: relative;
    max-width: 480px;
    margin: auto;
}

#header {
    padding-top: 5px;
    position: relative;
    overflow: hidden;
}

#header img {
    width: 100%;
    max-width: 120px;
    margin: 5px auto;
}

.language {
    text-decoration: underline;
    margin-right: 15px;
    float: right;
}

.top_price {
    float: left;
    margin-left: 5px;
    width: 80%;
    text-align: left;
}

.main_image {
    position: relative;
}

.main_image img {
    width: 75%;
    text-align: center;
}

.main_text {
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    color: #fff;
}

.main_text .secondary {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
}

.main_text.wpsent {
    position: relative;
    margin-top: 40%;
}

h1 {
    font-size: 34px;
}

.more_content {
    display: flex;
    justify-content: space-around;
    background-color: #1a1a1a;
    font-size: 13px;
    margin: 5px auto;
    padding: 5px 0px;
}

.more_content_row_item {
    display: flex;
    align-items: center;
}

.more_content_row_item p {
    margin-left: 5px;
}

.more_content_row_item p span {
    font-weight: bold;
    color: #b233cc;
}

.more_content svg {
    height: 25px;
}

.submit_bt {
    font-size: 18px;
    background: #b233cc;
    border: none;
    color: white;
    font-weight: bold;
    margin: 10px auto;
    max-width: 360px;
    outline: none;
    padding: 10px 0;
    width: 60%;
    display: block;
    border-radius: 50px;
    position: relative;
    border-bottom: 4px solid #540e68;
    cursor: pointer;
}

.label {
    font-size: 16px;
    margin: 15px auto;
    padding: 10px;
    background: #eee199;
    width: 80%;
    border-radius: 50px;
    color: #000;
    position: relative;
    max-width: 340px;
    text-align: center;
}

.label .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #eee199 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.no_animate {
    animation: none;
}

.price {
    color: gray;
    margin-top: 10px;
    font-size: 12px;
}

.exit_bt {
    display: block;
    text-decoration: none;
    background-color: #eee;
    font-size: 14px;
    color: #000;
    max-width: 120px;
    margin: 0 auto 10px auto;
    padding: 7px;
    border-radius: 5px;
    text-align: center;
}

.number_wrapper {
    max-width: 320px;
    margin: 0 auto;
    border-radius: 50px;
    transition: all 0.4s;
    animation: shadow-pulse 1.5s infinite;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.number_wrapper:focus-within {
    animation: none;
    box-shadow: 0 8px 5px rgba(0, 173, 93, 0.2);
    max-width: 360px;
}

.prefix {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    background: #ebebeb;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 8px;
    color: #000;
}

.vline {
    height: 54px;
    border-right: 1px solid #000;
    margin-left: 10px;
}

input[type="text"],
input[type="number"],
input[type="tel"] {
    font-size: 22px;
    max-width: 320px;
    width: 85%;
    padding: 14px 18px;
    margin: 0 auto;
    transition: all 0.4s;
    border: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

input[type="number"]:focus,
input[type="tel"]:focus,
#pincode:focus {
    max-width: 340px;
    width: 90%;
}

#pincode {
    font-size: 22px;
    max-width: 240px;
    border: 1px solid black;
    border-radius: 50px;
    outline: none;
    width: 80%;
    padding: 14px 18px;
    margin: 0 auto 10px auto;
    display: block;
    transition: all 0.4s;
    text-align: center;
}

#alert-message {
    color: red;
    margin: 5px 0;
    display: none;
    text-align: center;
    font-size: 14px;
}

.resend_pincode {
    display: block;
    text-decoration: underline;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}

#footer {
    color: gray;
}

.terms {
    color: gray;
    margin: 14px;
    font-size: 14px;
}

.terms a {
    color: gray;
}

.terms .text_left {
    display: block;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

#antifraud_badge {
    display: none;
}

#spinner,
#spinner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

#spinner {
    display: block;
    margin: 15px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: 1.1em solid #d0d0d0;
    border-right-color: black; /* Updated from original */
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
}

@keyframes load8 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*-----------------------------
    3. SERVICE DESCRIPTION
-----------------------------*/

#service {
    padding: 5px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 480px;
    margin: 0 auto;
}

#service svg {
    height: 25px;
}

#service img {
    display: inline-block;
    height: 35px;
}

#service span {
    display: block;
    margin-left: 10px;
    font-size: 13px;
    color: inherit;
    font-style: oblique;
}

/*-----------------------------
    4. Spinner Animation
-----------------------------*/

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes animationLabel {
    0% {
        top: -10px;
    }
    5% {
        top: 10px;
    }
    10% {
        top: -5px;
    }
    15% {
        top: 5px;
    }
    20% {
        top: 0px;
    }
    100% {
        top: 0px;
    }
}
