.error-message {
    background: #ffe0e0;
    color: #b00020;
    border: 1px solid #ffb3b3;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 18px;
    font-size: 1.05em;
    text-align: center;
    font-weight: 600;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(90deg, var(--color-gold) 60%, var(--color-orange) 100%);
    color: var(--color-dark-blue);
    font-family: var(--font-heading);
    font-size: 1.15em;
    font-weight: bold;
    padding: 16px 40px;
    border-radius: 32px;
    box-shadow: 0 4px 16px var(--color-shadow);
    text-decoration: none;
    margin-top: 8px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    transition: background 0.2s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
}
.cta-btn:hover {
    background: linear-gradient(90deg, var(--color-orange) 60%, var(--color-gold) 100%);
    box-shadow: 0 6px 24px var(--color-shadow);
}
.blog-heading {
    font-family: var(--font-heading);
    font-size: 1.35em;
    color: var(--color-dark-blue);
    margin: 16px 0 8px 0;
    font-weight: 700;
}

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Open+Sans:wght@400;600&display=swap');
:root {
    --color-dark-blue: #002147;
    --color-white: #fff;
    --color-gold: #ffb200;
    --color-orange: #ff8800;
    --color-gray: #f4f4f4;
    --color-shadow: rgba(0,0,0,0.07);
    --font-heading: 'Merriweather', serif;
    --font-body: 'Open Sans', Arial, sans-serif;
    --color-deep-blue: #002147;
    --color-emerald-green: #10B981;
}
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    background: #fff;
    color: var(--color-deep-blue);
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #1E3A8A;
}
p {
  font-size: 15px;
  color: #374151;
  margin: 0;
  padding: 0;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-white);
    color: var(--color-white);
    padding: 0 32px;
    height: 80px;
}
.header-left {
    display: flex;
    align-items: center;
}
.header-logo {
    font-family: var(--font-heading);
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 1px;
}
nav {
    
    display: flex;
    align-items: center;
    gap: 32px;
}
nav a, .navbar .nav-link {
    font-size: 1.1rem !important;
    font-weight: bold !important;
    color: var(--color-deep-blue) !important;
    text-decoration: none;
    transition: color 0.2s;
    position: relative;
    padding: 0 20px !important;
}
nav a.active, nav a.cta {
    color: var(--color-emerald-green) !important;
}
nav a.hover, nav a.cta {
    color: var(--color-emerald-green) !important;
}
nav a.cta {
    background: var(--color-gold);
    color: var(--color-deep-blue);
    padding: 8px 20px;
    border-radius: 24px;
    font-weight: bold;
    box-shadow: 0 2px 8px var(--color-shadow);
    text-decoration: none;
}
.hero {
    position: relative;
    min-height: 400px;
    background: url('images/Hero2.png') cover no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}
