/* =============================================
   OLOSUTUA LIMITED — New Component Styles
   Import AFTER: css/olosutua.css
   ============================================= */

/* ---------- Hero copy tweaks ---------- */
.hero-eyebrow {
    font-family: var(--font-label);
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent-light);
}
.hero-trust {
    font-family: var(--font-label);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 14px;
}
.hero-trust i { color: var(--accent-light); }

/* Gold swoosh divider under headings */
.gold-rule {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-light));
    border: 0;
    opacity: 1;
    margin: 14px 0 0;
}
.text-center .gold-rule, .gold-rule.mx-auto { margin-left: auto; margin-right: auto; }

/* ---------- WhatsApp floating button ---------- */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: transform 0.2s;
}
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }

/* ---------- Service / feature icon tiles ---------- */
.icon-tile {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(201, 149, 42, .12);
    color: var(--accent);
    font-size: 28px;
    flex-shrink: 0;
    transition: .4s;
}
.service-item:hover .icon-tile,
.industry-card:hover .icon-tile {
    background: var(--accent);
    color: #fff;
}

/* ---------- Why Choose Us checklist ---------- */
.check-list { list-style: none; padding-left: 0; margin: 0; }
.check-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 14px;
    font-weight: 500;
}
.check-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--accent);
    font-size: 18px;
}

/* ---------- Clients logo strip ---------- */
.clients-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px 40px;
    margin-top: 40px;
}
.client-logo {
    height: 72px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid #e6e9f0;
    border-radius: 6px;
    background: #fff;
    font-family: var(--font-label);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary);
    opacity: .65;
    transition: all .3s;
}
.client-logo:hover {
    opacity: 1;
    border-color: var(--accent);
    box-shadow: 0 8px 20px rgba(13,31,78,.08);
}
.client-logo img {
    max-height: 52px;
    max-width: 150px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s;
}
.client-logo:hover img { filter: grayscale(0%); }

/* ---------- CTA banner ---------- */
.cta-banner {
    background: linear-gradient(rgba(13,31,78,.92), rgba(13,31,78,.92)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}
.cta-banner .cta-accent { color: var(--accent-light); }

/* ---------- Industries grid ---------- */
.industry-card {
    background: #fff;
    border: 1px solid #e6e9f0;
    border-radius: 8px;
    padding: 32px 28px;
    height: 100%;
    transition: .35s;
}
.industry-card:hover {
    border-color: var(--accent);
    box-shadow: 0 16px 32px rgba(13,31,78,.10);
    transform: translateY(-4px);
}
.industry-card h5 { margin: 18px 0 10px; }

/* ---------- Certification cards ---------- */
.cert-card {
    background: #fff;
    border: 1px solid #e6e9f0;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: .35s;
}
.cert-card:hover { box-shadow: 0 16px 32px rgba(13,31,78,.12); transform: translateY(-4px); }
.cert-card .cert-thumb { position: relative; height: 220px; overflow: hidden; }
.cert-card .cert-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cert-card .cert-badge {
    position: absolute; top: 14px; left: 14px;
    background: var(--accent); color: #fff;
    font-family: var(--font-label); letter-spacing: .06em; text-transform: uppercase;
    font-size: 12px; padding: 4px 12px; border-radius: 3px;
}
.cert-card .cert-body { padding: 24px; }
.cert-card .cert-meta { color: var(--text-muted); font-size: 14px; }

/* Compact cert strip (home / about) */
.cert-strip { display:flex; flex-wrap:wrap; gap:16px; justify-content:center; }
.cert-chip {
    display:flex; align-items:center; gap:12px;
    background:#fff; border:1px solid #e6e9f0; border-radius:6px;
    padding:14px 22px; font-weight:600; color:var(--primary);
}
.cert-chip i { color: var(--accent); font-size: 26px; }

/* ---------- Careers listings ---------- */
.job-card {
    background:#fff; border:1px solid #e6e9f0; border-left:4px solid var(--accent);
    border-radius:6px; padding:24px 28px; margin-bottom:18px;
    display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:16px;
    transition:.3s;
}
.job-card:hover { box-shadow:0 12px 26px rgba(13,31,78,.08); }
.job-meta { color: var(--text-muted); font-family: var(--font-label); letter-spacing:.05em; text-transform:uppercase; font-size:14px; }
.job-meta span { margin-right: 18px; }

/* ---------- Core values grid ---------- */
.value-item { text-align:center; padding: 18px 10px; }
.value-item .icon-tile { margin: 0 auto 14px; }

/* ---------- Vision / Mission cards ---------- */
.vm-card {
    background:#fff; border-radius:8px; padding:40px 36px; height:100%;
    border-top: 4px solid var(--accent);
    box-shadow: 0 10px 30px rgba(13,31,78,.06);
}
.vm-card .icon-tile { margin-bottom: 20px; }

/* ---------- Contact info tiles ---------- */
.contact-info-item { display:flex; align-items:flex-start; gap:16px; margin-bottom:22px; }
.contact-info-item .icon-tile { width:52px; height:52px; font-size:22px; }
.map-embed iframe { width:100%; height:100%; min-height:400px; border:0; }

/* ---------- Crowded nav (8 items) sizing ---------- */
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link { margin-right: 20px; font-size: 14px; }
}

/* ---------- Testimonials on navy ---------- */
.testimonial-navy { background: var(--navy); }
.testimonial-navy .section-title h1 { color: #fff; }
.testimonial-navy .testimonial-carousel::before,
.testimonial-navy .testimonial-carousel::after { display: none; }
.testimonial-navy .testimonial-text {
    background: #fff;
    border-color: rgba(255,255,255,.15) !important;
}
.testimonial-navy .quote-mark { color: var(--accent); font-size: 40px; line-height: 1; }
.testimonial-navy .stars i { color: var(--accent); }

/* ---------- Logo ---------- */
.footer-logo { height: 48px; width: auto; }
@media (max-width: 575.98px) { .navbar-brand .brand-logo { height: 38px; } }

/* ---------- Utility ---------- */
.rounded-6 { border-radius: 6px; }
.object-cover { object-fit: cover; }
.overlay-navy { background: rgba(13,31,78,.65); }
