body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

button:hover {
    background: #575757 !important;
}

button {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
    background: #fbab18;
    border: none;
    padding: 10px;
    border-radius: 10px;
    width: 160px;
    cursor: pointer;
}

.container {
    max-width: 1290px;
    margin: 0 auto;
}

header .new-internet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 0;
}

header .new-internet-header .logo {
    width: 140px;
}

header .new-internet-header .logo img {
    width: 100%;
}

header .new-internet-header .nav ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

header .new-internet-header .nav ul li {
    position: relative;
}

header .new-internet-header .nav ul li a {
    text-decoration: none;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
}

header .new-internet-header .nav ul li a:hover {
    color: #fbab18;
}

ul.dropdown-menu li:active {
    background-color: #fbab18 !important;
}

ul.dropdown-menu li:active a {
    color: #FFFFFF !important;
}

header .new-internet-header .nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 99;
}

header .new-internet-header .nav ul li ul li {
    width: 100%;
}

header .new-internet-header .nav ul li ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

header .new-internet-header .nav ul li ul li a:hover {
    background: #fbab18;
    color: #fff;
}

header .new-internet-header .nav ul li:hover>ul {
    display: block;
}

header .new-internet-header .header-button button {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
    background: #fbab18;
    border: none;
    padding: 10px;
    border-radius: 10px;
    width: 160px;
    cursor: pointer;
}

.hamburger {
    display: none;
    font-size: 26px;
    cursor: pointer;
}

section.new-inter-banner-main {
    background: url('./images/intenet-banner-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 15px 100px;
    height: 700px;
    margin-top: -190px;
    display: flex;
    align-items: flex-end;
}

section.new-inter-banner-main.about-page {
    height: 500px;
    padding: 15px 0 0;
}

section.new-inter-banner-main .inner {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

section.new-inter-banner-main .inner .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 47%;
}

section.new-inter-banner-main.reseller-inner-page .inner .text {
    width: 100%;
}

section.new-inter-banner-main.about-page .inner {
    background: unset;
}

section.new-inter-banner-main.about-page .inner .text {
    width: 100%;
}

section.new-inter-banner-main.about-page .inner .text h1 {
    color: #fff;
}

section.new-inter-banner-main .inner .image {
    width: 45%;
}

section.new-inter-banner-main .inner .image img {
    border-radius: 10px;
}

section.new-inter-banner-main .inner .text h1 {
    font-size: 42px;
    color: #000000;
    font-family: sans-serif;
    text-align: center;
}

section.new-inter-banner-main .inner .text p {
    font-size: 20px;
    font-family: sans-serif;
    color: #000000;
    line-height: 28px;
    text-align: center;
}

section.global-fast-about-main {
    padding: 50px 10px;
}

section.global-fast-about-main .inner {
    display: flex;
    align-items: center;
    gap: 50px;
}

section.global-fast-about-main .inner .text h2 {
    font-size: 32px;
    font-family: sans-serif;
    text-align: center;
}

section.global-fast-about-main .inner .text p {
    font-size: 20px;
    font-family: sans-serif;
    line-height: 24px;
    text-align: center;
}

section.global-fast-about-main .inner .text button {
    color: #000000;
}

section.global-fast-about-main .inner .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 60%;
}

section.global-fast-about-main .inner .image {
    width: 40%;
    background: #fbab18;
    padding: 20px;
}

section.global-fast-pricing-main {
    padding: 50px 10px;
    background: #fbab18;
}

section.global-fast-pricing-main .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

section.global-fast-pricing-main .inner .column {
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-shadow: 0 0 3px 0;
    gap: 10px;
}

section.global-fast-pricing-main .inner .column:hover {
    background: #1f151524;
}

section.global-fast-pricing-main .inner .column h3 {
    font-size: 24px;
    font-family: sans-serif;
    text-align: center;
    line-height: 28px;
}

section.global-fast-pricing-main .inner .column button {
    background: #000;
}

section.global-fast-pricing-main .inner .column ul li {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 20px;
}

section.global-fast-pakages-main {
    background: url('./images/services-ec-image2.png');
    padding: 50px 10px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.global-fast-pakages-main.verizon-page-main {
    padding: 0 10px;
}

section.global-fast-pakages-main .inner .column h3 {
    font-size: 32px;
    font-family: sans-serif;
    color: #000000;
    line-height: 36px;
}

section.global-fast-pakages-main .inner .column p {
    font-size: 24px;
    font-family: sans-serif;
    color: #000000;
    line-height: 28px;
}

section.global-fast-pakages-main .inner .column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}

