@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #F1FAFE;
	justify-content: center;
	font-family: 'Nunito', sans-serif;
	overflow-x: hidden;
}

.nav {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 4%;
	position: fixed;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.nav-left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.img {
	width: 40px;
	max-width: 50px;
}

.img2 {
	width: 90px;
	max-width: 120px;
}

.icons {
	display: flex;
	align-items: center;
	gap: 15px;
}

.icon {
	font-size: 16px;
	color: #4a7c9d;
	padding: 6px 12px;
	border-radius: 10px;
	transition: all 0.3s ease;
	text-decoration: none;
	white-space: nowrap;
}

.icon:hover {
	background-color: #168CDE;
	color: white;
}

.search {
	height: 35px;
	width: 200px;
	background-color: #D4EAFA;
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: blue;
	border-radius: 30px;
}

.input {
	height: 100%;
	width: 100%;
	border: none;
	background: transparent;
	margin-left: 8px;
	outline: none;
	font-size: 14px;
}

.main {
	min-height: 85vh;
	width: 100%;
	background-image: url('images/hero.jpg');
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	padding: 40px 20px;
	text-align: center;
}

.containt {
	max-width: 600px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ghj {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 25px;
}

.wart {
	text-decoration: none;
	color: white;
	font-size: 16px;
	border: 1px solid white;
	padding: 10px 20px;
	border-radius: 30px;
	transition: all 0.3s ease;
	background-color: rgba(0, 0, 0, 0.1);
}

.wart:hover {
	transform: scale(1.05);
	background-color: #0077DB;
}

.main2 {
	width: 90%;
	max-width: 1200px;
	display: flex;
	gap: 3%;
	margin: 40px 0;
}

.gdoh {
	flex: 1;
}

.tegldg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.tegldg a {
	text-decoration: none;
}

.cards {
	display: flex;
	gap: 3%;
}

.card {
	flex: 1;
	background-color: white;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
}

.img3 {
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.card p {
	padding: 0 10px;
}

.watvj {
	text-decoration: none;
	color: #0077DB;
	font-size: 24px;
	position: absolute;
	bottom: 10px;
	right: 15px;
	display: none;
	transition: all 0.3s ease;
}

.card:hover .watvj {
	display: block;
}

.sdhf {
	width: 35%;
	display: flex;
	gap: 20px;
}

.letter {
	width: 100%;
	min-height: 130px;
	background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQlGHLAQTTiA18n4wiBzO0DmZhHC2K2PxDVgvPz1cd8Pw&s=10');
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
}

.letter2 {
	width: 100%;
	background-color: #1A8DE0;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 10px;
}

.containtsd {
	width: 100%;
	background-color: white;
	margin-top: 15px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	padding: 10px;
	gap: 8px;
}

.containtsd p {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	padding: 6px 8px;
	border-bottom: 1px solid #eee;
	color: darkblue;
}

.main3 {
	width: 90%;
	max-width: 1200px;
	display: flex;
	gap: 3%;
	margin-bottom: 40px;
}

.dklja, .dklja2 {
	flex: 1;
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.chrdoh {
	display: flex;
	align-items: center;
	gap: 15px;
	overflow-x: auto;
	padding: 15px 0 5px 0;
}

.chrdoh::-webkit-scrollbar, .gadegts::-webkit-scrollbar {
	height: 6px;
}
.chrdoh::-webkit-scrollbar-thumb, .gadegts::-webkit-scrollbar-thumb {
	background: #D4EAFA;
	border-radius: 10px;
}

.chrdoh img, .img66 {
	flex-shrink: 0;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid lightblue;
}

.gadegts {
	display: flex;
	align-items: center;
	gap: 15px;
	overflow-x: auto;
	padding: 15px 0 5px 0;
}

.img66 {
	border-radius: 10px;
}

.footer {
	width: 100%;
	background-color: #1674C5;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	color: white;
	padding: 30px 20px;
	text-align: center;
}

.footer img {
	width: 100px;
}

.footer-socials {
	display: flex;
	gap: 15px;
	font-size: 22px;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
	.icons {
		display: none;
	}
	.search {
		width: 160px;
	}
	.main2 {
		flex-direction: column;
	}
	.sdhf {
		width: 100%;
		flex-direction: row;
		margin-top: 30px;
	}
	.letter, .letter2 {
		flex: 1;
	}
	.main3 {
		flex-direction: column;
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.nav {
		padding: 10px 15px;
	}
	.search {
		display: none; /* Hide search bar on small screens if space is tight, or keep it compact */
	}
	.cards {
		flex-direction: column;
		gap: 20px;
	}
	.card {
		width: 100%;
	}
	.img3 {
		height: 180px;
	}
	.sdhf {
		flex-direction: column;
	}
	.containt img[style*="width:40%"] {
		width: 70% !important;
		height: auto !important;
	}
	.footer {
		flex-direction: column;
		gap: 15px;
	}
}