#wifi-expertise {
    padding: 80px 0;
    margin: 100px auto;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.expertise-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.expertise-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.expertise-icon {
    font-size: 3rem;
    color: #00abe2;
    margin-bottom: 20px;
}

.expertise-item h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0095c7;
    margin-bottom: 15px;
}

.expertise-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

#wifi-expertise-container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#wifi-expertise h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0095c7;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    gap: 30px;
}

#wifi-expertise h2::before {
    content: '';
    flex: 1;
    height: 3px;
    background: #00abe2;
    margin-top: 10px;
}

#wifi-expertise h2::after {
    content: '';
    flex: 1;
    height: 3px;
    background: #00abe2;
    margin-top: 10px;
}

#antennes-container {
    margin: 0 auto;
    text-align: center;
}

#antennes-container h2 {
    font-size: 4rem;
    font-weight: 700;
    color: #0095c7;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

#antennes-container h2::before {
    content: '';
    flex: 1;
    height: 3px;
    background: #00abe2;
    margin-top: 10px;
}

#antennes-container h2::after {
    content: '';
    flex: 1;
    height: 3px;
    background: #00abe2;
    margin-top: 10px;
}

#antennes-container p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
    width: 55%;
    margin: 40px auto;
}

#antennes-action a {
    background-color: #00abe2;
    color: #fff;
    padding: 18px 40px;
    font-size: 1.2rem;
    border-radius: 50px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

#antennes-action a:hover {
    background-color: #008fb2;
    box-shadow: 0 12px 30px rgba(25, 145, 230, 0.4);
    transform: translateY(-3px);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

#cradlepoint-content {
    margin: 0 auto;
    text-align: center;
}

#cradlepoint-content h2 {
    font-size: 4rem;
    font-weight: 700;
    color: #0095c7;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

#cradlepoint-content h2::before {
    content: '';
    flex: 1;
    height: 3px;
    background: #00abe2;
    margin-top: 10px;
}

#cradlepoint-content h2::after {
    content: '';
    flex: 1;
    height: 3px;
    background: #00abe2;
    margin-top: 10px;
}

#cradlepoint-content p {
    font-size: 1.2rem;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
}

#cradlepoint-logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

#cradlepoint-logos img {
    height: 80px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    aspect-ratio: 2 / 1;
}

#cradlepoint-logos img:hover {
    opacity: 1;
}

#wifi-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#wifi-cta h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0095c7;
    padding-bottom: 20px;
}

#wifi-cta a {
    background-color: #00abe2;
    color: #fff;
    padding: 18px 40px;
    font-size: 1rem;
    border-radius: 50px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

#wifi-cta a:hover {
    background-color: #008fb2;
    box-shadow: 0 12px 30px rgba(25, 145, 230, 0.4);
    transform: translateY(-3px);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

@media (max-width: 768px) {
    #antennes-container {
        text-align: left !important;
    }

    #antennes-container h2 {
        font-size: 2.5rem !important;
        align-items: flex-start !important;
        line-height: 1.1 !important;
    }

    #antennes-container h2::before {
        display: none !important;
    }

    #antennes-container h2::after {
        display: none !important;
    }

    #antennes-container p {
        font-size: 1rem !important;
        align-items: flex-start !important;
        margin: 30px 0 !important;
        width: 100% !important;
    }

    #antennes-action a {
        font-size: 0.9rem !important;
    }

    #wifi-cta {
        align-items: flex-start !important;
    }

    #cradlepoint-content h2 {
        font-size: 2.5rem !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    #cradlepoint-content h2::before,
    #cradlepoint-content h2::after {
        display: none !important;
    }

    #cradlepoint-content p {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    #cradlepoint-logos {
        gap: 10px !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    #cradlepoint-logos img {
        height: auto !important;
        width: 25vw !important;
    }

    #antennes {
        padding: 40px 0 !important;
        margin: 50px auto !important;
    }

    #solutions-heading {
        word-break: break-word !important;
        hyphens: auto !important;
        -webkit-hyphens: auto !important;
        -moz-hyphens: auto !important;
        -ms-hyphens: auto !important;
    }

    #inoutdoor-heading {
        word-break: break-word !important;
        hyphens: auto !important;
        -webkit-hyphens: auto !important;
        -moz-hyphens: auto !important;
        -ms-hyphens: auto !important;
    }

    #wifi-cta h2,
    #marinelink-cta h2,
    #camplink-cta h2,
    #indulink-cta h2 {
        font-size: 2.5rem !important;
    }

    section {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    #wifi-expertise {
        margin-bottom: 30px !important;
    }

    #antennes {
        margin-bottom: 30px !important;
    }

    #cradlepoint {
        margin-bottom: 30px !important;
    }

    #wifi-cta {
        margin-top: 120px !important;
        margin-top: 120px !important;
    }

    .leftSection,
    .rightSection {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .leftSection h2,
    .rightSection h2 {
        margin-bottom: 20px !important;
        padding-top: 20px !important;
    }

    @media (max-width: 768px) {
        #wifi-expertise-container {
            width: 90%;
            text-align: center;
        }

        #wifi-expertise h2 {
            font-size: 2.5rem;
            margin-bottom: 40px;
            justify-content: center;
        }

        .expertise-grid {
            justify-content: center;
            align-items: center;
        }

        .expertise-item {
            text-align: center;
            margin: 0 auto;
        }

        #wifi-cta {
            align-items: flex-start !important;
        }
    }

}