.btn-primary {
    background-color: #ff6600;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}
.highlight {
    color: #ff6600;
}

.hero-section {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.hero-bg {
    position: absolute;
    top: 0;
    height: 50%;
    object-fit: cover;
    z-index: 1;
    filter: blur(2px);
    opacity: 0.5;
}

.hero-bg-left {
    left: 0;
    width: 30%;
}

.hero-bg-right {
    right: 0;
    width: 30%;
}

.hero-bg-center {
    left: 34%;
    width: 32%;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.highlight {
    color: #ff6600;
}

@media (min-width: 768px) {
    .text-md-start {
        text-align: left !important;
        position: relative;
        top: 50px;
    }
}
