body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
    color: #1a1a1a;
}

.custom-navbar {
    background: #111111;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
}

.nav-link {
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 500;
    margin-left: 10px;
    transition: 0.25s ease;
}

.nav-link:hover,
.nav-link:focus {
    color: #ffffff !important;
}

.hero-section {
    background: linear-gradient(135deg, #161616, #232323);
    color: white;
}

.hero-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.20);
}

.feature-box,
.blog-card,
.content-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
    border: 1px solid #ececec;
}

.feature-box:hover,
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.feature-box h4,
.blog-card h3,
.blog-card h4,
.content-box h2,
.content-box h3 {
    font-weight: 700;
    color: #111111;
}

.feature-box p,
.blog-card p,
.content-box p {
    color: #444444;
}

.light-section {
    background: #f8f8f8;
}

.inner-hero {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-hero h1 {
    font-weight: 800;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.38);
}

.inner-hero p {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
}

.section-title h2 {
    color: #111111;
    font-weight: 800;
}

.section-title p {
    color: #5c5c5c;
}

.site-footer {
    background: #111111;
    color: #d6d6d6;
}

.site-footer h5,
.site-footer h6 {
    color: #ffffff;
    font-weight: 700;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer a:hover {
    color: #d0d0d0;
}

.content-box {
    line-height: 1.9;
    font-size: 1.06rem;
}

.content-box img {
    max-width: 100%;
    border-radius: 14px;
    margin: 20px 0;
}

.hero-image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
