/* Start custom CSS for html, class: .elementor-element-4c281a8 *//* =====================================================
   SMARTONE IPTV CHANNELS — WORLDWIDE COVERAGE
===================================================== */

.worldwide-section {
    position: relative;
    width: 100%;
    padding: 120px 0;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(0, 255, 136, 0.06),
            transparent 35%
        ),
        #050706;

    color: #ffffff;

    font-family: "Inter", Arial, sans-serif;
}


/* =====================================================
   CONTAINER
===================================================== */

.worldwide-container {
    position: relative;
    width: 92%;
    max-width: 1180px;
    margin: 0 auto;
    z-index: 2;
}


/* =====================================================
   BACKGROUND GLOW
===================================================== */

.worldwide-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;

    background: rgba(0, 255, 136, 0.08);

    filter: blur(140px);

    pointer-events: none;
}

.worldwide-glow-1 {
    top: 10%;
    left: -180px;
}

.worldwide-glow-2 {
    bottom: 0;
    right: -200px;
}


/* =====================================================
   HEADER
===================================================== */

.worldwide-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 70px;
}


.worldwide-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 9px 16px;

    border: 1px solid rgba(0, 255, 136, 0.28);
    border-radius: 50px;

    background: rgba(0, 255, 136, 0.055);

    color: #00ff88;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.4px;
}


.worldwide-badge span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #00ff88;

    box-shadow:
        0 0 10px rgba(0, 255, 136, 0.8);
}


.worldwide-header h2 {
    margin: 22px 0 18px;

    font-size: clamp(40px, 5vw, 68px);

    line-height: 1.05;

    font-weight: 900;

    letter-spacing: -3px;

    color: #ffffff;
}


.worldwide-header h2 span {
    background:
        linear-gradient(
            90deg,
            #ffffff,
            #00ff88,
            #00c96b
        );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}


.worldwide-header p {
    max-width: 650px;
    margin: 0 auto;

    color: #929d97;

    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
}


/* =====================================================
   MAIN CONTENT
===================================================== */

.worldwide-content {
    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 85px;
}


/* =====================================================
   IMAGE AREA
===================================================== */

.worldwide-visual {
    position: relative;

    min-height: 520px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.worldwide-image-glow {
    position: absolute;

    width: 80%;
    height: 80%;

    background:
        radial-gradient(
            circle,
            rgba(0, 255, 136, 0.14),
            transparent 65%
        );

    filter: blur(50px);

    z-index: 0;
}


.worldwide-image-box {
    position: relative;

    width: 100%;
    max-width: 540px;

    aspect-ratio: 1 / 1;

    overflow: hidden;

    border-radius: 26px;

    border: 1px solid rgba(255, 255, 255, 0.08);

    background: #0d1210;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.55);

    z-index: 1;

    animation: worldwideFloat 6s ease-in-out infinite;
}


.worldwide-image-box::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(0, 255, 136, 0.08),
            transparent 45%,
            rgba(0, 0, 0, 0.18)
        );

    pointer-events: none;
}


.worldwide-image-box img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}


.worldwide-image-box:hover img {
    transform: scale(1.04);
}


/* =====================================================
   FLOATING CARDS
===================================================== */

.worldwide-floating {
    position: absolute;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 13px 17px;

    min-width: 205px;

    background: rgba(13, 18, 16, 0.94);

    border: 1px solid rgba(0, 255, 136, 0.16);

    border-radius: 16px;

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.45);

    backdrop-filter: blur(14px);

    z-index: 4;
}


.worldwide-floating-top {
    top: 55px;
    right: -35px;
}


.worldwide-floating-bottom {
    bottom: 55px;
    left: -35px;
}


.worldwide-floating-icon,
.worldwide-check {
    width: 43px;
    height: 43px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(0, 255, 136, 0.07);

    border: 1px solid rgba(0, 255, 136, 0.2);

    color: #00ff88;

    font-size: 12px;
    font-weight: 800;
}


