.bg-cover {
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px 0;
}
.navbar .navbar-brand img {
  max-width: 35px !important;
}
.navbar .navbar-nav li.nav-item:not(.active) .nav-link {
  border-bottom: none;
}
.navbar .navbar-nav li.nav-item.dropdown .dropdown-menu {
  top: 105%;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  z-index: -9999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li.nav-item.dropdown .dropdown-menu {
    display: none;
  }
}
.navbar .navbar-nav li.nav-item.dropdown .dropdown-menu.show {
  top: 98%;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li.nav-item.dropdown .dropdown-menu.show {
    display: block;
  }
}
.navbar .navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item {
  padding: 10px 24px;
}
.navbar .navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item.sub-active {
  background-color: #a4c639;
  color: #f7f7f7;
}

.main-banner .Modern-Slider .slick-arrow {
  display: none !important;
}

.comImg {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-left: 50px;
  width: 100% !important;
  overflow: hidden;
}

.service-item,
.team-item {
  background-color: #f7f7f7;
  flex-direction: column;
  height: 100%;
}
.service-item .img-lyn,
.team-item .img-lyn {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.service-item .down-content,
.team-item .down-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-item .down-content p,
.team-item .down-content p {
  flex-grow: 1;
}
.service-item .down-content .filled-button,
.team-item .down-content .filled-button {
  margin-top: auto;
  align-self: flex-start;
}

.sideMenu-details {
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.5s ease;
  transform: scale(1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.sideMenu-details a {
  color: #f7f7f7 !important;
}
.sideMenu-details:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.details-list {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}

img.detail-img {
  min-width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pdf-card {
  width: 100%;
  border: none;
  border-radius: 16px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  overflow: hidden;
}

.pdf-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.pdf-icon {
  font-size: 3rem;
  color: #a4c639 !important;
  background: rgba(164, 198, 57, 0.1);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
}

.btn-download {
  background-color: none;
  border: #a4c639 2px solid;
  color: #a4c639;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-download:hover {
  background-color: #a4c639;
  box-shadow: 0 0 12px rgba(164, 198, 57, 0.6);
  transform: translateY(-2px);
  color: #f7f7f7;
}/*# sourceMappingURL=style.css.map */