/* ================= JOB HIGHLIGHT ================= */

.job-highlight-section {
    background: #ecf1f4;
    padding: 150px 0 0 0;
    overflow: hidden;
}

/* TAGS */
.job-tag {
    font-weight:900;
    border: 2px solid #1c1b1f;
    color: #1c1b1f;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 1.3rem;
}

/* TITLE */
.job-highlight-title {
	font-weight:900;
    font-size: 4rem;
    line-height: 1.3;
    color: #2c1f74;
	margin-bottom:1.4rem;
}

/* BUTTON */
.job-highlight-section .apply-btn {
    font-weight: 700;
    background: #2c1f74;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s;
    font-size: 1.5rem;
}

.apply-btn:hover {
    background: #1e1462;
}

/* IMAGE WRAPPER */
.highlight-image-wrapper {
    position: relative;
    display: inline-block;
}




/* IMAGE */
.highlight-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
}



/* ================= JOB DETAILS ================= */

.job-details-section {
    background: #fff;
	padding:75px 0px;
}

/* BOX */
.job-info-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 25px 30px;
}

/* TITLE */
.job-info-title {
    font-weight:900;
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #111;
}

/* LIST */
.single-careers-content ul {
    padding-left: 20px;
    margin: 0;
	list-style:disc;
}

.job-info-box ul li {
    font-family: var(--font-poppins-regular);
    font-size: 1rem;
    margin-bottom: 8px;
    color: #000;
}

/* TEXT */
.job-info-box p {
    font-family: var(--font-poppins-regular);
    font-size: 1rem;
    color: #000;
    margin-bottom: 8px;
}

/* HOVER (premium feel) */
.job-info-box:hover {
    border-color: #1e1462;
    transition: all 0.3s ease-in-out;
}

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

@media (max-width: 1280px) {
    .job-highlight-title {
        font-size: 3.2rem;
    }

    .job-tag {
        font-size: 1.1rem;
        padding: 6px 15px;
    }

    .apply-btn {
        font-size: 1.3rem;
        padding: 10px 25px;
    }

    .job-info-title {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
	.job-details-section{
		padding:50px 0px;
	}
    .job-highlight-section {
        padding: 120px 0 40px;
        text-align: center;
        background-color: #f1f5f9;
    }

    .job-highlight-content {
        margin-top: -100px;
        /* Pull text up to overlap with image like in mock */
        position: relative;
        z-index: 5;
    }

    .job-highlight-title {
        font-size: 2.5rem !important;
        line-height: 1.1 !important;
        color: #000 !important;
        font-weight: 800;
        margin-top: 20px;
    }

    .job-tag {
        background: #fff;
        border: 1px solid #1c1b1f !important;
        font-size: 1rem !important;
        padding: 6px 15px !important;
        border-radius: 20px !important;
        color: #000 !important;
    }

    .apply-btn {
        width: 100%;
        max-width: 350px;
        padding: 15px !important;
        font-size: 1.3rem !important;
        border-radius: 50px !important;
        background: #1e1462 !important;
    }

    .highlight-img {
        max-height: 500px;
        /* Same bottom-fade theme as hero image */
        mask-image: linear-gradient(to bottom, black 15%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0.2) 75%, transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, black 15%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0.2) 75%, transparent 100%);
    }

    .highlight-image-wrapper {
        margin-bottom: 20px;
    }

    /* Job Info Box Adjustments for Tablet */
    .job-info-box {
        padding: 20px !important;
        margin-bottom: 20px !important;
    }

    .job-info-title {
        font-size: 1.8rem !important;
        margin-bottom: 1rem !important;
    }
}


/* Form Css */
/* ================= CTA SECTION ================= */

.cta-section {
    background: #ecf1f4;
    padding: 80px 0 0 0;
    overflow: hidden;
}

/* TITLE */
.cta-title {
    font-family: var(--font-outfit-bold);
    font-size: 4rem;
    line-height: 1.3;
    color: #2c1f74;
}

/* BUTTON */
.cta-btn {
    font-family: var(--font-poppins-semibold);
    background: #2c1f74;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s;
    font-size: 1.5rem;
}

.cta-btn:hover {
    background: #1e1462;
}

/* IMAGE WRAPPER */
.cta-image-wrapper {
    position: relative;
    display: inline-block;
}


/* IMAGE */
.cta-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
}



/* ================= APPLICATION FORM ================= */

/* ================= APPLICATION FORM ================= */

.application-section {
    background: #f8f9fa;
    padding: 100px 0;
}

