
    body {
      font-family: 'Segoe UI', sans-serif;
      margin: 0;
    }

    .top-header {
      background-color: #1e3f76;
      color: #fff;
      font-size: 14px;
      padding: 6px 0;
    }

    .top-header a {
      color: white;
      text-decoration: none;
    }

    .top-header i {
      margin-right: 5px;
    }

    .social-icons a {
      color: white;
      margin-left: 10px;
      font-size: 16px;
    }

    .custom-navbar {
      background-color: transparent;
      padding: 10px 0;
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      z-index: 999;
    }

    .navbar-wrapper {

    background: white;
    border-radius: 50px;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); */
    padding: -6px 52px;
    /* margin: 55px; */
    /* border: 1px solid #1e3f76;
    */
    }

    .navbar-brand {
      display: flex;
      align-items: center;
      font-weight: bold;
      font-size: 16px;
    }

    .navbar-brand img {
      height: 60px;
      margin-right: 10px;
    }

    .call-btn {
      border-radius: 50px;
      background: #143f7d;
      color: #fff;
      padding: 10px 20px;
      font-weight: 600;
      border: none;
    }

    .call-btn:hover {
      background: #0e2d57;
    }

    .hero-section {
      position: relative;
      padding: 80px 0;
      background: url('images/banner-bg.png') no-repeat center center;
      background-size: cover;
      z-index: 1;
      overflow: hidden;
    }

    .hero-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #eef2ffcc 0%, #fff9eccf 100%);
      z-index: -1;
    }

    .hero-text h1 {
      font-size: 48px;
      font-weight: bold;
    }

    .hero-text p {
      font-size: 18px;
      color: #333;
    }

    .discover-btn {
      background-color: #143f7d;
      color: white;
      font-weight: 600;
      padding: 10px 25px;
      border-radius: 4px;
      text-transform: uppercase;
    }

    .discover-btn:hover {
      background-color: #0e2d57;
    }

    .hero-image img {
      max-width: 100%;
      height: auto;
    }

    @media (max-width: 767px) {
      .hero-text h1 {
        font-size: 31px;
      }

      .hero-section .container {
        padding-left: 20px;
        padding-right: 20px;
      }

      .floating-icons {
        left: 10px;
        gap: 10px;
      }
    }


    .hero-section .container {
      padding-left: 40px;
      padding-right: 40px;
    }

    .floating-icons {
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 10;
    }

    .floating-icons a {
      background-color: #143f7d;
      color: white;
      padding: 10px;
      border-radius: 50%;
      font-size: 16px;
      text-align: center;
      transition: background 0.3s ease;
    }

    .floating-icons a:hover {
      background-color: #0e2d57;
    }


    /* service */
.service-strip {
  background-color: #23447c; /* or any matching blue */
  overflow: hidden;
  position: relative;
}

.bubble-left,
.bubble-right {
  position: absolute;
  z-index: 0;
  opacity: 0.6;
}

.bubble-left {
  left: 0;
  bottom: 0;
  width: 150px;
}

.bubble-right {
  right: 0;
  top: 0;
  width: 180px;
}

/* our product  */
  .products-section {
  text-align: center;
  padding: 60px 0;
}

.product-title {
  font-size: 2.2rem;
  font-weight: 700;
}

.product-subtitle {
  color: #666;
  margin-bottom: 10px;
}

.product-box {
  background-color: #fff;
  border-radius: 155px;
  width: 100%;
  max-width: 260px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid #1e3f76;
  margin-bottom: 10px;
	
}

.product-box:hover {
  transform: translateY(5px);
}

.product-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-name {
  font-size: 1.1rem;
  font-weight: 500;
  color: #222;
  text-align: center;
  min-height: 48px;
}

.product-bg-1 {
  background-color: #ffeeea;
}

.product-bg-2 {
  background-color: #e9f2fc;
}

.product-bg-3 {
  background-color: #ffecec;
}

.product-bg-4 {
  background-color: #fff8ed;
}

.view-all {
  color: #1a4e8a;
  font-weight: 500;
  text-decoration: none;
}

.view-all i {
  font-size: 0.9rem;
}

/* Media query for very small screens */
@media (max-width: 480px) {
  .product-box {
    max-width: 220px;
    height: 300px;
  }

  .product-title {
    font-size: 1.8rem;
  }
}

    /* vision mission */
