/* ========== SKELETON LOADER CSS START ============ */
.related-post-main .slick-track{
	display:flex !important;
	gap: 1em;
}

.faqs-card .collapse:not(.show) {
  /* display: none; */
  display: block !important;
  opacity: 0;
  position: absolute;
}

.author-button {
  display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    vertical-align: middle;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    padding: 8px 18px;
    border-radius: 5px;
    background: #7756b1f2;
}

.author-button:hover {
    background: #563583;
    text-decoration: none;
    color: #fff;
}

.meet-the-author-description{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* .hover-bio-wrapper .middle-container {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
} */
/* .single-author-box .author-box .media-body {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0px;
} */

.meet-the-author-card{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border:0;
}

.meet-the-author-footer{
  border-color: #eaeaea;
}

.loading {
  position: relative;
  background-color: #d1d1d1 !important;
  overflow: hidden;
}
/* The moving element */
.loading::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)),to(transparent));
  background: linear-gradient(90deg,transparent, rgba(255, 255, 255, 0.2),transparent);
  /* Adding animation */
  animation: loading 0.8s infinite;
}
/* Loading Animation */
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
.ld-h-style{
  height: 56px;
}
.ld-lg-ft-img {
  height: 411px;
}
.ld-ft-ul-img {
  height: 71px;
}
.ld-ft-ul-hd {
  height: 16.6px;
  width: 68px;
  margin-bottom: 6px;
}
.ld-ft-ul-text {
  height: 48px;
}
.loaded-box {
  display: none;
}
.h-style.loading {
  height: 33px;
  background-image: none;
}
.ld-cat-sec-img.loading {
  height: 197.05px;
}
.ld-cat-sec-hd.loading {
  height: 48px;
  margin: 10px 0;
}
.ld-cat-sec-ul > li.loading {
  height: 12px;
  width: 110px;
}
.ld-rev-star.loading {
  height: 15px;
  width: 110px;
  margin: 8px 0 0 0;
}
.ld-cat-sec-img.sm-ld-img.loading {
  height: 312px;
}

/* single post  */
.ld-breadcrumb {
  height: 21px;
}
.ld-p-top .ld-title {
  height: 115px;
  margin: 10px 0;
  line-height: 1.4;
}
.ld-social-icon, .ld-author-info {
  height: 30px;
}
.theme-toggle {
  background: url(./../img/icon-night-mode.png) no-repeat center;
  background-size: 19px;
  height: 30px;
  width: 40px;
  /* filter: brightness(1) invert(1); */
  outline: 0;
  border:0;
  box-shadow: none;
  position: absolute;
  right: 7px;
}
.theme-toggle:hover, .theme-toggle:focus{
  outline: 0;
  border:0;
  box-shadow: none;
}
/* ========== SKELETON LOADER CSS END ============ */
:root {
  --blue: #351e4b;
  --dark-blue : #7b32e3;
  --site-grey : #f3f3f3;
  --lt-light-purple : #ede6fa; 
  --grey: #757575;
  --black: #000;
	--purple: #7756B1;
}
.site-ft-ul > li:not(:last-child) {
  margin: 0 0 14px 0;
}
.text-grey {
  color: var(--grey);
}
.text-blue {
  color: var(--dark-blue);
}
.text-black {
  color: var(--black);
}
.text-light-green {
    color: #00c05e;
}
.text-purple{
    color: var(--purple);
}
body.dark-theme .text-purple{
	color: #c8adf9;
}
.font-regular {
  font-family: "fontregular" !important;
}
.btn-site.white {
  background: white;
  border-color: white;
  color: black;
}
.btn-site.white:hover {
  background: rgb(211, 211, 211);
}
.main-wrap {
  padding: 15px 0 35px 0;
}
.home-wrap .p-row, .main-wrap .p-row, .home-page .p-row, .main-wrap .p-row {
  border-bottom: 0;
}
.navbar-toggler i {
  color: black;
  font-size: 26px;
}
div#accordion {
  padding: 5px 0 20px 0;
}
.wpml-ls-item img {
  margin-right: 6px;
}
.wpml-ls-item>ul>li>a {
  font-size: 12px!important;
}
/* ========= HOME FEATURED BOX CSS START ========= */

.site-ft-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(2, 2, 2, 0.6);
  color: white;
  padding: 20px;
}
.site-ft-top > img {
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}
.site-ft-btm p {
  margin-bottom: 0;
}
.site-ft-ul-text {
  font-weight: 600;
  font-size: 14px;
  height: 34px;
  overflow: hidden;
  font-family: 'fontregular';
  margin-bottom: 0;
}

/* ========= HOME FEATURED BOX CSS END ========= */

.h-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(./../img/border.png);
  background-position: center;
  background-repeat: repeat-x;
  line-height: normal;
}
.h-style .h-style-hd, .h-style .h-style-link {
  background: white;
  display: inline-block;
}
.h-style-hd {
  padding-right: 15px;
}
.h-style-link, .h-style-link:hover {
  display: inline-block;
  padding-left: 15px;
  color: black;
  text-decoration: none;
}
.h-style-link:hover {
  color: var(--dark-blue);
}
.h-style-link i {
  position: relative;
  left: 0;
  transition: 0.4s ease-in-out;
}
.h-style-link:hover i {
  left: 10px;
  transition: 0.4s ease-in-out;
}
.site-cat-sec {
  padding: 25px 0;
}
.rel-post-sec.site-cat-sec{
  padding: 25px 0 42px 0;
}
.site-cat-sec .meta-dtl li, .site-cat-sec .meta-dtl span, .site-cat-sec .meta-dtl b, .site-cat-sec .meta-dtl a {
  color: var(--grey);
  font-size: 12px;
}

.site-cat-sec .meta-dtl a:hover{
	color: var(--dark-blue);
	text-decoration: none;
}

