* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background-color: #ffffff;
}

.page-transition {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.page-transition.fade-out {
    opacity: 0;
    transform: translateY(10px);
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    animation: pageLoad 0.4s ease-out;
    will-change: transform;
    background-color: #ffffff;
    color: #333333;
}

body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

#header-placeholder {
    min-height: 200px;
    width: 100%;
    position: relative;
}

#footer-placeholder {
    min-height: 300px;
    width: 100%;
    position: relative;
}


img:not(#logo img, #cradlepoint-logos img, #cp-logos img, .cp) {
    pointer-events: none;
}

img {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

img[width="800"][height="500"] {
    aspect-ratio: 16 / 10;
}

img[width="250"][height="125"] {
    aspect-ratio: 2 / 1;
}

img[width="130"][height="65"] {
    aspect-ratio: 2 / 1;
}


@font-face {
    font-family: 'Font Awesome 6 Free';
    font-display: swap;
    src: url('../fonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-display: swap;
    src: url('../fonts/fa-brands-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-brands {
    font-display: swap;
}

/* Inter font is loaded via Google Fonts API with font-display: swap */

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
li,
ul,
ol,
button,
input,
textarea,
label {
    font-display: swap;
}

section {
    contain: layout;
}

* {
    will-change: auto;
}


*:focus {
    outline: 2px solid #00abe2;
    outline-offset: 2px;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a:focus,
button:focus {
    outline: 2px solid #00abe2;
    outline-offset: 2px;
    border-radius: 3px;
}

input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #00abe2;
    outline-offset: 2px;
    border-color: #00abe2;
}

.hero-content-buttons a:focus,
.leftSection-text a:focus,
.rightSection-text a:focus {
    outline: 3px solid #00abe2;
    outline-offset: 2px;
    box-shadow: 0 0 0 1px #fff;
}

.mobile-nav-link:focus {
    outline: 2px solid #00abe2;
    outline-offset: -2px;
    background: #f8f9fa;
    color: #00abe2;
}

button,
a,
input,
textarea,
select {
    position: relative;
}

@media (prefers-contrast: high) {
    *:focus {
        outline: 3px solid;
        outline-offset: 2px;
    }

}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    html {
        animation: none !important;
    }

    body {
        animation: none !important;
    }

    .page-transition {
        transition: none !important;
    }

    .hero-content-buttons a:hover,
    .leftSection-text a:hover,
    .rightSection-text a:hover {
        transform: none !important;
    }

    #scrollToTop:hover {
        transform: none !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hero,
#wifi-expertise,
#antennes,
#services,
#inoutdoor,
#solutions,
#surveys,
#cradlepoint,
#wifi-cta {
    contain: layout style;
}

#antennes {
    padding: 80px 0;
    margin: 100px auto;
}

#cradlepoint {
    padding: 80px 0;
    margin: 100px auto;
}

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

@keyframes pageLoad {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#taal-selector {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#taal-selector a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

#taal-selector a:hover {
    color: #00abe2;
}

#taal-selector a.active {
    color: #008fb2;
    font-weight: 600;
}

#taal-selector span {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

header {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #00abe2;
}

p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

#logo {
    width: 30%;
}

#logo img {
    width: 100%;
    height: auto;
    max-width: 300px;
    min-height: 60px;
    aspect-ratio: 3 / 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

#logo img:hover {
    opacity: 0.8;
}

#navigation {
    width: 70%;
}

#navigation > ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#navigation > ul > li {
    margin-left: 40px;
    font-size: 18px;
    position: relative;
}

#navigation > ul > li > a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 4px;
    display: inline-block;
    position: relative;
}

#navigation > ul > li:not(#navCTA) > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00abe2, #0095c7, #00abe2);
    background-size: 200% 100%;
    transition: width 0.4s ease;
    border-radius: 1px;
}

#navigation > ul > li:not(#navCTA) > a:hover::after {
    width: 100%;
    animation: gradientShift 0.6s ease-in-out;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#navigation > ul > li:first-child {
    margin-left: 0;
}

#navigation > ul > li > a.nav-active,
#navigation .dropdown-menu a.nav-active {
    color: #0095c7;
}

#top-bar {
    width: 100%;
    border-top: 2px solid #e0e0e0;
    position: relative;
    height: 0;
}

#top-bar-content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    position: absolute;
    right: 10%;
    top: 0;
    transform: translateY(-50%);
}

