/* =============================================
   THEME: #0c4091 (Navy Blue) + White + Black
   ============================================= */

:root {
    --primary: #0c4091;
    --primary-dark: #083070;
    --light-bg: #f8fafc;
    --dark: #111111;
    --bs-primary: #0c4091;
    --bs-primary-rgb: 12, 64, 145;
    --bs-secondary: #0c4091;
    --bs-secondary-rgb: 12, 64, 145;
    --bs-warning: #0c4091;
    --bs-warning-rgb: 12, 64, 145;
    --bs-link-color: #0c4091;
    --bs-link-hover-color: #083070;
    --bs-link-color-rgb: 12, 64, 145;
    --bs-link-hover-color-rgb: 8, 48, 112;
}

/* Bootstrap overrides */
.bg-primary { background-color: #0c4091 !important; }
.text-primary { --bs-text-opacity: 1; --bs-primary-rgb: 12, 64, 145; color: #0c4091 !important; }
.border-primary { border-color: #0c4091 !important; }
.bg-secondary { background-color: #0c4091 !important; }
.text-secondary { color: #0c4091 !important; }
.border-secondary { border-color: rgba(255,255,255,0.2) !important; }

a { color: #0c4091; }
a:hover { color: #083070; }

.btn-primary, .btn-primary:focus {
    --bs-btn-bg: #0c4091;
    --bs-btn-border-color: #0c4091;
    --bs-btn-hover-bg: #083070;
    --bs-btn-hover-border-color: #083070;
    --bs-btn-active-bg: #083070;
    --bs-btn-focus-shadow-rgb: 12, 64, 145;
    background-color: #0c4091 !important;
    border-color: #0c4091 !important;
    color: #fff !important;
}
.btn-primary:hover, .btn-primary:active { background-color: #083070 !important; border-color: #083070 !important; }
.btn-outline-primary { color: #0c4091 !important; border-color: #0c4091 !important; }
.btn-outline-primary:hover { background-color: #0c4091 !important; color: #fff !important; }
.btn-link { color: #0c4091 !important; }
.btn-link:hover { color: #083070 !important; }

*:focus { outline: none !important; box-shadow: 0 0 0 0.2rem rgba(12,64,145,0.25) !important; }
.btn:focus, .btn:active { box-shadow: 0 0 0 0.2rem rgba(12,64,145,0.25) !important; }

/* Body */
body { font-family: 'Poppins', sans-serif; color: #334155; line-height: 1.6; }
h1, h2, h3, h4, .navbar-brand { font-family: 'Montserrat', sans-serif; text-transform: uppercase; }

/* Top Bar */
.top-bar { background: #0c4091; color: white; padding: 10px 0; font-size: 13px; border-bottom: 2px solid #ffffff; }
.top-bar i { color: #ffffff; margin-right: 8px; }

/* Navbar */
.navbar { background: white; padding: 15px 0; box-shadow: 0 4px 15px rgba(0,0,0,0.08); position: sticky; top: 0; z-index: 1000; }
.navbar-brand img { height: 90px; }
.nav-link { font-weight: 700; color: #111 !important; font-size: 14px; letter-spacing: 0.5px; padding: 10px 18px !important; }
.nav-link:hover, .nav-item.active .nav-link { color: #0c4091 !important; }

/* Dropdown */
.dropdown-menu { border: none; border-radius: 12px; box-shadow: 0 15px 30px rgba(0,0,0,0.1); padding: 15px; min-width: 250px; border-top: 4px solid #0c4091; }
.dropdown-item { font-weight: 600; padding: 10px 15px; border-radius: 6px; color: #111; }
.dropdown-item:hover { background: #0c4091; color: #ffffff !important; }

/* Hero */
.hero-section {
    height: 85vh;
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&q=80');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
}
.iso-tag { background: #0c4091; color: #ffffff; padding: 5px 15px; font-weight: 800; font-size: 12px; border-radius: 4px; display: inline-block; margin-bottom: 20px; }
.hero-title { font-size: 60px; font-weight: 900; line-height: 1.1; margin-bottom: 25px; color: #ffffff; }
.hero-title span { color: #ffffff; }

/* Sections */
.section-padding { padding: 100px 0; }
.overview-box { background: var(--light-bg); border-radius: 30px; padding: 60px; }

/* Product Cards */
.product-card { background: white; border: 1px solid #eee; border-radius: 15px; overflow: hidden; transition: 0.4s; height: 100%; }
.product-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(12,64,145,0.15); border-color: #0c4091; }
.product-img { height: 220px; background: #eee; overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: cover; }
.product-body { padding: 30px; }
.product-body h4 { font-size: 18px; font-weight: 800; color: #0c4091; margin-bottom: 15px; border-bottom: 2px solid var(--light-bg); padding-bottom: 10px; }
.product-list { list-style: none; padding: 0; font-size: 13px; }
.product-list li { margin-bottom: 8px; font-weight: 500; }
.product-list i { color: #0c4091; margin-right: 10px; }

/* Why Choose Us */
.choice-card { padding: 30px; text-align: center; border-radius: 15px; background: #fff; transition: 0.3s; border-bottom: 4px solid #0c4091; box-shadow: 0 5px 15px rgba(0,0,0,0.05); height: 100%; }
.choice-card:hover { background: #0c4091; color: #fff; transform: translateY(-5px); }
.choice-card:hover p, .choice-card:hover h5, .choice-card:hover .text-muted { color: #fff !important; }
.choice-icon { font-size: 40px; color: #0c4091; margin-bottom: 20px; transition: 0.3s; }
.choice-card:hover .choice-icon { color: #ffffff; }

/* Stats Bar */
.stats-bar { background: #0c4091; color: white; padding: 60px 0; border-radius: 20px; margin-top: -50px; position: relative; z-index: 5; }
.stats-bar .border-start { border-color: rgba(255,255,255,0.3) !important; }

/* Footer */
.footer { background: #111111; color: #888; padding: 100px 0 30px; font-size: 14px; }
.footer h5 { color: white; font-weight: 700; margin-bottom: 30px; border-bottom: 2px solid #ffffff; display: inline-block; padding-bottom: 5px; }
.footer-link { color: #888; text-decoration: none; display: block; margin-bottom: 12px; transition: 0.3s; }
.footer-link:hover { color: white; transform: translateX(10px); }
.contact-box i { color: #ffffff; width: 25px; font-size: 18px; }

/* WhatsApp */
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; background: #25d366; color: white; width: 65px; height: 65px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; z-index: 1000; box-shadow: 0 10px 20px rgba(0,0,0,0.2); text-decoration: none; }

/* =============================================
   RESPONSIVE
   ============================================= */

/* Tablet */
@media (max-width: 991px) {
    .hero-section { height: auto; padding: 80px 0 100px; clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%); }
    .hero-title { font-size: 40px; }
    .section-padding { padding: 60px 0; }
    .overview-box { padding: 35px; }
    .stats-bar { margin-top: 20px; border-radius: 12px; padding: 40px 20px; }
    .stats-bar .border-start { border-left: none !important; border-top: 1px solid rgba(255,255,255,0.2) !important; padding-top: 15px; }
    .footer { padding: 60px 0 30px; }
    .navbar-brand img { height: 75px; }
}

/* Mobile */
@media (max-width: 767px) {
    .hero-section { height: auto; padding: 60px 0 80px; clip-path: none; }
    .hero-title { font-size: 28px; }
    .iso-tag { font-size: 10px; }
    .d-flex.gap-3 { flex-direction: column; gap: 12px !important; }
    .d-flex.gap-3 .btn { width: 100%; text-align: center; }
    .section-padding { padding: 50px 0; }
    .overview-box { padding: 25px; border-radius: 15px; }
    .stats-bar { padding: 30px 15px; border-radius: 10px; }
    .product-body { padding: 20px; }
    .choice-card { padding: 20px; }
    .footer { padding: 50px 0 20px; }
    h2.display-5 { font-size: 1.8rem; }
    h2.display-6 { font-size: 1.5rem; }
    .navbar-brand img { height: 65px; }
}

/* Small Mobile */
@media (max-width: 480px) {
    .hero-title { font-size: 22px; }
    .lead { font-size: 14px; }
    .stats-bar h2 { font-size: 1.4rem; }
    .whatsapp-float { width: 50px; height: 50px; font-size: 24px; bottom: 20px; right: 20px; }
    .overview-box { padding: 20px; }
    .product-body { padding: 15px; }
}

/* =============================================
   ABOUT PAGE
   ============================================= */

.ab-section-label {
    font-size: 12px; font-weight: 700; color: #0c4091;
    text-transform: uppercase; letter-spacing: 3px;
    display: block; margin-bottom: 10px;
}
.ab-divider { width: 50px; height: 3px; background: #0c4091; border-radius: 2px; }

/* ── HERO ── */
.ab-hero {
    background: linear-gradient(135deg, #0c4091 0%, #083070 60%, #050f2e 100%);
    padding: 90px 0 120px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.ab-hero::after {
    content: '';
    position: absolute; bottom: -1px; left: 0; right: 0;
    height: 60px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
}
.ab-tag {
    display: inline-block; background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff; font-size: 11px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    padding: 6px 16px; border-radius: 20px; margin-bottom: 20px;
}
.ab-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 52px; font-weight: 900;
    line-height: 1.1; color: #fff; margin-bottom: 20px;
}
.ab-hero-title span { color: rgba(255,255,255,0.7); }
.ab-hero-sub { font-size: 16px; color: rgba(255,255,255,0.75); margin-bottom: 35px; max-width: 520px; }
.ab-hero-img { position: relative; }
.ab-hero-img img { width: 100%; border: 4px solid rgba(255,255,255,0.15); }
.ab-hero-badge {
    position: absolute; bottom: -20px; left: 20px;
    background: #fff; color: #0c4091;
    padding: 16px 22px; border-radius: 12px;
    display: flex; flex-direction: column; align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    font-size: 13px; font-weight: 700; line-height: 1.3;
}

/* ── STATS ── */
.ab-stat-item { padding: 30px 20px; border-right: 1px solid rgba(255,255,255,0.15); }
.ab-stat-item:last-child { border-right: none; }

/* ── WHO WE ARE ── */
.ab-img-wrap { position: relative; padding-bottom: 30px; }
.ab-img-card {
    position: absolute; bottom: 0; right: -15px;
    background: #fff; border-radius: 14px;
    padding: 20px 24px; text-align: center;
    box-shadow: 0 10px 30px rgba(12,64,145,0.12);
    border-bottom: 3px solid #0c4091;
}
.ab-check {
    display: flex; align-items: center; gap: 10px;
    font-size: 14px; font-weight: 600; color: #334155;
    padding: 10px 14px; background: #f8fafc;
    border-radius: 8px; border-left: 3px solid #0c4091;
}
.ab-check i { color: #0c4091; font-size: 15px; flex-shrink: 0; }

/* ── WHY CHOOSE US CARDS ── */
.ab-card {
    background: #fff; border-radius: 16px; padding: 36px 28px;
    text-align: center; height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    position: relative; overflow: hidden;
}
.ab-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(12,64,145,0.14);
    border-bottom-color: #0c4091;
}
.ab-card-icon {
    width: 68px; height: 68px; border-radius: 50%;
    background: #eef2ff; color: #0c4091;
    font-size: 26px; display: flex; align-items: center;
    justify-content: center; margin: 0 auto 20px;
    transition: 0.3s;
}
.ab-card:hover .ab-card-icon { background: #0c4091; color: #fff; }
.ab-card h5 { font-weight: 700; color: #111; margin-bottom: 10px; font-size: 16px; }
.ab-card p { font-size: 14px; color: #666; margin: 0; line-height: 1.7; }
.ab-card-line {
    position: absolute; bottom: 0; left: 0;
    width: 0; height: 3px; background: #0c4091;
    transition: width 0.4s ease;
}
.ab-card:hover .ab-card-line { width: 100%; }

/* ── QUALITY CARDS ── */
.ab-quality-card {
    background: #fff; border-radius: 16px; padding: 40px 32px;
    height: 100%; border: 1px solid #eee;
    transition: all 0.3s ease; position: relative; overflow: hidden;
}
.ab-quality-card:hover, .ab-quality-card--active {
    background: #0c4091; border-color: #0c4091;
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(12,64,145,0.25);
}
.ab-quality-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 52px; font-weight: 900;
    color: #eef2ff; line-height: 1;
    margin-bottom: 12px; transition: 0.3s;
}
.ab-quality-card:hover .ab-quality-num,
.ab-quality-card--active .ab-quality-num { color: rgba(255,255,255,0.15); }
.ab-quality-icon {
    font-size: 32px; color: #0c4091;
    margin-bottom: 16px; display: block; transition: 0.3s;
}
.ab-quality-card:hover .ab-quality-icon,
.ab-quality-card--active .ab-quality-icon { color: rgba(255,255,255,0.85); }
.ab-quality-card h5 { font-weight: 700; color: #111; margin-bottom: 12px; transition: 0.3s; }
.ab-quality-card p { font-size: 14px; color: #666; margin: 0; line-height: 1.7; transition: 0.3s; }
.ab-quality-card:hover h5, .ab-quality-card--active h5 { color: #fff; }
.ab-quality-card:hover p, .ab-quality-card--active p { color: rgba(255,255,255,0.75); }

/* ── STANDARDS ── */
.ab-std-box {
    background: #fff; border-radius: 16px; padding: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06); height: 100%;
}
.ab-std-head {
    display: flex; align-items: center; gap: 12px;
    padding-bottom: 16px; border-bottom: 2px solid #eef2ff;
}
.ab-std-head i { font-size: 22px; color: #0c4091; }
.ab-std-head h5 { font-weight: 700; color: #111; }
.ab-tag {
    display: inline-block;
    background: #eef2ff; color: #0c4091;
    font-weight: 700; font-size: 12px;
    padding: 7px 16px; border-radius: 20px;
    border: 1px solid #d0dcf5;
    transition: all 0.2s ease; cursor: default;
}
.ab-tag:hover { background: #0c4091; color: #fff; border-color: #0c4091; transform: translateY(-2px); }

/* ── CTA ── */
.ab-cta { background: #0c4091; padding: 60px 0; }

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .ab-hero { padding: 70px 0 100px; }
    .ab-hero-title { font-size: 38px; }
    .ab-img-card { right: 0; }
    .ab-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
    .ab-stat-item:last-child { border-bottom: none; }
}
@media (max-width: 767px) {
    .ab-hero { padding: 60px 0 90px; }
    .ab-hero-title { font-size: 28px; }
    .ab-hero-sub { font-size: 14px; }
    .ab-cta { text-align: center; }
    .ab-cta .text-lg-end { text-align: center !important; margin-top: 10px; }
    .ab-img-card { position: static; margin-top: 20px; display: inline-flex; flex-direction: row; gap: 12px; align-items: center; }
    .ab-std-box { padding: 22px; }
}


/* =============================================
   BLOG PAGE
   ============================================= */

/* Page Header */
.blog-page-header {
    background: linear-gradient(135deg, #0c4091 0%, #083070 60%, #050f2e 100%);
    padding: 90px 0 120px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.blog-page-header::after {
    content: '';
    position: absolute; bottom: -1px; left: 0; right: 0;
    height: 60px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
}
.blog-header-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px; font-weight: 900;
    color: #fff; margin-bottom: 14px;
}

/* ── FEATURED POST ── */
.blog-featured-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 30px rgba(0,0,0,0.08);
    transition: 0.3s;
}
.blog-featured-card:hover { box-shadow: 0 16px 50px rgba(12,64,145,0.14); transform: translateY(-4px); }
.blog-featured-img { position: relative; height: 320px; overflow: hidden; }
.blog-featured-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.4s; }
.blog-featured-card:hover .blog-featured-img img { transform: scale(1.04); }
.blog-cat-badge {
    position: absolute; top: 18px; left: 18px;
    background: #0c4091; color: #fff;
    font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    padding: 5px 14px; border-radius: 20px;
}
.blog-featured-body { padding: 32px; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; color: #888; }
.blog-meta i { color: #0c4091; }
.blog-featured-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px; font-weight: 800;
    color: #111; margin-bottom: 14px; line-height: 1.4;
}
.blog-featured-excerpt { font-size: 14px; color: #555; line-height: 1.8; margin-bottom: 24px; }

/* ── BLOG CARDS ── */
.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    height: 100%;
    transition: 0.3s;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(12,64,145,0.13); }
.blog-card-img { position: relative; height: 200px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.4s; }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-body { padding: 22px; }
.blog-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px; font-weight: 800;
    color: #111; margin-bottom: 10px; line-height: 1.5;
}
.blog-card-excerpt { font-size: 13px; color: #666; line-height: 1.7; margin-bottom: 16px; }
.blog-read-more {
    font-size: 13px; font-weight: 700;
    color: #0c4091; text-decoration: none;
    display: inline-flex; align-items: center; gap: 5px;
    transition: 0.2s;
}
.blog-read-more:hover { color: #083070; gap: 8px; }

/* ── PAGINATION ── */
.blog-pagination .page-link {
    border: none; color: #0c4091;
    font-weight: 700; padding: 10px 16px;
    border-radius: 8px !important; margin: 0 3px;
    background: #f0f4ff;
}
.blog-pagination .page-item.active .page-link { background: #0c4091; color: #fff; }
.blog-pagination .page-link:hover { background: #0c4091; color: #fff; }
.blog-pagination .page-item.disabled .page-link { background: #f0f0f0; color: #aaa; }

/* ── SIDEBAR ── */
.blog-sidebar-widget {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
.blog-widget-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px; font-weight: 800;
    color: #111; margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eef2ff;
    position: relative;
}
.blog-widget-title::after {
    content: '';
    position: absolute; bottom: -2px; left: 0;
    width: 40px; height: 2px; background: #0c4091;
}

/* Search */
.blog-search { display: flex; gap: 8px; }
.blog-search .form-control {
    border: 1px solid #e2e8f0; border-radius: 8px;
    font-size: 14px; padding: 10px 14px;
}
.blog-search .form-control:focus { border-color: #0c4091; box-shadow: none; }
.blog-search .btn { border-radius: 8px; padding: 10px 16px; }

/* Categories */
.blog-cat-list { list-style: none; padding: 0; margin: 0; }
.blog-cat-list li { border-bottom: 1px solid #f5f5f5; }
.blog-cat-list li:last-child { border-bottom: none; }
.blog-cat-list a {
    display: flex; justify-content: space-between; align-items: center;
    padding: 10px 0; font-size: 14px; font-weight: 600;
    color: #444; text-decoration: none; transition: 0.2s;
}
.blog-cat-list a:hover { color: #0c4091; padding-left: 6px; }
.blog-cat-list a i { color: #0c4091; }
.blog-cat-list span {
    background: #eef2ff; color: #0c4091;
    font-size: 11px; font-weight: 700;
    padding: 2px 9px; border-radius: 20px;
}

/* Recent Posts */
.blog-recent-post {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 12px 0; border-bottom: 1px solid #f5f5f5;
}
.blog-recent-post:last-child { border-bottom: none; padding-bottom: 0; }
.blog-recent-post img { width: 70px; height: 60px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.blog-recent-post a { font-size: 13px; font-weight: 600; color: #222; text-decoration: none; display: block; margin-bottom: 5px; line-height: 1.4; }
.blog-recent-post a:hover { color: #0c4091; }
.blog-recent-post span { font-size: 12px; color: #999; }
.blog-recent-post span i { color: #0c4091; }

/* Tags */
.blog-tag {
    display: inline-block;
    background: #eef2ff; color: #0c4091;
    font-size: 12px; font-weight: 600;
    padding: 6px 14px; border-radius: 20px;
    border: 1px solid #d0dcf5;
    text-decoration: none; transition: 0.2s;
}
.blog-tag:hover { background: #0c4091; color: #fff; border-color: #0c4091; }

/* CTA Widget */
.blog-cta-widget {
    background: #0c4091;
    border-radius: 16px;
    padding: 32px 28px;
    text-align: center;
    color: #fff;
}
.blog-cta-widget h5 { font-weight: 800; color: #fff; margin-bottom: 10px; }
.blog-cta-widget p { font-size: 14px; opacity: 0.8; margin-bottom: 20px; }
.blog-cta-widget .btn-light { color: #0c4091; font-weight: 700; }
.blog-cta-widget .btn-light:hover { background: #083070; color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 767px) {
    .blog-page-header { padding: 60px 0 90px; }
    .blog-header-title { font-size: 28px; }
    .blog-featured-img { height: 220px; }
    .blog-featured-body { padding: 22px; }
    .blog-featured-title { font-size: 18px; }
}
