.tourist-ambulance-hero {
  padding: 28px 0;
}

.tourist-ambulance-hero__content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.tourist-ambulance-hero__left,
.tourist-ambulance-hero__right {
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 100%);
  border: 1px solid #d9e9fb;
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 18px 50px rgba(17, 74, 124, 0.08);
}

.tourist-ambulance-hero__right {
  display: flex;
  align-items: stretch;
}

.tourist-ambulance-hero__right .locator-preview {
  width: 100%;
}

.tourist-ambulance-hero__badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #dff0ff;
  color: #0b5ea8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.tourist-ambulance-hero__title {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  color: #143a5c;
}

.tourist-ambulance-hero__text {
  margin: 0;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
  color: #47627d;
}

.tourist-ambulance-hero__actions {
  margin-top: 24px;
}

.tourist-ambulance-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(13, 110, 253, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tourist-ambulance-hero__button:hover,
.tourist-ambulance-hero__button:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(13, 110, 253, 0.28);
  color: #fff !important;
}

.tourist-ambulance-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.tourist-ambulance-hero__feature {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  background: transparent;
  border: none;
  color: #5f7b96;
  font-size: 13px;
  font-weight: 500;
}

.tourist-ambulance-hero__feature-icon {
  font-size: 15px;
  opacity: 0.8;
}

.tourist-ambulance-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}
.tourist-ambulance-hero__feature-icon {
  font-size: 16px;
  line-height: 1;
}

.locator-preview {
  background: #ffffff;
  border: 1px solid #dbe8f6;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 18px 45px rgba(23, 69, 110, 0.12);
}

.locator-preview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.locator-preview__eyebrow {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6d8cab;
}

.locator-preview__title {
  font-size: 22px;
  font-weight: 800;
  color: #163c5d;
  line-height: 1.2;
}

.locator-preview__pin {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0d6efd;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.35);
  animation: locatorPulse 2.2s infinite;
  flex-shrink: 0;
}

.locator-preview__cta {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  margin-bottom: 0px;
  border: 0;
  border-radius: 16px;
  background: #0d6efd;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(13, 110, 253, 0.22);
  cursor: pointer;
  animation: locatorButtonPulse 2.4s infinite;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.locator-preview__cta:hover {
  box-shadow: 0 16px 30px rgba(13, 110, 253, 0.28);
}

.locator-preview__cta:disabled {
  opacity: 0.9;
  cursor: wait;
}

.locator-preview__cta.is-success {
  animation: none;
}

.locator-preview__cta-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  animation: locatorDotPulse 1.8s infinite;
}

.locator-preview__message {
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #5f7b96;
}

.locator-preview__results {
  display: grid;
  gap: 12px;
}

.locator-preview__placeholder {
  padding: 16px;
  border: 1px dashed #d7e3f0;
  border-radius: 16px;
  background: #f9fcff;
  font-size: 14px;
  line-height: 1.6;
  color: #6a839b;
}

.locator-preview__result-card {
  display: block;
  padding: 14px 15px;
  border: 1px solid #e2ebf5;
  border-radius: 16px;
  background: #f9fcff;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.locator-preview__result-card:hover {
  transform: translateY(-2px);
  border-color: #c8ddf3;
  box-shadow: 0 12px 24px rgba(23, 69, 110, 0.08);
}

.locator-preview__result-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.locator-preview__result-top strong {
  font-size: 15px;
  color: #173d5d;
  line-height: 1.35;
}

.locator-preview__result-category {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #2358a6;
}

.locator-preview__result-address {
  margin-bottom: 6px;
  font-size: 13px;
  color: #65809a;
  line-height: 1.5;
}

.locator-preview__result-distance {
  font-size: 13px;
  font-weight: 700;
  color: #163c5d;
}

.locator-preview__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #daf7e8;
  color: #16784a;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.locator-preview__footer {
  margin-top: 16px;
}

.locator-preview__more {
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.locator-preview__more:hover {
  text-decoration: underline !important;
}

@keyframes locatorPulse {
  0% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.35); }
  70% { box-shadow: 0 0 0 14px rgba(13, 110, 253, 0); }
  100% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0); }
}

@keyframes locatorDotPulse {
  0% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.25); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes locatorButtonPulse {
  0% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.28); }
  70% { box-shadow: 0 0 0 14px rgba(13, 110, 253, 0); }
  100% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0); }
}

