/*
Theme Name:     Divi Child Theme
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         Elegant Themes
Author URI:     https://www.elegantthemes.com
Template:       Divi
Version:        1.0.0
*/

html,
body {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
	display: none;
}
#menu-footer {
	flex-direction: column;
	gap: 8px;
}

#menu-footer a {
	padding: 0px;
}

.et_pb_main_blurb_image {
	margin-bottom: 16px !important;
}
#careers .et_pb_module,
#careers .et_pb_module .et_pb_code_inner,
.job-listings-section{
	height: 100%
}
.et_pb_button {
	text-decoration: none !important;
}
#nav_menu-4{
	margin: 0px !important;
}

/* CONTACT FORM */
.wpcf7 {
	background: #f7f8fb;
	padding: 20px;
	border-radius: 16px;
}

.wpcf7 h2 {
	color: #1293e6;
}

.cf7-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.cf7-col {
	flex: 1;
}

.cf7-full {
	margin-bottom: 20px;
}

.wpcf7 label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
	color: #17304f;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	border: 1px solid rgba(220, 220, 220, 1) !important;
	border-radius: 12px;
	padding: 14px;
	font-size: 15px;
	background: #fff;
}

.wpcf7 textarea {
	min-height: 180px;
	resize: none;
}

.wpcf7-submit {
	width: 100%;
	background: #1196e8 !important;
	color: white !important;
	border: none;
	border-radius: 40px;
	padding: 16px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}

.wpcf7 select {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 14px 45px 14px 14px;
	font-size: 15px;
	background: #fff;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6 6 6-6' stroke='black' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");

	background-repeat: no-repeat;
	background-position: right 16px center;
}

.wpcf7-submit:hover {
	opacity: 0.9;
}

.grecaptcha-badge{
	display:none !important;
}

@media (max-width: 768px) {
	.cf7-row {
		flex-direction: column;
	}
}

.dipl_form_styler,
.dipl_form_styler .et_pb_module_inner,
.dipl_form_styler .et_pb_module_inner .dipl_form_styler_wrapper
{
	width: 100% !important;
}

.cf7-custom-submit{
	border: none !important;
	border-radius: 99999px;
	padding: 8px 24px;
	width: 100%;
	background: #0092E8;
	font-size: 16px;
	font-weight: 600;
	font-family: "open sans", sans-serif;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.cf7-custom-submit:hover{
	opacity: 0.9;
}
/* END OF CONTACT FORM */
/* NAVBAR */
.email a{
	display: flex;
}
.et-menu-nav .current-menu-item{
	border-bottom: 2px solid #0092E8;
}
.et_pb_sidebar_0_tb_footer .current-menu-item > a,
.et_pb_sidebar_0_tb_footer .current_page_item > a {
	color: #0092E8 !important;
	border: none !important;
	font-weight: 600 !important;
}
@media (max-width: 980px) {
	.et_pb_row_0_tb_header.et_pb_row--with-menu {
		display: grid !important;
		grid-template-columns: auto auto 1fr !important;
		align-items: center !important;
	}

	.et_pb_row_0_tb_header .et_pb_column {
		width: auto !important;
		margin: 0 !important;
	}

	/* Logo column */
	.et_pb_column_0_tb_header {
		grid-column: 1 !important;
	}

	/* Menu column */
	.et_pb_column_1_tb_header {
		grid-column: 2 !important;
	}

	/* Button / icon column */
	.et_pb_column_2_tb_header {
		grid-column: 3 !important;
		justify-self: end !important;
	}

	.et_pb_row_0_tb_header .et_pb_image,
	.et_pb_row_0_tb_header .et_pb_menu,
	.et_pb_row_0_tb_header .et_pb_button_module_wrapper,
	.et_pb_row_0_tb_header .et_pb_icon {
		margin: 0 !important;
	}

	.et_pb_row_0_tb_header .et_pb_menu__wrap {
		justify-content: flex-start !important;
	}
	.et_mobile_menu{
		margin-top: 12px;
		width: 200px;
	}
	.et_mobile_menu li a{
		text-decoration: none;
	}
}
/* END OF NAVBAR */
/* OFFER CARD */
.offer-wrapper {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.offer-card {
	flex: 1;
	min-width: 320px;
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	display: flex;
	gap: 24px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.vertical-title {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 32px;
	font-weight: 700;
	color: #ff00b7;
	white-space: nowrap;
	line-height: 1;
	padding-left: 24px;
	border-left: 1px solid rgba(6, 36, 92, 1);
}

.offer-content {
	flex: 1;
}

.offer-item {
	display: flex;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(6, 36, 92, 1);
	align-items: center;
}

.offer-item:last-child {
	border-bottom: none;
}

.text h4 {
	padding-bottom: 4px;
	font-size: 18px;
	font-weight: 700;
	color: #0d1b2a;
}

.text p {
	font-size: 14px;
	padding: 0px;
	color: rgba(67, 86, 107, 1);
	line-height: 1.5;
}

/* MOBILE */
@media (max-width: 980px) {
	.offer-wrapper {
		flex-direction: column;
	}

	.offer-card {
		width: 100%;
	}

	.vertical-title {
		font-size: 24px;
	}
	.why-risingtide {
		padding: 0 10px !important;
	}
}
/* END OF OFFER CARD */

/* Job Listing */
.job-listings-header {
	margin-bottom: 49px;
}

.job-listings-title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: rgba(0, 146, 232, 1);
	padding-bottom: 4px !important;
}

.job-listings-description {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color: rgba(62, 71, 82, 1);
}

@media (max-width: 980px) {
	.job-listings-title {
		font-size: 24px;
	}

	.job-listings-description {
		font-size: 18px;
	}
}

.job-listings-container {
	background: rgba(255, 255, 255, 0.5);
	/* background: red; */
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	padding: 16px;
	border-radius: 16px;
}
.job-listings-divider{
	border-top: 1px solid #dcdcdc;
	padding: 16px 0;
}

#job-search {
	width: 100%;
	padding: 8px;
	border-radius: 12px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
}

#job-table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0px;
}

