/*
Theme Name: GAINEWS Theme
Theme URI: https://gainews.deepthidigiway.com/
Author: Keltron KSG
Description: GAINEWS – AI Integrated Digital Marketing Course
Version: 1.0
*/


body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:#f4fbf6;
  color:#1f2937;
  line-height:1.6
}

a{color:#0f5f2f;text-decoration:none}
.container{max-width:1200px;margin:auto;padding:0 20px}

/* HEADER */
.header-top{background:#e6f6ec;font-size:.85rem}
.header-top-inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.45rem 0}
.header-top-pill{background:#0f5f2f;color:#fff;padding:.2rem .55rem;border-radius:4px;font-size:.75rem}

.site-header{background:#0f5f2f;color:#fff}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;flex-wrap:wrap}
.logo-wrap{display:flex;gap:.7rem;align-items:center}
.logo-wrap img{height:52px}
.logo-text span{display:block;font-size:.8rem;opacity:.9}

.main-nav a{color:#fff;margin:0 .6rem;font-size:.95rem}
.header-cta{background:#fff;color:#0f5f2f;border:none;padding:.55rem 1rem;border-radius:5px;font-weight:bold}

/* HERO */
.hero{
  background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
  url('https://images.pexels.com/photos/3183150/pexels-photo-3183150.jpeg');
  background-size:cover;
  background-position:center;
  color:#fff;
  padding:4rem 0
}

.hero-title span{color:#9ff5c1}
.btn-primary{background:#0f5f2f;color:#fff;border:none;padding:.65rem 1.4rem;border-radius:5px;font-weight:bold}
.btn-outline{border:1px solid #fff;color:#fff;padding:.6rem 1.3rem;border-radius:5px}

/* SECTIONS */
section{padding:3rem 0;scroll-margin-top:90px}
.course-stats{background:#e9f8ef}
.course-stats-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem;text-align:center}

/* CARD */
.card{
  background:#fff;
  border-radius:8px;
  padding:1.5rem;
  box-shadow:0 2px 8px rgba(0,0,0,.08)
}

.two-column{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem}

 /* ===== STATIC IMAGE GALLERY ===== */
.gallery{
  padding:3rem 0;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
  gap:1.5rem;
}

.gallery-grid img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:10px;
  box-shadow:0 4px 10px rgba(0,0,0,.12);
}
/* ================= STATIC IMAGE GALLERY ================= */
.gallery{
  padding:3rem 0;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
  gap:1.5rem;
}
.gallery-grid img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:10px;
  box-shadow:0 4px 10px rgba(0,0,0,.12);
}

/* ================= WHY GAINEWS ================= */
.why-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:1.5rem;
}
.why-card{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 4px 12px rgba(0,0,0,.1);
}
.why-card img{
  width:100%;
  height:180px;
  object-fit:cover;
}
.why-card h3{
  padding:1rem 1rem .3rem;
}
.why-card p{
  padding:0 1rem 1.2rem;
}

/* ================= USP ================= */
.usp-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:1rem;
}
.usp-list li{
  background:#e9f8ef;
  padding:1rem;
  border-radius:8px;
  font-weight:500;
}

/* ================= JOB ROLES ================= */
.job-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:.8rem;
}
.job-grid span{
  background:#fff;
  padding:.8rem;
  border-radius:6px;
  box-shadow:0 2px 6px rgba(0,0,0,.08);
}

/* ================= FAQ ================= */
.faq details{
  background:#fff;
  padding:1rem;
  margin-bottom:.8rem;
  border-radius:6px;
  box-shadow:0 2px 6px rgba(0,0,0,.08);
}
.faq summary{
  font-weight:600;
  cursor:pointer;
}


/* ================= GAINEWS FOOTER ================= */

.site-footer{
  background:#0f5f2f;
  color:#ffffff;
  padding:40px 0 20px;
  font-size:14px;
}

.footer-top{
  display:flex;
  justify-content:space-between;
  gap:40px;
  flex-wrap:wrap;
}

.footer-left,
.footer-right{
  flex:1;
  min-width:260px;
}

.site-footer h4{
  margin-bottom:10px;
  color:#d1fae5;
}

.site-footer a{
  color:#bbf7d0;
  text-decoration:none;
  font-weight:600;
}

.site-footer a:hover{
  text-decoration:underline;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.25);
  margin-top:30px;
  padding-top:15px;
  text-align:center;
  font-size:13px;
}
