.elementor-widget-theme-post-featured-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-79b1cae */.banner {
  background-image: url('https://physioneedsacademy.com/wp-content/uploads/2025/07/wallpaper-scaled.jpg'); /* Replace with your banner image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  color: white;
  text-align: center;
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
}

.banner-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}

.banner h1 {
    color:#fbb02e;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.banner p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.enroll-btn {
  background-color: #ff6600;
  color: white;
  padding: 14px 28px;
  font-size: 1em;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.enroll-btn:hover {
  background-color: #e05500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8346f6 */#who-is-this-for-v2 {
  padding: 20px 15px;
  font-family: 'Roboto Serif', serif;
  background-color: #fff;
  max-width: 1100px;
  margin: 0 auto;
}

.who-title {
  font-size: 1.4em;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

.who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.who-box {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-left: 4px solid #fbb02c;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.85em;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.who-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8f43e2 */@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:wght@400;500;700&display=swap');

.ready-master {
  background: #000000; /* black background */
  color: #ffffff;       /* white text */
  text-align: center;
  padding: 60px 20px;
  border-radius: 16px;
  margin: 60px auto;
  max-width: 1000px;
  font-family: 'Roboto Serif', serif;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ready-master h2 {
  font-size: 2.2em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
  animation: glow 2s ease-in-out infinite alternate;
}

/* Glowing animation */
@keyframes glow {
  from {
    text-shadow: 0 0 5px #fbb02c, 0 0 10px #fbb02c, 0 0 15px #fbb02c;
  }
  to {
    text-shadow: 0 0 10px #fbb02c, 0 0 20px #fbb02c, 0 0 30px #fbb02c;
  }
}

.ready-master p {
  font-size: 1.1em;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.6;
  color: #ffffff;
}

.cta-btn {
  display: inline-block;
  padding: 14px 30px;
  background-color: #fbb02c; /* brand yellow */
  color: #000000;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #e2a020; /* hover version of brand yellow */
}/* End custom CSS */