* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#home {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #03071E;
  background-color: #F9FAFB;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.h1 {
  font-size: 1.4rem;
  padding-bottom: 20px;
}

header {
  background-color: #03071E;
  color: #FFD500;
  padding: 0.2rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 120px;
  width: auto;
  display: block;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
}

nav a {
  color: #FFD500;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  padding-bottom: 4px;
}

nav a:hover {
  color: #C86BFA;
  border-bottom: 2px solid #FDC500;
}

.hero {
  text-align: center;
  background: linear-gradient(to bottom, #03071E, #3D0066);
  color: #FFFFFF;
  padding: 4rem 2rem;
  margin-bottom: 0;
}

.hero h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #FFD500;
}

.hero p {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #E3F2FD;
}

.services-highlight {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.service {
  text-align: center;
  max-width: 200px;
}
.service p{
  font-size: 1rem;
}
.service h3{
  font-size: 1rem;
}

.service i {
  font-size: 1.5rem;
  color: #FDC500;
  /* margin-bottom: 1rem; */
}

.cta-button {
  background-color: #FDC500;
  color: #03071E;
  padding: 0.8rem 2rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s;
  border: none;
}

.cta-button:hover {
  background-color: #FFD500;
  color: #03071E;
}

.section {
  padding: 2rem 0;
  background: #FFFFFF;
  color: #03071E;
  border-bottom: 1px solid rgba(3, 7, 30, 0.1);
}

.about-section {
  background-color: #ffffff;
  color: #2b004d;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.about-section h2 {
  text-align: left;
  font-size: 1.3rem;
  color: #5C0099;
  margin-bottom: 10px;
}

.h2-about {
  font-size: 1rem;
  text-align: left;
}

.p-about {
  text-align: left;
}

.about-founder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}

.founder-text {
  flex: 1;
  min-width: 280px;
}


.founder-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #3D0066;
}

.founder-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.founder-image img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 50%;
  /* box-shadow: 0 0 10px #3D0066; */
  transition: transform 0.3s ease;
}

.about-card {
  background-color: #faf0ff;
  /* border: 1px solid #C86BFA; */
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 40px;
  /* box-shadow: 0 0 20px rgba(92, 0, 153, 0.25); */
  transition: all 0.3s ease;
}

.about-card h3 {
  color: #5C0099;
  margin-bottom: 15px;
  font-weight: bold;
}

.about-values {
  text-align: center;
  margin: 60px 0;
}

.about-values h3 {
  color: #5C0099;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.values-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.value-item {
  background: linear-gradient(145deg, #6f2796, #3d0165);
  /* background-color: #ffffff; */
  color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 20px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align:inherit;
  /* box-shadow: 0 0 10px #3D0066; */
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-item p {
  font-size: 0.9rem;
  /* color: #FFF3CC; */
  text-align: center;
  line-height: 1.3;
  max-width: 90%;
}

/* .value-item:hover {
  transform: scale(1.1);
  box-shadow: 0 0 35px rgba(92, 0, 153, 0.25);
} */

.value-item span {
  color: #ffd500;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .about-founder {
    flex-direction: column;
    text-align: center;
  }

  .founder-image img {
    width: 220px;
    height: 220px;
  }

  .values-grid {
    gap: 20px;
  }

  .value-item {
    width: 150px;
    height: 150px;
  }
}


.about-content,
.services-grid,
.topics,
.why-list {
  margin-top: 2rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.service-item {
  text-align: center;
  padding: 1rem;
  border: 1px solid rgba(3, 7, 30, 0.15);
  border-radius: 8px;
  background: #F9FAFB;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(200, 107, 250, 0.4);
}

.service-item i {
  font-size: 2rem;
  color: #5C0099;
  margin-bottom: 1rem;
}

footer {
  background-color: #03071E;
  color: #f9fafb;
  padding: 40px 0 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.footer-about p {
  text-align: center;
  max-width: 300px;
  font-size: 14px;
  line-height: 1.5;
  color: #d1d5db;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links a {
  text-decoration: none;
  color: #d1d5db;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #C86BFA;
}

.footer-social .social-icons a {
  color: #e6b8ff;
  margin-right: 15px;
  font-size: 20px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social .social-icons a:hover {
  color: #C86BFA;
  transform: scale(1.2);
}

.footer-h4 {
  color: #FFD500;
  text-align: left;
}

.footer-h5 {
  text-align: center;
  font-weight: 400;
}

.footer-bottom {
  border-top: 1px solid #374151;
  margin-top: 30px;
  text-align: center;
  padding-top: 15px;
  font-size: 13px;
  color: #9ca3af;
}

@media (max-width: 992px) {
  .footer-container {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }

  .footer-about p {
    font-size: 13px;
    text-align: left;
  }

  .footer-links a {
    font-size: 13px;
  }

  .footer-social .social-icons a {
    font-size: 18px;
  }
}

.hamburger {
  display: none;
  font-size: 1.8rem;
  color: #FFD500;
  cursor: pointer;
}

@media (max-width: 768px) {
  nav ul {
    display: none;
    flex-direction: column;
    background-color: #03071E;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    border-top: 1px solid rgba(253, 197, 0, 0.2);
    padding: 1rem 0;
  }

  nav ul.show {
    display: flex;
  }

  nav ul li {
    text-align: center;
    padding: 0.5rem 0;
  }

  .hamburger {
    display: block;
  }
}

section[id] {
  scroll-margin-top: 100px;
}


#hr-solutions {
  position: relative;
  background-color: #03071E;
  color: #fff;
  padding: 5rem 0;
  overflow: hidden;
}

#hr-solutions::before,
#hr-solutions::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 213, 0, 0.2), transparent 70%);
  animation: floatLights 20s ease-in-out infinite alternate;
  z-index: 0;
}

#hr-solutions::after {
  background: radial-gradient(circle, rgba(200, 107, 250, 0.3), transparent 70%);
  width: 500px;
  height: 500px;
  top: 40%;
  left: auto;
  right: 5%;
  animation-delay: 6s;
}

@keyframes floatLights {
  0% {
    transform: translateY(0) translateX(0) scale(1);
  }

  50% {
    transform: translateY(-200px) translateX(150px) scale(1.05);
  }

  100% {
    transform: translateY(150px) translateX(-100px) scale(1);
  }
}


#hr-solutions h2 {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 25px rgba(253, 197, 0, 0.6);
}