.hero-overlay {
    background: rgba(0,33,71,0.7);
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.hero-title {
    font-family: var(--font-heading);
    font-size: 2.8em;
    font-weight: bold;
    margin-bottom: 16px;
    color: var(--color-deep-blue) !important;
}
.hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 32px;
}
.hero-btn {
    background: var(--color-deep-blue)!important;
    color: var(--color-emerald-green) !important;
    font-weight: bold;
    padding: 14px 36px;
    border-radius: 32px;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px var(--color-shadow);
    transition: background 0.2s;
}
.hero-btn:hover {
    background: var(--color-emerald-green) !important;
    color: var(--color-deep-blue) !important;
}
.section {
    padding: 64px 0;
    width: 1200px;
    margin: auto;
    background: #fff;
}
.container {
    width: 1200px;
    margin: auto;
    padding: 0 32px;
}
.section-title {
    font-family: var(--font-heading);
    font-size: 2em;
    font-weight: bold;
    color: var(--color-dark-blue);
    margin-bottom: 32px;
    text-align: center;
}
.two-col {
    display: flex;
    gap: 48px;
    align-items: center;
    flex-wrap: wrap;
}
.two-col-img {
    flex: 1 1 320px;
    max-width: 400px;
    border-radius: 16px;
    box-shadow: 0 2px 16px var(--color-shadow);
}
.two-col-desc {
    flex: 2 1 400px;
    font-size: 1.15em;
}
.read-more {
    color: var(--color-gold);
    font-weight: bold;
    text-decoration: none;
    margin-top: 16px;
    display: inline-block;
}
.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
}
.card {
    background: var(--color-gray);
    border-radius: 16px;
    box-shadow: 0 2px 8px var(--color-shadow);
    padding: 32px 24px;
    text-align: center;
    font-size: 1.1em;
}
.benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    margin-top: 32px;
}
.benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--color-gray);
    border-radius: 16px;
    box-shadow: 0 2px 8px var(--color-shadow);
    padding: 32px 24px;
}
.benefit-icon {
    font-size: 2.5em;
    color: var(--color-gold);
    margin-bottom: 16px;
}
.focus-areas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    margin-top: 32px;
}
.focus-area {
    background: var(--color-gray);
    border-radius: 16px;
    box-shadow: 0 2px 8px var(--color-shadow);
    padding: 24px;
    text-align: center;
}
.focus-area-img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 16px;
}
.timeline {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 32px;
    flex-wrap: wrap;
}
.timeline-step {
    background: var(--color-gray);
    border-radius: 16px;
    box-shadow: 0 2px 8px var(--color-shadow);
    padding: 24px 16px;
    text-align: center;
    width: 180px;
}
.timeline-icon {
    font-size: 2em;
    color: var(--color-gold);
    margin-bottom: 12px;
}
.carousel {
    display: flex;
    overflow-x: auto;
    gap: 32px;
    padding-bottom: 16px;
}
.testimonial {
    background: var(--color-gray);
    border-radius: 16px;
    box-shadow: 0 2px 8px var(--color-shadow);
    padding: 32px 24px;
    min-width: 320px;
    text-align: center;
}
.testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 16px;
}
.blogs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 32px;
}
.blog-card {
    background: var(--color-gray);
    border-radius: 16px;
    box-shadow: 0 2px 8px var(--color-shadow);
    padding: 24px;
}
.blog-img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 16px;
}
.faq {
    max-width: 800px;
    margin: 32px auto;
}
.faq-item {
    background: var(--color-gray);
    border-radius: 12px;
    box-shadow: 0 2px 8px var(--color-shadow);
    margin-bottom: 16px;
    padding: 16px 24px;
}
.faq-question {
    font-weight: bold;
    cursor: pointer;
    font-size: 1.1em;
}
.faq-answer {
    display: none;
    margin-top: 8px;
    font-size: 1em;
}
.faq-item.open .faq-answer {
    display: block;
}
.contact-section {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    margin-top: 32px;
}
.contact-form {
    flex: 2 1 320px;
    background: var(--color-gray);
    border-radius: 16px;
    box-shadow: 0 2px 8px var(--color-shadow);
    padding: 32px 24px;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1em;
}
.contact-form button {
    background: var(--color-gold);
    color: var(--color-dark-blue);
    font-weight: bold;
    padding: 12px 32px;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    font-size: 1em;
}
.contact-info {
    flex: 1 1 220px;
    background: var(--color-gray);
    border-radius: 16px;
    box-shadow: 0 2px 8px var(--color-shadow);
    padding: 32px 24px;
    font-size: 1.1em;
}
.map {
    width: 100%;
    height: 180px;
    background: #ddd;
    border-radius: 12px;
    margin-top: 16px;
}
footer {
    background: var(--color-dark-blue);
    color: var(--color-white);
    padding: 32px 0 0 0;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    margin: auto;
    padding: 0 32px;
}
.footer-logo {
    font-family: var(--font-heading);
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 8px;
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-social {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}
.footer-social a {
    color: var(--color-gold);
    font-size: 1.5em;
    text-decoration: none;
}
.footer-bottom {
    background: #071a2e;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 0.95em;
    margin-top: 24px;
}
/* Fixed desktop layout */
.two-col {
    flex-direction: row;
    gap: 48px;
}
.footer-content {
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
}
header {
    flex-direction: row;
    height: 80px;
    padding: 0 32px;
}
nav {
    gap: 32px;
}

/* Remove all white space around hero section */

.hero-image {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* Color palette update: deep blue and emerald green */
:root {
  --color-deep-blue: #002147;
  --color-emerald-green: #10B981;
}
body {
  background: #fff;
  color: var(--color-deep-blue);
}


.hero-image {
  
  min-height: 60vh !important;
  max-width: 500px !important;
  width: 100% !important;
  height: 70vh !important;

}
.btn-primary {
  background: var(--color-deep-blue);
  color: #fff;
}
.btn-success {
  background: var(--color-emerald-green);
  color: #fff;
}
.read-more-btn {
  color: var(--color-emerald-green);
  border-color: var(--color-emerald-green);
}
.section {
  background: #fff;
}
.about-image {
  background: url('../images/about2.png') center center/cover no-repeat;
  min-height: 40vh;
  width: 100%;
  height: 100%;
}
.hero-text{
    padding-left:100px !important;
}
.hero-cover{
    max-height:90%;
}
.hero-cover .btn-primary {
  width: 50%;
  min-width: 120px;
  max-width: 320px;
  display: block;
  margin-left: 0;
  margin-right: auto;
   /*padding-left:100px !important*/
}
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #10B981 !important;
  border-bottom: 2px solid #10B981 !important;
  font-weight: 700 !important;
  background: none !important;
}
.navbar .nav-link.login-btn {
  background: #002147 !important;
  color: #fff !important;
  border-radius: 24px !important;
  padding: 8px 24px !important;
  font-weight: 700 !important;
  margin-left: 12px !important;
  transition: background 0.2s, color 0.2s;
  border: none !important;
}
.navbar .nav-link.login-btn:hover,
.navbar .nav-link.login-btn:focus {
  background: #10B981 !important;
  color: #fff !important;
}
.navbar .navbar-nav {
  align-items: center;
}
.navbar .nav-link {
  display: flex;
  align-items: center;
  height: 40px;
}

/* // About */

.what-we-do {
  padding: 20px 0;
  background: #f8faff;
  font-family: 'Segoe UI', sans-serif;
}

/* Section heading */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 36px;
  color: #0B2545; /* deep navy */
  font-weight: 700;
  margin-bottom: 15px;
  font-family:'Merriweather', serif !important;
}

