.our-best-service-items h3 {
    font-size: 11px !important;
    color: #333;
    margin-bottom: 15px;
}

.best-service-area .single-item .overlay .content {
    border-left: 1px solid #cb2932;
    border-left-color: rgb(203, 41, 50);
    overflow: hidden;
    padding-left: 5px !important;
    padding-right: 5px !important;
    line-height: 18px;
}

.content .page-header {
    margin-top: 10px;
    margin-bottom: 18px;
}

.content .lead {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.content h4 {
    margin-top: 22px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Listy – równe ikony i odstępy */
.feature-list>li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.feature-list .glyphicon {
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    color: #149a52;
}

.steps-list>li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* CTA */
.cta-well {
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cta-well .btn {
    margin: 6px 8px 0;
}

/* Dodatkowy „oddech” między sekcjami wierszy */
.content .row+.row {
    margin-top: 8px;
}


/* WSTAW PO bootstrap.min.css i po ewentualnym theme */
.cta-well .btn-primary {
  background-color: #149a52;
  border-color: #118a49;
  color: #fff;
}

/* Hover/Focus/Active/Open */
.cta-well .btn-primary:hover,
.cta-well .btn-primary:focus,
.cta-well .btn-primary:active,
.cta-well .btn-primary.active,
.cta-well .open > .dropdown-toggle.btn-primary {
  background-color: #118a49; /* ciemniejszy odcień */
  border-color: #0f7e42;
  color: #fff;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(20, 154, 82, .25);
}

/* Wyłączenie gradientu/aktywnego tła Bootstrap 3 */
.cta-well .btn-primary:active,
.cta-well .btn-primary.active,
.cta-well .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* Disabled */
.cta-well .btn-primary.disabled,
.cta-well .btn-primary[disabled],
.cta-well fieldset[disabled] .btn-primary {
  background-color: #149a52;
  border-color: #118a49;
}
.sloop2, .sloop {
    display: none !important;
}


.phone-clickable, .email-clickable {  
  cursor: pointer;               /* zmienia kursor na rękę */  
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* usuwa domyślne podświetlenie na mobile */  
  transition: background .14s ease, transform .08s ease;  
}  
  
/* opcjonalne drobne efekty przy najechaniu / dotknięciu */  
.phone-clickable:hover, .email-clickable:hover {   
  transform: translateY(-1px);  
  background: rgba(0,0,0,0.03);  
}  
  
/* widoczny focus dla obsługi klawiatury (dostępność) */  
.phone-clickable:focus-visible, .email-clickable:focus-visible {  
  outline: none;  
  box-shadow: 0 0 0 3px rgba(0,123,255,0.16);  
  border-radius: 8px;  
}  
  
/* upewnij się, że elementy wewnętrzne nie zmieniają kursora */  
.phone-clickable *, .email-clickable * {  
  cursor: inherit;  
}
.header-contact-info ul li a {
    color: #ffffff;
    text-decoration: none;
}
.header-contact-info ul li a:hover {
  
    color: #a1f5c9;;
    text-decoration: none;
}