.site-cat-sec .meta-dtl li:not(:first-child) {
  border-left: 0;
  padding-left: 0;
}
.home-sec-mag .meta-dtl > .meta-date:last-child span, 
.ra-slider .meta-dtl > .meta-date:last-child span {
  max-width: 100%;
  width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.ra-slider .slick-track {
  margin-left: initial!important;
  margin-right: initial!important;
}

.p-top .meta-dtl .meta-author a{
  max-width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.site-cat-sec.p-row .p-heading , .site-cat-sec .p-row .p-heading {
  font-size: 15px;
  font-family: "fontregular";
  line-height: 24px;
  margin: 8px 0 0 0;
  font-weight: 600;
}
.review-star {
  position: relative;
  display: none;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  margin: 8px 0 0 0;
  height: 15px;
}
.review-result-wrapper {
  font-size: 0;
}
.review-result-wrapper i {
  font-size: 15px;
  padding: 0 5px 0 0;
}
.review-result-wrapper > i {
  color: #c4c4c4;
}
.review-result {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
}
.site-ft-overlay.btm-txt {
  justify-content: flex-end;
}

/* ========= CATEGORY PAGE CSS START ========= */

.cat-pg-title {
  text-shadow: 0px 2px 5px #4f4f4f;
  position: relative;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.cat-pg-title::after {
  content: "";
  background: white;
  width: 89px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -17px;
}
.cat-pg-card {
  border: 0.5px solid var(--dark-blue);
  overflow: hidden;
  transition: 0.4s ease-in-out;
  position: relative;
  top: 0;
}
.cat-pg-card:hover {
  top: -7px;
  box-shadow: 0px 5px 15px #d4d4d4;
}
.card.cat-pg-card .card-body {
  position: relative;
  background: #f6f7f9;
  text-align: center;
  padding: 40px 10px 10px 10px;
}
.cat-pg-card .card-body img {
  border-radius: 50%;
  height: 64px;
  width: 64px;
  position: absolute;
  top: -35px;
  border: 3px solid white;
  box-shadow: 0px 1px 5px 0px #727272;
  left: 50%;
  transform: translateX(-50%);
}
.cat-pg-card .card-title {
  max-height: 50px;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  font-size: 1.25rem;
  font-family: 'fontbold';
  line-height: 1.2;
  margin-bottom: 3px;
  color:#000;
}
.cat-pg-card .card-title:hover {
  color: var(--dark-blue);
}
/* .cat-pg-card .card-text {
  height: 120px;
  overflow: hidden;
} */
.cat-pg-card .card-img-top {
  max-height: 200px;
  min-height: 200px;
  object-fit: cover;
}

#tool_post_row .cat-pg-card .card-text {
  max-height: 53px;
  overflow: hidden;
}
.pagination-wrap .page-item:first-child .page-link, .pagination-wrap .page-item:last-child .page-link {
  border-radius: 0;
  color: #595959;
}
.pagination-wrap .page-link {
  border: 1px solid #999999;
  color: black;
}
.pagination-wrap .page-item.active .page-link {
  background-color: var(--dark-blue);
  color: white;
}

/* ========= CATEGORY PAGE CSS END ========= */

/* ========= SINGLE PAGE CSS START ========= */

/* .p-content a:not(.btn-sc) {
  border-bottom: 1px solid;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 5px;
  word-break: break-word;
}
.p-content a:not(.btn-sc):hover {
  text-decoration: none;
}
.p-content a:not(.btn-sc):before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  background: var(--dark-blue);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.p-content a:hover, .p-content a:focus, .p-content a:active {
  color: white;
}
.p-content a:hover:before, .p-content a:focus:before, .p-content a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
} */

.p-content a {
    text-decoration: none;
    color: var(--dark-blue);
    box-shadow: inset 0 -1px 0 var(--dark-blue);
	padding: 5px;
}
.emphasize-box a{
    color: blue;
}
.emphasize-box{
	position: relative;
}
.emphasize-box .copy-button{
	position: absolute;
    right: 0;
    border: none;
    background: #7b32e3;
    color: #fff;
	z-index: 99999999;
    border-radius: 5px;
    margin: 10px;
}
.p-content a:not(.btn-sc):hover {
    background-color: var(--dark-blue);
    transition: background-color 350ms ease-out;
	color:white;
}
.p-f-image img {
  margin: 0 0 15px 0;
}
.plugin-ss ul {
  padding-left: 0;
  margin-bottom: 0;
}
.plugin-ss ul > li a {
  color: var(--dark-blue);
  height: 32px;
  width: 32px;
  line-height: 31px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid var(--dark-blue);
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.plugin-ss ul > li a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.plugin-ss ul > li a:hover, .plugin-ss ul > li a:focus, .plugin-ss ul > li a:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}
.plugin-ss ul > li a:hover:before, .plugin-ss ul > li a:focus:before, .plugin-ss ul > li a:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.plugin-ss ul > li, .site-ss > li {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.plugin-ss ul > li:first-child, .site-ss > li:first-child {
  margin: 0;
  line-height: 16px;
}
.plugin-ss ul > li span, .plugin-ss > li strong {
  display: block;
  text-align: right;
}
.plugin-ss ul > li span {
  font-size: 14px;
}
.site-ss li a i {
  font-size: 24px;
}
.spotify-embed-wrapper iframe {
    width: 100%;
}
.spotify-embed-wrapper {
    border: 1px solid #7042A2;
    border-radius: 15px;
    padding: 15px;
	width: 100%;
	height: 100%;
}
.spotify-embed-wrapper .lazy-hidden {
	background-image: url('https://mindtrixai.com/wp-content/uploads/2024/11/Spotify-Placeholder-1.jpg') !important;
}
/* ========= SINGLE PAGE CSS END ========= */

.sc-deal-box {
  background: var(--dark-blue);
  border-radius: 5px;
  padding: 60px 50px;
  color: white;
  margin: 15px 0;
}
.sc-deal-box small, .sc-cta-box small {
  display: block;
}
.sc-cta-box.sc-cta-text-box .sc-title {
  color: #045aaf;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 1px 2px 1px #fff;
}
.sc-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sc-title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dsc-box {
  display: inline-block;
  border: 7px solid white;
  box-shadow: 0px 3px 5px #585858;
  line-height: normal;
  position: relative;
}
.dsc-box span {
  font-size: 115px;
  font-weight: bold;
  display: inline-block;
  padding: 15px 65px 10px 10px;
  text-shadow: 0px 3px 5px #585858;
}
.dsc-box::after, .dsc-box::before {
  content: "";
  background: var(--dark-blue);
  height: 35px;
  width: 24px;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.dsc-box::before {
  right: -12px;
  left: auto;
}
.dsc-box span sup, .dsc-box span sub {
  position: absolute;
  line-height: initial;
  top: 18px;
  font-size: 70px;
  text-shadow: 0px 3px 5px #585858;
}
.dsc-box span sub {
  bottom: 23px;
  top: auto;
  font-size: 23px;
}
.pros-cons-box, .pros-cons-main{
  margin: 20px 0;
}
.pros-cons-box ul, .pros-cons-main ul , .ra-box ul, .pros-cons-box ol, .pros-cons-main ol, .ra-box ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.pros-cons-box ul li, .pros-cons-main ul li, .pros-cons-box ol li, .pros-cons-main ol li {
  border-top: 1px solid #d6d6d6;
  padding: 10px 15px 10px 25px;
  position: relative;
  margin-bottom: 0;
}
.pros li::before, .cons li::before {
  content: "\f067";
  font-weight: 500;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  position: absolute;
  left: 0;
  background: #00c771;
  color: white;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  border-radius: 50%;
  top: 14px;
}
.cons li::before {
  background: #fa434e;
  content: "\f068";
}
.ra-box {
  border: 0.5px solid rgba(64, 148, 212, 0.85);
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  position: relative;
}
.ra-box::after {
  content: "";
  background: var(--dark-blue);
  width: 95%;
  margin: 0 auto;
  display: block;
  position: absolute;
  height: 2px;
  top: 32px;
  z-index: -1;
  left: 0;
  right: 0;
}
.ra-box-title {
  font-size: 24px;
  text-align: center;
  display: inline-block;
  background: white;
  padding: 0 10px;
  margin-bottom: 0;
}
.ra-box ul li , .ra-box ol li {
  position: relative;
  margin: 8px 0 8px 25px;
  text-align: left;
}
.ra-box ul > li:last-child , .ra-box ol > li:last-child{
  margin-bottom: 0;
}
.ra-box ul li:before, .ra-box ol li:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  color: var(--dark-blue);
  position: absolute;
  left: -22px;
}
.ra-box ul > li a ,.ra-box ol > li a {
  color: var(--dark-blue);
}
.prov-box {
  background: #f6f7f9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 35px 70px;
  margin: 15px 0;
}
.prov-box .prov-img {
  max-width: 220px;
  width: 220px;
  margin: 0 0 15px 0;
}
.prov-rating-box {
  border-radius: 8px;
  border: 4px solid var(--dark-blue);
}
.prov-rating {
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
}
.site-authorbio-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.site-authorbio-social .h3{
	position: relative;
}
.site-authorbio-social .h3:before{
	content: "";
    background: url(https://www.vpnranks.com/wp-content/uploads/2025/02/verified-badge.png) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 4px;
    right: -28px;
    background-size: contain;
    z-index: 1050;
}
.site-authorbio-social ul {
  min-width: 115px;
  text-align: right;
}
.site-authorbio-social ul li {
  display: inline-block;
  margin: 0 6px 6px 0;
}
.site-authorbio-social ul li:last-child {
  margin: 0;
}
.site-authorbio-social ul li a {
  background: var(--dark-blue);
  color: white;
  width: 30px;
  display: inline-block;
  height: 30px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  font-size: 17px;
}
.site-authorbio-social a{
	text-decoration: none;
}
.author-box {
  background: #f6f7f9;
  border-radius: 5px;
  padding: 30px;
  margin: 15px 0;
}
.author-box .media img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
}
.ra-slider {
  position: relative;
}
.ra-slider.p-row .p-heading {
  max-height: 70px;
  overflow: hidden;
}
.slick-arrow {
  position: absolute;
  bottom: -40px;
  background: black;
  width: 35px;
  height: 35px;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  transition: 0.4s ease-in-out;
  z-index: 2;
  cursor: pointer;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: var(--dark-blue);
}
.slick-next-has.slick-arrow {
  left: 40px;
}
.slick-slide {
  margin: 0 10px 0 0;
}
.hstyle.sb-hd {
  background: var(--site-grey);
  /* color: white; */
  padding: 7px 15px;
  border-radius: 5px;
  font-weight: 600;
}
.sb-main .sb-bp-row {
  border-bottom: 1px dashed #dcdcdc;
  margin: 15px 0;
}
.sb-bp-row .f-posts figure img {
  max-width: 120px;
  width: 120px;
  min-width:120px;
  object-fit:cover;
  margin: 0 12px 12px 0;
  border-radius: 8px;
}
.sb-bp-row .f-posts figure {
  display: flex;
  align-items: flex-start;
  color: black;
  font-size: 14px;
}
.f-posts figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.f-posts figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(
-25deg);
  transform: skewX(
-25deg);
}
.f-posts figure:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.sb-bp-title {
  font-size: 14px;
  font-weight: 600;
  font-family: 'fontregular';
  margin-bottom: 0;
  height: 34px;
  overflow: hidden;
}
.f-posts:hover {
  text-decoration: none;
}
.cat-ftr-ul > li {
  width: 100%;
}
.sc-cta-text-box {
  background-color: #c8e9ff;
  margin-bottom: 20px;
  padding: 1.25rem;
}


/* ============ SHINE EFFECT ON IMAGE CSS START ========== */

.site-thumb {
  display: inline-block;
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}
.site-thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.site-thumb:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
/*--Shine Effect | Start-*/
@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}
@keyframes shine {
  100% {
      left: 125%;
  }
}
.site-ft-link, .p-f-image img, .ra-slider .slick-slide a img {
  overflow: hidden;
  border-radius: 8px;
}
.ld-ft-ul-img, .ld-lg-ft-img, .ld-cat-sec-img{
  border-radius: 8px;
}
.ra-slider .slick-slide a img {
	width:270px;
  height:150px;
  object-fit: cover;
  transition:0.3s ease-in-out;
}
.ra-slider .lazy-hidden.img-fluid{
    width:270px;
    height:150px;
}
.ra-slider .p-link .p-heading {
	transition: 0.5s ease-in-out;
}
.ra-slider .p-link:hover img {
    box-shadow: 0px 4px 9px 0px #686868;
    transition: 0.3s ease-in-out;
}
.ra-slider .p-link:hover .p-heading {
	color: var(--dark-blue);
	 transition: 0.5s ease-in-out;
}

/* ============ SHINE EFFECT ON IMAGE CSS END ========== */

.ez-toc-toggle::before {
  display: none;
}
a.ez-toc-link {
  border-bottom: none!important;
}
.ez-toc-list {
  margin: 10px 0 0 0!important;
}
.p-content .tabs-wrap .nav-link {
  border-radius: 5px;
  border-bottom: 2px solid transparent;
  padding: 5px 10px;
  background: #f6f7f9;
  color: #585858;
}
.p-content .tabs-wrap .nav-link.active {
  border-bottom: 2px solid var(--dark-blue);
  background: var(--dark-blue);
  color: white;
}
.p-content .tabs-wrap .nav-link:before {
  display: none;
}
.p-content .tabs-wrap li {
  margin-bottom: 0;
}
.tabs-wrap .tab-content {
  background: #f6f7f9;
  padding: 10px;
  border-radius: 5px;
}
.p-content .tabs-wrap .nav-link:first-child {
  margin: 0 8px 0 0;
}
.tabs-wrap {
  margin: 20px 0;
}
.star-rating, .star-rating-inr {
  width: 100px;
  height: 20px;
  background: url(../img/star-rating.png) no-repeat 0 0;
}
.star-rating-inr {
  background-position: 0 -33px;
}
.p-content table a:before {
  display: none;
}
.p-content table a {
  border-bottom: 0!important;
}
.p-content table a:hover {
  color: var(--blue);
}
a.without-before-element {
  border-bottom: 0!important;
}
a.without-before-element::before {
  display: none;
}

/* ========= EMPHASIZE BOX CSS ========= */
.emphasize-box {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
  font-size: 16px;
}
.emphasize-box-inr {
  border: 3px solid #fac917;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}
.emphasize-box-inr::before, .emphasize-box-inr::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f005";
  position: absolute;
  font-size: 30px;
  top: -15px;
  left: -15px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: #f4f4f4;
  color: #fac917;
}
.emphasize-box-inr::after {
  right: -15px;
  bottom: -15px;
  left: inherit;
  top: inherit;
}
.emphasize-box ul, .emphasize-box ol {
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 0;
}

/* ========= TIPS BOX CSS ========= */

.emphasize-box.tips .emphasize-box-inr {
  border: 3px solid #0993fa;
}
.emphasize-box.tips .emphasize-box-inr::before, .emphasize-box.tips .emphasize-box-inr::after {
  content: "\f0eb";
  color: #0993fa;
}

/* ========= blockquote BOX CSS ========= */

#emp-blockquote .emphasize-box-inr {
  border: 3px solid #919191;
}
#emp-blockquote .emphasize-box-inr::before, #emp-blockquote .emphasize-box-inr::after {
  content: "\f10d";
  color: #919191;
}
#emp-blockquote .emphasize-box-inr::after {
  content: "\f10e";
}

