:root {
  --primary: #003B73;
  --secondary: #F58220;
  --accent: #0E74BC;
  --background: #F8FAFC;
  --surface: rgba(255, 255, 255, 0.85);
  --text: #222222;
  --muted: #68728c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: var(--background);
  color: var(--text);
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  z-index: 1100; /* raised so header and toggler sit on top */
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(18px);
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 55%);
  color: var(--text);
  padding-top: 70px;
}

body.has-topbar {
  padding-top: 105px;
}

.navbar-brand {
  gap: 0.8rem;
  align-items: center;
}

/* Navbar logo image */
.navbar-logo {
  max-height: 56px;
  width: auto;
  display: block;
}

@media (max-width: 767px) {
  .navbar-logo { max-height: 44px; }
}

.navbar-toggler {
  position: relative;
  z-index: 1110; /* ensure the toggler is always above overlays */
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 18px 40px rgba(0, 59, 115, 0.15);
}

.site-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}

.topbar a {
  color: var(--muted);
  text-decoration: none;
}

.topbar a:hover {
  color: var(--primary);
}

.hero-section {
  position: relative;
  min-height: 80vh;
}

.breadcrumb-banner {
  background: linear-gradient(135deg, rgba(0, 59, 115, 0.92), rgba(245, 130, 32, 0.9));
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  margin-top: -105px;
  padding-top: 120px;
}

.breadcrumb-banner .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0.35rem;
}

.breadcrumb-banner .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.75);
}

.breadcrumb-banner .breadcrumb-item a {
  color: rgba(255,255,255,0.9);
}

.breadcrumb-banner .breadcrumb-item.active {
  color: #ffffff;
}

.page-banner-title {
  margin: 0;
  font-size: clamp(1.75rem, 2.5vw, 3rem);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.breadcrumb-action {
  color: rgba(255,255,255,0.9);
}

.image-card {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 55px rgba(0,0,0,0.08);
}

.image-card {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 55px rgba(0,0,0,0.08);
}

.image-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Illustration card used where images were removed */
.illustration-card {
  background: linear-gradient(135deg, rgba(13,35,79,0.95), rgba(20,47,109,0.95));
  color: #ffffff;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.illustration-card .display-4 {
  font-size: 2.6rem;
}

.image-card.illustration-card {
  background: linear-gradient(135deg, rgba(245,130,32,0.12), rgba(14,116,188,0.12));
  color: #0d234f;
  min-height: 240px;
}

.image-card.illustration-card .image-card-content h5 {
  color: inherit;
}

.image-card-content {
  padding: 1.4rem;
}

.image-card-content h5 {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0.85rem;
}

.image-card-content p {
  color: var(--muted);
}

.hero-slide {
  height: 85vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.65));
}

.hero-slide-1 {
  background-image: url('images/hero-1.jpg');
}

.hero-section .hero-copy {
  max-width: 620px;
}

.hero-section .hero-copy h2 {
  text-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

.hero-section .hero-copy p {
  text-shadow: 0 12px 25px rgba(0,0,0,0.24);
}

.hero-section .btn {
  min-width: 180px;
}

.hero-slide-2 {
  background-image: url('images/hero-2.jpg');
}

.hero-slide-3 {
  background-image: url('images/hero-3.jpg');
}

/* Gradient hero variant for pages that should use a color background instead of an image */
.hero-gradient {
  background: linear-gradient(135deg, #0d234f 0%, #142f6d 100%);
  position: relative;
}

.hero-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.48));
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.68));
}

.hero-copy {
  max-width: 520px;
  z-index: 1;
}

.hero-copy .eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #f8f9fa;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
}

.hero-copy h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.hero-copy p {
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.8rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border: none;
}

.btn-secondary {
  background: linear-gradient(135deg, var(--accent), var(--primary));
  border: none;
}

