﻿
/*.img-responsive-bizcard {
    display: block;
    min-width: 95%;
    max-height: 340px;
    max-width: 100px;
    border-collapse: collapse;
    border: 1px solid #ebedf2;
    box-shadow: inset 0 0 55px rgba(0, 0, 0, 1.0);
}

#content {
    width:100%;
}
*/
:root {
    --accent: #0d6efd;
    --light: #f8f9fa;
}

body {
    background: linear-gradient(180deg,var(--light),#ffffff 60%);
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

.hero {
    height: 150px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.hero-overlay {
    background: linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0.1));
    padding: 1.25rem;
    width: 100%;
}

.profile-card {
    margin-top: -90px;
}

.logo-placeholder {
    width: 140px;
    height: 140px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 6px 18px rgba(15,23,42,0.12);
    border: 6px solid #fff;
}

.badge-service {
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    padding: 0.35rem 0.6rem;
    font-weight: 600;
}

.accent {
    color: var(--accent);
}

.btn-accent {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.btn-accent-outline {
    color: var(--accent);
    border-color: var(--accent);
}

.full-width {
    width: 100%;
}

.star {
    color: #f8b500;
}

.small-img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
}

.footer-links a {
    color: #6c757d;
    text-decoration: none;
}

/* responsive tweaks */
@media (max-width: 992px) {
    .hero {
        height: 220px;
    }

    .logo-placeholder {
        width: 110px;
        height: 110px;
    }
}

#contact-block p {
    margin-bottom: 0.25rem !important;
}

#detail-page .navbar {
    --bs-navbar-padding-y: 0 !important;


}


.header-container {
    background: url(http://tamilbee.com/images/header.jpg) no-repeat left;
    opacity: 0.95;
}