body {
      font-family: Arial, sans-serif;
      padding: 0 50px;
      background-color: #fff;
    }

    /* Logo section */
    .header-logo {
      display: flex;
      align-items: center;
      padding: 22px 0 25px 0px;
    }

    .header-logo img {
      width: 55px;
      margin-right: 10px;
    }

    .header-logo h1 {
      font-size: 20px;
      margin: 0;
      color: #043564 !important;
      /* color: #0b2c6b; */
    }

    .header-logo h1 small {
      display: block;
      color: #02989A !important;
      /* color: #0ca678; */
      font-weight: normal;
    }

    /* Navbar styles */
    /* .navbar {
      background-color: #073b63;
      border-radius: 15px;
      padding: 0.5rem 1rem;
    }

    .navbar-nav .nav-link {
      color: #fff;
      margin: 0 10px;
      position: relative;
    }

    .navbar-nav .nav-link.active::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #fff;
      bottom: -5px;
      left: 0;
    }

    .contact-btn {
      background-color: #fff;
      color: #073b63;
      padding: 5px 15px;
      border-radius: 15px;
      font-weight: 500;
    } */

   /* ========== nav bar================= */
      /* Navbar styles */
.navbar {
  background-color: #043564;
  border-radius: 15px;
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-link {
  color: #fff !important;
  position: relative;
  font-weight: 500;
  margin: 0 10px;
  padding: 8px 0;
  text-decoration: none;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100% !important;
  height: 2px;
  background-color: #fff;
}

.contact-btn {
  background-color: #fff !important;
  color: #043564 !important;
  padding: 6px 23px !important;
  border-radius: 25px !important;
  font-weight: 500;
  border: none;
}


/* ============ products=========== */
/* .product-portfolio {
  padding: 50px 20px 10px;
 
  text-align: center;
} */
 .product-portfolio {
  position: relative;
  padding: 50px 0 10px !important;
  text-align: center;
  color: #000; /* Adjust if needed for contrast */
  z-index: 1;
  overflow: hidden;
}


.product-portfolio .container {
  max-width: 100%;
  padding: 0 15px; /* slight left-right padding for safety */
}
/* Background image */
.product-portfolio::before {
  content: "";
  position: absolute;
  top: 15 ;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/img/img_06.jpg') no-repeat center center/cover;
  opacity: 0.25; /* Adjust transparency level */
  z-index: -1;
}


.portfolio-title {
  font-size: 2rem;
  font-weight: 700;
  color: #043564;
  padding-top: 30px;
}

.portfolio-subtitle {
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
  margin-bottom: 30px;
}

.product-box {
  /* background-color: white; */
  border-radius: 12px;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
  padding: 30px 5px;
  /* padding: 30px; */
  max-width: 1000px;
  margin: 0 auto;
}
/* Make sure table fits edge-to-edge */
.table-responsive {
  padding: 0 !important;
  margin: 0 !important;
}
.featured-heading {
  background-color: #043564;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  text-align: left;
  border-radius: 10px 10px 0 0;
}

.product-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  /* background-color: #02989A; */
}

.product-table thead {
    color: #043564 !important;

}
.product-table thead tr th{
  color: #043564 !important;
}
.product-table th,
.product-table td {
   color: #fff !important; 
  padding: 12px 15px;
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px solid #fff !important;
  margin-bottom: 20px !important;
}
.product-table td{
    background-color: #169b9d;
    
}
.product-table th{
    font-size: 1.1rem !important;
}


/* @media (max-width: 768px) {
  .product-portfolio {
    padding: 30px 10px;
  }

  .portfolio-title {
    font-size: 1.5rem;
  }

  .product-table th,
  .product-table td {
    font-size: 0.85rem;
  }
} */
/* ========= footer========== */
.footer-section {
  background-color: #073763; /* Navy blue */
  margin-top: 50px;
  /* margin-bottom: 5px; */
  border-radius: 10px 10px 0 0;
}

.footer-section h5 {
  font-size: 1.25rem;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #d1d1d1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-link {
  color: #d1d1d1;
  text-decoration: none;
}
.footer-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.hello-class{
    padding-left: 45px !important;
}
/* ========= mobile view section======== */
/* ========== nav bar and logo section======= */
@media (max-width: 768px) {
  
  /* Smaller underline for active nav item */
  body {
      font-family: Arial, sans-serif;
      padding: 0 20px;
      background-color: #fff;
    }
/* Smaller underline for active nav item */
   .header-logo img {
      width: 50px;
      margin-right: 10px;
    }

    .header-logo h1 {
      font-size: 19px;
      margin: 0;
      color: #043564 !important;
      /* color: #0b2c6b; */
    }

     .navbar-collapse {
    flex-direction: column !important;
    align-items: center !important;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .navbar-nav .nav-item {
    /* margin: 8px 0; */
  }

  .contact-btn {
    margin-top: 5px;
  }
  .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -1px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 130% !important; /* reduced underline width */
    height: 1.0px;
    background-color: #fff;
    
  }

  /* Centered "Contact Us" button */
  .contact-btn {
    display: block;
    margin: 1px auto 10px auto; /* centers the button */
    background-color: #fff !important;
    color: #073b63 !important;
    border-radius: 15px;
    padding: 4px 15px !important;
    font-weight: 500 !important;
    border: none;
  }
 /* Force white toggler icon */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* Optional: make toggler background transparent and remove border */
.navbar-toggler {
  border: none !important;         /* Remove black border */
  background-color: transparent;   /* Optional: if you don't want grey bg */
  box-shadow: none !important;     /* Prevent any auto shadow/border */
}


}
/* =========== product portifolio====== */
@media (max-width: 768px) {
  .product-portfolio {
    padding: 20px 0 0 !important; /* reduced top padding */
  }

  .portfolio-title {
    font-size: 1.6rem; /* heading size */
  }

  .portfolio-subtitle {
    font-size: 0.95rem; /* paragraph size */
  }

 .featured-heading {
    padding: 10px;
    text-align: center;
  }

  .product-table th {
    font-size: 0.8rem !important; /* requested size for headers */
  }

  .product-table td {
    font-size: 0.85rem;
  }

  .product-box {
         padding: 10px 1px;

    /* padding: 15px 10px;  */
  }

  .table-responsive {
    overflow-x: auto;
  }
   .product-table th,
  .product-table td {
    font-size: 0.8rem;
  }
}
/* ========= mobile view of footer section======= */
@media (max-width: 768px) {
  .footer-section {
    margin: 0 !important;         /* Removes top and bottom spacing */
    padding: 1rem 1.2rem !important; /* Reduce inner padding for mobile */
    border-radius: 0 !important;  /* Optional: remove rounded corners on mobile */
     border-top-left-radius: 10px !important;
     border-top-right-radius: 10px !important;
  }

  .footer-section .container-fluid {
    padding: 0 !important;        /* Removes default Bootstrap horizontal padding */
  }

  .footer-section .row {
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-section .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hello-class{
    padding-left: 0.5px !important;
}
}





