.align-top {
  align-self: flex-start;
}

hr.thick-separator {
  height: 3px;
  border: none;
  background-color: currentColor;
}

.position-relative-group {
  position: relative;
}

.absolute-image {
  position: absolute;
  top: -4rem;     /* adjust as needed */
  left: 53%;     /* adjust as needed */
  z-index: 2;
  pointer-events: none; /* optional: prevents it from interfering with clicks */
}

.rotate-image {
  transform: rotate(17deg); /* Change angle as needed */
}

.no-gap-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

footer.wp-block-template-part {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hover-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hover-container img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
  filter: blur(0);
  transform: translateY(0);
}

.hover-container:hover img {
  filter: blur(1px);
  transform: translateY(-10px);
}

.hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  margin: 0 16px;
  padding: 10px;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hover-container:hover .hover-text {
  opacity: 1;
}

.my-account-icon {
    padding: 0.3em 0.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent; /* or your theme’s button background */
    border: none; /* remove default button border if unwanted */
    line-height: 1; /* ensure consistent icon height */
    height: auto;
 }

.my-account-icon svg {
    vertical-align: middle;
    height: 1.5em;
    width: 1.5em;
		margin-top: -0.4rem;
}

.my-account-icon:hover {
  color: #B3D4FF; /* replace with your desired hover color */
}

.instructor-image{
	width: 19rem;
	height: auto;
}

.badge_c2 {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 9999px;
  background-color: #d0e7f9; /* light blue */
  color: #155724;
  font-weight: bold;
  font-size: 0.85em;
}

.badge_native {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 9999px;
  background-color: #d4edda; /* light green */
  color: #155724;
  font-weight: bold;
  font-size: 0.85em;
}

.limit_column_width{
	max-width: 60%;     /* Adjust to suit your layout */
    margin-left: auto;
    margin-right: auto;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
  flex: 1;
}

.elementor-element-a24bc02 {
	display: none !important;
}
