* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  font-family: 'Anuphan', sans-serif;
  background: #fff;
  color: #222;
}

.navbar {
  box-shadow: var(--bs-box-shadow) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 8px 25px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo img {
  height: 100%;
  width: 120px;
}

.nav-links {
  display: flex;
  gap: 25px;
}

.nav-links a {
  font-weight: 600;
  color: #464545;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #1d1dce;
  transition: width 0.4s ease;
}

.nav-links a:hover {
  color: #1885c9;
}

.nav-links a:hover::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 3px;
  background: #170664;
  margin: 3px 0;
  transition: 0.4s;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: none;
  line-height: 1;
}
.align-item {
  display: flex;
  align-items: center;
}

.abt-img {
  height: 320px;
  width: 100%;
}

.margin-top {
  margin-top: 50px;
}

.Banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 2 12 / 52%);
}

.Banner-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 2 12 / 52%);
}

.product-card {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.product-card:hover {
  transform: translateY(-5px) scale(1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.Banner p {
  z-index: 100;
  margin-top: 18px;
  font-size: 1.1rem;
}

.Banner-inner p {
  z-index: 100;
  margin-top: 18px;
  font-size: 1.1rem;
}

.border-line {
  padding: 30px 30px;
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(220, 220, 238, 0.869);
}

.border-line h4 {
  color: #17176fe9;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.products {
  background: #f9f9f9;
}
.product-details ul {
  padding: 0;

  list-style: none;
  margin-bottom: 20px;
}

.product-details ul li {
  margin-bottom: 6px;
  line-height: 1.5rem;
  font-size: 16px;
}

.product-details .buttons {
  display: flex;
  gap: 15px;
}

.product-details .buttons a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9rem;
  transition: 0.3s;
}
.btn-video {
  background: #171771;
}
.btn-pdf {
  background: #171771;
}
.buttons a:hover {
  opacity: 0.85;
}

.mvp-gray {
  transition: background-color 0.5s ease-in-out;
  background: #F6F6FF !important;
}

.mvp-gray:hover {
  background-color: #bababf !important;

}

.dual-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 2, 12, 0.245);

}

.dual-section p {
  position: relative;
  z-index: 100;
}

.mvp-box {
  flex: 1;
  padding: 0 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.464);
}

.mvp-box:last-child {
  border-right: none;
}

.mvp-box img {
  width: 60px;
  margin-bottom: 15px;
}

.mvp-box p {
  font-size: 16px;
  line-height: 1.5;
}

