.activeLi{
    color: blue;
}

li{
    list-style: none;
}

.alert-text{
    text-align: right;
}

.input-error-validation {
    color: red;
    font-size: 9pt;
}

.SMSLoginBox {
    display: none;
}

.hr{
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background-color: #dee2e6 ;
}

.description-content {
  transition: all 1s ease-in-out;
  text-align: justify;
  line-height: 150%;
}

.description-content > * {
  font-size: 15px !important;
  text-align: justify;
}

.description-content.deactive {
  position: relative;
}

.description-content.deactive::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(207, 46, 46, 0) 0%,
    rgba(255, 255, 255, 1) 70%
  );

  width: 100%;
  height: 20%;
}

.toggle-icon i {
  width: 20px;
  height: 20px;
}

.toggle-text{
    color:#000;
    padding-bottom:.5rem;
    position:relative;
    cursor:pointer;
}

.title-with-icon{
    padding: 0;
    font-size: 22px;
    line-height: 26px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    color: #702FFF;
    outline: none;
    border: 0 none;
}

.title-with-icon i{
    margin-left:10px;
}

.border-bottom {
    border-bottom:4px solid #702FFF !important;
}

.toggle-description{
    cursor:pointer;
    display:flex;
}

.toggle-description svg{
    margin-right:10px;
}

.li-circle ol {
    list-style: disc;
    padding-right: 1rem;
}

.li-circle ol li {
    list-style: disc;
    padding-right: 1rem;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(239, 68, 68, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

.portfolio-item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    cursor: pointer;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.portfolio-item:hover img {
    transform: scale(1.005);
}

.portfolio-item .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}

.center-button {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) scale(0.75);
  top: 50vh;
  width: fit-content;
  height: fit-content;
  border-radius:20px;
  background-color: #ef4444;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  animation: heartbeat 1.5s ease-in-out infinite;
  opacity: 0;
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 10;
  padding: 20px;
}

.center-button span{
    white-space:nowrap;
    color:#fff;
    margin-top:5px;
}

.portfolio-item .center-button:hover {
    background-color: #dc2626;
}


.thumbnail:hover .center-button {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.portfolio-item .icon {
    width: 2rem;
    height: 2rem;
    stroke: white;
}

@keyframes heartbeat {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(239, 68, 68, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

.loader-wrapper{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 0;
    background:#fafafb;
}

.portfolio-list-loader {
  width: 50px;
  --b: 8px; 
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%,#4136d8) content-box;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
    radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
          mask-composite: intersect;
  animation:l4 1s infinite steps(10);
}
@keyframes l4 {to{transform: rotate(1turn)}}


 .sp-showcase-container {
        padding: 2rem;
      }

      .sp-showcase-title {
        font-size: 2.5rem;
        font-weight: 700;
        background: linear-gradient(to right, var(--title-color-from), var(--title-color-to));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        margin-bottom: 1rem;
      }
      
      .sp-showcase-subtitle {
        font-size: 1.125rem;
        color: var(--subtitle-color);
        margin-bottom: 3rem;
      }

      /* Unique Pagination Component Styles */
      .sliding-pill-pagination {
        position: relative;
        display: inline-flex;
        align-items: center;
        background-color: var(--container-bg);
        padding: 0.25rem;
        border-radius: 9999px;
      }
      
      .sliding-pill-pagination__pill {
        position: absolute;
        top: 0.25rem;
        left: 0.25rem; /* Start position for transform */
        background-color: var(--pill-bg);
        border-radius: 9999px;
        transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
        z-index: 1;
      }
      
      .sliding-pill-pagination__buttons {
        position: relative;
        display: flex;
        z-index: 2;
      }

      .sliding-pill-pagination__button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0.5rem 1rem;
        border-radius: 9999px;
        font-size: 0.875rem;
        font-weight: 600;
        font-family: 'Vazirmatn', sans-serif;
        color: var(--text-inactive);
        transition: color 0.3s;
        white-space: nowrap;
      }
      
      .sliding-pill-pagination__button:hover {
        color: var(--text-inactive-hover);
      }
      
      .sliding-pill-pagination__button--active {
        color: var(--text-active);
      }



.v-show-online{
    margin-left:auto !important;
    float:right;
    margin-right:1.5rem ;
}


.w-fit{
    width:fit-content;
}