.worldwide-check {
    font-size: 20px;
}


.worldwide-floating strong {
    display: block;

    margin-bottom: 3px;

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;
}


.worldwide-floating small {
    display: block;

    color: #7e8b83;

    font-size: 10px;
    font-weight: 500;
}


/* =====================================================
   INFO AREA
===================================================== */

.worldwide-info {
    max-width: 570px;
}


.worldwide-small-badge {
    display: inline-block;

    margin-bottom: 18px;

    color: #00ff88;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;
}


.worldwide-info h3 {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: clamp(34px, 4vw, 52px);

    line-height: 1.08;

    font-weight: 850;

    letter-spacing: -2.5px;
}


.worldwide-info h3 span {
    display: block;

    background:
        linear-gradient(
            90deg,
            #ffffff,
            #00ff88,
            #00c96b
        );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}


.worldwide-description {
    margin: 0 0 32px;

    color: #929d97;

    font-size: 16px;
    line-height: 1.75;
}


/* =====================================================
   FEATURES
===================================================== */

.worldwide-features {
    display: flex;
    flex-direction: column;

    gap: 13px;
}


.worldwide-feature {
    display: flex;
    align-items: center;

    gap: 14px;

    padding: 12px 0;
}


.worldwide-feature-icon {
    width: 32px;
    height: 32px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(0, 255, 136, 0.07);

    border: 1px solid rgba(0, 255, 136, 0.15);

    color: #00ff88;

    font-size: 15px;
    font-weight: 800;
}


.worldwide-feature strong {
    display: block;

    margin-bottom: 3px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 700;
}


.worldwide-feature span {
    display: block;

    color: #7e8b83;

    font-size: 12px;
    line-height: 1.5;
}


/* =====================================================
   BUTTON
===================================================== */

.worldwide-action {
    margin-top: 35px;
}


.worldwide-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    min-height: 52px;

    padding: 0 25px;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #00ff88,
            #00d875
        );

    color: #031009;

    text-decoration: none;

    font-size: 14px;
    font-weight: 800;

    box-shadow:
        0 12px 30px rgba(0, 255, 136, 0.18);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.worldwide-button span {
    font-size: 19px;

    transition: transform 0.25s ease;
}


.worldwide-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 17px 38px rgba(0, 255, 136, 0.28);
}


.worldwide-button:hover span {
    transform: translateX(4px);
}


/* =====================================================
   FLOAT ANIMATION
===================================================== */

