/* Container Top Area */
.header-uppar-top {
	background-color: #001f46;
    padding: 8px 0;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #ddd;

}
.header-top-area .header-uppar-top {
	position: relative;
	z-index: 2;
}
/* Force row with flex */
.header-uppar-top .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
/* Left Section */
.header-top-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 1;
}
.header-top-left .contact-info {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.header-top-left .contact-info li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}
.header-top-left .contact-info i {
	color: #f7bb00;
	font-size: 16px;
}
.header-top-left .contact-info a {
	color: #fff;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.header-top-left .contact-info a:hover {
	color: #f7bb00;
}
/* Right Section */
.header-top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.header-top-right .styled-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.header-top-right .styled-icons li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #e4e4e4;
	color: #000;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 15px;
	transition: 0.3s ease;
}
.header-top-right .styled-icons li a:hover {
	background: #007bff;
	color: #fff;
}
.header-top-area {
    left: 0;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 9;
    -webkit-transition: .4s;
    transition: .4s;
    background: #001f46;
}
/* Banner */
.orbitWrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border-radius: 0px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	margin-top: 0px;
}
.orbitTrack {
	display: flex;
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.orbitSlide {
	flex-shrink: 0;
	width: 100%;
	opacity: 0;
	transform: scale(0.95);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.orbitSlide.active {
	opacity: 1;
	transform: scale(1);
}
.orbitSlide img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	border-radius: 0px;
}
.orbitNav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	padding: 0 15px;
}
.orbitBtn {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	border: none;
	font-size: 26px;
	padding: 8px 12px;
	cursor: pointer;
	border-radius: 50%;
	transition: background 0.3s ease;
}
.orbitBtn:hover {
	background: rgba(255, 255, 255, 1);
}
.course-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}
.card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}
.card {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	padding: 30px;
	transition: transform 0.3s ease;
}
.card:hover {
	transform: translateY(-5px);
}
.card h3 {
	color: #001f46;
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.card ul {
	padding-left: 20px;
	line-height: 1.6;
	margin-top: 25px;
}
.card ul li{
	letter-spacing: 1px;
	font-size: 15px;
	margin-bottom: 10px;
}
.info-box {
	margin-top: 40px;
	background: #e0f2fe;
	padding: 30px;
	border-left: 6px solid #f7bb00;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgb(0 0 0 / 19%);
}
.info-box:hover {
	transform: translateY(-5px);
}
.info-box h4 {
	color: #001f46;
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.info-box ul {
	padding-left: 20px;
	line-height: 1.8;
	color: #334155;
}
.info-box ul li{
	letter-spacing: 1px;
	font-size: 15px;
	margin-bottom: 10px;
}
/* Floating Contact Buttons CSS */
.contact-buttons {
	position: fixed;
	bottom: 10px;
	left: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1000;
}
.contact-buttons a {
	color: white;
	font-size: 15px;
	padding: 10px 10px;
	border-radius: 50px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	text-align: center;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	width: 125px;
	text-decoration: none;
	transition: transform 0.3s ease;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}
.contact-buttons a.call-button {
	background-color: #f7bb00;
}
.contact-buttons a.whatsapp-button {
	background-color: #25D366;
}
.contact-buttons a i {
	margin-right: 10px;
}
.contact-buttons a:hover {
	transform: scale(0.95);
}
/* Scroll to Top Button */
@media (max-width: 768px) {
	.header-uppar-top .row {
		flex-direction: column;
        text-align: center;
        gap: 2px;
	}
	.header-top-left {
		justify-content: center;
	}
	.header-top-right {
		display: none;
	}
	.header-top-left .contact-info {
		flex-direction: column;
		align-items: center;
	}
	.header-top-left .contact-info .contact-phone{
		font-size: 20px;
	}
	.header-top-left .contact-info .contact-email,
	.header-top-left .contact-info .contact-address{
		display: none;
	}
	.header-top-right .styled-icons {
		justify-content: center;
	}
	.orbitWrapper {
		margin-top: 0px;
	}
	.orbitBtn {
        font-size: 20px;
		padding: 6px 10px;
	}
	.message-description {
		text-align: center;
	}
	.contact-buttons {
		width: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
		display: block;
	}
	.contact-buttons a {
		min-width: auto;
        padding: 10px 12px;
        font-size: 14px;
        float: left;
        width: 50%;
        overflow: hidden;
        text-align: center;
        border-radius: 0;
	}
	#scrollUp {
		position: fixed;
		bottom: 0px;
		right: 0px;
		color: white;
		font-size: 20px;
		padding: 2px;
		cursor: pointer;
		width: 40px;
		height: 40px;
		line-height: 10px;
		z-index: 99999;
		border-radius: 0%;
	}
}
@media (max-width: 480px) {
	.orbitWrapper {
		margin-top: 0px;
	}
	.orbitBtn {
		font-size: 18px;
		padding: 5px 8px;
	}
	.orbitNav {
		padding: 0 8px;
	}
}