.about-page-banner {
    position: relative;
    overflow: hidden;

    padding: 95px 0;

    background: #f5f8ff;
}

.about-banner-content {
    position: relative;
    z-index: 2;
}

.about-banner-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 18px;
    padding: 8px 16px;

    border-radius: 30px;

    background: rgba(13, 110, 253, 0.08);

    color: #0d6efd;

    font-size: 14px;
    font-weight: 600;
}

.about-banner-content h1 {
    max-width: 750px;

    margin-bottom: 20px;

    color: #1d2939;

    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
}

.about-banner-content h1 span {
    color: #0d6efd;
}

.about-banner-content>p {
    max-width: 680px;

    margin-bottom: 25px;

    color: #667085;

    font-size: 18px;
    line-height: 1.7;
}


/* Breadcrumb */

.about-breadcrumb {
    margin: 0;
    padding: 0;

    background: transparent;
}

.about-breadcrumb .breadcrumb-item {
    color: #667085;
}

.about-breadcrumb .breadcrumb-item a {
    color: #0d6efd;
    text-decoration: none;
}

.about-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #98a2b3;
}


/* Background shapes */

.about-banner-shape {
    position: absolute;

    border-radius: 50%;

    background: rgba(13, 110, 253, 0.05);
}

.about-banner-shape-1 {
    width: 450px;
    height: 450px;

    top: -250px;
    right: -100px;
}

.about-banner-shape-2 {
    width: 300px;
    height: 300px;

    bottom: -200px;
    left: -100px;
}


/* =========================================
   ABOUT INTRO
========================================= */

.about-intro-section {
    padding: 110px 0;
    background: #fff;
}

.about-main-image {
    position: relative;
    padding-right: 30px;
}

.about-image-wrapper {
    position: relative;

    padding: 35px;

    border-radius: 20px;

    background: #f5f8ff;
}

.about-image-wrapper img {
    width: 100%;
    max-height: 450px;
}


/* Experience */

.about-experience-card {
    position: absolute;

    right: 0;
    bottom: 20px;

    display: flex;
    align-items: center;
    gap: 14px;

    padding: 18px 22px;

    background: #fff;

    border-radius: 12px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.10);
}

.about-experience-icon {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(13, 110, 253, 0.10);

    color: #0d6efd;

    font-size: 22px;
}

.about-experience-card strong {
    display: block;

    color: #1d2939;

    font-size: 22px;
    line-height: 1;
}

.about-experience-card span {
    display: block;

    margin-top: 5px;

    color: #667085;

    font-size: 12px;
}


/* Content */

.section-label {
    display: inline-block;

    margin-bottom: 15px;

    color: #0d6efd;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.about-intro-content h2 {
    margin-bottom: 22px;

    color: #1d2939;

    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
}

.about-intro-content p {
    color: #667085;

    font-size: 16px;
    line-height: 1.8;
}

.about-intro-content .about-lead {
    color: #475467;

    font-size: 18px;
    line-height: 1.7;
}


/* Feature list */

.about-feature-list {
    margin-top: 30px;
}

.about-feature-item {
    display: flex;

    gap: 15px;

    margin-bottom: 20px;
}

.about-feature-icon {
    flex: 0 0 35px;

    color: #0d6efd;

    font-size: 23px;
}

.about-feature-item h5 {
    margin-bottom: 5px;

    color: #1d2939;

    font-size: 16px;
    font-weight: 600;
}

.about-feature-item p {
    margin: 0;

    font-size: 14px;
    line-height: 1.6;
}


/* Buttons */

.about-actions {
    display: flex;
    align-items: center;
    gap: 25px;

    margin-top: 30px;
}

.about-actions .button i {
    margin-left: 8px;
}

.about-secondary-link {
    color: #344054;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;
}

.about-secondary-link i {
    margin-left: 5px;
}

.about-secondary-link:hover {
    color: #0d6efd;
}


/* =========================================
   STATS
========================================= */

.about-stats-section {
    padding: 0 0 110px;
    background: #fff;
}

.about-stats-box {
    overflow: hidden;

    border-radius: 16px;

    background: #0d6efd;

    box-shadow: 0 20px 50px rgba(13, 110, 253, 0.15);
}

.about-stat-item {
    min-height: 180px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    padding: 30px 15px;

    text-align: center;

    color: #fff;

    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.about-stat-item i {
    margin-bottom: 12px;

    font-size: 25px;
}

.about-stat-item strong {
    display: block;

    font-size: 32px;
    line-height: 1.2;
}

.about-stat-item span {
    margin-top: 5px;

    font-size: 14px;

    opacity: .85;
}


/* =========================================
   WHY US
========================================= */

.why-us-section {
    padding: 110px 0;

    background: #f8fafc;
}

.section-heading h2 {
    margin-bottom: 18px;

    color: #1d2939;

    font-size: 40px;
    line-height: 1.25;
}

.section-heading h2 span {
    color: #0d6efd;
}

.section-heading p {
    margin: auto;

    max-width: 650px;

    color: #667085;

    font-size: 16px;
    line-height: 1.7;
}


/* Why cards */

.why-us-card {
    height: 100%;

    padding: 35px 30px;

    background: #fff;

    border: 1px solid #eaecf0;

    border-radius: 14px;

    transition: all .3s ease;
}

.why-us-card:hover {
    transform: translateY(-7px);

    border-color: transparent;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .07);
}

.why-us-icon {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 12px;

    background: rgba(13, 110, 253, .08);

    color: #0d6efd;

    font-size: 26px;
}

.why-us-card h4 {
    margin-bottom: 12px;

    color: #1d2939;

    font-size: 20px;
}

