.dropdown-item:active,
.nav-link:hover {
	color: var(--primary-color)
}

.font-roboto,
.orbitron,
body {
	font-style: normal
}

.back-to-top,
.close-button,
.flag {
	cursor: pointer
}

::-webkit-scrollbar {
	width: 3px
}

::-webkit-scrollbar-track {
	background: #d6d6d6;
	border-radius: 4px
}

::-webkit-scrollbar-thumb {
	background: #3f4344;
	border-radius: 10px
}

.bg-primary,
.btn-primary {
	background-color: var(--primary-color) !important
}

.map {
	background-position: center
}

::-webkit-scrollbar-thumb:hover {
	background: #0095d4
}

.dropdown-item:active,
.dropdown-item:hover {
	background-color: #fff !important
}

:root {
	--primary-color: #0095d4
}

body {
	font-family: Kanit, serif;
	font-weight: 400;
	width: 100% !important
}

.container-fluid {
	flex-wrap: unset !important
}

.flag-container {
	display: flex;
	gap: 10px;
	align-items: center
}

.dropdown-toggle::after,
.goog-te-gadget,
.goog-te-gadget img,
.offcanvas.show~.back-to-top {
	display: none !important
}

.accordion-button:focus,
.btn-close:focus,
.form-control:focus,
.navbar-toggler:focus {
	box-shadow: none !important
}

.navbar-toggler {
	border: none !important
}

.navbar-nav .nav-link.show {
	color: #00668f !important
}

.lexend {
	font-family: "Lexend", sans-serif;
}

.dropdown-item:hover,
.text-primary {
	color: var(--primary-color) !important
}

.btn-primary {
	border-radius: 0;
	border: none !important;
	padding: 5px 15px
}

.btn-primary:hover {
	background-color: gray !important
}

.text-secondary {
	color: #9f9f9f !important
}

.border-primary {
	border-color: var(--primary-color) !important
}

.font-roboto {
	font-family: Roboto, serif;
	font-weight: 300
}

.orbitron {
	font-family: Orbitron, serif;
	font-size: 60px
}

.career-btn{
    background: linear-gradient(183deg, #0d95e5b3, #0e4262d6);
    filter: drop-shadow(-2px 3px 2px black);
}

.digital-numbers {
	font-family: "Faculty Glyphic", sans-serif;

}

.staatliches-regular {
	font-family: Staatliches, serif;
	font-weight: 400;
	font-style: normal
}

.pages-bg {
	background-image: url('../assets/img/header/bg-back.jpg');
	background-size: cover;
	background-position: bottom
}

.map {
	background-image: url('../assets/img/homepage/Map.png');
	--bsb-overlay-opacity: 1;
	--bsb-overlay-bg-color: var(--bs-primary-rgb);
	background-size: contain;
	background-repeat: no-repeat
}

.bsb-overlay {
	position: relative;
	background-color: rgba(6, 6, 6, 0)
}

@media (min-width:992px) {
	.dropdown {
		position: relative
	}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		display: block;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: opacity .5s, transform .5s;
		pointer-events: none
	}

	.dropdown:hover>.dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto
	}
}

@media (max-width:992px) {
	.nav-item.dropdown:hover .dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible
	}

	.dropdown-menu {
		transition: opacity 10s ease-in-out;
		opacity: 0;
		visibility: hidden
	}
}

.portfolio-menu {
	text-align: center
}

.portfolio-menu ul li {
	display: inline-block;
	margin: 0;
	list-style: none;
	padding: 10px 15px;
	cursor: pointer;
	-webkit-transition: 5s;
	-moz-transition: 5s;
	-ms-transition: 5s;
	-o-transition: 5s;
	transition: .5s
}

.portfolio-item .item {
	float: left;
	margin-bottom: 10px
}