@media (max-width: 991px) {
  .tourist-ambulance-hero__content {
    grid-template-columns: 1fr;
  }

  .tourist-ambulance-hero__left,
  .tourist-ambulance-hero__right {
    padding: 26px;
  }

  .tourist-ambulance-hero__title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
    
    #sp-logo .sp-column {

  gap: 5px !important;

}
    
    #sp-logo {
        
        padding: 0px;
    }
    
    #sp-logo .mod-languages__list {
        
        gap: 3px !important;
    }
    
    #sp-logo .mod-languages__list li:first-child a::after {

  margin-left: 5px !important;
}

#sp-logo .mod-languages__list li a {
gap: 2px !important;
  height: 30px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 60px;
}
	
	.care-cards::before {
		
		display:none;
	}
	
	#sp-header {
  height: 65px !important;
  display: flex;
  box-shadow: none;
}

#sp-logo .logo-image {
  height: 20px !important;
  max-height: 20px;
}
  .tourist-ambulance-hero {
    padding: 18px 0;
  }

  .tourist-ambulance-hero__left,
  .tourist-ambulance-hero__right {
    padding: 15px;
    border-radius: 22px;
  }

  .tourist-ambulance-hero__title {
    font-size: 28px;
  }

  .tourist-ambulance-hero__text {
    font-size: 14px;
  }

  .tourist-ambulance-hero__features {
    flex-direction: row;
    align-items: stretch;
	flex-wrap: nowrap;
  }

  .tourist-ambulance-hero__feature {
    width: 100%;
  }

  .locator-preview {
    padding: 18px;
  }

  .locator-preview__result-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.care-cards {
  padding: 20px 0 10px;
}

.care-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.care-card2 {
  position: relative;
  padding: 30px;
  border-radius: 28px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 18px 45px rgba(23, 69, 110, 0.08);
  overflow: hidden;
}

.care-card2:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(23, 69, 110, 0.15);
}

/* BOJE */
.care-card2--emergency {
  background: linear-gradient(135deg, #fff1f1, #ffe5e5);
  border: 1px solid #f4bcbc;
}

.care-card2--doctor {
  background: linear-gradient(135deg, #f3f8ff, #e7f0ff);
  border: 1px solid #b4cfed;
}

.care-card2--pharmacy {
  background: linear-gradient(135deg, #f1fff6, #e4f9ed);
  border: 1px solid #9adeb6;
}

.care-card2__icon {
  font-size: 34px;
  margin-bottom: 14px;
}

.care-card2__title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #143a5c;
}

.care-card2__desc {
  font-size: 15px;
  color: #4d6983;
  margin-bottom: 14px;
}

.care-card2__mini {
  padding-left: 18px;
  margin-bottom: 18px;
  color: #5f7b96;
  font-size: 14px;
}

.care-card2__mini li {
  margin-bottom: 4px;
}

.care-card2__cta {
  font-weight: 700;
  font-size: 15px;
  color: #0d6efd;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .care-cards__grid {
    grid-template-columns: 1fr;
  }
} 

/* LISTA BEZ BULLETA */
.care-card2__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 8px;
}

.care-card2__list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: #4d6983;
}

/* custom "check" */
.care-card2__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  font-weight: 700;
  color: #0d6efd;
  opacity: 0.8;
}

/* BUTTONI */
.care-card2__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  background: #0d6efd;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.care-card2__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(13, 110, 253, 0.25);
}

/* VARIJACIJE */
.care-card2__button--danger {
  background: #dc3545;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.care-card2__button--success {
  background: #198754;
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.25);
}

.care-cards {
  position: relative;
  padding: 0px 0;
    padding-bottom: 0px;
  z-index: 1;
  padding-bottom: 20px;
}

.article-details .article-ratings-social-share,
.article-details .article-info {
	
	display: none !important;
}

.locator-preview__status--closed {
  background: #fdeaea;
  color: #a63636;
}

.care-card2__eyebrow {
	
	display: inline-block;
  margin-bottom: 5px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #dff0ff;
  color: #0b5ea8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.care-card2__actions {
	
	margin-top: 30px;
}
.care-card2__note.care-card2__note--success,
.care-card2__note.care-card2__note--warning,
.care-card2__note.care-card2__note--danger {
padding: 16px;
  border: 1px dashed #d7e3f0;
  border-radius: 16px;
  background: #f9fcff;
  font-size: 14px;
  line-height: 1.6;
  color: #6a839b;
  font-weight: bold;
}

/* HEADER visina */
#sp-header {
    height: 120px;
	display: flex;
	box-shadow: none;
}

/* centriranje svega */
#sp-header .container-inner {
    height: 100%;
    display: flex;
    align-items: center;
}

/* logo */
#sp-logo .logo-image {
    height: 90px ;
    max-height: 90px;
}