/* ========= NOTIFICATION BOX CSS ========= */

.emphasize-box.notification .emphasize-box-inr {
  border: 3px solid #03c903;
}
.emphasize-box.notification .emphasize-box-inr::before, .emphasize-box.notification .emphasize-box-inr::after {
content: "\f0f3";
color: #03c903;
}

/* ========= ANNOUNCEMENT BOX CSS ========= */

.emphasize-box.announcement .emphasize-box-inr {
  border: 3px solid #fe5b5b;
}
.emphasize-box.announcement .emphasize-box-inr::before, .emphasize-box.announcement .emphasize-box-inr::after {
content: "\f0a1";
color:#fe5b5b;
}
.emphasize-box.announcement .emphasize-box-inr::after {
transform: scaleX(-1);
}

/* ========= THEME BOX CSS ========= */

.emphasize-box.theme .emphasize-box-inr {
  border: 3px solid #7300DD;
}
.emphasize-box.theme .emphasize-box-inr::before, .emphasize-box.theme .emphasize-box-inr::after {
content: "\f0a1";
color:#7300DD;
}
.emphasize-box.theme .emphasize-box-inr::after {
transform: scaleX(-1);
}


.lazy-hidden, .entry img.lazy-hidden, img.thumbnail.lazy-hidden{
  background-image: url('https://mindtrixai.com/wp-content/themes/generictheme/template/img/AAAI-Placeholder.webp')!important;
  background-color: rgba(0, 0, 0, 0)!important;
  background-size: cover;
  min-height: 100%;
  max-width: 100%;
}
.site-hm-sec1 .lazy-hidden.site-ft-lg-img , .site-hm-sec1 .entry img.lazy-hidden.site-ft-lg-img ,.site-hm-sec1  img.thumbnail.lazy-hidden.site-ft-lg-img {
  height: 410px;
  width: 730px!important;
}
.site-hm-sec1 .lazy-hidden.site-ft-ul-img , .site-hm-sec1 .entry img.lazy-hidden.site-ft-ul-img ,.site-hm-sec1  img.thumbnail.lazy-hidden.site-ft-ul-img {
  height: 64.71px;
  width: 115.6px!important;
}
.hm-cat-s1 .lazy-hidden , .hm-cat-s1 .entry img.lazy-hidden ,.hm-cat-s1  img.thumbnail.lazy-hidden,
.hm-cat-s2 .lazy-hidden , .hm-cat-s2 .entry img.lazy-hidden ,.hm-cat-s2  img.thumbnail.lazy-hidden {
  height: 195.98px;
  width: 348px!important;
}
.hm-cat-s3 .hm-cat-s3-ft.lazy-hidden , .hm-cat-s3 .hm-cat-s3-ft.entry img.lazy-hidden ,.hm-cat-s3 .hm-cat-s3-ft img.thumbnail.lazy-hidden {
  height: 303.75px;
  width: 540px!important;
}
.hm-cat-s2 .sm-col-img .lazy-hidden , .hm-cat-s2 .sm-col-img .entry img.lazy-hidden ,.hm-cat-s2 .sm-col-img  img.thumbnail.lazy-hidden,
.hm-cat-s3 .lazy-hidden , .hm-cat-s3 .entry img.lazy-hidden ,.hm-cat-s3  img.thumbnail.lazy-hidden {
  height: 125.38px;
  width: 255px!important;
}
.sb-bp-row .f-posts figure .lazy-hidden , .sb-bp-row .f-posts figure .entry img.lazy-hidden ,.sb-bp-row .f-posts figure img.thumbnail.lazy-hidden {
  height: 67.76px;
  min-width: 120px!important;
}
.author-post-thumb .lazy-hidden , .author-post-thumb .entry img.lazy-hidden ,.author-post-thumb  img.thumbnail.lazy-hidden {
  height: 161px;
  width: 287px!important;
}
.cat-pg-card .lazy-hidden.author-img , .cat-pg-card .entry img.lazy-hidden.author-img ,.cat-pg-card img.thumbnail.lazy-hidden.author-img {
  height: 64px;
  width: 64px!important;
  min-height: auto;
}
.site-thumb + .p-heading {
  height: 44px;
  overflow: hidden;
}
.home-sec-mag .site-thumb + .p-heading {
  height: auto;
}
mark {
  --color1: #deff00;
  --color2: #deff00;
  --height: 100%;
  all: unset;
  background-image: linear-gradient(var(--color1), var(--color2));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 var(--height);
  animation: highlight 10.4s 1 ease-out;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
@keyframes highlight {
  to {
      background-size: 100% var(--height);
  }
}
.hl-box.thumb, .hl-box.clock, .hl-box.check, .hl-box.ban {
  border:0!important;
}
.hl-box.thumb::before, .hl-box.clock::before, .hl-box.check::before, .hl-box.ban::before {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin: 0 15px 0 0;
  float: left;
  height: 30px;
  width: 30px;
}
.hl-box.thumb::before {
  content: '\f164';
  color: #f89c51;
}
.hl-box.clock::before {
  content: '\f017';
  color: #22d9e4;
}
.hl-box.check::before {
  content: '\f00c';
  color: #00b800;
}
.hl-box.ban::before {
  content: '\f05e';
  color: #b42121;
}

/* ========== EMPHASIZE STYLE COLORED CSS =========== */

.emphasize-box.colored .emphasize-box-inr {
  padding: 25px;
  border: 0;
}
.emphasize-box.colored {
  padding: 0;
  margin: 40px 0;
}
.emphasize-box.colored .emphasize-box-inr::after {
  display: none;
}
.emphasize-box.colored .emphasize-box-inr::before {
  background: #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 27px;
  line-height: 50px;
  top: -20px;
  left: -20px;
}

/* =========== NOTIFICATION COLORED ======== */

.emphasize-box.notification.colored {
  background: #e5faf3;
  border-left: 4px solid #00cc87;
}
.emphasize-box.notification.colored .emphasize-box-inr::before {
  color: #00cc87;
}

/* =========== ANNOUNCMENT COLORED ======== */

.emphasize-box.announcement.colored {
  background: #ffd4de;
  border-left: 4px solid #f84a4b;
}
.emphasize-box.announcement.colored .emphasize-box-inr::before {
  color: #f84a4b;
}

/* =========== WARNING COLORED ======== */

.emphasize-box.warning.colored {
  background: #fff6bf;
  border-left: 4px solid #ff9c00;
}
.emphasize-box.warning.colored .emphasize-box-inr::before {
  color: #ff9c00;
}

/* =========== BLOCKQUOTE COLORED ======== */

#emp-blockquote.colored {
  background: #e4e4e4;
  border-left: 4px solid #464646;
}
#emp-blockquote.colored .emphasize-box-inr::before {
  color: #464646;
}

