section.hero-section {
    padding-top: 30px;
    padding-bottom: 47px;
    margin-top: 91px !important;
    color: #FFFFFF !important;
}


section {
    font-family: var(--alt-font);
}


.our-services-column .row a > div:hover{
    background-color: #105da3;
    color: white;
}


.text-justify {
    text-align: justify;
}


#down-secion .deliverables li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

#down-section li i {
    color: var(--nebular-cross);
}

/* #down-section p{
    text-align: justify;
}

#detailedSection p{
    text-align: justify;
} */

#down-section #readMore,
#detailedSection #readLess {
    color: white;
    background-color: var(--nebular-cross);
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 15px;
}

#down-section #readMore:hover {
    background-color: var(--base-color);
}



.contact-us-btn {
    background-color: #00b0f0 !important;
    color: #FFFFFF;
}

.contact-us-btn:hover {
    color: #FFFFFF;
}


.hover-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}



/* Detail */

.detailedSection,
.detailedSection h5 {
    color: black !important;
}

/* .detailedSection {
  scroll-margin-top: 100px;
} */

.detailedSection ul {
    list-style: none;
    padding-left: 1rem;
}


.detailedSection ul li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
}

.detailedSection ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: bolder;
    font-size: 12px;
    position: absolute;
    left: -12px;
    top: 5px;
    color: white;
    background-color: var(--nebular-cross);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;

}


.custom-padding {
    padding: 45px;
    padding-top: 0;
}

@media (min-width: 1024px) {
    .custom-padding {
        padding: 25px;
        padding-top: 32px;
    }
}

  /* this handle the alignment of blue tick from 0 o 767px */
  @media (max-width: 767px) {
      #down-section li i.fa-check-circle {
          padding-top: 3px;
      }
  }