.back-to-top {
	position: fixed;
	bottom: 75px;
	right: 40px;
	background-color: #0dadec;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.chat-window,
.whatsapp-button {
	bottom: 13px;
	right: 10px;
	position: fixed
}

.fa-brands:hover {
	color: #0095d4 !important;
	text-shadow: 1px 1px 1px #000 !important
}

@media screen and (max-width:399px) {
	.text-mobile-disappear {
		display: none !important
	}
}

@keyframes fadeInFromRight {
	0% {
		opacity: 0;
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.text-fade-in>* {
	opacity: 0;
	animation: .5s ease-in-out forwards fadeInFromRight
}

.text-fade-in>.row,
.text-fade-in>h1,
.text-fade-in>h5 {
	animation-delay: .1s
}

.contact-button {
	writing-mode: vertical-lr;
	position: fixed;
	transform: rotate(360deg);
	top: 50%;
	left: -200px;
	z-index: 1000;
	padding: 12px 0;
	display: block;
	background-color: #0384c2;
	color: #fff;
	line-height: 35px;
	animation: 15s infinite slideInOut;
	cursor: pointer !important
}

.card-wrapper,
.hover-expand img {
	position: relative
}

.rotated-text {
	transform: rotate(160deg)
}

@keyframes slideInOut {

	0%,
	100%,
	80% {
		left: -200px;
		opacity: 0
	}

	10%,
	70% {
		left: 0;
		opacity: 1
	}
}

@keyframes breathing {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}
}

.whatsapp-button {
	z-index: 1000;
	animation: 2s infinite breathing
}

.chat-window {
	width: 300px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
	overflow: hidden;
	display: none;
	z-index: 1050
}

.chat-window.show {
	display: block
}

.chat-body {
	padding: 10px;
	height: 300px;
	overflow-y: auto
}

.card-wrapper,
.zoom-hover {
	overflow: hidden
}

.chat-message {
	margin-bottom: 10px
}

.bot-message {
	background-color: #fff;
	padding: 8px 12px;
	border-radius: 15px;
	display: inline-block;
	box-shadow: 0 0 4px #00000057
}

.chat-input {
	flex: 1;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 20px
}

.close-button {
	color: #fff
}

.logo-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0
}

.slider-container {
	overflow: hidden;
	width: 100%;
	max-width: 1200px
}

.slider-track {
	display: flex;
	gap: 30px;
	will-change: transform
}

.slider-track img {
	height: 80px;
	object-fit: contain
}

.entry-header-overlay {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	z-index: 1
}

.card-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 117 185 / 79%);
	backdrop-filter: blur(5px);
	padding: 15px;
	transition: opacity .8s ease-in-out;
	border: 1px solid rgba(0, 0, 0, .1);
	opacity: 0;
	z-index: 0;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.fade-in,
.fade-in-up,
.slide-in-right {
	transition: opacity .8s, transform .8s;
	opacity: 0
}

.card-wrapper:hover .card-content {
	opacity: 1;
	z-index: 2
}

.fade-in,
.fade-in-up {
	transform: translateY(20px)
}

.fade-in-delay.active,
.fade-in-up.active,
.fade-in.active {
	opacity: 1;
	transform: translateY(0)
}

.slide-in-right {
	transform: translateX(30px)
}

.slide-in-left.active,
.slide-in-right.active {
	opacity: 1;
	transform: translateX(0)
}

.slide-in-left {
	opacity: 0;
	transform: translateX(-30px);
	transition: opacity 1.2s, transform 1.2s
}

.test_center_cards {
	transition: transform .3s, box-shadow .3s;
	border-radius: 50px 10px !important
}

.test_center_cards:hover {
	transform: scale(1.02);
	box-shadow: -2px 2px 2px #0870df8f !important
}

.service-card-header {
	transition: .3s;
	min-height: 500px
}

.service-card-header:hover {
	background: #158dbf;
	opacity: .8;
	min-height: 500px
}

.vacancy-btn {
	position: relative;
	display: inline-block;
	background: linear-gradient(183deg, #429bc5, #3da2d0, #255076, #0e2c5b);
	box-shadow: 2px 2px 4px #000;
	overflow: hidden;
}

.vacancy-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(
		120deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.6) 50%,
		rgba(255,255,255,0) 100%
	);
	transform: skewX(-25deg);
	animation: sparkle 3s infinite;
}

@keyframes sparkle {
	0% {
		left: -75%;
	}
	100% {
		left: 125%;
	}
}

.vacancy-btn:hover {
	transform: scale(1.02) !important;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .6) !important;
	transition: .1s ease-in-out !important
}

@media (max-width:991px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		width: 100% !important
	}
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	left: -230px !important;
	width: 680px
}

.zoom-hover img {
	transition: transform .3s
}

.zoom-hover img:hover {
	transform: scale(1.1);
	box-shadow: 1px 1px 4px #000
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999
}

.typing-loader {
	display: flex;
	gap: 6px
}

.typing-loader span {
	width: 10px;
	height: 10px;
	background: #006d9bc9;
	border-radius: 50%;
	animation: 1s infinite typingDots
}

.typing-loader span:nth-child(2) {
	animation-delay: .2s
}

.typing-loader span:nth-child(3) {
	animation-delay: .4s
}

