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