/* BOX */
.application-box {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
}

/* TITLE */
.form-title {
    font-weight:900;
    font-size: 2.2rem;
    color: #111;
}

/* LABEL */
label {
    font-family: var(--font-poppins-semibold);
    font-size: 1.1rem;
    color: #111;
    margin-bottom: 12px;
    display: block;
}

/* INPUT */
.custom-input {
    font-family: var(--font-poppins-regular);
    background-color: #fcfcfc !important;
    border-radius: 12px;
    padding: 16px 20px;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    color: #333;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.custom-input::placeholder {
    color: #a0a0a0;
}

.custom-input:focus {
    border-color: #2c1f74;
    background-color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Select Styling */
select.custom-input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23999'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 18px;
    padding-right: 50px;
    color: #666;
}

/* UPLOAD BOX */
.upload-box {
    border: none;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%234B3AA3' stroke-width='2' stroke-dasharray='16%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 20px;
    padding: 70px 20px;
    text-align: center;
    background-color: #e9e6ff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #716e7d;
}

.upload-icon {
    width: 35px;
    height: auto;
    object-fit: contain;
}

.upload-content span {
    font-family: var(--font-poppins-semibold);
    font-size: 1.25rem;
}

.upload-box:hover {
    background-color: #e1dbff;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%232c1f74' stroke-width='2.5' stroke-dasharray='16%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

/* BUTTON */
.submit-btn {
    font-family: var(--font-poppins-semibold);
    background: #110b42;
    color: #fff;
    border: none;
    padding: 16px 55px;
    border-radius: 50px;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.submit-btn:hover {
    background: #1e1462;
    box-shadow: 0 8px 20px rgba(17, 11, 66, 0.2);
}




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


@media (min-width : 992px) and (max-width: 1200px) {
    .cta-title {
        font-size: 3.5rem;
    }
}

/* --- Tablet (Below 992px) --- */
@media (max-width: 991px) {
    /* CTA SECTION */
    .cta-section {
        padding: 50px 0;
        text-align: center;
    }

    .cta-title {
        font-size: 2.8rem;
        margin-top: 30px;
    }

    .cta-btn {
        font-size: 1.3rem;
        padding: 12px 40px;
    }

    .cta-img {
        max-width: 80%;
        mask-image: linear-gradient(to bottom, black 15%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0.2) 75%, transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, black 15%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0.2) 75%, transparent 100%);
    }

    .cta-content {
        margin-top: -80px;
        position: relative;
        z-index: 5;
    }

    /* APPLICATION SECTION */
    .application-section {
        padding: 60px 0;
    }
    
    .application-box {
        padding: 40px !important;
    }
}

/* --- Mobile Specific (Below 768px) --- */
@media (max-width: 767px) {
    /* CTA SECTION */
    .cta-section {
        padding: 40px 0;
    }

    .cta-title {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .cta-btn {
        width: 100%;
        max-width: 300px;
        margin-top: 20px;
    }

    .cta-img {
        max-width: 100%;
    }

    /* APPLICATION BOX */
    .application-box {
        padding: 25px 15px !important;
        border-radius: 15px;
    }

    .form-title {
        font-size: 1.8rem;
        margin-bottom: 30px !important;
    }

    .form-control.custom-input {
        padding: 14px 15px;
        font-size: 0.95rem;
    }

    label {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    /* UPLOAD BOX */
    .upload-box {
        padding: 40px 10px;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%234B3AA3' stroke-width='2' stroke-dasharray='10%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
        border-radius: 15px;
    }

    .upload-icon {
        width: 28px;
    }

    .upload-content span {
        font-size: 1.05rem;
    }

    /* SUBMIT BUTTON */
    .submit-btn {
        width: 100%;
        padding: 15px;
        font-size: 1.2rem;
        margin-top: 30px !important;
    }
}

/* --- Small Mobile (Below 480px) --- */
@media (max-width: 480px) {
    .cta-title {
        font-size: 1.8rem;
    }

    .banner-text {
        font-size: 1.5rem;
        letter-spacing: 10px;
    }
}
.job-info-box{
	margin-bottom:1.4rem;
}
.job-info-box strong{
	font-weight:900;
}
.cta-inner{
	flex-direction: column;
	align-items:flex-start;
}
.cta-desc ul li{
	margin:10px 0px;
}
.cta-desc p{
	margin-bottom:0.2rem;
}
.cta-block{
	margin-bottom:1.4rem;
}
#fileInput {
    display: none;
}