/*
  Imara-Quint Consulting Limited - Modern Corporate Design System
  Primary Colors: Deep Navy Blue (#163A70 / #0B1D3A), Gold (#C79B2B / #D4AF37), White (#FFFFFF), Slate (#F8FAFC)
*/

:root {
  --primary-navy: #163A70;
  --dark-navy: #0B1D3A;
  --accent-gold: #C79B2B;
  --accent-gold-hover: #b08721;
  --light-gold: #F7EFCB;
  --light-bg: #F8FAFC;
  --card-bg: #FFFFFF;
  --text-dark: #1E293B;
  --text-muted: #64748B;
  --border-color: #E2E8F0;
  --font-family: 'Poppins', sans-serif;
}

body {
  font-family: var(--font-family);
  color: var(--text-dark);
  background-color: #FFFFFF;
  overflow-x: hidden;
}

/* Color overrides */
::selection {
  background-color: var(--accent-gold);
  color: #fff;
}

/* Typography & Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--dark-navy);
}

.section-heading h2 {
  color: var(--dark-navy);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.section-heading em {
  font-style: normal;
  color: var(--accent-gold);
  position: relative;
  display: inline-block;
}

.section-heading span.subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-gold);
  background: var(--light-gold);
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.section-heading p {
  max-width: 720px;
  margin: 15px auto 0 auto;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.6;
}

/* Buttons */
.filled-button-gold {
  background-color: var(--accent-gold);
  color: #ffffff !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 14px 32px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid var(--accent-gold);
  box-shadow: 0 4px 14px rgba(199, 155, 43, 0.3);
}

.filled-button-gold:hover {
  background-color: var(--accent-gold-hover);
  border-color: var(--accent-gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(199, 155, 43, 0.4);
}

.filled-button-navy {
  background-color: var(--primary-navy);
  color: #ffffff !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 14px 32px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-navy);
}

.filled-button-navy:hover {
  background-color: var(--dark-navy);
  border-color: var(--dark-navy);
  transform: translateY(-2px);
}

.border-button-white {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 30px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease;
}

.border-button-white:hover {
  background-color: #ffffff;
  color: var(--dark-navy) !important;
  transform: translateY(-2px);
}

/* Preloader */
#preloader {
  background: var(--dark-navy) !important;
}

#preloader .jumper > div {
  background-color: var(--accent-gold) !important;
}