/* =========== TIPS COLORED ======== */

.emphasize-box.tips.colored {
  background: #dfebf7;
  border-left: 4px solid #4b5bf9;
}
.emphasize-box.tips.colored .emphasize-box-inr::before {
  color: #4b5bf9;
}

/* =========== THEME COLORED ======== */

.emphasize-box.theme.colored {
  background: #F4EBFC;
  border-left: 4px solid #7300DD;
}
.emphasize-box.theme.colored .emphasize-box-inr::before {
  color: #7300DD;
}


div#related_post_div{
  background: white;
  position: relative;
  z-index: 1020;
}

.p-f-image + .more-reads {
  margin-bottom: 15px;
}
.post-main .more-reads-title.collapsed:after, .post-main .more-reads-title:after{
  display: inline-block;
  line-height: normal;
  margin-left: 10px;
  font-size: 14px;
  border: 1px solid;
  padding: 2px 6px;
  font-weight: normal;
  width: 60px;
  text-align: center;
  color: #0078d4;
  background: white;
  border-radius: 3px;
  content: "Hide";
  border: 0;
  cursor: pointer;
}
.post-main .more-reads-title.collapsed:after {
  content: "Show";
}
.post-main .more-reads .collapse:not(.show) {
  display: none;
}
.post-main #more-read-toc.collapsing {
  height: auto !important;
}
.post-main .more-reads > .collapse {
  display: block;
}
.hl-box {
  border-radius: 10px;
}

/*  ========== GENRE PAGE CSS ========== */