.btn-success {
  background: linear-gradient(135deg, #1e8a49, #0e74bc);
  border: none;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-heading span {
  display: block;
  color: var(--secondary);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section-heading h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.75rem;
  margin-bottom: 1rem;
}

.about-image img {
  border-radius: 28px;
}

.glass-card {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.info-card {
  border-radius: 24px;
}

/* Dual panels for About page: matching height light + dark columns */
.dual-panel {
  border-radius: 12px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.panel-light {
  background: #f5f7fa; /* subtle light-gray for Chairman's panel */
  border: 1px solid rgba(13,35,79,0.04);
  color: var(--text);
}

..panel-dark {
  background: linear-gradient(135deg, #0d234f 0%, #142f6d 100%);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  padding: 2rem;
  border-radius: 24px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  box-shadow: 0 24px 60px rgba(0,0,0,0.2);
}

.panel-dark .card-icon {
  background: rgba(255,255,255,0.08);
  color: #ffffff;
}

.panel-dark h3,
.panel-dark p {
  color: #f8f9fa;
}

@media (max-width: 767px) {
  .dual-panel { min-height: 220px; }
}

.info-card .card-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, rgb(253 158 16 / 12%), rgb(245 130 32 / 70%));
    color: #ffffff;
}

.company-card {
  border-radius: 28px;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.9));
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.company-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.company-link:hover .company-card,
.company-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.14);
}

.company-card::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.8), transparent 40%);
}

.company-card h3 {
  margin-top: 1rem;
}

.company-card p {
  color: var(--muted);
  min-height: 120px;
}

.company-card .company-logo {
  max-width: 170px;
  margin-bottom: 1.5rem;
}

.company-card .btn {
  margin-top: auto;
}

.company-card.dark-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 24px 60px rgba(0,0,0,0.16);
}

.company-card.dark-card h5,
.company-card.dark-card p,
.company-card.dark-card li {
  color: #ffffff;
}

.company-card.dark-card p {
  color: rgba(255,255,255,0.82);
}

.company-card.dark-card .service-list li::before {
  color: #ffb25e;
}

.attractive-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.22);
}

.attractive-box h5 {
  color: #ffffff;
}

.attractive-box p,
.attractive-box li {
  color: rgba(255,255,255,0.9);
}

.bg-secondary {
  background: linear-gradient(135deg, #0d234f, #142f6d);
}

.orange-theme {
  background: linear-gradient(180deg, rgba(245,130,32,0.15), rgba(255,255,255,0.9));
}

.blue-theme {
  background: linear-gradient(180deg, rgba(14,116,188,0.15), rgba(255,255,255,0.9));
}

.green-theme {
  background: linear-gradient(180deg, rgba(46,125,50,0.15), rgba(255,255,255,0.9));
}

.feature-box {
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.06);
}

.feature-box i {
  font-size: 1.75rem;
  color: var(--primary);
  margin-bottom: 1rem;
}

.service-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.service-card .card-body {
  padding: 1.6rem;
}

.service-card i {
  font-size: 1.6rem;
  color: var(--secondary);
  margin-bottom: 0.9rem;
}

.service-card h5 {
  margin-bottom: 0.75rem;
}

.service-card p {
  color: var(--muted);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}

.checklist-grid .checklist-item {
  padding: 1rem 1.25rem;
  background: #fff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.image-card.equal-height {
  min-height: 360px;
}

.image-card.equal-height img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service-card .card-body h5 {
  text-align: center;
}

.checklist-grid .checklist-item i {
  color: var(--secondary);
}

.cta-section {
  border-radius: 28px;
  padding: 3rem 2rem;
}

.cta-section .btn-white {
  background: #ffffff;
  color: var(--primary);
  border: none;
}

.cta-section .btn-white:hover {
  background: rgba(255,255,255,0.9);
}

.partner-logo-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.4rem;
  display: grid;
  place-items: center;
  min-height: 140px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-logo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 70px rgba(0,0,0,0.12);
}

.partner-logo-card img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

/* Ensure gallery images are uniform size and responsive */
.gallery-item img {
  width: 100%;
  height: 520px; /* larger desktop height for big visuals */
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

@media (max-width: 1199px) {
  .gallery-item img {
    height: 420px; /* large tablet */
  }
}

@media (max-width: 767px) {
  .gallery-item img {
    height: 320px; /* mobile */
  }
}

.timeline-card {
  background: #fff;
  border-radius: 24px;
  padding: 1.75rem;
  box-shadow: 0 24px 60px rgba(0,0,0,0.06);
  border-left: 5px solid var(--secondary);
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.9rem;
  color: var(--muted);
}

.section.bg-secondary .section-heading,
.section.bg-secondary .section-heading span,
.section.bg-secondary .section-heading h2 {
  color: #ffffff;
}

.section.bg-secondary .service-list li {
  color: rgba(255,255,255,0.92);
}

.section.bg-secondary .service-list li::before {
  color: #ffb25e;
}

.section.bg-secondary .feature-box,
.section.bg-secondary .service-card,
.section.bg-secondary .checklist-item {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 22px 55px rgba(0,0,0,0.14);
}

.section.bg-secondary .feature-box i,
.section.bg-secondary .service-card i,
.section.bg-secondary .checklist-item i {
  color: #ffb25e;
}

.section.bg-secondary .feature-box h5,
.section.bg-secondary .service-card h5,
.section.bg-secondary .checklist-item h5,
.section.bg-secondary .service-card p,
.section.bg-secondary .feature-box p,
.section.bg-secondary .checklist-item p,
.section.bg-secondary .service-card li,
.section.bg-secondary .service-card .card-body,
.section.bg-secondary .service-card .card-body ul {
  color: #f8f9fa;
}

.service-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--secondary);
}