#job-table thead th {
	font-family: "open sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #43566b;
	text-align: left;
	padding: 8px 16px;
	border: none;
}

#job-table tbody td {
	font-family: "open sans", sans-serif;
	padding: 8px 16px;
	font-size: 14px;
	color: #43566b;
	border: none;
}

#job-table tbody td a {
	color: #0092e8;
	text-decoration: none;
	font-weight: 600;
	font-family: "open sans", sans-serif;
	font-size: 14px;
}

#job-table tbody td a:hover {
	text-decoration: underline;
}

.job-listings-footer {
	font-weight: 600;
	font-size: 14px;
	font-family: "open sans", sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	color: #43566b;
	padding: 8px 16px;
}

/* End of Job Listing */

/* Job Modal */
.job-modal {
	overflow-y: auto;

	/* Firefox */
	scrollbar-width: none;

	/* IE/Edge */
	-ms-overflow-style: none;
}

/* Chrome, Safari, Edge */
.job-modal::-webkit-scrollbar {
	display: none;
}

.job-modal {
	display: none;
	position: fixed;
	z-index: 99999;
	inset: 0;
	background: #f8f9ff;
	padding: 40px 50px;
	box-sizing: border-box;

	justify-content: center;
	align-items: flex-start;

	overflow-y: auto;
}

.job-modal-content {
	width: 100%;
	max-width: 1280px;
	max-height: none;
	margin: 0 auto;
	padding: 24px;
	border-radius: 16px;
	position: relative;
	box-sizing: border-box;

	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
}

.job-modal-close {
	position: absolute;
	top: 16px;
	right: 20px;
	cursor: pointer;
	font-size: 24px;
	line-height: 1;
	color: #43566b;
}

.job-modal-title {
	color: #0092e8;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 16px;
}

.job-modal-description {
	color: #43566b;
	font-size: 14px;
	line-height: 1.8;
}

.apply-btn {
	display: inline-block;
	font-family: "open sans", sans-serif;
	font-size: 16px;
	margin-top: 20px;
	background: #FF8119;
	color: #fff !important;
	text-decoration: none;
	padding: 8px 24px;
	border-radius: 99999px;
	font-weight: 600;
}

.apply-btn:hover {
	opacity: 0.9;
}

.job-modal-trigger {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	color: #0092e8;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	text-align: left;
}

.job-modal-trigger:hover {
	text-decoration: underline;
}
.job-modal-description ul {
	list-style-type: disc !important;
	list-style-position: outside;
	margin: 16px 0 16px 24px;
	padding-left: 20px;
}

