/* Mias Vei */

.container-header {
    background: #ffffff !important;
    background-image: none !important;
    box-shadow: none !important;
}

.navbar-brand,
.site-title {
    color: #2f5d62 !important;
}

body {
    background: #ffffff;
}
.hero-section {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
}

.hero-left {
    width: 50%;
}

.hero-right {
    width: 50%;
    min-height: 450px;

    background:
    linear-gradient(
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.05)
    ),
    url('/images/miasvei/hero/vindu.png');

    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.hero-section h2 {
    font-size: 4rem;
    color: #2f5d62;
}

.hero-text {
    font-size: 1.4rem;
    max-width: 600px;
}

.hero-buttons {
    margin-top: 30px;
}

.btn-orange {
    background: #d9896a;
    color: #ffffff !important;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
}

.btn-white {
    border: 2px solid #d9896a;
    color: #d9896a !important;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    margin-left: 15px;
}
.page-header {
    display: none !important;
}
.page-header {
    display: none !important;
}