/* centriranje loga */
#sp-logo {
    margin: 0 auto;
    text-align: center;
}

/* makni flex rastezanje menija */
#sp-menu {
    flex: 0 !important;
}

#sp-header .row {
	
	position: relative;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
}

#sp-header .logo {
  height: 90px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}

#sp-menu {
	
	display: none;
}


@media (max-width: 768px) {

    .aloc__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    /* prvi button full width */
    .aloc__actions .aloc__button--locate {
        flex: 0 0 100%;
    }

    /* druga dva pola-pola */
    .aloc__actions .aloc__button:not(.aloc__button--locate) {
        flex: 1 1 calc(50% - 5px);
    }

    .aloc__button {
        width: 100%;
        text-align: center;
    }
	.aloc__actions {
    flex-direction: row;
    align-items: stretch;
  }
}

#sp-main-body {
  padding: 10px 0;
}

.home-partners {
    padding: 70px 0;
}

.home-partners__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.home-partners__header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 38px;
}

.home-partners__eyebrow {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #e8f1ff;
    color: #1d4f91;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
}

.home-partners__title {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #113b6d;
}

.home-partners__text {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #5d7390;
}

.home-partners__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.home-partners__card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%;
    padding: 28px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #dfeaf7;
    box-shadow: 0 14px 40px rgba(17, 59, 109, 0.08);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-partners__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(17, 59, 109, 0.14);
    border-color: #bfd5f1;
}

.home-partners__logo-wrap {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #f8fbff;
}

.home-partners__logo-wrap img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.home-partners__content h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
    color: #113b6d;
}

.home-partners__content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #667b96;
}

@media (max-width: 991px) {
    .home-partners {
        padding: 56px 0;
    }

    .home-partners__title {
        font-size: 30px;
    }

    .home-partners__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-partners__card {
        padding: 22px;
        border-radius: 22px;
    }

    .home-partners__logo-wrap {
        height: 110px;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    
    .flyer-download__text {
        
        font-size: 15px !important;
    }
	
	.care-cards {
		
		padding: 0px 0;
	}
	
	.tourist-ambulance-hero__button {
		
		padding: 10px 15px;
		font-size: 16px;
	}
    .home-partners__inner {
        padding: 0px;
    }

    .home-partners__header {
        margin-bottom: 28px;
    }

    .home-partners__title {
        font-size: 26px;
    }

    .home-partners__text {
        font-size: 15px;
        line-height: 1.6;
    }

    .home-partners__content h3 {
        font-size: 20px;
    }
}

.locator-preview__footer {
  display: flex;
  justify-content: center;   /* centriraj gumb */
  margin-top: 12px;
}

.care-card2__actions--row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

/* svi gumbi */
.care-card2__actions--row .care-card2__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 12px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

/* GLAVNI */
.care-card2__button--danger {
  background: #e53945;
  color: #ffffff !important;
  border: none;
}

/* NAVIGACIJA */
.care-card2__button--outline {
  background: #ffffff;
  color: #1f3b5b !important;
  border: 2px solid #cfd8e6;
}

/* INFO */
.care-card2__button--ghost {
  background: rgba(255,255,255,0.6);
  color: #1f3b5b !important;
  border: 1px solid rgba(0,0,0,0.08);
}

.care-card2__button {
  gap: 6px; /* da odmakne tekst od ikonice */
}

.care-card2__icon-pin {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.hospital-urgent-page {
  max-width: 1380px;
  margin: 0 auto;
  padding: 34px 20px 56px;
}

/* HERO */
.hospital-hero {
  background: #fdecee;
  border: 2px solid #ea3948;
  border-radius: 34px;
  padding: 36px 38px;
  box-shadow: 0 18px 40px rgba(234, 57, 72, 0.08);
  margin-bottom: 34px;
}

.hospital-hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f8d7dc;
  color: #b4232c;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}

.hospital-hero__title {
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #173b67;
  max-width: 980px;
}

.hospital-hero__text {
  margin: 0;
  max-width: 1000px;
  font-size: 21px;
  line-height: 1.7;
  color: #4d6883;
}

.hospital-hero__note {
  margin-top: 24px;
  display: inline-block;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px dashed rgba(234, 57, 72, 0.28);
  border-radius: 20px;
  font-size: 17px;
  line-height: 1.5;
  color: #9f1f2d;
  font-weight: 700;
}

/* SECTION HEAD */
.hospital-section-head {
  margin-bottom: 24px;
}

.hospital-section-head__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #e8f1fb;
  color: #1c5fa8;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}

.hospital-section-head__title {
  margin: 0;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 800;
  color: #173b67;
}

/* GRID */
.hospital-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}

/* CARD */
.hospital-unit-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #f5f8fc;
  border: 1px solid #dbe6f2;
  border-radius: 28px;
  padding: 26px 24px;
  box-shadow: 0 14px 34px rgba(23, 59, 103, 0.07);
}