.genres a {
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-style: dashed;
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 0 5px;
  color: #0068aa;
}
.genres a:not(:last-child) {
  margin: 0 10px 5px 0;
}
.genres a:not(:last-child):after {
  content: '|';
  position: absolute;
  font-size: 20px;
  width: 1px;
  right: -7px;
  top: 55%;
  transform: translateY(-50%);
  color: #bababa;
}
.genres a:hover {
  border-bottom: 0px;
  color: black;
}

/* ======= horizontal closein effect ========= */

.site-cat-listing.imghvr-shutter-in-horiz {
  background-color: #b7b7b7;
  border-radius: 10px;
}
.site-cat-listing-overlay {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0,0,0,1) -2%, rgba(251,69,182,0) 72%);
  padding: 10px;
}
.site-cat-listing.imghvr-shutter-in-horiz img {
  height: 350px;
  object-fit: cover;
}
.site-cat-listing.imghvr-shutter-in-horiz figcaption {
  background-color: rgb(4 4 4 / 70%);
  padding: 15px;
}
.site-cat-listing.imghvr-shutter-in-horiz figcaption p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
}
.site-cat-listing.imghvr-shutter-in-horiz figcaption a {
  position: relative;
  background: #ffd600;
}
.imghvr-shutter-in-horiz:hover:before, .imghvr-shutter-in-horiz:hover:after{
  background-color: rgb(4 4 4 / 70%);
}
[class*=" imghvr-shutter-in-"]:after, [class*=" imghvr-shutter-in-"]:before{
  background: none;
}
.contentpopup-details ul li strong {
  margin-right: 20px;
}
.site-cat-listing-overlay .title {
  max-height: 59px;
  overflow: hidden;
}
.row.mode-body-content img {
  border-radius: 10px;
}

/* Event CSS  */

.event-detail-box {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  margin: 15px 0;
}
.event-ul li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 15px;
}
.event-ul li:last-child {
  margin-bottom: 0;
}
.event-ul li:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  font-size: 20px;
  color: #9b9b9b;
  top: -2px;
  width: 32px;
  text-align: center;
}
.event-ul li.organizer::before {
  content:'\f4fe';
}
.event-ul li.time::before {
  content:'\f073';
}
.event-ul li.location::before {
  content:'\f3c5';
}
.event-ul li.browser::before {
  content:'\f0ac';
}
.event-ul li.ticket::before {
  content:'\f145';
}
.event-ul li.platform::before {content:'\f26c';}
.tool-page .related-post-main .p-link img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: 0.6s ease-in-out;
}

/* ====== IMAGE HOVER MIN CSS ====== */

[class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
  box-sizing: border-box;
  transition: all .35s ease;
}
[class*=" imghvr-"],[class^=imghvr-] {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  background-color: #2266a5;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0)
}
[class*=" imghvr-"]>img,[class^=imghvr-]>img {
  vertical-align: top;
  max-width: 100%
}
[class*=" imghvr-"] figcaption,[class^=imghvr-] figcaption {
  background-color: #135796;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff
}
[class*=" imghvr-"] a,[class^=imghvr-] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1
}
[class*=" imghvr-"],[class*=" imghvr-"] *,[class*=" imghvr-"]:after,[class*=" imghvr-"] :after,[class*=" imghvr-"]:before,[class*=" imghvr-"] :before,[class^=imghvr-],[class^=imghvr-] *,[class^=imghvr-]:after,[class^=imghvr-] :after,[class^=imghvr-]:before,[class^=imghvr-] :before {
  box-sizing: border-box;
  transition: all .35s ease
}
[class*=" imghvr-shutter-in-"]:after,[class*=" imghvr-shutter-in-"]:before,[class^=imghvr-shutter-in-]:after,[class^=imghvr-shutter-in-]:before {
  background: #135796;
  position: absolute;
  content: ""
}
[class*=" imghvr-shutter-in-"]:after,[class^=imghvr-shutter-in-]:after {
  top: 0;
  left: 0
}
[class*=" imghvr-shutter-in-"]:before,[class^=imghvr-shutter-in-]:before {
  right: 0;
  bottom: 0
}
[class*=" imghvr-shutter-in-"] figcaption,[class^=imghvr-shutter-in-] figcaption {
  opacity: 0;
  z-index: 1
}
.imghvr-shutter-in-horiz:after,.imghvr-shutter-in-horiz:before {
  width: 0;
  height: 100%
}
.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
  width: 50%;
}
.imghvr-shutter-in-horiz:hover:before, .imghvr-shutter-in-horiz:hover:after {
  background-color: rgb(4 4 4 / 70%);
}
[class*=" imghvr-shutter-in-"]:hover figcaption, [class^=imghvr-shutter-in-]:hover figcaption {
  opacity: 1;
  transition-delay: .21s;
}

div#respond h6 {
    font-size: 1.6rem;
}

.wp-caption img[class*=wp-image-].lazy-hidden {
  height: inherit;
}
.tbl-middle tr td {
  vertical-align: middle;
}

/* ========= POLLS CSS START ========= */

.totalpoll-question-content p{
	font-weight:bold !important;
}
.totalpoll-question-choices-item-container .totalpoll-question-choices-item-control{
	border-radius: 5px !important;
}
.totalpoll-question-choices-item-votes-text {
	font-size: 16px !important;
}
.totalpoll-question-choices-item-votes-bar{
	border-radius: 5px !important;
}
.totalpoll-buttons-vote:focus{
	outline: none;
}
.totalpoll-question-choices-item-checked .totalpoll-question-choices-item-control{
background: #7b32e3 !important;
}
.totalpoll-buttons-vote{
background: #7b32e3 !important;
border-radius: 5px !important;
padding: 10px 60px !important;
}
.totalpoll-buttons{
justify-content:center !important;
}
.totalpoll-buttons-results, .totalpoll-question-choices-item-label{
border-radius: 5px !important;
}
.totalpoll-buttons-results{
	display: none !important;
}

/* ========= POLLS CSS END ========= */

/* Promo shortcode css Start */
.promo-main {
    background: #f4edfe;
    border-radius: 12px;
    border: 1px solid #6100d1;
}
.promo-main img {
    width: 200px;
}
a.btn-promo {
    background: #7300DD !important;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    font-size: 18px;
    min-width: 220px;
    padding: 0.625rem 1.25rem;
    margin: 0 0 10px 0;
    white-space: normal;
    border: 0;
    overflow: hidden;
}
body.dark-theme .promo-main{
	background: var(--dt-bg-light-color);
}
body.dark-theme a.btn-promo{
	color: #fff !important;
}
body.dark-theme .promo-main img{
	filter: brightness(10);
}
body.dark-theme .promo-main{
	border-color: var(--purple);
}
/* Promo shortcode css END */


/* ========= KEY FEATURE CSS START ========= */
  
.key-feature {
    border-radius: 7px;
    position: relative;
    transition: 1s ease-in-out;
  }
  .key-feature .key-feature-inner{
    max-height: 250px;
    transition: 1s ease-in-out;
    overflow-y: hidden;
    padding: 15px;
  }
  .key-feature.expanded .key-feature-inner{
    max-height: 10000px;
    transition: 1s ease-in-out;
  }
  .btn-show-more {
    position: absolute;
    bottom: -19px;
    z-index: 99!important;
    left: 50%;
    transform: translateX(-50%);
    background: white;
  }
  .key-feature::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 22%, rgba(252,252,252,0) 57%);
    bottom: 0px;
    height: 51px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
  .key-feature-inner ul li, .key-feature-inner ol li {    
   list-style: none;
   position: relative;
  }
  .key-feature-inner ul li:before, .key-feature-inner ol li:before {
    font-family: 'FontAwesome';
    content: '\f084';
    color: #ffd600;
    position: absolute;
    left: -25px;
  }
  .btn.btn-show-more:focus {
    outline: 0;
    box-shadow: none;
}