.about-section {
  padding: 80px 10%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.about-img {
  flex: 1;
  position: relative;
}

.about-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.about-text {
  flex: 1;
}

.about-text p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.about-text ul {
  padding: 0;
  list-style: none;
}

.about-text ul li {
  margin-bottom: 12px;
  font-size: 16px;

  position: relative;
}
.product-section-blue {
  background: linear-gradient(116deg, #21164e, #22697d);
  padding: 60px 20px;
  text-align: center;
}

.product-cards-blue {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.product-card-blue {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  width: 280px;
  padding: 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.product-card-blue:hover {
  transform: translateY(-8px);
}

.product-card-blue img {
  border-radius: 15px;
  max-width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 15px;
}

.product-card-blue h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.product-card-blue .btn {
  display: inline-block;
  padding: 8px 20px;
  background: #171771;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  transition: background 0.3s;
}

.testimonial-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.testimonial-section h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: bold;
}

.testimonial {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  position: relative;
}

.testimonial-content {
  padding: 0PX 50PX;
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.testimonial-content.active {
  display: block;
  opacity: 1;
}

.testimonial img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 20px 0;
  object-fit: cover;
}

.testimonial h4 {
  color: #000;
  margin: 10px 0 5px;
  font-weight: bold;
  font-size: 20px;
}

.testimonial p {
  color: #706d6d;
  font-size: 18px;
}

.testimonial span {
  font-size: 30px;
  color: rgb(0, 0, 0);
}

.testimonial span:hover {
  color: #605c5c;

}

.testimonial-arrows {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  width: 100%;
}

.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 10%;
  background: #fff;
}

.contact-form {
  padding: 25px;
  background: #F5F5F5;
}

.contact-form input,
.contact-form textarea {
  border-bottom: 1px solid rgb(90, 79, 79) !important;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  background: #50535500;

  border: 1px solid #50535500;
  outline: none;
}

.contact-form button {
  border-radius: 5px;
  background: #171771;
  color: #fff;
  border: none;
  padding: 6px 20px;
  cursor: pointer;
}

.contact-text {
  padding-left: 25px;
  flex: 2;
}

.gray {
  background-color: #F5F5F5;
}
.stats div span {
  display: block;
  font-size: 14px;
  color: #777;
  font-weight: normal;
}

footer {
  background: #171771;
  color: #fff;
  padding: 50px 10% 50px;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-mail h4 {
  margin-bottom: 25px;
  font-size: 24px;
}

.footer-links h4 {
  margin-bottom: 25px;
  font-size: 24px;
}

.footer-logo p,
.footer-links p,
.footer-links ul li a,
.footer-mail p {
  color: #ABABAB;
}

.footer-logo img {
  margin-bottom: 25px;
  max-width: 130px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin: 12px 0;
}

.footer-links ul li a {
  text-decoration: none;
}

.footer-links ul li a:hover {
  color: #fff !important;
}

.footer-links input {
  font-size: 15px;
  padding: 8px;
  border: none;
  width: 70%;
}

.footer-links button {
  padding: 8px;
  border: none;
  background: #2F2F95;
  color: #ffffff;
  cursor: pointer;
}

.footer-bottom {
  color: #F5F5F5;
  background: #2F2F95;
  border-top: 1px solid #333;
  padding: 10px 10%;
  display: flex;
  justify-content: space-around;
  font-size: 14px;
}

.footer-bottom a {
  text-decoration: none;
}

.social-icons a {
  margin-right: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
.social-icons a :hover {
  color: #125e8e;
}
@media(max-width: 767px) {
  .align-img{
    display: flex;
    justify-content: space-around;

  }
  .align-para{
    text-align: center;
  }

  .abt-img {
    height: 165px !important;
    width: 50% !important;
}
  .mvp-section {
    flex-direction: column;
    text-align: center;
  }

  .mvp-box {
    border-right: none;
    margin-bottom: 30px;
  }

  .table-head h4 {
    font-weight: 600;
    font-size: 17px;
  }

  .spec-table,
  .spec-table thead,
  .spec-table tbody,
  .spec-table th,
  .spec-table td,
  .spec-table tr {
    display: block;
  }

  .spec-table thead tr {
    display: none;
  }

  .spec-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
  }

  .spec-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .spec-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    text-align: left;
    font-weight: bold;
    color: #333;
  }

  .col {
    margin-top: 10px;
    flex-grow: 1 !important;
    flex-basis: 1 !important;
  }

  .navbar {

    padding: 10px 20px !important;
  }

  .close-btn {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    height: 65vh;
    width: 100%;
    background: linear-gradient(107deg, #08084e, #40408f);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transition: left 0.5s ease;
  }

  .nav-links a {
    color: #fff;
    font-size: 22px;
  }

  .nav-links.active {
    left: 0;
  }

  .menu-toggle {
    display: flex;
  }

  .mvp-section {
    background: url('./images/dark-blue.jpg') no-repeat center/cover;
    padding: 30px 2%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #fff;
  }

  .dual-section {
    position: relative;
    line-height: 2rem;
    font-size: 17px;
    background: url('./images/dual-bg.jpg') no-repeat center/cover;
    padding: 30px 2%;
    text-align: center;
    color: #fff;
  }

  .div-container {
    padding: 40px 30px;
  }

  .border-line ul li {
    line-height: 2.5rem;
  }

  .div-container h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #212529;
    font-weight: 700;
    font-size: 25px;
  }

  .Banner {
    position: relative;
    height: 40vh;
    background: url('./images/home-banner.jpg') no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    padding: 0 20px;
  }

  .Banner h1 {
    z-index: 100;
    -webkit-text-stroke: 1.3px #fff;
    font-family: 'Agency FB', sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 2px;
  }

  .Banner-inner {
    position: relative;
    height: 30vh;
    background: url('./images/banner-inner.jpg') no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    padding: 0 20px;
  }

  .Banner-inner h1 {
    z-index: 100;
    -webkit-text-stroke: 1.3px #fff;
    font-family: 'Agency FB', sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 2px;
  }

  .footer-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .stats {
    font-size: 30px;
    margin-top: 20px;
    gap: 40px;
    font-weight: bold;
  }

  .product-card {

    padding: 10px 5px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    background: #F6F6FF;
    justify-content: space-around;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }


  .product-card img {
    width: 100%;
    border-radius: 5px;
  }

  .list-none {
    line-height: 2rem;
    list-style: none;
    padding: 0;
  }

  .product-details {
    text-align: left;
    padding: 10px 5px;
  }

  .product-details h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .product-section-blue h2 {
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    margin-bottom: 40px;
  }

  .mvp-section {
    background: url('./images/dark-blue.jpg') no-repeat center/cover;
    padding: 30px 10%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #fff;
  }

  .dual-section {
    position: relative;
    line-height: 2rem;
    font-size: 17px;
    background: url('./images/dual-bg.jpg') no-repeat center/cover;
    padding: 80px 10%;
    text-align: center;
    color: #fff;
  }

  .mvp-box h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .custom-contact-box {
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fafafa;
  }

  .custom-contact-row {
    margin-bottom: 15px;
  }
}

@media(min-width: 768px) and (max-width: 900px) {
  .mvp-section {
    flex-direction: column;
    text-align: center;
  }

  .mvp-box {
    border-right: none;
    margin-bottom: 30px;
  }

  .div-container {
    padding: 30px 30px;
  }

  .border-line ul li {
    line-height: 2.2rem;
  }

  .div-container h2 {
    margin-bottom: 20px;
    color: #212529;
    font-weight: 700;
    font-size: 28px;
  }

  .Banner {
    position: relative;
    height: 55vh;
    background: url('./images/home-banner.jpg') no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    padding: 0 20px;
  }

  .Banner h1 {
    z-index: 100;
    -webkit-text-stroke: 1.3px #fff;
    font-family: 'Agency FB', sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 2px;
  }

  .Banner-inner {
    position: relative;
    height: 35vh;
    background: url('./images/banner-inner.jpg') no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    padding: 0 20px;
  }

  .Banner-inner h1 {
    z-index: 100;
    -webkit-text-stroke: 1.3px #fff;
    font-family: 'Agency FB', sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 2px;
  }

  .footer-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .stats {
    font-size: 25px;
    display: flex;
    margin-top: 20px;
    gap: 40px;
    font-weight: bold;
  }

  .product-card {
    padding: 20px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    background: #F6F6FF;
    justify-content: space-around;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }

  .product-card img {
    width: 40%;
    border-radius: 5px;
  }

  .list-none {
    line-height: 2rem;
    list-style: none;
    padding: 0;
  }

  .product-details {
    padding: 20px 20px;
    border-left: 6px solid #171771AB;
    width: 50%;
  }

  .product-details h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
  }

  .product-section-blue h2 {
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    margin-bottom: 40px;
  }

  .mvp-box h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .col {
    flex-grow: 1;
    flex-basis: 0;
  }

  .custom-contact-box {
    width: 70%;
    max-width: 700px;
    margin: 10px auto;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fafafa;
  }

  .custom-contact-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
  }

}