.hospital-unit-card__icon {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 14px;
}

.hospital-unit-card__label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #e9f1fb;
  color: #1d63aa;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
}

.hospital-unit-card__title {
  margin: 0 0 14px;
  font-size: 20px; 
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #173b67;
}

.hospital-unit-card__text {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #4d6883;
}

.hospital-unit-card__text strong,
.hospital-unit-card__location strong {
  color: #173b67;
}

.hospital-unit-card__location {
  margin-top: 4px;
  margin-bottom: 18px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px dashed #d7e1ec;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #4d6883;
}

.hospital-unit-card__button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 100%;
  padding: 0 18px;
  border-radius: 18px;
  background: #1f6fff;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 14px 26px rgba(31, 111, 255, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hospital-unit-card__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(31, 111, 255, 0.24);
}

/* NOTE */
.hospital-bottom-note {
  padding: 24px 26px;
  background: #fff7f7;
  border: 1px solid #f1d0d5;
  border-radius: 24px;
  margin-bottom: 22px;
}

.hospital-bottom-note__title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #173b67;
}

.hospital-bottom-note__text {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #4d6883;
}

/* SECONDARY */
.hospital-secondary-box {
  background: #eef5fb;
  border-radius: 28px;
  padding: 28px 30px;
}

.hospital-secondary-box__title {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #173b67;
}

.hospital-secondary-box__text {
  margin: 0 0 12px;
  max-width: 1000px;
  font-size: 17px;
  line-height: 1.7;
  color: #4d6883;
}

.hospital-secondary-box__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  margin-top: 8px;
  border-radius: 18px;
  background: #1f6fff;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 14px 26px rgba(31, 111, 255, 0.18);
}

/* RESPONSIVE */
@media (max-width: 1280px) {
  .hospital-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hospital-hero__title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
	
	.care-cards__grid {
		
		gap: 15px;
	}
  .hospital-urgent-page {
    padding: 22px 16px 40px;
  }

  .hospital-hero {
    padding: 26px 22px;
    border-radius: 26px;
  }

  .hospital-hero__title {
    font-size: 21px;
  }

  .hospital-hero__text {
    font-size: 13px;
    line-height: 1.65;
  }

  .hospital-section-head__title {
    font-size: 28px;
  }

  .hospital-grid-4 {
    grid-template-columns: 1fr;
  }

  .hospital-unit-card {
    border-radius: 24px;
    padding: 22px 20px;
  }

  .hospital-unit-card__title {
    font-size: 25px;
  }

  .hospital-secondary-box {
    padding: 22px;
    border-radius: 24px;
  }

  .hospital-secondary-box__title {
    font-size: 24px;
  }
}

.hospital-unit-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.hospital-unit-card__icon {
  font-size: 26px;
  line-height: 1;
  flex-shrink: 0;
}

.hospital-unit-card__label {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #e9f1fb;
  color: #1d63aa;
  font-size: 13px;
  font-weight: 800;
}

.care-card2__actions--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* treći gumb ide u novi red preko cijele širine */
.care-card2__actions--row .care-card2__button--ghost {
  grid-column: 1 / -1;
}

.insurance-info {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 100%);
  border: 1px solid #d9e9fb;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(17, 74, 124, 0.08);
}

/* HEADER */
.insurance-info__header {
  text-align: center;
  margin-bottom: 34px;
}

.insurance-info__header h2 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 800;
  color: #173b67;
}

.insurance-info__header p {
  margin: 0;
  font-size: 17px;
  color: #5b728c;
}

/* GRID */
.insurance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* CARD */
.insurance-card {
  background: #f5f8fc;
  border-radius: 22px;
  padding: 24px 22px;
  border: 1px solid #e2eaf3;
  box-shadow: 0 10px 26px rgba(23, 59, 103, 0.06);
  transition: all 0.2s ease;
}

.insurance-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(23, 59, 103, 0.08);
}

/* ICON */
.insurance-card__icon {
  font-size: 26px;
  margin-bottom: 12px;
}

/* TITLE */
.insurance-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 800;
  color: #173b67;
}

/* LIST */
.insurance-card ul {
  padding-left: 18px;
  margin: 0;
}

.insurance-card li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: #4d6883;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .insurance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .insurance-grid {
    grid-template-columns: 1fr;
  }
}

