/*
 Theme Name: Arvina Child
 Template: arvina-pro
 Version: 1.0
*/



.color-primary-light {
    color: var(--bs-primary-light);
}


.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    background: #142845 ;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 32px Arial, sans-serif;
}


.pdf-button{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:90px;
  height:90px;
  border-radius:50%;
  background:#ffffff;
  text-decoration:none;
}

.pdf-button i{
  font-size:28px;
  color:#142845;
  z-index:2;
}

/* Ripple animation */

.pdf-button::before,
.pdf-button::after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  border-radius:50%;
  border:2px solid #ffffff;
  animation:ripple 2s infinite;
}

.pdf-button::after{
  animation-delay:1s;
}

@keyframes ripple{
  0%{
    transform:scale(1);
    opacity:1;
  }
  100%{
    transform:scale(1.8);
    opacity:0;
  }
}



.faq-section .faq-right-video .pdf-popup {
    width: 48px;
    height: 48px;
    background-color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    color: var(--bs-primary);
    position: relative;
	z-index: 1;
}


.faq-section .faq-right-video .pdf-popup:after {
    position: absolute;
    left: -13px;
    top: -13px;
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    content: "";
    border: 1px solid var(--bs-white);
    border-radius: 50%;
}
