:root {
  --pink-secondary-color: "#c81798";
}
html,
body {
  scroll-behavior: smooth !important;
  scroll-padding-top: 150px !important;
}

.checkon {
  position: relative;
}

#three-container {
  position: relative;
}

div#three-container:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36vw;
  height: 70%;
  background-color: rgb(0 139 141 / 29%);
  filter: blur(25px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.pointer {
  cursor: pointer;
}

.fc-slides,
.fc-slides li,
.fc-slides li a,
.fc-slides li a img {
  height: 100%;
}
.img-custom {
  width: 330px;
  height: auto;
}

#header .header-row {
  /* margin-bottom: -25px; */
}

.list-group-item {
  border: 1px solid var(--bs-list-group-border-color) !important;
  border-radius: 10px !important;
  padding: 1rem;
  margin: 5px 0;  
}
.list-group-item p{
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  color: #212529;
 
}
.list-group-item.show-text p{
  white-space: initial;
} 


.custom-list-badge {
  min-width: 30px;
  width: 30px;
  height: 30px;
  background: #de17b6;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 1.15rem;
  font-weight: 400;
  margin-right: 1rem;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header .header-logo{
  margin: 5px 0;
}
.float-message-btn {
  position: fixed;
  top: 50%;
  border-radius: 50%;
  right: 0;
}
@media (max-width: 991px) {
  #header .header-nav-main nav>ul li {
      padding: .5rem 0;
  }
  .svg-overlay{
    display: none;
  }
  
}
@media (max-width: 767px) {
  .owl-carousel{
    height: 230px !important;
  }
  .owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-prev{
    left: 0;
  }
  .owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-next{
    right: 0;
  }
}