@font-face {
  font-family: poppinsRegular;
  src: url("../font/Poppins-Regular.ttf");
}

@font-face {
  font-family: poppinSemiBold;
  src: url("../font/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: poppinBold;
  src: url("../font/Poppins-Bold.ttf");
}

@font-face {
  font-family: poppinMedium;
  src: url("../font/Poppins-Medium.ttf");
}

body {
  font-family: poppinsRegular;
  color: #000000;
}

.home-flex-gap {
  gap: 5rem;
}

@media only screen and (max-width: 820px) {
  .home-flex-gap {
    gap: 2rem !important;
  }

  .home-desc {
    font-size: 16px !important;
  }

  .home-title {
    font-size: 20px !important;
  }

  .home-title-div {
    margin-top: 10px !important;
  }
}

#aboutUsSection:target:before {
  content: "";
  display: block;
  height: 80px;
  /* fixed header height*/
  margin: -80px 0 0;
  /* negative fixed header height */
}

#contactUsSection:target:before {
  content: "";
  display: block;
}

.footer-divider {
  width: 100%;
  border: 1px solid;

  /* Apply border image with gradient */
  border-image-source: linear-gradient(90deg, #4b39ef 0%, #ef39e8 100%);
  border-image-slice: 1;
  /* Adjust this value as needed */
  border-image-width: 1px;
  /* Width of the border image */
  border-image-outset: 0;
  /* Adjust if you want to extend the border image */
}

#clientSection:target:before {
  content: "";
  display: block;
  height: 80px;
  /* fixed header height*/
  margin: -80px 0 0;
  /* negative fixed header height */
}

#serviceSection:target:before {
  content: "";
  display: block;
  height: 80px;
  /* fixed header height*/
  margin: -80px 0 0;
  /* negative fixed header height */
}

#productSection:target:before {
  content: "";
  display: block;
  height: 80px;
  /* fixed header height*/
  margin: -80px 0 0;
  /* negative fixed header height */
}

.home-title-div {
  background: rgba(1, 64, 169, 0.2);
  backdrop-filter: blur(7.5px);
  /* Note: backdrop-filter has minimal browser support */
  padding: 20px;
  width: 477px;
  min-height: 115px;
  border-radius: 25px;
  margin-top: 10px;
}

.fs-12 {
  font-size: 12px;
  line-height: 17px;
  color: #000000;
}

.fs-14 {
  font-size: 14px;
  line-height: 21px;
}

.fs-18 {
  font-size: 18px;
  line-height: 27px;
}

.fs-22 {
  font-size: 22px;
  line-height: 33px;
}

.fs-30 {
  font-size: 30px;
  line-height: 45px;
}

.fs-20 {
  font-size: 20px;
  line-height: 30px;
}

.fw-600 {
  font-weight: 600;
}

.fs-24 {
  font-size: 24px;
  line-height: 30px;
}

.fs-16 {
  font-size: 16px;
  line-height: 24px;
}

.accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

.accordion-item {
  border: none !important;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 3px !important;
}

.accordion-item:focus {
  border-color: none !important;
}

.accordion-button:focus {
  border-color: #fff !important;
  box-shadow: none !important;
}

.accordion-button {
  font-weight: 600 !important;
  padding: 10px 1.25rem !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/arrow.svg") !important;
}

.accordion-button::after {
  background-image: url("../images/arrow.svg") !important;
}

.accordion-body {
  padding-top: 0px !important;
}

.footer-card {
  background: #ffc800;
  height: 44px;
}

.show-only-mobile {
  display: none !important;
}

.show-only-desktop {
  display: block !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-blue {
  color: #0140a9 !important;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .show-only-mobile {
    display: block !important;
  }

  .show-only-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .app-image {
    max-height: 500px !important;
  }
}

@media only screen and (max-width: 820px) {
  .app-image {
    max-height: 800px !important;
  }
}

@media only screen and (max-width: 376px) {
  .app-image {
    max-height: 450px !important;
  }
}

@media only screen and (max-width: 280px) {
  .app-image {
    max-height: 400px !important;
  }
}
