/* HEADER */
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: rgba(5, 11, 26, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

/* LOGO */


.logo a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo img {
  height: 92px;
  width: auto;
  transition: 0.3s ease;
}

.logo span {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}

/* When header turns white on scroll */
header.scrolled .logo span {
  color: #222;
}
header.scrolled .logo img {
  height: 92px;
}
@media (max-width: 768px) {
  .logo span {
    font-size: 1rem;
  }

  .logo img {
    height: 86px;
  }
}
@media (max-width: 480px) {
  .logo span {
    display: none;
  }
}


/* NAV */
.main-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
}

.main-nav a {
  color: #d0d7e2;
  text-decoration: none;
  font-size: 0.95rem;
}

.main-nav a:hover {
  color: #4aa3ff;
}

/* HEADER BUTTON */
.header-btn {
  background: #ff4b4b;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.header-btn:hover {
  background: #e63b3b;
}

/* HERO BUTTONS */
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #ff4b4b;
  color: #fff;
  padding: 14px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary:hover {
  background: #e63b3b;
}

.btn-outline {
  border: 1px solid #ff4b4b;
  color: #ff4b4b;
  padding: 14px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.btn-outline:hover {
  background: #ff4b4b;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }

  .hero h1 {
    font-size: 2.2rem;
  }
}
/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 24px;
  height: 3px;
  background: #ffffff;
  border-radius: 3px;
}

/* MOBILE MENU */
.mobile-menu {
  display: none;
  flex-direction: column;
  background: #050b1a;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu a {
  color: #ffffff;
  text-decoration: none;
  padding: 14px 0;
  font-size: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu a:last-child {
  border-bottom: none;
}

.mobile-cta {
  margin-top: 15px;
  background: #ff4b4b;
  padding: 14px;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
}

/* VISIBILITY CONTROLS */
.desktop-only {
  display: inline-block;
}

/* SMALL SCREENS */
@media (max-width: 768px) {

  .main-nav {
    display: none;
  }

  .desktop-only {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding: 120px 0 80px;
  }

  .hero-content {
    text-align: center;
  }

  .hero h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero p {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    text-align: center;
  }
}
/* HEADER TRANSITION */
.site-header {
  transition: all 0.3s ease;
}

/* SHRINK STATE */
.site-header.scrolled {
  background: #ffffff;
  height: 65px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* LOGO COLOR CHANGE */
.site-header.scrolled .logo {
  color: #0a2540;
}

.site-header.scrolled .logo span {
  color: #0066ff;
}

/* NAV LINKS ON SCROLL */
.site-header.scrolled .main-nav a {
  color: #0a2540;
}

.site-header.scrolled .main-nav a:hover {
  color: #0066ff;
}

/* CONTACT BUTTON ON SCROLL */
.site-header.scrolled .header-btn {
  background: #0066ff;
  color: #ffffff;
}

.site-header.scrolled .header-btn:hover {
  background: #004fcc;
}

/* HAMBURGER COLOR CHANGE */
.site-header.scrolled .hamburger span {
  background: #0a2540;
}
/* ===== GLOBAL HELPERS ===== */
:root{
  --primary: #1e5eff;
  --text: #0f172a;
  --muted: #64748b;
  --bg: #f8fafc;
  --border: #e5e7eb;
  --card: #ffffff;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
}

.container{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.interactive-hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 20px 100px;
  background: radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.15),
      transparent 40%
    ),
    linear-gradient(135deg, #0a2540, #1b6ca8);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero-inner {
  max-width: 900px;
  animation: fadeUp 1s ease forwards;
}

.hero-inner h1 {
  font-size: 3.2rem;
  margin-bottom: 20px;
}

.hero-inner p {
  font-size: 1.15rem;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 40px;
}

.hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary,
.btn-outline {
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #ffffff;
  color: #0a2540;
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-outline:hover {
  background: #ffffff;
  color: #0a2540;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .hero-inner h1 {
    font-size: 2.3rem;
  }
}
.services-section {
  padding: 100px 20px;
  background: #f8fbff;
}

.section-title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 60px;
  color: #0a2540;
}