#top-bar-content a {
    background-color: #00abe2;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 25px;
    border-radius: 1000px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

#top-bar-content a:last-child {
    background-color: #008fb2;
}

#top-bar-content a:hover {
    background-color: #00637b;
}

section {
    width: 80%;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 150px;
    clear: both;
}

.hero {
    width: 100%;
    height: 60vh;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-image {
    width: 65%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: #f0f0f0;
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-bg-image:hover {
    transform: scale(1.05);
}

.hero-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 120px 0 60px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 500px;
    width: 100%;
}

.hero-content-text {
    text-align: left;
    color: #333;
    margin-bottom: 40px;
}

.hero-content-text h1 {
    color: #00abe2;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 0;
    margin-bottom: 20px;
    text-shadow: none;
}

.hero-content-text p {
    color: #333;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-shadow: none;
    max-width: 80%;
}

.hero-content-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-content-buttons a {
    background-color: #00abe2;
    color: #fff;
    border: none;
    padding: 15px 30px;
    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;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size: 16px;
}


.hero-content-buttons a:hover {
    box-shadow: 0 12px 30px rgba(25, 145, 230, 0.4);
    transform: translateY(-3px);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (max-width: 1024px) {
    .hero-text-overlay {
        width: 60%;
        padding: 0 80px 0 40px;
    }

    .hero-content-text h1 {
        font-size: 3rem;
    }
}

@media (max-width: 900px) {
    .hero {
        height: 75vh;
        margin-top: 90px;
    }

    .hero-text-overlay {
        width: 70%;
        padding: 0 60px 0 30px;
    }

    .hero-content-text h1 {
        font-size: 2.8rem;
    }

    .hero-content-text p {
        font-size: 1.15rem;
    }
}

@media (max-width: 768px) {
    .hero {
        height: 60vh !important;
        margin-top: 20px !important;
        margin-bottom: 0px !important;
        padding: 20px 0 !important;
        background-color: #ffffff;
    }

    .hero-background {
        display: none;
    }

    .hero-bg-image {
        display: none !important;
    }

    .hero-text-overlay {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        clip-path: none;
        padding: 40px 20px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .hero-content {
        align-items: center;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .hero-content-text h1 {
        font-size: 3.5rem;
        text-align: center;
        margin-bottom: 15px;
        color: #00abe2;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-content-text p {
        text-align: center;
        font-size: 1.1rem;
        margin-bottom: 30px;
        color: #333;
    }

    .hero-content-buttons {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .hero-content-buttons a {
        width: 100%;
        max-width: 280px;
        padding: 15px 25px;
        font-size: 1rem;
        background-color: #00abe2;
        color: #fff;
        border: 2px solid #00abe2;
        min-height: 44px;
        min-width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-content-buttons a:hover {
        background-color: #008fb2;
        color: #fff;
    }
}

@media (max-width: 480px) {
    .hero {
        height: 70vh;
        margin-top: 70px;
    }

    .hero-text-overlay {
        padding: 30px 15px;
    }

    .hero-content-text h1 {
        font-size: 3.5rem;
        line-height: 1.1;
        margin-bottom: 10px;
        color: #00abe2;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .hero-content-text p {
        font-size: 1.05rem;
        line-height: 1.4;
        margin-bottom: 0;
        margin-top: 15px;
        color: #333;
    }

    .hero-content-buttons {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .hero-content-buttons a {
        width: 100%;
        max-width: 250px;
        padding: 12px 20px;
        font-size: 0.95rem;
        min-height: 44px;
        min-width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

footer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #00abe2;
    color: #fff;
    position: relative;
    overflow: hidden;
}

footer::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    z-index: 0;
}

footer>* {
    position: relative;
    z-index: 1;
}

footer p {
    clear: both;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

.footer-copyright {
    max-width: 65%;
    line-height: 1.6;
    margin: 0;
    padding-top: 0;
}

.footer-credit {
    max-width: 65%;
    margin: 0.6em 0 0;
    color: rgba(255, 255, 255, 0.55);
}

.footer-credit-brand {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.footer-credit-brand:hover {
    color: #fff;
    text-decoration: underline;
}

footer p a {
    color: #fff;
    text-decoration: none;
}

footer p a:hover {
    color: #f0f0f0;
}

#footer-content {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}

#footer-columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

#footer-nav {
    width: 65%;
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    padding-right: 2rem;
    flex-wrap: wrap;
}

#footer-nav ul {
    min-width: 0;
}

#footer-logo {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer-logo img {
    width: 100%;
    height: auto;
    max-width: 300px;
    min-height: 60px;
    aspect-ratio: 3 / 1;
    padding-top: 35px;
    margin-left: 200px;
}

#footer-content ul {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    line-height: 1.6;
    padding-left: 0;
    margin: 0;
}

#footer-content ul li {
    list-style: none;
    margin-bottom: 0.35em;
}

#footer-content a {
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    line-height: 1.5;
}

#footer-content a:hover {
    color: #f0f0f0;
}

#scrollToTop {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 48px;
    height: 48px;
    padding: 0;
    background: rgba(0, 171, 226, 0.92);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: inherit;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 149, 199, 0.35);
    z-index: 9999;
    backdrop-filter: blur(10px);
    pointer-events: auto !important;
    min-height: 44px;
    min-width: 44px;
}

