a.ass-link:active, a.ass-link:link, a.ass-link:hover, a.ass-link:visited{
  color: #2196F3;
  font-weight: bold;
  text-decoration: none;
}

a.ass-w-link:active, a.ass-w-link:link, a.ass-w-link:hover, a.ass-w-link:visited{
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

a:active, a:link, a:hover, a:visited{
  text-decoration: none;
}

.service-card,.ass-pr-card{
  border-radius: 15px;
  border: 1px solid #2196F3;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

.rate-price{
  font-weight: bold;
  font-size: 42px;
}

.ass-project-card-image{
  width: 200px;
  height: auto;
  max-width: 100%;
}

.ass-project-icon{
  width: 48px;
  height: 48px;
}

.ass-flag-div{
  display: flex;
  align-items: center;
  justify-content: center;
}

.ass-flag-img{
  width: 24px;
  height: 15px;
}

.ass-pr-info{
  text-align: left;
}

.ass-iframe-container{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.ass-responsive-iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 5px 10px 5px 10px;
  border: 0;
}

.ass-small{
  font-size: 10px;
}

.icon-ass-check::before {
  content: "\f046";
  margin-right: 6px;
  margin-left: 6px;
  font-family: FontAwesome;
  color: green;
}

.icon-circle {
  width: 40px;
  height: 40px;
/*  background-color: #0fa763;  */
  border-radius: 50%;
  padding: 4px;               /* вътрешен отстъп */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.icon-row {
    display: flex;
    gap: 8px; /* разстояние между иконите */
    align-items: center;
    justify-content: center;
  }

.icon-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.icon-circle img {
  width: 75%;  /* или 70%, както ти харесва */
  height: 75%;
}
/* 📱 Телефони (екрани до 768px ширина) */
.tippy-box[data-theme~='custom'] {
  background-color: #007bff; /* фон */
  color: white;              /* текст */
  border-radius: 6px;
  font-size: 13px;
  padding: 6px 10px;
}

.tippy-box[data-theme~='custom'][data-placement^='top'] > .tippy-arrow {
  color: #007bff;
}

@media (max-width: 768px) {
  .ass-mid-img{
    width: 80%;
  }
 .ass-mid-img1{
    width: 150px;
  }

  .ass-icon-img{
    width:64px;
    height:64px;
  }
  .ass-icon-img2{
    width:46px;
    height:46px;
  }
  body {
    font-size: 10px;/* или 1rem, или 14px – както предпочиташ */
  }

  h1 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
  }

  h2 {
    font-size: 18px;
    color: #444;
    font-weight: bold;
    margin-bottom: 12px;
  }

  h3 {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 10px;
    color: #555;
  }
}
/* 🖥️ Десктопи (екрани над 768px ширина) */

@media (min-width: 769px) {
  .ass-mid-img{
    width: 350px;
  }
  .ass-mid-img1{
    height: 500px;
  }
  .ass-icon-img{
    width:120px;
    height:120px;
  }
  .ass-icon-img2{
    width:64px;
    height:64px;
  }
  body {
    font-size: 10px;/* или 1rem, или 14px – както предпочиташ */
  }

  h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
  }

  h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}