section.global-fast-pakages-main .inner {
    display: flex;
    justify-content: space-between;
    height: 400px;
    align-items: center;
}

section.global-fast-disclaimer-main {
    padding: 50px 10px;
}

section.global-fast-disclaimer-main.about-page {
    padding: 0 10px;
}

section.global-fast-disclaimer-main .inner {
    margin: 0 auto;
    display: flex;
    gap: 30px;
    align-items: center;
}

section.global-fast-disclaimer-main .inner .text {
    width: 60%;
    background: #fbb22d;
    padding: 20px;
    border-radius: 10px;
}

section.global-fast-disclaimer-main .inner .image {
    width: 40%;
}

section.global-fast-disclaimer-main .inner h2 {
    font-size: 38px;
    text-align: center;
    font-family: sans-serif;
}

section.global-fast-disclaimer-main .inner p {
    font-size: 20px;
    font-family: sans-serif;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
}

section.global-fast-footer-main {
    padding: 25px 10px;
}

section.global-fast-footer-main .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.global-fast-footer-main .inner .column {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.global-fast-footer-main .inner .column img {
    width: 200px;
}

section.global-fast-footer-main .inner .column h3 {
    font-size: 20px;
    font-family: sans-serif;
    color: #000000;
}

section.global-fast-footer-main .inner .column ul,
section.global-fast-footer-main .inner .column ul a {
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 25px;
    color: #000000;
    text-align: center;
}

section.global-fast-footer-main .inner .column p {
    font-size: 15px;
    font-family: sans-serif;
    color: #000000;
    line-height: 20px;
    margin: 20px 0;
    text-align: center;
}

.global-footer-bottom .inner ul a {
    color: #000;
}

.about-verizon-main {
    padding: 50px 10px;
}

.about-verizon-main .container {
    max-width: 900px;
    margin: 0 auto;
}

.about-verizon-main .container h2 {
    font-size: 42px;
    font-family: sans-serif;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 48px;
}

.accordion-main {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.accordion-main:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.accordion {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.accordion .check {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.accordion span {
    font-size: 18px;
    font-family: sans-serif;
    color: #111827;
    flex: 1;
}

.arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.accordion-main.active .arrow {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-main>p {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px 0 64px;
    color: #4b5563;
    line-height: 1.75;
    transition: all 0.3s ease;
    opacity: 0;
    font-family: sans-serif;
}

.accordion-main.active>p {
    max-height: 500px;
    padding: 0 24px 24px 64px;
    opacity: 1;
    font-family: sans-serif;
}

.global-footer-bottom .inner {
    padding: 10px;
}

.global-footer-bottom .inner ul {
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    font-family: sans-serif;
    display: flex;
    gap: 30px;
    justify-content: center;
}

section .global-fast-services-main {
    padding: 50px 10px;
    background: #fbab18;
}

section .global-fast-services-main h2 {
    font-size: 42px;
    color: #000000;
    font-family: sans-serif;
    text-align: center;
    margin: 10px 0 40px;
}

.global-fast-services-main .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.global-fast-services-main .inner .column:hover {
    background: #1f151524;
}

.global-fast-services-main .inner .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 26%;
    padding: 30px;
}

.global-fast-services-main .inner .column img {
    width: 100px;
}

.global-fast-services-main .inner .column .icon-text-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.global-fast-services-main .inner .column .icon-text {
    display: flex;
    gap: 10px;
}

.global-fast-services-main .inner .column .icon-text img {
    width: 23px;
    height: 23px;
}

.global-fast-services-main .inner .column h3 {
    font-size: 24px;
    font-family: sans-serif;
}

.global-fast-services-main .inner .column p {
    font-size: 18px;
    font-family: sans-serif;
    text-align: center;
    margin: 8px 0;
    line-height: 22px;
}

.global-fast-services-main .inner .column .icon-text span {
    font-size: 20px;
    font-family: sans-serif;
}

.global-fast-services-main .inner .column a button {
    margin-top: 30px;
    background: black;
    border-radius: 0;
    width: 200px;
}

section.global-fast-contact-main {
    padding: 50px 10px;
}

section.global-fast-contact-main .inner {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fbab18;
    padding: 20px;
    border-radius: 10px;
}

section.global-fast-contact-main .inner .form input[type="submit"] {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
    background: #000000;
    border: none;
    padding: 10px;
    border-radius: 10px;
    width: 160px;
    cursor: pointer;
}

section.global-fast-contact-main .inner .form label {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    gap: 5px;
    font-size: 15px;
    font-family: sans-serif;
}

section.global-fast-contact-main .inner .image {
    width: 48%;
    padding: 35px;
    border-radius: 10px;
}

section.global-fast-contact-main .inner .image img {
    border-radius: 15px;
}

section.global-fast-contact-main .inner .form {
    width: 40%;
    padding: 20px;
    box-shadow: 0 0 3px 0;
    border-radius: 5px;
}

section.global-fast-contact-main .inner .form input,
section.global-fast-contact-main .inner .form label textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid;
}

section.global-fast-contact-main h2 {
    font-size: 42px;
    font-family: sans-serif;
    margin-bottom: 40px;
}

section.global-fast-verizon-main {
    padding: 50px 10px;
}

section.global-fast-verizon-main .inner {
    display: flex;
    align-items: center;
    gap: 40px;
}

section.global-fast-verizon-main .inner .text {
    width: 50%;
}

section.global-fast-verizon-main .inner .image {
    width: 50%;
}

section.global-fast-verizon-main .inner .text h2 {
    font-size: 32px;
    text-align: center;
    font-family: sans-serif;
}
section.global-fast-verizon-main .inner .text p {
    font-size: 20px;
    font-family: sans-serif;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
}

section .privacy-policy-content-main {
    padding: 50px 10px;
}

section .privacy-policy-content-main .inner h3 {
    font-size: 24px;
    font-family: sans-serif;
    margin: 15px 0;
}

section .privacy-policy-content-main .inner p {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 21px;
}

section .privacy-policy-content-main .inner ul li {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 24px;
}

section .privacy-policy-content-main .inner ul li a {
    font-size: 16px;
    font-family: sans-serif;
    color: #000;
    margin: 0 5px;
    line-height: 27px;
}

.global-footer-bottom {
    background: #fbab18;
}

@media screen and (max-width: 1024px) {

    section.new-inter-banner-main { 
        padding: 15px 15px 50px;
        height: 650px; 
    }
    header .new-internet-header {
        flex-wrap: wrap;
    }

    .hamburger {
        display: block;
        position: absolute;
        right: 10px;
        top: 20px;
        color: #fff;
        font-weight: bold;
    }

    header .new-internet-header .nav {
        display: none;
        width: 100%;
        background: #fff;
        padding: 15px 0;
    }

    header .new-internet-header .nav ul {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    header .new-internet-header .nav ul li ul {
        position: static;
        box-shadow: none;
        min-width: unset;
        padding: 0;
    }

    header .new-internet-header .nav ul li ul li a {
        padding: 8px 0;
    }

    header .new-internet-header .header-button {
        display: none;
    }

    header .new-internet-header.active .nav {
        display: block;
        position: absolute;
        top: 70px;
        left: 0;
    }

    header .new-internet-header .nav ul li a {
        color: #000000;
    }

    .new-internet-header li.dropdown {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .new-internet-header ul.dropdown-menu {
        text-align: center;
    }

    section.new-inter-banner-main .inner {
        height: 400px;
    }

    section.new-inter-banner-main .inner .text {
        gap: 15px;
    }

    section.global-fast-pakages-main .inner .column h3,
    section.global-fast-about-main .inner .text h2 {
        font-size: 25px;
        line-height: 30px;
    }

    section.global-fast-pricing-main .inner {
        justify-content: center;
    }

    section.global-fast-pricing-main .inner .column {
        width: 40%;
    }

    section.global-fast-pakages-main .inner .column p {
        font-size: 20px;
    }

    .global-fast-services-main .inner {
        gap: 60px;
        justify-content: center;
    }

    .global-fast-services-main .inner .column h3,
    section.global-fast-pricing-main .inner .column h3 {
        font-size: 22px;
    }

    .global-fast-services-main .inner .column .icon-text span {
        font-size: 18px;
    }

    .global-fast-services-main .inner .column {
        width: 41%;
    }

    section.global-fast-disclaimer-main .inner {
        width: 85%;
    }

    section.global-fast-disclaimer-main .inner p {
        font-size: 18px;
        line-height: 23px;
    }

    section.global-fast-contact-main h2,
    .about-verizon-main .container h2,
    section.global-fast-disclaimer-main .inner h2,
    section .global-fast-services-main h2,
    section.new-inter-banner-main .inner .text h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    section.global-fast-footer-main .inner {
        flex-wrap: wrap;
        gap: 30px;
    }

    section.global-fast-footer-main .inner .column {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .container h2 {
        font-size: 2rem;
    }

    .accordion {
        padding: 20px;
    }

    .accordion span {
        font-size: 1rem;
        padding-right: 30px;
    }

    .arrow {
        right: 20px;
    }

    .accordion-main>p {
        padding: 0 20px 0 60px;
    }

    .accordion-main.active>p {
        padding: 0 20px 20px 60px;
    }
}

@media screen and (max-width: 767px) {

    section.new-inter-banner-main .inner { 
        flex-direction: column;
    }
    section.new-inter-banner-main .inner .text { 
        width: 100%;
    }
    section.new-inter-banner-main .inner .image {
        width: 100%;
    }
    section.global-fast-contact-main h2,
    .about-verizon-main .container h2,
    section.global-fast-disclaimer-main .inner h2,
    section .global-fast-services-main h2,
    section.new-inter-banner-main .inner .text h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    section.global-fast-about-main .inner {
        flex-direction: column;
        gap: 25px;
    }

    section.global-fast-about-main .inner .image,
    section.global-fast-about-main .inner .text,
    section.global-fast-pricing-main .inner .column,
    .global-fast-services-main .inner .column,
    section.global-fast-disclaimer-main .inner,
    section.global-fast-footer-main .inner .column,
    section.global-fast-verizon-main .inner .image,
    section.global-fast-verizon-main .inner .text,
    section.global-fast-disclaimer-main .inner .text,
    section.global-fast-disclaimer-main .inner .image {
        width: 95%;
    }

    section.global-fast-about-main,
    section.global-fast-pricing-main,
    section.global-fast-pakages-main,
    section .global-fast-services-main,
    section.global-fast-disclaimer-main,
    .about-verizon-main,
    section.global-fast-contact-main,
    section.global-fast-verizon-main,
    section .privacy-policy-content-main {
        padding: 30px 10px;
    }

    section.global-fast-pakages-main .inner .column h3,
    section.global-fast-about-main .inner .text h2 {
        font-size: 20px;
        line-height: 26px;
    }

    section.global-fast-about-main .inner .text p,
    section.global-fast-verizon-main .inner .text p {
        font-size: 18px;
        line-height: 21px;
    }

    .global-fast-services-main .inner .column h3,
    section.global-fast-pricing-main .inner .column h3,
    section.global-fast-verizon-main .inner .text h2,
    section .privacy-policy-content-main .inner h3 {
        font-size: 20px;
        line-height: 24px;
    }

    section.global-fast-pakages-main .inner {
        align-items: flex-start;
        justify-content: space-evenly;
        flex-direction: column;
    }

    section.global-fast-pakages-main .inner .column p {
        font-size: 18px;
        line-height: 22px;
    }

    .global-fast-services-main .inner {
        gap: 35px;
    }

    section.global-fast-contact-main .inner,
    section.global-fast-footer-main .inner,
    section.global-fast-verizon-main .inner {
        gap: 30px;
        flex-direction: column;
    }

    section.global-fast-contact-main .inner .image,
    section.global-fast-contact-main .inner .form {
        width: 95%;
        padding: 10px;
    }

    section.global-fast-footer-main {
        padding: 30px 10px;
    }

    .global-footer-bottom .inner ul {
        font-size: 12px;
        padding: 0;
        justify-content: center;
    }

    section.new-inter-banner-main .inner .text p {
        font-size: 16px;
        line-height: 24px;
    }

    section.new-inter-banner-main.verizon-page .inner .text {
        gap: 10px;
    }

    section.new-inter-banner-main.verizon-page .inner .text h1 {
        font-size: 20px;
    }

    section.new-inter-banner-main.verizon-page .inner {
        height: 350px;
    }
    section.global-fast-disclaimer-main .inner { 
        flex-direction: column;
    }
    section.global-fast-disclaimer-main.about-page.fast-tv-home {
        padding-top: 30px;
    }
}
@media screen and (max-width: 430px) {
    header .new-internet-header .logo img {
    width: 100%;
    max-width: 100px;
}
section.new-inter-banner-main.about-page {
    height: 300px; 
}
section.new-inter-banner-main .inner { 
    justify-content: flex-end; 
}
section.global-fast-about-main .inner .image {
    width: 60%;
}
section.global-fast-disclaimer-main .inner .image,
section.global-fast-verizon-main .inner .image {
    width: 60%;
}
section.global-fast-footer-main .inner .column img {
    width: 150px;
}
.global-fast-services-main .inner .column img {
    width: 70px;
}
.global-fast-services-main .inner .column .icon-text img,
.accordion .check {
    width: 18px;
    height: 18px;
}
section.new-inter-banner-main { 
    height: 450px;
}
section.new-inter-banner-main.verizon-page .inner {
    height: 215px;
}
}