.elementor-14485 .elementor-element.elementor-element-67884ef{margin-top:-80px;margin-bottom:-80px;padding:0px 0px 0px 0px;}.elementor-14485 .elementor-element.elementor-element-260dd21{margin-top:59px;margin-bottom:59px;}.elementor-14485 .elementor-element.elementor-element-a5c1f9b{margin-top:-47px;margin-bottom:-47px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-aa4f00d *//* =========================================
   BROADWAY IPTV SOFTWARE HERO
   ========================================= */

.broadway-iptv-hero {
    position: relative;
    width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    overflow: hidden;

    font-family: "Poppins", sans-serif;

    /*
     * Broadway orange based on CTA colour:
     * #F58220
     */
    background:
        radial-gradient(
            circle at 12% 45%,
            rgba(255, 255, 255, 0.12) 0%,
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 25%,
            rgba(255, 196, 130, 0.16) 0%,
            transparent 38%
        ),
        linear-gradient(
            120deg,
            #d96312 0%,
            #e87318 35%,
            #f58220 65%,
            #df6814 100%
        );
}


/* Subtle elegant overlay */

.broadway-iptv-hero::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.06) 0%,
            transparent 35%,
            rgba(0, 0, 0, 0.06) 100%
        );

    pointer-events: none;
}


/* =========================================
   HERO INNER
   ========================================= */

.broadway-iptv-hero-inner {
    position: relative;
    z-index: 2;

    width: min(1240px, 92%);

    min-height: 610px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 70px;

    padding: 70px 0;
}


/* =========================================
   LEFT IMAGE AREA
   ========================================= */

.broadway-iptv-hero-visual {
    position: relative;

    width: 55%;
    flex: 0 0 55%;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* Elegant glow behind software */

.broadway-iptv-glow {
    position: absolute;

    width: 80%;
    height: 80%;

    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.22) 0%,
            rgba(255, 217, 175, 0.12) 35%,
            transparent 72%
        );

    filter: blur(45px);

    z-index: 0;

    pointer-events: none;
}


/* =========================================
   IMAGE FRAME
   ========================================= */