/* Sub-header */
.sub-header {
  background-color: var(--dark-navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 44px;
  line-height: 44px;
}

.sub-header ul.left-info li i {
  color: var(--accent-gold);
}

.sub-header ul.left-info li a {
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 500;
}

.sub-header ul.left-info li a:hover {
  color: var(--accent-gold);
}

.sub-header ul.right-icons li a {
  color: #e2e8f0;
}

.sub-header ul.right-icons li a:hover {
  color: var(--accent-gold);
}

/* Header & Navigation */
header {
  height: 90px;
  background-color: transparent !important;
  position: absolute;
  z-index: 99999;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

header .navbar {
  padding: 20px 0;
}

.background-header {
  top: 0 !important;
  position: fixed !important;
  background-color: var(--dark-navy) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35) !important;
  height: 80px;
}

.background-header .navbar {
  padding: 12px 0;
}

.navbar .navbar-brand {
  margin-top: 0;
  display: flex;
  align-items: center;
}

.navbar .navbar-brand h2,
.background-header .navbar-brand h2 {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.navbar .navbar-brand h2 span.gold-text,
.background-header .navbar-brand h2 span.gold-text {
  color: var(--accent-gold) !important;
}

.navbar .navbar-brand h2 small,
.background-header .navbar-brand h2 small {
  display: block;
  font-size: 10px;
  color: #cbd5e1 !important;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

.navbar .navbar-nav .nav-item {
  margin: 0 5px;
}

.navbar .navbar-nav a.nav-link,
.background-header .navbar-nav a.nav-link {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff !important;
  letter-spacing: 0.3px;
  padding: 8px 14px !important;
  border-radius: 20px;
  transition: all 0.3s ease;
  border-bottom: none !important;
}

.navbar .navbar-nav a.nav-link:hover,
.background-header .navbar-nav a.nav-link:hover {
  color: var(--accent-gold) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Active highlight state for current section on screen */
.navbar .navbar-nav a.nav-link.active,
.navbar .navbar-nav a.nav-link.current,
.background-header .navbar-nav a.nav-link.active,
.background-header .navbar-nav a.nav-link.current {
  color: #ffffff !important;
  background-color: var(--accent-gold) !important;
  font-weight: 700 !important;
  box-shadow: 0 3px 10px rgba(199, 155, 43, 0.4) !important;
  border-bottom: none !important;
}

.navbar .navbar-toggler {
  background-color: var(--accent-gold);
  border: none;
  padding: 6px 12px;
}

.navbar .navbar-toggler-icon:after {
  color: #ffffff;
}

/* Banner & Hero Section */
.Modern-Slider .item .img-fill {
  height: 90vh;
  min-height: 600px;
  position: relative;
}

.Modern-Slider .img-fill::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(11, 29, 58, 0.85) 0%, rgba(22, 58, 112, 0.70) 100%);
  z-index: 1;
}

.Modern-Slider .text-content {
  z-index: 2;
  width: 85%;
  max-width: 900px;
}

.Modern-Slider .item h6 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--accent-gold);
  background: rgba(199, 155, 43, 0.15);
  border: 1px solid rgba(199, 155, 43, 0.4);
  padding: 6px 18px;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 20px;
}

.Modern-Slider .item h4 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.Modern-Slider .item p {
  max-width: 680px;
  color: #e2e8f0;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* Call to Action Ribbon */
.request-form {
  background: linear-gradient(90deg, var(--dark-navy) 0%, var(--primary-navy) 100%);
  border-bottom: 3px solid var(--accent-gold);
  padding: 35px 0;
}

.request-form h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}

.request-form span {
  color: #cbd5e1;
  font-size: 15px;
}

/* About Us Section */
.about-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.about-badge {
  color: var(--accent-gold);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-content h2 {
  font-size: 34px;
  margin: 15px 0 20px 0;
  line-height: 1.3;
}

.about-content p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-image-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(11, 29, 58, 0.15);
}

.about-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-experience-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: var(--dark-navy);
  color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  border-left: 4px solid var(--accent-gold);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.about-experience-badge h3 {
  color: var(--accent-gold);
  font-size: 28px;
  margin: 0;
}

.about-experience-badge p {
  color: #e2e8f0;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Fun Facts / Animated Statistics */
.fun-facts {
  margin-top: 0;
  background: linear-gradient(135deg, rgba(11, 29, 58, 0.92) 0%, rgba(22, 58, 112, 0.88) 100%), url('../images/hero_eng_1.png');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
}

.count-area-content {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 30px 20px;
  border-radius: 8px;
  margin: 15px 0;
  transition: all 0.3s ease;
}

.count-area-content:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--accent-gold);
}

.count-digit {
  color: var(--accent-gold);
  font-size: 44px;
  font-weight: 800;
}

.count-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px;
}

/* Vision & Mission Dual Section */
.vision-mission-section {
  padding: 90px 0;
  background-color: var(--light-bg);
}

.vm-card {
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--primary-navy);
  transition: all 0.3s ease;
  position: relative;
}

.vm-card.mission-card {
  border-top-color: var(--accent-gold);
}

.vm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.vm-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: var(--primary-navy);
  font-size: 26px;
}

.vm-card.mission-card .vm-icon {
  color: var(--accent-gold);
}

.vm-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.vm-card p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
}

/* Core Values Section */
.values-section {
  padding: 90px 0;
  background-color: #ffffff;
}

.value-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 35px 25px;
  height: 100%;
  transition: all 0.3s ease;
}

