/* ===============================
   LETS HIRE TALENT SECTION
================================ */

.bloom-lets-hire {
	background: #2D94ED;
}
 .blm-max-container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Heading */
.bloom-lets-hire h2 {
	color: #ffffff;
	font-family: ProximaNova-Bold;
	font-weight: 600;
	margin-bottom: 8px;
	text-align: center;
}

/* Sub heading */
.bloom-lets-hire .bloom-sub {
    color: #fff;
    font-size: 16px;
    margin-bottom: 48px;
    text-align: center;
}

/* Cards wrapper */
.bloom-hire-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
}

/* Card */
.bloom-hire-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px 22px;
    width: 394px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    text-align: center;
}

/* ICON (image directly inside card) */
.bloom-hire-card img {
	width: 66px;
	height: 66px;
	object-fit: contain;
	border-radius: 50%;
	margin-bottom: 16px;
	margin: 0 auto;
	margin-bottom: 14px;
}
/* Text */
.bloom-card-text {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	font-family: ProximaNova-semiBold;
}

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

@media (max-width: 991px) {
    .bloom-hire-card {
        width: 260px;
    }
    .bloom-hire-cards{
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    .bloom-hire-cards {
        gap: 20px;
    }

    .bloom-hire-card {
        width: 100%;
        max-width: 320px;
    }

    .bloom-lets-hire h2 {
        font-size: 26px;
    }
}