/* ========= KEY FEATURE CSS End ========= */

/* ========= GLOSSARY CSS START ========= */

.glossary-ul {
  -webkit-columns: 3;
  -moz-columns: 3;
  -moz-column-count: 3;
  column-count: 3;
  margin-bottom: 0;
}

.glossary-item {
  border-top: 1px solid #e7e7e7;
  padding: 40px 145px 40px 145px;
  position: relative;
}

.glossary-item:first-child{
  border-top: 0;
}

.glossary-item-letter {
  background: var(--lt-light-purple);
  color: var(--dark-blue);
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  height: 78px;
  left: 0;
  line-height: 78px;
  position: absolute;
  top: 20px;
  width: 78px;
}

.glossary-input-group .input-group-text {
  background: var(--lt-light-purple);
  border-right: 0;
  color: var(--purple);
  border-color: #e4e4e4;
  min-width: 52.8px;
}

.glossary-input {
  border-left: 0;
  border-color: #e4e4e4;
}
.glossary-input:focus {
  outline:0;
  box-shadow: none;
  border-color:#e4e4e4;
}

.glossary-ul a {
  color: #393939;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
}

.glossary-ul a:hover {
  color: #108455;
}

/* ========= GLOSSARY CSS END ========= */

/* ========= CATEGORY TOOL CSS START ========= */

/* The custom-chk-lbl */
.custom-chk-lbl {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  padding-top: 1px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-chk-lbl input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.custom-chk-lbl:hover input ~ .checkmark {
  background-color: #efefef;
}

/* When the checkbox is checked, add a blue background */
.custom-chk-lbl input:checked ~ .checkmark {
  background-color: var(--dark-blue);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-chk-lbl input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-chk-lbl .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cat-pg-card .card-text {
  font-size: 13px;
  line-height: 18px;
}
.cat-tool-row .cat-pg-card .card-img-top {
  max-height: 160px;
  min-height: 160px;
  object-fit: cover;
}

.tool-tag-div {
  margin-bottom: 7px;
}

.cat-tool-ul {
  margin-bottom: 0;
  margin-top: 15px;
}

.cat-tool-row .cat-pg-card .card-title {
  font-size: 18px;
}

.cat-tool-row .cat-pg-card .card-text + a {
  font-size: 14px;
}

.cat-tool-row .cat-pg-card .card-text + a:hover {
  color: #000a06;
  text-decoration: none;
}

.tool-badge {
  background: #e8dbff;
  color: #7656b0;
  font-weight: normal;
  border: 1px solid #e8dbff;
  margin-right: 4px;
  margin-bottom: 4px;
}

.form-control.tools-input {
  border-color: #e5e5e5;
  border-right: 0;
}
.tools-input-group .btn {
  background: #f2fdf8;
  border: 1px solid #e5e5e5;
  border-left: 0;
  color: var(--dark-blue);
}
.form-control.tools-input:focus {
  box-shadow: none;
  border-color: var(--dark-blue);
}
.tools-input-group .btn:hover {
  background: var(--dark-blue);
  color: white;
}

.tool-filter-heading {
  color: #3c3c3c;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.filter-collapse-btn {
  width: 100%;
  border-bottom: 1px dashed #dcdcdc;
  border-radius: 0;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
  color: #5f5f5f;
  position: relative;
}

.filter-collapse-btn.collapsed:before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro",sans-serif;
  font-weight: 500;
  position: absolute;
  top: 6px;
  right: 0;
}

.filter-collapse-btn:before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro",sans-serif;
  font-weight: 500;
  position: absolute;
  top: 6px;
  right: 0;
}

.filter-collapse-btn:focus{
  outline: 0;
  box-shadow: none;
}

.filter-collapse-btn:hover {
  background: #f8f4ff;
}

/* ========= CATEGORY TOOL CSS END ========= */

/* ========= REVIEWED BY AND MULTIPLE AUTHORS CSS ON POST TOP START ========= */

.reviewed-badge {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}

.p-top .meta-dtl .meta-author a {
  color: #565656;
}

.p-top .meta-dtl .meta-author a:hover {
  color: var(--dark-blue);
}

.dual-img-wrapper {
  margin-right: 16px;
}
.dual-img-wrapper img{
	width: 50px;
    height: 50px;
    object-fit: cover;
}

.contributor-img,
.editor-img {
  display: inline-block;
}

.contributor-img {
  margin-right: -12px;
}

.author-byline-hover {
  cursor: pointer;
  position: relative;
  padding: 13px 0px;
}

.hover-bio-wrapper {
  display: none;
  top: 0;
  opacity: 0;
  transition-property: opacity;
  transition-delay: .15s;
  position: absolute;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  padding: 16px 16px 14px;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25098039215686274);
  z-index: 41;
  min-width: 280px;
}

.author-byline-hover:hover .hover-bio-wrapper {
  display: block;
  left: 0;
  opacity: 1;
  cursor: auto;
  top: 70px;
	z-index: 9999;
}

.author-name-wrapper.author-byline-hover:hover .hover-bio-wrapper {
  top: 22px;
}


.hover-bio-wrapper .top-container {
  display: flex;
  padding-bottom: 8px;
}

.hover-bio-wrapper .top-container .author-details-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hover-bio-wrapper .bottom-container .social-icon-wrap {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.hover-bio-wrapper .bottom-container .social-icon-wrap li {
  margin: 9px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding-left: 0;
  display: inline-block;
}

.hover-bio-wrapper .bottom-container .social-icon-wrap li a {
  display: inline-block;
  background-repeat: no-repeat;
  overflow: visible;
  font-size: 16px;
}

.middle-container {
  padding: 10px 0;
}

.bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-container .show-more-bio-wrap {
  color: var(--dark-blue) !important;
  font-family: 'fontbold', sans-serif;
}

.author-name-main-wrapper {
  display: flex;
  align-items: center;
}

.author-name-wrapper.author-byline-hover {
  padding: 0;
  padding-bottom: 10px;
}
.author-name-wrapper,.author-details-wrap{
    position: relative;
}
.author-name-wrapper:before,.author-details-wrap:before{
   content: "";
    background: url(https://mindtrixai.com/wp-content/uploads/2025/02/verified-badge.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: -22px;
    background-size: contain;
    z-index: 1050;
}

.blog-author-role {
  font-size: 12px ;
  line-height: 15px;
  color: #605f5f ;
  text-transform: capitalize ;
}

/* ========= REVIEWED BY AND MULTIPLE AUTHORS CSS ON POST TOP END ========= */



/* ====== INNER LINK FLOW BOX CSS START ============ */


.inner_link_flow_box > .faqs-card.style-blue {
    background: #97aaf7;
}
.inner_link_flow_subtitle.style-blue {
    background: #eef1ff;
}
.inner_link_flow_box > .faqs-card.style-orange {
    background: #faba5a;
}
.inner_link_flow_subtitle.style-orange {
    background: #ffeed4;
}
.inner_link_flow_box > .faqs-card.style-pink {
    background: #f78ba0;
}
.inner_link_flow_subtitle.style-pink {
    background: #fbeff2;
}
.inner_link_flow_box > .faqs-card.style-green {
    background: #7ff97f;
}
.inner_link_flow_subtitle.style-green {
    background: #eeffee;
}

.inner_link_flow_box .faqs-card-title:before {
    right: 20px!important;
}

.inner_link_flow_box > .faqs-card {
    padding: 0;
    box-shadow: 0 4px 20px rgba(114,114,157,0.15);
    margin-bottom: 12px;
    border-bottom: 0;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.inner_link_flow {
    background: white;
}

.inner_link_flow ul {
    margin-bottom: 0;
    padding-left: 20px;
    column-count: 2;
}

.inner_link_flow ul >li:last-child {
    margin-bottom: 0;
}

.inner_link_flow > div {
    padding: 20px;
}

.inner_link_flow_box .faqs-card-title {
    padding: 15px 15px 15px 60px;
    overflow: hidden;
}

.inner_link_flow_box .faqs-card-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 65px solid #343A40;
    border-right: 65px solid transparent;
    left: 0;
}

.inner_link_flow_box .faqs-card-title:before {
    left: 13px!important;
    z-index: 2;
    top: 4px!important;
    right: auto!important;
}

.inner_link_flow_box .style-blue .faqs-card-title:before{
    color: #97aaf7;
}
.inner_link_flow_box .style-orange .faqs-card-title:before{
    color: #faba5a;
}
.inner_link_flow_box .style-pink .faqs-card-title:before{
    color: #f78ba0;
}
.inner_link_flow_box .style-green .faqs-card-title:before{
    color: #7ff97f;
}

/* ====== INNER LINK FLOW BOX CSS END ============ */


/* ========= WAS THIS CONTENT HELPFUL CSS START ========= */

#was-this-helpful {
  padding: 20px 1.2em!important;
  flex-direction: column;
  margin: 30px 0!important;
  background: #ffffff!important;
  border-radius: 5px!important;
  border: 1px solid #605f5f78;
}

#was-this-helpful #wthf-title {
  padding-right: 0;
  padding-bottom: 20px;
}