#hr-solutions .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
  position: relative;
  z-index: 2;
  padding: 0;
}

#hr-solutions .service-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  text-align: center;
  padding: 2rem 1.5rem;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.08);
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.4s ease;
}

#hr-solutions .service-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(120deg, #C86BFA, #FDC500, #5C0099);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#hr-solutions .service-item:hover::before {
  opacity: 1;
}

#hr-solutions .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(253, 197, 0, 0.3);
}

#hr-solutions .service-item i {
  font-size: 2rem;
  color: #FFD500;
  margin-bottom: 1rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

#hr-solutions .service-item:hover i {
  transform: scale(1.2);
  color: #FDC500;
}

#hr-solutions .service-item h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  font-weight: 600;
}

#hr-solutions .service-item p {
  color: #E3E3E3;
  font-size: 0.8rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #hr-solutions {
    padding: 4rem 1.5rem;
  }

  #hr-solutions h2 {
    font-size: 1.5rem;
  }

  #hr-solutions .service-item {
    padding: 1.8rem 1.2rem;
  }
}


.training-section {
  background: linear-gradient(135deg, #f9f6ff 0%, #fff8e1 100%);
  color: #1a1a1a;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.training-section::before,
.training-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 107, 250, 0.25), transparent 70%);
  animation: floatLightGold 14s ease-in-out infinite alternate;
  z-index: 0;
}

.training-section::after {
  background: radial-gradient(circle, rgba(253, 197, 0, 0.25), transparent 70%);
  width: 400px;
  height: 400px;
  bottom: -60px;
  right: -60px;
  animation-delay: 6s;
}

@keyframes floatLightGold {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(80px, -80px);
  }
}

.training-section h2 {
  text-align: center;
  font-size: 1.5rem;
  color: #5C0099;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.training-section h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #C86BFA, #FFD500);
  margin: 10px auto 0;
  border-radius: 2px;
}

.training-section p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  z-index: 2;
  position: relative;
}

.training-section .topics {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(92, 0, 153, 0.15);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(92, 0, 153, 0.1);
  padding: 40px 30px;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.training-section .topics:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(92, 0, 153, 0.2);
}

.training-section .topics h3 {
  color: #5C0099;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.training-section .topics ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.training-section .topics li {
  font-size: 1.05rem;
  color: #1a1a1a;
  margin: 15px 0;
  padding-left: 40px;
  position: relative;
  line-height: 1.6;
}

.training-section .topics li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C86BFA, #FFD500);
  /* box-shadow: 0 0 10px rgba(200, 107, 250, 0.3); */
}

.training-section .topics li strong {
  color: #5C0099;
  font-weight: 600;
}


#why-choose {
  background-color: #ffffff;
  padding: 30px 0;
  color: #03071E;
  font-family: "Poppins", sans-serif;
}

#why-choose .container {
  max-width: 850px;
  margin: 0 auto;
  text-align: left;
}

#why-choose h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  background: linear-gradient(90deg, #3D0066, #5C0099, #C86BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  font-size: 1.05rem;
  margin: 10px 0;
  padding: 6px 0;
  position: relative;
  color: #03071E;
}

.why-list li::before {
  content: "★";
  color: #C86BFA;
  font-size: 1rem;
  margin-right: 10px;
}

.why-list li+li {
  border-top: 1px solid rgba(92, 0, 153, 0.15);
  padding-top: 10px;
}

.testimonial {
  margin-top: 30px;
  padding: 15px 20px;
  color: #3D0066;
  font-style: italic;
  font-size: 1.05rem;
}

.testimonial cite {
  display: block;
  margin-top: 5px;
  font-size: 0.95rem;
  color: #5C0099;
}