#sp-bottom {
  background: #f4f4f4;
  color: #fff;
}

#sp-bottom {
  padding: 0px 0 0px;
}

/* 🔽 MANJI MOBITELI */
@media (max-width: 480px) {

  .care-card2__actions--row {
    gap: 6px;
  }

  .care-card2__actions--row .care-card2__button {
    padding: 10px 10px;
    min-height: 48px;

    font-size: 13px;
    letter-spacing: -0.2px;
  }

  .care-card2__icon-pin {
    width: 12px;
    height: 12px;
  }
}

/* 🔽 EXTRA USKI (stari iPhone i sl.) */
@media (max-width: 360px) {

  .care-card2__actions--row .care-card2__button {
    font-size: 12px;
    padding: 9px 8px;
  }
}

@media (max-width: 991px) {
  .tourist-ambulance-hero__right {
    display: none;
  }

  .tourist-ambulance-hero__content {
    grid-template-columns: 1fr;
  }

  .tourist-ambulance-hero__left {
    max-width: 100%;
  }
}

.care-card2__actions {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.care-card2__actions a {
  width: 100%;
  text-align: center;
}

 @media (max-width: 768px) {
  .care-card2 {
    position: relative;
  }

  .care-card2__top {
    position: relative;
    cursor: pointer;
    padding-right: 34px;
    margin-bottom: 0;
  }


  .care-card2.is-open .care-card2__top::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .care-card2__desc,
  .care-card2__list,
  .care-card2__note,
  .care-card2__actions {
    display: none;
  }

  .care-card2.is-open .care-card2__desc,
  .care-card2.is-open .care-card2__list,
  .care-card2.is-open .care-card2__note,
  .care-card2.is-open .care-card2__actions {
    display: block;
  }

  .care-card2.is-open .care-card2__actions {
    display: flex;
  }
}

@media (max-width: 768px) {
  .care-card2 {
    padding: 18px 16px !important;
    border-radius: 20px;
  }

  .care-card2__top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 34px;
  }

  .care-card2__top > div:last-child {
    min-width: 0;
  }

  .care-card2__icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 12px;
    margin: 0 !important;
  }

  .care-card2__eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 4px 0;
    font-size: 11px;
    padding: 5px 9px;
    border-radius: 999px;
    line-height: 1;
  }

  .care-card2__title {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .care-card2__desc,
  .care-card2__list,
  .care-card2__note,
  .care-card2__actions {
    margin-top: 14px;
  }

  .care-card2__top::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #1f3b57;
    border-bottom: 2px solid #1f3b57;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.2s ease;
  }

  .care-card2.is-open .care-card2__top::after {
    transform: translateY(-35%) rotate(-135deg);
  }
}

@media (max-width: 768px) {

  .care-card2__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
  }

  /* ikonica */
  .care-card2__icon {
    order: 1;
    width: 36px;
    height: 36px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* wrapper koji sadrži eyebrow + title */
  .care-card2__top > div:last-child {
    display: contents;
  }

  /* HITNO / NIJE HITNO / LJEKARNA */
  .care-card2__eyebrow {
    order: 2;
    margin: 0;
    font-size: 15px;
    padding: 5px 10px;
  }

  /* NASLOV ide u novi red */
  .care-card2__title {
    order: 3;
    width: 100%;
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.2;
  }

}

@media (max-width: 768px) {

  .care-card2__top {
    gap: 1px 2px; /* smanji razmak */
  }

  .care-card2__icon {
    margin-right: 2px; /* dodatno približi */
  }

}

.care-card2--emergency {
  background: linear-gradient(135deg,#e53935 0%,#c62828 100%);
  color: #fff;
}

/* naslov */
.care-card2--emergency .care-card2__title {
  color: #fff;
}

/* podnaslov */
.care-card2--emergency .care-card2__desc {
  color: rgba(255,255,255,0.9);
}

/* lista */
.care-card2--emergency .care-card2__list li {
  color: rgba(255,255,255,0.9);
}

/* checkbox ikone (ako ima ✓) */
.care-card2--emergency .care-card2__list li::before {
  color: #fff;
}

/* napomena box */
.care-card2--emergency .care-card2__note {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: 1px dashed rgba(255,255,255,0.3);
}

/* eyebrow (Hitno) */
.care-card2--emergency .care-card2__eyebrow {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

.locator-preview--info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.locator-preview__content p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #4a5568;
}

.locator-preview__cta--blue {
  background: linear-gradient(135deg,#0d6efd,#0b5ed7);
  color: #fff;
  text-align: center;
  display: block;
}

.locator-preview__cta--blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;

  background: linear-gradient(135deg,#0d6efd,#0b5ed7);
  color: #fff;

  border-radius: 10px;
  text-align: center;

  width: auto;         
  max-width: 100%;
}

.locator-preview__cta--blue:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(13,110,253,0.25);
  color: white;
}

#sp-logo .sp-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

#sp-logo .logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

#sp-logo .mod-languages {
    display: flex;
    align-items: center;
    margin-left: auto;
}

