@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root{
  --green1:#22c55e; --green2:#16a34a; --bg:#ecfdf5; --text:#064e3b; --muted:#6b7280;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    font-family:'Poppins',sans-serif;
    background:var(--bg);
    color:var(--text);
    padding-top: 0px; /* same as header height */
    line-height:1.7}

.container{
  width:90%;
  max-width:1200px;
  margin:auto;
}

/* HEADER */
.header{position:fixed;width:100%;background:rgb(241 208 147 / 66%);backdrop-filter:blur(14px);z-index:1000;border-bottom:1px solid rgba(0,0,0,.05);transition:.4s}
.header.scrolled{padding:6px 0;box-shadow:0 10px 25px rgba(0,0,0,.05)}
.nav{display:flex;justify-content:space-between;align-items:center;padding:16px 0}
.logo{font-weight:600;font-size:20px}

nav{display:flex;gap:10px}
nav a{padding:6px 12px;border-radius:999px;font-size:15px;text-decoration:none;color:#111;background:linear-gradient(135deg, #ff5900, var(--green2));transition:.35s}
nav a:hover{background:linear-gradient(267deg, #ff0000, #1663a3);color:#fff;transform:translateY(-2px)}

/* HERO */
.hero{height:65vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(172deg, #e87400f2, #52f0893d);position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(34,197,94,.3),transparent);top:-100px;right:-100px;filter:blur(80px)}
.hero h1{font-size:50px;margin-bottom:1px}
.hero p{color:#040b6b;margin-bottom:5px}

.page-hero {
  padding-top: 120px; /* pushes content below header */
  padding-bottom: 4%;
  background: linear-gradient(135deg, #ee252578, #bbf2f7);
  text-align: center;
}
/* SECTION */
/* SLIDER SECTION WRAPPER */
.slider-section {
  position: relative;
  padding-top: 1%; /* space for fixed header */
  background:linear-gradient(135deg, #4c13071c, #ee3c19cf);
  overflow: hidden;
}
.slider-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(34,197,94,0.2), transparent);
  top: -150px;
  left: -150px;
  filter: blur(80px);
}
.section{padding:2% 0}
.section h2{
    font-size:28px;
    Text-align:center;
}
.section p{
    font-size:16px;
    Text-align:justify;
}
.sectiona {
    padding:2% 0
}
.sectiona h2{
    font-size:28px;
    padding: 0%;
    Text-align:center;
}
.sectiona p{
    font-size:16px;
    padding: 1%;
    Text-align:justify;
}

.sectiona1 p{
    font-size:16px;
    padding: 1%;
    Text-align:justify;
}
.sectiona1 li{
    margin-left: 7%;
    text-align:left;
}

.container1 h1{
    font-size:40px;
}
.container1 p{
    font-size:18px;
    color: #140a38;
}

.section.dark{padding:3% 0; background:#eaa13f96}
.center{text-align:center;margin-bottom:10px}
.centera {
    text-align:center;
    margin-bottom:10px;
}

/* GRID */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}
.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}

/* CARDS colorful */
.card{
    padding:20px;
    border-radius:14px;
    color:#fff;
    font-weight:500;
    text-align:center;
    transition:.4s;
    background: linear-gradient(135deg, #3b82f6, #2563eb); /* default */
    transition: all 0.4s ease;
    cursor:pointer;
}
.card:nth-child(1){background:#2563eb}
.card:nth-child(2){background:#16a34a}
.card:nth-child(3){background:#dc2626}
.card:nth-child(4){background:#7c3aed}
.card:nth-child(5){background:#ea580c}
.card:nth-child(6){background:#0891b2}
.card:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 20px 40px rgba(0,0,0,.15)}

/* BUTTON */
.btn-primary{background:linear-gradient(135deg,#c55522,var(--green2));padding:10px 30px;border-radius:999px;color:#fff;text-decoration:none;display:inline-block;transition:.3s}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(34,197,94,.3)}

/* CTA */
.cta{background:linear-gradient(184deg, #f04b0cc7, #0be95c69);text-align:center;padding:80px 0;color:#064e3b}

/* FOOTER */
.footer{text-align:center;padding:25px;background:#065f46;color:#fff;font-size:14px}

/* IMAGE HOVER */
img{
    transition:.4s;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    }
img:hover{transform:scale(1.05)}

/* SCROLL ANIMATION */
.reveal{opacity:0;transform:translateY(40px);transition:all .8s ease}
.reveal.active{opacity:1;transform:translateY(0)}

/* FLOATING ANIMATION */
.float{animation:float 4s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

/* RESPONSIVE */
@media(max-width:768px){
  .two-col{grid-template-columns:1fr}
  .hero {height: 140vh;}
  .hero h1{font-size:32px}
}

/* ===== SLIDER STYLES ===== */
/* SLIDER FIX */
.slider {
  position: relative;
  overflow: hidden;
  height: 80vh;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2%;
  opacity: 0;
  transition: opacity 1s ease;
}
.slide.active{
    opacity:1;
    z-index:1;
    pointer-events: auto;
}

.slide-left{
    width:50%;
    margin-left: 5%;
    
}
.slide-left h2{font-size:36px;text-align: center;padding:0 2%;margin-bottom:15px}
.slide-left p{font-size:18px;text-align: justify;padding:5%;color:#065f46}

.slide-right{
    width:45%;
    perspective:1000px;
    
}
/* IMAGE FIX */
.slide-right img {
  width: 90%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
}

.slide.active img{transform:scale(1)}

/* TEXT ANIMATION */
.text-animate{
  opacity:0;
  transform:translateY(40px);
}
.slide.active .text-animate{
  animation:fadeUp 1s forwards;
}

@keyframes fadeUp{
  to{opacity:1;transform:translateY(0)}
}

/* PARALLAX */
.parallax{
  transition:transform .2s;
}

/* ARROWS */
.nav-arrows span{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:28px;
  background:linear-gradient(135deg, #ff5900, var(--green2));
  color: #333;
  padding:12px;
  border-radius:50%;
  width: 50px;
  height: 50px;
  cursor:pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 99;   /* IMPORTANT */
  transition: all 0.3s ease;
}
#prev{left:20px}
#next{right:20px}

/* HOVER EFFECT */
.nav-arrows span:hover {
  background:linear-gradient(135deg, #b708e8d1, #a39016);
  color: #fff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* DOTS */
.dots{
    position:absolute;bottom:0px;width:100%;text-align:center;
    z-index: 99;   /* IMPORTANT */
}
.dots span{
  display:inline-block;
  width:12px;
  height:12px;
  background:#cbd5e1;
  margin:5px;
  border-radius:50%;
  cursor:pointer;
  transition: all 0.3s ease;
}

/* HOVER */
.dots span:hover {
  background: #f10808;
  transform: scale(1.3);
}

.dots .active{
    background:#16a34a;
    transform: scale(1.2);
}

@media(max-width:768px){
  .slide{
      flex-direction:column;
      text-align:center;
      margin-top: 12%;
    }
  }
  .slide-left,.slide-right{width:100%}
  
.impact-section {
  padding: 5% 0;
  background:linear-gradient(135deg, #00206ac9, #57210c);
  color: #fff;
  text-align: center;
}

.impact-title {
  font-size: 48px;
  margin-bottom: 80px;
  letter-spacing: 2px;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 20px;
}

.impact-card {
  position: relative;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  perspective: 1000px;
  transform-style: preserve-3d;
}

/* FRONT */
.impact-front {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: linear-gradient(180deg, #f95905f0, #206f3dab);
  transition: transform 0.6s;
  z-index: 2;
}

.impact-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: linear-gradient(180deg, #ff0000ba, #391aa2b3);
  transition: transform 0.6s;
  transform: rotateY(180deg);
}

/* FLIP EFFECT */
.impact-card:hover .impact-front {
  transform: rotateY(180deg);
}

.impact-card:hover .impact-back {
  transform: rotateY(360deg);
}

/* TEXT */
.impact-card h3 {
  font-size: 40px;
  margin-bottom: 10px;
  color: #22c55e;
}

.impact-card p {
  font-size: 16px;
  text-align: justify;
  color: #cbd5e1;
}

/* HOVER GLOW */
.impact-card:hover {
  box-shadow: 0 20px 40px rgba(34,197,94,0.3);
}
.impact-item {
  position: relative;
}

.impact-expand {
  height: 0;
  max-height: 80vh;
  overflow-y: auto;
  overflow: hidden;
  transition: height 0.5s ease;
  background: rgba(255,255,255,0.05);
  margin-top: 15px;
  border-radius: 15px;
  padding: 0 20px;
}
/* INNER CONTENT (important) */
.impact-expand-inner {
  padding: 20px 0;
}
/* ACTIVE STATE */
.impact-item.active .impact-expand {
  /* padding handled by inner */
}

.impact-item.active .impact-expand {
  max-height: 300px;
  padding: 2px;
}
.subtitle {
  font-size: 18px;
  color: #047857;
  margin-bottom: 20px;
}

.hero-description {
  max-width: 80%;
  margin: 20px auto;
}

.hero-description h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #053e2e;
}

.hero-description p {
  font-size: 15px;
  color: #063d5f;
  text-align: justify;
  margin-bottom: 12px;
}

.highlight-line {
  font-weight: 600;
  color: #16a34a;
  margin-top: 10px;
}
.about-premium {
  margin-top: 20px;
}

.about-premium h3 {
  font-size: 28px;
  margin-bottom: 5px;
  color: #065f46;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.about-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  transition: 0.3s;
  border: 1px solid #e5e7eb;
}

.about-card h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #047857;
  text-align:center;
}

.about-card p {
  font-size: 14px;
  color: #4b5563;
  text-align:justify;
}

.about-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.about-highlight {
  font-weight: 500;
  margin: 20px 0;
  color: #065f46;
}
.about-premium1 h2 {
    font-size: 28px;
    text-align:center;
    color: #065f46;
}
.about-premium1 p {
    font-size: 16px;
    text-align:center;
}
/* PREMIUM TIMELINE */
.achievements-section {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
}

.timeline-premium {
  position: relative;
  margin-top: 50px;
  padding-left: 40px;
  border-left: 3px solid #22c55e;
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
}

.timeline-dot {
  position: absolute;
  left: -13px;
  top: 5px;
  width: 22px;
  height: 22px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(34,197,94,0.2);
}

.timeline-content {
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.4s ease;
}

.timeline-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #065f46;
}

.timeline-content p {
  font-size: 14px;
  color: #4b5563;
}

.timeline-item:hover .timeline-content {
  transform: translateX(12px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.org-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.org-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: left;
  transition: all 0.4s ease;
  border: 1px solid #e5e7eb;
  cursor: pointer;
}

.org-card .icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.org-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111827;
  transition: 0.3s;
}

.org-card p {
  font-size: 14px;
  color: #6b7280;
  transition: 0.3s;
}

.org-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(135deg, #e1670e, #0cde7370);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
/* TEXT COLOR CHANGE ON HOVER */
.org-card:hover h3,
.org-card:hover p {
  color: #000000;
}
/* Different colors per card */
.org-card:nth-child(1):hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}
.org-card:nth-child(2):hover {
  background: linear-gradient(135deg, #16a34a, #15803d);
}
.org-card:nth-child(3):hover {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
}
.org-card:nth-child(4):hover {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
}
.org-card:nth-child(5):hover {
  background: linear-gradient(135deg, #ea580c, #c2410c);
}
.org-card .icon {
  transition: 0.3s;
}

.org-card:hover .icon {
  transform: scale(1.2);
}
.card:nth-child(7){
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
}
/* Different colors */
.card:nth-child(2){background: linear-gradient(135deg,#16a34a,#15803d);}
.card:nth-child(3){background: linear-gradient(135deg,#dc2626,#b91c1c);}
.card:nth-child(4){background: linear-gradient(135deg,#7c3aed,#6d28d9);}
.card:nth-child(5){background: linear-gradient(135deg,#ea580c,#c2410c);}
.card:nth-child(6){background: linear-gradient(135deg,#0891b2,#0e7490);}
.card:nth-child(7){background: linear-gradient(135deg,#f59e0b,#d97706);}
/* Hover */
.card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-family: 'Poppins', sans-serif;
}

.contact-form button {
  margin-top: 10px;
}
.blog-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
}

.blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-card h3 {
  padding: 15px;
  font-size: 16px;
}

.blog-card p {
  padding: 0 15px;
  font-size: 14px;
  color: #6b7280;
}

.blog-card a {
  display: block;
  padding: 15px;
  color: #16a34a;
  text-decoration: none;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.footer-main {
  background: #4e2e13ed;
  color: #e5e7eb;
  padding-top: 2%;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #b9e4ea;
}

.footer-col p {
  font-size: 14px;
  color: #ccd8ed;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #b9c9e4;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #22c55e;
}

/* SOCIAL ICONS */
.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-flex;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  background:#337dec;
  padding: 8px;
  border-radius: 50%;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #16a34a;
  transform: translateY(-3px);
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 14px;
  color: #9ca3af;
}

.footer-bottom a {
  color: #e77e4a;
  text-decoration: none;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 20px;
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin: 0;
}

/* HAMBURGER */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* MOBILE MENU */
@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  nav {
    position: absolute;
    top: 70px;
    right: 0;
    width: 55%;
    background: #eb7156e3;
    flex-direction: column;
    display: none;
    padding: 2% 3%;
  }

  nav a {
    display: block;
    margin: 10px 0;
    padding: 10px;
    color: #010a0d;
    background: #e6c99ad9;
    border-radius: 8px;
  }

  nav.active {
    display: flex;
  }
}
@media(max-width:768px){

  .slider{
    height:100vh;
  }

  .slide{
    position:absolute;  /* IMPORTANT: keep it absolute */
    flex-direction:column;
    text-align:center;
    padding: 40px;
  }

  .slide-left,
  .slide-right{
    width:100%;
    height: 85%;
  }

  .slide-left h2{
    font-size:22px;
  }

  .slide-left p{
    font-size:14px;
    padding:10px;
  }

  .slide-right img{
    max-height:220px;
  }

  /* KEEP ARROWS */
  .nav-arrows span{
    font-size:20px;
    width:40px;
    height:40px;
  }

}