.image-card.equal-height img {
  height: 340px;
}

.download-panel {
  text-align: center;
  padding: 2rem 0 0;
}

.download-panel .btn {
  min-width: 220px;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 59, 115, 0.96);
  padding: 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  z-index: 1050;
  box-shadow: 0 -12px 40px rgba(0,0,0,0.18);
}

.sticky-cta .btn {
  padding: 0.95rem 1.5rem;
  font-size: 1rem;
}

.sticky-cta p {
  color: #f8f9fa;
  margin: 0;
  font-size: 0.95rem;
}

.stat-card {
  padding: 2rem;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(0,0,0,0.06);
}

.stat-card h3 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.stat-card-dark {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 30px 70px rgba(0,0,0,0.18);
}

.stat-card-dark h3 {
  color: #ffffff;
}

.stat-card-dark p {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  margin: 0;
}

.logo-row {
  gap: 2rem;
}

.logo-item {
  flex: 0 0 180px;
  padding: 1rem;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 65px rgba(0,0,0,0.1);
}

.logo-item img {
  max-height: 70px;
  object-fit: contain;
}

.partner-logo-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.4rem;
  display: grid;
  place-items: center;
  min-height: 140px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.partner-logo-card img {
  max-height: 90px;
  width: auto;
  object-fit: contain;
}

.gallery-grid {
  
  grid-template-columns: repeat(1, 1fr);
 
}

.gallery-item {
  overflow: hidden;
  border-radius: 24px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.contact-panel h3 {
  margin-bottom: 1.5rem;
}

.site-footer {
  background: var(--primary);
}

.breadcrumb-banner {
  background: linear-gradient(135deg, rgba(0, 59, 115, 0.95), rgba(245, 130, 32, 0.95));
  color: #fff;
  position: relative;
  z-index: 1020;
}

.breadcrumb-banner .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0.35rem;
}

.breadcrumb-banner .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.75);
}

.breadcrumb-banner .breadcrumb-item a {
  color: rgba(255,255,255,0.85);
}

.breadcrumb-banner .breadcrumb-item.active {
  color: #ffffff;
}

.page-banner-title {
  margin: 0;
  font-size: clamp(1.75rem, 2.5vw, 2.75rem);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.breadcrumb-action {
  color: rgba(255,255,255,0.85);
}

.footer-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.footer-bottom p {
  margin: 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.social-icons a {
  color: rgba(255,255,255,0.9);
  font-size: 1.1rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.social-icons a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.floating-actions {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  display: grid;
  gap: 0.8rem;
  z-index: 1050;
}

.action-btn {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 20px 40px rgba(0,0,0,0.16);
}

/* Header logo block placed below the fixed header */
.header-logo {
  background: #ffffff;
  position: relative;
  z-index: 1020; /* below fixed header so navbar overlays it when open */
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-top: 1px solid #e9e9e9;
  margin-top: 10px;
}
.page-logo {
  max-width: 720px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .page-logo { max-width: 320px; }
}

@media (max-width: 575px) {
  .page-logo { max-width: 320px; }
}

/* Mobile navbar overlay styling so menu doesn't push or hide content awkwardly */
@media (max-width: 1199px) {
  .site-header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    z-index: 1055;
  }
  .site-header .navbar-collapse .nav-link {
    padding: 0.5rem 0.75rem;
  }
}

.whatsapp { background: #25d366; }
.phone { background: var(--secondary); }
.email { background: var(--accent); }
.top { background: var(--primary); }

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .site-header .navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 767px) {
  .hero-copy h2 {
    font-size: 2.25rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