@keyframes worldwideFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

    .worldwide-section {
        padding: 90px 0;
    }


    .worldwide-header {
        margin-bottom: 55px;
    }


    .worldwide-content {
        grid-template-columns: 1fr;

        gap: 60px;
    }


    .worldwide-visual {
        min-height: 500px;

        max-width: 650px;

        width: 100%;

        margin: 0 auto;
    }


    .worldwide-info {
        max-width: 700px;

        margin: 0 auto;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .worldwide-section {
        padding: 75px 0;
    }


    .worldwide-container {
        width: 92%;
    }


    .worldwide-header {
        margin-bottom: 45px;
    }


    .worldwide-header h2 {
        font-size: 42px;

        letter-spacing: -2px;
    }


    .worldwide-header p {
        font-size: 15px;
    }


    .worldwide-content {
        gap: 45px;
    }


    .worldwide-visual {
        min-height: auto;

        padding: 20px 0 30px;
    }


    .worldwide-image-box {
        width: 100%;

        border-radius: 20px;

        animation: none;
    }


    .worldwide-floating {
        min-width: auto;

        padding: 10px 12px;

        gap: 9px;
    }


    .worldwide-floating-top {
        top: 5px;
        right: -5px;
    }


    .worldwide-floating-bottom {
        bottom: 0;
        left: -5px;
    }


    .worldwide-floating-icon,
    .worldwide-check {
        width: 37px;
        height: 37px;

        border-radius: 10px;
    }


    .worldwide-floating strong {
        font-size: 11px;
    }


    .worldwide-floating small {
        font-size: 9px;
    }


    .worldwide-info h3 {
        font-size: 36px;

        letter-spacing: -1.8px;
    }


    .worldwide-description {
        font-size: 15px;
    }


    .worldwide-feature {
        align-items: flex-start;
    }


    .worldwide-feature strong {
        font-size: 13px;
    }


    .worldwide-feature span {
        font-size: 11px;
    }


    .worldwide-action {
        margin-top: 28px;
    }


    .worldwide-button {
        width: 100%;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .worldwide-header h2 {
        font-size: 36px;
    }


    .worldwide-info h3 {
        font-size: 32px;
    }


    .worldwide-floating {
        transform: scale(0.9);
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb86850 *//* =====================================================
   STOREIPTV CHANNELS
   WORLDWIDE IPTV CHANNELS
   PREMIUM BLACK + NEON GREEN
===================================================== */

.channels-universe {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(0, 255, 136, 0.06),
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 75%,
            rgba(0, 201, 107, 0.04),
            transparent 32%
        ),
        #050706;

    color: #ffffff;
    font-family: "Inter", sans-serif;
}


/* =====================================================
   CONTAINER
===================================================== */

.channels-container {
    position: relative;
    z-index: 2;

    width: 92%;
    max-width: 1180px;

    margin: 0 auto;
}


/* =====================================================
   BACKGROUND GLOWS
===================================================== */

.channels-glow {
    position: absolute;

    width: 380px;
    height: 380px;

    border-radius: 50%;

    background: #00ff88;

    opacity: 0.07;

    filter: blur(140px);

    pointer-events: none;
}

.channels-glow-one {
    top: 40px;
    left: -180px;
}

.channels-glow-two {
    right: -180px;
    bottom: 80px;

    opacity: 0.05;
}


/* =====================================================
   HEADER
===================================================== */

.channels-header {
    max-width: 760px;

    margin: 0 auto 60px;

    text-align: center;
}


/* =====================================================
   BADGE
===================================================== */

.channels-badge {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 9px 16px;

    margin-bottom: 22px;

    border: 1px solid rgba(0, 255, 136, 0.22);

    border-radius: 50px;

    background: rgba(0, 255, 136, 0.055);

    color: #00ff88;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;

    box-shadow:
        0 0 25px rgba(0, 255, 136, 0.03);
}


/* Badge Dot */

.channels-badge span {
    width: 7px;
    height: 7px;

    flex: 0 0 7px;

    border-radius: 50%;

    background: #00ff88;

    box-shadow:
        0 0 10px rgba(0, 255, 136, 0.9),
        0 0 20px rgba(0, 255, 136, 0.35);
}


/* =====================================================
   MAIN HEADING
===================================================== */

.channels-header h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(42px, 5vw, 68px);

    line-height: 1.02;

    font-weight: 900;

    letter-spacing: -3px;
}

.channels-header h2 span {
    display: block;

    margin-top: 4px;

    background: linear-gradient(
        100deg,
        #ffffff 0%,
        #00ff88 55%,
        #00c96b 100%
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;
}


/* =====================================================
   HEADER DESCRIPTION
===================================================== */

.channels-header p {
    max-width: 680px;

    margin: 24px auto 0;

    color: #929d97;

    font-size: 17px;

    line-height: 1.75;

    font-weight: 400;
}


/* =====================================================
   CHANNEL GRID
===================================================== */

.channels-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


/* =====================================================
   CHANNEL CARD
===================================================== */

.channel-card {
    position: relative;

    display: flex;

    gap: 20px;

    min-height: 245px;

    padding: 27px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.025),
            rgba(255, 255, 255, 0)
        ),
        #0d1210;

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 20px;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.22);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


/* =====================================================
   CARD TOP LINE
===================================================== */

