.hero-section {
  background-image: url("/images/default-source/default-album/home/pamed-hero-cavale.png");
  height: 566px;
}

.hero-section-new {
  background-image: url("/images/default-source/default-album/dr-day-on-home.jpg");
  height: 566px;
  background-position: center bottom; /* or center 30% */
 background-size: cover;
background-position: center;
background-repeat: no-repeat; 
  
}



/* Tablet */


@media (min-width: 1800px) {
  .hero-section-new {
    height: 650px;
  }
}

@media (max-width: 1024px) {
  .hero-section-new {
    height: 400px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero-section-new {
    height: 300px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .hero-section-new {
    height: 220px;
  }
}

/* Lauren's dr day hex box start */
.hex-callout {
  width: 350px;
  height: 300px;
  background: #33338a; 
  position: relative;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 25px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  clip-path: polygon(
      25% 0%, 75% 0%,
      100% 50%, 75% 100%,
      25% 100%, 0% 50%
  );
}

.hex-callout.angled {
  transform: rotate(10deg); /* adjust angle here */
}

.hex-callout span {
  padding: 20px;
  font-size: 24px;
  color: white !important;
  transform: rotate(-10deg); /* un-rotate text so it's readable */
}

@media (max-width: 768px) {
  .hex-callout {
    width: 100%;
    height: auto;
    clip-path: none;
    border-radius: 8px;
    transform: none; /* remove rotation */
    
    margin: -40px 0 20px; /* 👈 pulls it UP */
    padding: 20px;
    position: relative;
    z-index: 2; /* keeps it above background if needed */
  }

  .hex-callout span {
    transform: none;
    font-size: 18px;
    padding: 0;
  }
}

/* Lauren box ends */



@media screen and (max-width: 960px){
  .hero-section {
    background-position: 67%;
  }
}

.content {
  padding: 0 !important;
}

.frame {
  left: calc(100% - 1115px) !important;
}

.hero-section {
  background-size: cover;
}

.content > div {
  max-width: none !important;
}

.main.content {
  padding-top: 0 !important;
}

@media screen and (min-width: 960px){
  .hero-section .col-lg-6:first-child {
    padding-top: 150px;
    padding-left: 130px;
    padding-right: 40px;
  }
}

.hero-section h1 {
  font-size: 50px;
  color: white;
  line-height: 54px;
}

.hero-section .hero-button {
  padding: 12px 20px 12px 20px !important;
  border-radius: 3px;
  margin-top: 6px;
  margin-left: 0;
  background-color: #ffa805;
  font-size: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: white;
}

.hero-section .col-lg-6:last-child {
  display: none;
}

@media screen and (min-width: 992px) {
  .hero-section .col-lg-6:last-child {
    display: block;
  }
}

.homepage-section {
  margin-bottom: 24px;
}

.FeatureBar {background: linear-gradient(to bottom, #30cf82 0%, #00424f 100%); padding: 20px; margin:auto;}