.carousel-item img {
	height: 500px !important;
}

.two-button {
	text-align: center;
}

.hero-gradient-section {
	position: relative;
	/* background-color: #ffffff; */
	/* min-height: 550px; */
	min-height: 430px;
	/* overflow: hidden; */

	background: url("../images/jobseeker/third.webp") center center / cover
		no-repeat;
	background-color: var(--primary-blue);
}
/* Optional overlay for better contrast behind the white card */
.hero-gradient-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4); /* Adjust darkness */
	z-index: 1;
}
.hero-gradient-section .submit-your-cv-btn {
	width: 19% !important;
	background-color: var(--dark-pink) !important;
	color: white !important;
	border: 1px solid var(--dark-pink) !important;
}
.hero-gradient-section .submit-your-cv-btn:hover {
	background-color: white !important;
	border: 1px solid var(--primary-blue) !important;
	color: var(--primary-blue) !important;
}
.hero-heading-wrapper {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 3;
	text-align: center;
}

.hero-heading-wrapper h1 {
	color: white;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* better visibility on image */
}

.hero-heading-wrapper .btn {
	font-size: 1.1rem;
	padding: 10px 24px;
}

.hero-search-box {
	background: rgba(255, 255, 255, 0.85);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	padding: 2rem;

	/* background: #ffffff82;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); */
}

.hero-gradient-section .container {
	position: relative;
	z-index: 2;
}

.hero-container input.form-control,
.hero-container select.form-select {
	height: 48px;
}

.hero-container .input-group-text {
	border: 1px solid #ced4da;
	border-left: 0;
}

.hero-container .input-group input {
	border-right: 0;
}

/* .hero-container button.btn-primary {

	height: 48px;
} */

.hero-container {
	top: 65px;
	position: relative;
}

#jobSuggestions {
	max-height: 300px;
	overflow-y: auto;
	top: 100%;
	/* margin-top: 5%; */
	padding: 5px;
	gap: 5px;
	color: var(--primary-blue);
	/* width: 260% !important; */
	width: 100% !important;
	/* border: 2px solid var(--primary-blue); */
	background: white;
	border-radius: 5px;
	box-shadow: 0 8px 18px 3px rgba(0, 0, 0, 0.3);
}
#jobSuggestions a {
	/* color: var(--primary-blue); */
	text-decoration: none;
	border: none;
	/* border-radius: 40px; */
	/* border: 1px solid var(--primary-blue); */

	color: var(--primary-blue);
	text-align: left;
	/* background-color: var(--primary-blue); */
}
#jobSuggestions a:hover {
	/* background-color: var(--primary-blue); */
	color: #fff;
	background-color: var(--primary-blue);
}

#jobSearchInput:focus {
	outline: none; /* remove default blue outline */
	border-color: var(--dark-pink);
	box-shadow: 0 0 0 0.5px var(--dark-pink); /* optional nice glow effect */
}

.corner-image {
	position: absolute;
	z-index: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	pointer-events: none;
	object-fit: contain;
	/* opacity: 0.1; optional for subtlety */
}

.top-left-img {
	top: 0;
	left: 0;
	transform: none;
}

.bottom-right-img {
	bottom: 0;
	right: 0;
	transform: none;
}
/* .center-search{
  border: 2px solid var(--primary-blue);
} */

.hero-dropdown-menu {
	max-height: 160px;
	overflow-y: auto;
}
