
@font-face {
	font-family: "Gotham";
	src: url("../fonts/gotham-book-webfont.woff2") format("woff2");
	font-weight: 400;
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/gotham-medium-webfont.woff2") format("woff2");
	font-weight: 500;
}

.search-icon {
	position: absolute;
	top: 50%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #53555A4D;
	font-size: 14px;
}

.search-input {
	padding-left: 35px; /* THIS FIXES placeholder visibility */
}



.jobtitle{

	font-family: Gotham;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;



	color: #53555A;

}
.jobtitle:hover{
	color: #53555A;
}
/* HERO SECTION */
.hero {
	background: linear-gradient(0deg, #114B5F, #114B5F);
	color: white;
	padding-top:65px;
	position: relative;
	overflow: hidden;
}

.hero h1 {
	font-family: Gotham;
	font-weight: 400;
	font-size: 38.6px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: 0%;
	vertical-align: middle;

}

.hero p {
	font-family: Gotham;
	font-weight: 400;
	font-style: Book;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;



	margin-top: 20px;
	opacity: 0.9;
}

.hero-btn {
	margin-top: 25px;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 10px 25px;
	color: white;

	font-family: Gotham;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;


}
.cta{
	width: 70%;
	margin: 0 auto 100px;
	text-align: center;
}
.hero-btn:hover {

	color: #fff;
	background: #F76C6C;
	border: 1px solid #F76C6C;
}
.cta-btn {
	background: #114B5F;
	font-family: Gotham;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	padding: 15px 25px 15px 25px
}
.cta-btn:hover{
	background: #f76c6c;
	text-decoration: none;
	color:#fff;
}
/* LOGO LIST */
.logo-list {
	margin-top: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	gap: 25px;
}

.table thead th {
	border-bottom: 0px !important;
}
table tr:first-child td {
	border-top: 0px !important;
}
.logo-list a {



	position: relative;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;

}

.resetbtn{
	color:#114B5F;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: left;
	    justify-content: left;
	text-align: left;
}
.resetbtn:hover{
	color:#114B5F;

}
.divider {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.divider svg {
	height: 100%;
}





.logo-list a:last-child {
	border: none;
}

.linkbox{
	margin-bottom: 30px;
}
.linkbox .firstbox{
	margin-right:40px;
}
.logo-list img {
	max-height:60px;
	width:100%;
}

.logo-list img:hover {
	opacity: 1;

}



/* CIRCULAR IMAGE      */
.hero-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35%;
	max-width: 500px;
	height: auto;
}

.circle-bg {
	position: absolute;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	border: 20px solid #2fb3b0;
	right: 0;
	top: 20px;
}

/* SECTION TITLE */
.section-title {

	font-family: Gotham;
	font-weight: 400;
	font-style: Book;
	font-size: 64px;
	leading-trim: NONE;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;



	text-align: center;
	margin: 80px 0 30px;
	color: #114B5F;

}

/* FILTERS */
.filters input,
.filters select {
	height: 55px;
}

.hero-text {


}
/* TABLE */
.job-table th {

	font-family: Gotham;
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 21px;
	letter-spacing: 0%;

	color: #114B5F;
	font-weight: 600;
	border:none;
}

.job-table td {
	font-family: Gotham;
	font-weight: 400;
	font-style: Book;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;


	color:#53555A;

	padding: 18px 10px;
	border-bottom: 1px solid var(--Job-Row-Border-Bottom, #E8ECEE);
}

/* FOOTER CTA */
.cta p{
	text-align: center;
	margin: 50px 0;
	color:  #000000;

	font-family: Gotham;
	font-weight: 400;
	font-style: Book;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;

}

.cta button {
	background: #114B5F;

	font-family: Gotham;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;

	border: none;
	padding: 12px 30px;
	border-radius: 30px;
	color: #fff;
}

.cta button:hover {
	background: #0e3c45;
}



.pagination,
.page-numbers {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	gap: 8px;
	padding: 0;
}

.pagination li a,
.page-numbers li a {
	display: block;
	padding: 8px 12px;
	background: #f0f0f0;
	text-decoration: none;
	border-radius: 4px;
	color:#114B5F;
}


.pagination li span {
	display: inline-block;   /* or block */
	padding: 8px 12px;
	background: #fff;
	border-radius: 4px;
	text-decoration: none;
}

.pagination li .current,
.page-numbers .current {
	background: #114B5F;
	color: #fff;
}

table {
	width: 100%;
	border-collapse: collapse;
}

tr:hover td:first-child a.jobtitle{
	color: red;             /* Text color change */
	text-decoration: none;

}
.form-control{
	border: 1px solid #53555A4D;
	font-family: Gotham;
	font-weight: 400;
	font-style: Book;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 70px;
	letter-spacing: 0%;
	color: #53555A;
	border-radius: unset;



}
.form-control::-webkit-input-placeholder{
	color:#53555A !important;
	opacity: 1;
}
.form-control::-moz-placeholder{
	color:#53555A !important;
	opacity: 1;
}
.form-control:-ms-input-placeholder{
	color:#53555A !important;
	opacity: 1;
}
.form-control::-ms-input-placeholder{
	color:#53555A !important;
	opacity: 1;
}
.form-control::placeholder{
	color:#53555A !important;
	opacity: 1;
}
.form-select{
	font-family: Gotham;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	leading-trim: NONE;
	color: var(--Davies-Grey, #53555A);
	letter-spacing: 0%;
	border-radius: unset;
}


/* Content section */
.content-section h6 {
	color: #0d5c63;
	font-weight: 600;
	margin-top: 25px;
}
.content-section ul {
	padding-left: 18px;
}

/* Sidebar card */
.sidebar-card {
	background: #fff;
	border-radius: 15px;
	padding: 25px;
	box-shadow: 0px 6px 20px rgba(0,0,0,0.08);
}

/* Apply button */
.btn-apply {
	background-color: #174c57;
	color: white;
	border-radius: 40px;
	padding: 12px;
	font-weight: 500;
}

.btn-apply:hover {
	background-color: #113a42;
}

/* ===== HEADER ===== */
.job-header {

	background: #114B5F;

	color: #fff;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 40px;
}

.job-header h1 {
	margin:auto;
	width:70%;
	font-family: Gotham;
	font-weight: 400;
	font-style: Book;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;

}

/* ===== CONTENT ===== */
.content-section h6 {
	color: #0d5c63;
	font-weight: 600;
	margin-top: 25px;
}

.content-section ul {
	padding-left: 18px;
}




/* Similar job card */
.job-card {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.job-card img {
	height: 250px;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.job-overlay {
	position: absolute;
	bottom: 0;
	color: white;
	padding: 20px;
	width: 100%;
	background: linear-gradient(transparent, rgba(0,0,0,0.7));
}

/* Bottom button */
.bottom-apply {

	font-family: Gotham;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;

	margin: 40px auto;
	padding: 10px 50px;
	border-radius: 40px;
	background: #114B5F;
	color: #fff;
}
.bottom-apply:hover {
	background: #f76c6c;
	color:#fff;
	text-decoration: none;
}

.otherinfo label {
	font-family: Gotham;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
color: #114B5F;
	margin-bottom:0px;
}
.otherinfo p {
	font-family: Gotham;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	color:  #53555A;


}

.table>:not(:first-child) {
	border-top:0px;
}
.faqbox{
	margin-top: 80px;
}

.faqbox h2{
	font-family: Gotham;
	font-weight: 400;
	font-style: Book;
	font-size: 38.6px;
	leading-trim: NONE;
	line-height: 50px;
	letter-spacing: 0%;
	color: #114B5F;

}

details {
	font-family: Gotham;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #114B5F;

}

.bottomhero-text h2{
	font-family: Gotham;
	font-weight: 400;
	font-style: Book;
	font-size: 38.6px;
	leading-trim: NONE;
	line-height: 50px;
	letter-spacing: 0%;
	color: #FFFFFF;
	padding-top: 60px;
}
.bottomtext{
	font-family: Gotham;
	font-weight: 400;
	font-style: Book;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #FFFFFF;
}

.faq-btn{
	font-family: Gotham;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
	background: #114B5F;
	border-radius: 30px;
	padding: 10px 25px;
	margin-top: 30px;
}
.faq-btn:hover{
	color: #FFFFFF;
	background: #F76C6C;
}
.bottomhero {
	background: #114B5F;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	border-bottom:1px solid #fff;
}
.bannerbtnbox {
	margin-bottom: 30px;
}
.bottomhero-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35%;
	max-width: 500px;
	height: auto;
}
.faqbtnbox{
	text-align: center;
}
.bottomreadmorebtn{
	font-family: Gotham;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
color:#fff;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	padding: 12px 28px;
}

.bottomreadmorebtn:hover{
	background: #F76C6C;
	border: 1px solid #F76C6C;
	color:#fff;
text-decoration: none;
}


/* Remove default triangle */
summary {
	list-style: none;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between; /* push icon to right */
	padding: 10px 0;
}

details{
	border-bottom: 1px solid #114B5F;
	padding: 10px 0;
}
details .content{
	font-family: Gotham;
	font-weight: 400;
	font-style: Book;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	color: #1A1A1A;
	padding-top: 15px;
}
summary::-webkit-details-marker {
	display: none;
}

summary::marker {
	display: none;
	content: "";
}

/* Style SVG */
summary svg {
	width: 24px;
	height: 24px;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* Rotate to make + look like X (close icon) */
details[open] summary svg {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* RIGHT - Only hide the default arrow, NOT the whole summary */
details summary::-webkit-details-marker {
	display: none; /* This is safe to keep */
}
details summary {
	list-style: none; /* This is safe to keep */
}

details {
	/* Adjust 80px to match the height of your sticky header if you have one */
	scroll-margin-top: 80px;
}
#mobiletable{
	display: none;
}
@media(max-width:576px){
	.section-title{
		font-size: 40px;
	}
	.hero{
		padding-bottom: 30px;
	}
	.hero h1 {
		font-size: 40px;
		text-align: ceter;
	}
	.hero-img{
		display: none;
	}
	.d-flex {
		 display: block !important;
	}
	.bannerbtnbox{
		margin-bottom: 0;
	}


	.mobilerows:nth-child(odd) {
		background-color: #eeeeee; /* light gray */
	}

	.mobilerows:nth-child(even) {
		background-color: #ffffff; /* white */
	}

#desktoptable{
	display: none;
}
	#mobiletable{
		display: block;
	}
	.cta{
		width: 100%;
	}
	.bottomhero{
		padding-bottom: 40px;
	}
}

@media (max-width: 993px) {
	.hero-img,.bottomhero-img {
		position: static;
		display: none;
		max-width: 100%;
		margin: 30px auto 0;
	}
}
