.hero-section {
    background-image: url('/wp-content/uploads/2025/05/hero-image-satellite.png');
    height: 100vh;
    display: grid;
    place-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-section-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, #0a0a0a 9%, transparent 70%);
    z-index: 1;
    transition: all 1s;
}

.hero-section-content {
    z-index: 1;
    text-align: center;
}

.side-text-01 {
    font-size: 1.5rem;
    text-align: justify;
    background-color: #071419;
    border-radius: 1rem;
    padding: 0.6rem 1rem;
    line-height: 1.75rem;
}

.link-btn-01 {
    font-size: 1.75rem;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 0.5rem 1.5rem;
    border-radius: 10rem;
}