div#wthf-title {
  font-weight: 700;
  font-size: 18px;
}

#wthf-yes-no span {
  position: relative;
  display: inline-block;
  font-family: 'fontbold';
  box-shadow: none!important;
  border: 1px solid;
  border-radius: 5px!important;
}

#wthf-yes-no span:before {
  content: '\f164';
  font-family: 'FontAwesome';
  font-size: 21px;
  position: relative;
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: normal;
  color: #080 !important;
}

#wthf-yes-no span {
  padding: 10px 25px 10px 50px!important;
}

#wthf-yes-no span {
  color: #080!important;
}
#wthf-yes-no span:last-child:before {
  content: '\f165';
  color: red!important;
}
#wthf-yes-no span:last-child {
  color: red!important;
}
#wthf-yes-no span:last-child:hover {
  background: red!important;
}

#wthf-yes-no span:hover {
  background: #080!important;
  color: white!important;
}

#wthf-yes-no span:hover::before {
  color: white !important;
}

/* ========= WAS THIS CONTENT HELPFUL CSS END ========= */

/* ========= homepage revamp css start ========= */
.df-sec{
    padding: 48px 0;
}
.purple-pill{
            background-color: #f8f1ff; 
            color: #6f42c1; 
            border: none; 
            padding: 10px 24px; 
            border: 1px solid #7756B126;
            border-radius: 50px;   
            font-size: 14px;         
	font-weight: bold;
            transition: all 0.3s ease; 
}
.df-purple {
    background: #7756b1f2;
    border-color: var(--purple);
}

.df-purple:hover {
    background: #563583;
}

.df-btn-site {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 32px;
    border-radius: 12px;
}

a.df-btn-site:hover {
    text-decoration: none;
    color: #fff;
}