.channel-card::after {
    content: "";

    position: absolute;

    top: 0;
    left: 25px;
    right: 25px;

    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 255, 136, 0.18),
        transparent
    );

    opacity: 0;

    transition: opacity 0.3s ease;
}


/* =====================================================
   CARD GREEN GLOW
===================================================== */

.channel-card::before {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    top: -90px;
    right: -90px;

    border-radius: 50%;

    background: #00ff88;

    opacity: 0;

    filter: blur(65px);

    transition: opacity 0.3s ease;
}


/* =====================================================
   CARD HOVER
===================================================== */

.channel-card:hover {
    transform: translateY(-6px);

    border-color: rgba(0, 255, 136, 0.30);

    box-shadow:
        0 28px 75px rgba(0, 0, 0, 0.35),
        0 0 35px rgba(0, 255, 136, 0.055);
}

.channel-card:hover::before {
    opacity: 0.13;
}

.channel-card:hover::after {
    opacity: 1;
}


/* =====================================================
   CHANNEL ICON
===================================================== */

.channel-icon {
    position: relative;
    z-index: 2;

    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: rgba(0, 255, 136, 0.065);

    border: 1px solid rgba(0, 255, 136, 0.13);

    color: #00ff88;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.channel-card:hover .channel-icon {
    background: rgba(0, 255, 136, 0.10);

    border-color: rgba(0, 255, 136, 0.25);

    transform: translateY(-2px);
}


/* =====================================================
   ICON SVG
===================================================== */

.channel-icon svg {
    width: 25px;
    height: 25px;

    color: #00ff88;

    stroke: currentColor;
}


/* =====================================================
   CARD CONTENT
===================================================== */

.channel-content {
    position: relative;
    z-index: 2;

    flex: 1;

    min-width: 0;
}


/* =====================================================
   CARD NUMBER
===================================================== */

.channel-number {
    display: block;

    margin-bottom: 6px;

    color: #00c96b;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.6px;
}


/* =====================================================
   CARD TITLE
===================================================== */

.channel-content h3 {
    margin: 0 0 10px;

    color: #ffffff !important;

    font-size: 22px;

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -0.5px;
}


/* =====================================================
   CARD DESCRIPTION
===================================================== */

.channel-content p {
    margin: 0;

    color: #ffffff !important;

    font-size: 14px;

    line-height: 1.65;

    font-weight: 400;
}


/* =====================================================
   CARD LINK
===================================================== */

.channel-link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 20px;

    color: #00ff88 !important;

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;

    transition:
        gap 0.25s ease,
        color 0.25s ease;
}

.channel-link span {
    color: #00ff88;

    font-size: 17px;

    line-height: 1;

    transition:
        transform 0.25s ease;
}

.channel-card:hover .channel-link {
    gap: 13px;
}

.channel-card:hover .channel-link span {
    transform: translateX(2px);
}


/* =====================================================
   SEO CONTENT
===================================================== */

.channels-seo-content {
    position: relative;

    margin-top: 55px;

    padding: 42px 45px;

    background:
        linear-gradient(
            145deg,
            rgba(0, 255, 136, 0.035),
            rgba(255, 255, 255, 0.012)
        ),
        #090d0b;

    border: 1px solid rgba(255, 255, 255, 0.07);

    border-radius: 22px;

    overflow: hidden;
}


/* SEO GREEN LINE */

.channels-seo-content::before {
    content: "";

    position: absolute;

    top: 0;
    left: 45px;

    width: 90px;
    height: 2px;

    background: #00ff88;

    box-shadow:
        0 0 18px rgba(0, 255, 136, 0.45);
}


/* SEO HEADING */

.channels-seo-content h3 {
    margin: 0 0 18px;

    color: #ffffff !important;

    font-size: 27px;

    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -0.7px;
}


/* SEO PARAGRAPHS */

