.btn-outline-secondary {
  color: var(--bs-secondary);
}

.lmtWIHO_gkbTeeyuvoJC.mOUYF5ZmuNL6I7t0mSFg {
  background-color: white;
}

.btn-outline-secondary:hover {
  color: #fff;
}

.header .decoration-star {
  top: 80px;
  left: -200px;
  width: 500px;
  opacity: 0.7;
}

.header .decoration-star-2 {
  top: 80px;
  right: -200px;
  width: 500px;
  opacity: 0.7;
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  background: #fff;
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.header .slide {
  width: 70%;
  margin: 0 auto;
}

.carousel-slider1::before {
  background-color: rgba(0, 0, 0, 0.5); /* Change the color and opacity as needed */
}

.carousel-item .overlay {
  height: 400px;
  width: 600px;
  opacity: 0.7;
  background: linear-gradient(to bottom, red, blue);
  position: absolute;
}

.slider-caption {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  padding: 0.5rem;
}

.services .decoration-star {
  left: -200px;
  width: 500px;
  top: 100px;
}

.steps .decoration-star {
  right: -200px;
  width: 500px;
}

.contact .decoration-star {
  left: -300px;
  width: 600px;
}

.policy .decoration-star {
  top: 80px;
  left: -200px;
  width: 500px;
  opacity: 0.7;
}

.policy .decoration-star-2 {
  top: 80px;
  right: -200px;
  width: 500px;
  opacity: 0.7;
}

.invitation-bg {
  background: linear-gradient(to bottom right, rgba(5, 71, 112, 0.8), rgba(5, 71, 112, 0.8)), url(../images/invitation-table-background.jpg) center center no-repeat;
  background-size: cover;
}

.icon-outer-border {
  color: #000000;
}

.icon-inner-background {
  color: #c0ffc0;
}

.to-top-btn {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #44434a;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.to-top-btn:hover {
  background-color: #1d1d21;
}

.to-top-btn img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.show {
  opacity: 1;
}

.xl-text {
  font-size: 65px;
}

.header-coaching {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("../images/desk-worker-1c.jpg") center no-repeat;
  background-size: cover;
  height: 600px;
}

.vertical-decoration {
  top: 16%;
  width: 24px;
}

.details .vertical-decoration {
  top: 0;
  left: 0;
  width: 24px;
}

.details-2 .vertical-decoration {
  top: 5%;
  right: 0;
  width: 24px;
}

.right-border-edge {
  border-right-style: solid;
  border-width: thin;
  border-color: #054770;
}

#fractional-leadership ul li p {
  margin-left: 0;
  line-height: 1.5;
}

#fractional-leadership ul li {
  align-items: center;
}

/* Lazy load Calendly fading for smooth transition */
.calendly-placeholder {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.calendly-placeholder.hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

/* TL START Secure Contact Form styling */
.secure-contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.honeypot-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.form-control.is-invalid {
  border-color: #dc3545;
}

.form-control.is-valid {
  border-color: #28a745;
}

#submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* TL END Secure Contact Form styling */
@media (max-width: 992px) {
  .xl-text {
    font-size: 30px;
  }
  .display-4 {
    font-size: 2rem;
  }
  .relate-font {
    font-size: 1.4rem;
  }
  .struggles-font {
    font-size: 0.9rem;
  }
  .navbar .btn-outline-secondary {
    margin-top: 20px;
  }
  .header {
    margin-top: 0px !important;
    text-align: center;
  }
  .header .decoration-star {
    left: -100px;
    width: 250px;
  }
  .header .decoration-star-2 {
    right: -100px;
    width: 250px;
  }
  .policy .decoration-star {
    /*
    left: -100px;
    width: 250px;
    */
    display: none;
  }
  .policy .decoration-star-2 {
    /*
    right: -100px;
    width: 250px;
    */
    display: none;
  }
  .header .slide {
    width: 90%;
    margin: 0 auto;
  }
  .services .col-md-4 {
    border-bottom: 1px #ccc solid;
    margin: 10px 0;
  }
  .services .decoration-star {
    left: -100px;
    width: 250px;
  }
  .steps {
    margin-top: 20px !important;
  }
  .steps .decoration-star {
    top: 300px;
    right: -100px;
    width: 250px;
  }
  .contact .decoration-star {
    top: 300px;
    left: -100px;
    width: 250px;
  }
  .offering-images {
    display: none;
  }
  .right-border-edge {
    border: none;
  }
}