.value-card:hover {
  border-color: var(--accent-gold);
  box-shadow: 0 15px 35px rgba(11, 29, 58, 0.08);
  transform: translateY(-5px);
}

.value-icon {
  width: 50px;
  height: 50px;
  background: var(--light-gold);
  color: var(--accent-gold);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.value-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--dark-navy);
}

.value-card p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Business Segments Section */
.segments-section {
  padding: 90px 0;
  background-color: var(--light-bg);
}

.segment-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.segment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(11, 29, 58, 0.12);
}

.segment-header {
  background: var(--dark-navy);
  color: #ffffff;
  padding: 30px 25px;
  position: relative;
}

.segment-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent-gold);
}

.segment-header h3 {
  color: #ffffff;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

.segment-header .segment-number {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--accent-gold);
  text-transform: uppercase;
}

.segment-body {
  padding: 30px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.segment-body p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.segment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.segment-list li {
  font-size: 14px;
  color: var(--text-dark);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.segment-list li i {
  color: var(--accent-gold);
  margin-right: 10px;
  font-size: 14px;
}

/* Engineering Services Section (MAIN HIGHLIGHT) */
.services-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.services-filter-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.services-filter-tabs button {
  background: var(--light-bg);
  border: 1px solid var(--border-color);
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  transition: all 0.3s ease;
}

.services-filter-tabs button:hover,
.services-filter-tabs button.active {
  background: var(--primary-navy);
  color: #ffffff;
  border-color: var(--primary-navy);
  box-shadow: 0 4px 14px rgba(22, 58, 112, 0.25);
}

.service-card-item {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 30px 25px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--accent-gold);
  opacity: 0;
  transition: all 0.3s ease;
}

.service-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(11, 29, 58, 0.1);
  border-color: transparent;
}

.service-card-item:hover::before {
  opacity: 1;
}

.service-icon-box {
  width: 54px;
  height: 54px;
  background: var(--light-bg);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-navy);
  font-size: 24px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.service-card-item:hover .service-icon-box {
  background: var(--primary-navy);
  color: var(--accent-gold);
}

.service-card-item h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--dark-navy);
}

.service-category-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent-gold);
  margin-bottom: 12px;
}

.service-card-item p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* Why Choose Us Section */
.why-us-section {
  padding: 90px 0;
  background-color: var(--light-bg);
}

.why-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.04);
  margin-bottom: 25px;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(11, 29, 58, 0.08);
}

.why-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--dark-navy);
  color: var(--accent-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.why-content h4 {
  font-size: 17px;
  margin-bottom: 8px;
}

.why-content p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Corporate Social Responsibility Section */
.csr-section {
  padding: 90px 0;
  background-color: #ffffff;
}

.csr-badge-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 40px;
}

.csr-pill {
  background: var(--light-bg);
  border: 1px solid var(--border-color);
  padding: 14px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-navy);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.csr-pill i {
  color: var(--accent-gold);
  font-size: 16px;
}

.csr-pill:hover {
  background: var(--dark-navy);
  color: #ffffff;
  border-color: var(--dark-navy);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(11, 29, 58, 0.15);
}

/* Leadership Section */
.leadership-section {
  padding: 90px 0;
  background-color: var(--light-bg);
}

.director-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 40px 25px 30px 25px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border-top: 4px solid var(--dark-navy);
  height: calc(100% - 30px);
}

.director-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(11, 29, 58, 0.12);
  border-top-color: var(--accent-gold);
}

.director-avatar-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dark-navy) 0%, var(--primary-navy) 100%);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  font-size: 32px;
  font-weight: 700;
  border: 3px solid var(--light-gold);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.director-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-navy);
  margin-bottom: 6px;
}

.director-card span.director-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent-gold);
  background: var(--light-gold);
  padding: 4px 14px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.director-card p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* Governance & Clients Section */
.governance-section {
  padding: 90px 0;
  background-color: #ffffff;
}