.services-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-content {
  padding: 30px;
}

.service-content h3 {
  margin-bottom: 12px;
  color: #0a2540;
}

.service-summary {
  color: #555;
  font-size: 0.95rem;
}

.service-more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-top: 15px;
}

.service-more p,
.service-more ul {
  font-size: 0.9rem;
  color: #444;
}

.service-more ul {
  padding-left: 18px;
}

.read-more-btn {
  margin-top: 15px;
  background: none;
  border: none;
  color: #1b6ca8;
  font-weight: 600;
  cursor: pointer;
}

/* Expanded state */
.service-card.active .service-more {
  max-height: 500px;
}

@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
/* Scroll animation base */
.service-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* When card becomes visible */
.service-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* Optional stagger effect */
.service-card:nth-child(1) { transition-delay: 0.1s; }
.service-card:nth-child(2) { transition-delay: 0.2s; }
.service-card:nth-child(3) { transition-delay: 0.3s; }
.service-card:nth-child(4) { transition-delay: 0.1s; }
.service-card:nth-child(5) { transition-delay: 0.2s; }
.service-card:nth-child(6) { transition-delay: 0.3s; }
.process-section {
  padding: 120px 20px;
  background: linear-gradient(to bottom, #ffffff, #f5f9ff);
}

/* Header */
.process-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}

.process-header h2 {
  font-size: 2.6rem;
  color: #0a2540;
  margin-bottom: 18px;
}

.process-header p {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
}

/* Grid */
.process-steps {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Cards */
.process-card {
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.12);
}

/* Step number */
.step-number {
  position: absolute;
  top: 22px;
  right: 22px;
  font-size: 2.8rem;
  font-weight: 800;
  color: rgba(27, 108, 168, 0.15);
}

/* Text */
.process-card h3 {
  margin-bottom: 14px;
  font-size: 1.3rem;
  color: #0a2540;
}

.process-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 16px;
}

.process-card ul {
  padding-left: 18px;
}

.process-card ul li {
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: #333;
}

/* Responsive */
@media (max-width: 992px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-header h2 {
    font-size: 2.1rem;
  }
}
.cta-section {
  background: linear-gradient(135deg, #0a58ca, #0d6efd);
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
}

.cta-container {
  max-width: 900px;
  margin: auto;
}

.cta-section h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 35px;
  color: #e9f1ff;
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #ffffff;
  color: #0a58ca;
}

.btn-primary:hover {
  background: #f1f1f1;
  transform: translateY(-2px);
}

.btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-outline:hover {
  background: #ffffff;
  color: #0a58ca;
  transform: translateY(-2px);
}

/* Mobile optimization */
@media (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }

  .cta-section p {
    font-size: 1rem;
  }
}
.site-footer {
  background: #0a2540;
  color: #dbe7f5;
}

/* CTA STRIP INSIDE FOOTER */
.footer-cta {
  background: linear-gradient(135deg, #1b6ca8, #0d3b66);
  text-align: center;
  padding: 80px 20px;
}

.footer-cta h2 {
  font-size: 2.3rem;
  color: #ffffff;
  margin-bottom: 14px;
}

.footer-cta p {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 1rem;
  line-height: 1.6;
}

.footer-cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #0a2540;
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-cta-btn:hover {
  background: #e6f0fa;
  transform: translateY(-2px);
}

/* FOOTER CONTENT */
.footer-content {
  padding: 70px 20px;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-column h3,
.footer-column h4 {
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-column p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #dbe7f5;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #ffffff;
}

.footer-contact li {
  font-size: 0.95rem;
}

/* FOOTER BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 600px) {
  .footer-cta h2 {
    font-size: 1.8rem;
  }

  .footer-content {
    padding: 50px 16px;
  }
}