.vision-heading{
  text-align: end;
}

.vision-description{
  text-align: end;
}
@media (max-width:768px) {
  .vision-heading{
    text-align: center;
  }
  .vision-description{
    text-align: center;
  }
  
}

 .vision-section {
      background: linear-gradient(135deg, #f2f7fd, #fef6f3, #f2f7fd);
      padding: 30px 0;
      text-align: center;
    }

    .vision-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 10px;
      padding-bottom: 15px;
    }

    .vision-section p.subtitle {
      color: #666;
      margin-bottom: 50px;
    }

    .vision-card {
      background: #fff;
      border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
      padding: 40px 25px;
      height: 100%;
      transition: transform 0.3s;
    }

    .vision-card:hover {
      transform: translateY(-5px);
    }

    .vision-icon {
      font-size: 2.5rem;
      color: #0b4d91;
      margin-bottom: 15px;
    }

    .vision-title {
      font-size: 1.3rem;
      font-weight: 600;
      color: #0b4d91;
      margin-bottom: 15px;
    }

    .vision-desc {
      color: #1e3f76;
      font-size: 0.95rem;
      text-align: justify;
      line-height: 1.6;
    }
    .container{
      padding: 20px 70px;
    }
  

    /* client */
     /* .clients-section {
      position: relative;
      background-color: #fff;
      padding: 60px 0;
      text-align: center;
      overflow: hidden;
    }

    .clients-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .clients-section p.subtitle {
      color: #555;
      margin-bottom: 50px;
    }

    .client-logo {
      max-height: 110px;
      max-width: 120px;
      object-fit: contain;
      filter: grayscale(0%);
      transition: filter 0.3s ease;
    }

    .client-logo:hover {
      filter: grayscale(100%);
    } */

    /* Decorative Background Images */
    .bg-decor-left,
    .bg-decor-right {
      position: absolute;
      z-index: 0;
      opacity: 0.2;
    }

    .bg-decor-left {
      top: -20px;
      left: -20px;
      width: 250px;
    }

    .bg-decor-right {
      top: -40px;
      right: -20px;
      width: 200px;
    }

    /* @media (max-width: 767px) {
      .client-logo {
        max-height: 60px;
        max-width: 90px;
        margin-bottom: 15px;
      }
    } */

