:root {
  --border-primary: #00ffcc;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background: #0b0b0b;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

header .nav {
  height: 80px; /* FIXED NAVBAR HEIGHT */
  background: #000;
  padding: 0 8%; /* ONLY HORIZONTAL PADDING */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #222;
}

/* header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
header .nav {
  background: #000;
  padding: 20px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #222;
} */
.logo {
  height: 100%;
  width: 15%;
  display: flex;
  align-items: center;
}

.logo a {
  display: flex;
  align-items: center;
}
.logo img {
  height: 54px; /* 🔥 CHANGE THIS SIZE */
  width: 180px;
  object-fit: cover;
  display: block;
}

header h1 {
  color: #00ffcc;
  font-size: 26px;
}
nav {
  width: 50%;
  /* background: red; */
}
nav a {
  color: #ccc;
  margin-left: 45px;
  text-decoration: none;
  font-size: 15px;
}
nav a:hover {
  color: #00ffcc;
}
#login {
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  padding: 10px;
}
#login span {
  padding: 20px;
}
/* ===== LOGO FIX ===== */
/* RESET H1 USED AS LOGO */

/* SIGNUP BUTTON */
.signup-sm {
  background: #00ffcc;
  /* opacity: 0.7; */
  border-radius: 8px;
  padding: 7px 12px;
}

.signup-sm a {
  color: black;
  text-decoration: none;
}

/* SECTION 2 */
.hero {
  background-image: url("../asset/sky7.jpg");
  /* position: relative; */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* width: 100%; */
  height: 100vh;
  padding: 80px 8%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.hero::before{
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6); /* dark overlay for text readability */
  z-index: 1;
}
.hero h2 {
  font-size: 40px;
  text-shadow: 4px 2px 10px black;
  margin-bottom: 15px;
   color: #ccc;
  position: relative;
  z-index: 2;
}
.hero p {
  position: relative;
  z-index: 2;
   color: #ccc;
  text-shadow: 2px 2px 2px black;
  line-height: 1.7;
  margin-bottom: 30px;
}
.btn {
  position: relative;
  z-index: 2;
  background: #00ffcc;
  color: #000;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 15px;
}
.btn.outline {
  background: transparent;
  /* color: #00ffcc; */
  color: white;
  border: 1px solid #00ffcc;
}

/* SECTION 2  */

/* SECTION    */
.cont-Intro {
  /* max-width: 70%; */
  margin: 6rem 12rem;
}
.cont-Intro h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.cont-Intro p {
  color: white;
  line-height: 1.7;
  margin-bottom: 30px;
}
.cont-Intro .btn {
  background: #00ffcc;
  color: #000;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 15px;
}
/* SECTION  */

/* SECTION 3 */
.stats {
  background: #000;
  padding: 60px 8%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}
.stat-box {
  background: #111;
  padding: 30px;
  border-radius: 10px;
}
.stat-box h3 {
  color: #00ffcc;
  font-size: 30px;
}
.stat-box p {
  color: #aaa;
  margin-top: 10px;
}
/* SECTION CLOSING */

