@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
a:hover{
    text-decoration: none;
    color: #FCD12A;
}
/*AUTO SET*/
.sec-padding{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec-padding-lg{
    padding-top: 90px;
    padding-bottom: 90px;
}
.pl-10{
    padding-left: 10px !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-30{
    padding-left: 30px !important;
}
.pl-40{
    padding-left: 40px !important;
}
.pl-50{
    padding-left: 50px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.pr-20{
    padding-right: 20px !important;
}
.pr-30{
    padding-right: 30px !important;
}
.pr-40{
    padding-right: 40px !important;
}
.pr-50{
    padding-right: 50px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.pb-60{
    padding-bottom: 60px !important;
}
.pt-10{
    padding-top: 10px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pt-50{
    padding-top: 50px !important;
}
.pt-60{
    padding-top: 60px !important;
}
.ml-auto{
    margin-left: auto !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.ml-60{
    margin-left: 60px !important;
}
.ml-70{
    margin-left: 70px !important;
}
.mr-auto{
    margin-right: auto !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-60{
    margin-top: 60px !important;
}
/*SITE LAYOUTS*/

h1{
    font-size: 32px;
}
h2{
    font-size: 27px;
}
h3{
    font-size: 24px;
}

.hr{
    margin-top: 30px;
    margin-bottom: 30px;
    background: #d1d1d4;
}

.mybtn{
    background: #000;
    padding: 10px 25px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 5px;
    display: block;
    transition: .2s;
}
.mybtn:hover{
    background: #000;
    color: #ffffff;
    text-decoration: none;
}
.mybtn-inline{
    background: #000;
    padding: 10px 25px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 2px;
    display: inline-block;
    transition: .2s;
}
.mybtn-inline:hover{
    background: #fff;
    color: #000;
    text-decoration: none;
}

.mylink{
    text-decoration: none;
    color: #000;
    display: block;
    transition: .2s;
}
.mylink:hover{
    text-decoration: none;
    color: red;
}
.mylink-inline{
    text-decoration: none;
    color: #000;
    display: inline-block;
    transition: .2s;
}
.mylink-inline:hover{
    text-decoration: none;
    color: red;
}
/*HEADER*/

@media screen and (max-width: 992px){

}
@media screen and (max-width: 762px){

}
@media screen and (max-width: 480px){

}

/*LANDING PAGE*/

@media screen and (max-width: 992px){

}
@media screen and (max-width: 762px){

}
@media screen and (max-width: 480px){

}

/*CUSTOM SECTION*/

@media screen and (max-width: 992px){

}
@media screen and (max-width: 762px){

}
@media screen and (max-width: 480px){

}



/*CONTACT FORM*/
.form-control {
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: unset;
    color: #555;
    padding: 8px 15px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.logo img {
    max-width: 400px;
}
p.contact-offer {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ============================================
   UNDER CONSTRUCTION PAGE STYLES
   ============================================ */

.under-construction-container {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

/* Video Background Styles */
.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	display: none;
}

.video-background:not([src]) ~ .video-overlay {
	display: block;
}

.ovf{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000052;
    z-index: 1;
}

.construction-content {
	text-align: center;
	max-width: 700px;
	width: 100%;
	animation: slideInUp 0.8s ease-out;
    position: relative;
    z-index: 2;
}

@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.construction-icon {
	font-size: 80px;
	color: #fff;
	margin-bottom: 30px;
	animation: float 3s ease-in-out infinite;
    
}

@keyframes float {
	0%, 100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
}

.construction-title {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: -0.5px;
	margin-top: 60px;
}

.construction-subtitle {
	font-size: 28px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 40px;
	font-weight: 500;
	margin-top: 40px;
}

.construction-description {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 35px;
	line-height: 1.6;
}

/* Email Subscription */
.email-subscription {
	margin-bottom: 50px;
}

.notify-form {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	flex-wrap: wrap;
	justify-content: center;
}

.email-input {
	flex: 1;
	min-width: 200px;
	padding: 15px 20px;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	outline: none;
	transition: all 0.3s ease;
}

.email-input:focus {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.notify-btn {
	padding: 15px 35px;
	background: #fff;
	color: #667eea;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: 'Poppins', sans-serif;
}

.notify-btn:hover {
	background: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.subscription-message {
	font-size: 14px;
	color: #fff;
	min-height: 20px;
}

/* Countdown Timer */
.countdown-section {
	margin-bottom: 50px;
}

.countdown {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

.countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	padding: 20px 25px;
	border-radius: 8px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	min-width: 80px;
	transition: all 0.3s ease;
}

.countdown-item:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: translateY(-5px);
}

.countdown-value {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-bottom: 8px;
}

.countdown-label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Social Links */
.social-links {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	transition: all 0.3s ease;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-icon:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Styles */
@media screen and (max-width: 992px){
	.construction-title {
		font-size: 40px;
	}
	
	.construction-subtitle {
		font-size: 20px;
	}
	
	.construction-icon {
		font-size: 70px;
	}
}

@media screen and (max-width: 762px){
	.construction-title {
		font-size: 32px;
	}
	
	.construction-subtitle {
		font-size: 18px;
	}
	
	.construction-icon {
		font-size: 60px;
	}
	
	.construction-content {
		padding: 20px;
	}
	
	.notify-form {
		flex-direction: column;
	}
	
	.email-input,
	.notify-btn {
		width: 100%;
	}
	
	.countdown {
		gap: 10px;
	}
	
	.countdown-item {
		min-width: 70px;
		padding: 15px 20px;
	}
	
	.countdown-value {
		font-size: 24px;
	}
	
	.countdown-label {
		font-size: 11px;
	}
}

@media screen and (max-width: 480px){
	.construction-title {
		font-size: 24px;
	}
	
	.construction-subtitle {
		font-size: 16px;
	}
	
	.construction-description {
		font-size: 14px;
	}
	
	.construction-icon {
		font-size: 50px;
		margin-bottom: 20px;
	}
	
	.construction-content {
		padding: 15px;
	}
	
	.email-input,
	.notify-btn {
		font-size: 13px;
		padding: 12px 15px;
	}
	
	.countdown {
		gap: 8px;
	}
	
	.countdown-item {
		min-width: 60px;
		padding: 12px 15px;
	}
	
	.countdown-value {
		font-size: 20px;
	}
	
	.countdown-label {
		font-size: 10px;
	}
	
	.social-icon {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	
	.social-links {
		gap: 10px;
	}
}

/* Navigation Links */
.nav-links {
	margin-bottom: 40px;
}

.nav-link {
	display: inline-block;
	padding: 15px 30px;
	background: rgb(255 255 255);
	color: #000000;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: 500;
	font-size: 18px;
	transition: all 0.3s ease;
	margin: 0 10px;
}

.nav-link:hover {
	background: rgb(0 0 0);
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	color: #ffffff;
}

@media screen and (max-width: 762px){
	.nav-link {
		margin: 5px 0;
		display: block;
	}
}

/* ============================================
   CAREERS PAGE STYLES
   ============================================ */

.careers-header {
	background: #000000;
	color: #fff;
	padding: 80px 20px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

.header-content {
	max-width: 800px;
	margin: 0 auto;
}

.back-link {
	display: inline-block;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.back-link:hover {
	color: #fff;
	transform: translateX(-5px);
}

.careers-header h1 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 15px;
}

.careers-header p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
}

.careers-section {
	padding: 40px 20px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

/* Introduction */
.careers-intro {
	background: #f8f9fa;
	padding: 40px;
	border-radius: 8px;
	margin-bottom: 60px;
	text-align: center;
}

.careers-intro h2 {
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;
	font-weight: 700;
}

.careers-intro p {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	max-width: 600px;
	margin: 0 auto;
}

/* Benefits Section */
.benefits-section {
	margin-bottom: 70px;
}

.benefits-section h2 {
	font-size: 36px;
	color: #333;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-bottom: 50px;
}

.benefit-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	transition: all 0.3s ease;
}

.benefit-card:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
	border-color: #667eea;
}

.benefit-icon {
	font-size: 48px;
	color: #667eea;
	margin-bottom: 20px;
}

.benefit-card h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
	font-weight: 600;
}

.benefit-card p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

/* Openings Section */
.openings-section {
	margin-bottom: 60px;
}

.openings-section h2 {
	font-size: 36px;
	color: #333;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
}

.openings-list {
	display: grid;
	gap: 30px;
}

.job-listing {
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	padding: 35px;
	transition: all 0.3s ease;
}

.job-listing:hover {
	border-color: #000000;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.1);
}

.job-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	flex-wrap: wrap;
	gap: 15px;
}

.job-title {
	font-size: 24px;
	color: #333;
	margin: 0;
	font-weight: 700;
}

.job-type {
	background: #000000;
	color: #fff;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.job-location {
	color: #666;
	font-size: 14px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.job-location i {
	color: #000000;
}

.job-description {
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.job-requirements {
	/* background: #f8f9fa; */
	/* padding: 20px; */
	border-radius: 6px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.job-requirements p {
	color: #333;
	margin-bottom: 10px;
}

.job-requirements ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.job-requirements li {
	padding: 6px 0;
	color: #666;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
}

.job-requirements li:before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #000000;
	font-weight: bold;
}

.apply-btn {
	background: #667eea;
	color: #fff;
	border: none;
	padding: 12px 35px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: 'Poppins', sans-serif;
}

.apply-btn:hover {
	background: #764ba2;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

/* Modal Styles */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.modal-content {
	background-color: #fff;
	margin: 5% auto;
	padding: 40px;
	border-radius: 8px;
	width: 90%;
	max-width: 500px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	animation: slideDown 0.3s ease;
}

@keyframes slideDown {
	from {
		transform: translateY(-50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.3s ease;
}

.close:hover,
.close:focus {
	color: #000;
}

.modal-content h2 {
	color: #333;
	margin-bottom: 25px;
	font-size: 24px;
}

/* Application Form */
.application-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-group {
	display: flex;
	flex-direction: column;
}

.form-group label {
	color: #333;
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 14px;
}

.form-group input,
.form-group textarea {
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #667eea;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.submit-btn {
	background: #000000;
	color: #ffffff;
	border: none;
	padding: 14px 25px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
}

.submit-btn:hover {
	background: #000;
	transform: translateY(-2px);
}

.form-message {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	min-height: 20px;
	margin-top: 10px;
}

/* Footer */
.careers-footer {
	background: #333;
	color: #fff;
	padding: 30px 20px;
	text-align: center;
	margin-top: 60px;
}

.careers-footer p {
	margin: 0 0 15px 0;
	font-size: 14px;
}

.footer-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #667eea;
}
.logo p {
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
}
p.contact-offer a {
    display: none;
}
.rev-btns{
    display: none;
}

.our-offer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.our-offer li {
    padding: 6px 0;
    color: #666;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}
.our-offer li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #000000;
    font-weight: bold;
}
.contact-methods {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
	flex-wrap: wrap;
}

.method-card {
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px 20px 15px;
    border-radius: 10px;
}

main.contact-section {
    max-width: 880px;
    margin: 0 auto;
}

.method-card a {
    text-decoration: none;
    color: #000;
    display: block;
    margin-top: 15px;
}

.method-card h3 {
    font-size: 22px;
    margin-top: 15px;
}

form#contactForm {
    margin-top: 20px;
    padding-bottom: 90px;
}

form#contactForm .form-group {
    margin-bottom: 20px;
}

button.submit-btn {}
.contact {
    margin: 30px 0 50px;
    position: relative;
}
.contact-methods__left, .contact-methods__right {
    padding: 30px;
}
.contact-methods__left:before {
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    width: 50%;
    content: "";
    background-color: #f4f4f4;
    z-index: -2;
}
.contact__form__special__title h2 {
    font-size: 28px !important;
}

.from-title h2 {
    margin: 0px 0 10px;
    padding: 0;
    font-weight: 600;
    color: #000000;
    letter-spacing: normal;
    line-height: 1.2;
    position: relative;
}
.list-block--contact-list {
    padding-bottom: 30px;
}
.list-block__wrapper {
    padding: 0;
}
.list-block__list {
	list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px 50px;
    margin: 30px 0 0 0;
    padding: 0;
}
.list-block__list {
	list-style: none;
	display: block;
}
.list-block__list li {
    border-top: 1px solid #e8e7ea;
    padding: 10px 50px 10px 0;
    position: relative;
}
.list-block--contact-list .list-block__list li {
    padding-right: 0;
    border-top: 1px solid #fff;
}
.list-block--contact-list .list-block__contacts {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
}
.contact-from {
    padding: 30px !important;
}
.contact__form__special__title h2 {
    font-size: 18px !important;
}
.form-control {
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: unset;
    color: #555;
    padding: 8px 15px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
	border-radius: 5px;
}
.send-btn {
    font-size: 18px;
    padding: 15px 30px;
    width: 100%;
    border: none;
    outline: none;
    background: #000000;
    border-radius: 6px;
    color: #fff;
    margin: 10px 0;
    margin-top: 20px;
    transition: .3s;
}
a.list-block__list-link {
    text-decoration: none;
}

a.list-block__list-link .list-block__list-title {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
form.contact__form {
    padding: 0 0px;
}

/* Responsive Careers Styles */
@media screen and (max-width: 992px){
	.personar-row {
	display: flex;
	flex-direction: column-reverse;
	}
	form.contact__form {
		padding: 0 0px;
	}
	.contact-methods{
		display: grid;
		grid-template-columns: 1fr;
	}
    .job-type {
    background: #000000;
    color: #fff;
    padding: 10px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 90%;
    text-align: center;
    }
    
    .rev-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    }
    .rev-btns .mybtn {
    text-align: center;
    }
    p.contact-offer strong{
        display: none;
    }
    p.contact-offer strong a {
        display: block;
    }
	.careers-header {
		padding: 60px 20px;
	}

	.careers-header h1 {
		font-size: 36px;
	}

	.careers-header p {
		font-size: 16px;
	}

	.benefits-section h2,
	.openings-section h2 {
		font-size: 28px;
	}

	.job-title {
		font-size: 20px;
	}
    .logo img{
        max-width: 300px;
        width: 100%;
    }
    .logo p{
        font-size: 16px;
    }
    .nav-link{
        font-size: 16px;
        padding: 12px 20px;
    }
    .nav-links{
        display: flex;
        flex-direction: column-reverse;
    }
    .openings-section h2{
        display: none;
    }
    .job-location{
        justify-content: center;
    }
	.contact-methods__left::before{
		width: 100%;
	}
	.contact__form__special__title h2{
		font-size: 18px !important;
	}
	.contact-from p {
	font-size: 16px;
	}
	.container.rev-con .col-lg-5 {
	padding: 0;
	}
	label{
		font-size: 12px;}
	.contact{
		margin-top: 0;
	}
}

@media screen and (max-width: 762px){
	.careers-header {
		padding: 40px 20px;
		margin-bottom: 30px;
	}

	.careers-header h1 {
		font-size: 28px;
	}

	.careers-header p {
		font-size: 14px;
	}

	.careers-intro {
		padding: 25px;
		margin-bottom: 40px;
	}

	.careers-intro h2 {
		font-size: 24px;
	}

	.benefits-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.benefits-section h2,
	.openings-section h2 {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.job-listing {
		padding: 25px;
	}

	.job-header {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.job-title {
		font-size: 18px;
	}

	.modal-content {
		width: 95%;
		padding: 25px;
		margin: 20% auto;
	}
}

@media screen and (max-width: 480px){
	.careers-header {
		padding: 30px 15px;
		padding-top: 0;
		margin-bottom: 0;
	}

	.careers-header h1 {
		font-size: 22px;
	}

	.careers-header p {
		font-size: 13px;
	}

	.back-link {
		font-size: 12px;
		padding-top: 20px;
	}

	.careers-intro h2 {
		font-size: 20px;
	}

	.careers-intro p {
		font-size: 14px;
	}

	.benefits-section h2,
	.openings-section h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.benefit-card {
		padding: 20px;
	}

	.benefit-icon {
		font-size: 36px;
	}

	.benefit-card h3 {
		font-size: 16px;
	}

	.job-listing {
		padding: 0px;
        border: none;
	}

	.job-title {
		font-size: 24px;
	}

	.job-description {
		font-size: 13px;
	}

	.apply-btn {
		width: 100%;
		padding: 10px;
		font-size: 13px;
	}

	.modal-content {
		width: 95%;
		padding: 20px;
		margin: 30% auto;
	}

	.modal-content h2 {
		font-size: 18px;
	}

	.form-group label {
		font-size: 13px;
	}

	.form-group input,
	.form-group textarea {
		font-size: 13px;
		padding: 10px;
	}

	.submit-btn {
		padding: 10px;
		font-size: 13px;
	}

	.footer-links {
		gap: 10px;
	}

	.footer-links a {
		font-size: 12px;
	}
}

/* Contact form flash message */
.form-message {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 18px;
    font-size: 15px;
}
.form-message.success {
    background: #e6ffef;
    border: 1px solid #bff0c9;
    color: #155724;
}
@media screen and (max-width: 480px){
    .form-message { font-size: 14px; padding: 10px 12px; }	label.indicat {    font-size: 12px;}
}label.indicat {    font-size: 14px;}
.form-message.error {
    background: #ffe6e6;
    border: 1px solid #f5c6cb;
    color: #721c24;
}