.channels-seo-content p {
    margin: 0 0 16px;

    color: #929d97 !important;

    font-size: 15px;

    line-height: 1.8;

    font-weight: 400;
}

.channels-seo-content p:last-child {
    margin-bottom: 0;
}


/* =====================================================
   STATS
===================================================== */

.channels-stats {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    margin-top: 45px;

    padding: 28px 20px;

    background: #090d0b;

    border: 1px solid rgba(255, 255, 255, 0.07);

    border-radius: 18px;

    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.18);
}


/* =====================================================
   STAT
===================================================== */

.channels-stat {
    position: relative;

    text-align: center;

    padding: 5px 20px;
}


/* =====================================================
   STAT SEPARATOR
===================================================== */

.channels-stat + .channels-stat::before {
    content: "";

    position: absolute;

    left: 0;

    top: 8px;
    bottom: 8px;

    width: 1px;

    background: rgba(255, 255, 255, 0.08);
}


/* =====================================================
   STAT NUMBER
===================================================== */

.channels-stat strong {
    display: block;

    color: #ffffff !important;

    font-size: 25px;

    line-height: 1.1;

    font-weight: 900;

    letter-spacing: -1px;
}


/* =====================================================
   STAT LABEL
===================================================== */

.channels-stat span {
    display: block;

    margin-top: 6px;

    color: #929d97 !important;

    font-size: 9px;

    line-height: 1.3;

    font-weight: 700;

    letter-spacing: 1.2px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

    .channels-universe {
        padding: 85px 0;
    }

    .channels-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .channels-stats {
        grid-template-columns: repeat(2, 1fr);

        gap: 20px;
    }

    .channels-stat:nth-child(3)::before {
        display: none;
    }

    .channels-stat:nth-child(3),
    .channels-stat:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.08);

        padding-top: 20px;
    }

    .channels-stat:nth-child(4)::before {
        display: block;

        top: 20px;
        bottom: 0;
    }

    .channels-seo-content {
        padding: 35px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .channels-universe {
        padding: 70px 0;
    }

    .channels-container {
        width: 92%;
    }

    .channels-header {
        margin-bottom: 40px;
    }

    .channels-badge {
        font-size: 10px;

        padding: 8px 13px;
    }

    .channels-header h2 {
        font-size: clamp(38px, 11vw, 50px);

        letter-spacing: -2px;
    }

    .channels-header p {
        margin-top: 20px;

        font-size: 15px;

        line-height: 1.65;
    }


    /* Cards */

    .channels-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .channel-card {
        min-height: auto;

        padding: 23px;

        gap: 17px;
    }

    .channel-icon {
        flex: 0 0 48px;

        width: 48px;
        height: 48px;

        border-radius: 13px;
    }

    .channel-icon svg {
        width: 23px;
        height: 23px;
    }

    .channel-content h3 {
        font-size: 20px;

        color: #ffffff !important;
    }

    .channel-content p {
        font-size: 13.5px;

        color: #ffffff !important;

        line-height: 1.65;
    }

    .channel-link {
        margin-top: 17px;
    }


    /* SEO */

    .channels-seo-content {
        margin-top: 35px;

        padding: 30px 23px;

        border-radius: 18px;
    }

    .channels-seo-content::before {
        left: 23px;

        width: 70px;
    }

    .channels-seo-content h3 {
        font-size: 23px;

        line-height: 1.3;
    }

    .channels-seo-content p {
        font-size: 14px;

        line-height: 1.75;
    }


    /* Stats */

    .channels-stats {
        grid-template-columns: 1fr 1fr;

        margin-top: 30px;

        padding: 22px 10px;

        gap: 0;
    }

    .channels-stat {
        padding: 10px;
    }

    .channels-stat strong {
        font-size: 22px;

        color: #ffffff !important;
    }

    .channels-stat span {
        font-size: 8px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .channel-card {
        flex-direction: column;

        gap: 15px;
    }

    .channel-icon {
        flex: 0 0 auto;
    }

    .channels-stats {
        grid-template-columns: 1fr;
    }

    .channels-stat + .channels-stat::before {
        display: none;
    }

    .channels-stat + .channels-stat {
        border-top: 1px solid rgba(255, 255, 255, 0.08);

        padding-top: 18px;
    }

    .channels-seo-content {
        padding: 27px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-88ea3d6 *//* =====================================================
   SMARTONE IPTV
   FREQUENTLY ASKED QUESTIONS
   BLACK + NEON GREEN
===================================================== */

.iptv-faq {
    position: relative;
    overflow: hidden;

    padding: 110px 0;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(0, 255, 136, 0.055),
            transparent 35%
        ),
        #090d0b;

    color: #ffffff;

    font-family: "Inter", sans-serif;
}


/* =====================================================
   CONTAINER
===================================================== */

.faq-container {
    position: relative;
    z-index: 2;

    width: 92%;
    max-width: 900px;

    margin: 0 auto;
}


/* =====================================================
   GLOW
===================================================== */

.faq-glow {
    position: absolute;

    width: 380px;
    height: 380px;

    border-radius: 50%;

    background: #00ff88;

    filter: blur(145px);

    opacity: 0.065;

    pointer-events: none;
}

.faq-glow-one {
    top: 50px;
    left: -220px;
}

.faq-glow-two {
    right: -220px;
    bottom: 20px;

    opacity: 0.045;
}


/* =====================================================
   HEADER
===================================================== */

.faq-header {
    max-width: 760px;

    margin: 0 auto 60px;

    text-align: center;
}


/* =====================================================
   BADGE
===================================================== */

.faq-badge {
    display: inline-flex;

    align-items: center;
    gap: 9px;

    padding: 9px 15px;

    margin-bottom: 22px;

    border: 1px solid rgba(0, 255, 136, 0.22);

    border-radius: 50px;

    background: rgba(0, 255, 136, 0.06);

    color: #00ff88;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.4px;
}

.faq-badge-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #00ff88;

    box-shadow:
        0 0 12px rgba(0, 255, 136, 0.8);
}


/* =====================================================
   HEADING
===================================================== */

.faq-header h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(38px, 5vw, 64px);

    line-height: 1.04;

    font-weight: 900;

    letter-spacing: -3px;
}

