body{
    font-family: Arial, sans-serif;
}
.top-bar{
    background:#3f989c;
    color:#fff;
    font-size:14px;
}
.navbar-brand{
    font-weight:700;
    color:#c40000 !important;
}
.hero{
    background:url('https://images.unsplash.com/photo-1581091870627-3b1f8f4c1c41') center/cover no-repeat;
    height:62vh;
    color:#fff;
    display:flex;
    align-items:center;
}
.sevice-bx {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
}

.sevice-bx:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.sevice-bx .icon img {
    width: 60px;
    height: auto;
}

.sevice-bx .tt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.hero-overlay{
    background:rgba(0,0,0,0.6);
    padding:60px;
    width:100%;
}
.btn-red{
    background:#c40000;
    color:#fff;
}
.btn-red:hover{
    background:#a30000;
    color:#fff;
}
.section-title{
    color:#c40000;
    font-weight:700;
}
.product-card{
    border:1px solid #ddd;
    transition:0.3s;
}
.product-card:hover{
    box-shadow:0 0 15px rgba(0,0,0,0.2);
}
footer{
    background:#111;
    color:#ccc;
}
footer a{
    color:#ccc;
    text-decoration:none;
}
footer a:hover{
    color:#fff;
}

.footer{
    background:#000;
    padding:70px 0 20px;
}
.footer h5{
    font-weight:600;
    margin-bottom:25px;
    position:relative;
}
.footer h5::after{
    content:"";
    width:20px;
    height:2px;
    background:#fff;
    position:absolute;
    left:0;
    bottom:-8px;
}
.footer p, .footer a{
    font-size:15px;
    color:#ddd;
    text-decoration:none;
}
.footer a{
    display:block;
    margin-bottom:10px;
}
.footer a:hover{
    color:#fff;
}
.social-icons a{
    width:38px;
    height:38px;
    background:#fff;
    color:#000;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:10px;
    font-size:16px;
}
.social-icons a:hover{
    background:#e63946;
    color:#fff;
}
.contact-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:25px;
}
.contact-item i{
    background:#e63946;
    color:#fff;
    width:40px;
    height:40px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
    font-size:16px;
}
.footer-bottom{
    border-top:1px solid #222;
    margin-top:40px;
    padding-top:15px;
    font-size:14px;
}
.back-to-top{
    position:fixed;
    bottom:20px;
    right:20px;
    width:50px;
    height:50px;
    background:#e63946;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}
@media (max-width: 768px){
    .pp_img{
        width:  100%;
    }
}
