.elementor-28 .elementor-element.elementor-element-1fac4c5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-f18e6d9{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f18e6d9 *//* HERO SECTION WRAPPER */
.hero {
  width: 100%;
  min-height: 100vh;
  padding: 120px 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("https://test-edu.bejaanhygiene.com/wp-content/uploads/2025/12/hero-bg.jpg") center/cover no-repeat;
  color: white;
  position: relative;
}

/* LEFT CONTENT */
.hero-content {
  max-width: 500px;
  z-index: 2;
  color: white;
}

.hero h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
}

.hero-subtext {
  margin-top: 20px;
  font-size: 18px;
  opacity: 0.9;
}

/* BUTTONS */
.hero-buttons {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.btn-primary {
  background: #d5d52b;
  color: #01493e;
  padding: 15px 32px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background-color: white;
  color: #01493e;
}

.btn-link {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.9;
}

.btn-link:hover {
  opacity: 1;
  color: #d5d52b;
}

/* STATS */
.hero-stats {
  margin-top: 60px;
  display: flex;
  gap: 50px;
}

.stat h3 {
  font-size: 36px;
  font-weight: 700;
  color: white;
   border-bottom: 3px solid yellow;
   padding-bottom: 10px;
   margin-bottom: 6px;
}

.stat span {
  margin: 0;
  font-size: 15px;
  opacity: 0.8;
}

/* RIGHT IMAGE */
.hero-image img {
  width: 700px;
  height: auto;
  position: relative;
  z-index: 3;
 
}

/*.hero-image img:hover {*/
/*    transform: ;*/
/*}*/

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero {
    flex-direction: column-reverse;
    text-align: center;
    padding: 100px 5%;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-image img {
    width: 300px;
  }

  .hero-stats {
    justify-content: center;
  }
}


/*------------- Section 2----------- */

/* Generic container (normal width, centered) */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 4px;
}

/* SECTION BACKGROUND */
.benefits {
  background: #FFFFFF; /* very light gray/green */
  position: relative;
  overflow: hidden;
}

/* GRID LAYOUT */
.benefits-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}

/* LEFT SIDE */
.benefits-left {
  color: #283633;
}

.badge-row {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  margin-bottom: 24px;
}

.badge-icon {
  width: 52px;
  height: 52px;
  background: #e6f158;
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
}

.benefits-title {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 32px;
  font-weight: 700;
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 999px;
  background: #313E3B;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 40px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-dark:hover {
  transform: translateY(-2px);
  /*box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);*/
  color: #d5d52b;
}

/* Experts row */
.experts-row {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
}

.expert-avatars {
  position: relative;
  width: 124px;
  height: 40px;
}

.avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #f1f1f1;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.avatar-offset {
  left: 44px;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT SIDE – BENEFITS LIST */
.benefits-right {
  position: relative;
  margin-top: 50px;
}

.benefit-item {
  position: relative;
  margin-bottom: 60px;
  padding-left: 0;
}

.benefit-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #283633;
}

.benefit-item p {
  font-size: 15px;
  color: #6f7c7a;
  max-width: 260px;
}

.underline {
  display: block;
  width: 60px;
  height: 3px;
  background: #e3f158;
  margin-top: 14px;
}

/* Large faded numbers behind */
.benefit-item::before {
  content: "01";
  position: absolute;
  font-size: 96px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03);
  top: -60px;
  left: -10px;
  pointer-events: none;
}

.benefit-2::before {
  content: "02";
}

.benefit-3::before {
  content: "03";
}

/* Put #2 to the right visually on desktop */
.benefit-1,
.benefit-3 {
  margin-right: 120px;
}

.benefit-2 {
  margin-left: 120px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .benefits-left {
    text-align: left;
  }

  .benefits-title {
    font-size: 38px;
  }

  .benefit-1,
  .benefit-2,
  .benefit-3 {
    margin: 0 0 50px 0;
  }

  .benefit-item::before {
    left: 0;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 60px 16px;
  }

  .benefits-title {
    font-size: 32px;
  }

  .experts-row {
    flex-direction: row;
  }
}



/* ------------- Section ---------- 3*/

/* Section background */
.courses-section {
  background: #ecf4f1; /* soft green/grey */
  padding: 80px 0;
}

/* Normal container */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header row */
.courses-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.courses-header h2 {
  font-size: 40px;
  margin: 0;
  color: #283633;
}

.courses-link {
  font-size: 15px;
  text-decoration: none;
  color: #283633;
  font-weight: 500;
}
.courses-link:hover {
    color: #d5d52b;
}

/* Grid */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

/* Card */
.course-card {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

/* Image + price badge */
.course-image {
  position: relative;
  overflow: hidden;
}

.course-image img {
  width: 100%;
  display: block;
  height: 380px;
  object-fit: cover;
}

.price-badge {
  position: absolute;
  right: 24px;
  bottom: 0px;
  transform: translateY(-50%);
  background: #283633;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
}

/* Body */
.course-body {
  padding: 32px 28px 24px;
  margin-top: 20px; /* space because of price badge overlap */
}

.course-meta {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8c9895;
  margin: 0 0 10px;
}

.course-meta span {
  color: #283633;
  font-weight: 600;
}

.course-title {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 24px;
  color: #283633;
}

/* Footer row inside card */
.course-footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #6f7c7a;
  border-top: 1px solid #edf0ef;
  padding-top: 16px;
}

/* Responsive */
@media (max-width: 992px) {
  .courses-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .courses-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .courses-grid {
    grid-template-columns: 1fr;
  }

  .courses-header {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}/* End custom CSS */