.careers-listing {
    display: grid;
grid-template-columns: repeat(2, 1fr);
    gap:0px 20px;
}

.career-box {
display: flex;
justify-content: space-between;
align-items: center;
background: white;
border: 2px solid #222221;
border-radius: 20px;
padding: 30px;
font-family: 'Arial', sans-serif;
transition: transform 0.2s, box-shadow 0.2s;
width: 100%;
max-width: 800px;
margin: 15px auto;
}

.career-box:hover{
	background:#f9f9f9;
}
.career-content p{
	margin-top:10px;
	margin-bottom:0;

	font-family: "Arial", Sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	/* identical to box height, or 157% */
	text-align: justify;
	color: #575757;

}

.career-content {
max-width: 70%;
}

.career-heading {
font-family: 'Barlow Semi Condensed';
font-style: normal;
font-weight: 700;
font-size: 26px;
line-height: normal;
leading-trim: both;
text-edge: cap;
background: linear-gradient(90deg, #E1004D 32.85%, #6138C9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
	margin:0;
}

.career-description {
font-size: 1rem;
font-weight: 700;
color: #6d6d6d; 
margin: 0;
}

.career-action {
display: flex;
align-items: center;
}

.career-button {
background: black;
color: #fff;
border: none;
border-radius: 5px;
padding: 10px 20px;
font-size: 1rem;
cursor: pointer;
transition: background 0.3s, transform 0.2s; 
border-radius: 20px;
}

.career-button:hover {
color: white;
background: linear-gradient(95deg, #E1004D 50%, #6138C9);
border: none;
}


/* Career Container */
.career-container {
    display: flex; 
    justify-content: space-between;
    gap: 20px;
    max-width: 1340px; 
    margin: 0 auto; 
    padding: 30px; 
}

.career-left {
    width: 70%; 
    padding: 0; 
}

.career-right {
    width: 30%; 
    padding: 0; 
}

/* Career Title */
.career-single {

	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 60px;

	leading-trim: both;
	text-edge: cap;
	text-transform: uppercase;

	color: #242424;

}
.career-single .first-word {
    color: #E1004D;
    -webkit-background-clip: text; 
    -webkit-text-fill-color: #E1004D; 
}

.career-single span {
    color: inherit; 
}

.career-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    
}

/* Career Meta Box */
.career-meta-box {
    background-color: #F8F8F8;
    padding: 15px;
    border-radius: 10px;
    flex-basis: 23%;
    text-align: left;
}

/* Style for each career detail */
.career-meta-box p {
    margin: 5px 0;
    font-size: 1.1em;
}
.career-meta-box .box{

	font-family:  "Arial", Sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #575757;

}
.career-meta-box strong {
	font-family: "Arial", Sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #A6A6A6;
    padding-bottom: 20px;
}
.career-meta-role p strong {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 60px;
	color: #000000;
}
/* Role and other details */
.career-meta-role p, ul.star-list li {

	font-family:"Arial", Sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	color: #575757;
}

/* Apply Button */
.career-single-apply {
    text-align: center;
    margin-top: 20px;
}

.career-single-button {
    padding: 12px 20px;
    background-color: #0073e6;
    color: white;
    font-size: 1.2em;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.career-single-button:hover {
    background-color: #005bb5;
}

/* Style the list with custom star bullets */
.star-list {
    list-style-type: none; 
    padding-left: 0;
}

.star-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
}

.gap-ttl {
    margin-top: 30px;
}
.image-container {
    position: relative;
    text-align: center; 
}

.image-container .first_image {
    width: 100%;
    height:450px;
    margin-top: -150px;
}
.image-container .second_image {
    width: 100%;
    height: auto; 
    max-height: 400px; 
    min-height: 300px; 
    border-radius: 20px; 
    object-fit: cover;
    background-color: #f0f0f0;
}
.image-container .default_image {
    width: 100%;
    height: 100%;
    display: block;
    max-height: 400px; 
    min-height: 300px; 
    border-radius: 20px;
    object-fit: cover;
}

.image-container .image-wrapper {
    width: 100%;
    max-width: 1340px; 
	margin-left: auto;
	margin-right: auto;
    box-sizing: border-box; 
    margin-top: -150px; 
    overflow: hidden; 
}

.career-single-title {
    position: absolute;
    top: 8%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: white; 
    font-size: 50px; 
    font-weight: bold; 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    font-family: 'Caveat', cursive; 

}
.breadcrumb {
    position: absolute;
    top: 18%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: white; 
    font-size: 14px; 
    font-weight: bold; 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.breadcrumb a{
    color: white; 
}
.breadcrumb a:hover{
    color: white; 
}


/* responsive */
@media screen and (max-width: 768px) {
    .career-container {
        flex-direction: column;
        padding: 10px;
    }

    .career-left, .career-right {
        width: 100%;
        padding: 0;
    }

    .career-single {
        font-size: 32px;
    }

    .career-single-title {
        font-size: 35px;
    }

    .image-container .first_image {
        height: 450px;
        margin-top: -120px;
        margin-bottom: 150px;
    }

    .career-box {
        flex-direction: column;
        padding: 15px;
    }

    .careers-listing {
        grid-template-columns: 1fr;
    }

    .mobile-tablet-form {
            display: block;
    }
    .career-meta-box {
        flex-basis: 100%; 
    }
	.career-single-meta{
		gap:10px;
	}
	p.gap-ttl strong {
		font-size: 32px;
	}
	.career-meta-role p, ul.star-list li{
		line-height:22px;
	}
	p.gap-ttl  {
    margin-top: 10px !important;
}
    .breadcrumb {
        margin-top: 20px;
    }
	.image-container .image-wrapper {
		margin-top: -300px;
		padding: 0 20px;
	}
    .career-container{
       padding: 20px;
    }
    
}


