.portfolio-resume-modal {
	display: block;
	position: fixed;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: flex-start;
	left: 0;
	top: 0;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100000; /* Make sure this is higher than any other elements */
}

.portfolio-resume-modal .modal-content {
	position: relative;
	z-index: 99999; /* Ensure the modal content is above everything */

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	overflow-y: scroll;
	margin: 0 auto;

	width: fit-content;
	overflow-y: scroll;
}

.portfolio-resume-modal .modal-image {
	padding-top: 20px;
	padding-bottom: 120px;
	vertical-align: top;
	width: 100%;
	max-width: 800px;
	height: auto;
	object-fit: contain;
}

.portfolio-resume-modal .modal-close {
	position: fixed;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	color: #333;
	z-index: 99999;
}

@media (max-width: 910px) {
	.portfolio-resume-modal .modal-close {
		top: 5px;
		right: 5px;
		z-index: 999999;
	}
	.portfolio-resume-modal .modal-image {
		padding-top: 45px;
		padding-bottom: 20px;
	}
	.portfolio-resume-modal .modal-footer {
    /*bottom: unset !important;
    top: 0 !important;*/
		position: relative !important;
	}

}

.portfolio-resume-modal .modal-footer {
	position: fixed;
	bottom: 0;
	background-color: rgb(29 30 120); /* Sets the background color */
	background-image: url('https://beamjobs.wpenginepowered.com/wp-content/themes/beamjobs/images/beam_bg2.png'); /* Sets the background image */
	background-size: 50%; /* Adjusts the size of the image */
	background-repeat: repeat; /* Prevents the image from repeating */
	background-position: top; /* Centers the background image */
	padding: 0 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 20px;
	z-index: 999991;
}


.portfolio-resume-modal .modal-btn {
	padding: 15px 30px;
	font-size: 16px;
	background-color: #200bff;
	color: white;
	text-decoration: none;
	border-radius: 50px;
	transition: 0.3s;
}

.portfolio-resume-modal .modal-btn:hover {
	background-color: #1d1f78;
}


/* Hide scrollbar for WebKit browsers */
.portfolio-resume-modal .modal-content::-webkit-scrollbar {
	display: none;
}

/* Optional: Hide scrollbar for Firefox */
.portfolio-resume-modal .modal-content {
	scrollbar-width: none; /* For Firefox */
}

/* Optional: Prevent scrollbars from appearing in Edge and IE */
.portfolio-resume-modal .modal-content {
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.beamjobs-service-features .cta-button {
	margin-top: 30px;
}

@media (max-width: 500px) {
	.beamjobs-service-features {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.beamjobs-service-features .cta-button {
		margin-top: 20px;
		margin-bottom: 0;
	}
}

.beamjobs-service-features .cta-button.build-my-resume:hover {
	background: #1b1e78 !important;
	transform: none !important;
	box-shadow: none !important;
}

.beamjobs-service-features .cta-button.upload-my-resume:hover {
	background: #200bff !important;
	transform: none !important;
	box-shadow: none !important;
}


#resume-templates-by-format-and-style .container,
#resume-templates-by-profession-and-role .container,
#resume-templates-by-experience-and-life-situations .container {
	margin: 0 47px;
}

#resume-templates-by-format-and-style .container-description,
#resume-templates-by-profession-and-role .container-description,
#resume-templates-by-experience-and-life-situations .container-description {
	margin: 0 63px;
}



#resume-templates-by-format-and-style,
#resume-templates-by-profession-and-role,
#resume-templates-by-experience-and-life-situations {
	padding-bottom: 2rem;
}

@media (max-width: 768px) {
  section.resume-carousel {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    padding: 0 15px !important;
  }
	#resume-templates-by-format-and-style,
	#resume-templates-by-profession-and-role,
	#resume-templates-by-experience-and-life-situations {
		padding-bottom: 1rem;
	}

	#resume-templates-by-format-and-style .container,
	#resume-templates-by-profession-and-role .container,
	#resume-templates-by-experience-and-life-situations .container {
		margin: 0 15px;
	}

	#resume-templates-by-format-and-style .container-description,
	#resume-templates-by-profession-and-role .container-description,
	#resume-templates-by-experience-and-life-situations .container-description {
		margin: 0 15px;
		line-height: 30px;
	}

	.carousel_resume_templates .carousel-title {
		white-space: normal;
		line-height: 18px;
	}

}


.beamjobs-faqs {
	padding-top: 70px;
}

.beamjobs-reviews-section {
	padding-bottom: 80px !important;
}