.nav-dropdown1 {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background:#fff;
  padding:0;
}

nav ul {
  list-style: none;  
}

nav ul li {
  float: left;
  position: relative;
}
a:hover{
	color:#0056b3;
}

nav ul li ul li:hover{
	background:#ddd;
}

nav  ul li a:not(:only-child):after,
nav  ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}

nav ul li ul li {
  min-width: 200px;
  padding:10px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.nav-light .navbar-nav .nav-link{
	color:#fff;
	Cursor:pointer;
	padding:8px;
}

.navbar-nav .nav-link{
	font-size:13px;
	font-weight:600 !important;
}

.nav-light .navbar-nav .active .nav-link, .nav-light .navbar-nav .active .nav-link:hover, .nav-light .navbar-nav .nav-item:hover > a, .nav-light .navbar-nav .nav-link:hover{
	background:linear-gradient(to bottom right, #00b6ff, #00606e);
}

.header-one{
	background:#0080a8;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
  padding-top:30px;
  position: relative;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #47b2e4;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

p span{
	color:#47b2e4;
}

h4{
	color:#47b2e4;
}

.rounded-circle{
	width:50px;
	height:50px;
}

body{
	background-color: linear-gradient(135deg, #f5f7fa 0%, #ecfbff 100%);
}

.hero {
	background: #fff;
	padding: 40px 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.hero::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
	background-size: 50px 50px;
	animation: moveGrid 20s linear infinite;
}

@keyframes moveGrid {
	0% { transform: translate(0, 0); }
	100% { transform: translate(50px, 50px); }
}

.hero-content {
	position: relative;
	z-index: 1;
}

.hero h1 {
	font-size: 2.5em;
	margin-bottom: 20px;
	animation: fadeInUp 1s ease;
}



@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.container {
	margin: 0 auto;
}

.section {
	
	border-radius: 20px;
	padding: 25px;
	margin-bottom: 40px;
	
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.section-header {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 3px solid #0082a9;
}

.icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #ffffff, #ffffff);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	color: white;
	margin-right: 20px;
	box-shadow: 0px 6px 13px rgb(0 0 0 / 13%);
}

.hero-image {			
	width: 100%;
	max-width: 800px;
	height: 400px;
	margin: 0px auto;
	background: white;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0,0,0,0.3);
	margin-top: 35px;
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-image {
	position: relative;
	width: 100%;
	height: 300px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.section-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(2px) brightness(60%);
}

.overlay-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	gap: 15px;
	color: white;
	text-shadow: 0 3px 10px rgba(0,0,0,0.6);
}

.overlay-title .icon {
	width: 70px;
	height: 70px;
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(5px);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	color: white;
	box-shadow: 0px 6px 13px rgb(0 0 0 / 13%);
	margin: 0;
}

.overlay-title h2 {
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
}

.feature-card-image {
	width: 100%;
	height: 150px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}

.feature-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-header h2 {
	font-size: 2em;
	color: #007392;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 25px;
	margin-top: 30px;
}

.feature-card {
	background: #fafafa;
	padding: 30px;
	border-radius: 15px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.feature-card {
	transform: scale(1);
	box-shadow: 0px 3px 12px 0px rgb(28 28 28 / 20%);
}

.feature-card h3 {
	color: #00b6ec;
	margin-bottom: 15px;
	font-size: 1em;
	font-weight: 500;
}

.feature-card p {
	color: #555;
	line-height: 1.6;
}

.module-badge {
	display: inline-block;
	background: #0082ab;
	color: white;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 0.85em;
	margin-bottom: 10px;
	font-weight: 500;
}

.stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin: 40px 0;
	padding: 0px 25px;
}

.stat-box {
	background: #fff;
	color: #0cade4;
	padding: 30px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 10px 30px rgb(102 126 234 / 22%);
}

.stat-box h3 {
	font-size: 2.5em;
	margin-bottom: 10px;
	font-weight: 600;
}

.stat-box p {
	font-size: 1.1em;
	opacity: 0.9;
	font-weight: 500;
}

.cta-section {
	background: linear-gradient(135deg, #0082a9, #006f8c26);
	color: white;
	padding: 60px;
	border-radius: 20px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 2rem;
}

.cta-button {
	background: white;
	color: #0082b0;
	padding: 18px 50px;
	border: none;
	border-radius: 50px;
	font-size: 1.2em;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 20px;
}

.cta-button:hover {
	transform: scale(1.005);
	box-shadow: 0 15px 39px rgb(0 0 0 / 18%);
}

.sub-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
	margin-top: 20px;
}

.sub-feature {
	background: white;
	padding: 15px;
	border-radius: 10px;
	border-left: 4px solid #667eea;
	transition: all 0.3s ease;
}

 /* Modal Styles */
.modal-content {
	border-radius: 20px;
	border: none;
}

.modal-header {
	background: linear-gradient(to bottom right, #00b6ff, #007b8d);
	color: white;
	border-radius: 20px 20px 0 0;
	border: none;
}

.modal-title {
	font-weight: bold;
}

.form-control:focus {
	border-color: #a7eaff;
	box-shadow: 0 0 0 0.2rem rgb(0 160 209 / 11%);
}

.btn-submit {
	background: linear-gradient(135deg, #4568dc, #b06ab3);
	border: none;
	padding: 12px 40px;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 50px;
	transition: all 0.3s ease;
}

.btn-submit:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 30px rgba(69, 104, 220, 0.4);
}

@media (max-width: 768px) {
	.hero h1 {
		font-size: 2.5em;
	}
	.section {
		padding: 30px 20px;
	}
}       

@media (max-width: 768px) {
	.hero h1 {
		font-size: 2em;
	}
	.section {
		padding: 30px 20px;
	}
	.features-grid {
		grid-template-columns: 1fr;
	}
}


.hero-subtitle {
	font-size: 1.7em;
	margin-bottom: 10px;
	opacity: 0.95;
	animation: fadeInDown 1.2s ease; 
	color: #0082a9;
	font-weight: 600;
}

.hero-description {
	font-size: 1.2em;
	opacity: 0.9;
	margin-bottom: 40px;
	animation: fadeInDown 1.4s ease;
}