.job-modal-description ol {
	list-style-type: decimal !important;
	list-style-position: outside;
	margin: 16px 0 16px 24px;
	padding-left: 20px;
}

.job-modal-description li {
	display: list-item !important;
	margin-bottom: 8px;
}

.job-modal-description p {
	margin-bottom: 16px;
}
/* End Job Modal */

/* Clients */
.client-row {
	overflow: hidden;
	margin-bottom: 24px;
}

.client-row .swiper-wrapper {
	transition-timing-function: linear !important;
}

.client-row .swiper-slide {
	width: 250px;
	padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
}

.client-row img {
	display: block;
}

@media (max-width: 768px) {
	.client-row .swiper-slide {
		width: 160px;
	}

	.client-row img {
		max-height: 60px;
	}
}
.clients-section {
	position: relative;
}

.clients-section::after {
	content: "";
	position: absolute;
	top: -25px;
	right: 0;
	width: 90%;
	height: 115%;

	mask: linear-gradient(
		270deg,
		white,
		white,
		transparent
	);

	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);

	z-index: 3;
	pointer-events: none;
}

.clients-overlay {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);

	width: 40%;
	z-index: 4;
}

.clients-title {
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #0092E8;
}

.clients-description {
	font-family: "Open Sans", sans-serif;
	color: #3E4752;
	font-size: 20px;
}

.clients-stats {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 100px;
	margin-top: 50px
}

.clients-stat-number {
	font-size: 82px;
	font-weight: 300;
	color: #0092E8;
	line-height: 1;
}

.clients-stat-label {
	font-family: "Open Sans", sans-serif;
	color: #3E4752;
	margin-top: 8px;
}


.client-row {
	position: relative;
	z-index: 1;
}

@media (max-width: 980px) {

	.clients-section::after {
		display: none;
	}

	.clients-overlay {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		width: 100%;
		margin-bottom: 40px;
	}

	.clients-title {
		font-size: 32px;
	}
}
/* End of Clients */

/* Job Featured */
/* Header Title */
.featured-jobs-title {
	color: #0092E8;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.featured-job-title{
	color: #0092E8;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

/* Description */
.featured-jobs-subtitle {
	color: #3E4752;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	line-height: 1.6;
}

/* Tablet and below */
@media only screen and (max-width: 980px) {

	.featured-jobs-title {
		font-size: 24px;
	}

	.featured-jobs-subtitle {
		font-size: 14px;
	}
}
.featured-jobs {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 100px;
	gap: 24px;
	align-items: center;
}

.featured-job-card {
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 4px 24px rgba(0, 146, 232, 0.06);
}
.featured-jobs-header{
	margin-bottom: 48px;
}

.featured-job-meta {
	margin-bottom: 24px;
}

.featured-job-item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #43566b;
	font-size: 14px;
	margin-bottom: 6px;
}

/* SVG icons instead of text glyphs */
.featured-job-item svg {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	color: #43566b;
}

.featured-job-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	border: none;
	border-radius: 999px;
	background: #0092e8;
	color: #fff;
	padding: 12px 20px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	transition: background .2s;
}

.featured-job-btn:hover {
	opacity: 0.9;
	text-decoration: none;
}

.featured-jobs-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
}

.featured-arrow-btn {
	border-radius: 9999999px ;
	border: 1px solid #0092E8;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #0092e8;
	padding: 21px;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	background: rgba(255, 255, 255, 0.55);
}

.featured-arrow-btn:hover {
	opacity: 0.9;
}

@media (max-width: 980px) {
	.featured-jobs {
		grid-template-columns: 1fr;
	}
	.featured-jobs-arrow {
		margin-top: 16px;
	}
}
/* End of Job Featured */

/* Contact Section */
.contact-section {
	display: grid;
	grid-template-columns: 1fr;
}

.contact-map {
	width: 100%;
	height: 280px;
}


.contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	 border-radius: 16px 16px 16px 16px;
}