.broadway-iptv-image-frame {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 680px;

    overflow: hidden !important;

    border-radius: 20px !important;

    /*
     * Elegant Broadway-orange themed border
     */
    border: 2px solid rgba(255, 255, 255, 0.32) !important;

    background: #111111;

    box-shadow:
        0 30px 65px rgba(93, 30, 5, 0.35),
        0 12px 28px rgba(93, 30, 5, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 45px rgba(255, 255, 255, 0.12);

    transform:
        perspective(1200px)
        rotateY(3deg);

    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease;
}


/* Image itself */

.broadway-iptv-image-frame .broadway-iptv-ui {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    transform: none !important;
}


/* =========================================
   IMAGE HOVER
   ========================================= */

.broadway-iptv-hero:hover .broadway-iptv-image-frame {
    transform:
        perspective(1200px)
        rotateY(0deg)
        translateY(-4px);

    box-shadow:
        0 38px 80px rgba(93, 30, 5, 0.40),
        0 15px 35px rgba(93, 30, 5, 0.25),
        0 0 55px rgba(255, 255, 255, 0.16);
}


/* =========================================
   RIGHT CONTENT
   ========================================= */

.broadway-iptv-hero-content {
    position: relative;
    z-index: 3;

    width: 45%;

    max-width: 560px;
}




/* White accent line */

.broadway-iptv-eyebrow::before {
    content: "";

    width: 28px;
    height: 2px;

    margin-right: 10px;

    background: #ffffff;

    border-radius: 10px;

    opacity: 0.85;
}


/* =========================================
   H1
   ========================================= */

.broadway-iptv-hero-content h1 {
    margin: 0 0 24px;

    color: #ffffff !important;

    font-family: "Poppins", sans-serif !important;

    font-size: 46px;

    line-height: 1.16;

    font-weight: 600;

    letter-spacing: -1px;

    text-shadow:
        0 3px 18px rgba(94, 30, 5, 0.20);
}


/* =========================================
   DESCRIPTION
   ========================================= */

.broadway-iptv-hero-content p {
    margin: 0;

    color: rgba(255, 255, 255, 0.92) !important;

    font-family: "Poppins", sans-serif !important;

    font-size: 17px;

    line-height: 1.75;

    font-weight: 400;

    text-shadow:
        0 2px 12px rgba(94, 30, 5, 0.16);
}


/* =========================================
   CTA BUTTON
   ========================================= */

.broadway-iptv-hero-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-top: 32px;

    padding: 15px 26px;

    /*
     * White button against Broadway orange
     */
    background: #ffffff !important;

    color: #f58220 !important;

    font-family: "Poppins", sans-serif !important;

    font-size: 14px;

    font-weight: 600;

    line-height: 1;

    text-decoration: none !important;

    border: 1px solid rgba(255, 255, 255, 0.8);

    border-radius: 5px;

    box-shadow:
        0 10px 28px rgba(92, 29, 5, 0.22);

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Arrow */

.broadway-iptv-hero-button .arrow {
    color: #f58220 !important;

    font-size: 19px;

    line-height: 1;

    transition:
        transform 0.3s ease;
}


/* =========================================
   CTA HOVER
   ========================================= */

.broadway-iptv-hero-button:hover {
    background: #ffffff !important;

    color: #d96b13 !important;

    transform: translateY(-2px);

    box-shadow:
        0 14px 34px rgba(92, 29, 5, 0.30);
}


.broadway-iptv-hero-button:hover .arrow {
    color: #d96b13 !important;

    transform: translateX(4px);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1100px) {

    .broadway-iptv-hero-inner {
        gap: 45px;
    }

    .broadway-iptv-hero-content h1 {
        font-size: 38px;
    }

    .broadway-iptv-hero-content p {
        font-size: 16px;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .broadway-iptv-hero-inner {
        width: 90%;

        min-height: auto;

        flex-direction: column;

        gap: 40px;

        padding: 50px 0 60px;
    }


    /* Image */

    .broadway-iptv-hero-visual {
        width: 100%;

        flex: none;

        order: 1;
    }


    .broadway-iptv-image-frame {
        width: 100%;

        border-radius: 14px !important;

        transform: none !important;

        box-shadow:
            0 22px 50px rgba(92, 29, 5, 0.35),
            0 0 35px rgba(255, 255, 255, 0.10);
    }


    /* Content */

    .broadway-iptv-hero-content {
        width: 100%;

        max-width: none;

        order: 2;
    }


    .broadway-iptv-eyebrow {
        margin-bottom: 14px;

        font-size: 10px;

        letter-spacing: 1.6px;
    }


    .broadway-iptv-hero-content h1 {
        margin-bottom: 18px;

        font-size: 30px;

        line-height: 1.22;

        letter-spacing: -0.5px;
    }


    .broadway-iptv-hero-content p {
        font-size: 15px;

        line-height: 1.65;
    }


    .broadway-iptv-hero-button {
        margin-top: 25px;

        padding: 14px 22px;

        font-size: 13px;
    }

}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    .broadway-iptv-hero-inner {
        width: 88%;

        padding-top: 40px;

        padding-bottom: 50px;

        gap: 32px;
    }


    .broadway-iptv-image-frame {
        border-radius: 12px !important;
    }


    .broadway-iptv-hero-content h1 {
        font-size: 27px;
    }


    .broadway-iptv-hero-content p {
        font-size: 14px;
    }


    .broadway-iptv-hero-button {
        padding: 14px 20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ab2eb5 *//* =========================================
   BUILT FOR HOSPITALITY AND BEYOND
   ========================================= */

.broadway-iptv-categories {
    width: 100%;
    background: #ffffff;
    padding: 55px 20px 100px;
    box-sizing: border-box;
}

.broadway-iptv-categories-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* SECTION HEADING */

.broadway-iptv-categories-heading {
    text-align: center;
    margin-bottom: 75px;
}

.broadway-iptv-categories-heading h2 {
    margin: 0;
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
}

.broadway-iptv-categories-heading span {
    display: block;
    width: 55px;
    height: 3px;
    margin: 18px auto 0;
    background: #f58220;
    border-radius: 10px;
}


/* CATEGORY ROW */

.broadway-iptv-category {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 75px;
}


/* LEFT CONTENT */

.broadway-iptv-category-content {
    max-width: 530px;
}

.broadway-iptv-category-content h3 {
    position: relative;
    margin: 0 0 24px;
    padding-left: 20px;
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
}

.broadway-iptv-category-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 34px;
    background: #f58220;
    border-radius: 4px;
}

.broadway-iptv-category-content p {
    margin: 0;
    color: #555555;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
}


/* RIGHT IMAGE */

.broadway-iptv-category-image {
    position: relative;
    width: 100%;
}

.broadway-iptv-category-image-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(245, 130, 32, 0.16);
    background: #ffffff;
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.10),
        0 5px 18px rgba(245, 130, 32, 0.08);
}

.broadway-iptv-category-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 20px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.broadway-iptv-category-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    transition: transform 0.5s ease;
}

.broadway-iptv-category-image-frame:hover img {
    transform: scale(1.025);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .broadway-iptv-categories {
        padding: 50px 25px 80px;
    }

    .broadway-iptv-category {
        gap: 45px;
    }

    .broadway-iptv-categories-heading h2 {
        font-size: 34px;
    }

    .broadway-iptv-category-content h3 {
        font-size: 27px;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .broadway-iptv-categories {
        padding: 45px 20px 65px;
    }

    .broadway-iptv-categories-heading {
        margin-bottom: 50px;
    }

    .broadway-iptv-categories-heading h2 {
        font-size: 30px;
    }

    .broadway-iptv-category {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .broadway-iptv-category-content {
        max-width: 100%;
    }

    .broadway-iptv-category-content h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .broadway-iptv-category-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .broadway-iptv-category-image {
        order: 2;
    }

}/* End custom CSS */