/* Start custom CSS for html, class: .elementor-element-d53304d *//* =====================================================
   SMARTONE IPTV QUARTERLY
===================================================== */

.smartone-quarterly {
    width: 100%;
    padding: 100px 0;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(0,255,136,.08),
            transparent 40%
        ),
        #050706;
    color: #fff;
    font-family: "Inter", sans-serif;
    overflow: hidden;
}

.quarterly-container {
    width: 92%;
    max-width: 1180px;
    margin: auto;
}


/* =====================================================
   HEADER
===================================================== */

.quarterly-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 45px;
}

.quarterly-badge {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 50px;

    color: #00ff88;

    background: rgba(0,255,136,.07);

    border: 1px solid rgba(0,255,136,.25);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.4px;

    margin-bottom: 20px;
}


/* MAIN TITLE */

.quarterly-header h1 {
    margin: 0;

    color: #ffffff !important;

    font-size: clamp(34px,5vw,60px);

    line-height: 1.05;

    font-weight: 900;

    letter-spacing: -3px;
}


/* ONLY SECOND PART GREEN */

.quarterly-header h1 span {
    display: inline;

    color: #00ff88 !important;

    background: none !important;

    -webkit-text-fill-color: #00ff88 !important;
}


/* DESCRIPTION */

.quarterly-header > p {
    max-width: 680px;

    margin: 22px auto;

    color: #929d97;

    font-size: 15px;

    line-height: 1.7;
}

.quarterly-header > p strong {
    color: #dce5e0;
}


/* PRICE */

.quarterly-price {
    display: inline-flex;

    align-items: baseline;

    gap: 6px;

    padding: 13px 20px;

    border-radius: 50px;

    background: rgba(0,255,136,.08);

    border: 1px solid rgba(0,255,136,.25);
}

.quarterly-price strong {
    color: #00ff88;

    font-size: 29px;

    font-weight: 900;
}

.quarterly-price span {
    color: #929d97;

    font-size: 12px;
}


/* SAVING */

.quarterly-saving {
    width: fit-content;

    margin: 12px auto 0;

    padding: 7px 12px;

    border-radius: 50px;

    color: #00ff88;

    background: rgba(0,255,136,.06);

    border: 1px solid rgba(0,255,136,.12);

    font-size: 10px;

    font-weight: 700;
}


/* =====================================================
   STATS
===================================================== */

.quarterly-stats {
    display: grid;

    grid-template-columns: repeat(6,1fr);

    margin-bottom: 18px;

    overflow: hidden;

    border-radius: 20px;

    background: #0d1210;

    border: 1px solid rgba(255,255,255,.08);
}

.quarterly-stat {
    position: relative;

    text-align: center;

    padding: 24px 10px;
}

.quarterly-stat:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;
    top: 25%;

    width: 1px;
    height: 50%;

    background: rgba(255,255,255,.08);
}

.quarterly-stat strong {
    display: block;

    color: #00ff88;

    font-size: 26px;

    font-weight: 900;
}

.quarterly-stat span {
    display: block;

    margin-top: 5px;

    color: #7e8b83;

    font-size: 10px;

    font-weight: 600;
}


/* =====================================================
   TRUST
===================================================== */

.quarterly-trust {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 9px;

    margin-bottom: 45px;
}

.quarterly-trust span {
    padding: 8px 13px;

    border-radius: 50px;

    background: #0d1210;

    border: 1px solid rgba(255,255,255,.07);

    color: #929d97;

    font-size: 10px;

    font-weight: 600;
}


/* =====================================================
   GRID
===================================================== */

.quarterly-grid {
    display: grid;

    grid-template-columns: 1fr .92fr;

    gap: 22px;

    align-items: start;
}


/* =====================================================
   CARDS
===================================================== */

.quarterly-card {
    position: relative;

    padding: 34px;

    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            #0d1210,
            #090d0b
        );

    border: 1px solid rgba(255,255,255,.08);

    box-shadow:
        0 25px 80px rgba(0,0,0,.3);
}

