html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif !important;
}

a {
  text-decoration: none !important;
}

button {
  padding: 7px 78px;
  background: #398300;
  border: none;
  border-radius: 50px !important;
  font-weight: 500;
  color: white;
}

button.secondary {
  background: #7F7F7F;
}

button.small-padding {
  padding: 7px 20px;
}

button.no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}

button.white {
  background: white;
  color: #398300;
}

button.small-radius {
  border-radius: 10px !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.title {
  font-size: 32px;
  font-weight: 500;
  color: #398300;
}

.title span {
  font-weight: 700;
}

.text-0 {
  color: #7F7F7F;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  word-break: break-word;
}

.page-up-icon {
  fill: #398300;
}

.default-profile-pic {
  fill: #398300;
}

button:not(.splide__arrow):not(.splide__pagination__page) {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

button:disabled {
  cursor: not-allowed;
}

button:hover:not(.splide__arrow):not(.splide__pagination__page) {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

button.no-hover-lift:hover {
  transform: none !important;
  box-shadow: none !important;
}

button.dropdown-toggle {
  transform: none !important;
  box-shadow: none !important;
}

button:hover:disabled:not(.splide__arrow):not(.splide__pagination__page) {
  transform: none;
  box-shadow: none;
}

.selectpicker-container .bootstrap-select .btn:focus {
  outline: none !important;
}

.selectpicker-container .dropdown-item.active {
  background: #398300 !important;
}

.selectpicker-container .dropdown-item:active {
  background: #D9F3C5 !important;
  color: black !important;
}

.selectpicker-container .dropdown-menu {
  border-radius: 15px;
}

.selectpicker-container input {
  border-radius: 10px !important;
  margin-bottom: 10px !important;
}

.input-error {
  color: #FF0000;
  font-size: 14px;
  margin-top: 5px;
}

.input-error.checkbox {
  margin-left: -20px;
}

#paginator {
  user-select: none;
}

#paginator li {
  border: none;
  border-radius: 20px;
  margin: 0px 5px;
}

#paginator li a {
  background: #7F7F7F;
  border-radius: 69px;
  height: 33px;
  color: white;
  font-size: 16px;
  line-height: 33px;
  min-width: 33px;
}

#paginator li.active a {
  background: #398300;
}

#paginator li.disabled a {
  opacity: 0.5;
}

.cursor-pointer {
  cursor: pointer;
}

.html-content-container {
  padding: 80px 0px;
}

[data-aos="fade-left"] {
  transform: translate3d(200px, 0, 0) !important;
}

[data-aos="fade-left"].aos-animate {
  transform: translate3d(0, 0, 0) !important;
}

[data-aos="fade-right"] {
  transform: translate3d(-200px, 0, 0) !important;
}

[data-aos="fade-right"].aos-animate {
  transform: translate3d(0, 0, 0) !important;
}

.modal-backdrop {
  background-color: #398300B2 !important;
}

.modal-backdrop.show {
  opacity: 1 !important;
}

.custom-modal .modal-content {
  background-color: #EAFFDA;
  border: none;
}

.custom-modal .modal-header {
  border-bottom: none;
  justify-content: center;
  padding: 1rem 40px;
  text-align: center;
}

.custom-modal .modal-header .close {
  color: #398300;
  font-size: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0px;
  margin: 0px;
}

.custom-modal .modal-title {
  color: #398300;
  font-size: 20px;
  font-weight: 700;
}

.custom-modal .modal-footer {
  border: none;
  justify-content: center;
}

.error-modal .modal-body {
  color: #398300;
}

.alert.custom {
  margin-top: 1rem;
}

.expandable .content {
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

.expandable.open .content {
  opacity: 1;
}

.expandable .content .h-10 {
  height: 10px;
}

.cc-btn {
  border-radius: 50px !important;
}

.cc-btn:hover {
  background: #398300 !important;
}

.cc-btn:not(.splide__arrow):not(.splide__pagination__page) {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cc-btn:hover:not(.splide__arrow):not(.splide__pagination__page) {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.cc-link {
  color: #398300 !important;
}

.cc-window {
  border: 2px solid white;
}

@media (max-width:991px) {
  .html-content-container {
    padding: 60px 0px;
  }
}

@media (max-width:575px) {
  .html-content-container {
    padding: 38px 20px;
  }
}