.gov-card {
  background: var(--light-bg);
  padding: 25px 20px;
  border-radius: 6px;
  border-left: 4px solid var(--accent-gold);
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.gov-card:hover {
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transform: translateX(4px);
}

.gov-card h5 {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--dark-navy);
}

.gov-card p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.client-sector-tag {
  background: var(--light-bg);
  border: 1px solid var(--border-color);
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  color: var(--dark-navy);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 6px;
}

.client-sector-tag i {
  color: var(--accent-gold);
}

/* Contact Section */
.contact-us {
  padding: 90px 0;
  background-color: var(--light-bg);
}

.contact-info-card {
  background: var(--dark-navy);
  color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  height: 100%;
}

.contact-info-card h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 25px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-info-item i {
  color: var(--accent-gold);
  font-size: 20px;
  margin-top: 3px;
}

.contact-info-item div h5 {
  color: #e2e8f0;
  font-size: 14px;
  margin-bottom: 4px;
}

.contact-info-item div p,
.contact-info-item div a {
  color: #cbd5e1;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
}

.contact-info-item div a:hover {
  color: var(--accent-gold);
}

.callback-form .contact-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.callback-form .contact-form input,
.callback-form .contact-form textarea {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: var(--light-bg);
  color: var(--text-dark);
  font-size: 14px;
  padding: 12px 15px;
  margin-bottom: 20px;
}

.callback-form .contact-form input:focus,
.callback-form .contact-form textarea:focus {
  border-color: var(--accent-gold);
  background: #ffffff;
}

/* Map frame styling */
.map-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 350px;
  margin-top: 40px;
}

/* Footer & Sub-footer */
footer {
  background-color: var(--dark-navy) !important;
  color: #cbd5e1;
  padding: 70px 0 40px 0;
}

footer h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

footer h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--accent-gold);
}

footer p {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.7;
}

footer ul.menu-list li a {
  color: #94a3b8;
  font-size: 14px;
  transition: all 0.3s ease;
  line-height: 2.2;
}

footer ul.menu-list li a:hover {
  color: var(--accent-gold);
  padding-left: 5px;
}

footer ul.social-icons li a {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

footer ul.social-icons li a:hover {
  background: var(--accent-gold);
  color: #ffffff;
  transform: translateY(-3px);
}

.sub-footer {
  background-color: #061124;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 0;
}

.sub-footer p {
  color: #64748b;
  font-size: 13px;
  margin: 0;
}

/* Responsive Adjustments & Mobile Navigation Styling */
@media (max-width: 991px) {
  .Modern-Slider .item h4 {
    font-size: 28px;
  }
  .section-heading h2 {
    font-size: 26px;
  }
  header,
  .background-header {
    background-color: var(--dark-navy) !important;
    height: auto !important;
    position: fixed !important;
    top: 0 !important;
  }
  .navbar-collapse {
    background-color: #061124 !important;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar .navbar-nav .nav-item {
    margin: 6px 0;
    text-align: left;
  }
  /* Mobile links: Crisp slate-white for unhighlighted, Gold pill for active */
  .navbar .navbar-nav a.nav-link,
  .background-header .navbar-nav a.nav-link {
    color: #F1F5F9 !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    display: block;
    padding: 10px 16px !important;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }
  .navbar .navbar-nav a.nav-link:hover,
  .background-header .navbar-nav a.nav-link:hover {
    color: var(--accent-gold) !important;
    background-color: rgba(199, 155, 43, 0.15) !important;
    border-color: rgba(199, 155, 43, 0.3);
  }
  .navbar .navbar-nav a.nav-link.active,
  .navbar .navbar-nav a.nav-link.current,
  .background-header .navbar-nav a.nav-link.active,
  .background-header .navbar-nav a.nav-link.current {
    color: #FFFFFF !important;
    background-color: var(--accent-gold) !important;
    box-shadow: 0 3px 10px rgba(199, 155, 43, 0.4) !important;
    border-color: var(--accent-gold) !important;
  }
}