#scrollToTop .scroll-to-top-icon {
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
}

#scrollToTop:hover {
    background: #00abe2;
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 149, 199, 0.45);
}

#scrollToTop.show {
    opacity: 1;
    visibility: visible;
}

/* Footer: full stacked layout (zoals mobiel) vanaf 1200px – geen naast elkaar, geen overlap logo */
@media (max-width: 1200px) {
    footer::after {
        display: none;
    }

    #footer-content {
        width: 90%;
        padding: 40px 0;
    }

    #footer-columns {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }

    #footer-nav {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    #footer-logo {
        width: 100%;
        justify-content: flex-start;
        order: -1;
    }

    #footer-logo img {
        max-width: 200px;
        margin-left: 0;
        padding-top: 0;
        filter: brightness(0) invert(1);
    }
}

@media (max-width: 768px) {
    #scrollToTop {
        display: none !important;
    }

    #footer-content {
        width: 90%;
        padding: 40px 0;
    }

    #footer-columns {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }

    #footer-nav {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    #footer-logo {
        width: 100%;
        justify-content: flex-start;
        order: -1;
    }

    #footer-logo img {
        max-width: 200px;
        margin-left: 0;
        padding-top: 0;
        filter: brightness(0) invert(1);
    }

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

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

    .leftSection-content,
    .rightSection-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px;
    }

    .leftSection-image,
    .rightSection-image {
        width: 100% !important;
        order: 1 !important;
    }

    .leftSection-image img,
    .rightSection-image img {
        height: 250px !important;
        margin-top: 10px !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .leftSection-text,
    .rightSection-text {
        width: 100% !important;
        order: 2 !important;
    }

    .leftSection h2,
    .rightSection h2 {
        justify-content: flex-start !important;
        margin-bottom: 15px !important;
        line-height: 1 !important;
        font-size: 2.5rem !important;
    }

    .leftSection h2::after,
    .rightSection h2::before {
        display: none !important;
    }

    .leftSection-text h3,
    .rightSection-text h3 {
        line-height: 1.1 !important;
        font-size: 1.5rem !important;
        margin-bottom: 15px !important;
    }

    .leftSection-text p,
    .rightSection-text p {
        font-size: 1rem !important;
        margin-bottom: 20px !important;
    }

    .leftSection-text a,
    .rightSection-text a {
        font-size: 0.9rem;
    }

    .hero-content-text h1 {
        font-size: 2.2rem !important;
    }

    .hero-content-text p {
        font-size: 1.1rem;
        max-width: 80% !important;
        margin: 0 auto !important;
    }

    .hero-content-buttons {
        justify-content: center;
        align-items: center;
        width: 80%;
        flex-direction: column;
        gap: 15px;
    }

    .hero-content-buttons a {
        width: 100%;
        text-align: center;
    }

    #top-bar-content a:first-child {
        display: none !important;
    }

    #footer-content ul {
        font-size: 15px !important;
    }

    footer p {
        font-size: 13px !important;
        text-align: left;
        line-height: 1.4;
        max-width: 80%;
        margin: 0;
    }

    .footer-copyright {
        max-width: 100%;
    }

    .footer-credit {
        max-width: 100%;
    }

    footer::after {
        display: none;
    }
}

