
        :root {
            --ee-yellow: #FFE500;
            --ee-dark: #0C0C0C;
             --ee-teal: #057382;
            --ee-dark-teal: #008B87;
            --ee-yellow: #FFE500;
            --ee-dark: #0C0C0C;
            --ee-light-bg: #F7F7F7;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            color: #333;
        }

        /* Top Bar */
        .top-bar {
            background: white;
            padding: 0.5rem 0;
            border-bottom: 1px solid #e5e5e5;
            text-align: right;
            font-size: 0.9rem;
        }
        
        .number-icon{
            border: 2px solid var(--ee-teal) !important;
    border-radius: 30px;
    padding: 4px 25px;
    color: var(--ee-teal) !important;
}

        .top-bar a {
            color: var(--ee-teal);
            text-decoration: none;
        }

        /* Main Navigation */
        .main-nav {
            background: white;
            padding: 1rem 0;
            border-bottom: 1px solid #e5e5e5;
        }

        .navbar-brand {
            font-size: 2.5rem;
            font-weight: bold;
            color: var(--ee-teal) !important;
        }

        .nav-icons {
            display: flex;
            align-items: center;
            gap: 1.5rem;
        }

        .nav-icons a {
            color: #333;
            text-decoration: none;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }

        .nav-icons i {
            font-size: 1.2rem;
        }

        /* Secondary Nav */
        .secondary-nav {
            background: white;
            padding: 1rem 0;
            border-bottom: 1px solid #e5e5e5;
        }

        .secondary-nav a {
            color: #333;
            text-decoration: none;
            margin-right: 2rem;
            font-weight: 500;
        }

        .secondary-nav a.active,
        .secondary-nav a:hover {
            color: var(--ee-teal);
        }

        .hero-section {
            position: relative;
            height: 500px;
            background: url("../images/hero.webp");
            background-size: cover;
            background-position: center;
            color: white;
            display: flex;
            align-items: center;
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            right: 10%;
            height: 100%;
            width: 300px;
        }

        .ee-logo-large {
            font-size: 8rem;
            font-weight: bold;
            color: var(--ee-yellow);
            text-align: center;
            line-height: 0.8;
        }

        .hero-content h1 {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
        }

        .hero-content p {
            font-size: 1.1rem;
            margin-bottom: 2rem;
        }

        .btn-primary-custom {
            background: white;
            color: #333;
            border: none;
            padding: 0.8rem 2rem;
            border-radius: 25px;
            font-weight: 600;
            margin-right: 1rem;
        }

        .btn-outline-custom {
            background: transparent;
            color: white;
            border: 2px solid white;
            padding: 0.8rem 2rem;
            border-radius: 25px;
            font-weight: 600;
        }

        .product-card {
            background: #1a1a1a;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 2rem;
        }

        .product-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .product-card-body {
            padding: 1.5rem;
            color: white;
        }

        .product-card h5 {
            font-weight: bold;
            margin-bottom: 0.5rem;
        }

        .product-card p {
            font-size: 0.9rem;
            color: #ccc;
        }

        .btn-buy {
            background: white;
            color: #333;
            border: none;
            padding: 0.8rem;
            border-radius: 25px;
            font-weight: 600;
            width: 100%;
        }

        .info-card {
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 2rem;
            min-height: 300px;
            position: relative;
            padding: 2rem;
            color: white;
        }

        .info-card.teal {
            background: var(--ee-teal);
        }

        .info-card.dark {
            background: #2a2a2a;
        }

        .info-card h2 {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .info-card h3 {
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .number-one {
            font-size: 8rem;
            font-weight: bold;
            color: var(--ee-yellow);
        }

        .broadband-section {
            background: #f5f5f5;
            padding: 4rem 0;
            text-align: center;
        }

        .broadband-section h2 {
            font-size: 2.5rem;
            font-weight: bold;
            margin-top: 1rem;
        }

        .feature-card {
            background: #2a2a2a;
            border-radius: 15px;
            padding: 2rem;
            margin-bottom: 2rem;
            color: white;
            min-height: 200px;
        }

        .feature-card h5 {
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .footer {
            background: #f5f5f5;
            padding: 3rem 0 1rem;
        }

        .footer h6 {
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .footer a {
            color: #666;
            text-decoration: none;
            display: block;
            margin-bottom: 0.5rem;
        }

        .footer-bottom {
            background: var(--ee-teal);
            color: white;
            padding: 1rem 0;
            margin-top: 2rem;
        }

        .carousel-indicators button {
            background-color: rgba(255,255,255,0.5);
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        .learn-more-btn {
            background: white;
            color: #333;
            border: none;
            padding: 0.8rem 2rem;
            border-radius: 25px;
            font-weight: 600;
            width: 100%;
        }
  
        .bg-image {
 background-image: url(../images/WiFi_Controls_Home_Page_Tile_1546x800.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
        }


         /* Hero Section */
        .help-hero {
            background: white;
            padding: 3rem 0 2rem;
            text-align: center;
        }

        .help-hero h1 {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 2rem;
        }

        .search-box {
            max-width: 600px;
            margin: 0 auto;
            position: relative;
        }

        .search-box input {
            width: 100%;
            padding: 1rem 1rem 1rem 3rem;
            border: 1px solid #ddd;
            border-radius: 30px;
            font-size: 1rem;
        }

        .search-box i {
            position: absolute;
            left: 1.2rem;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
        }

        /* Help Categories */
        .help-categories {
            background: white;
            padding: 3rem 0;
        }

        .help-categories h2 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 2rem;
        }

        .category-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 1rem;
            max-width: 800px;
        }

        .category-card {
            background: var(--ee-light-bg);
            padding: 2rem 1rem;
            border-radius: 15px;
            text-align: center;
            text-decoration: none;
            color: #333;
            transition: all 0.3s;
            border: 2px solid transparent;
        }

        .category-card:hover {
            border-color: var(--ee-teal);
            transform: translateY(-5px);
        }

        .category-card i {
            font-size: 2.5rem;
            color: var(--ee-teal);
            margin-bottom: 1rem;
        }

        .category-card .category-name {
            font-weight: 500;
            font-size: 0.95rem;
        }

        /* Connection Issues Section */
        .connection-section {
            background: var(--ee-light-bg);
            padding: 3rem 0;
        }

        .connection-content {
            display: flex;
            align-items: center;
            gap: 3rem;
            max-width: 900px;
            margin: 0 auto;
        }

        .connection-text h2 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .connection-text p {
            color: #666;
            margin-bottom: 1.5rem;
        }

        .connection-text a {
            color: var(--ee-teal);
            text-decoration: none;
            font-weight: 500;
        }

        .connection-image {
            background: linear-gradient(135deg, var(--ee-teal) 0%, #00D4CE 100%);
            width: 200px;
            height: 200px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .connection-image i {
            font-size: 5rem;
            color: white;
        }

        /* Personal Section */
        .personal-section {
            background: white;
            padding: 3rem 0;
        }

        .personal-content {
            display: flex;
            align-items: center;
            gap: 3rem;
            max-width: 900px;
            margin: 0 auto;
        }

        .personal-text h2 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .personal-text p {
            color: #666;
            margin-bottom: 1.5rem;
        }

        .btn-login {
            background: #000;
            color: white;
            border: none;
            padding: 0.8rem 2rem;
            border-radius: 25px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
        }

        .avatar-circle {
            width: 250px;
            height: 250px;
            position: relative;
            flex-shrink: 0;
        }

        .avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
        }

        /* App Section */
        .app-section {
            background: var(--ee-light-bg);
            padding: 3rem 0;
        }

        .app-content {
            display: flex;
            align-items: center;
            gap: 3rem;
            max-width: 900px;
            margin: 0 auto;
        }

        .app-text h2 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .app-text p {
            color: #666;
            margin-bottom: 1.5rem;
        }

        .app-badges {
            display: flex;
            gap: 1rem;
        }

        .app-badges img {
            height: 40px;
        }

        .qr-code {
            background: linear-gradient(135deg, var(--ee-yellow) 0%, #90EE90 100%);
            padding: 1.5rem;
            border-radius: 20px;
            width: 180px;
            height: 180px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .qr-placeholder {
            width: 130px;
            height: 130px;
            background: white;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
        }

        /* Quick Actions */
        .quick-actions {
            background: white;
            padding: 2rem 0;
            text-align: center;
        }

        .action-buttons {
            display: flex;
            justify-content: center;
            gap: 3rem;
            flex-wrap: wrap;
        }

        .action-btn {
            text-align: center;
            text-decoration: none;
            color: #333;
        }

        .action-icon {
            width: 60px;
            height: 60px;
            background: #000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 0.5rem;
        }

        .action-icon i {
            color: white;
            font-size: 1.5rem;
        }

        /* Footer */
        .footer {
            background: white;
            padding: 0px;
            padding-top: 20px;
            border-top: 1px solid #e5e5e5;
        }

        .footer h6 {
            font-weight: 600;
            margin-bottom: 1rem;
            font-size: 0.9rem;
        }

        .footer a {
            color: #666;
            text-decoration: none;
            display: block;
            margin-bottom: 0.5rem;
            font-size: 0.9rem;
        }

        .footer a:hover {
            color: var(--ee-teal);
        }

        .footer-note {
            font-size: 0.8rem;
            color: #999;
            margin-top: 2rem;
            padding-top: 2rem;
            border-top: 1px solid #e5e5e5;
        }

        .social-links {
            display: flex;
            gap: 1rem;
            justify-content: flex-end;
        }

        .social-links a {
            color: #333;
            font-size: 1.2rem;
        }

        .footer-bottom {
            background: var(--ee-dark-teal);
            color: white;
            padding: 1rem 0;
            margin-top: 2rem;
        }

        .footer-bottom a {
            color: white;
            margin: 0 1rem;
            font-size: 0.85rem;
        }

        @media (max-width: 768px) {
             .hide-mobile{
                display:none !important;
            }
            .navbar{
                justify-content:end !important;
            }
            
            .connection-content,
            .personal-content,
            .app-content {
                flex-direction: column;
                text-align: center;
            }

            .category-grid {
                grid-template-columns: repeat(2, 1fr);
            }
           
        }