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

a {
    text-decoration: none;
}
img{
    width: 100%;
}
.center-title-h3 h3{
    text-align: center;
}
button:hover {
    background: #575757 !important;
}
button {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
    background: #4282c5;
    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: 200px;
}

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: #4282c5;
}
ul.dropdown-menu li:active {
    background-color: #4282c5 !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: #4282c5;
    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: #4282c5;
    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;
    height: 600px;
    margin-top: -85px;
}
section.new-inter-banner-main .inner {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.new-inter-banner-main .inner .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
section.new-inter-banner-main .inner .text h1 {
    font-size: 42px;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
}
section.new-inter-banner-main .inner .text p {
    font-size: 20px;
    font-family: sans-serif;
    color: #fff;
    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;
    text-align: center;
    font-family: sans-serif;
    line-height: 24px;
}
 
section.global-fast-about-main .inner .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 50%;
}
section.global-fast-about-main .inner .image {
    width: 50%;
}
section.global-fast-about-main .inner .image img {
    border-radius: 10px;
}
section.global-fast-pricing-main {
    padding: 50px 10px;
    background: #4282c5;
}
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;
    background: #fff;
    border-radius: 10px;
    gap: 10px;
}
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 ul li {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 20px;
}
section.global-fast-pakages-main {
    background: url('./images/services-ec-image.png');
    padding: 50px 10px;
    height: 400px;
}
section.global-fast-pakages-main .inner .column h3 {
    font-size: 32px;
    font-family: sans-serif;
    color: #fff;
    line-height: 36px;
}
section.global-fast-pakages-main .inner .column p {
    font-size: 24px;
    font-family: sans-serif;
    color: #fff;
    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 .inner {
    width: 75%;
    margin: 0 auto;
}
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: 100px 10px;
    background: #31004e;
}
section.global-fast-footer-main .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.global-fast-footer-main .inner .column {
    width: 25%;
}
section.global-fast-footer-main .inner .column h3 {
    font-size: 20px;
    font-family: sans-serif;
    color: #fff;
}
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: #fff;
}
section.global-fast-footer-main .inner .column p {
    font-size: 15px;
    font-family: sans-serif;
    color: #fff;
    line-height: 20px;
    margin: 20px 0;
}
.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: flex-end;
    }
   section .global-fast-services-main {
        padding: 50px 10px;
        background: #4282c5;
    }
    section .global-fast-services-main h2 {
        font-size: 42px;
        color: #fff;
        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 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        width: 26%;
        background: #fff;
        padding: 30px;
        border-radius: 10px;
    }
    .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;
    }
    section.global-fast-contact-main {
        padding: 50px 10px;
    }
     section.global-fast-contact-main .inner {
        display: flex;
        align-items: center;
        gap: 40px;
    }
    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 .form input[type="submit"] {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
    background: #4282c5;
    border: none;
    padding: 10px;
    border-radius: 10px;
    width: 160px;
    cursor: pointer;
}
    section.global-fast-contact-main .inner .image {
        width: 48%;
        padding: 35px;
        background: #31004e;
        border-radius: 10px;
    }
    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;
    }
/* mobile responsive popup */

section .verizon-mobile-responsive {
    display: none !important;
    position: fixed;
    top: 5vh;
    left: 5vw;
    width: 30vw;
    height: 30vw;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between !important;
    gap: 10px;
    z-index: 999;
}
section .verizon-mobile-responsive .header-inner {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section .verizon-mobile-responsive .mobile-head-num button {
    background: #4282c5;
    color: #fff;
    padding: 25px 10px;
    width: 100%;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 600;
    border-radius: 0;
}
section .verizon-mobile-responsive .inner img {
    width: 250px;
}
section .verizon-mobile-responsive.wireless-5g-internet .inner img {
    width: 150px;
}
section .verizon-mobile-responsive .inner p {
    font-size: 32px;
    font-family: sans-serif;
    font-weight: 600;
    text-align: center;
}
section .verizon-mobile-responsive .inner {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 50px 15px;
    gap: 15px;
}
section .verizon-mobile-responsive .inner a {
    width: 100%;
}
section .verizon-mobile-responsive .inner button {
    background: #4282c5;
    color: #fff;
    padding: 20px 10px;
    font-size: 22px;
    font-family: sans-serif;
    font-weight: 600;
    width: 100%;
    border-radius: 5px;
    border: none;
}
@media screen and (max-width: 1024px) {

    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 { 
    height: 400px; 
}
    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%;
}
section .verizon-mobile-responsive { 
    width: 50vw;
    height: 50vw; 
}
}
  @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.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 {
    width: 100%;
}
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: 50px 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: 500px;
}
section .verizon-mobile-responsive {
    background: #FFFFFF;
    display: none !important;
    box-shadow: unset;
    width: 100%;
    position: unset;
}
}