@media (max-width: 480px) {
    #footer-nav {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #footer-content ul {
        font-size: 14px;
    }

    footer p {
        font-size: 11px;
        text-align: left;
        max-width: 80%;
        margin: 0;
    }

    .footer-copyright {
        max-width: 100%;
    }

    .footer-credit {
        max-width: 100%;
        margin-top: 0.6em;
    }

    #footer-logo img {
        max-width: 150px;
        filter: brightness(0) invert(1);
    }
}

.leftSection h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0095c7;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 50px;
}

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

.leftSection-text h3 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #0095c7;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.leftSection-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.leftSection-image {
    width: 60%;
    height: auto;
}

.leftSection-text {
    width: 35%;
}

.leftSection-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 5px;
    aspect-ratio: 16 / 10;
}

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

.leftSection-text p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
}

.leftSection-text ul {
    list-style: disc;
    margin-bottom: 30px;
    padding-left: 25px;
}

.leftSection-text ul li {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.leftSection-text ul li::marker {
    color: #00abe2;
    font-size: 1.3em;
}

.leftSection-text a {
    background-color: #00abe2;
    color: #fff;
    padding: 18px 40px;
    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;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    min-height: 44px;
    min-width: 44px;
}

.leftSection-text 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;
}

.rightSection h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0095c7;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 50px;
}

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

.rightSection-text h3 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #0095c7;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.rightSection-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.rightSection-image {
    width: 60%;
    height: auto;
}

.rightSection-text {
    width: 35%;
}

.rightSection-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 5px;
    aspect-ratio: 16 / 10;
}

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

.rightSection-text p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
}

.rightSection-text ul {
    list-style: disc;
    margin-bottom: 30px;
    padding-left: 25px;
}

.rightSection-text ul li {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.rightSection-text ul li::marker {
    color: #00abe2;
    font-size: 1.3em;
}

.rightSection-text a {
    background-color: #00abe2;
    color: #fff;
    padding: 18px 40px;
    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;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    min-height: 44px;
    min-width: 44px;
}

.rightSection-text 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;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    gap: 4px;
    z-index: 1003;
    position: relative;
    min-height: 44px;
    min-width: 44px;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-nav-overlay.show {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    background: white;
    z-index: 1002;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    flex-direction: column;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    visibility: hidden;
    pointer-events: none;
}

.mobile-nav-menu.show {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-logo img {
    width: 120px;
    height: auto;
}

.mobile-nav-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #6c757d;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-close:hover {
    background: #e9ecef;
    color: #333;
}

.mobile-nav-list {
    flex: 1;
    list-style: none;
    padding: 20px 0;
    overflow-y: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.mobile-nav-list li {
    margin: 0;
    width: 100%;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
    min-height: 44px;
    min-width: 44px;
}

.mobile-nav-link:hover {
    background: #f8f9fa;
    color: #00abe2;
    border-left-color: #00abe2;
}

.mobile-nav-list li:nth-child(5) .mobile-nav-link,
.mobile-nav-list li:nth-child(6) .mobile-nav-link,
.mobile-nav-list li:nth-child(7) .mobile-nav-link {
    padding-left: 40px;
    font-size: 14px;
    color: #666;
}

.mobile-nav-list li:nth-child(5) .mobile-nav-link:hover,
.mobile-nav-list li:nth-child(6) .mobile-nav-link:hover,
.mobile-nav-list li:nth-child(7) .mobile-nav-link:hover {
    color: #00abe2;
    background: #e9ecef;
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex !important;
        visibility: visible !important;
        z-index: 1003;
    }

    #navigation {
        display: none !important;
    }

    header {
        justify-content: space-between;
        position: relative;
        z-index: 1000;
    }

    #logo {
        width: auto;
    }

    #logo img {
        max-width: 200px;
    }

    .dropdown {
        display: none !important;
    }

    .dropdown-menu {
        display: none !important;
    }

    .mobile-nav-overlay {
        display: block;
        z-index: 1001;
    }

    .mobile-nav-menu {
        display: flex;
        z-index: 1002;
    }
}

@media (max-width: 480px) {
    .mobile-nav-menu {
        width: 100%;
    }
}

/* Enhanced focus styles for better accessibility */
*:focus {
    outline: 2px solid #00abe2;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Focus styles for interactive elements */
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #00abe2;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px rgba(0, 171, 226, 0.2);
}

/* Skip link for keyboard navigation */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #00abe2;
    color: white;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 1000;
}

.skip-link:focus {
    top: 6px;
}