.contact-details {
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	background: rgba(255, 255, 255, 0.5);
    margin-top: 1rem;
    border-radius: 16px 16px 16px 16px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.contact-icon {
	flex-shrink: 0;
	margin-top: 2px;
}

.contact-icon img {
	display: block;
}

.contact-text strong {
	display: block;
	font-size: 16px;
	font-family: "open sans", sans-serif;
	font-weight: 700;
	color: #171C23;
	margin-bottom: 8px;
}

.contact-text p {
	font-family: "open sans", sans-serif;
	font-size: 14px;
	color: #3E4752;
	margin: 0;
}

#wpcf7-f136-p20-o1.wpcf7,
#contact-us .dipl_form_styler_0,
#contact-us .et_pb_module .et_pb_module_inner,
#contact-us .et_pb_module .dipl_form_styler_wrapper{
	background: none !important;
/* 	background-color: rgba(255, 255, 255, 0.5) !important; */
}

#contact-us .et_pb_column_2_3{
	padding-right: 0;
	background-color: rgba(255, 255, 255, 0.5) !important;
	border-radius: 16px 16px 16px 16px;
}

@media (min-width: 768px) {
	#contact-us .et_pb_column_2_3 {
		margin-right: 1rem !important;
	}
	.contact-section {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 380px auto;  /* ← map fixed height, details fits content */
	}

	.contact-map {
		height: 100%;
	}

	.contact-map iframe {
		height: 100%;
	}

	.et_pb_section_0_tb_header {
		padding-top:10px !important;
	}
}
/* End Contact Section */

/* No Job Listing */
/* Tablet and below */
@media only screen and (max-width: 980px) {
	.no-jobs-title {
		font-size: 24px !important;
	}

	.no-jobs-text {
		font-size: 14px !important;
	}
	.no-jobs-wrapper {
		padding: 0 10px !important;
	}
}
.no-jobs-wrapper {
	width: 100%;
	max-width: 1280px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 50px;
}

.no-jobs-content {
	text-align: center;
}

.no-jobs-title {
	font-size: 32px;
	font-weight: 700;
	color: #0092E8;
	font-family: "Poppins", sans-serif;
}

.no-jobs-text {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color: #3E4752;
	margin-bottom: 30px;
}

.no-jobs-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	background: #0092E8;
}

.no-jobs-btn:hover {
	opacity: 0.9;
}
/* End of No Job Listing */

/* Spin Animation */
.spin-animation{
	transform: translateX(-50%);
	animation: spin 60s linear infinite;
}

@keyframes spin {
	from {
		transform: translateX(-50%) rotate(0deg);
	}
	to {
		transform: translateX(-50%) rotate(360deg);
	}
}

/* End of Spin Animation */

/* 3 col */
/* Tablet */
@media only screen and (max-width: 980px) and (min-width: 478px) {

	.et_pb_row.custom-3col {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.et_pb_row.custom-3col > .et_pb_column {
		width: calc(50% - 15px) !important;
		margin-right: 0 !important;
		margin-bottom: 30px !important;
	}

	.et_pb_row.custom-3col > .et_pb_column:nth-child(3) {
		width: 100% !important;
	}
}

/* Mobile */
@media only screen and (max-width: 477px) {

	.custom-3col {
		display: block !important;
	}

	.custom-3col .et_pb_column {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
	}
}
/* End of 3 col */

/* Client Overlay */
@media only screen and (max-width: 980px) {
	.clients-overlay {
		padding: 0 10px;
	}
}
/* End of Client Overlay */

/*  */

/* #previewHome {
position: relative;
margin-top: -250px;
width: 100vw;
display: flex;
align-items: center;
}
#previewHome .previewImage {
z-index: -10;
position: relative;
transform: rotate(-5deg);
border-radius: 50px;
top: -100px;
left: -20%;
height: 70vh;
background-color: #E7FBF3;
width: 1920px;
padding: 50px 0;
}
#previewHome .rowOneText {
position: absolute;
width: 60%;
left: 1%;
top: 50px;
} */

/* icons */
.wwp-wrap{ 
	padding: 24px;
	background: #FFFFFF;
	border-radius: 16px;
}
.wwp-title{
	padding: 0 !important;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #D903CB;
	font-size: 32px;
}

.wwp-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.wwp-item {
	display: flex;
	font-family: "Open Sans", sans-serif;
	align-items: center;
	gap: 8px;
	color: #171C23;
	font-size: 14px;
}

.wwp-icon {
	font-size: 24px;
	flex-shrink: 0;
	color: #D903CB;
}

.wwp-divider{
	margin: 16px 0 !important;
	border-top: 1px solid #06245C;
	
}

@media (max-width: 992px) {
	.wwp-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.wwp-grid {
		grid-template-columns: 1fr;
	}
}
/* end of icons */