/*=============================================
    Careers Page CSS
=============================================*/

/* Career Hero */
.about-area-eight {
    position: relative;
    overflow: hidden;
}

.about-img-eight img {
    width: 100%;
    border-radius: 24px;
}

.about-content-eight .sub-title {
    display: inline-block;
    padding: 10px 22px;
    background: rgba(29, 79, 255, 0.08);
    border-radius: 30px;
    color: #1d4fff;
    font-size: 14px;
    
    text-transform: uppercase;
    margin-bottom: 18px;
}

.about-content-eight .title {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #0b1c39;
    margin-bottom: 25px;
}

.about-content-eight p {
    font-size: 17px;
    line-height: 1.9;
    color: #5f6b7a;
}

.about-content-inner .list-wrap li {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.about-content-inner .icon {
    min-width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1d4fff 0%, #00c6ff 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-content-inner .icon i {
    color: #0055ff;
    font-size: 28px;
}

.about-content-inner .content .title {
    font-size: 22px;
    margin-bottom: 10px;
}

/* Why Join Us */
.services-item-seven {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 40px rgba(11, 28, 57, 0.06);
    border: 1px solid #edf2f9;
    margin-bottom: 30px;
    height: 100%;
}

.services-item-seven:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(11, 28, 57, 0.12);
}

.services-icon-seven {
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #1d4fff 0%, #00c6ff 100%);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.services-icon-seven i {
    color: #fff;
    font-size: 34px;
}

.services-content-seven .title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #0b1c39;
}

.services-content-seven p {
    font-size: 16px;
    line-height: 1.8;
    color: #5f6b7a;
}

/* Open Positions */
.vision-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 40px 35px;
    transition: all 0.4s ease;
    border: 1px solid #edf2f9;
    box-shadow: 0 10px 40px rgba(11, 28, 57, 0.06);
	
}

.vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(11, 28, 57, 0.12);
}

.vision-card h3 {
    font-size: 28px;
    color: #0b1c39;
    margin-bottom: 12px;
}

.vision-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #5f6b7a;
    margin-bottom: 20px;
}

.vision-card .list-wrap li {
    margin-bottom: 10px;
    color: #0b1c39;
    font-weight: 500;
}

.vision-card .list-wrap li i {
    color: #1d4fff;
    margin-right: 10px;
}

/* Hiring Process */
.choose-area-two {
    position: relative;
    background: #071c3c;
    overflow: hidden;
    padding: 120px 0;
}

.choose-content-two .sub-title {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(255,255,255,0.08);
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.choose-content-two .title {
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 30px;
}

.choose-content-two .list-wrap li {
    color: #dbe4ff;
    margin-bottom: 18px;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.choose-content-two .list-wrap li i {
    color: #00c6ff;
    margin-right: 12px;
}

.choose-img-two img {
    width: 100%;
    border-radius: 24px;
}

/* Career Form */
.estimate-area {
    position: relative;
    background: #f7faff;
}

.estimate-form-wrap .form-grp {
    margin-bottom: 22px;
}

.estimate-form-wrap input,
.estimate-form-wrap select,
.estimate-form-wrap textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #dfe5f1;
    border-radius: 10px;
    padding: 0 20px;
    background: #fff;
    color: #0b1c39;
    font-size: 16px;
    transition: all 0.3s ease;
}

.estimate-form-wrap textarea {
    height: 140px;
    padding-top: 18px;
    resize: none;
}

.estimate-form-wrap input[type="file"] {
    padding-top: 15px;
}

.estimate-form-wrap input:focus,
.estimate-form-wrap select:focus,
.estimate-form-wrap textarea:focus {
    border-color: #1d4fff;
    box-shadow: 0 0 0 4px rgba(29, 79, 255, 0.08);
    outline: none;
}

.estimate-form-wrap .btn {
    min-width: 260px;
    height: 60px;
    border-radius: 50px;
    font-size: 16px;
    
}

/* Section Titles */
.section-title-two .title {
    font-size: 40px;
    line-height: 1.2;
    color: #0b1c39;
    margin-bottom: 0;
}

.section-title-two .sub-title {
    display: inline-block;
    padding: 10px 22px;
    background: rgba(29, 79, 255, 0.08);
    border-radius: 30px;
    color: #1d4fff;
    font-size: 14px;
    
    text-transform: uppercase;
    margin-bottom: 18px;
}

/* Responsive */
@media (max-width: 991px) {

    .about-content-eight .title,
    .section-title-two .title,
    .choose-content-two .title {
        font-size: 38px;
    }

    .choose-area-two {
        padding: 100px 0;
    }

    .vision-card,
    .services-item-seven {
        margin-bottom: 30px;
    }

}

@media (max-width: 767px) {

    .about-content-eight .title,
    .section-title-two .title,
    .choose-content-two .title {
        font-size: 30px;
    }

    .vision-card,
    .services-item-seven {
        padding: 30px 25px;
    }

    .about-content-inner .list-wrap li {
        flex-direction: column;
    }

}
/* Career Cards */
.career-card {
    position: relative;
    overflow: hidden;
}

.career-top {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.job-type,
.job-location {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    
}

.job-type {
    background: rgba(29, 79, 255, 0.1);
    color: #1d4fff;
}

.job-location {
    background: rgba(0, 198, 255, 0.1);
    color: #00a3d6;
}

.career-card h3 {
    font-size: 34px;
    margin-bottom: 15px;
}

.career-tech {
    font-size: 17px;
    color: #5f6b7a;
    margin-bottom: 25px;
}

.career-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.career-skills span {
    padding: 10px 18px;
    background: #f4f7fc;
    border-radius: 30px;
    font-size: 14px;
    color: #0b1c39;
    font-weight: 500;
}

.career-info {
    margin-bottom: 35px;
}

.career-info li {
    margin-bottom: 14px;
    color: #0b1c39;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.career-info li i {
    color: #1d4fff;
    margin-right: 12px;
}

.career-btn .btn {
    min-width: 180px;
}
/* Equal Height Career Cards */
.career-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Better Section Spacing */
.services-area-two {
    background: #f8fbff;
}

/* Better Card Hover */
.career-card:hover {
    border-color: #1d4fff;
}

/* Better Buttons */
.career-btn {
    margin-top: auto;
}

/* Mobile */
@media (max-width: 767px) {

    .career-top {
        flex-wrap: wrap;
    }

    .career-card h3 {
        font-size: 28px;
    }

}
.form-area {
    position: relative;
    background: #f7faff;
}