/* ===== CAREER SECTION ===== */
@font-face {
    font-family: "Gilroy-Bold";
    src: url("../font/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy-Semibold";
    src: url("../font/Gilroy-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy-Medium";
    src: url("../font/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.career-section {
    padding: 80px 0;
    /* background: linear-gradient(135deg, #eef1f7, #e9edf4); */
}

.section-title {
    font-weight: 400;
    font-size: 24px;
    font-family: "Gilroy-Medium";
    letter-spacing: 2px;
    color: #4b097e;
    margin-bottom: 45px;
}
.careerPara {
    font-family: "Gilroy-Medium";
    font-size: 16px;
    color: #09052c;
    font-weight: 400;
}
.careerPara__Heading {
    font-family: "Gilroy-Bold";
    font-size: 16px;
    color: #09052c;
    font-weight: 400;
    text-transform: capitalize;
}
.career-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
    color: #444;
    font-size: 14px;
    line-height: 1.9;
}
.strongBlack {
    color: #3b3a39;
    font-weight: 600;
    font-family: "Gilroy-Bold";
    font-size: 16px;
}
.strongBlue {
    color: #509bc6;
    font-weight: 600;
    font-family: "Gilroy-Bold";
    font-size: 16px;
}

/* .career-card h6{
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #1f3c88;
} */

.brand-card {
    /* background: #ffffff; */
    border-radius: 14px;
    /* padding: 20px 30px; */
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
        justify-content: center;
}
.company-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 30px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    justify-content: center;
}
.company-logo img {
    max-height: 25px;
    width: auto;
}

.company-text strong {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
}

.company-text p {
    margin: 4px 0 0;
    font-family: "Gilroy-Medium";
    font-size: 16px;
    font-weight: 400;
    color: #09052c;
}
.company-logo {
    border-right: 1px solid #C3C3C3;
    padding: 0px 35px;
}



.review-item{
/* background:#fff; */
border-radius:12px;
box-shadow:0 6px 20px rgba(0,0,0,0.06);
height:100%;
}

.client-avatar{
width:50px;
height:50px;
}

.review-content{
font-size:14px;
color:#555;
}

.read-more-btn{
background:none;
border:none;
color:#0d6efd;
font-weight:600;
cursor:pointer;
margin-left:5px;
}

.read-more-btn:hover{
text-decoration:underline;
}