.horizontal-slide-from-right-to-left {
  animation: horizontal-slide-from-right-to-left linear 10s infinite;
}

.horizontal-slide-from-left-to-right {
  animation: horizontal-slide-from-left-to-right linear 10s infinite;
}

@keyframes horizontal-slide-from-right-to-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes horizontal-slide-from-left-to-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.sticky-menu.nav-hidden {
  animation: fadeInDown 0.9s 1;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes rotate-360 {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.rotate-360 {
  animation: rotate-360 20s linear infinite;
}


input:checked~.toggle_dot {
  transform: translateX(100%);
}

.rich-text h3 {
  margin-bottom: 0.5rem !important;
  margin-top: 0 !important;
}

.rich-text h3 {
  font-size: 30px;
  line-height: 2.25rem !important;
  line-height: 1.33 !important;
  letter-spacing: 0em !important;
}

.rich-text h4 {
  font-size: 1.5rem !important;
  line-height: 2.25rem !important;
  line-height: 1.33 !important;
  letter-spacing: 0em !important;
  margin-bottom: 0.5rem !important;
  margin-top: 0 !important;
}


.rich-text p {
  font-size: 1.3rem !important;
  /*line-height: 2.25rem !important;*/
  line-height: 1.33 !important;
  letter-spacing: 0em !important;
  margin-bottom: 3rem !important;
}

.rich-text ol,
.rich-text ul {
  list-style: unset !important;
  margin: unset !important;
  padding: 2rem !important;
  padding-top: 0 !important;
  font-size: 1.3rem !important;
}

.jos .alert-success {
  color: limegreen;
  font-weight: 500;
  border: 2px solid;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}



/* .icon-title {
  font-family: Inter, sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 100% !important;
  letter-spacing: 1% !important;
  color: #000000  !important;
}

.icon-paragraph {
 font-family: Inter, sans-serif !important;
  font-weight: 500  !important;
  font-size: 15px !important;
  color: #4D5053 !important;
  margin: 10px 0 10px 0 !important;
  line-height: 100% !important;
  letter-spacing: 1% !important;
} */

.icon-title {

  letter-spacing: unset !important;
  color: #000000 !important;
}

.icon-paragraph {

  color: #4D5053 !important;
  margin: 10px 0 10px 0 !important;
  line-height: unset !important;
  letter-spacing: unset !important;
}

.inner-page-icons {
  max-width: 75px;
}


/* career */
/* From Uiverse.io by Yaya12085 */

.file-upload-div .container {
  /* height: 300px;
width: 300px; */
  border-radius: 25px;
  box-shadow: 4px 4px 30px rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  gap: 5px;
  background-color: rgba(0, 110, 255, 0.041);
}

.file-upload-div .header {
  flex: 1;
  width: 100%;
  border: 2px dashed rgb(249 3 5 / var(--tw-bg-opacity));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px
}

.file-upload-div .header svg {
  height: 50px;
}

.file-upload-div .header p {
  text-align: center;
  color: black;

}


.file-upload-div .footer {
  background-color: rgba(255, 0, 0, 0.075);
  width: 100%;
  height: 40px;
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: black;
  border: none;
  overflow: hidden;
}

.file-upload-div .footer svg {
  height: 130%;
  fill: rgb(249 3 5 / var(--tw-bg-opacity));
  background-color: rgba(70, 66, 66, 0.103);
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.205);
}

.file-upload-div .footer p {
  flex: 1;
  text-align: center;
  margin-bottom: unset !important
}

.file-upload-div #file {
  display: none;
}

.career-icon {
  align-items: center;
}

.career-form input:focus,
.career-form textarea:focus {
  border-color: red;
}






/* sd */

/* #products {
  background-image: url('/assets/img/kodetech/bg-img-kodete.png');
  background-size: cover;
  background-position: center;
  min-height: 300px;
  opacity: 0.;
} */


#products {
  position: relative;
  z-index: 1;
  min-height: 300px;
}

#products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/img/kodetech/bg-img-kodete.png');
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
}


/*  */
.section-max-width {
  max-width: 940px;
}

.section-max-width-2 {
  max-width: 750px;
}



/* footer */
.footer-ul li {
  font-size: 16px;
}

.content-div ul {
  margin-left: 2%;
  list-style: unset;
}

.content-div h2 {
  letter-spacing: unset !important;
  line-height: unset !important;
  font-size: 30px;
}

.project-details-list-row {
  background-color: #EDEDED;
  border-radius: 15px;
  padding: 1rem 3rem;
}

.project-details-list {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.project-heading-row .project-detail-item-1 {
  
  font-weight: 500;
  font-size: 16px;
  /*line-height: 0 !important;*/
  line-height:unset !important;
  /*letter-spacing: 1%;*/
  margin-bottom:0 !important;
  

}

.project-heading-row .project-detail-item-2 {
  
  font-weight: 500;
  font-size: 12px;
  /*line-height: 0 !important;*/
  line-height:unset !important;
  /*letter-spacing: 1%;*/
 margin-bottom:0 !important;

}

.content-div h4, .content-div h3{
    margin-bottom:1.5rem !important;
}


.content-div p{
    margin-bottom:1rem !important;
}

.color-black{
    color:rgb(18 18 18 / var(--tw-text-opacity)) !important;
}
@media (max-width: 576px) {
  .project-details-list-row {

  padding: 0.5rem 1.5rem;
}

}

.heading-main {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 1.875rem; /* Mobile: 30px */
    line-height: 1.26;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 1.25rem; /* mb-5 */
}

/* Desktop / large screens */
@media (min-width: 1024px) {
    .heading-main {
        font-size: 46px; /* xl screens */
    }
}

.footer-heading-link {
    font-family: Inter, sans-serif;
    line-height: 1.66;
    font-size: 16px;
    text-transform: capitalize;
    list-style: none;
    text-decoration: inherit;
    text-underline-offset: 4px;
    transition: all 0.3s linear;
    color: #939393 !important;
    font-weight:500;
    letter-spacing: 0px;
}
.footer-heading-link:hover {
    color: rgba(253, 251, 249, 0.8); /* hover color matching your original */
    text-decoration: underline;
}
.description-container h2{
        font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0px;
    --tw-text-opacity: 1;
    color: rgb(10 16 47 / var(--tw-text-opacity));
    font-size: 1.125rem;
}