/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
  --cnvs-themecolor: #39b54a;
  --cnvs-themecolor-rgb: 57, 181, 74;
  --bs-primary: #39b54a;
  --bs-success: #39b54a;
  --bs-danger: #d63230;
  --cnvs-body-font: "Lato", sans-serif;
  --cnvs-primary-font: "Lato", sans-serif;
  --cnvs-secondary-font: "Playfair Display", serif;
  --bg-primary: #39b54a;
  --bs-accordion-active-bg: rgba(57, 181, 74, 1);
  --bs-accordion-active-color: rgba(142, 85, 114, 1);
}
#header {
  --cnvs-primary-menu-submenu-width: 280px;
}
#logo {
  border-right-width: 0px !important;
}
#homeMenuUL {
  border-right-width: 0px !important;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 150%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 30%, 0);
  }
}
.green-top-bottom-border::before,
.green-top-bottom-border::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #39b54a;
}

.full-width-section::before {
  top: -4px; /* Adjust if needed */
}

.full-width-section::after {
  bottom: -4px; /* Adjust if needed */
}
.heading-block {
  --cnvs-heading-block-border: none;
}
div.privacy p {
  margin-bottom: 12px;
}
div.privacy ul {
  margin-left: 28px;
}
div.privacy ul li p {
  margin-bottom: 4px;
}
div.privacy h3 {
  margin-top: 24px;
}
#page-title-contact {
  padding: 80px;
  background-image: url("../images/thank-you/slider-shake4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(50% + 50px); /* Centered by default */
}

/* When the viewport width is 768px or wider */
@media (min-width: 1024px) {
  #page-title-contact {
    background-position: center calc(50% - 50px); /* Lower the background image by 50px */
  }
  #page-title-contact h1 {
    padding: 48px;
    margin-top: 24px;
  }
}

@media (min-width: 1024px) {
  #page-title-contact {
    background-position: center calc(50% + 100px);
  }
}
@media (max-width: 768px) {
  #page-title-contact {
    background-position: center center;
  }
}
body.stretched {
  height: 100%;
  margin: 0;
}
@media (min-height: 900px) {
  body.stretched #content {
    min-height: calc(100% - 150px); /* Adjust 150px to your footer's height */
    padding-bottom: 150px;
  }
  body.stretched #footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px; /* Set this to your footer's height */
  }
}
#slider {
  height: auto;
}
@media (min-width: 768px) {
  #slider {
    height: 432px;
    padding: 30px 0px;
  }
}

@media (max-width: 991px) {
  .slider-caption {
    padding-left: 15px;
  }
  .video-content {
    padding-right: 15px;
    width: 100%;
  }
}
.video-link {
  cursor: pointer;
}

#homePageVideo {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

#homePageVideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* I probably need to hard set this */
}
.grecaptcha-badge {
  visibility: hidden;
}
.captcha-links {
  font-size: 11px;
  text-align: center;
  margin-top: 24px;
  color: lightgrey;
}
.captcha-links a {
  color: inherit;
  text-decoration: none;
}
.captcha-links a:hover {
  text-decoration: underline;
  color: #39b54a;
}
@media (max-width: 768px) {
  div.perfConNotes {
    padding-top: 8px;
    padding-left: 32px;
  }
}
@media (min-width: 768px) {
  div.perfConNotes {
    padding-top: 16px;
    padding-left: 56px;
  }
}
img.perfConImage {
  width: 200px !important;
  height: 200px !important;
}
p {
  font-weight: 300;
}
#featureBullet {
  margin: 24px 0px 0px 0px;
}
#featureBullet li {
  font-weight: 300;
  margin-bottom: 14px;
  font-size: 1.2rem;
}
.bg-primary {
  background-color: #39b54a !important; /* New primary color */
}

.btn-primary {
  background-color: #39b54a !important;
  border-color: #39b54a !important;
}

.text-primary {
  color: #39b54a !important;
}
button.accordion-button {
  padding: 16px 16px;
  margin: -12px 5px;
  background-color: rgba(57, 181, 74, 0.25) !important;
  border-color: rgba(57, 181, 74, 1);
  color: rgba(142, 85, 114, 1) !important;
}
button.accordion-button.show {
  background-color: rgba(57, 181, 74, 1) !important;
}
button.accordion-button:hover {
  background-color: rgba(57, 181, 74, 1) !important;
}
div.toggle-header,
div.toggle-content {
  font-weight: 300;
}
div.faqs div.toggle {
  border-bottom: none;
  margin-bottom: 0px;
}
ul#acaResUL {
  margin: 0px 0px 0px 0px;
  padding: 16px;
  border: 4px solid #39b54a;
  border-radius: 12px;
}
ul#acaResUL li {
  list-style-type: disc;
  margin: 0px 0px 8px 20px;
  padding: 0px 0px 0px 0px;
  font-size: 1rem !important;
  font-weight: 300 !important;
}
ul#acaResUL li i {
  color: #39b54a;
  font-size: 0.75rem;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.fa-circle-user {
  font-size: 1.5rem !important;
}
#billOfRights li {
  list-style-type: disc;
  margin: 0px 0px 8px 20px;
  padding: 0px 0px 0px 0px;
  font-size: 1rem !important;
  font-weight: 300 !important;
}
