@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", serif;
}

.topHeader {
  margin-top: 16px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

#topHeaderBanner {
  width: 100% !important;
  max-width: 100% !important;
}

.nav-item-active {
  background-color: #ffffff;
  color: #086c13 !important;
  font-weight: bold;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-item-active a {
  color: #086c13 !important;
}

@media (min-width: 768px) {
  #topHeaderBanner {
    width: 80% !important;
  }
}

.topMenu {
  background-color: #086c13 !important;
}

.topMenu a {
  color: white;
}

.topMenu a:hover {
  background-color: #ffffff;
  color: #086c13 !important;
  font-weight: bold;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler,
.navbar-toggler-icon {
  background-color: #ffffff !important;
}

.home_section_header {
  color: #ffffff;
  background-color: #086c13;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 25px;
}

.home_section_box {
  border: 0.5px solid #c0c0c0;
  border-radius: 25px;
  margin-top: 15px;
  padding: 14px;
}

.content-home-list {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}

.topowlhome {
  position: relative;
  height: 470px;
  overflow: hidden;
}

.topowlhome .item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  .topowlhome {
    height: 280px;
  }
}

.hover-item-icon {
  color: #086c13;
}

.hover-item {
  transition: all 0.3s ease-in-out;
  padding: 15px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.hover-item:hover {
  background-color: #e9ecef;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

footer {
  color: #ffffff;
  background-color: #086c13 !important;
}

.social_clinkcons {
  font-size: 32px;
}

.it_notice_sec {
  margin-top: 15px;
  padding: 10px;
}

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.view_more_notice_btn_home {
  border-radius: 24px;
}

.view_more_notice_btn_notice {
  border-radius: 24px;
}

.home_gallery_holder .home_gallery_tab::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 7, 139, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.4s;
}

.aify_ml_tabs {
}

.aify_ml_card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: left;
  color: #0c5ea7;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto Slab, serif;
  border-radius: 22px;
}

.aify_ml_tab_icon {
  color: #ffffff !important;
  font-size: 20px;
  border-radius: 30px;
  padding: 18px;
  background-color: #086c13 !important;
}

.aify_mltext {
  color: brown;
}

.about_us_box {
  padding: 30px;
}

.donate_style_txt {
  font-family: "Satisfy", serif;
}

.ucxs-underline {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.ucxs_logo-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.ucxs_logo-container {
  display: flex;
  flex-wrap: nowrap;
  animation: ucxs_scroll-left 25s linear infinite;
}

.ucxs_logo-item {
  margin-right: 45px;
  margin-left: 15px;
}

@keyframes ucxs_scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.ucxs_logo-container::after {
  content: "";
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ucxs_logo-item {
    margin-right: 20px;
    margin-left: 10px;
  }

  .ucxs_logo-container {
    animation: ucxs_scroll-left 20s linear infinite;
  }
}

@media screen and (max-width: 480px) {
  .ucxs_logo-container {
    animation: ucxs_scroll-left 20s linear infinite;
  }
}

#dntrec_alert,
#dntrec_otparea {
  display: none;
}

.marquee-container {
  position: relative;
  overflow: hidden;
  height: 40px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.marquee-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 24s linear infinite;
  font-weight: 500;
  font-size: 1rem;
  color: #212529;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.marquee-container:hover .marquee-text {
  animation-play-state: paused;
}

.hfeatured_icons {
  position: relative;
  background: url("/styling/images/home_icon_ftrbg.jpg") no-repeat center
    center/cover;
  padding: 60px 0;
  color: #fff;
  border-radius: 28px !important;
}

.hfeatured_icons::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 128, 0, 0.7);
  z-index: 1;
  border-radius: 28px !important;
}

.hfeatured_icons .container {
  position: relative;
  z-index: 2;
}

.icon-box {
  text-align: center;
  margin-bottom: 30px;
}

.icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  color: #198754;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.icon-box a {
  text-decoration: none;
  color: #fff;
}

.icon-box:hover .icon-circle {
  transform: translateY(-10px) scale(1.1);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4);
}

.icon-label {
  font-weight: 500;
  font-size: 1.1rem;
}

#trainingIntrModal .modal-body {
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cropperImage {
  max-width: 100%;
  max-height: 70vh;
  display: block;
  object-fit: contain;
}