@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
  --primary: #0b5ed7;
  --primary-dark: #0848a8;
  --secondary: #ffc107;
  --dark: #0f172a;
  --muted: #64748b;
  --light: #f8fafc;
  --white: #fff;
  --border: #e2e8f0;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--dark); font-family: "Poppins", sans-serif; font-size: .95rem; line-height: 1.65; background: var(--white); overflow-x: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; transition: .3s ease; }
p { color: var(--muted); }
.section { padding: 86px 0; }
.section-sm { padding: 62px 0; }
.bg-light-soft { background: var(--light); }
.text-primary { color: var(--primary) !important; }
.section-label { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.section-label::before { content: ""; width: 26px; height: 3px; border-radius: 5px; background: var(--secondary); }
.section-title { max-width: 720px; margin-bottom: 16px; font-size: clamp(1.75rem, 3vw, 2.65rem); font-weight: 800; line-height: 1.18; letter-spacing: 0; }
.section-copy { max-width: 680px; font-size: .98rem; }
.rounded-xl { border-radius: 24px; }
.shadow-soft { box-shadow: var(--shadow); }

.scroll-progress { position: fixed; z-index: 1100; top: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--secondary), var(--primary)); }
.navbar { padding: 17px 0; transition: .3s ease; }
.navbar.scrolled, .navbar.inner-nav { padding: 11px 0; background: rgba(15, 23, 42, .97); box-shadow: 0 10px 30px rgba(0,0,0,.14); backdrop-filter: blur(14px); }
.navbar-brand { display: flex; align-items: center; gap: 10px; color: var(--white) !important; font-size: 1.12rem; font-weight: 800; }
.brand-mark { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; overflow: hidden; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 2px rgba(255,255,255,.15); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.navbar .nav-link { color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 500; margin: 0 4px; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--secondary); }
.dropdown-menu { border: 0; border-radius: 15px; padding: 10px; box-shadow: var(--shadow); }
.dropdown-item { border-radius: 9px; padding: 9px 12px; font-size: .88rem; }
.dropdown-item:hover { color: var(--primary); background: #edf4ff; }
.btn { border-radius: 10px; padding: 10px 20px; font-size: .92rem; font-weight: 600; transition: .3s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { border-color: var(--primary); background: var(--primary); box-shadow: 0 9px 20px rgba(11,94,215,.22); }
.btn-primary:hover { border-color: var(--primary-dark); background: var(--primary-dark); }
.btn-warning { border-color: var(--secondary); color: var(--dark); background: var(--secondary); }
.btn-outline-light:hover { color: var(--dark); }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 25%, rgba(11,94,215,.45), transparent 32%), linear-gradient(120deg, rgba(15,23,42,.98), rgba(15,23,42,.88)); }
.hero::after { position: absolute; inset: 0; content: ""; opacity: .08; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 24px 24px; }
.hero .container { position: relative; z-index: 2; padding-top: 90px; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 50px; color: #dbeafe; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); font-size: .82rem; font-weight: 600; }
.hero h1 { margin: 20px 0; max-width: 760px; font-size: clamp(2.35rem, 4.6vw, 4.15rem); font-weight: 800; line-height: 1.06; letter-spacing: 0; }
.hero h1 span { color: var(--secondary); }
.hero p { max-width: 650px; color: #cbd5e1; font-size: 1rem; }
.hero-image-wrap { position: relative; padding: 22px; }
.hero-image { width: 100%; height: 520px; object-fit: cover; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.floating-card { position: absolute; left: -15px; top: 24px; display: flex; align-items: center; gap: 13px; min-width: 220px; padding: 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); color: var(--dark); }
.floating-card i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; color: var(--white); background: var(--primary); }
.floating-card small { display: block; color: var(--muted); }

.trust-strip { position: relative; z-index: 3; margin-top: -42px; }
.trust-box { padding: 28px 34px; border-radius: 20px; background: var(--white); box-shadow: var(--shadow); }
.trust-item { display: flex; align-items: center; gap: 12px; font-size: .9rem; font-weight: 600; }
.trust-item i { color: var(--primary); font-size: 1.35rem; }

.image-stack { position: relative; padding: 0 30px 35px 0; }
.image-stack img { width: 100%; min-height: 470px; object-fit: cover; border-radius: 24px; }
.experience-card { position: absolute; right: 0; bottom: 0; width: 185px; padding: 24px; border-radius: 20px; color: var(--white); background: var(--primary); box-shadow: var(--shadow); }
.experience-card strong { display: block; color: var(--secondary); font-size: 2.15rem; line-height: 1; }
.check-list { list-style: none; padding: 0; margin: 25px 0; }
.check-list li { display: flex; gap: 11px; margin: 12px 0; color: #334155; font-weight: 500; }
.check-list i { color: var(--primary); }

.service-card, .feature-card, .industry-card, .team-card, .job-card, .info-card { height: 100%; border: 1px solid var(--border); border-radius: 20px; background: var(--white); overflow: hidden; transition: .35s ease; }
.service-card:hover, .feature-card:hover, .industry-card:hover, .team-card:hover, .job-card:hover, .info-card:hover { transform: translateY(-8px); border-color: rgba(11,94,215,.28); box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 220px; object-fit: cover; }
.service-card .card-body, .feature-card, .industry-card, .job-card, .info-card { padding: 24px; }
.icon-box { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 20px; border-radius: 15px; color: var(--primary); background: #eaf2ff; font-size: 1.45rem; }
.service-card h3, .feature-card h3, .industry-card h3, .job-card h3 { font-size: 1.05rem; font-weight: 700; }
.learn-link { color: var(--primary); font-size: .9rem; font-weight: 700; }
.learn-link i { transition: .25s ease; }
.learn-link:hover i { margin-left: 5px; }

.why-section { position: relative; overflow: hidden; color: var(--white); background: var(--dark); }
.why-section p { color: #94a3b8; }
.why-section .feature-card { border-color: rgba(255,255,255,.09); background: rgba(255,255,255,.05); }
.why-section .feature-card h3 { color: var(--white); }
.why-section .icon-box { color: var(--secondary); background: rgba(255,193,7,.12); }

.stats-section { background: linear-gradient(135deg, var(--primary), #063e96); color: var(--white); }
.stat-item { text-align: center; }
.stat-number { display: block; font-size: clamp(2.1rem, 4vw, 3.25rem); font-weight: 800; line-height: 1; }
.stat-item p { margin: 10px 0 0; color: #dbeafe; }

.industry-card { text-align: center; }
.industry-card .icon-box { margin-inline: auto; }
.process-step { position: relative; text-align: center; padding: 10px 20px; }
.step-number { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 20px; border: 6px solid #eaf2ff; border-radius: 50%; color: var(--white); background: var(--primary); font-size: 1.2rem; font-weight: 700; }
.process-step:not(:last-child)::after { position: absolute; top: 42px; right: -18%; width: 36%; border-top: 2px dashed #bfdbfe; content: ""; }

.testimonial-card { max-width: 840px; margin: auto; padding: 45px; border: 1px solid var(--border); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.quote-icon { color: var(--secondary); font-size: 3rem; }
.testimonial-card blockquote { margin: 16px auto 24px; color: #334155; font-size: 1.02rem; }
.avatar { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; }
.carousel-indicators { position: static; margin-top: 25px; }
.carousel-indicators [data-bs-target] { width: 9px; height: 9px; border: 0; border-radius: 50%; background: var(--primary); }

.cta-box { position: relative; overflow: hidden; padding: 64px; border-radius: 28px; color: var(--white); background: linear-gradient(120deg, var(--primary), #063b8d); }
.cta-box::after { position: absolute; top: -100px; right: -70px; width: 300px; height: 300px; border: 55px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.cta-box p { color: #dbeafe; }

.page-hero { padding: 160px 0 86px; color: var(--white); background: linear-gradient(110deg, rgba(15,23,42,.98), rgba(11,94,215,.82)), url("../images/img3.jpeg") center/cover; }
.page-hero h1 { font-size: clamp(2.2rem, 4vw, 3.65rem); font-weight: 800; letter-spacing: 0; }
.breadcrumb-item, .breadcrumb-item a { color: #cbd5e1; }
.breadcrumb-item.active { color: var(--secondary); }
.breadcrumb-item + .breadcrumb-item::before { color: #94a3b8; }

.mission-card { height: 100%; padding: 36px; border-radius: 22px; }
.mission-card.primary { color: var(--white); background: var(--primary); }
.mission-card.primary p { color: #dbeafe; }
.mission-card.light { background: #eff6ff; }
.value-card { padding: 24px; border-left: 4px solid var(--secondary); border-radius: 12px; background: var(--white); box-shadow: 0 10px 30px rgba(15,23,42,.06); }
.team-card img { width: 100%; height: 300px; object-fit: cover; }
.team-card .card-body { padding: 22px; }
.gallery-img { width: 100%; height: 290px; object-fit: cover; border-radius: 18px; transition: .3s; }
.gallery-img:hover { transform: scale(1.02); }
.timeline { position: relative; max-width: 900px; margin: auto; }
.timeline::before { position: absolute; left: 50%; width: 2px; height: 100%; background: #bfdbfe; content: ""; }
.timeline-item { position: relative; width: 50%; padding: 15px 45px 25px 0; }
.timeline-item:nth-child(even) { margin-left: 50%; padding: 15px 0 25px 45px; }
.timeline-dot { position: absolute; top: 22px; right: -8px; width: 16px; height: 16px; border: 4px solid var(--white); border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 2px var(--primary); }
.timeline-item:nth-child(even) .timeline-dot { right: auto; left: -8px; }
.timeline-content { padding: 24px; border-radius: 16px; background: var(--white); box-shadow: 0 10px 30px rgba(15,23,42,.07); }

.service-detail-card { display: grid; grid-template-columns: 280px 1fr; margin-bottom: 25px; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; background: var(--white); transition: .3s; }
.service-detail-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.service-detail-card img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.service-detail-content { padding: 26px; }
.benefit-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; padding: 0; list-style: none; }
.benefit-list li { padding: 6px 11px; border-radius: 20px; color: #1e40af; background: #eff6ff; font-size: .78rem; font-weight: 600; }
.service-page-hero { background: linear-gradient(110deg, rgba(15,23,42,.98), rgba(11,94,215,.78)), url("../images/img2.jpeg") center/cover; }
.service-summary-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 24px; border: 1px solid var(--border); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.summary-stat { min-height: 150px; padding: 24px; border-radius: 18px; background: #eff6ff; }
.summary-stat strong { display: block; margin-bottom: 12px; color: var(--primary); font-size: 1.45rem; font-weight: 800; }
.summary-stat span { color: #334155; font-weight: 600; }
.detail-nav-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.detail-nav-grid a { display: grid; gap: 10px; place-items: center; min-height: 112px; padding: 18px 12px; border: 1px solid var(--border); border-radius: 18px; background: var(--white); color: #334155; font-weight: 700; text-align: center; box-shadow: 0 10px 26px rgba(15,23,42,.05); }
.detail-nav-grid a:hover { color: var(--primary); border-color: rgba(11,94,215,.3); transform: translateY(-4px); box-shadow: var(--shadow); }
.detail-nav-grid i { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--primary); background: #eaf2ff; font-size: 1.25rem; }
.detail-section-head { max-width: 780px; margin-bottom: 34px; }
.detail-card { height: 100%; padding: 26px; border: 1px solid var(--border); border-radius: 18px; background: var(--white); box-shadow: 0 10px 26px rgba(15,23,42,.05); transition: .3s ease; }
.detail-card:hover { transform: translateY(-5px); border-color: rgba(11,94,215,.3); box-shadow: var(--shadow); }
.detail-card > i { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 18px; border-radius: 14px; color: var(--primary); background: #eaf2ff; font-size: 1.3rem; }
.detail-card h3 { font-size: 1.05rem; font-weight: 700; }
.service-list-panel { display: flex; flex-wrap: wrap; gap: 12px; padding: 28px; border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.service-list-panel span { padding: 10px 14px; border-radius: 999px; color: #1e40af; background: #eff6ff; font-weight: 700; }

.benefit-item { display: flex; gap: 16px; margin-bottom: 25px; }
.benefit-item i { flex: 0 0 48px; display: grid; place-items: center; height: 48px; border-radius: 13px; color: var(--primary); background: #eaf2ff; font-size: 1.3rem; }
.job-card .job-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 20px; }
.job-meta span { padding: 5px 10px; border-radius: 20px; color: var(--muted); background: var(--light); font-size: .78rem; }
.form-control, .form-select { min-height: 52px; border-color: var(--border); border-radius: 11px; padding: 12px 15px; }
.form-control:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 .2rem rgba(11,94,215,.12); }
textarea.form-control { min-height: 130px; }
.form-panel { padding: 34px; border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.accordion-item { margin-bottom: 12px; border: 1px solid var(--border) !important; border-radius: 13px !important; overflow: hidden; }
.faq-wrap { max-width: 900px; }
.accordion-button { padding: 20px; font-weight: 600; }
.accordion-button:not(.collapsed) { color: var(--primary); background: #eff6ff; box-shadow: none; }

.contact-icon { display: grid; place-items: center; flex: 0 0 52px; height: 52px; border-radius: 14px; color: var(--white); background: var(--primary); font-size: 1.25rem; }
.contact-row { display: flex; gap: 15px; margin-bottom: 25px; }
.map-placeholder { display: grid; place-items: center; min-height: 430px; border-radius: 22px; color: var(--white); background: linear-gradient(rgba(15,23,42,.72), rgba(15,23,42,.72)), url("../images/img4.jpeg") center/cover; text-align: center; }
.social-links { display: flex; gap: 9px; }
.social-links a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; color: var(--white); background: rgba(255,255,255,.1); }
.social-links a:hover { color: var(--dark); background: var(--secondary); transform: translateY(-3px); }
.whatsapp-float { position: fixed; z-index: 1000; right: 22px; bottom: 92px; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; color: var(--white); background: #25d366; box-shadow: 0 10px 28px rgba(37,211,102,.35); font-size: 1.6rem; }

.footer { padding-top: 75px; color: #cbd5e1; background: var(--dark); }
.footer h5 { margin-bottom: 20px; color: var(--white); font-size: 1rem; font-weight: 700; }
.footer p { color: #94a3b8; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin: 10px 0; }
.footer-links a { color: #94a3b8; font-size: .9rem; }
.footer-links a:hover { padding-left: 5px; color: var(--secondary); }
.newsletter { display: flex; padding: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.05); }
.newsletter input { width: 100%; border: 0; outline: 0; color: var(--white); background: transparent; padding: 8px 10px; }
.newsletter button { border: 0; border-radius: 8px; color: var(--dark); background: var(--secondary); padding: 8px 13px; }
.footer-bottom { margin-top: 55px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); }
.back-to-top { position: fixed; z-index: 999; right: 22px; bottom: 22px; display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 12px; color: var(--white); background: var(--primary); opacity: 0; visibility: hidden; transition: .3s; }
.back-to-top.show { opacity: 1; visibility: visible; }

[data-animate] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-animate="left"] { transform: translateX(-35px); }
[data-animate="right"] { transform: translateX(35px); }
[data-animate="zoom"] { transform: scale(.94); }
[data-animate].animated { opacity: 1; transform: none; }

/* Leadership & director profile */
.director-photo-wrap { position: relative; padding: 0 26px 30px 0; }
.director-photo { width: 100%; height: 460px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.director-badge { position: absolute; right: 0; bottom: 0; padding: 18px 22px; border-radius: 18px; color: var(--white); background: var(--dark); box-shadow: var(--shadow); }
.director-badge strong { display: block; color: var(--secondary); font-size: 1rem; }
.director-badge span { font-size: .8rem; color: #cbd5e1; }
.director-quote { position: relative; margin: 28px 0 0; padding: 28px 30px; border-left: 4px solid var(--secondary); border-radius: 14px; background: var(--light); font-style: italic; }
.director-quote cite { display: block; margin-top: 14px; font-style: normal; font-weight: 700; color: var(--primary); }
.leader-card { height: 100%; padding: 26px; border: 1px solid var(--border); border-radius: 20px; background: var(--white); text-align: center; transition: .3s ease; }
.leader-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.leader-photo { width: 128px; height: 128px; object-fit: cover; border-radius: 50%; margin: 0 auto 18px; border: 4px solid #eaf2ff; }
.leader-photo-placeholder { display: grid; place-items: center; width: 128px; height: 128px; margin: 0 auto 18px; border-radius: 50%; border: 4px dashed var(--border); color: var(--primary); background: #eaf2ff; font-size: 1.9rem; }
.leader-role { color: var(--primary); font-weight: 700; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 8px; }
.role-table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 18px; }
.role-table { width: 100%; margin: 0; }
.role-table th, .role-table td { padding: 15px 20px; border-bottom: 1px solid var(--border); white-space: nowrap; }
.role-table tr:last-child td { border-bottom: 0; }
.role-table th { background: var(--light); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--primary); }
.status-pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 50px; font-size: .74rem; font-weight: 700; }
.status-pill.filled { color: #14532d; background: #dcfce7; }
.status-pill.open { color: #7c5900; background: #fef3c7; }

/* Posters / banners */
.poster-banner { position: relative; overflow: hidden; padding: 60px 44px; border-radius: 26px; color: var(--white); background: linear-gradient(120deg, var(--dark), var(--primary-dark)); }
.poster-banner .poster-tag { display: inline-flex; padding: 6px 14px; border-radius: 50px; margin-bottom: 16px; color: var(--dark); background: var(--secondary); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.poster-banner h3 { font-size: clamp(1.4rem, 2.6vw, 2.1rem); font-weight: 800; margin-bottom: 10px; }
.poster-banner p { color: #dbeafe; margin: 0; font-size: .92rem; letter-spacing: .02em; }
.poster-banner.gold { background: linear-gradient(120deg, #7a5b00, #a9860a); }

/* Notices / disclaimers */
.disclaimer-box { padding: 26px 28px; border: 1px solid #fde68a; border-radius: 18px; background: #fffbeb; }
.disclaimer-box h3 { display: flex; align-items: center; gap: 10px; font-size: 1rem; font-weight: 800; color: #92400e; margin-bottom: 10px; }
.info-pending-box { padding: 22px 26px; border: 1px dashed var(--border); border-radius: 16px; background: var(--light); font-size: .88rem; color: #475569; }
.info-pending-box strong { color: var(--dark); }

/* Legal page prose */
.prose h2 { margin-top: 40px; font-size: 1.25rem; font-weight: 800; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #475569; }
.prose ul { padding-left: 20px; }
.updated-badge { display: inline-block; margin-bottom: 18px; padding: 6px 14px; border-radius: 50px; background: #eaf2ff; color: var(--primary); font-size: .78rem; font-weight: 700; }

/* Infrastructure checklist */
.infra-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.infra-list li { display: flex; align-items: flex-start; gap: 12px; padding: 16px 18px; border: 1px solid var(--border); border-radius: 14px; background: var(--white); font-size: .9rem; }
.infra-list li i { color: var(--primary); font-size: 1.1rem; margin-top: 2px; }

/* Enquiry form extras */
.nda-toggle { display: flex; gap: 22px; align-items: center; padding: 12px 16px; border: 1px solid var(--border); border-radius: 11px; min-height: 52px; }
.form-note { font-size: .82rem; color: #64748b; }
