

.ckEditorialboardMem h6.memname{
    font-weight:700;
    font-size:18px;
}


ul.ckpointli{
margin-left: 25px;
}


ul.ckpointli li{
    list-style-type:disc;
}

.header-beforearea{
    background:#0E4786;
    padding: 0;
    color: var(--vtc-text-white);
}

.sticky .site-logo{
  max-width: 80px;
}
.header-beforearea .news-ribbon {
  color: #fff;
  overflow: hidden;
  position: relative;
  font-weight: 500;
}

.header-beforearea .news-track {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: ticker 30s linear infinite;
  font-size: var(--f-fs-font-fs16);
}

.header-beforearea .news-track span {
  display: inline-block;
  padding: 0px 20px; /* space between items */
}

.header-beforearea .news-ribbon:hover .news-track {
  animation-play-state: paused;
}

.header-beforearea .news-track .AnnouncemetImgNew{
  max-width:30px;
  margin-top: -15px;
}

.header-beforearea .news-track .annoucementtitle{

  color: white;
    font-weight: 300;
    font-size: 14px;
}

.blog1-single-box .thumbnail img {
        width: 200px;
    max-height: 300px;
    min-height: 250px;
}

.ckbookgridctr .blog1-single-box .heading1 .author-area {
    justify-content: space-between !important;
}


.ckbookgridctr .blog1-single-box .button-area a{
  width:120px;
  font-size: 14px;
  font-weight: 500;
}

ul.bookscateCtr {
      padding: 0;
    margin: 0;
    list-style: none;
   
}

.bookscateCtr li{
  margin-bottom: 10px;
    padding: 10px 15px;
    border-bottom: 1px dashed lightgray;


}

.bookscateCtr li a{
  color: var(--vtc-text-black1);
  display: block;
}

.bookscateCtr li:hover{
  background-color: #9bb9dbd7;
}


.ckarrowlistctr li{
  display: flex;
  column-gap: 10px;
  margin-bottom: 10px !important;
}

.contentcatetitle{
  color: #021d3c;
    font-size: 24px;
    font-weight: 600;
}

.ckcontentpoints h6.cnttitle{
     font-size: 20px;
    color: rgb(19, 18, 18);
    font-weight: 600;

}

.ckcontentpoints p{
  margin-bottom: 10px;
}

.ckcontentpoints .ckcontentpointsdescription{
  padding-left: 18px;
    margin-top: 10px;
}


.ckaratriclelistCtr .heading3 .abstractctn{
  color: rgb(27, 27, 27);
  line-height: 20px;
  font-size: 14px;
  margin-top: 2px;

}


.ckaratriclelistCtr .author-area2 a{
  font-size: 13px !important;
}



.ckaratriclelistCtr .pubbrand {
background: var(--vtc-bg-main5);
    color: #fff;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 10px;
}


@keyframes ticker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}




.error-message {
  font-size: 13px;
  color: #e74c3c;
}


.contact-page-from form .single-input input, .contact-page-from form .single-input textarea{
  border:1px solid lightgray;
}




.ckproduct-filter{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.ckproduct-filter .nice-select{
  float:right;
}



.cart-icon {
    position: relative;
    font-size: 24px; /* adjust size of cart icon */
    cursor: pointer;
    margin-right: 25px;
}

#cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
    min-width: 20px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}


#flash-message {
    position: fixed;
    top: 20px;
    right: -400px; /* start off screen */
    background-color: #28a745;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    font-size: 14px;
    z-index: 9999;
    transition: right 0.5s ease;
    min-width: 250px;
}

/* When showing the flash message */
#flash-message.show {
    right: 20px; /* slide in to visible */
}