.why-us-card p {
    margin: 0;

    color: #667085;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   CTA
========================================= */

.about-cta-section {
    padding: 100px 0;

    background: #fff;
}

.about-cta-box {
    position: relative;

    overflow: hidden;

    padding: 55px 60px;

    border-radius: 18px;

    background: #101828;

    color: #fff;
}

.about-cta-box span {
    display: block;

    margin-bottom: 12px;

    color: #60a5fa;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.about-cta-box h2 {
    max-width: 700px;

    margin-bottom: 15px;

    color: #fff;

    font-size: 36px;
    line-height: 1.3;
}

.about-cta-box p {
    max-width: 650px;

    margin: 0;

    color: #98a2b3;

    font-size: 16px;
    line-height: 1.7;
}

.about-cta-box .button {
    background: #0d6efd;
    color: #fff;
}

.about-cta-box .button i {
    margin-left: 8px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .about-page-banner {
        padding: 75px 0;
    }

    .about-banner-content h1 {
        font-size: 44px;
    }

    .about-intro-section {
        padding: 80px 0;
    }

    .about-main-image {
        padding-right: 0;
    }

    .about-intro-content {
        margin-top: 30px;
    }

    .about-stat-item {
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    .about-stat-item:nth-child(2) {
        border-right: 0;
    }

    .about-cta-box {
        padding: 45px 35px;
    }

}


@media (max-width: 767px) {

    .about-page-banner {
        padding: 60px 0;
    }

    .about-banner-content h1 {
        font-size: 35px;
    }

    .about-banner-content>p {
        font-size: 16px;
    }

    .about-intro-section {
        padding: 65px 0;
    }

    .about-intro-content h2,
    .section-heading h2 {
        font-size: 30px;
    }

    .about-experience-card {
        right: 10px;
        bottom: 10px;
    }

    .about-image-wrapper {
        padding: 20px;
    }

    .about-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .about-stats-section {
        padding-bottom: 65px;
    }

    .about-stat-item {
        min-height: 150px;
    }

    .about-stat-item strong {
        font-size: 26px;
    }

    .about-cta-section {
        padding: 65px 0;
    }

    .about-cta-box {
        padding: 35px 25px;
    }

    .about-cta-box h2 {
        font-size: 28px;
    }

}

.page-banner {
    position: relative;
    padding: 90px 0;
    background: #f5f8fc;
    overflow: hidden;
}

.page-banner-content {
    position: relative;
    z-index: 2;
}

.page-title {
    margin: 0 0 15px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #222;
}

.page-banner .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.page-banner .breadcrumb-item {
    font-size: 15px;
    color: #777;
}

.page-banner .breadcrumb-item a {
    color: #0d6efd;
    text-decoration: none;
    transition: 0.3s ease;
}

.page-banner .breadcrumb-item a:hover {
    color: #084298;
}

.page-banner .breadcrumb-item.active {
    color: #555;
}

.page-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #999;
    content: "/";
}


/* Responsive */

@media (max-width: 767px) {

    .page-banner {
        padding: 60px 0;
    }

    .page-title {
        font-size: 32px;
    }

}


.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Services */
.service-card {
    border-radius: 12px;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(13, 110, 253, 0.10);
    color: #0d6efd;
    font-size: 28px;
}

/* Testimonials */
.testimonial-card {
    border-radius: 12px;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* Blog */
.blog-card {
    border-radius: 12px;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-image {
    height: 230px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-card h4 a {
    text-decoration: none;
}

.blog-card h4 a:hover {
    color: #0d6efd !important;
}


/* =========================================
   SERVICES PAGE
========================================= */


/* =========================================
   PAGE BANNER
========================================= */

.services-page-banner {
    position: relative;
    overflow: hidden;

    padding: 95px 0;

    background: #f5f8ff;
}

.services-banner-content {
    position: relative;
    z-index: 2;
}

.services-banner-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 18px;
    padding: 8px 16px;

    border-radius: 30px;

    background: rgba(13, 110, 253, .08);

    color: #0d6efd;

    font-size: 14px;
    font-weight: 600;
}

.services-banner-content h1 {
    max-width: 750px;

    margin-bottom: 20px;

    color: #1d2939;

    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
}

.services-banner-content h1 span {
    display: block;
    color: #0d6efd;
}

.services-banner-content>p {
    max-width: 680px;

    margin-bottom: 25px;

    color: #667085;

    font-size: 18px;
    line-height: 1.7;
}


/* Breadcrumb */

.services-breadcrumb {
    margin: 0;
    padding: 0;

    background: transparent;
}

.services-breadcrumb .breadcrumb-item {
    color: #667085;
}

.services-breadcrumb .breadcrumb-item a {
    color: #0d6efd;
    text-decoration: none;
}

.services-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #98a2b3;
}


/* Banner shapes */

.services-banner-shape {
    position: absolute;

    border-radius: 50%;

    background: rgba(13, 110, 253, .05);
}

.services-banner-shape-1 {
    width: 450px;
    height: 450px;

    top: -250px;
    right: -100px;
}

.services-banner-shape-2 {
    width: 300px;
    height: 300px;

    bottom: -200px;
    left: -100px;
}


/* =========================================
   BANNER VISUAL
========================================= */

.services-banner-visual {
    position: relative;

    width: 330px;
    height: 300px;

    margin: auto;
}

.services-banner-icon {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 150px;
    height: 150px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #0d6efd;

    color: #fff;

    font-size: 60px;

    box-shadow: 0 25px 60px rgba(13, 110, 253, .22);
}

.services-floating-card {
    position: absolute;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 14px 18px;

    background: #fff;

    border-radius: 12px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.services-floating-card i {
    color: #0d6efd;
    font-size: 24px;
}

.services-floating-card strong {
    display: block;

    color: #1d2939;

    font-size: 15px;
}

.services-floating-card span {
    display: block;

    color: #667085;

    font-size: 11px;
}

.services-floating-card-1 {
    top: 10px;
    right: -20px;
}

.services-floating-card-2 {
    bottom: 15px;
    left: -20px;
}


/* =========================================
   INTRO
========================================= */

.services-intro-section {
    padding: 105px 0;

    background: #fff;
}

.services-section-heading .section-label {
    display: inline-block;

    margin-bottom: 15px;

    color: #0d6efd;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.services-section-heading h2 {
    margin-bottom: 18px;

    color: #1d2939;

    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
}

.services-section-heading h2 span {
    color: #0d6efd;
}

.services-section-heading p {
    max-width: 680px;

    margin: auto;

    color: #667085;

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   SERVICE CARDS
========================================= */

.professional-service-card {
    position: relative;

    height: 100%;

    padding: 32px;

    background: #fff;

    border: 1px solid #eaecf0;

    border-radius: 16px;

    transition: all .3s ease;
}

.professional-service-card:hover {
    transform: translateY(-8px);

    border-color: transparent;

    box-shadow: 0 20px 45px rgba(16, 24, 40, .08);
}


/* Top */

.service-card-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 28px;
}

.service-number {
    color: #98a2b3;

    font-size: 14px;
    font-weight: 700;
}

.professional-service-icon {
    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: rgba(13, 110, 253, .08);

    color: #0d6efd;

    font-size: 27px;

    transition: all .3s ease;
}

.professional-service-card:hover .professional-service-icon {
    background: #0d6efd;
    color: #fff;
}


/* Content */

.professional-service-card h3 {
    margin-bottom: 14px;

    color: #1d2939;

    font-size: 21px;
    font-weight: 700;
}

.professional-service-card>p {
    min-height: 80px;

    margin-bottom: 28px;

    color: #667085;

    font-size: 15px;
    line-height: 1.7;
}


/* Footer */

.service-card-footer {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding-top: 18px;

    border-top: 1px solid #f2f4f7;
}

.service-card-footer a {
    color: #0d6efd;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
}

.service-card-footer a i {
    margin-left: 6px;

    transition: transform .3s ease;
}

.professional-service-card:hover .service-card-footer a i {
    transform: translateX(4px);
}

.service-card-footer>span {
    color: #98a2b3;

    font-size: 11px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: .5px;
}


/* =========================================
   EMPLOYERS / CANDIDATES
========================================= */

.services-audience-section {
    padding: 100px 0;

    background: #f8fafc;
}

.audience-card {
    position: relative;

    height: 100%;

    padding: 45px;

    overflow: hidden;

    border-radius: 18px;
}

.audience-card-dark {
    background: #101828;
    color: #fff;
}

.audience-card-light {
    background: #eaf2ff;
    color: #1d2939;
}

.audience-icon {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border-radius: 12px;

    background: rgba(255, 255, 255, .1);

    font-size: 26px;
}

.audience-card-light .audience-icon {
    background: rgba(13, 110, 253, .1);
    color: #0d6efd;
}

.audience-card>span {
    display: block;

    margin-bottom: 12px;

    color: #60a5fa;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.audience-card-light>span {
    color: #0d6efd;
}

.audience-card h3 {
    max-width: 470px;

    margin-bottom: 18px;

    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
}

.audience-card p {
    max-width: 500px;

    margin-bottom: 28px;

    color: #98a2b3;

    font-size: 15px;
    line-height: 1.7;
}

.audience-card-light p {
    color: #667085;
}

.audience-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #fff;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;
}

.audience-card-light .audience-button {
    color: #0d6efd;
}


/* =========================================
   CTA
========================================= */

.services-cta-section {
    padding: 100px 0;

    background: #fff;
}

.services-cta-box {
    padding: 55px 60px;

    border-radius: 18px;

    background: #0d6efd;

    color: #fff;

    box-shadow: 0 20px 50px rgba(13, 110, 253, .15);
}

.services-cta-box>div {
    position: relative;
    z-index: 2;
}

.services-cta-box span {
    display: block;

    margin-bottom: 12px;

    color: rgba(255, 255, 255, .75);

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.services-cta-box h2 {
    margin-bottom: 12px;

    color: #fff;

    font-size: 35px;
    line-height: 1.3;
}

.services-cta-box p {
    max-width: 650px;

    margin: 0;

    color: rgba(255, 255, 255, .8);

    font-size: 16px;
    line-height: 1.7;
}

.services-cta-box .button {
    background: #fff;

    color: #0d6efd;
}

.services-cta-box .button i {
    margin-left: 8px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .services-page-banner {
        padding: 75px 0;
    }

    .services-banner-content h1 {
        font-size: 44px;
    }

    .services-intro-section {
        padding: 80px 0;
    }

    .services-section-heading h2 {
        font-size: 35px;
    }

    .services-audience-section {
        padding: 80px 0;
    }

    .audience-card {
        padding: 35px;
    }

    .services-cta-section {
        padding: 80px 0;
    }

    .services-cta-box {
        padding: 45px;
    }

}


@media (max-width: 767px) {

    .services-page-banner {
        padding: 60px 0;
    }

    .services-banner-content h1 {
        font-size: 35px;
    }

    .services-banner-content>p {
        font-size: 16px;
    }

    .services-intro-section {
        padding: 65px 0;
    }

    .services-section-heading h2 {
        font-size: 30px;
    }

    .professional-service-card {
        padding: 27px;
    }

    .professional-service-card>p {
        min-height: auto;
    }

    .services-audience-section {
        padding: 65px 0;
    }

    .audience-card {
        padding: 30px;
    }

    .audience-card h3 {
        font-size: 26px;
    }

    .services-cta-section {
        padding: 65px 0;
    }

    .services-cta-box {
        padding: 35px 25px;
    }

    .services-cta-box h2 {
        font-size: 28px;
    }

}

/* =========================================
   CONTACT PAGE
========================================= */


/* =========================================
   CONTACT BANNER
========================================= */

.contact-page-banner {
    position: relative;
    overflow: hidden;

    padding: 95px 0;

    background: #f5f8ff;
}

.contact-banner-content {
    position: relative;
    z-index: 2;
}

.contact-banner-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 18px;
    padding: 8px 16px;

    border-radius: 30px;

    background: rgba(13, 110, 253, .08);

    color: #0d6efd;

    font-size: 14px;
    font-weight: 600;
}

.contact-banner-content h1 {
    max-width: 700px;

    margin-bottom: 20px;

    color: #1d2939;

    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
}

.contact-banner-content h1 span {
    display: block;

    color: #0d6efd;
}

.contact-banner-content>p {
    max-width: 680px;

    margin-bottom: 25px;

    color: #667085;

    font-size: 18px;
    line-height: 1.7;
}


/* Breadcrumb */

.contact-breadcrumb {
    margin: 0;
    padding: 0;

    background: transparent;
}

.contact-breadcrumb .breadcrumb-item {
    color: #667085;
}

.contact-breadcrumb .breadcrumb-item a {
    color: #0d6efd;

    text-decoration: none;
}

.contact-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";

    color: #98a2b3;
}


/* Background shapes */

.contact-banner-shape {
    position: absolute;

    border-radius: 50%;

    background: rgba(13, 110, 253, .05);
}

.contact-banner-shape-1 {
    width: 450px;
    height: 450px;

    top: -250px;
    right: -100px;
}

.contact-banner-shape-2 {
    width: 300px;
    height: 300px;

    bottom: -200px;
    left: -100px;
}


/* =========================================
   BANNER VISUAL
========================================= */

.contact-banner-visual {
    position: relative;

    width: 330px;
    height: 300px;

    margin: auto;
}

.contact-banner-icon {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 150px;
    height: 150px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: #0d6efd;

    color: #fff;

    font-size: 58px;

    box-shadow: 0 25px 60px rgba(13, 110, 253, .22);
}

.contact-floating-card {
    position: absolute;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 14px 18px;

    background: #fff;

    border-radius: 12px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.contact-floating-card i {
    color: #0d6efd;

    font-size: 24px;
}

.contact-floating-card strong {
    display: block;

    color: #1d2939;

    font-size: 14px;
}

.contact-floating-card span {
    display: block;

    color: #667085;

    font-size: 11px;
}

.contact-floating-card-1 {
    top: 10px;
    right: -20px;
}

.contact-floating-card-2 {
    bottom: 15px;
    left: -20px;
}


/* =========================================
   MAIN CONTACT SECTION
========================================= */

.contact-main-section {
    padding: 105px 0;

    background: #fff;
}


/* Heading */

.contact-section-heading .section-label {
    display: inline-block;

    margin-bottom: 15px;

    color: #0d6efd;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.contact-section-heading h2 {
    margin-bottom: 18px;

    color: #1d2939;

    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
}

.contact-section-heading h2 span {
    color: #0d6efd;
}

.contact-section-heading p {
    max-width: 680px;

    margin: auto;

    color: #667085;

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   CONTACT FORM CARD
========================================= */

.contact-form-card {
    padding: 40px;

    background: #fff;

    border: 1px solid #eaecf0;

    border-radius: 18px;

    box-shadow: 0 15px 45px rgba(16, 24, 40, .05);
}


/* Header */

.contact-form-header {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 35px;

    padding-bottom: 25px;

    border-bottom: 1px solid #eaecf0;
}

.contact-form-header span {
    display: block;

    margin-bottom: 7px;

    color: #0d6efd;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.contact-form-header h3 {
    margin: 0;

    color: #1d2939;

    font-size: 26px;
    font-weight: 700;
}

.contact-form-header-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(13, 110, 253, .08);

    color: #0d6efd;

    font-size: 24px;
}


/* =========================================
   INPUTS
========================================= */

.contact-input-group label {
    display: block;

    margin-bottom: 8px;

    color: #344054;

    font-size: 14px;
    font-weight: 600;
}

.contact-input {
    position: relative;
}

.contact-input>i {
    position: absolute;

    top: 50%;
    left: 17px;

    z-index: 2;

    transform: translateY(-50%);

    color: #98a2b3;

    font-size: 18px;
}

.contact-input .form-control {
    height: 54px;

    padding-left: 48px;

    border: 1px solid #d0d5dd;

    border-radius: 9px;

    background: #fff;

    color: #1d2939;

    font-size: 14px;

    box-shadow: none;

    transition: all .25s ease;
}

.contact-input .form-control::placeholder {
    color: #98a2b3;
}

.contact-input .form-control:focus {
    border-color: #0d6efd;

    box-shadow: 0 0 0 3px rgba(13, 110, 253, .10);
}

.contact-textarea>i {
    top: 20px;

    transform: none;
}

.contact-textarea .form-control {
    height: auto;

    min-height: 150px;

    padding-top: 15px;
}


/* =========================================
   SUBMIT
========================================= */

.contact-submit {
    display: flex;

    align-items: center;

    gap: 20px;

    margin-top: 5px;
}

.contact-submit .button {
    display: inline-flex;

    align-items: center;

    gap: 8px;
}

.contact-submit span {
    color: #98a2b3;

    font-size: 12px;
}


/* =========================================
   CONTACT INFORMATION
========================================= */

.contact-info-card {
    height: 100%;

    padding: 35px;

    border-radius: 18px;

    background: #101828;

    color: #fff;
}


/* Heading */

.contact-info-heading {
    padding-bottom: 25px;

    margin-bottom: 10px;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.contact-info-heading>span {
    display: block;

    margin-bottom: 10px;

    color: #60a5fa;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.contact-info-heading h3 {
    margin-bottom: 12px;

    color: #fff;

    font-size: 28px;
}

.contact-info-heading p {
    margin: 0;

    color: #98a2b3;

    font-size: 14px;
    line-height: 1.7;
}


/* Information item */

.contact-info-item {
    display: flex;

    gap: 15px;

    padding: 22px 0;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.contact-info-icon {
    flex: 0 0 45px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(255, 255, 255, .08);

    color: #60a5fa;

    font-size: 19px;
}

.contact-info-item span {
    display: block;

    margin-bottom: 5px;

    color: #98a2b3;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1px;
}

.contact-info-item a {
    display: block;

    margin-bottom: 4px;

    color: #fff;

    font-size: 14px;

    text-decoration: none;
}

.contact-info-item a:hover {
    color: #60a5fa;
}

.contact-info-item p {
    max-width: 220px;

    margin: 0;

    color: #fff;

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================
   SOCIAL
========================================= */

.contact-social {
    padding-top: 25px;
}

.contact-social>span {
    display: block;

    margin-bottom: 12px;

    color: #98a2b3;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1px;
}

.contact-social>div {
    display: flex;

    gap: 8px;
}

.contact-social a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: rgba(255, 255, 255, .08);

    color: #fff;

    text-decoration: none;

    transition: all .25s ease;
}

.contact-social a:hover {
    background: #0d6efd;

    transform: translateY(-3px);
}


/* =========================================
   CTA
========================================= */

.contact-cta-section {
    padding: 0 0 100px;

    background: #fff;
}

.contact-cta-box {
    padding: 55px 60px;

    border-radius: 18px;

    background: #0d6efd;

    color: #fff;

    box-shadow: 0 20px 50px rgba(13, 110, 253, .15);
}

.contact-cta-box span {
    display: block;

    margin-bottom: 12px;

    color: rgba(255, 255, 255, .75);

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.contact-cta-box h2 {
    margin-bottom: 12px;

    color: #fff;

    font-size: 35px;
    line-height: 1.3;
}

.contact-cta-box p {
    max-width: 650px;

    margin: 0;

    color: rgba(255, 255, 255, .8);

    font-size: 16px;
    line-height: 1.7;
}

.contact-cta-box .button {
    background: #fff;

    color: #0d6efd;
}

.contact-cta-box .button i {
    margin-left: 8px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .contact-page-banner {
        padding: 75px 0;
    }

    .contact-banner-content h1 {
        font-size: 44px;
    }

    .contact-main-section {
        padding: 80px 0;
    }

    .contact-section-heading h2 {
        font-size: 35px;
    }

    .contact-info-card {
        margin-top: 10px;
    }

    .contact-cta-section {
        padding-bottom: 80px;
    }

    .contact-cta-box {
        padding: 45px;
    }

}


@media (max-width: 767px) {

    .contact-page-banner {
        padding: 60px 0;
    }

    .contact-banner-content h1 {
        font-size: 35px;
    }

    .contact-banner-content>p {
        font-size: 16px;
    }

    .contact-main-section {
        padding: 65px 0;
    }

    .contact-section-heading h2 {
        font-size: 30px;
    }

    .contact-form-card {
        padding: 25px 20px;
    }

    .contact-form-header h3 {
        font-size: 22px;
    }

    .contact-submit {
        align-items: flex-start;

        flex-direction: column;

        gap: 12px;
    }

    .contact-info-card {
        padding: 28px 22px;
    }

    .contact-cta-section {
        padding-bottom: 65px;
    }

    .contact-cta-box {
        padding: 35px 25px;
    }

    .contact-cta-box h2 {
        font-size: 28px;
    }

}

/* =========================================================
   RECRUITMENT FOOTER
========================================================= */

.recruitment-footer {
    position: relative;

    background: #101828;

    color: #fff;
}


/* =========================================================
   FOOTER MAIN
========================================================= */

.footer-main {
    padding: 80px 0 65px;
}


/* =========================================================
   FOOTER WIDGET
========================================================= */

.recruitment-footer-widget {
    margin-bottom: 30px;
}

.recruitment-footer-widget h5 {
    margin-bottom: 25px;

    color: #fff;

    font-size: 16px;
    font-weight: 700;
}


/* =========================================================
   LOGO
========================================================= */

.footer-logo {
    margin-bottom: 22px;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    max-width: 170px;

    max-height: 50px;
}


/* =========================================================
   COMPANY DESCRIPTION
========================================================= */

.footer-company-desc {
    max-width: 380px;

    margin-bottom: 25px;

    color: #98a2b3;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   SOCIAL
========================================================= */

.footer-social-wrapper>span {
    display: block;

    margin-bottom: 12px;

    color: #d0d5dd;

    font-size: 12px;
    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 1px;
}

.footer-socials {
    display: flex;

    align-items: center;

    gap: 9px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-socials li {
    margin: 0;
}

.footer-socials li a {
    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .10);

    border-radius: 8px;

    background: rgba(255, 255, 255, .04);

    color: #d0d5dd;

    font-size: 16px;

    text-decoration: none;

    transition: all .25s ease;
}

.footer-socials li a:hover {
    border-color: #0d6efd;

    background: #0d6efd;

    color: #fff;

    transform: translateY(-3px);
}


/* =========================================================
   FOOTER LINKS
========================================================= */

.footer-links {
    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-links li {
    margin-bottom: 13px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links li a {
    position: relative;

    display: inline-block;

    color: #98a2b3;

    font-size: 14px;

    text-decoration: none;

    transition: all .25s ease;
}

.footer-links li a::before {
    content: "";

    position: absolute;

    bottom: -3px;
    left: 0;

    width: 0;
    height: 1px;

    background: #0d6efd;

    transition: width .25s ease;
}

.footer-links li a:hover {
    color: #fff;

    padding-left: 4px;
}

.footer-links li a:hover::before {
    width: 100%;
}


/* =========================================================
   CONTACT
========================================================= */

.footer-contact-desc {
    margin-bottom: 22px;

    color: #98a2b3;

    font-size: 14px;

    line-height: 1.7;
}


/* Contact Item */

.footer-contact-item {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    margin-bottom: 18px;
}

.footer-contact-icon {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: rgba(13, 110, 253, .12);

    color: #60a5fa;

    font-size: 16px;
}

.footer-contact-item span {
    display: block;

    margin-bottom: 3px;

    color: #667085;

    font-size: 10px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;
}

.footer-contact-item a {
    display: block;

    color: #fff;

    font-size: 13px;

    text-decoration: none;

    transition: color .25s ease;
}

.footer-contact-item a:hover {
    color: #60a5fa;
}

.footer-contact-item p {
    max-width: 240px;

    margin: 0;

    color: #fff;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   CONTACT BUTTON
========================================================= */

.footer-contact-button {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 5px;

    padding: 11px 17px;

    border: 1px solid rgba(255, 255, 255, .12);

    border-radius: 7px;

    background: rgba(255, 255, 255, .05);

    color: #fff;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition: all .25s ease;
}

.footer-contact-button:hover {
    border-color: #0d6efd;

    background: #0d6efd;

    color: #fff;

    transform: translateY(-2px);
}

.footer-contact-button i {
    font-size: 15px;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
    padding: 24px 0;

    border-top: 1px solid rgba(255, 255, 255, .08);
}

.copyright {
    margin: 0;

    color: #667085;

    font-size: 13px;
}

.copyright strong {
    color: #d0d5dd;
}


/* =========================================================
   BOTTOM LINKS
========================================================= */

.footer-bottom-links {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 25px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-bottom-links li a {
    color: #667085;

    font-size: 12px;

    text-decoration: none;

    transition: color .25s ease;
}

.footer-bottom-links li a:hover {
    color: #fff;
}


/* =========================================================
   SCROLL TOP
========================================================= */

.recruitment-scroll-top {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #0d6efd;

    color: #fff;

    box-shadow: 0 10px 25px rgba(13, 110, 253, .25);

    transition: all .25s ease;
}

.recruitment-scroll-top:hover {
    background: #0b5ed7;

    color: #fff;

    transform: translateY(-3px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .footer-main {
        padding: 65px 0 45px;
    }

    .footer-company-desc {
        max-width: 500px;
    }

    .footer-bottom-links {
        justify-content: flex-start;

        margin-top: 12px;
    }

}


@media (max-width: 767px) {

    .footer-main {
        padding: 55px 0 30px;
    }

    .recruitment-footer-widget {
        margin-bottom: 35px;
    }

    .footer-logo img {
        max-width: 150px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;

        flex-wrap: wrap;

        gap: 12px 20px;
    }

    .footer-contact-item {
        max-width: 350px;
    }

    .recruitment-scroll-top {
        width: 40px;
        height: 40px;
    }

}

/* =========================================================
   RECRUITMENT PRELOADER
========================================================= */

.recruitment-preloader {
    position: fixed;

    inset: 0;

    z-index: 99999;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #fff;

    transition: all .4s ease;
}

.preloader-content {
    text-align: center;
}

.preloader-logo img {
    width: 160px;

    max-height: 55px;

    margin-bottom: 25px;
}

.preloader-loader {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    margin-bottom: 15px;
}

.preloader-loader span {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #0d6efd;

    animation: recruitmentPreloader 1.2s infinite ease-in-out;
}

.preloader-loader span:nth-child(2) {
    animation-delay: .15s;
}

.preloader-loader span:nth-child(3) {
    animation-delay: .3s;
}

.preloader-content p {
    margin: 0;

    color: #98a2b3;

    font-size: 12px;

    letter-spacing: .5px;
}

@keyframes recruitmentPreloader {

    0%,
    80%,
    100% {
        transform: scale(.65);

        opacity: .4;
    }

    40% {
        transform: scale(1);

        opacity: 1;
    }

}


/* =========================================================
   HERO WRAPPER
========================================================= */

.recruitment-hero-wrapper {
    position: relative;

    width: 100%;
}


/* =========================================================
   HEADER
========================================================= */

.recruitment-header {
    position: relative;

    z-index: 1000;

    width: 100%;

    background: #fff;

    border-bottom: 1px solid #eaecf0;
}

.recruitment-navbar {
    min-height: 82px;

    padding-top: 0;
    padding-bottom: 0;
}


/* =========================================================
   LOGO
========================================================= */

.recruitment-logo {
    display: inline-flex;

    align-items: center;

    margin-right: 40px;

    padding: 0;
}

.recruitment-logo img {
    width: auto;

    max-width: 175px;

    max-height: 52px;
}


/* =========================================================
   NAVIGATION
========================================================= */

.recruitment-nav {
    align-items: center;

    gap: 5px;
}

.recruitment-nav .nav-item {
    position: relative;
}

.recruitment-nav .nav-link {
    position: relative;

    display: flex;

    align-items: center;

    min-height: 82px;

    padding: 0 16px !important;

    color: #475467;

    font-size: 14px;
    font-weight: 500;

    text-decoration: none;

    transition: color .25s ease;
}

.recruitment-nav .nav-link::after {
    content: "";

    position: absolute;

    left: 16px;
    right: 16px;
    bottom: 0;

    width: auto;
    height: 3px;

    border-radius: 5px 5px 0 0;

    background: #0d6efd;

    transform: scaleX(0);

    transition: transform .25s ease;
}

.recruitment-nav .nav-link:hover {
    color: #0d6efd;
}

.recruitment-nav .nav-link:hover::after,
.recruitment-nav .nav-link.active::after {
    transform: scaleX(1);
}

.recruitment-nav .nav-link.active {
    color: #0d6efd;
    font-weight: 600;
}


/* =========================================================
   HEADER ACTIONS
========================================================= */

.recruitment-header-actions {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-left: 28px;
}


/* Login */

.recruitment-login {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 10px 12px;

    color: #344054;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: color .25s ease;
}

.recruitment-login i {
    font-size: 17px;
}

.recruitment-login:hover {
    color: #0d6efd;
}


/* Register */

.recruitment-register {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 12px 18px;

    border-radius: 8px;

    background: #0d6efd;

    color: #fff;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    box-shadow: 0 8px 20px rgba(13, 110, 253, .15);

    transition: all .25s ease;
}

.recruitment-register:hover {
    background: #0b5ed7;

    color: #fff;

    transform: translateY(-2px);

    box-shadow: 0 12px 25px rgba(13, 110, 253, .2);
}

.recruitment-register i {
    font-size: 15px;

    transition: transform .25s ease;
}

.recruitment-register:hover i {
    transform: translateX(3px);
}


/* =========================================================
   MOBILE TOGGLER
========================================================= */

.recruitment-toggler {
    width: 45px;
    height: 42px;

    padding: 9px;

    border: 1px solid #eaecf0;

    border-radius: 8px;

    background: #fff;

    box-shadow: none !important;
}

.recruitment-toggler span {
    display: block;

    width: 100%;
    height: 2px;

    margin: 4px 0;

    border-radius: 5px;

    background: #344054;

    transition: all .25s ease;
}

.recruitment-toggler:focus {
    outline: none;
}


/* =========================================================
   STICKY HEADER
========================================================= */

.recruitment-header.is-sticky {
    position: fixed;

    top: 0;
    left: 0;
    right: 0;

    background: rgba(255, 255, 255, .97);

    box-shadow: 0 5px 25px rgba(16, 24, 40, .08);

    backdrop-filter: blur(10px);

    animation: recruitmentHeaderSlide .3s ease;
}

@keyframes recruitmentHeaderSlide {

    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }

}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .recruitment-nav .nav-link {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .recruitment-header-actions {
        margin-left: 35px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .recruitment-logo {
        margin-right: 20px;
    }

    .recruitment-nav .nav-link {
        padding-left: 11px !important;
        padding-right: 11px !important;
    }

    .recruitment-header-actions {
        margin-left: 15px;

        gap: 5px;
    }

    .recruitment-register {
        padding: 11px 13px;
    }

}


@media (max-width: 991px) {

    .recruitment-navbar {
        min-height: 72px;

        padding-top: 12px;
        padding-bottom: 12px;
    }

    .recruitment-logo img {
        max-width: 150px;
    }

    .recruitment-toggler {
        margin-left: auto;
    }

    .recruitment-navbar .navbar-collapse {
        margin-top: 15px;

        padding: 10px 0 20px;

        border-top: 1px solid #eaecf0;
    }

    .recruitment-nav {
        align-items: stretch;

        gap: 0;
    }

    .recruitment-nav .nav-link {
        min-height: auto;

        padding: 13px 5px !important;
    }

    .recruitment-nav .nav-link::after {
        display: none;
    }

    .recruitment-nav .nav-link.active {
        padding-left: 12px !important;

        border-radius: 7px;

        background: rgba(13, 110, 253, .07);
    }

    .recruitment-header-actions {
        align-items: stretch;

        flex-direction: column;

        margin: 12px 0 0;

        padding-top: 15px;

        border-top: 1px solid #eaecf0;
    }

    .recruitment-login {
        justify-content: center;

        padding: 11px;
    }

    .recruitment-register {
        justify-content: center;

        padding: 12px;
    }

}




@media (max-width: 575px) {

    .recruitment-logo img {
        max-width: 135px;
    }

}



.section-padding {
    padding: 100px 0;
}



.recruitment-home-hero {
    position: relative;
    overflow: hidden;

    padding: 100px 0 120px;

    background: #f8fafc;
}

.recruitment-home-hero::before {
    content: "";

    position: absolute;

    top: -250px;
    right: -200px;

    width: 600px;
    height: 600px;

    border-radius: 50%;

    background: rgba(13, 110, 253, .06);
}

.home-hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 20px;
    padding: 8px 13px;

    border: 1px solid #dbeafe;
    border-radius: 30px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .7px;
    text-transform: uppercase;
}

.hero-badge-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #2563eb;
}

.home-hero-content h1 {
    max-width: 650px;

    margin-bottom: 25px;

    color: #101828;

    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;

    letter-spacing: -2px;
}

.home-hero-content h1 span {
    display: block;

    color: #0d6efd;
}

.home-hero-content>p {
    max-width: 570px;

    margin-bottom: 30px;

    color: #667085;

    font-size: 17px;

    line-height: 1.8;
}




.hero-buttons {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 40px;
}

.recruitment-primary-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 14px 22px;

    border-radius: 8px;

    background: #0d6efd;

    color: #fff;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    box-shadow: 0 10px 25px rgba(13, 110, 253, .16);

    transition: all .25s ease;
}

.recruitment-primary-btn:hover {
    background: #0b5ed7;

    color: #fff;

    transform: translateY(-2px);
}

.recruitment-secondary-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 13px 21px;

    border: 1px solid #d0d5dd;
    border-radius: 8px;

    background: #fff;

    color: #344054;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: all .25s ease;
}

.recruitment-secondary-btn:hover {
    border-color: #0d6efd;

    color: #0d6efd;

    transform: translateY(-2px);
}




.hero-trust {
    display: flex;

    align-items: center;

    gap: 14px;
}

.hero-trust-avatars {
    display: flex;

    align-items: center;
}

.hero-trust-avatars span {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-left: -8px;

    border: 2px solid #fff;
    border-radius: 50%;

    background: #dbeafe;

    color: #2563eb;

    font-size: 13px;
}

.hero-trust-avatars span:first-child {
    margin-left: 0;
}

.hero-trust-more {
    background: #0d6efd !important;

    color: #fff !important;

    font-size: 11px !important;
    font-weight: 700;
}

.hero-trust strong {
    display: block;

    color: #101828;

    font-size: 14px;
}

.hero-trust small {
    display: block;

    margin-top: 2px;

    color: #98a2b3;

    font-size: 11px;
}



.home-hero-visual {
    position: relative;

    min-height: 520px;

    display: flex;

    align-items: center;
    justify-content: center;
}

.hero-main-card {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 570px;

    padding: 28px;

    border: 1px solid #eaecf0;
    border-radius: 18px;

    background: #fff;

    box-shadow:
        0 25px 70px rgba(16, 24, 40, .10);
}

.hero-card-header {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    margin-bottom: 25px;
}

.hero-card-header span {
    display: block;

    margin-bottom: 7px;

    color: #667085;

    font-size: 11px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: .8px;
}

.hero-card-header h4 {
    margin: 0;

    color: #101828;

    font-size: 19px;
    font-weight: 700;
}

.hero-card-icon {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 19px;
}




.hero-search-box {
    display: flex;

    align-items: center;

    gap: 8px;

    padding: 7px;

    border: 1px solid #eaecf0;
    border-radius: 10px;

    background: #f8fafc;
}

.hero-search-field {
    flex: 1;

    display: flex;

    align-items: center;

    gap: 7px;

    min-width: 0;

    padding: 10px;

    color: #98a2b3;

    font-size: 11px;
}

.hero-search-field i {
    color: #667085;

    font-size: 14px;
}

.hero-search-button {
    padding: 11px 17px;

    border-radius: 7px;

    background: #0d6efd;

    color: #fff;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none;
}



.hero-job-list {
    margin-top: 20px;
}

.hero-job-item {
    display: flex;

    align-items: center;

    gap: 12px;

    padding: 14px 4px;

    border-bottom: 1px solid #f2f4f7;
}

.hero-job-item:last-child {
    border-bottom: 0;
}

.hero-job-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #f2f4f7;

    color: #475467;
}

.hero-job-info {
    flex: 1;
}

.hero-job-info h6 {
    margin: 0 0 4px;

    color: #344054;

    font-size: 13px;
    font-weight: 600;
}

.hero-job-info p {
    margin: 0;

    color: #98a2b3;

    font-size: 10px;
}

.hero-job-arrow {
    color: #98a2b3;

    font-size: 14px;
}




.hero-floating-card {
    position: absolute;
    z-index: 3;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 13px 15px;

    border: 1px solid #eaecf0;
    border-radius: 10px;

    background: #fff;

    box-shadow: 0 15px 40px rgba(16, 24, 40, .10);
}

.hero-floating-card-one {
    top: 55px;
    right: -15px;
}

.hero-floating-card-two {
    bottom: 50px;
    left: -25px;
}

.floating-card-icon {
    width: 36px;
    height: 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #ecfdf3;

    color: #12b76a;
}

.hero-floating-card strong {
    display: block;

    color: #101828;

    font-size: 13px;
}

.hero-floating-card span {
    display: block;

    color: #98a2b3;

    font-size: 9px;
}



.recruitment-stats {
    position: relative;

    z-index: 5;

    margin-top: -35px;
}

.stats-wrapper {
    padding: 25px 30px;

    border: 1px solid #eaecf0;
    border-radius: 14px;

    background: #fff;

    box-shadow: 0 15px 40px rgba(16, 24, 40, .07);
}

.stat-item {
    display: flex;

    align-items: center;

    gap: 13px;

    padding: 10px 20px;

    border-right: 1px solid #eaecf0;
}

.stat-item-last {
    border-right: 0;
}

.stat-icon {
    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #eff6ff;

    color: #2563eb;
}

.stat-item h3 {
    margin: 0 0 3px;

    color: #101828;

    font-size: 22px;
    font-weight: 700;
}

.stat-item p {
    margin: 0;

    color: #98a2b3;

    font-size: 11px;
}




.home-section-heading {
    margin-bottom: 25px;
}

.home-section-heading>span,
.home-section-label {
    display: inline-block;

    margin-bottom: 12px;

    color: #2563eb;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.3px;
}

.home-section-heading h2 {
    margin-bottom: 16px;

    color: #101828;

    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.home-section-heading h2 strong {
    color: #0d6efd;
}

.home-section-heading p {
    margin: 0 auto;

    max-width: 650px;

    color: #667085;

    font-size: 14px;

    line-height: 1.8;
}



.recruitment-home-services {
    background: #fff;
}

.home-service-card {
    position: relative;

    height: 100%;

    padding: 30px;

    border: 1px solid #eaecf0;
    border-radius: 13px;

    background: #fff;

    overflow: hidden;

    transition: all .3s ease;
}

.home-service-card:hover {
    border-color: #bfdbfe;

    transform: translateY(-7px);

    box-shadow: 0 18px 45px rgba(16, 24, 40, .08);
}

.service-card-icon {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border-radius: 11px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 21px;
}

.service-number {
    position: absolute;

    top: 27px;
    right: 28px;

    color: #eaecf0;

    font-size: 32px;
    font-weight: 700;
}

.home-service-card h4 {
    margin-bottom: 13px;

    color: #101828;

    font-size: 19px;
    font-weight: 700;
}

.home-service-card p {
    min-height: 75px;

    margin-bottom: 22px;

    color: #667085;

    font-size: 13px;

    line-height: 1.7;
}

.home-service-card a {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #2563eb;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none;
}

.home-service-card a i {
    transition: transform .25s ease;
}

.home-service-card a:hover i {
    transform: translateX(4px);
}




.recruitment-why-us {
    padding: 100px 0;

    background: #f8fafc;
}

.why-us-visual {
    position: relative;

    min-height: 440px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.why-main-box {
    width: 100%;
    max-width: 480px;

    padding: 35px;

    border: 1px solid #eaecf0;
    border-radius: 16px;

    background: #fff;

    box-shadow: 0 20px 55px rgba(16, 24, 40, .08);
}

.why-box-header {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 35px;
}

.why-box-header span {
    color: #101828;

    font-size: 16px;
    font-weight: 700;
}

.why-box-header i {
    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #eff6ff;

    color: #2563eb;
}

.why-progress-item {
    margin-bottom: 28px;
}

.why-progress-item:last-child {
    margin-bottom: 0;
}

.why-progress-heading {
    display: flex;

    justify-content: space-between;

    margin-bottom: 9px;

    color: #344054;

    font-size: 12px;
    font-weight: 600;
}

.why-progress-heading strong {
    color: #2563eb;
}

.why-progress {
    height: 7px;

    overflow: hidden;

    border-radius: 10px;

    background: #f2f4f7;
}

.why-progress span {
    display: block;

    height: 100%;

    border-radius: 10px;

    background: #0d6efd;
}

.why-small-card {
    position: absolute;

    right: 10px;
    bottom: 25px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 13px 15px;

    border: 1px solid #eaecf0;
    border-radius: 10px;

    background: #fff;

    box-shadow: 0 15px 35px rgba(16, 24, 40, .09);
}

.why-small-card>i {
    color: #12b76a;

    font-size: 23px;
}

.why-small-card strong,
.why-small-card span {
    display: block;
}

.why-small-card strong {
    color: #344054;

    font-size: 11px;
}

.why-small-card span {
    margin-top: 2px;

    color: #98a2b3;

    font-size: 9px;
}

.why-us-content {
    padding-left: 45px;
}

.why-us-content h2 {
    margin-bottom: 18px;

    color: #101828;

    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.why-us-content h2 strong {
    color: #0d6efd;
}

.why-us-content>p {
    margin-bottom: 25px;

    color: #667085;

    font-size: 14px;

    line-height: 1.8;
}

.why-list {
    margin: 0 0 30px;
    padding: 0;

    list-style: none;
}

.why-list li {
    display: flex;

    gap: 12px;

    margin-bottom: 20px;
}

.why-list-icon {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ecfdf3;

    color: #12b76a;

    font-size: 14px;
}

.why-list h5 {
    margin: 0 0 4px;

    color: #344054;

    font-size: 14px;
    font-weight: 700;
}

.why-list p {
    margin: 0;

    color: #98a2b3;

    font-size: 12px;

    line-height: 1.6;
}




.recruitment-audience {
    padding: 100px 0;
}

.audience-card {
    position: relative;

    min-height: 330px;

    display: flex;

    align-items: center;

    padding: 45px;

    border-radius: 16px;

    overflow: hidden;
}

.audience-candidate {
    background: #eff6ff;
}

.audience-employer {
    background: #f0fdf4;
}

.audience-content {
    position: relative;
    z-index: 2;

    max-width: 400px;
}

.audience-content>span {
    display: block;

    margin-bottom: 13px;

    color: #2563eb;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.2px;
}

.audience-employer .audience-content>span {
    color: #16a34a;
}

.audience-content h3 {
    margin-bottom: 13px;

    color: #101828;

    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
}

.audience-content p {
    margin-bottom: 22px;

    color: #667085;

    font-size: 13px;

    line-height: 1.7;
}

.audience-button {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #2563eb;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;
}

.audience-employer .audience-button {
    color: #16a34a;
}

.audience-icon {
    position: absolute;

    right: 40px;
    bottom: -15px;

    color: rgba(37, 99, 235, .09);

    font-size: 180px;
}

.audience-employer .audience-icon {
    color: rgba(22, 163, 74, .09);
}


/* =========================================================
   CTA
========================================================= */

.recruitment-home-cta {
    padding: 0 0 100px;
}

.cta-wrapper {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 50px 55px;

    border-radius: 16px;

    background: #101828;
}

.cta-content>span {
    display: block;

    margin-bottom: 10px;

    color: #60a5fa;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.2px;
}

.cta-content h2 {
    margin-bottom: 10px;

    color: #fff;

    font-size: 31px;
    line-height: 1.2;
    font-weight: 700;
}

.cta-content p {
    max-width: 600px;

    margin: 0;

    color: #98a2b3;

    font-size: 13px;

    line-height: 1.7;
}

.cta-buttons {
    display: flex;

    align-items: center;

    gap: 10px;

    flex-shrink: 0;
}

.cta-primary,
.cta-secondary {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 13px 18px;

    border-radius: 8px;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none;

    transition: all .25s ease;
}

.cta-primary {
    background: #0d6efd;

    color: #fff;
}

.cta-primary:hover {
    background: #3b82f6;

    color: #fff;

    transform: translateY(-2px);
}

.cta-secondary {
    border: 1px solid #344054;

    color: #d0d5dd;
}

.cta-secondary:hover {
    border-color: #667085;

    color: #fff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .home-hero-content h1 {
        font-size: 48px;
    }

    .hero-floating-card-one {
        right: -5px;
    }

    .hero-floating-card-two {
        left: -5px;
    }

}

@media (max-width: 991px) {

    .recruitment-home-hero {
        padding: 70px 0 90px;
    }

    .home-hero-content {
        margin-bottom: 60px;

        text-align: center;
    }

    .home-hero-content h1 {
        margin-left: auto;
        margin-right: auto;

        font-size: 46px;
    }

    .home-hero-content>p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons,
    .hero-trust {
        justify-content: center;
    }

    .home-hero-visual {
        min-height: 480px;
    }

    .stat-item {
        margin-bottom: 15px;

        border-right: 0;
    }

    .why-us-content {
        padding-left: 0;

        margin-top: 50px;
    }

    .why-us-content h2 {
        font-size: 34px;
    }

    .cta-wrapper {
        flex-direction: column;

        align-items: flex-start;
    }

}

@media (max-width: 767px) {

    .section-padding {
        padding: 70px 0;
    }

    .home-hero-content h1 {
        font-size: 38px;

        letter-spacing: -1px;
    }

    .home-hero-content>p {
        font-size: 15px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .recruitment-primary-btn,
    .recruitment-secondary-btn {
        width: 100%;
    }

    .hero-main-card {
        padding: 20px;
    }

    .hero-search-box {
        flex-direction: column;
    }

    .hero-search-field {
        width: 100%;
    }

    .hero-search-button {
        width: 100%;

        text-align: center;
    }

    .hero-floating-card {
        display: none;
    }

    .home-hero-visual {
        min-height: auto;
    }

    .stats-wrapper {
        padding: 20px;
    }

    .stat-item {
        padding: 15px 10px;
    }

    .home-section-heading h2 {
        font-size: 31px;
    }

    .why-us-content h2 {
        font-size: 31px;
    }

    .why-main-box {
        padding: 25px;
    }

    .why-small-card {
        right: 0;
        bottom: 5px;
    }

    .audience-card {
        min-height: 300px;

        padding: 30px;
    }

    .audience-content h3 {
        font-size: 25px;
    }

    .audience-icon {
        right: 15px;

        font-size: 130px;
    }

    .cta-wrapper {
        padding: 35px 25px;
    }

    .cta-content h2 {
        font-size: 27px;
    }

    .cta-buttons {
        width: 100%;

        flex-direction: column;
    }

    .cta-primary,
    .cta-secondary {
        width: 100%;

        justify-content: center;
    }

}

@media (max-width: 575px) {

    .recruitment-home-hero {
        padding: 55px 0 70px;
    }

    .home-hero-content h1 {
        font-size: 34px;
    }

    .hero-card-header h4 {
        font-size: 16px;
    }

    .hero-job-info h6 {
        font-size: 12px;
    }

}

.hero-search-field {
    flex: 1;

    display: flex;
    align-items: center;

    gap: 8px;

    min-width: 0;

    padding: 0 10px;
}

.hero-search-field i {
    flex: 0 0 auto;

    color: #667085;

    font-size: 15px;
}

.hero-search-field input {
    width: 100%;

    height: 44px;

    padding: 0;

    border: 0;
    outline: 0;

    background: transparent;

    color: #344054;

    font-size: 12px;
}

.hero-search-field input::placeholder {
    color: #98a2b3;
}

.hero-search-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 6px;

    height: 44px;

    padding: 0 18px;

    border: 0;
    border-radius: 7px;

    background: #0d6efd;

    color: #fff;

    font-size: 12px;
    font-weight: 600;

    cursor: pointer;

    text-decoration: none;
}

.hero-search-button:hover {
    background: #0b5ed7;

    color: #fff;
}

/* =========================================================
   SUBMIT RESUME
========================================================= */

.submit-resume-section {
    padding-bottom: 100px;

    background: #f8fafc;
}


/* =========================================================
   INTRO
========================================================= */

.resume-intro {
    padding: 70px 0 45px;
}

.resume-label {
    display: inline-block;

    margin-bottom: 12px;

    color: #2563eb;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.resume-intro h2 {
    margin-bottom: 15px;

    color: #101828;

    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.resume-intro h2 span {
    color: #0d6efd;
}

.resume-intro p {
    max-width: 650px;

    margin: 0 auto;

    color: #667085;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   FORM CARD
========================================================= */

.resume-form-card {
    padding: 40px;

    border: 1px solid #eaecf0;
    border-radius: 16px;

    background: #fff;

    box-shadow: 0 15px 50px rgba(16, 24, 40, .06);
}


/* =========================================================
   FORM HEADER
========================================================= */

.resume-form-header {
    display: flex;

    align-items: center;

    gap: 15px;

    padding-bottom: 30px;

    border-bottom: 1px solid #eaecf0;

    margin-bottom: 35px;
}

.resume-form-icon {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 50px;

    border-radius: 10px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 20px;
}

.resume-form-header h4 {
    margin: 0 0 5px;

    color: #101828;

    font-size: 18px;
    font-weight: 700;
}

.resume-form-header p {
    margin: 0;

    color: #98a2b3;

    font-size: 11px;
}


/* =========================================================
   FORM SECTION
========================================================= */

.resume-form-section {
    padding-bottom: 35px;

    margin-bottom: 35px;

    border-bottom: 1px solid #eaecf0;
}

.resume-form-section-title {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 25px;
}

.resume-form-section-title>span {
    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 30px;

    border-radius: 50%;

    background: #eff6ff;

    color: #2563eb;

    font-size: 10px;
    font-weight: 700;
}

.resume-form-section-title h5 {
    margin: 2px 0 4px;

    color: #344054;

    font-size: 14px;
    font-weight: 700;
}

.resume-form-section-title p {
    margin: 0;

    color: #98a2b3;

    font-size: 11px;
}


/* =========================================================
   INPUTS
========================================================= */

.resume-input label {
    display: block;

    margin-bottom: 8px;

    color: #344054;

    font-size: 11px;
    font-weight: 600;
}

.resume-input label span {
    color: #ef4444;
}

.resume-input-wrapper,
.resume-textarea-wrapper {
    position: relative;
}

.resume-input-wrapper>i,
.resume-textarea-wrapper>i {
    position: absolute;

    top: 50%;
    left: 14px;

    z-index: 2;

    color: #98a2b3;

    font-size: 15px;

    transform: translateY(-50%);
}

.resume-textarea-wrapper>i {
    top: 18px;

    transform: none;
}

.resume-input .form-control,
.resume-input .form-select {
    min-height: 48px;

    padding-left: 42px;

    border: 1px solid #d0d5dd;
    border-radius: 8px;

    background-color: #fff;

    color: #344054;

    font-size: 12px;

    box-shadow: none;

    transition: all .2s ease;
}

.resume-input .form-control:focus,
.resume-input .form-select:focus {
    border-color: #84adff;

    box-shadow: 0 0 0 3px rgba(13, 110, 253, .08);
}

.resume-input textarea.form-control {
    min-height: 130px;

    padding-top: 14px;

    resize: vertical;
}


/* =========================================================
   UPLOAD
========================================================= */

.resume-upload-box {
    padding: 30px;

    border: 1px dashed #b2b8c2;
    border-radius: 12px;

    background: #f8fafc;

    text-align: center;

    transition: all .25s ease;
}

.resume-upload-box:hover {
    border-color: #0d6efd;

    background: #f5f9ff;
}

.resume-upload-label {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    cursor: pointer;
}

.resume-upload-icon {
    width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 55px;

    border-radius: 50%;

    background: #eff6ff;

    color: #2563eb;

    font-size: 22px;
}

.resume-upload-label h5 {
    margin: 0 0 5px;

    color: #344054;

    font-size: 14px;
    font-weight: 700;
}

.resume-upload-label p {
    margin: 0 0 4px;

    color: #667085;

    font-size: 11px;
}

.resume-upload-label small {
    color: #98a2b3;

    font-size: 9px;
}

.resume-file-name {
    display: none;

    margin-top: 15px;

    padding: 10px 15px;

    border-radius: 7px;

    background: #ecfdf3;

    color: #027a48;

    font-size: 11px;
}

.resume-file-name.active {
    display: inline-block;
}


/* =========================================================
   FOOTER
========================================================= */

.resume-form-footer {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.resume-checkbox {
    display: flex;

    align-items: flex-start;

    gap: 8px;
}

.resume-checkbox input {
    width: 15px;
    height: 15px;

    margin-top: 2px;

    accent-color: #0d6efd;
}

.resume-checkbox label {
    max-width: 400px;

    color: #667085;

    font-size: 10px;

    line-height: 1.6;

    cursor: pointer;
}

.resume-submit-button {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    min-width: 155px;

    justify-content: center;

    border: 0;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .resume-intro {
        padding: 55px 0 35px;
    }

    .resume-intro h2 {
        font-size: 30px;
    }

    .resume-form-card {
        padding: 25px 20px;
    }

    .resume-form-header {
        align-items: flex-start;
    }

    .resume-upload-label {
        flex-direction: column;

        text-align: center;
    }

    .resume-form-footer {
        flex-direction: column;

        align-items: stretch;
    }

    .resume-submit-button {
        width: 100%;
    }

}


