body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #000000, #003322);
  color: white;
}

header {
  text-align: center;
  padding: 40px;
  background: black;
  border-bottom: 2px solid #00ff88;
}

h1 {
  color: #00ff88;
}

.hero {
  text-align: center;
  padding: 60px;
}

button {
  background: #00ff88;
  color: black;
  border: none;
  padding: 15px 25px;
  cursor: pointer;
  font-weight: bold;
}

button:hover {
  background: #00cc6a;
}

.services {
  text-align: center;
  padding: 60px 20px;
}

.card {
  background: #111;
  border: 1px solid #00ff88;
  margin: 15px;
  padding: 20px;
  display: inline-block;
  width: 220px;
}

footer {
  text-align: center;
  padding: 20px;
  background: black;
  border-top: 2px solid #00ff88;
}

.contact {
  text-align: center;
  padding: 60px 20px;
  background: #0b0b0b;
  border-top: 2px solid #00ff88;
}

.contact h2 {
  color: #00ff88;
  margin-bottom: 20px;
}

.contact iframe {
  max-width: 800px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #00ff88;
}

.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 255, 136, 0.3);
}

.contact iframe {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: none;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: black;
  border-bottom: 2px solid #00ff88;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  width: 40px;
  height: 40px;
}

.footer-logo {
  width: 50px;
  margin-bottom: 10px;
}

nav a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
}

nav a:hover {
  color: #00ff88;
}

html {
  scroll-behavior: smooth;
}

.hero {
  text-align: center;
  padding: 100px 20px;
  animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #00ff88;
  color: black;
  padding: 12px 15px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.footer-logo {
  width: 50px;
  height: auto;
}

.footer-logo {
  transition: transform 0.2s ease, filter 0.2s ease;
}

.footer-logo:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 5px #00ff88);
}

.footer-logo {
  width: 50px;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  opacity: 0.8;
}

.footer-logo:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 0 8px #00ff88);
  opacity: 1;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 10px;
  animation: fadeInUp 1.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero {
  height: 100vh;
  background: url('ev-bg.jpg') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero h2 {
  font-size: 2.5rem;
  color: #00ff88;
}

.hero p {
  margin: 15px 0;
  font-size: 1.1rem;
}

.hero-buttons {
  margin-top: 20px;
}

.btn-secondary {
  margin-left: 10px;
  padding: 15px 25px;
  border: 1px solid #00ff88;
  color: #00ff88;
  text-decoration: none;
}

.services-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

button, .btn-secondary {
  border-radius: 30px;
  transition: all 0.3s ease;
}

button:hover, .btn-secondary:hover {
  transform: scale(1.05);
}

.hero {
  height: 100vh;
  background: url(Background\ picture.jpeg) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65); /* darker overlay for readability */
}

.hero h2 {
  font-size: 2.4rem;
  letter-spacing: 1px;
}

.hero p {
  font-size: 1.05rem;
  opacity: 0.9;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.partners-text {
  font-weight: bold;
  color: #00ff88;
}

.partners-text {
  font-size: 0.9rem;
  opacity: 0.8;
}

.footer-logo-main {
  width: 85px;  /* increase size */
  height: auto;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;   /* ensures vertical alignment */
  gap: 15px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.partners-text {
  font-size: 0.9rem;
  opacity: 0.8;
  color: #00ff88;
  display: flex;
  align-items: center;   /* aligns text with logos */
}

.about {
  padding: 60px 20px;
  text-align: center;
  background: #0d0d0d;
}

.about-content {
  max-width: 850px;
  margin: auto;
}

.about h2 {
  color: #00ff88;
  margin-bottom: 30px;
  font-size: 1.45rem;
}

.about p {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.05rem;
  opacity: 0.92;
}

.about h3{
font-size:1.6rem;
color:#00ff88;
margin-bottom:30px;
}

.mission{
font-weight:bold;
font-size:1.15rem;
margin-top:30px;
}

.values{
padding:80px 20px;
text-align:center;
background:#080808;
}

.values h2{
color:#00ff88;
margin-bottom:40px;
font-size:2.2rem;
}

.values-grid{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:30px;
}

.values .card{
max-width:300px;
padding:30px 25px;
}

.timeline{
padding:80px 20px;
text-align:center;
}

.timeline-item{
margin:30px auto;
max-width:600px;
border-left:2px solid #00ff88;
padding-left:20px;
text-align:left;
}

.timeline{
padding:80px 20px;
text-align:center;
}

.accordion{
background:#111;
color:#00ff88;
cursor:pointer;
padding:14px 18px;
width:80%;
max-width:800px;
border:1px solid #00ff88;
margin:12px auto;
text-align:left;
font-weight:bold;
font-size:0.88rem;
display:block;
border-radius:8px;
}

font-size:0.88rem;
padding:14px 18px;

.accordion:hover{
transform:translateY(-2px);
}

.panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  background: #0a0a0a;
  width: 85%;
  max-width: 850px;
  margin: 0 auto 20px;
  padding: 0 30px;
  border-left: 4px solid #00ff88;
  text-align: left;
  line-height: 1.8;
  border-radius: 0 0 10px 10px;
}

.panel.open {
  padding: 30px;
  opacity: 1;
}

.year{
color:#00ff88;
font-weight:bold;
display:block;
margin-bottom:5px;
}
