
.post-ad-btn {
    background: white;
    color: #333;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
}
.container-fluid {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
}
/* Content styles */
.page-title {
    color: #666666;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

.content-text {
    padding: 0 40px;
    line-height: 1.6;
    color: #666666;
    position: relative;
    z-index: 2;
}

.content-text p {
    margin-bottom: 30px;
}

/* Keep existing gradient styles */
.bg-gradient {
    background: url('bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.bg-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.bg-gradient * {
    position: relative;
    z-index: 1;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
} 