#sp-logo .mod-languages__list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sp-logo .mod-languages__list li {
    margin: 0;
    padding: 0;
}

#sp-logo .mod-languages__list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 42px;
    padding: 0 16px !important;
    border-radius: 999px;
    background: #f7faff;
    border: 1px solid #d6e2f1;
    text-decoration: none;
    color: #1f4267;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(25, 74, 138, 0.06);
    transition: all 0.2s ease;
}

#sp-logo .mod-languages__list li a:hover {
    background: #eef5ff;
    border-color: #b9cfee;
    color: #184a8a;
}

#sp-logo .mod-languages__list li.lang-active a {
    background: #ffffff;
    border-color: #6ea2ff;
    color: #2563eb;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.14);
	border: 2px solid;
}

#sp-logo .mod-languages__list img {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    overflow: hidden;
}

#sp-logo .mod-languages__list li:first-child a::after {
    content: "HR";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

#sp-logo .mod-languages__list li:last-child a::after {
    content: "EN";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

div.mod-languages ul li.lang-active {
	
	background: none !important;
	background-color: none !important;
}

/* =========================================
   ZDOCTOR CONTACT FORM
   Full override for Joomla / Helix defaults
========================================= */

.zdoctor-contact-section {
  padding: 70px 20px;
}

.zdoctor-contact-wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.zdoctor-contact-intro {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.zdoctor-contact-badge {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #2d67d8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.zdoctor-contact-title {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 800;
  color: #193b68;
}

.zdoctor-contact-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #5d7393;
}

.zdoctor-contact-card {
  background: linear-gradient(180deg, #edf5ff 0%, #f7fbff 100%);
  border: 1px solid #dbe8f8;
  border-radius: 30px;
  padding: 38px;
  box-shadow: 0 18px 45px rgba(33, 78, 145, 0.08);
}

.zdoctor-contact-form {
  width: 100%;
  margin: 0;
}

/* GRID */
.zdoctor-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.zdoctor-form-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* FIELD */
.zdoctor-field {
  min-width: 0;
}

.zdoctor-field label {
  display: block;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #1d3f6e;
}

.zdoctor-field label span {
  color: #2f6fed;
}

/* HARD RESET AGAINST JOOMLA */
.zdoctor-contact-section .zdoctor-field input[type="text"],
.zdoctor-contact-section .zdoctor-field input[type="email"],
.zdoctor-contact-section .zdoctor-field input[type="url"],
.zdoctor-contact-section .zdoctor-field input[type="date"],
.zdoctor-contact-section .zdoctor-field input[type="password"],
.zdoctor-contact-section .zdoctor-field input[type="search"],
.zdoctor-contact-section .zdoctor-field input[type="tel"],
.zdoctor-contact-section .zdoctor-field input[type="number"],
.zdoctor-contact-section .zdoctor-field textarea {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 17px 18px !important;
  border: 1px solid #d7e2f1 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  background-image: none !important;
  box-shadow: 0 4px 14px rgba(38, 86, 160, 0.04) !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  color: #1e3554 !important;
  outline: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.zdoctor-contact-section .zdoctor-field textarea {
  min-height: 190px !important;
  resize: vertical !important;
}

.zdoctor-contact-section .zdoctor-field input::placeholder,
.zdoctor-contact-section .zdoctor-field textarea::placeholder {
  color: #8a9bb4 !important;
  opacity: 1 !important;
}

.zdoctor-contact-section .zdoctor-field input:focus,
.zdoctor-contact-section .zdoctor-field textarea:focus {
  border-color: #2f6fed !important;
  box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.10) !important;
  background: #ffffff !important;
}

/* PRIVOLA WRAP */
.zdoctor-consent {
  margin-top: 8px;
  margin-bottom: 28px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #dbe6f4;
  border-radius: 20px;
}

/* PRIVOLA LABEL */
.zdoctor-consent-label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  margin: 0 !important;
  cursor: pointer;
}

/* CHECKBOX - FORCE RESET */
.zdoctor-contact-section .zdoctor-consent-label input[type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-block !important;
  width: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  height: 22px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  border: 1.5px solid #b8cae4 !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  vertical-align: top !important;
  position: relative !important;
  flex: 0 0 22px !important;
  cursor: pointer;
  outline: none !important;
}