@keyframes typingDots {

	0%,
	100%,
	80% {
		transform: scale(.8);
		opacity: .5
	}

	40% {
		transform: scale(1.4);
		opacity: 1
	}
}

@keyframes pulse {

	0%,
	100%,
	80% {
		transform: scale(0);
		opacity: .3
	}

	40% {
		transform: scale(1);
		opacity: 1
	}
}

.fs-15 {
	font-size: 13px !important
}

.footer-link:hover {
	color: #005abb !important;
	font-weight: 400
}

.hover-expand .row {
	display: flex;
	flex-wrap: nowrap
}

.hover-expand .col {
	transition: .3s;
	overflow: hidden;
	height: 500px;
	position: relative;
	cursor: pointer;
	padding: 0
}

.hover-expand img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	z-index: 0
}

.hover-expand .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #fff;
	border: 4px solid white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: background-color .3s;
	padding: 20px;
	text-align: center
}

.hover-expand .overlay h3,
.hover-expand .overlay p {
	margin: 0;
	transition: opacity .3s
}

.hover-expand .overlay p {
	margin-top: 10px;
	opacity: 0
}

.hover-expand.hovering .col .overlay h3 {
	opacity: 0
}

.hover-expand .col.hovered .overlay p {
	opacity: 1
}

.hover-expand .col.hovered .overlay {
	background-color: #000000a8;
}

@media (max-width:767.98px) {
	.hover-expand .row {
		flex-wrap: wrap
	}

	.hover-expand .col {
		height: auto
	}

	.hover-expand .overlay h3,
	.hover-expand .overlay p {
		opacity: 1
	}
}

.fade-in,
.fade-in-delay {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s, transform .8s
}

.fade-in-delay {
	transition-delay: var(--delay, 0s)
}

.animate-fade-in,
.animate-section {
	opacity: 0;
	transform: translateY(20px)
}

.animate-section {
	transition: opacity 1s, transform 1s
}

.animate-fade-in {
	transition: opacity .8s, transform .8s
}

.fade-in-visible {
	opacity: 1;
	transform: translateY(0)
}

#visitorCount {
	font-size: 100px;
	filter: drop-shadow(3px 4px 2px black)
}

@media (max-width:768px) {
	#visitorCount {
		font-size: 70px
	}
}

#backToTopBtn {
	display: none;
	z-index: 1050;
  }

  .text-bg {
	text-transform: uppercase;
	background: url('../assets/img/homepage/visit-bg.jpg') ;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
  }

  .filter-button {
	transition: all 0.3s ease;
}

.filter-button.active {
	background-color: #0073af !important;
	color: #fff !important;

}

.gallery-button {
	writing-mode: vertical-lr;
	position: fixed;
	transform: rotate(180deg);
	top: 15%;
	right: -200px;
	z-index: 1000;
	padding: 12px 0;
	display: block;
	background-color: #ffffff;
	line-height: 35px;
	animation: 15s infinite slideInright;
	cursor: pointer !important
}

@keyframes slideInright {

	0%,
	100%,
	80% {
		right: -200px;
		opacity: 0
	}

	10%,
	70% {
		right: 0;
		opacity: 1
	}
}

.floating-call-btn {
    position: fixed;
    top: 80%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

.floating-call-btn a {
    transition: 0.3s ease;
    width: 45px; 
    overflow: hidden;
}

.floating-call-btn:hover a {
    width: 230px;
}

.call-text {
    white-space: nowrap;

}

.cke_notification_warning{
	display: none !important;
}
.cke_notification{
	display: none !important;
}

.Documents-btn {
	cursor: pointer;
	transition: all 0.3s;
}

.folderContainer {
	width: 60px;
	height: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.fileBack {
	z-index: 1;
	width: 80%;
	height: auto;
}

.filePage {
	width: 50%;
	height: auto;
	position: absolute;
	z-index: 2;
	transition: all 0.3s ease-out;
}

.fileFront {
	width: 85%;
	height: auto;
	position: absolute;
	z-index: 3;
	opacity: 0.95;
	transform-origin: bottom;
	transition: all 0.3s ease-out;
}


.Documents-btn:hover .filePage {
	transform: translateY(-5px);
}

.Documents-btn:active {
	transform: scale(0.95);
}

.Documents-btn:hover .fileFront {
	transform: rotateX(30deg);
}


.search-box {
	position: relative;

}

#livesearch {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	z-index: 9999;
	background: #fff;
	border: 1px solid #ccc;
	max-height: 200px;
	overflow-y: auto;
}

#livesearch a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: #000;
}

#livesearch a:hover {
	background-color: #f1f1f1;
}
