.seo-hero {
  padding: 120px 0 90px;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6fd 100%);
  position: relative;
  overflow: hidden;
}

.seo-hero-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2490eb;
  background: rgba(36, 144, 235, 0.12);
  padding: 8px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.seo-hero h1 {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 20px;
}

.seo-hero p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  max-width: 760px;
  margin-bottom: 30px;
}

.seo-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.seo-btn-outline {
  background: transparent !important;
  border: 1px solid #2490eb;
}

.seo-btn-outline .pq-button-text,
.seo-btn-outline i {
  color: #2490eb !important;
}

.seo-list-box {
  max-width: 850px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.seo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-list li {
  position: relative;
  padding: 8px 0 8px 34px;
  border-bottom: 1px solid #ececec;
  font-size: 17px;
  color: #333;
}

.seo-list li:last-child {
  border-bottom: none;
}

.seo-list li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2490eb;
  position: absolute;
  left: 0;
  top: 9px;
}

.seo-map-box {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

.seo-footer-text {
  margin-top: 22px;
}

.seo-footer-text p {
  margin-bottom: 8px;
  color: #fff;
  line-height: 1.7;
}

.seo-sticky-call {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  background: #2490eb;
  color: #fff;
  padding: 14px 24px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.seo-sticky-call:hover {
  background: #007aff;
  color: #fff;
  transform: translateY(-2px);
}

.pq-section-description {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .seo-hero {
    padding: 90px 0 70px;
  }

  .seo-hero h1 {
    font-size: 38px;
  }

  .seo-hero p {
    font-size: 16px;
  }

  .seo-list-box {
    padding: 25px 20px;
  }
}

@media (max-width: 767px) {
  .seo-hero h1 {
    font-size: 30px;
  }

  .seo-hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .seo-sticky-call {
    right: 12px;
    left: 12px;
    bottom: 12px;
    text-align: center;
    border-radius: 14px;
  }
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  background: #2490eb;
  color: #fff;
  padding: 14px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.sticky-cta:hover {
  color: #fff;
  background: #0d7adb;
}


.pq-header-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pq-header-social ul li {
  display: inline-block;
  margin-left: 12px;
}

.pq-header-social ul li a {
  color: #0288cc;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pq-header-social ul li a:hover {
  color: #cc0088;
}

.pq-header-social ul li a i {
  font-family: "Font Awesome 6 Brands" !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}







.google-review-card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 0px;
  padding: 18px 20px 24px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  color: #202124;
}

.review-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.review-user {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.review-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  max-width: 42px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3f3f3;
  border: none;
}

.review-user-meta {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}

.review-user-meta h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 500;
  color: #202124;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-user-meta span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.2;
  color: #6f6f6f;
}

.google-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.stars {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #fbbc04;
  font-size: 21px;
  line-height: 1;
}

.verified-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-text {
  font-size: 17px;
  line-height: 1.45;
  color: #202124;
  margin-bottom: 22px;
}

.review-link {
  font-size: 14px;
  color: #8a8a8a;
  text-decoration: none;
}

.review-link:hover {
  text-decoration: underline;
}

/* HERO CTA dugmad - mobile fix (EQUAL WIDTH) */

@media (max-width: 768px) {

  .hero-buttons,

  .hero .buttons,

  .wp-block-buttons,

  .elementor-button-wrapper {

    display: flex !important;

    flex-direction: row !important;

    justify-content: space-between;

    gap: 12px;

  }

  /* svaki link = tačno pola širine */

  .hero-buttons a,

  .hero .buttons a,

  .wp-block-buttons a,

  .elementor-button-wrapper a {

    flex: 0 0 calc(50% - 6px); /* precizno pola minus gap */

    max-width: calc(50% - 6px);

    width: auto !important;

    display: flex;

    justify-content: center;

    text-align: center;

  }

}


.sc-sLsrZ h1.title {
    display: none !important;
}
a.commonninja-ribbon-link {
    display: none !important;
}