#why-marinelink {
    padding: 80px 0px;
    margin: 100px auto;
}

#why-marinelink-container {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

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

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

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

#why-marinelink-container p a {
    color: #00abe2;
    text-decoration: none;
}

#why-marinelink-container p a:hover {
    color: #008fb2;
}

@media (max-width: 768px) {
    #why-marinelink {
        padding: 40px 0px;
        margin: 50px auto;
    }

    #why-marinelink-container {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #why-marinelink-container h2 {
        font-size: 2.5rem;
        margin-bottom: 40px;
        flex-direction: column;
        gap: 15px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .points-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 0 auto 40px auto;
        width: 100%;
        max-width: 100%;
        display: grid;
        justify-items: center;
        align-items: center;
    }

    .points-item {
        padding: 30px 20px;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .points-item h3 {
        text-align: center;
        width: 100%;
    }

    .points-item p {
        text-align: center;
        width: 100%;
    }

    .points-item:hover {
        transform: none;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .points-icon {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .points-item h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .points-item p {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    #why-marinelink {
        padding: 0;
        margin: 40px auto;
    }

    #why-marinelink-container {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #why-marinelink-container h2 {
        font-size: 2rem;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .points-grid {
        gap: 25px;
        margin: 0 auto 30px auto;
        width: 100%;
        max-width: 100%;
        display: grid;
        justify-items: center;
        align-items: center;
    }

    .points-item {
        padding: 25px 15px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .points-item h3 {
        text-align: center;
        width: 100%;
    }

    .points-item p {
        text-align: center;
        width: 100%;
    }

    .points-icon {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .points-item h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .points-item p {
        font-size: 14px;
        line-height: 1.4;
    }
}

#geofence {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

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

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

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

#geofence-text p {
    font-size: 1.35rem;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
}

#geofence-video {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#geofence-video video {
    width: 100%;
    height: auto;
    max-height: 600px;
    min-height: 300px;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 16/9;
}

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

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

#marinelink-cta 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;
}

#marinelink-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;
}

.hero-bg-image {
    object-position: 0 35%;
}

@media (max-width: 768px) {
    #geofence-text h2 {
        font-size: 2rem;
    }

    #geofence-text p {
        font-size: 1.1rem;
    }

    #geofence-video {
        max-width: 100%;
        padding: 0 20px;
    }

    #geofence-video video {
        height: auto;
        width: 100%;
        max-height: 250px;
        min-height: 200px;
        object-fit: cover;
        border-radius: 15px;
    }

    #marinelink-cta {
        align-items: flex-start;
    }

    #marinelink-cta h2 {
        font-size: 2.5rem !important;
    }

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

    #marinelink-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;
    }
}