.elementor-3213 .elementor-element.elementor-element-739c218{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}/* 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-739c218 */.course-outcome-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
  font-family: 'Roboto Serif', serif;
}

.course-outcome-section h2 {
  color: #000; /* Changed from yellow to black */
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}

.outcome-box {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(251, 176, 44, 0.1);
}

.outcome-box ul {
  list-style: none;
  padding-left: 0;
}

.outcome-box li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
  font-size: 0.95em;
  color: #000; /* Text color */
  line-height: 1.6;
}

.outcome-box li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background-color: #fbb02c;
  border-radius: 50%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdd04d9 */body {
  background-color: #fff; /* or #000 for dark mode */
  font-family: 'Roboto Serif', serif;
  color: #000;
  margin: 0;
  padding: 40px 20px;
}

.info-section {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.info-box {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 24px 30px;
  width: 280px;
  box-sizing: border-box;
  text-align: left;
}

.info-box h3 {
  color: #fbb02c;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.info-box ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #333;
}

.enroll-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fbb02c;
  color: #000;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}

.enroll-btn:hover {
  background-color: #000;
  color: #fbb02c;
  box-shadow: 0 0 12px rgba(251, 176, 44, 0.5);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71837b0 */.glance-section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Roboto Serif', serif;
  color: #000;
}

.glance-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
  color: #000;
}

.glance-row {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.glance-box {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 30px 24px;
  max-width: 1000px;
  width: 100%;
  transition: 0.3s ease;
  box-shadow: 0 0 0 transparent;
}

.glance-box:hover {
  border-color: #fbb02c;
  box-shadow: 0 0 8px rgba(251, 176, 44, 0.15);
}

.glance-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  columns: 2;
  column-gap: 40px;
}

.glance-box li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 0.95em;
  color: #000;
  line-height: 1.5;
  break-inside: avoid;
}

.glance-box li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #fbb02c;
  border-radius: 50%;
}/* 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 */