.ai-top-fold {
    padding: 60px 0 !important;
    background: linear-gradient(rgb(115 0 221 / 7%), rgb(255 255 255));
}
.ai-top-fold-img {
    border-radius: 12px;
    background: #7e5fb51c;
    padding: 15px;
    height: 430px;
    overflow: hidden;
}
.ai-top-fold-img img{
    animation: float-badge 3s ease-in-out infinite;
}
@keyframes float-badge {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.reviews-slider{
	position:relative;
	padding-left: 30px;
    border-left: 1px solid var(--purple);
}
.df-reviews .slick-arrow{
	background: transparent;
    color: var(--purple);
    border: 2px solid var(--purple);
    border-radius: 50%;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    width: 40px;
	transition: 0.5s ease-in;
}
.df-reviews .slick-arrow:hover{
	color: #fff;
	background: var(--purple);
}
.df-reviews .slick-arrow:focus-visible {
    outline: blue !important;
}
.df-reviews .slick-next-has.slick-arrow{
	position:absolute;
	top: 0;
	left: 100%;
}
.df-reviews .slick-prev-has.slick-arrow{
	left: 92%;
	top: 0;
}


.cat-slider .slide-data {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px;
}

.cat-slider .slide-data img {
    transition: 0.3s;
    height: 190px;
    object-fit: cover;
}

.cat-slider-main .cat-slider .inner-content {
    position: absolute;
    /* left: 30px !important; */
    bottom: 6px;
    width: 92%;
    /* height: 97px; */
    /* color: #fff !important; */
    background: #ffffffc2;
    opacity: 0;
    transition: 0.6s;
    overflow: hidden;
    border-radius: 10px;
    max-height: 110px;
    transition: max-height 0.3s ease-in;
}

/* .cat-slider-main .inner-content{
        height: 97px;
        width: 92%;
    } */
.cat-slider-main .cat-slider .slide.slick-active img {
    filter: blur(10px);
}

.cat-slider-main .cat-slider .slide.slick-active .inner-content {
    opacity: 1;
    left: 15px;
}

.cat-slider-main .cat-slider .slide.slick-active .inner-content p {
    display: none;
    transition: height 0.3s;

}

.cat-slider-main .cat-slider .slide.slick-active:hover .inner-content {
    /* height: 92%; */
    max-height: 92%;

    transition: max-height 0.3s ease-out;
}

.cat-slider-main .cat-slider .slide.slick-active:hover .inner-content p {
    display: block;
    font-size: 12px !important;
    color: #000 !important;
    height: 70px;
    overflow: hidden;
    margin-top: 10px;
}

.slide {
    position: relative;
}

.cat-slider-main .slick-dots li.slick-active button:before {
    border: 2px solid #553d80;
    border-radius: 50%;
    font-size: 12px;
    line-height: 19px;
    color: #573c7e;
}

.cat-slider-main .slick-slide {
    margin: 0 !important;
    transition: 1s ease-in;
}
.reviews-slider  .slick-dots li.slick-active button:before {
    border: 2px solid #553d80;
    border-radius: 50%;
    font-size: 12px;
    line-height: 19px;
    color: #573c7e;
}
@media (max-width: 767.7px) {
    .ai-top-fold h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
	.ai-top-fold .row{
		text-align: center;
	}
	.ai-top-fold p{
		text-align: justify;
	}
	.df-reviews .slick-arrow{
		height: 32px;
    	width: 32px;
		line-height: 32px;
		font-size: 16px;
	}
	.df-reviews .slick-next-has.slick-arrow{
		    left: 85%;
	}
	.df-reviews .slick-prev-has.slick-arrow{
		    left: 70%;
	}
	.reviews-slider{
		border: none;
		padding-left: 0!important;
	}
	.df-btn-site {
        font-size: 16px;
        padding: 12px 24px;
    }
	.author-name-wrapper:before, .author-details-wrap:before{
		display: none;
	}
	
}
/* ========= homepage revamp css END ========= */


/* =========== Custom Media Query ================ */


@media (min-width: 992px) {
  .hover-bio-wrapper {
    width: 600px;
  }
}

@media (min-width: 768px) {
  .hover-bio-wrapper {
    min-width: 315px;
  }
}

@media (max-width: 992px) {
  ul.meta-dtl.my-2 {
    padding: 6px 0;
  }

  .contributor-img,
  .reviewer-img,
  .editor-img {
    display: none;
  }

  .site-ft-overlay.btm-txt {
    position: relative;
  }
  .site-ft-overlay.btm-txt .site-ft-title {
    line-height: 30px;
    font-size: 20px;
  }
  .disclosure-dd .dropdown-menu{
    min-width: auto!important;
  }
}

@media (max-width: 767.7px) {
  .site-authorbio-social ul{
    text-align: left;
  }
  .middle-container {
    font-size: 12px;
  }
  .author-name-main-wrapper{
    display: block;
  }
  ul.meta-dtl.my-2 {
    display: block!important;
  }

  .meta-dtl li:not(:first-child) {
    margin: 0;
  }

  .meta-dtl li {
    display: inline-block!important;
    width: 49%!important;
    vertical-align: top;
    margin-top: 0!important;
    margin-bottom: 15px!important;
  }

  li.meta-author span {
    display: block;
  }

  .meta-dtl li:not(:first-child) {
    /* border-left: 0; */
    padding-left: 0;
    margin-top: 4px;
  }
  .glossary-ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 0;
  }
  .glossary-item:first-child{
    border-top: 1px solid #e7e7e7;
    margin-top: 50px;
  }
  .glossary-item {
    padding: 40px 10px 40px 10px;
  }
  .glossary-item-letter{
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    top: -25px;
    width: 50px;
  }
  .more-reads{
    width: 100%!important;
  }
  .compare-btn-div {
    margin: -42px 0 0 0!important;
    text-align: right!important;
  }
  .site-cat-listing.imghvr-shutter-in-horiz img {
    height: 260px;
  }
  .site-cat-listing.imghvr-shutter-in-horiz figcaption {
    opacity: 1;
    z-index: 1;
    position: relative;
  }
  .site-cat-listing-overlay {
      background: none;
      background-color: rgb(4 4 4 / 70%);
      position: relative;
      padding: 10px 10px 0 10px;
  }
  .site-cat-listing-overlay .title{
      margin-top: 0;
  }
  .deal-offers{
    display: none;
  }
  .main-disclosure ul > li{
    width: 100%;
  }
  .main-disclosure ul > li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .deal-div .btn-site {
    max-width: 135px;
    min-width: 135px;
  }
  .site-hm-sec1 .lazy-hidden.site-ft-lg-img , .site-hm-sec1 .entry img.lazy-hidden.site-ft-lg-img ,.site-hm-sec1  img.thumbnail.lazy-hidden.site-ft-lg-img,
  .site-hm-sec1 .lazy-hidden.site-ft-ul-img , .site-hm-sec1 .entry img.lazy-hidden.site-ft-ul-img ,.site-hm-sec1  img.thumbnail.lazy-hidden.site-ft-ul-img,
  .hm-cat-s3 .hm-cat-s3-ft.lazy-hidden, .hm-cat-s3 .hm-cat-s3-ft.entry img.lazy-hidden, .hm-cat-s3 .hm-cat-s3-ft img.thumbnail.lazy-hidden {
    height: 163px;
    width: 100%!important;
  }
  .emphasize-box-inr::before, .emphasize-box-inr::after {
    font-size: 22px;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .emphasize-box-inr, .emphasize-box {
      padding: 15px;
  }
  .emphasize-box {
      margin: 20px 0;
  }
  .home-sec-mag .meta-dtl > .meta-date:last-child span, 
  .ra-slider .meta-dtl > .meta-date:last-child span, 
  .p-top .meta-dtl .meta-author a {
    width: auto;
  }
  .main-wrap {
    padding: 10px 0 20px 0;
  }
  .tpl-nms .ra-slider{
    padding-bottom: 0;
  }
  /* .theme-toggle {
    margin-right: 10px;
  } */
  .h-style{
    background: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 8px 0;
  }
  .ld-ft-ul-img {
    height: 163px;
  }
  .ld-ft-ul-hd {
    margin-top: 6px;
  }
  .entry-title {
    font-size: 32px;
  }
  .search-title {
    font-size: 26px;
  }
  /* .cat-pg-card .card-text {
    height: auto;
  } */
  .copyright-inr {
    display: block;
    text-align: center;
  }
  .prov-rating {
    font-size: 35px;
  }
  .comment-box, .author-box {
    padding: 15px;
  }
  .ra-slider {
    position: relative;
    padding-bottom: 15px;
  }
  .site-authorbio-social {
    flex-direction: column;
    align-items: flex-start;
  }
  .prov-box {
    padding: 20px 30px;
  }
  .dsc-box span sup, .dsc-box span sub {
    top: 13px;
    font-size: 35px;
  }
  .dsc-box span sub {
    bottom: 15px;
    top: inherit;
    font-size: 23px;
  }
  .dsc-box span {
    font-size: 70px;
    padding: 15px 50px 10px 10px;
    line-height: 65px;
  }
  .sc-deal-box {
    padding: 20px;
  }
  .p-top .title {
    font-size: 26px;
  }
  .site-ft-overlay {
    position: relative;
  }
  .site-ft-title {
    font-size: 20px;
    line-height: 32px;
  }
  .h-style {
    display: block;
  }
  .site-cat-sec {
    padding: 15px 0;
  }
  .site-cat-sec.rel-post-sec {
    padding: 15px 0 42px 0;
  }
  .h-style-link {
    margin-top: 12px;
    padding-left: 0;
  }
  .tpl-nms .ra-slider .slick-slide img {
    max-height: 300px;
    object-fit: cover;
  }
  .ai-top-fold-img{
    height: unset !important;
  }
}

@media (max-width:575.98px){
/*   .meta-dtl li{
    width:100%!important;
  } */
  .tbl-wrap {
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
  }
  .tbl-main {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
  }
  .tbl-ttl-row {
    width: 35%;
  }
  .col3 {
    display: none;
  }
  .col1, .col2, .col3, .col4, .col5, .col6 {
      float: left;
      width: 100%;
      min-height: 100px;
      border-bottom: 1px solid #e8e8e8;
  }
  .tbl-prov-img {
    width: 65px;
    height: 65px;
    margin: 20px auto 0 auto;
  }
  .col1 {
    padding: 0;
    /* padding-top: 25px; */
  }
  .tbl-cta-wrap .sc-cta-box {
    padding: 0;
  }
  .tbl-cta-wrap .sc-cta-box .btn-sc {
    font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 0;
  }
  .tbl-ttl-row span {
    padding: 36.3px 0;
  }
  .tbl-prov-row {
    width: 50%;
    margin-bottom: -10px;
  }
  .tbl-prov-row>li {
    display: inline-block;
    border-bottom: 0;
  }
  .tbl-prov-label {
    top: 0;
    width: 100%;
  }
  .tbl-prc-wrap {
    padding-top: 10px;
  }
  .tbl-rating-wrap {
    padding-top: 25px;
  }
  .tbl-disc-offer {
    padding-top: 15px;
  }
  .tbl-cta-wrap {
    padding-top: 18px;
  }
}