
body, html{
    font-family: 'Conv_Impact';
    overflow-x: hidden;
}
.logo {
    max-height: 120px;
    position: relative;
    display: inline-block;
    width: 130px;
    float: left;
}
.logo-title {
    font-size: 24px;
    /* letter-spacing: 1px; */
    float: left;
    display: block;
    margin-top: 28px;
    color: #961312;
    /* font-family: 'Conv_impact'; */
    font-weight: bold;
    line-height: 29px;
}
.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
}
.hero-section {
    position: relative;
    background: url('https://your-hero-image-url.com') center/cover no-repeat;
    height: 500px;
color: white;
}
.hero-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
padding: 2rem;
}
.top-bar {
background: #111;
color: #fff;
font-size: 0.875rem;
padding: 0.25rem 0;
}
.top-bar a {
color: #fff;
margin-right: 1rem;
text-decoration: none;
}
.alert-bar {
font-size: 0.95rem;
}
.carousel-inner{
height: 395px;
}
.why-card {
background-color: #fff;
color: #212529;
border-radius: 1rem;
padding: 2rem;
transition: all 0.4s ease-in-out;
box-shadow: none;
font-size: 1.05rem;
font-weight: 600;
}

.why-card:hover {
background-color: #b3212f;
color: #fff !important;
transform: scale(1.05);
}

.why-card ul {
list-style: none;
padding: 0;
margin: 0;
}

.why-card li {
display: flex;
align-items: center;
margin-bottom: 1.1rem;
line-height: 1.5;
}

.why-card li::before {
content: "";
display: inline-block;
width: 9px;
height: 9px;
background-color: #b3212f;
border-radius: 50%;
margin-right: 0.75rem;
flex-shrink: 0;
transition: background-color 0.3s ease;
}

.why-card:hover li::before {
background-color: #fff;
}

.why-title {
font-size: 2.5rem;
font-weight: 800;
color: #1f2732;
text-align: center;
margin-bottom: 2.5rem;
}

.metrics-box {
transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.metrics-box:hover {
transform: scale(1.1);
background-color: #c62828 !important;
color: white !important;
}

.metrics-box:hover small,
.metrics-box:hover h4 {
color: white !important;
}

.customer-box, .service-box {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.customer-box:hover,
.service-box:hover {
transform: scale(1.05);
box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.icon-hover {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-hover:hover {
transform: scale(1.1);
box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

.border-secondary-custom {
    /* border-color: #ececec; */
    border-top: 2px solid #ececec;
}

.core-img {
        width: 112%;
    height: 550px;
    margin-left: -80px;
}

.bg-light {
    background-color: var(--color-grey-80, #CCC) !important;
}

.small {
    font-size: 15px;
}