.mt-50 {
  margin-top: 50px;
}

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

.mtb-50 {
  margin-top: 50px;

  margin-bottom: 50px;
}

#ck-img-preview img {
  max-width: 100%;

  height: auto;
}

.class {
  border-radius: 8px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.logo:hover::after {
  display: none;
}

.logo img {
  background: #fff;

  padding: 4px;

  border-radius: 4px;
}

.class img {
  width: 100%;

  height: 110px;

  object-fit: cover; /* Ensures the image covers the container */

  border-radius: 8px;

  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effects */
}

.class:hover {
  transform: scale(1.1); /* Zooms in the image on hover */

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Enhances shadow on hover */
}

.item img {
  width: 100%;

  height: auto;

  border-radius: 8px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.owl-carousel .item {
  /* padding: 10px; */
}

/* Footer CSS  */

.copyright {
  display: flex;

  justify-content: space-between;
}

#footer {
  margin: 5px;

  margin-bottom: 2px;

  border-radius: 5px 5px 0px 0px;

  padding: 5px;

  background: #48b16d;

  color: #fff;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.footer {
  margin: 4px;

  margin-bottom: 0px;

  border-radius: 5px 5px 0px 0px;

  padding: 7px 4px 2px;

  background: #48b16d;

  color: #fff;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.footer-icon-mob {
  font-size: 20px;
}

.footer-text-mob {
  font-size: 10px;

  text-decoration: none;
}

@media (max-width: 768px) {
  .body-content {
    margin: 0px;

    margin-top: 10px;
  }

  .organization-preview {
    display: block;
  }

  .organization-preview-btn {
    font-size: 14px;
  }

  #footer,
  .footer {
    position: fixed;

    bottom: 0;

    width: 98%;
  }
}

/* Preloader Css  */

.ctn-preloader {
  align-items: center;

  cursor: none;

  display: flex;

  height: 100%;

  justify-content: center;

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 900;
}

.ctn-preloader .animation-preloader {
  position: absolute;

  z-index: 100;
}

/* Text loading animation */

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 3em "Montserrat", sans-serif;

  text-align: center;

  user-select: none;

  margin: 0 auto; /* Center the text */
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;

  color: #1a91c3;

  content: attr(data-text-preloader);

  left: 0;

  opacity: 0;

  position: absolute;

  top: 0;

  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);

  position: relative;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;

  height: 100%;

  position: fixed;

  top: 0;

  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Fade-out animation for preloader */

.loaded .animation-preloader {
  opacity: 0;

  transition: 0.3s ease-out;
}

/* Sliding curtain effect */

.loaded .loader-section.section-left {
  transform: translateX(-101%);

  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);

  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Letters loading animation */

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;

    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;

    transform: rotateY(0deg);
  }
}

/* Responsive design for smaller screens */

@media screen and (max-width: 767px) {
  /* Adjust font size for tablets and smaller screens */

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3em "Montserrat", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  /* Adjust font size for mobile screens */

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2.5em "Montserrat", sans-serif;
  }
}

.register-btn {
  background: #ffffff;

  width: 100%;

  border-radius: 20px;
}

.register-btn:hover::after {
  display: none;
}

.register-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
