* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero {
    width: 100%;
    height: 100%;
    background-image: url(/images/hero_bg_img.png) !important;
    background-size: cover;
}

.navbar-brand {
    width: 130px;
    border-radius: 5px;
    overflow: hidden;
}

.navbar {
    padding: 15px 0px !important;
}

.btn-default::before {
    display: none;
}

.hero-stats {
    display: flex;
    gap: 30px;
}

.stat h3 {
    font-size: 48px;
    color: #C19A5B;
    line-height: 1;
}

.stat p {
    line-height: 25.6px;
    margin-bottom: 24px;
    color: #ffffffa1;
}

#call_icon {
    font-size: 20px;
    color: white;
    position: relative;
    z-index: 1;
}

.product-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.8px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    color: #c19a5b;
    text-decoration: none;
    border-bottom: 1px solid rgba(201, 168, 76, 0.3);
    padding-bottom: 2px;
    transition: gap 0.3s;
}

.product-tag {
    font-size: 10.4px;
    letter-spacing: 2.08px;
    text-transform: uppercase;
    color: #c19a5b;
    margin-bottom: 8px;
}

.step-num {
    width: 60px;
    height: 60px;
    background: #2d2e2f;
    border: 1px solid #c19a5b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    color: #c19a5b;
    margin: 0 auto 32px;
    position: relative;
    clip-path: polygon(15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%, 0% 15%);
}

.step-emoji {
    font-size: 28.8px;
    margin-bottom: 16px;
    display: block;
}

.service_section {
    width: 100%;
    background-image: url(/images/hero_service_img.png) !important;
}

.contact_section {
    width: 100%;
    background-image: url(/images/contact_hero_img.png) !important;
}