/* SECTION  4 */
.plans {
  padding: 80px 8%;
}
.plans h2 {
  text-align: center;
  margin-bottom: 50px;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.plan {
  background: #111;
  padding: 35px;
  border-radius: 12px;
  border: 1px solid #222;
}
.plan h3 {
  color: #00ffcc;
  margin-bottom: 15px;
}
.plan ul {
  list-style: none;
  margin-bottom: 25px;
}
.plan ul li {
  margin-bottom: 10px;
  color: #bbb;
}

/* MEDIA REPRESENTATIVE */
/* REGIONAL REPRESENTATIVE SECTION */
.regional-rep {
  background: linear-gradient(135deg, #050505, #0b0e13);
  padding: 90px 8%;
}

.rep-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Text Side */
.rep-badge {
  display: inline-block;
  background: rgba(0, 255, 153, 0.12);
  color: #00ff99;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 18px;
}

.regional-rep h2 {
  font-size: 42px;
  margin-bottom: 18px;
  color: #fff;
}

.regional-rep p {
  color: #ccc;
  line-height: 1.8;
  margin-bottom: 18px;
}

.highlight {
  color: #00ff99;
  font-weight: 600;
}

/* Card */
.rep-card {
  background: #0f1116;
  border: 1px solid #1e222a;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.rep-card h3 {
  color: #00ff99;
  margin-bottom: 20px;
  font-size: 20px;
}

.rep-card ul {
  list-style: none;
  padding: 0;
}

.rep-card ul li {
  margin-bottom: 14px;
  color: #bbb;
  font-size: 15px;
}

/* ===================== */
/* RESPONSIVE DESIGN */
/* ===================== */

@media (max-width: 900px) {
  .rep-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .regional-rep h2 {
    font-size: 34px;
  }
}

@media (max-width: 480px) {
  .regional-rep {
    padding: 70px 20px;
  }

  .regional-rep h2 {
    font-size: 28px;
  }

  .rep-card {
    padding: 25px;
  }

  .rep-card ul li {
    font-size: 14px;
  }
}


@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero .btn {
    padding: 12px 20px;
  }
  .stats {
    grid-template-columns: 1fr;
  }
  .plan-grid {
    grid-template-columns: 1fr;
  }
}

/* CERTIFICATE */

/* COMPANY CERTIFICATE SECTION */
.company-cert {
  background: #0b0e13;
  padding: 90px 8%;
  text-align: center;
}

.cert-container {
  max-width: 1000px;
  margin: auto;
}

.company-cert h2 {
  font-size: 40px;
  margin-bottom: 14px;
  color: #fff;
}

.cert-text {
  max-width: 700px;
  margin: 0 auto 45px;
  color: #bbb;
  line-height: 1.7;
}

/* Certificate Box */
.cert-box {
  background: #111;
  border: 1px solid #222;
  border-radius: 14px;
  padding: 25px;
  display: inline-block;
}

.cert-box img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* ===================== */
/* RESPONSIVE */
/* ===================== */

@media (max-width: 900px) {
  .company-cert h2 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .company-cert {
    padding: 70px 20px;
  }

  .company-cert h2 {
    font-size: 26px;
  }

  .cert-box {
    padding: 18px;
  }
}

/* FOOTER */
/* footer {
  background: #000;
  padding: 30px 8%;
  text-align: center;
  color: #777;
  border-top: 1px solid #222;
} */

/* FOOTER */
/* FOOTER */

.footer {
  background: #0b0e13;
  color: #ccc;
  padding: 60px 20px 20px;
  font-family: "Segoe UI", sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

/* Logo */
.footer-logo {
  font-size: 28px;
  color: #fff;
}
.footer-logo span {
  color: #00ff99;
}
.online-status {
  margin: 10px 0;
  color: #00ff99;
  font-size: 14px;
}

/* Footer Titles with line directly under */
.footer-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px; /* space between header and links */
  padding-bottom: 6px; /* space between text and line */
  border-bottom: 3px solid #00ff99; /* line directly under header */
  display: inline-block; /* line width matches text */
}

/* Links */
.footer-box ul {
  list-style: none;
  padding: 0;
}
.footer-box ul li {
  margin: 12px 0;
}
.footer-box ul li a {
  color: #aaa;
  text-decoration: none;
  transition: 0.3s;
}
.footer-box ul li a:hover {
  color: #00ff99;
  padding-left: 5px;
}

/* Social Icons */
.socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  background: #111;
  border-radius: 50%;
  color: #00ff99;
  transition: 0.3s;
}
.socials a:hover {
  background: #00ff99;
  color: #000;
}

/* Footer Bottom */
.footer-bottom {
  /* margin-top: 40px; */
  text-align: center;
  font-size: 13px;
  color: #777;
  border-top: 1px solid #222;
  /* background-color: red; */
  padding-top: 20px;
}

/* WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 999;
}

/* Animation */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
