.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1.entry-title {
    display: none;
}

  :root {
    --navy: #1b2a4a;
    --navy-dark: #101a30;
    --blue: #2f5fa8;
    --grey: #6b7280;
    --light-grey: #f4f6f9;
    --border: #e2e6ec;
    --white: #ffffff;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: #222;
    line-height: 1.6;
    background: var(--white);
  }
  a { text-decoration: none; color: inherit; }
  .container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
  }

  /* Header */
  header {
    position: sticky;
    top: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    z-index: 100;
  }
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
  }
  .logo {
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: 0.3px;
  }
  .logo span { color: var(--blue); }
  nav ul {
    display: flex;
    gap: 32px;
    list-style: none;
  }
  nav a {
    font-size: 15px;
    font-weight: 500;
    color: var(--navy);
  }
  nav a:hover { color: var(--blue); }
  .nav-toggle { display: none; }

  /* Hero */
  .hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    color: var(--white);
    padding: 90px 0;
  }
  .hero-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
  }
  .hero-text { flex: 1 1 480px; }
  .hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    color: #9fb4dd;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .hero h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 18px;
  }
  .hero p {
    font-size: 17px;
    color: #cdd8ea;
    max-width: 560px;
    margin-bottom: 28px;
  }
  .btn {
    display: inline-block;
    background: var(--blue);
    color: var(--white);
    padding: 13px 28px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    border: none;
    cursor: pointer;
  }
  .btn:hover { background: #244d8a; }
  .btn-outline {
    display: inline-block;
    padding: 13px 28px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.4);
    color: var(--white);
    margin-left: 12px;
  }
  .btn-outline:hover { border-color: var(--white); }

  .hero-stats {
    flex: 1 1 320px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .stat-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 22px;
    text-align: center;
  }
  .stat-number {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
  }
  .stat-label {
    font-size: 13px;
    color: #b9c6de;
    margin-top: 6px;
  }

  /* Sections */
  section { padding: 80px 0; }
  .section-heading { text-align: center; margin-bottom: 50px; }
  .section-eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 10px;
  }
  .section-heading h2 {
    font-size: 30px;
    color: var(--navy);
    font-weight: 700;
  }
  .section-heading p {
    color: var(--grey);
    max-width: 620px;
    margin: 14px auto 0;
    font-size: 16px;
  }

  /* About */
  .about {
    background: var(--light-grey);
  }
  .about-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
  }
  .about-text { flex: 1 1 480px; }
  .about-text h2 {
    font-size: 28px;
    color: var(--navy);
    margin-bottom: 18px;
    font-weight: 700;
  }
  .about-text p {
    color: #444;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .about-list {
    flex: 1 1 380px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .about-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 18px 20px;
  }
  .about-item .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--blue);
    margin-top: 7px;
    flex-shrink: 0;
  }
  .about-item h4 {
    font-size: 16px;
    color: var(--navy);
    margin-bottom: 4px;
  }
  .about-item p {
    font-size: 14px;
    color: var(--grey);
  }

  /* Services */
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
  }
  .service-card {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 32px 26px;
    text-align: left;
  }
  .service-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: var(--light-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 20px;
  }
  .service-card h3 {
    font-size: 18px;
    color: var(--navy);
    margin-bottom: 10px;
    font-weight: 700;
  }
  .service-card p {
    font-size: 14.5px;
    color: var(--grey);
  }

  /* Reach */
  .reach {
    background: var(--navy);
    color: var(--white);
    text-align: center;
  }
  .reach .section-heading h2 { color: var(--white); }
  .reach .section-heading p { color: #b9c6de; }
  .reach-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    margin-top: 20px;
  }
  .reach-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 26px 16px;
  }
  .reach-card .num {
    font-size: 28px;
    font-weight: 700;
  }
  .reach-card .lbl {
    font-size: 13.5px;
    color: #b9c6de;
    margin-top: 6px;
  }

  /* Contact */
  .contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  .contact-info { flex: 1 1 320px; }
  .contact-info h2 {
    font-size: 28px;
    color: var(--navy);
    margin-bottom: 18px;
    font-weight: 700;
  }
  .contact-info p {
    color: var(--grey);
    margin-bottom: 24px;
    font-size: 15.5px;
  }
  .contact-detail {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
  }
  .contact-detail strong {
    color: var(--navy);
    min-width: 90px;
    display: inline-block;
  }

  .contact-form { flex: 1 1 420px; }
  .form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
  }
  .form-group { flex: 1; }
  label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 6px;
  }
  input, textarea, select {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid var(--border);
    border-radius: 5px;
    font-size: 14.5px;
    font-family: inherit;
    background: var(--white);
  }
  input:focus, textarea:focus, select:focus {
    outline: 2px solid var(--blue);
    outline-offset: 1px;
  }
  textarea { resize: vertical; min-height: 120px; }
  .form-note {
    font-size: 13px;
    color: var(--grey);
    margin-top: 14px;
  }
  .form-success {
    display: none;
    background: #eef6ee;
    border: 1px solid #bfe0bf;
    color: #2b6b2b;
    padding: 14px 16px;
    border-radius: 5px;
    font-size: 14.5px;
    margin-top: 16px;
  }

  /* Footer */
  footer {
    background: var(--navy-dark);
    color: #9fb0cc;
    padding: 40px 0;
    font-size: 14px;
  }
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .footer-links {
    display: flex;
    gap: 24px;
    list-style: none;
  }
  .footer-links a:hover { color: var(--white); }

  @media (max-width: 720px) {
    nav ul { display: none; }
    .hero h1 { font-size: 32px; }
    .hero-inner { flex-direction: column; }
    .form-row { flex-direction: column; gap: 16px; }
  }/* End custom CSS */