.section-header p {
  font-size: 17px;
  color: #444; /* softer gray */
  margin: 5px 0;
  line-height: 1.6;
}

/* Two-column split */
.content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px; /* more breathing space */
  flex-wrap: wrap; /* responsive */
}

/* Left image wrapper */
.left-images {
  position: relative;
  width: 400px;
  height: 400px;
}

.circle {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  border: 6px solid #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Larger overlapping circles */
.circle-big {
  width: 340px;
  height: 340px;
  left: 30px;   /* more center */
  bottom: 0;
  z-index: 1;
}

.circle-small {
  width: 200px;
  height: 200px;
  top: 30px;
  right: -40px; /* overlap closer */
  z-index: 2;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Decorative circles */
.decor {
  position: absolute;
  border-radius: 50%;
}

.decor1 {
  width: 30px; height: 30px;
  border: 4px solid #2ecc71; /* emerald green */
  top: 20px; left: -40px;
}

.decor2 {
  width: 24px; height: 24px;
  background: #2ecc71;
  bottom: 60px; left: 40px;
}

.decor3 {
  width: 26px; height: 26px;
  background: #0B2545; /* deep navy */
  top: 60px; right: -30px;
}

.decor4 {
  width: 34px; height: 34px;
  border: 4px solid #0B2545;
  bottom: -25px; right: 70px;
}

/* Right text block */
.right-text {
  max-width: 550px;
  padding-right: 50px; /* push right more */
}

.right-text h3 {
  font-size: 26px;
  color: #0B2545;
  margin-bottom: 20px;
  font-weight: 600;
}

.right-text p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 22px;
  font-size: 16px;
}

blockquote {
  font-style: italic;
  color: #0B2545;
  border-left: 4px solid #2ecc71;
  padding-left: 18px;
  margin: 0;
  font-size: 17px;
}
/* Tablet screens (768px and below) */
@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    gap: 50px; /* slightly smaller gap */
    padding: 0 20px;
  }

  .left-images {
    width: 300px;
    height: 300px;
  }

  .circle-big {
    width: 260px;
    height: 260px;
    left: 20px;
  }

  .circle-small {
    width: 140px;
    height: 140px;
    top: 20px;
    right: -30px;
  }

  .decor1,
  .decor2,
  .decor3,
  .decor4 {
    transform: scale(0.8); /* shrink decor */
  }

  .right-text {
    padding-right: 0;
    max-width: 100%;
  }

  .right-text h3 {
    font-size: 22px;
  }

  .right-text p,
  blockquote {
    font-size: 15px;
  }
}

/* Mobile screens (480px and below) */
@media (max-width: 480px) {
  .left-images {
    width: 250px;
    height: 250px;
  }

  .circle-big {
    width: 200px;
    height: 200px;
    left: 25px;
  }

  .circle-small {
    width: 110px;
    height: 110px;
    top: 15px;
    right: -20px;
  }

  .decor1,
  .decor2,
  .decor3,
  .decor4 {
     transform: scale(0.4);
  }

  .right-text h3 {
    font-size: 20px;
    text-align: center;
  }

  .right-text p,
  blockquote {
    font-size: 14px;
    text-align: center;
  }

  .content-wrapper {
    gap: 40px;
  }
}

