
 html, body {
      font-family: 'Segoe UI', sans-serif;
      overflow-x: hidden;
}


/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 991.98px) { 
  .desktop-only{
    display:none;
  }
 }

/* // Large devices (desktops, less than 1200px) */
@media (min-width: 991.99px) { 
  .mobile-only{
    display:none;
  }
 }

#topbar {
    background: #5a88a8;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
  }

  #topbar .contact-info i {
    font-style: normal;
    color: #fff;
  }

  #topbar .contact-info i a,
  #topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
  }

  #topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
  }

  #topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
  }

  #topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
  }

  #topbar .social-links a:hover {
    color: white;
  }

  .navbar-nav .nav-item {
  margin-right: 20px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0;
}

    
    .navbar {
  background-color: #0e1e38;
}

.navbar-brand, .nav-link {
  color: white !important;
}

.navbar-toggler {
  border-color: white;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.top-bar a:hover {
  color: #ddd !important;
}


   .hero {
  background: url('../img/b1.png') center center / cover no-repeat;
  color: white;
  padding: 180px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero * {
  position: relative;
  z-index: 3;
}

    .hero h1 {
      font-size: 5rem;
    }
    .hero h4 {
      font-size: 3rem;
      font-weight: 600;
    }
    .hero .tagline {
      background-color: rgba(255,255,255,0.2);
      color: white;
      display: inline-block;
      padding: 10px 25px;
      border-radius: 25px;
      font-weight: 600;
      margin-top: 20px;
      font-size: 0.9rem;
      letter-spacing: 1px;
    }
    .hero .site-link {
      margin-top: 100px;
      font-size: 0.9rem;
      letter-spacing: 1px;
    }

    .overview-section {
      background-color: #16294b;
      color: white;
    }

    
    .overview-right h2 {
      font-size: 70px;
    }
    
    .overview-right p {
      font-size: 25px;
    }
    .overview-title {
      font-size: 5rem;
      
        position: absolute;
    top: 0;
    padding-top: 70px;
    }
    .overview-box {
      background-color: #4573a1;
      border-radius: 20px 20px 0px 0px;
      padding: 40px;
      color: white;
      font-size: 1.1rem;
      text-align: center;
        position: absolute;
    bottom: 0;
    margin: auto 100px auto 100px;
      
    }
    .overview-box strong {
      display: block;
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .img-cover-right {
      position: relative;
      background: url('../img/b2.png') center center / cover no-repeat;
      min-height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .img-cover-right .text-overlay {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 20px 30px;
      border-radius: 10px;
      color: white;
      text-align: center;
    }
    .img-cover-right .text-overlay h2 {
      font-size: 2rem;
      font-weight: bold;
    }
    .img-cover-right .text-overlay p {
      font-size: 1.1rem;
    }

       .overview-section-mb {
      background-color: #16294b;
      color: white;
    }

      .why-choose-img {
    background: url('../img/b3.1.png') center center / cover no-repeat;
    min-height: 600px;
  }
  .why-choose-text {
    background-color: #1e355e;
    color: white;
    
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
    padding: 30px;
    margin: 20px 20px auto 0px;
    margin-left: -12px;
  }
  .why-choose-text h2 {
    font-size: 4.5rem;
    margin: 0;
  }
  .why-choose-description {
    background-color: #4573a1;
    
    margin-right: -50px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
    padding: 40px;
    color: white;
    font-size: 1.1rem;
  }
  .mission-vision-section {
    background: url('../img/b4.png') center center / cover no-repeat;
    color: white;
    padding: 100px 0;
    text-align: center;
  }
  .mission-vision-section h1 {
    font-size: 5rem;
    font-weight: 600;
    height: 500px;
    margin-bottom: 50px;
    color: rgba(16, 32, 65);
  }

  .mission-vision-section h2 {
    font-size: 5rem;
    font-weight: 600;
    color: rgba(16, 32, 65);
  }

  .mission-vision-div {
    margin-bottom: -110px;
  }

  .mission-vision-card {
    background-color: rgba(16, 32, 65, 0.85);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 40px 30px;
    margin: 10px;
    position: absolute;
    bottom: 0;
  }
  .mission-vision-card h4 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .mission-vision-card p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .services-section {
    background-color: #ffffff;
  }
  .services-img {
    background: url('../img/b3.png') center center / cover no-repeat;
    min-height: 600px;
    position: relative;
  }
  .services-title-box {
    background-color: #1e355e;
    color: white;
    border-radius: 0px 20px 20px 0px;
    margin-left: -20px;
    padding: 50px;
    position: absolute;
    top: 20px;
  }
  .services-title-box h2 {
    font-size: 4.5rem;
    margin: 10px;
  }
  .services-list-box {
    background-color: #1e355e;
    color: white;
    position: absolute;
    bottom: 0;
    border-radius: 20px 20px 0px 0px;
    margin: 0 100px 0 100px;
    padding: 40px;
    font-size: 1.1rem;
  }
  .services-list-box li {
    margin-bottom: 20px;
  }

   .edge-section {
    background: url('../img/b5.png') center center / cover no-repeat;
    padding: 100px 0;
    color: white;
    padding: 0 50px 100px 50px !important;
  }
  .edge-title-box {
    background-color: #1e355e;
    border-radius: 0 0 20px 0;
    padding: 30px;
    color: white;
    margin-bottom: 30px;
    margin-left: -120px;
  }
  
  .edge-title-box h2 {
    font-size: 3.5rem;
  }
  .client-challenge-box {
    background-color: rgba(18, 181, 241, 0.2);
    border-radius: 30px;
    color: white;
    padding: 0 0 30px 0;
    margin-top:70px;
  }
  .client-challenge-box h5 {
    background-color: #1e355e;
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
  }
  .client-challenge-box ul li {
    font-style: italic;
    margin-bottom: 10px;
  }
  .solution-box {
    background-color: #d7e2f1;
    color: #000;
    border-radius: 8px;
    padding: 15px 20px;
    font-weight: 600;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    margin-bottom: 20px;
  }
  .solution-header {
    background-color: #1e355e;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 30px auto;
    font-size: 2rem;
  }
    .how-it-works-section {
    background: #ffffff;
    padding: 100px 0 60px;
    text-align: center;
  }
  .how-it-works-header {
    background-color: #1e355e;
    color: white;
    border-radius: 20px;
    padding: 20px 30px;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 60px;
  }
  .how-step {
    background-color: #1e355e;
    color: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    height: 100%;
  }
  .how-step h5 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
.how-image {
  margin-top: -200px; /* Pull the image upward to overlap */
  max-width: 100%;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

    .advantage-section {
    background-color: #ffffff;
    padding: 100px 0;
  }
  .advantage-title {
    background-color: #1e355e;
    color: white;
    border-radius: 20px;
    padding: 30px;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
  }
  

.advantage-list {
  background: linear-gradient(to bottom right, #2f69aa, #1e1e1e);
  color: white;
  padding: 40px 30px;
  width: 300px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  font-family: 'Segoe UI', sans-serif;
  font-size: 1.05rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: auto;
  overflow: hidden;
}

.advantage-list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: inherit;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
}

.advantage-img{
  background: url('../img/whitebg.jpg') center center / cover no-repeat;
}


.advantage-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantage-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.advantage-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: white;
  font-size: 1.2rem;
  line-height: 1;
}


  .founder-section {
    background-color: #5a88a8;
    padding: 100px 0;
    color: white;
  }
  .founder-header {
    text-align: center;
    background-color: #1e355e;
    color: white;
    border-radius: 20px;
    padding: 20px 30px;
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .founder-text {
    text-align: center;
    font-size: 1.1rem;
    max-width: 500px;
    margin: 0 auto;
  }
  .founder-name {
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
  }
  .founder-title {
    text-align: center;
    font-size: 0.9rem;
    color: #e0e0e0;
  }
  .founder-img {
    max-width: 300px;
    width: 100%;
    border-radius: 200px;
    background: white;
  }
  .key-people-section {
    background-color: #5a88a8;
    padding: 100px 0;
    color: white;
  }
  .key-people-header {
    background-color: #1e355e;
    color: white;
    border-radius: 20px;
    padding: 20px 30px;
    font-size: 2.5rem;
    font-weight: bold;
    max-width: 400px;
    margin-bottom: 40px;
  }
  .key-person {
    background-color: #1e355e;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  .key-person img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
    border: 4px solid #fff;
  }
  .key-person-name {
    font-weight: bold;
    font-size: 1.1rem;
  }
  .key-person-role {
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 5px;
  }
  .key-person-desc {
    font-size: 0.95rem;
  }
  .contact-section{
    min-height: 600px;
  }

  /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0d2547;
  color: #fff;
  padding: 30px 0;
  font-size: 14px;
}

#footer a {
  color: var(--primary);
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}


.info-box {
  background-color: #1e355e; /* light gray background */
  padding: 20px;             /* space inside the box */
  border-radius: 15px;       /* rounded corners */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* optional shadow */
}

.info-box i {
  font-size: 2rem;           /* icon size */
  color: #fff;              /* icon color */
  margin-bottom: 10px;      /* space below the icon */
}


.letstalk-hero {
  height: 100vh;
  background: url('../img/letstalk.jpeg') center center / cover no-repeat;
}


.client-success-section {
  background: #f8f9fa;
}

.client-success-section img {
  max-height: 60px;
  object-fit: contain;
}

.client-logo {
  width: 100px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}


    .light-blue-box {
      background-color: #4573a1;
      border-radius: 20px;
      padding: 20px;
      color: white;
      text-align: center;
    }

    .dark-blue-box {
      background-color: #1e355e;
      border-radius: 20px;
      padding: 20px;
      color: white;
      text-align: center;
    }