.quarterly-card::before {
    content: "";

    position: absolute;

    top: 0;

    left: 35px;
    right: 35px;

    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(0,255,136,.5),
        transparent
    );
}


/* =====================================================
   CARD TITLES
===================================================== */

.quarterly-card-title {
    display: flex;

    gap: 14px;

    align-items: flex-start;

    margin-bottom: 18px;
}

.quarterly-number {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    border-radius: 12px;

    color: #00ff88;

    background: rgba(0,255,136,.07);

    border: 1px solid rgba(0,255,136,.2);

    font-size: 12px;

    font-weight: 800;
}

.quarterly-card small,
.quarterly-order-header small {
    display: block;

    margin-bottom: 7px;

    color: #00ff88;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.3px;
}

.quarterly-card h2 {
    margin: 0;

    color: #fff;

    font-size: 30px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -1.5px;
}

.quarterly-card h2 span {
    color: #00ff88;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.quarterly-description {
    margin: 0 0 22px;

    color: #929d97;

    font-size: 13px;

    line-height: 1.7;
}


/* =====================================================
   FEATURES
===================================================== */

.quarterly-feature {
    display: flex;

    gap: 13px;

    padding: 14px;

    margin-bottom: 9px;

    border-radius: 15px;

    background: rgba(255,255,255,.025);

    border: 1px solid rgba(255,255,255,.055);

    transition: .25s ease;
}

.quarterly-feature:hover {
    transform: translateY(-3px);

    border-color: rgba(0,255,136,.25);

    background: rgba(0,255,136,.035);
}

.quarterly-feature i {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 28px;
    height: 28px;

    flex: 0 0 28px;

    border-radius: 9px;

    color: #00ff88;

    background: rgba(0,255,136,.08);

    border: 1px solid rgba(0,255,136,.18);

    font-style: normal;

    font-size: 12px;

    font-weight: 900;
}

.quarterly-feature h3 {
    margin: 0 0 4px;

    color: #fff;

    font-size: 13px;

    font-weight: 700;
}

.quarterly-feature p {
    margin: 0;

    color: #7e8b83;

    font-size: 10px;

    line-height: 1.55;
}


/* =====================================================
   GUARANTEE
===================================================== */

.quarterly-guarantee {
    display: grid;

    gap: 12px;

    margin-top: 18px;

    padding: 15px;

    border-radius: 15px;

    background: rgba(0,255,136,.035);

    border: 1px solid rgba(0,255,136,.12);
}

.quarterly-guarantee div {
    display: flex;

    gap: 10px;
}

.quarterly-guarantee b {
    color: #00ff88;
}

.quarterly-guarantee p {
    margin: 0;

    color: #7e8b83;

    font-size: 9px;

    line-height: 1.5;
}

.quarterly-guarantee strong {
    color: #929d97;
}


/* =====================================================
   ORDER
===================================================== */

.quarterly-order {
    position: sticky;

    top: 30px;
}

.quarterly-order-header {
    text-align: center;
}

.quarterly-order-header .quarterly-number {
    margin: 0 auto 15px;
}

.quarterly-order-header h2 {
    margin: 0;

    color: #fff;

    font-size: 30px;

    line-height: 1.15;

    font-weight: 800;
}

.quarterly-order-header h2 span {
    color: #00ff88;
}

.quarterly-order-header p {
    max-width: 420px;

    margin: 14px auto 20px;

    color: #7e8b83;

    font-size: 12px;

    line-height: 1.65;
}


/* ORDER PRICE */

.quarterly-order-price {
    display: flex;

    justify-content: center;

    align-items: baseline;

    gap: 5px;

    width: fit-content;

    margin: 0 auto 22px;

    padding: 11px 18px;

    border-radius: 50px;

    background: rgba(0,255,136,.1);

    border: 1px solid rgba(0,255,136,.23);
}

.quarterly-order-price strong {
    color: #00ff88;

    font-size: 25px;

    font-weight: 900;
}