/* why choose us */
    .why-choose-section {
      position: relative;
      padding: 60px 0;
      background-color: #fff;
      overflow: hidden;
    }

    .why-choose-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      padding-bottom: 35px;
    }

    .why-choose-section .subtitle {
      font-size: 1.1rem;
      color: #6c757d;
    }

    .feature-box {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
    }

    .feature-icon {
      background-color: #e3e9f1;
      border-radius: 50%;
      width: 55px;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    @media (max-width:425px){
      .feature-icon{
width: 130px;
      }
    }
 @media (max-width:320px){
      .feature-icon{
width: 170px;
      }
    }
    .feature-icon i {
        font-size: 22px;
    color: #fff;
    padding: 5px 10px;
    background: #0d2a5a;
    border-radius: 50%;

    }

    .feature-title {
      font-weight: 700;
      margin-bottom: 5px;
    }

    .bg-image-right {
      position: absolute;
      right: -50px;
      top: 30%;
      max-width: 500px;
      z-index: 0;
      opacity: 0.08;
    }

    .content-wrapper {
      position: relative;
      z-index: 2;
    }

    @media (max-width: 767px) {
      .feature-box {
        flex-direction: row;
        align-items: flex-start;
      }

      .feature-title {
        font-size: 1rem;
      }

      .bg-image-right {
        top: 80%;
        right: -100px;
        max-width: 300px;
      }
    }

    /*  */
  .cta-banner {
      position: relative;
      background-color: #204d88;
      color: white;
      border-radius: 10px;
      padding: 60px 20px;
      overflow: hidden;
      text-align: center;
    }

    .cta-banner h2 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 30px;
    }

    .cta-banner .btn-quote {
      background-color: white;
      color: #0d2a5a;
      border: none;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 0.95rem;
      transition: 0.3s;
    }

    .cta-banner .btn-quote:hover {
      background-color: #f1f1f1;
      color: #0a254f;
    }

    /* Decorative Squares (top corners) */
    .decor-top-left,
    .decor-top-right {
      position: absolute;
      width: 120px;
      height: 120px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      transform: rotate(15deg);
    }

    .decor-top-left {
      top: 0;
      left: 0;
    }

    .decor-top-right {
      top: 0;
      right: 0;
    }

    /* Bubble Image */
    .bubble-img {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 150px;
      opacity: 0.9;
    }
    .bubble-img1{
  position: absolute;
  right: 0;
  top: 0;
    }

    @media (max-width: 768px) {
      .cta-banner h2 {
        font-size: 1.5rem;
      }

      .bubble-img {
        max-width: 100px;
      }
    }

    /* footer*/
       .footer-contact-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
      padding: 40px 20px;
      background-color: #131619;
      color: #fff;
    }

    .contact-item {
      display: flex;
      align-items: center;
      gap: 15px;
      flex: 1 1 300px;
      max-width: 400px;
    }

    .icon-circle {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #3d3d3d;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      color: white;
    }

    .contact-item h4 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
    }

    .contact-item p {
      margin: 4px 0 0;
      font-size: 14px;
      line-height: 1.4;
    }

    /* MAIN FOOTER */
    .footer-main {
      background-color: #2f456f;
      color: #fff;
    
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .footer-column {
      flex: 1 1 250px;
    }

    .footer-column img {
      width: 140px;
      margin-bottom: 15px;
    }

    .footer-column h5 {
      font-size: 18px;
      margin-bottom: 15px;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
    }

    .footer-column ul li {
      margin-bottom: 8px;
    }

    .footer-column ul li a {
      color: #fff;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-column ul li a:hover {
      color: #f0c040;
    }

    .footer-bottom {
      text-align: center;
      padding: 20px;
      background-color: #1e2f53;
      color: #ccc;
      font-size: 14px;
    }

    @media (max-width: 768px) {
      .footer-contact-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .contact-item {
        justify-content: center;
      }

      .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .footer-column {
        max-width: 100%;
      }
    
    }
    .tag {
  background-color: #2a2a2a;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
}

/* our product */
.products-section {
  position: relative;
  overflow: hidden; /* keeps the image from overflowing outside */
}

.products-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 300px; /* adjust based on your design */
  opacity: 0.2;  /* optional for subtlety */
  pointer-events: none; /* makes it unclickable */
  z-index: 0;
}

/* mobile header */
  @media (max-width: 1024px) {
    .top-header,
    .custom-navbar {
      display: none !important;
    }

    .mobile-header {
      display: flex !important;
    }
  }

  /* Hide mobile header on desktop */
  .mobile-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100%;
    background: #003366;
    color: #fff;
    transition: left 0.3s ease;
    z-index: 9999;
    padding: 20px;
  }

  .mobile-menu.show {
    left: 0;
  }

  .mobile-menu a {
    color: #fff;
    display: block;
    margin: 15px 0;
    text-decoration: none;
    font-size: 18px;
  }

  .mobile-menu .close-btn {
    font-size: 24px;
    color: #fff;
    text-align: right;
    cursor: pointer;
    margin-bottom: 20px;
  }
  @media (max-width:1320px) {
    .navbar-wrapper{
width: 100%;
  }

  }
  .banner-text{
    padding: 17px 10px 0px 89px;
  }
  @media (max-width:768px) {
    .banner-text{
      padding: 17px 10px 0px 40px;
    }
    .container{
      padding: 10px 40px; 
    }
  }

  .support-details{
    display: flex
;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
  }
  @media (max-width:768px) {
    .support-details{
      flex-direction: column;
    }
    
  }


  /* footer */
    footer {
    position: relative;
    background: url('images/new-footer-img.webp') no-repeat center center/cover;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    padding: 50px 0 20px;
    z-index: 1;
  }

  footer::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgb(0 0 0 / 60%); /* overlay */
    z-index: -1;
  }

  footer .container {
    position: relative;
    z-index: 2; /* ensure content stays above overlay */
  }
  @media (max-width:768px){
    .hero-section{
      padding: 0px 0px;
    }
    }

    @media (max-width:768px) {
      .top-bar{
        display: none;
      }
      
    }