.bg-light {
  background-color: #f5f5f5 !important;
}
body {
  font-weight: 400;
}
hr {
    margin: 1.5rem 0;
}
.topbar-line {
  background: linear-gradient(90deg, #a0d200, #049fe9);
  position: relative;
  z-index: 3;
}
.navbar-stick:not(.navbar-dark) {
  box-shadow: 4px 11px 14px rgba(27, 167, 198, 0.17);
  background: white;
}
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: var(--bs-white);
  --bs-navbar-hover-color: #a0d200;
  --bs-navbar-disabled-color: rgba(var(--bs-white-rgb), 0.25);
  --bs-navbar-active-color: #a0d200;
  --bs-navbar-brand-color: #a0d200;
  --bs-navbar-brand-hover-color: #a0d200;
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 1.2rem;
  --bs-nav-link-font-size: 0.7rem;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
}
.nav-link {
  --bs-nav-link-font-weight: 400;
  letter-spacing: 0;
}
.navbar-stick .navbar-nav .nav-link.active {
  font-weight: 600;
}
.widget {
  padding: 0 30px;
}
.widget .widget-title {
  color: #4f4f4f;
}
@media (max-width: 767.98px) {
  .widget {
    padding: 0;
  }
}
p.text-header {
  font-size: 0.85rem;
  font-weight: 400;
}
.image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 75%;
  background: linear-gradient(0deg, black, transparent);
}
.image-wrapper.bg-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
}
.contact-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-item img {
  aspect-ratio: 4 / 2.5;
  object-fit: cover;
  margin-bottom: 40px;
}
.contact-item .desc {
  width: 50%;
}
@media (max-width: 767.98px) {
    .contact-item .desc {
      width: 100%;
    }
}
.btn-outline-dark {
  --bs-btn-color: #bdbdbd;
  --bs-btn-border-color: #bdbdbd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bdbdbd;
  --bs-btn-hover-border-color: #bdbdbd;
  --bs-btn-focus-shadow-rgb: 38, 43, 50;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bdbdbd;
  --bs-btn-active-border-color: #bdbdbd;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #bdbdbd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bdbdbd;
  --bs-gradient: none;
}
.bg-gradient {
  background-image: linear-gradient(
    90deg,
    #049fe9,
    #57ba6e 73%,
    #a0d200
  ) !important;
}
.bg-gradient-2 {
  background-image: linear-gradient(
    90deg,
    #049fe9,
    #7024D3
  ) !important;
}
.image-wrapper.bg-overlay.cta-overlay:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #7024d3;
  mix-blend-mode: color;
}
.image-wrapper.bg-overlay.cta-overlay:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #7024d3;
  mix-blend-mode: screen;
}
.cta-overlay .cta-text {
  font-weight: 600;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}
.product-img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.accordion-wrapper .card-header {
  margin-bottom: 0;
  background: 0 0;
  border: 0;
  padding: 0.5rem 1.3rem;
}
.accordion-wrapper .card-header button.collapsed {
  color: #000;
}
.accordion-wrapper .card-header button {
  padding: 0 1rem 0 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: #000;
}
.accordion-wrapper .card-header button.collapsed:before {
  content: "\ec5d";
}
.accordion-wrapper .card-header button:before {
  right: 1.3rem;
  left: unset;
  content: "\ec07";
  margin-top: -0.25rem;
  margin-right: -0.3rem;
  color: #000;
}
.accordion-item .card-body {
  padding: 0 1.25rem;
}
.hero {
  height: 100vh;
  overflow-x: unset;
}
@media (max-width: 767.98px) {
  .hero {
      overflow-x: unset;
    }
}
.hero .background-image {
  width: 100%;
  height: 100%;
}
.hero .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* animation: animatedBackground 10s linear infinite alternate; */
}
@keyframes animatedBackground {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.misi-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.misi-container .misi-item {
  display: flex;
  gap: 20px;
}
.misi-container .misi-item h1 {
  min-width: 50px;
}
.misi-container .misi-item p {
  text-align: justify;
}
.team-container .team-item {
  display: flex;
  position: relative;
}
.team-container .team-item img {
  width: 50%;
}
.team-container .team-item .description {
  height: 100%;
  width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 767.98px) {
    .team-container .team-item:nth-child(2n) img {
      order: 1;
    }
    .team-container .team-item img {
      aspect-ratio: 1/1;
      object-fit: cover;
    }
    .team-container .team-item h4 {
      font-size: .8rem;
    }
    .team-container .team-item p {
      font-size: .6rem;
    }
}
.clients-container {
  display: flex;
  flex-wrap: wrap;
}
.clients-container .client-item {
  padding: 40px 20px;
}
.clients-container .client-item img {
  width: 120px;
  height: 55px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 767.98px) {
    .clients-container {
      justify-content: center;
    }
    .clients-container .client-item {
        padding: 20px 10px;
    }
    .clients-container .client-item img {
        width: 65px;
        height: 45px;    
    }
}
.question-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 3px solid black;
  margin-top: 20px;
  align-items: center;
  position: relative;
}
.question-footer a {
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
}
.hero .ornament-hero {
  position: absolute;
  width: 300px;
  height: 250px;
  z-index: 0;
}
.hero .ornament-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .ornament-hero.ornament-hero-1 {
  right: 0;
  bottom: -50px;
}
.hero .ornament-hero.ornament-hero-2 {
  top: calc(50% - 125px);
}
.hero .ornament-hero.ornament-hero-3 {
  top: -100px;
  right: 250px;
}
@media (max-width: 767.98px) {
  .hero .ornament-hero {
    width: 200px;
    height: 150px;
  }
  .hero .ornament-hero.ornament-hero-1 {
    right: 0;
    bottom: -50px;
  }
  .hero .ornament-hero.ornament-hero-2 {
    top: calc(90% - 125px);
  }
  .hero .ornament-hero.ornament-hero-3 {
    top: -25px;
    right: 0px;
  }
}
.team-details-container .team-details-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.team-details-container .team-details-item img {
  width: 50%;
  object-fit: cover;
}
.team-details-container .team-details-item .description {
  height: 100%;
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 767.98px) {
  .team-details-container .team-details-item img {
    width: 100%;
  }
  .team-details-container .team-details-item .description {
    width: 100%;
    height: fit-content;
    padding: 20px;
  }
}
@media (max-width: 767px) {
    .image-wrapper.bg-cover {
        min-height: unset;
    }
}
.price-item {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 10px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.price-item h1 {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: normal;
}
@media (max-width: 767px) {
    .price-item h1 {
        font-size: 1.2rem;
    }
}
.location-banner {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 95%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 95%);
    padding-bottom: 50px;
}
.location-list {
    margin-top: -250px;
}
.location-item {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 10px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
}
.nav-tabs.nav-tabs-basic .nav-link {
    color: rgba(164, 174, 198, .75);
}