.faq-header h2 span {
    display: block;

    margin-top: 5px;

    background: linear-gradient(
        100deg,
        #ffffff 0%,
        #00ff88 55%,
        #00c96b 100%
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.faq-header p {
    max-width: 650px;

    margin: 24px auto 0;

    color: #929d97;

    font-size: 17px;

    line-height: 1.7;

    font-weight: 400;
}


/* =====================================================
   FAQ LIST
===================================================== */

.faq-list {
    display: flex;

    flex-direction: column;

    gap: 12px;
}


/* =====================================================
   FAQ ITEM
===================================================== */

.faq-item {
    position: relative;

    background: #0d1210;

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 18px;

    overflow: hidden;

    transition:
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.faq-item:hover {
    border-color: rgba(0, 255, 136, 0.25);

    transform: translateY(-2px);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.25);
}


/* =====================================================
   SUMMARY
===================================================== */

.faq-item summary {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    min-height: 76px;

    padding: 20px 25px;

    cursor: pointer;

    list-style: none;

    user-select: none;
}


/* Remove default arrow */

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::marker {
    display: none;
}


/* =====================================================
   QUESTION
===================================================== */

.faq-question {
    color: #ffffff !important;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.4;
}


/* =====================================================
   PLUS ICON
===================================================== */

.faq-plus {
    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(0, 255, 136, 0.07);

    border: 1px solid rgba(0, 255, 136, 0.14);

    color: #00ff88;

    font-size: 22px;

    font-weight: 400;

    line-height: 1;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}


/* =====================================================
   OPEN STATE
===================================================== */

.faq-item[open] {
    border-color: rgba(0, 255, 136, 0.20);

    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.25);
}

.faq-item[open] .faq-plus {
    transform: rotate(45deg);

    background: rgba(0, 255, 136, 0.12);
}


/* =====================================================
   ANSWER
===================================================== */

.faq-answer {
    padding: 0 25px 24px 25px;
}

.faq-answer p {
    max-width: 720px;

    margin: 0;

    padding-top: 18px;

    border-top: 1px solid rgba(255, 255, 255, 0.07);

    color: #929d97 !important;

    font-size: 15px;

    line-height: 1.75;

    font-weight: 400;
}


/* =====================================================
   BOTTOM CTA
===================================================== */

.faq-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    margin-top: 35px;

    padding: 24px 25px;

    background: #0d1210;

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 18px;
}


