.sec-title {
    margin-bottom: 30px;

    span {
        color: rgb(10, 78, 155);
    }

    h2 {
        font-size: calc(1rem + 1vw);
        font-weight: 600;
    }

    p {
        color: #494949;
    }

    .head-line {
        height: 2px;
        width: 50px;
        background: #ff9c1a;
        display: inline-block;
    }
}

/* Banner Css */
.hr-banner-sec {
    background: linear-gradient(270deg,
            rgb(102 7 173) 11.52%,
            rgb(3 16 81) 72.93%);
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hr-banner-sec .banner-text p {
    color: #ff9c1a;
    margin-bottom: 10px;
}

.hr-banner-sec .banner-text .head-line {
    height: 2px;
    width: 50px;
    background: #ff9c1a;
    display: inline-block;
}

.hr-banner-sec .banner-text .title {
    font-weight: 600;
    color: #fff;
}

.hr-banner-sec .banner-text .btn-main {
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px;
    line-height: 50px;
    text-align: center;
    outline: 0;
    color: #fff;
    background: #ff9c1a;
    border: none;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hr-banner-sec .banner-text .btn-main:hover {
    background-color: transparent;
    border: 1px solid #ff9c1a;
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    color: rgb(255, 255, 255);
}

.hr-banner-sec .shape {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hr-banner-sec .shape .globe {
    position: absolute;
    top: 0;
    animation: globe 60000ms linear backwards infinite;
    mix-blend-mode: plus-lighter;
}

@keyframes globe {
    0% {
        transform: rotate(0deg);
    }

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

.hr-banner-sec .shape .hero-image {
    position: relative;
}

/* Trusted Partner Css */
.trusted-partner-sec {
    background: linear-gradient(270deg,
            rgb(102 7 173) 11.52%,
            rgb(3 16 81) 72.93%);
}

.trusted-partner-sec .swiper-container {
    position: relative;
    padding: 20px;
    z-index: 1;
}

.trusted-partner-sec .swiper-container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transform: scale(1) perspective(300px) rotateX(-5deg);
    border-radius: 14px;
    z-index: -1;
}

.trusted-partner-sec .swiper-container .swiper-slide {
    position: relative;
    cursor: url(../img/hr-service/cursor.png), move;
    overflow: hidden;
}

/* HR Roles Css */
.hr-rols .role-item {
    padding: 50px 40px 20px;
    position: relative;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 100%;
}

.hr-rols .role-item::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #ff9c1a;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.hr-rols .role-item::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: transparent;
    backdrop-filter: blur(6px);
    border-radius: 0px 0px 20px 20px;
    transition: 0.4s;
    content: "";
    z-index: -1;
}

.hr-rols .role-item:hover::before {
    visibility: visible;
    opacity: 1;
}

.hr-rols .role-item:hover::after {
    background: linear-gradient(45deg, #9d8be7, #6500a1);
    height: 100%;
    animation: bounceRight 2s;
}

@keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -ms-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    60% {
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.hr-rols .role-icon {
    margin-bottom: 20px;
}

.hr-rols .role-item:hover .role-icon {
    filter: drop-shadow(0 8px 2px rgba(0, 0, 0, 0.24));
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.hr-rols .role-border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hr-rols .role-border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.hr-rols .role-item .role-content .role-title {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hr-rols .role-item .role-content p {
    color: white;
    font-size: 16px;
}

/* HR Service Css */
.hr-service-sec .service-item {
    border: 1px solid rgba(1, 16, 61, 0.08);
    border-radius: 30px;
    padding: 50px 42px;
    transition: 0.3s;
    height: 100%;
}

.hr-service-sec .service-item.one {
    background: url(../img/hr-service/sv-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.hr-service-sec .service-item .dashboard-img {
    right: -300px;
    bottom: -40px;
}

.hr-service-sec .service-item:hover {
    border: 1px solid #e8eaf1;
    box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
    border-radius: 30px;
}

.hr-service-sec .service-item:hover .service-icon {
    animation: icon 0.8s 1;
}

.hr-service-sec .service-item h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hr-service-sec .service-item p {
    color: #5c5c5c;
    font-size: 16px;
}

.hr-service-sec .service-item .service-icon {
    margin-bottom: 20px;
}

@keyframes icon {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/* HR About Css */
.hr-about-sec .tp-about__bg-shape {
    position: absolute;
    top: 21%;
    right: 50px;
}

.hr-about-sec .z-index {
    z-index: 2;
}

.hr-about-sec .z-index-3 {
    z-index: 3;
}

.hr-about-sec .tp-about__main-img {
    padding-right: 40px;
    animation: scale_up_down 3s infinite alternate both;
}

@keyframes scale_up_down {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.hr-about-sec .support-content .support-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}

.hr-about-sec .support-content .support-list::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 33px;
    bottom: 30px;
    width: 0.1px;
    border: dashed 1px orange;
    border-radius: 10px;
}

.hr-about-sec .support-content .support-list li {
    position: relative;
    padding-left: 92px;
    margin-bottom: 40px;
}

.hr-about-sec .support-content .support-list li .icon {
    width: 67px;
    height: 74px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 26px;
    line-height: 80px;
    color: #141f39;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr-about-sec .support-content .support-list .content h6 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.hr-about-sec .support-content .support-list .content p {
    color: #5c5c5c;
}

.hr-about-sec .support-content .support-list li .icon.bg1 {
    background-image: url(../img/hr-service/support1.png);
    color: #ffbd06;
}

.hr-about-sec .support-content .support-list li .icon.bg2 {
    background-image: url(../img/hr-service/support2.png);
    color: #65d312;
}

.hr-about-sec .support-content .support-list li .icon.bg3 {
    background-image: url(../img/hr-service/support3.png);
    color: #44bdff;
}

.hr-about-sec .support-content .support-list li .icon.bg4 {
    background-image: url(../img/hr-service/support4.png);
    color: #ffac95;
}

/* Feature Css */
.hr-feature-sec {
    background-image: linear-gradient(270deg,
            rgb(102 7 173) 11.52%,
            rgb(3 16 81) 72.93%);

    z-index: 1;
    position: relative;
}

.hr-feature-sec .feature-item {
    height: 100%;
    padding: 20px;
    border: 1px solid rgb(255 255 255 / 12%);
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.048);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.hr-feature-sec .feature-item .icon {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.164);
    -webkit-border-radius: 10px;
    padding: 14px;
    border: 1px solid rgb(255 255 255 / 12%);
    width: max-content;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    color: white;
}

.hr-feature-sec .feature-item:hover {
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.308);
}

.hr-feature-sec .feature-item:hover .icon {
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);

    & span {
        background-color: white;
        transition: all 0.3s ease-in-out;
        color: #ff9c1a;
    }
}

.hr-feature-sec .feature-item .icon span {
    transition: all 0.3s ease-in-out;
    width: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);
    height: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #ff9c1a;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.hr-feature-sec .feature-item h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
    font-weight: 600;
}

.hr-feature-sec .feature-item p {
    color: rgb(238, 238, 238);
}

/* CTA Css */
.hr-cta-sec {
    background-image: linear-gradient(270deg,
            rgb(102 7 173) 11.52%,
            rgb(3 16 81) 72.93%);
}


/* Paragraph Css */
.hr-paragraph-sec .theme_btn:hover {
    background: #e48811 !important;
}

/* FAQ Css */
.hr-faq-sec .faq-tab .accordion .accordion-item {
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    margin-bottom: 20px;
    overflow: hidden;
    border: none;
}

.hr-faq-sec .faq-tab .accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: rgb(102 7 173);
    color: #ffffff;
}

.hr-faq-sec .faq-tab .accordion .accordion-button:hover {
    background: rgb(102 7 173);
    color: white;
}

.hr-faq-sec .faq-tab .accordion .accordion-button {
    background-color: #e0e0e09c;
}

.hr-faq-sec .faq-tab .accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../img/hr-service/arrow.svg);
}

.hr-faq-sec .faq-tab .accordion .accordion-button::after {
    background-image: url(../img/hr-service/collapse-arrow.svg);
}

.hr-faq-sec .faq-tab .accordion .accordion-button {
    font-weight: 600;
    border-radius: 10px;
}

.hr-faq-sec .faq-tab .accordion .accordion-button:focus {
    box-shadow: none;
}

.hr-faq-sec .faq-tab .accordion .accordion-body {
    box-shadow: none;
    background-color: transparent;
    color: #494949;
}