        /* General Styles */
        body {
            font-family: Arial, sans-serif;
            color: #333;
        }
        .header {
            background-color: #000;
            padding: 10px 0;
            color: #fff;
        }
        .header .navbar-brand {
            color: #ff0000;
            font-size: 24px;
            font-weight: bold;
        }
        .header .navbar-brand span {
            font-size: 12px;
            color: #bbb;
            display: block;
        }
        .header .navbar-nav .nav-link {
            color: #fff;
            font-size: 16px;
            margin-right: 15px;
        }
        .header .call-button {
            background-color: #000;
            border: 1px solid #fff;
            color: #fff;
            padding: 5px 15px;
            font-size: 16px;
            border-radius: 25px;
            text-align: center;
        }
        .header .call-button:hover {
            background-color: #333;
            color: #fff;
        }

       /* Hero Section Styles */
       .hero-section {
        background-color: #f5f5dc;
        padding: 50px 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .hero-content {
        /* max-width: 50%; */
    }
    .hero-content h1 {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .hero-content p.price {
        font-size: 24px;
        margin: 0;
        font-weight: bold;
    }
    .hero-content .small-text {
        font-size: 14px;
        color: #666;
        margin-top: 5px;
    }
    .hero-content ul {
        list-style-type: none;
        padding: 0;
        margin-top: 20px;
        font-size: 16px;
    }
    .hero-content ul li {
        margin-bottom: 10px;
    }
    .hero-content .btn {
        background-color: #000;
        color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        margin-top: 20px;
        border-radius: 25px;
        font-weight: bold;
    }
    .hero-box {
        border: 1px solid #000;
        padding: 20px;
        /* max-width: 350px; */
        background-color: #fff;
        position: relative;
        margin-top: 30px;
    }
    .hero-box::before {
        content: "";
        position: absolute;
        top: -34px;
        left: 0;
        width: 100%;
        height: 46px;
        background-color: #e00;
        display: block;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        padding-top: 14px;
    }
    .hero-box::before {
        content: "Get your Verizon Home Internet deals here";
    }
    .hero-box h4 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .hero-box .option {
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 16px;
        color: #000;
        border: 1px solid #333;
        border-radius: 25px;
        text-align: center;
        margin-bottom: 15px;
        text-decoration: none;
        font-weight: bold;
    }
    .hero-box .option:hover {
        background-color: #f5f5f5;
        text-decoration: none;
    }
    /* Help Section Styles */
    .help-section {
        background-color: #000;
        color: #fff;
        padding: 50px 0;
        text-align: center;
    }
    .help-section h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .help-section p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .help-section .agent-status {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .help-section .agent-status .status-dot {
        width: 10px;
        height: 10px;
        background-color: #00ff00;
        border-radius: 50%;
        margin-right: 8px;
    }
    .help-section .call-button {
        background-color: #fff;
        color: #000;
        padding: 10px 20px;
        font-size: 16px;
        border-radius: 25px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
    }
        
         /* Plans Section Styles */
         .plans-section {
            text-align: center;
            padding: 50px 0;
        }
        .plans-section h2 {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .plans-section p {
            font-size: 15px;
            color: #0d0d0d;
            margin-bottom: 30px;
            font-weight: 600;
        }
        .tab-buttons {
            display: inline-block;
            border: 1px solid #333;
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 20px;
        }
        .tab-buttons button {
            background-color: #fff;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: bold;
        }
        .tab-buttons button.active {
            background-color: #000;
            color: #fff;
        }
        .plan-card {
            border: 1px solid #ddd;
            padding: 20px;
            border-radius: 8px;
            background-color: #fff;
            margin-bottom: 20px;
        }
        .plan-card h3 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .plan-card .price {
            font-size: 28px;
            color: #333;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .plan-card .small-text {
            font-size: 14px;
            color: #666;
            margin-bottom: 15px;
        }
        .plan-card .btn-call {
            background-color: #000;
            color: #fff;
            font-size: 16px;
            padding: 10px 20px;
            margin-bottom: 15px;
            border-radius: 25px;
            font-weight: bold;
            display: block;
            text-decoration: none;
        }
        .plan-card .availability-link {
            color: #000;
            font-weight: bold;
            text-decoration: underline;
            display: block;
            margin-bottom: 20px;
        }
        .plan-card ul {
            list-style-type: disc;
            padding-left: 20px;
            text-align: left;
            font-size: 16px;
            margin-bottom: 20px;
        }
        .plan-card ul li {
            margin-bottom: 10px;
        }
        .plan-card .plan-extras {
            font-size: 14px;
            text-align: left;
        }
       /* Perks Section Styles */
       .perks-section {
        background-color: #000;
        color: #fff;
        padding: 50px 0;
        text-align: center;
    }
    .perks-section h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .perks-section p {
        font-size: 18px;
        color: #ccc;
        margin-bottom: 30px;
    }
    .carousel-item {
        display: flex;
        justify-content: center;
    }
    .perk-card {
        background-color: #1a1a1a;
        color: #fff;
        border-radius: 15px;
        padding: 20px;
        margin: 0 10px;
        width: 200px;
        text-align: center;
        position: relative;
    }
    .perk-card h3 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 15px;
    }
    .perk-card p.price {
        font-size: 24px;
        font-weight: bold;
        margin-top: 10px;
        color: #ccc;
    }
    .perk-card p.savings {
        font-size: 14px;
        color: #777;
    }
    .toggle-switch {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 35px;
        height: 20px;
        background-color: #333;
        border-radius: 20px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .toggle-switch::before {
        content: "";
        width: 15px;
        height: 15px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 3px;
        transition: all 0.3s ease;
    }
    .perk-card.active .toggle-switch::before {
        left: 18px;
    }
    .carousel-control-prev, .carousel-control-next {
        color: #fff;
        font-size: 24px;
    }
    /* Switching Section Styles */
    .switching-section {
        background-color: #f5f5dc;
        padding: 50px 0;
        text-align: center;
    }
    .switching-section h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .switching-section p.subtitle {
        font-size: 18px;
        color: #666;
        margin-bottom: 30px;
    }
    .switching-features {
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    .feature {
        max-width: 250px;
        font-size: 16px;
        line-height: 1.5;
    }
    .feature h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .disclaimer {
        font-size: 12px;
        color: #666;
        margin-top: 10px;
    }
    .switch-btn {
        background-color: #000;
        color: #fff;
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 25px;
        font-weight: bold;
        text-decoration: none;
        margin-top: 20px;
        display: inline-block;
    }  
    
    /* Existing Customer Section Styles */
    .customer-section {
        background-image: url('../img/customer-bg.jpg'); /* Replace URL with your image */
        background-size: cover;
        background-position: center;
        color: #fff;
        padding: 50px 0;
        display: flex;
        align-items: center;
        text-align: left;
    }
    .customer-content {
        max-width: 500px;
        padding-left: 30px;
    }
    .customer-content h2 {
        font-size: 33px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .customer-content p {
        font-size: 18px;
        margin-bottom: 20px;
        color: #e0e0e0;
    }
    .customer-btn {
        background-color: #000;
        color: #fff;
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 25px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
    }
              /* FAQ Section Styles */
              .faq-section {
                background-color: #f5f5f5;
                padding: 50px 0;
                text-align: center;
            }
            .faq-section h2 {
                font-size: 37px;
                font-weight: bold;
                margin-bottom: 20px;
            }
            .accordion .card {
                border: none;
                border-bottom: 1px solid #333;
            }
            .accordion .card-header {
                background-color: #f5f5f5;
                border: none;
                padding: 0;
            }
            .accordion .btn-link {
                color: #000;
                font-size: 21px;
                font-weight: bold;
                text-align: left;
                width: 100%;
                padding: 15px 0;
                text-decoration: none;
            }
            .accordion .btn-link:hover {
                text-decoration: none;
                color: #000;
            }
            .accordion .btn-link.collapsed::after {
                content: "\25BC";
                float: right;
            }
            .accordion .btn-link::after {
                content: "\25B2";
                float: right;
            }
            .accordion .collapse {
                padding-top: 10px;
            }
      /* Footer Styles */
      .footer {
        background-color: #000;
        color: #fff;
        padding: 20px 0;
        text-align: center;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer .footer-links {
        display: flex;
        gap: 20px;
    }
    .footer .footer-links a {
        color: #fff;
        text-decoration: none;
    }
    .footer .footer-links a:hover {
        text-decoration: underline;
    }
    .footer .footer-logo {
        color: #ff0000;
        font-size: 24px;
        font-weight: bold;
    }
    .footer .footer-copyright {
        font-size: 12px;
        color: #bbb;
    }

    #callnowbutton {
        display: none;
    }
    
    @media screen and (max-width: 650px) {
        #callnowbutton {
            display: block;
            position: fixed;
            text-decoration: none;
            z-index: 2147483647;
            width: 100%;
            left: 0;
            bottom: 0;
            height: 60px;
            text-align: center;
            color: #fff;
            font-weight: 600;
            font-size: 120%;
            overflow: hidden;
            background: #e00;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    
    .a-link:hover {
        text-decoration: none;
    }
    
    a {
        text-decoration: none;
    }
    
    .cheap {
        display: block;
        padding-top: 14px;
        margin-top: 10px;
        margin-bottom: 11px;
        font-size: 22px;
        color: rgb(255 255 255);
        background: #e00;
        padding-bottom: 10px;
        font-weight: 600;
        width: 82%;
        margin-left: 10%;
    }
    
    .off {
        font-size: 25px;
        color: rgb(0, 184, 153);
        font-weight: 700;
        display: block;
        padding-top: 60px;
        padding-bottom: 20px;
    }
    
    .call-btn {
        font-size: 16px;
        padding: 10px 20px;
        border: 0px;
        background: #6138f5;
        color: #fff !important;
        font-weight: 600;
        border-radius: 3px;
    }
    
    .call-btn2 {
        font-size: 30px;
        padding: 10px 20px;
        border: 0px;
        background: #6138f5;
        color: #fff !important;
        font-weight: 600;
        border-radius: 3px;
        width: 100%;
    }
    
    .modal-content {
        background-color: #fff !important;
    }
    
    .buttom-call {
        margin-top: 150px;
    }
    
    .modal-body.text-center {
        margin-top: 11%;
    }
    
    .modal {
        max-height: 100%;
        max-width: 100%;
    }
    
    .modal-header {
        background: #141313;
    }
    
    .modal-title {
        color: #fff;
        font-weight: 600;
        font-size: 25px;
    }
    
    .modal-header .close {
        margin-top: -32px;
    }
    
    .close {
        padding: 5px !important;
        line-height: 1;
        color: #fff;
        /* border-radius: 10px; */
        background: #262323 !important;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: 13;
    }
    
    .unpub {
        background: #6138f5;
        padding: 10px;
        color: #fff;
    }
    
    .book {
        background: #fff;
        color: #4a4545;
        padding: 17px;
    }
    
    .modal-body {
        padding: 0px;
    }
    
    @media only screen and (max-width: 600px) {
        .modal-content {
            height: 900px;
        }
        .modal.show .modal-dialog {
            margin-top: 3%;
            margin: 0px;
        }
        .d-sm-none {
            display: none !important;
        }
        .order2 {
            order: 2;
        }
        .hero-content h1 {
            font-size: 28px;
            margin-top: 30px;
        }
        .modal-open .modal {
            overflow-x: hidden;
            overflow-y: hidden;
          }
    }