.blackbackground {
    background-color: #000000;
}

.whitebackground
{
   background-color: #ffff !important;
}

.bg-purple { background-color: #6f42c1; }
.bg-black { background-color: #000000; }

.heroheader
{
  background-image: url(../brand/herobg2.png);  min-height: 70vh; background-position: center; background-repeat: no-repeat; background-size: cover;
}

.heroinner
{
     min-height: 80vh; 
     width: 90%;
     margin: auto;
}


.heroinnerright
{
    padding:25px;
    width:fit-content;
    margin: auto;
    
}


.cal-sans-regular {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.highlight-purple {
  background-color: #000000;
  padding: 10px 10px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  
}


.bg50
{
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 25px;
}


.footer
{
  background: linear-gradient(to right, #0c68ae, #ED1E79) !important;
}

.verticalpadding
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.nextballergradient {
  background: linear-gradient(to right, #0c68ae, #ED1E79) !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
}

.thickwhitehr {
  border: none !important;
  height: 5px !important;
  /* Set the hr color */
  color: #ffffff !important;  /* old IE */
  background-color: #ffffff !important;  /* Modern Browsers */
  opacity: 1 !important;
}

.text-purple
{
  color: #c31f83 !important;
  font-weight: bolder;
}

 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }




.masked-photo {
  width: 400px;
  aspect-ratio: 1 / 1;
}

.masked-photo {
    position: relative;
    display: inline-block;
}


/* Chrome / Safari */
@supports (-webkit-mask-image: url("")) {
  .masked-photo {
    -webkit-mask-image: url("../images/mask.webp");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
  }
}

/* Firefox fallback */
@supports not (-webkit-mask-image: url("")) {
  .masked-photo {
    mask: url(#brush-mask);
  }
}

.masked-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.extrapadding
{
  padding-left:50px;
  padding-right:50px;
}

.approved-badge {
    position: absolute;
    top: 6px;
    right: 6px;

    width: 20px;
    height: 20px;
    border-radius: 50%;

    background-color: #28a745; /* green */
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: bold;

    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}