@media (min-width: 901px) {
  .custom-contact-box {
    width: 75%;
    max-width: 750px;
    margin: 10px auto;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fafafa;
  }

  .custom-contact-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
  }

  .col {
    flex-grow: 1;
    flex-basis: 0;
  }

  .product-section-blue h2 {
    font-weight: 700;
    color: #fff;
    font-size: 35px;
    margin-bottom: 40px;
  }

  .product-card {
    padding: 25px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    background: #F6F6FF;
    justify-content: space-around;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }


  .product-card img {
    width: 40%;
    border-radius: 5px;
  }

  .list-none {
    line-height: 2rem;
    list-style: none;
    padding: 0;
  }

  .product-details {
    padding: 25px 30px;
    border-left: 6px solid #171771AB;
    width: 50%;
  }

  .product-details h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .div-container {
    padding: 60px 180px;
  }

  .border-line ul li {
    line-height: 2.5rem;
  }

  .div-container h2 {
    margin-bottom: 20px;
    color: #212529;
    font-weight: 700;
    font-size: 35px;
  }

  .Banner {
    position: relative;
    height: 85vh;
    background: url('./images/home-banner.jpg') no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    padding: 0 20px;
  }

  .Banner h1 {
    z-index: 100;
    -webkit-text-stroke: 1.3px #fff;
    font-family: 'Agency FB', sans-serif;
    font-weight: 900;
    font-size: 70px;
    letter-spacing: 2px;
  }

  .Banner-inner {
    position: relative;
    height: 45vh;
    background: url('./images/banner-inner.jpg') no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    padding: 0 20px;
  }

  .Banner-inner h1 {
    z-index: 100;
    -webkit-text-stroke: 1.3px #fff;
    font-family: 'Agency FB', sans-serif;
    font-weight: 900;
    font-size: 55px;
    letter-spacing: 2px;
  }

  .footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }

  .stats {
    font-size: 35px;
    display: flex;
    margin-top: 20px;
    gap: 40px;
    font-weight: bold;
  }

  .parallax {
    background-image: url('./images/dark-blue.jpg');
    height: 60vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }

  .mvp-section {
    padding: 40px 10%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #fff;
  }

  .parallax-new {
    background-image: url('./images/dual-bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }

  .dual-section {
    position: relative;
    line-height: 2rem;
    font-size: 17px;
    padding: 40px 10%;
    text-align: center;
    color: #fff;
  }

  .mvp-box h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
  .product-card {
    flex-direction: column;
    text-align: center;
  }

  .product-card img {
    max-width: 100%;
  }
}

.spec-table th,
.spec-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

.spec-table th {
  background-color: #4a68b0;
  color: #fff;
  font-weight: bold;
}

.spec-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.spec-table tr:hover {
  background-color: #f1f1f1;
  transition: 0.3s;
}

.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-on-scroll.show {
  opacity: 1;
  transform: translateY(0);
}

a {
  text-decoration: none;
  color: #000;
}

.glaze-btn {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.glaze-btn:hover {
  transform: translateY(-3px);
}

.glaze-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0.2) 100%);
  transform: skewX(-20deg);
}