/* =====================================================
   CTA CONTENT
===================================================== */

.faq-bottom-content {
    display: flex;

    flex-direction: column;

    gap: 5px;
}

.faq-bottom-content strong {
    color: #ffffff !important;

    font-size: 16px;

    font-weight: 800;
}

.faq-bottom-content span {
    color: #7e8b83 !important;

    font-size: 13px;
}


/* =====================================================
   CONTACT BUTTON
===================================================== */

.faq-contact-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    flex-shrink: 0;

    padding: 13px 20px;

    border-radius: 12px;

    background: linear-gradient(
        135deg,
        #00ff88,
        #00d875
    );

    color: #031009 !important;

    text-decoration: none;

    font-size: 13px;

    font-weight: 800;

    box-shadow:
        0 10px 30px rgba(0, 255, 136, 0.14);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.faq-contact-btn span {
    color: #031009;

    font-size: 17px;

    transition: transform 0.25s ease;
}

.faq-contact-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 14px 35px rgba(0, 255, 136, 0.24);
}

.faq-contact-btn:hover span {
    transform: translateX(3px);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 768px) {

    .iptv-faq {
        padding: 80px 0;
    }

    .faq-header {
        margin-bottom: 45px;
    }

    .faq-header h2 {
        letter-spacing: -2px;
    }

    .faq-header p {
        font-size: 15px;
    }

    .faq-item summary {
        min-height: 70px;

        padding: 18px 20px;
    }

    .faq-answer {
        padding: 0 20px 20px;
    }

    .faq-bottom {
        padding: 20px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .iptv-faq {
        padding: 70px 0;
    }

    .faq-container {
        width: 92%;
    }

    .faq-header {
        margin-bottom: 38px;
    }

    .faq-header h2 {
        font-size: clamp(36px, 10vw, 48px);

        letter-spacing: -2px;
    }

    .faq-header p {
        font-size: 15px;

        line-height: 1.65;
    }

    .faq-list {
        gap: 10px;
    }

    .faq-item {
        border-radius: 16px;
    }

    .faq-item summary {
        gap: 15px;

        padding: 17px;

        min-height: 66px;
    }

    .faq-question {
        font-size: 14px;
    }

    .faq-plus {
        width: 31px;
        height: 31px;

        flex: 0 0 31px;

        font-size: 20px;
    }

    .faq-answer {
        padding: 0 17px 19px;
    }

    .faq-answer p {
        padding-top: 15px;

        font-size: 14px;

        line-height: 1.7;
    }

    .faq-bottom {
        flex-direction: column;

        align-items: stretch;

        text-align: center;

        gap: 18px;

        padding: 20px 17px;
    }

    .faq-contact-btn {
        width: 100%;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .faq-header h2 {
        font-size: 35px;

        letter-spacing: -1.8px;
    }

    .faq-item summary {
        padding: 15px;
    }

    .faq-question {
        font-size: 13.5px;
    }

    .faq-answer {
        padding: 0 15px 17px;
    }

    .faq-bottom-content strong {
        font-size: 15px;
    }

    .faq-bottom-content span {
        font-size: 12px;
    }
}/* End custom CSS */