    /* only on all other pages (not Lyme) */
.hero-banner.gradient-bg {
  background-color: #014d61;
  background-image: url('https://www.holistictherapytribe.net/wp-content/uploads/2025/02/gradient-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 1rem;
  position: relative;
  overflow: hidden;
  height: auto;  /* or whatever height you want */
}

/* the video variant you already have */
.hero-banner.video-bg {
  position: relative;
  overflow: hidden;
  height: 100vh; /* Full viewport height */
}
.hero-banner.video-bg .bg-video {
  position: absolute;
  top:50%; left:50%;
  width:100%; height:100%;
  object-fit:cover;
  transform: translate(-50%, -50%);
  z-index:-1;
}
.hero-banner.video-bg .container {
  position: relative;
  z-index: 1;
  color: white;
}

.section-main-heading{color: #2d7d32;font-size: 35px; font-weight: 700;}


.hero-section{
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.hero-section .content-block{ width:100%;position: relative;z-index:1;padding:40px 0px;display:flex-wrap:wrap;}
.hero-section .hero-main-title{    font-size: 50px;
    font-weight: 600;
    color: #007623;margin-bottom:10px;
}

.hero-section .hero-description{ position: relative;    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    color: #760d57;
}

.hero-section .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}



.hero-section .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.hero-section .loading-overlay .spinner-border {
    width: 3rem;
    height: 3rem;
}

.lyme-dashboard .card-list-1{width:100%;display:flex;flex-wrap:wrap;margin-top:20px;}
.lyme-dashboard .card-list-1 .card-item{position:relative;display:flex;flex-wrap:wrap;
   padding:0px 10px; margin-bottom:20px;
}
.lyme-dashboard .card-list-1 .card-inner{width:100%;position:relative;border: 5px solid #b7d0b7;background-color:#fff;
    -webkit-box-shadow: 0 0 25px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 25px 20px rgba(0,0,0,.2);
    box-shadow: 0 0 100px 0px rgba(0, 0, 0, .2);
    border-radius: 10px;
}
.lyme-dashboard .card-list-1 .card-item  .card-header{    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: .5rem 1rem .5rem 1rem;background-color: #73ab73;border-bottom: 5px solid #b7d0b7;position:relative;
}
.lyme-dashboard .card-list-1 .card-item  .card-header:before {
       content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 79px;
    height: 100%;
    background-color: #b7d0b7;
    border-radius: 0% 50% 50% 0%;
}
.lyme-dashboard .card-list-1 .card-item  .card-header-icon-wrapper{position:relative;
width: 50px;
    height: 50px;
    margin-right: 0;
    border: 5px solid #e6e6e6;
    padding: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.lyme-dashboard .card-list-1 .card-item  .card-header-icon-inner{position:relative;z-index:1;display:flex;flex-wrap;align-items: center;justify-content:center;}
.lyme-dashboard .card-list-1 .card-item  .card-header-icon-wrapper:before {
      content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
}
.lyme-dashboard .card-list-1 .card-item  .card-header-icon-wrapper img.card-header-icon{width:100%;height:100%;max-width:80%;max-height:80%;display:block;}
.lyme-dashboard .card-list-1 .card-item .card-title {
    color: #fafdfa;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    text-align: left;    padding-left: 10px;z-index:1;
}
.lyme-dashboard .card-list-1 .card-item  .card-contents{position:relative;padding:20px;}
.lyme-dashboard .card-list-1 .card-item  .card-links{    list-style: none;
    padding: 0;
    margin: 0;
}
.card-links .list-item {font-size: 1rem;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 0.5rem;
    position: relative;
}
.lyme-dashboard .card-list-1 .card-links .list-item a{text-decoration:none;color:#000;position: relative;display: inline-flex;align-items: center;padding: 5px 20px 5px 22px;transition: color 0.3s ease;}
.lyme-dashboard .card-list-1 .card-links .list-item a:hover{color:#1367e3;}
.lyme-dashboard .card-list-1 .card-links .list-item a:hover .item-icon:before{border: 2px solid #1367e3;}
.lyme-dashboard .card-list-1 .card-links .list-item a:hover .item-icon:after{background-color:#1367e3;}
.lyme-dashboard .card-list-1 .card-links .list-item .item-icon{width:15px;height:15px;position: absolute;top:7px;left:0px;margin-right: 5px;}
.lyme-dashboard .card-list-1 .card-links .list-item .item-icon:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 50%;
}
.lyme-dashboard .card-list-1 .card-links .list-item .item-icon:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
	right:0px;
	bottom:0px;
	margin:auto;
    display: block;
    width: 50%;
    height: 50%;
    background-color: #000;
    border-radius: 50%;
}
.lyme-dashboard .card-list-1 .card-links .list-item .item-label{position: relative;}


.lyme-lp .card-list-1{width:100%;display:flex;flex-wrap:wrap;margin-top:20px;}
.lyme-lp .card-list-1 .card-item{position:relative;display:flex;flex-wrap:wrap;
   padding:0px 10px; margin-bottom:20px;
}
.lyme-lp .card-list-1 .card-inner{width:100%;position:relative;border: 5px solid #d4d4d4;background-color:#fff;
    -webkit-box-shadow: 0 0 25px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 25px 20px rgba(0,0,0,.2);
    box-shadow: 0 0 100px 0px rgba(0, 0, 0, .2);
        border-radius: 50px;
}

.lyme-lp .card-list-1 .card-item a{color:#000;}

.lyme-lp .card-list-1 .card-item  .card-contents{position:relative;z-index:1;display:flex;flex-wrap;align-items: center;}
.lyme-lp .card-list-1 .card-item  .card-content-block{position:relative;z-index:1;display:flex;flex-wrap;align-items: center;justify-content:center;padding:15px 10px 15px 10px;}

.lyme-lp .card-list-1 .card-item  .card-icon-wrapper{position:relative;
width: 60px;
    height: 60px;
    margin-right: 0;
    border: 0px solid #e6e6e6;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;    border-radius: 50px 0px 0px 50px;
    background-color: #202020;    border-right: 5px solid #d4d4d4;
}
.lyme-lp .card-list-1 .card-item  .card-icon-inner{position:relative;z-index:1;display:flex;flex-wrap;align-items: center;justify-content:center;}
.lyme-lp .card-list-1 .card-item  i.card-icon{font-size:28px;color:#fff;}



@media (max-width: 600px) {
    .lyme-dashboard .card-list-1 .card-item { width: 100%;}
}