.glaze-btn:hover::before {
  animation: glaze 0.8s forwards;
}

@keyframes glaze {
  from {
    left: -75%;
  }

  to {
    left: 125%;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
}

.col-2 {
  flex: 2;
}

.col-3 {
  flex: 3;
}

.col-4 {
  flex: 4;
}

.gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.3s;
}

.gallery img:hover {
  opacity: .9;
  filter: hue-rotate(10deg) brightness(1.1) contrast(1.2);
  cursor: pointer;
  transform: scale(1.03);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.modal img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}

.close-img,
.prev-img,
.next-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  color: white;
  cursor: pointer;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  user-select: none;
}

.close-img {
  top: 20px;
  right: 20px;
  transform: none;
}

.prev-img {
  left: 20px;
}

.next-img {
  right: 20px;
}

.custom-contact-box label {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.custom-contact-row .custom-input-box {
  flex: 1;
}

.custom-input-box input,
.custom-input-box textarea {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.custom-input-box textarea {
  resize: none;
  height: 80px;
}

.custom-submit-btn {
  border-radius: 5px;
  background: #171771;
  color: #fff;
  border: none;
  padding: 8px 25px;
  cursor: pointer;
}


.custom-footer {
  margin-top: 50px;
  padding: 20px 10%;
  border-top: 2px solid #d3d7db;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}

.yellow {
  color: #FFC107;
}

.custom-footer-section {
  width: 30%;
  min-width: 200px;
  margin-bottom: 15px;
}

.custom-footer-section h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-footer-section p {
  font-size: 15px;
  margin: 4px 0;
  line-height: 1.5;
}

.custom-footer-section a {
  text-decoration: none;
  color: #000;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #418dffa4;
  background-color: #e9f3fdb1;
}

.table-head th {
  padding: 15px 10px;
  text-align: left;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.table-tbody td {
  padding: 10px 10px;
  color: #444;
}

.table-head {
  margin-bottom: 30px;
  padding: 15px 20px;
  background: linear-gradient(to right, #273f89, #17186f);
  color: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tb {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;

}

.table-container {
  margin-bottom: 50px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

}

.state-badge {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 50px;
  background: #e4ecf5;
  color: #2c4677;
  font-weight: 500;
  font-size: 0.85rem;
}