.banner-content,
.modal-content {
  text-align: center;
}
.testimonial-card,
.underline {
  transition: transform 0.3s ease-in-out;
}
.underline {
  transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1);
}
.button-underline:hover .underline {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.custom-nav-link {
  display: flex;
  justify-content: space-between;
}
.frame-img {
  cursor: default !important;
}
.dropdown-arrow {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.dropdown-main-list {
  opacity: 0;
  transform: translate3d(0, -2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.dropdown.w-dropdown-open {
  z-index: 901;
}
.dropdown-arrow.open {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(90deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.dropdown-main-list.open {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.dropdown-custom-list-open {
  opacity: 1;
  transform: translate3d(240px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.dropdown-government-list-open {
  opacity: 1;
  transform: translate3d(240px, 80px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.dropdown-export-list-open {
  opacity: 1;
  transform: translate3d(240px, 135px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
@media screen and (max-width: 991px) {
  .d-block {
    display: block;
    height: 300vh;
  }
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  background-color: #f4f7fb;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 20px auto;
}
.testimonial-card:hover {
  transform: scale(1.05);
}
.testimonial-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
  line-height: 1.5;
  max-height: 6em;
}
.testimonial-text {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
}
.testimonial-author {
  font-weight: 700;
  font-size: 1.2rem;
  color: #333;
  margin-top: 10px;
}
.testimonial-position {
  font-size: 0.9rem;
  color: #7a7a7a;
}
.testimonial-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 10px;
  border: 3px solid #007bff;
}
@media screen and (max-width: 600px) {
  .testimonial-card {
    padding: 15px;
  }
  .testimonial-text {
    font-size: 1rem;
  }
  .testimonial-author {
    font-size: 1.1rem;
  }
  .testimonial-position {
    font-size: 0.8rem;
  }
  .testimonial-image img {
    width: 80px;
    height: 80px;
  }
}
.testimonial-slider {
  overflow: hidden;
  padding: 0 10px;
}
.button--submitting {
  background-color: #0e0e0e;
  cursor: not-allowed;
  transition: background-color 0.3s;
}
.banner {
  width: 100%;
  height: 80vh;
  background: url("/assets/images/img-5.png") center center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.banner-content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.banner-content h1 {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .banner-content h1 {
    font-size: 2.5rem;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}
.modal-image {
  max-height: 80vh;
  object-fit: cover;
  border-radius: 6px;
}
.modal-caption {
  margin-top: 10px;
  color: #fff;
}
.modal-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  border: none;
  color: #fff;
  padding: 10px 15px;
  font-size: 2rem;
  cursor: pointer;
}
.modal-button.prev {
  left: 20px;
}
.modal-button.next {
  right: 20px;
}
.btn:disabled,
.modal-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.d-flex {
  display: flex !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.position-fixed {
  position: fixed !important;
}
.position-absolute {
  position: absolute !important;
}
.top-0 {
  top: 0 !important;
}
.start-0 {
  left: 0 !important;
}
.end-0 {
  right: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
.bg-opacity-75 {
  background-color: rgba(52, 58, 64, 0.75) !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.text-center {
  text-align: center !important;
}
.text-light {
  color: #f8f9fa !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
}
.prev_slide,
.next_slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #0b6a8a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.prev_slide {
  left: 20px;
}
.next_slide {
  right: 20px;
}
.prev_slide:hover,
.next_slide:hover {
  background-color: #0b6a8a;
  transform: translateY(-50%) scale(1.1);
}
.prev_slide:hover svg path,
.next_slide:hover svg path {
  fill: #fff;
}
