@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");

h2 {
  font-family: "Damion", cursive !important;
}

.cw-CTA {
  text-shadow: 3px 3px 10px #000 !important;
}

body {
  background: url(https://apihoard.webit.com/api/v1/Image/86AC70D62DCE75158EDAF3FCDCA4DD6E/86AC70D62DCE75158EDAF3FCDCA4DD6E.png?size=800x600);
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
  background-color: #fff;
}

.header .header-info {
  background: url(https://apihoard.webit.com/api/v1/Image/86AC70D62DCE75158EDAF3FCDCA4DD6E/86AC70D62DCE75158EDAF3FCDCA4DD6E.png?size=800x600);
  background-size: inherit;
  background-repeat: repeat;
  background-position: center;
  padding-top: 0;
  padding-bottom: 0em;
}

.header .header-info .fa {
  color: #111 !important;
}

.detailedlist-item {
  padding: 40px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 2em !important;
}

.text {
  padding-top: 3em;
  padding-bottom: 3em !important;
  background: transparent !important;
}

.list {
  padding-top: 4em !important;
  padding-bottom: 1em !important;
  text-align: center;
  background: url(https://apihoard.webit.com/api/v1/Image/17A15E843DF6A150D64773E41A6987A1/17A15E843DF6A150D64773E41A6987A1.jpg?size=1920x1440s);
  background-repeat: repeat;
  background-position: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.list .list-wrap {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem !important;
  padding: 15px 0;
}

.list .list-text-title {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 20px;
}
.list .list-text-description {
  padding: 20px;
}
.list .btn {
  display: block;
  font-size: 20px;
  padding: 10px;
  margin: 0 20px 20px 20px;
}

@media (max-width: 575px) {
  .cw-logo {
    max-width: 99% !important;
  }

  .cw-header-contact {
    margin-top: 1rem;
  }
}

/* Homepage Daffodil Banner */
.cw-Mindful-Banner {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.cw-Mindful-Banner .cw-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cw-Mindful-Banner .cw-banner-text {
  flex: 1;
  padding-right: 2rem;
}

.cw-Mindful-Banner .cw-banner-image {
  flex: 1;
  text-align: center;
}

.cw-Mindful-Banner h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #333;
  position: relative;
  display: inline-block;
}

.cw-Mindful-Banner h1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #555;
}

.cw-Mindful-Banner .cw-tagline {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 300;
  color: #555;
}

.cw-Mindful-Banner .cw-btn-mindful {
  background-color: #333;
  border: none;
  color: white;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.cw-Mindful-Banner .cw-btn-mindful:hover {
  background-color: #555;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.cw-Mindful-Banner .cw-daffodil-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.cw-Mindful-Banner .cw-daffodil-img:hover {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
  transform: scale(1.02);
}

/* For mobile devices */
@media (max-width: 768px) {
  .cw-Mindful-Banner .cw-banner-content {
    flex-direction: column;
  }

  .cw-Mindful-Banner .cw-banner-text {
    padding-right: 0;
    margin-bottom: 2rem;
    text-align: center;
  }

  .cw-Mindful-Banner h1:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .cw-Mindful-Banner {
    padding: 3rem 0;
  }

  .cw-Mindful-Banner h1 {
    font-size: 2.5rem;
  }
}

/*Testimonials*/

.wb-blockquote {
  position: relative;
  background-color: #f0f0f0;
  box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
  padding: 1.875rem 1.875rem 1.875rem 3.75rem;
}

.wb-blockquote::before {
  content: "\201C";
  position: absolute;
  width: 3.75rem;
  margin: -1.5625rem 0 0 -2.5rem;
  color: #f6dc6d;
  font-size: 3.75rem;
}

.wb-blockquote::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 2.75rem;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #f0f0f0 transparent transparent transparent;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}
/* !!! Credentials !!! */

.cw-checklist li {
  display: inline-block;
  padding: 0.5rem;
}

.cw-checklist li:before {
  content: "\f046";
  font-family: FontAwesome;
  margin-right: 0.5rem;
  color: var(--color-theme-primary);
}

ul.text-center.text-white.list-inline.cw-checklist.initialism.font-bold.mt-3.p-3 {
  background-color: #111111 !important;
}
.list-wrap {
    display: flex;
    flex-direction: column;
    height: 95%;
}

.list-text-bottom {
    margin-top: auto;
}
.col-md-6.col-lg-4 {
            display: flex;
        }
       
/* Make the card use flexbox */
.list-wrap {
            display: flex;
            flex-direction: column;
            width: 100%;
            border: 2px solid #ddd;
}
       
        /* Description section grows to fill space */
        .list-text-description {
            flex: 1;
        }