.hr-about-3-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .4;
}
.hr-about-3-thumb.left-img {
    margin-left: 0;
}
.shine-effect {
    position: relative;
}
.shine-effect:before {
    background: hsla(0, 0%, 100%, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all .4s linear;
}
.shine-effect:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .4s linear;
}
.hr-about-3-thumb.left-img img {
    max-width: inherit;
}
.mt-90 {
    margin-top: 90px;
}
.mb-20 {
    margin-bottom: 20px;
}
.hr-about-2-funfact {
    padding-left: 38px;
}
.hr-about-2-funfcat-wrap .row [class*=col-] .hr-about-2-funfact {
    border-left: 1px solid rgba(15, 49, 58, .1);
}
.hr-about-2-funfact-number {
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 10px;
    color: var(--color-4);
    font-family: var(--font-02);
}
.hr-about-2-funfact span.hr-about-2-funfact-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.71;
    padding-left: 20px;
    color: #525252;
    display: inline-block;
    position: relative;
}
.hr-about-2-funfact span.hr-about-2-funfact-text:before {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--color-3);
}
.mb-30 {
    margin-bottom: 30px;
}
.hr-step-item {
    transition: .3s;
    padding: 40px 20px;
    position: relative;
    background-color: #f4f4f4;
}
.hr-step-item:before {
    position: absolute;
    content: "";
    top: 50%;
    right: -36%;
    width: 17px;
    height: 15px;
    transform: translateY(-50%);
    background-color: var(--color-4);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.hr-step-icon {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    margin-bottom: 35px;
    color: var(--white);
    background-color: var(--color-3);
    position: relative;
}
.hr-step-icon i {
    transition: .3s;
    transition: all .3s ease;
    font-size: 24px;
}
.hr-step-item:hover .hr-step-icon i {
    color: var(--white);
    transform: scaleX(-1);
}
.hr-step-icon>span {
    position: absolute;
    top: 2%;
    right: -11%;
    font-weight: 500;
    font-size: 13px;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 27px;
    text-align: center;
    color: var(--white);
    background-color: var(--color-3);
    border: 2px solid var(--white);
}
.hr-step-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
    transition: .3s;
    color: var(--color-4);
    font-family: var(--font-02);
    line-height: 1.22;
}
.hr-step-item p {
    margin-bottom: 0;
    transition: .3s;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    color: #525252;
    font-family: var(--font-01);
}
.hr-step-item:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -100%;
    width: 100%;
    transform: translateY(-50%);
    border: 1px dashed var(--color-4);
}
.hr-no-border:before,.hr-no-border:after{
    display: none;
}
.mb-60 {
    margin-bottom: 60px;
}
.hr-testimonial-avatar img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.hr-testimonial-avatar-shape {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
    transform: translateY(-50%);
}
.hr-testimonial-text {
    margin: 0 35px;
}
.hr-testimonial-text p {
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.75;
    color: var(--color-4);
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-15 {
    margin-bottom: 15px;
}
.hr-testimonial-item span {
    font-weight: 500;
    font-size: 18px;
    color: #525252;
}
.mt-55 {
    margin-top: 55px;
}
.hr-testimonial-quote i{
    font-size: 60px;
    color: var(--color-3);
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
    width: 100%;
}
.hr-review-slider .swiper-pagination-bullet {
    width: 3px;
    height: 28px;
    opacity: 1;
    background-color: transparent;
    margin: 0 6px;
    border-radius: 0;
    position: relative;
    transition: .3s;
}
.hr-review-slider .swiper-pagination-bullet:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    opacity: 1;
    content: "";
    display: inline-block;
    background-color: var(--color-4);
    transition: .3s;
}
.hr-review-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: transparent;
}
.hr-review-slider .swiper-pagination-bullet:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
    content: "";
    display: inline-block;
    transition: .3s;
}
.hr-review-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background-color: var(--color-3);
    width: 100%;
    height: 100%;
}
.hr-choose-more-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.hr-whychoose .hr-choose-more-info{
    padding: 0;
    background-color: transparent;
    position: relative;
}
.hr-whychoose .hr-choose-more-info:after{
    display: none;
}
.mb-20{
    margin-bottom: 20px;
}
.hr-choose-more-info p{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    color: #525252;
    font-family: var(--font-02);
}
.hr-whychoose .hr-choose-thumb {
    position: relative;
    margin-right: 0;
    margin-left: 82px;
    margin-top: 35px;
    padding-bottom: 0;
}
.shine-effect-2:before {
    background: hsla(0, 0%, 100%, .3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none;
}
.shine-effect-2:hover:before {
    height: 100%;
    opacity: 0;
    transition: all .4s linear;
}
.hr-whychoose .hr-choose-thumb img {
    margin-bottom: 0;
}
.hr-whychoose .hr-choose-thumb:after {
    position: absolute;
    content: "";
    top: -35px;
    left: -40px;
    width: calc(100% - 40px);
    height: calc(100% - 35px);
    z-index: 0;
    background-color: var(--color-3);
}
.shine-effect-2:hover:before {
    height: 100%;
    opacity: 0;
    transition: all .4s linear;
}
.hr-whychoose .hr-choose-thumb img{
    z-index: 2;
    position: relative;
}
.ml-15{
    margin-left: 15px;
}
.hr-about-content .hr-text {
    position: relative;
}
/*.icon-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.icon-label i {
    background: var(--color-3);
    color: var(--white);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-label span {
    color: var(--color-4);
    font-family: var(--font-02);
}*/
.single-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 1rem 0;
  font-family: var(--font-02);
  line-height: 2s;
}

.single-line i {
  background: var(--color-3);
  color: var(--white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
}

.single-line .label {
  font-weight: bold;
  color: var(--color-4);
  white-space: nowrap;
}

.single-line .text {
  flex: 1;
  color: #333; /* fallback or override color */
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hr-choose-more-title {
        font-size: 18px;
    }
}
@media(max-width:1024px){
    .hr-step-item:after,.hr-step-item:before{
        display: none;
    }
    .ml-15{
        margin-left: 0px;
    }
}
@media (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hr-about-2-funfcat-wrap {
        margin-top: 50px;
    }
    .hr-about-2-funfact {
        padding-left: 15px;
    }
    .hr-about-2-funfact-number {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .hr-whychoose .it-choose-thumb:after {
        width: 90%;
    }
}
@media(max-width:767.98px){
    .hr-whychoose .hr-choose-thumb{
        margin-left: 0;
    }
}