.zdoctor-contact-section .zdoctor-consent-label input[type="checkbox"]:checked {
  background: #2f6fed !important;
  border-color: #2f6fed !important;
}

.zdoctor-contact-section .zdoctor-consent-label input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* HIDE CUSTOM BOX IF IT EXISTS IN HTML */
.zdoctor-consent-box {
  display: none !important;
}

/* CONSENT TEXT */
.zdoctor-consent-text {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.7;
  color: #5f7391;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

.zdoctor-consent-text a {
  color: #2f6fed;
  font-weight: 700;
  text-decoration: none;
}

.zdoctor-consent-text a:hover {
  text-decoration: underline;
}

/* ACTIONS */
.zdoctor-form-actions {
  text-align: center;
}

.zdoctor-submit-btn {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-width: 280px;
  padding: 18px 34px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #2f6fed 0%, #2159d7 100%) !important;
  box-shadow: 0 14px 28px rgba(47, 111, 237, 0.24) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  font-family: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.zdoctor-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(47, 111, 237, 0.30) !important;
  color: #ffffff !important;
}

.zdoctor-submit-btn:focus,
.zdoctor-submit-btn:active {
  color: #ffffff !important;
  outline: none !important;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .zdoctor-contact-title {
    font-size: 40px;
  }

  .zdoctor-contact-card {
    padding: 28px;
    border-radius: 24px;
  }

  .zdoctor-form-grid--2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .zdoctor-contact-section {
    padding: 50px 16px;
  }

  .zdoctor-contact-title {
    font-size: 32px;
  }

  .zdoctor-contact-text {
    font-size: 16px;
  }

  .zdoctor-contact-card {
    padding: 22px;
    border-radius: 22px;
  }

  .zdoctor-contact-section .zdoctor-field input[type="text"],
  .zdoctor-contact-section .zdoctor-field input[type="email"],
  .zdoctor-contact-section .zdoctor-field input[type="url"],
  .zdoctor-contact-section .zdoctor-field input[type="date"],
  .zdoctor-contact-section .zdoctor-field input[type="password"],
  .zdoctor-contact-section .zdoctor-field input[type="search"],
  .zdoctor-contact-section .zdoctor-field input[type="tel"],
  .zdoctor-contact-section .zdoctor-field input[type="number"],
  .zdoctor-contact-section .zdoctor-field textarea {
    padding: 15px 16px !important;
    font-size: 15px !important;
    border-radius: 14px !important;
  }

  .zdoctor-consent {
    padding: 16px;
    border-radius: 16px;
  }

  .zdoctor-consent-label {
    gap: 12px !important;
  }

  .zdoctor-consent-text {
    font-size: 13px;
    line-height: 1.6;
  }

  .zdoctor-submit-btn {
    width: 100%;
    min-width: 0;
    padding: 16px 24px !important;
    border-radius: 14px !important;
  }
}

.zdoctor-form-message {
  margin-top: 18px;
  text-align: center;
}

.zdoctor-form-success {
  padding: 14px 18px;
  border-radius: 14px;
  background: #e8f8ee;
  border: 1px solid #bfe7cb;
  color: #1f7a3f;
  font-weight: 700;
}

.zdoctor-form-error {
  padding: 14px 18px;
  border-radius: 14px;
  background: #fdecec;
  border: 1px solid #f2c3c3;
  color: #b42318;
  font-weight: 700;
}

.site-footer {
  background: #171717;
  color: rgba(255, 255, 255, 0.82);
  padding: 22px 20px;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer__copy {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer__nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.site-footer__link:hover {
  opacity: 0.75;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .site-footer__inner {
    flex-direction: column;
    text-align: center;
  }
}

#sp-footer .container-inner {
  padding: 0px 0;
}

@media (max-width: 991px) {
  .aloc__layout {
    display: block;
  }

  .aloc__sidebar,
  .aloc__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .aloc,
  .aloc * {
    box-sizing: border-box;
  }

  .aloc__layout {
    display: block !important;
  }

  .aloc__sidebar {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
  }

  .aloc__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .aloc__toolbar {
    display: block;
  }

  .aloc__search {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: none;
  }

  .aloc__status,
  .aloc__top5,
  .aloc__geo-help,
  .aloc__sidebar-box,
  .aloc-card,
  .aloc__filter-content,
  .aloc__filter-toggle {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .aloc__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .aloc__sidebar-box {
    padding: 5px;
    margin-bottom: 15px;
  }
}

.aloc-card__meta {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.aloc-card__note-wrap {
  margin-top: 12px;
}

.aloc-card__note {
  padding: 16px;
  border: 1px dashed #d7e3f0;
  border-radius: 16px;
  background: #f9fcff;
  font-size: 14px;
  line-height: 1.6;
  color: #6a839b;
  font-weight: bold;
}

a {
  color: #0b60dd;
}

.aloc-modal__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.aloc-modal__top .aloc-modal__type {
  margin: 0;
}

.aloc-modal__top .aloc-card__badge {
  flex-shrink: 0;
  margin-right: 52px; /* da ne ulazi u X botun */
}

.aloc-modal__line--contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aloc-modal__icon {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.eloc-modal__line a,
.aloc-modal__line a {
  color: #1f4468;
  text-decoration: none;
  font-weight: 600;
}
.eloc-modal__line a:hover,
.aloc-modal__line a:hover {
  text-decoration: underline;
}

.aloc-card__hours {
	
	padding: 16px;
  border: 1px dashed #d7e3f0;
  border-radius: 16px;
  background: #f9fcff;
  font-size: 14px;
  line-height: 1.6;
  color: #6a839b;
  font-weight: bold;
}

/* osnovni badge */
.aloc-card__type {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

/* OBITELJSKA */
.aloc-card__type[data-type="Obiteljska medicina"] {
  background: #e3f2fd;
  color: #1e5fa3;
}

/* DENTALNA */
.aloc-card__type[data-type="Dentalna medicina"] {
  background: #e8f5e9;
  color: #1b7a3c;
}

/* PEDIJATRIJA */
.aloc-card__type[data-type="Pedijatrija"] {
  background: #fff3e0;
  color: #b26a00;
}

/* GINEKOLOGIJA */
.aloc-card__type[data-type="Ginekologija"] {
  background: #fce4ec;
  color: #a12a5e;
}

/* ORALNA KIRURGIJA */
.aloc-card__type[data-type="Oralna kirurgija"] {
  background: #ede7f6;
  color: #5a3ea6;
}

/* TURISTIČKA */
.aloc-card__type[data-type="Turistička ambulanta"] {
  background: #e0f7fa;
  color: #0f6c75;
}

/* modal badge style */
.aloc-modal__type {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

/* OBITELJSKA */
.aloc-modal__type[data-type="Obiteljska medicina"] {
  background: #e3f2fd;
  color: #1e5fa3;
}

/* DENTALNA */
.aloc-modal__type[data-type="Dentalna medicina"] {
  background: #e8f5e9;
  color: #1b7a3c;
}

/* PEDIJATRIJA */
.aloc-modal__type[data-type="Pedijatrija"] {
  background: #fff3e0;
  color: #b26a00;
}

/* GINEKOLOGIJA */
.aloc-modal__type[data-type="Ginekologija"] {
  background: #fce4ec;
  color: #a12a5e;
}

/* ORALNA */
.aloc-modal__type[data-type="Oralna kirurgija"] {
  background: #ede7f6;
  color: #5a3ea6;
}

/* TURISTIČKA */
.aloc-modal__type[data-type="Turistička ambulanta"] {
  background: #e0f7fa;
  color: #0f6c75;
} 

.aloc-card__type[data-type="Obiteljska medicina"][data-tip="dezurna"] {
  background: #fdeaea;
  color: #a63636;
}

.aloc__no-open-text {
  display: block;
  padding: 16px;
  border: 1px dashed #d7e3f0;
  border-radius: 16px;
  background: #f9fcff;
  color: #516b83;
  font-weight: 700;
  line-height: 1.6;
}

.aloc__no-open-text a {
  color: #0d6efd;
  font-weight: 800;
  text-decoration: underline;
}


.flyer-download {
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid #dfeaf7;
  box-shadow: 0 14px 40px rgba(17, 59, 109, 0.08);
}

.flyer-download__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.flyer-download__text {
  font-size: 18px;
  line-height: 1.7;
  color: #5f7fa3;
  margin-bottom: 28px;
}

.flyer-download__button {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b3f78, #1f5fa8);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(11, 63, 120, 0.25);
  transition: all 0.25s ease;
}

.flyer-download__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(11, 63, 120, 0.35);
}

#sp-footer a, #sp-bottom a {
  color: unset;
}

.care-card2.care-card2--emergency .care-card2__top::after{
    
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
    
    
}


.eloc-modal__line--phone {
  display: flex;
  align-items: center;
  gap: 8px;
}

.eloc-modal__icon {
  font-size: 16px;
  line-height: 1;
}

.eloc-modal__line a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.eloc-modal__line a:hover {
  text-decoration: underline;
}