
*{margin:0;padding:0;box-sizing:border-box;font-family: 'Montserrat', sans-serif;}
body{background:#f5f7fb}
a{
  text-decoration: none !important;
  color: #639;
}
.login-page{
height:75vh;
display:flex;
justify-content:center;
align-items:center;
}

.login-card{
background:#fff;
width:420px;
padding:40px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.login-card h1{
text-align:center;
color:#639;
margin-bottom:25px;
}

.primary_text {
  color:#639 !important;
}
.login-card input{
width:100%;
padding:14px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:10px;
}

.login-card button{
width:100%;
padding:14px;
background:#639;
color:#fff;
border:none;
border-radius:10px;
cursor:pointer;
}

.partners-section{
background:#fff;
padding:30px;
box-shadow:0 -5px 20px rgba(0,0,0,.08);
position: fixed;
bottom: 0;
left: 0;
width: 100%;
color: #fff;
text-align: center;
padding: 15px;
z-index: 9999;
}

.partners-section h2{
text-align:center;
margin-bottom:20px;
color:#639;
}

.swiper-slide{
display:flex;
justify-content:center;
align-items:center;
}

.swiper-slide img{
width:100%;
max-width:220px;
height:90px;
object-fit:cover;
border-radius:10px;
}

.container{
width:90%;
max-width:1300px;
margin:40px auto;
}

.container h1{
text-align:center;
color:#639;
margin-bottom:30px;
}

.news-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:25px;
}

.news-card{
background:#fff;
border-radius:15px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.news-card img{
width:100%;
}

.news-card h3,
.news-card p{
padding:15px;
}


.custom-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 30px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  width: 600px;
  margin: 10px auto;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.nav-item {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  transition: color 0.3s ease;
}

.nav-item:hover,
.nav-item:focus {
  color: #639;
  outline: none;
}

.nav-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #639;
  transition: width 0.3s ease;
}

.nav-item:hover::after,
.nav-item:focus::after {
  width: 100%;
}

.nav-item.active {
  color: #0076ff;
}

.nav-item.active::after {
  width: 100%;
}

.app-footer {
display: none !important;
}
