/* Geovonic Header 1 - Title Area */
.geovonic-header-1.page__title-area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.geovonic-header-1 .container {
    position: relative;
    z-index: 1;
}

.geovonic-header-1 .page__title-content {
    text-align: center;
}

.geovonic-header-1 .page__title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 12px;
    line-height: 1.2;
    display: block !important;
}

.geovonic-header-1 .page__title-desc p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 991px) {
    .geovonic-header-1 .page__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .geovonic-header-1 .page__title {
        font-size: 24px;
    }

    .geovonic-header-1 .page__title-desc p {
        font-size: 15px;
    }
} 