.quarterly-order-price span {
    color: #929d97;

    font-size: 10px;
}


/* =====================================================
   WPFORMS
===================================================== */

.quarterly-form .wpforms-container {
    margin: 0 !important;
}

.quarterly-form .wpforms-field {
    margin-bottom: 14px !important;
}

.quarterly-form .wpforms-field-label {
    color: #fff !important;

    font-size: 11px !important;

    font-weight: 600 !important;
}

.quarterly-form input,
.quarterly-form select,
.quarterly-form textarea {
    width: 100% !important;

    background: #090d0b !important;

    border: 1px solid rgba(255,255,255,.09) !important;

    color: #fff !important;

    border-radius: 10px !important;

    padding: 11px 12px !important;

    font-family: "Inter",sans-serif !important;

    font-size: 12px !important;

    box-shadow: none !important;

    transition: .25s ease !important;
}

.quarterly-form input::placeholder,
.quarterly-form textarea::placeholder {
    color: #65716b !important;
}

.quarterly-form input:focus,
.quarterly-form select:focus,
.quarterly-form textarea:focus {
    outline: none !important;

    border-color: rgba(0,255,136,.45) !important;

    box-shadow:
        0 0 0 3px rgba(0,255,136,.06) !important;
}


/* SUBMIT */

.quarterly-form button[type="submit"],
.quarterly-form .wpforms-submit {
    width: 100% !important;

    min-height: 48px !important;

    border: none !important;

    border-radius: 12px !important;

    background:
        linear-gradient(
            135deg,
            #00ff88,
            #00d875
        ) !important;

    color: #031009 !important;

    font-family: "Inter",sans-serif !important;

    font-size: 12px !important;

    font-weight: 800 !important;

    cursor: pointer !important;

    transition: .25s ease !important;
}

.quarterly-form button[type="submit"]:hover,
.quarterly-form .wpforms-submit:hover {
    transform: translateY(-3px) !important;

    box-shadow:
        0 14px 35px rgba(0,255,136,.2) !important;
}


/* =====================================================
   SECURE
===================================================== */

.quarterly-secure {
    display: flex;

    gap: 10px;

    margin-top: 18px;

    padding: 13px;

    border-radius: 13px;

    background: rgba(255,255,255,.025);

    border: 1px solid rgba(255,255,255,.06);

    color: #00ff88;
}

.quarterly-secure strong {
    display: block;

    color: #929d97;

    font-size: 10px;
}

.quarterly-secure p {
    margin: 3px 0 0;

    color: #65716b;

    font-size: 9px;

    line-height: 1.5;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1050px) {

    .quarterly-stats {
        grid-template-columns: repeat(3,1fr);
    }

    .quarterly-stat:nth-child(3)::after {
        display: none;
    }

    .quarterly-grid {
        grid-template-columns: 1fr;
    }

    .quarterly-order {
        position: relative;
        top: auto;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 650px) {

    .smartone-quarterly {
        padding: 70px 0;
    }

    .quarterly-container {
        width: 92%;
    }

    .quarterly-header h1 {
        font-size: clamp(31px,9vw,44px);

        letter-spacing: -2px;
    }

    .quarterly-header > p {
        font-size: 13px;
    }

    .quarterly-stats {
        grid-template-columns: repeat(2,1fr);
    }

    .quarterly-stat {
        padding: 20px 8px;
    }

    .quarterly-stat strong {
        font-size: 21px;
    }

    .quarterly-stat:nth-child(2)::after,
    .quarterly-stat:nth-child(4)::after,
    .quarterly-stat:nth-child(6)::after {
        display: none;
    }

    .quarterly-trust {
        margin-bottom: 30px;
    }

    .quarterly-trust span {
        font-size: 8px;
        padding: 7px 9px;
    }

    .quarterly-card {
        padding: 21px;

        border-radius: 20px;
    }

    .quarterly-card h2,
    .quarterly-order-header h2 {
        font-size: 25px;
    }
}/* End custom CSS */