/*
 * Page-specific targeting: svaka stranica ima dodeljen custom CSS (Menu Item > Advanced > Page Class).
 * Scopuj pravila pod body klasom, npr. .page-pocetna .et-hero { ... } ili .com-contact-view .et-form { ... }.
 */
@font-face {
  font-family: "Geist";
  src: url("../fonts/geistsans/Geist-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/geistsans/Geist-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/geistsans/Geist-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/geistsans/Geist-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("../fonts/geistmono/GeistMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("../fonts/geistmono/GeistMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("../fonts/geistmono/GeistMono-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.et-font-body,
body {
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
}

.et-font-headings,
h1, h2, h3, h4, h5, h6 {
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
}

.et-font-mono,
code, .font-mono {
  font-family: "Geist Mono", ui-monospace, monospace;
}

.et-header-logo,
#sp-header #sp-logo .logo a {
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.et-header-logo-slogan,
#sp-header #sp-logo .logo .logo-slogan,
#sp-header #sp-logo .logo .slogan {
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.et-header-menu,
#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span {
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.et-lang-inline .sp-module-content .mod-languages ul.lang-inline li,
.sp-module-content .mod-languages ul.lang-inline li {
  margin: 0 10px 0 0;
}

.et-lang-active div.mod-languages ul li.lang-active,
div.mod-languages ul li.lang-active {
  padding: 0 10px 2px;
}

.et-header-contact-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 0.5rem;
}

.et-header-contact-icons a {
  color: #f8fafc;
  font-size: 1.125rem;
  transition: color 0.2s;
}

.et-header-contact-icons a:hover {
  color: #facc15;
}

.et-header-contact-icons a.et-header-contact-icons-whatsapp {
  color: #25D366;
}

.et-header-contact-icons a.et-header-contact-icons-whatsapp:hover {
  color: #20bd5a;
}

.et-header-contact-icons a.et-header-contact-icons-viber {
  color: #7360f2;
}

.et-header-contact-icons a.et-header-contact-icons-viber:hover {
  color: #8b7af4;
}

@media (min-width: 992px) {
  #sp-header .container-inner .row {
    padding-right: 1.5rem;
  }
  #sp-menu.menu-with-social .sp-megamenu-wrapper {
    justify-content: center;
  }
  #sp-header #sp-menu .sp-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 991.98px) {
  #sp-header,
  #sp-header.sticky-header,
  .sticky-header #sp-header {
    height: 70px;
    min-height: 70px;
  }
  #sp-header .container,
  #sp-header .container-inner {
    height: 100%;
    min-height: 70px;
  }
  #sp-header .row {
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    min-height: 70px;
  }
  #sp-header #sp-logo .sp-column,
  #sp-header #sp-menu .sp-column {
    display: flex;
    align-items: center;
  }
  #sp-header #sp-menu .sp-column {
    flex-wrap: nowrap;
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
    gap: 0.5rem;
  }
  #sp-header #sp-menu .sp-module {
    flex-shrink: 0;
  }
  #sp-header .offcanvas-toggler-secondary {
    display: flex;
    align-items: center;
  }
  #sp-menu.menu-with-social .sp-megamenu-wrapper {
    display: flex;
    flex: auto;
    justify-content: center;
  }
  div#sp-menu {
    padding: 0 15px 0 0;
  }
}

.slajder {
  position: relative;
  min-height: 90vh;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1e293b;
}

.slajder .et-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slajder .et-hero-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.slajder .et-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slajder .et-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.slajder .et-hero-inner {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 1.5rem 1rem;
}

.slajder .et-hero-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: rgba(250, 204, 21, 0.1);
  color: #facc15;
  border: 1px solid rgba(250, 204, 21, 0.2);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.slajder .et-hero-title {
  font-size: clamp(1.75rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: #f8fafc;
}

.slajder .et-hero-title-accent {
  display: block;
  margin-top: 0.25rem;
  background: linear-gradient(to right, #facc15, #fef08a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  font-size: clamp(1.5rem, 4.5vw, 4rem);
}

.br-mobile { display: inline; }

@media (max-width: 767.98px) {
  .br-mobile { display: block; }
}

@media (max-width: 575.98px) {
  .slajder {
    min-height: 100vh;
    min-height: 100dvh;
  }
  .slajder .et-hero {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 1rem 0;
    align-items: center;
  }
  .slajder .et-hero-inner {
    padding: 0.25rem 1rem;
  }
  .slajder .et-hero-badge {
    margin-bottom: 0.75rem;
  }
  .slajder .et-hero-title {
    margin-bottom: 2rem;
  }
  .slajder .et-hero-title-accent {
    font-size: 2rem;
    white-space: nowrap;
  }
  .slajder .et-hero-lead {
    margin-bottom: 1rem;
    font-size: 0.9375rem;
  }
  .slajder .et-hero-btns {
    gap: 0.75rem;
  }
}

.slajder .et-hero-lead {
  font-size: 1.25rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .slajder .et-hero-lead {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}

.slajder .et-hero-btns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 576px) {
  .slajder .et-hero-btns {
    flex-direction: row;
  }
}

.slajder .et-hero-btn-primary,
.slajder .et-hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-weight: 700;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  min-width: 12rem;
}

@media (max-width: 575.98px) {
  .slajder .et-hero-btn-primary,
  .slajder .et-hero-btn-secondary {
    width: 100%;
    max-width: 20rem;
  }
}

.slajder .et-hero-btn-primary {
  background-color: #facc15;
  color: #020617;
  border: 1px solid #facc15;
}

.slajder .et-hero-btn-primary:hover {
  background-color: #fde047;
  color: #020617;
  border-color: #fde047;
}

.slajder .et-hero-btn-secondary {
  background-color: #0f172a;
  color: #fff;
  border: 1px solid #0f172a;
}

.slajder .et-hero-btn-secondary:hover {
  background-color: #1e293b;
  color: #f8fafc;
  border-color: #1e293b;
}

#sp-main-body:has(.item-page-services),
#sp-main-body:has(.item-page-about),
#sp-main-body:has(.item-page-contact),
#sp-main-body.has-services,
#sp-main-body.has-about,
#sp-main-body.has-contact {
  background-color: #020617;
  overflow-x: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.item-page-services .com-content-article__body,
.item-page-about .com-content-article__body {
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.item-page-services .et-article-hero {
  background-color: #0f172a;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.item-page-services .et-article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#1e293b 1px, transparent 1px), linear-gradient(90deg, #1e293b 1px, transparent 1px);
  background-size: 2rem 2rem;
  opacity: 0.05;
  pointer-events: none;
}

.item-page-services .et-article-hero > .container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .item-page-services .et-article-hero > .container,
  .item-page-services .et-article-section > .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.item-page-services .et-article-hero-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(250, 204, 21, 0.05), transparent);
  pointer-events: none;
}

.item-page-services .et-article-hero-inner {
  max-width: 48rem;
}

.item-page-services .et-article-hero-tagline {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.item-page-services .et-article-hero-tagline-icon {
  color: #facc15;
  flex-shrink: 0;
}

.item-page-services .et-article-hero-tagline-white {
  color: #f8fafc;
}

.item-page-services .et-article-hero-tagline-sep {
  color: rgba(255, 255, 255, 0.4);
}

.item-page-services .et-article-hero-tagline-yellow {
  color: #facc15 !important;
}

.item-page-services .et-article-hero-title {
  color: #f8fafc;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.item-page-services .et-article-hero-lead {
  color: #94a3b8;
  font-size: 1.25rem;
  line-height: 1.6;
}

.item-page-services .et-article-hero-lead p:last-child {
  margin-bottom: 0;
}

.item-page-about .et-about-hero {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #020617;
}

.item-page-about .et-about-hero-inner {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.item-page-about .et-about-hero-title {
  color: #f8fafc;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

.item-page-about .et-about-hero-lead {
  max-width: 42rem;
  color: #94a3b8;
  font-size: 1.125rem;
  line-height: 1.6;
}

.item-page-about .et-about-hero-lead p:last-child {
  margin-bottom: 0;
}

.item-page-services .et-article-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.item-page-services .et-article-hero-btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background-color: #facc15;
  color: #020617;
  font-weight: 700;
  border-radius: 0.5rem;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.2s, color 0.2s;
}

.item-page-services .et-article-hero-btn-cta:hover {
  background-color: #fde047;
  color: #0e172a !important;
  box-shadow: none;
}

.item-page-services .et-article-hero-btn-specs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background-color: #020617;
  color: #f8fafc;
  font-weight: 700;
  border: 1px solid #1e293b;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.item-page-services .et-article-hero-btn-specs:hover {
  background-color: #1e293b;
  border-color: #334155;
  color: #f8fafc;
}

@media (max-width: 767.98px) {
  .item-page-services .et-article-hero-btns {
    flex-direction: column;
  }
  .item-page-services .et-article-hero-btn-cta,
  .item-page-services .et-article-hero-btn-specs {
    width: 100%;
  }
}

.item-page-services .et-article-section,
.item-page-about .et-article-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.item-page-services .et-article-section:not(.et-article-section-bg),
.item-page-about .et-article-section:not(.et-article-section-bg) {
  background-color: #0f172a;
  border-top: 1px solid #1e293b;
  border-bottom: 1px solid #1e293b;
}

.item-page-services .et-article-section-bg,
.item-page-about .et-article-section-bg {
  background-color: #020617;
}

.item-page-services .et-article-section-card,
.item-page-about .et-article-section-card {
  background-color: #0f172a;
  border: 1px solid #1e293b;
  border-radius: 1rem;
  padding: 2rem;
  transition: border-color 0.2s;
}

.item-page-services .et-article-section-card:hover,
.item-page-about .et-article-section-card:hover {
  border-color: rgba(250, 204, 21, 0.5);
}

.item-page-services .et-article-section-card:has(> img),
.item-page-about .et-article-section-card:has(> img),
.item-page-services .et-article-section-card.has-direct-img,
.item-page-about .et-article-section-card.has-direct-img {
  padding: 0;
  border: none;
  overflow: hidden;
}

.item-page-services .et-article-card-icon,
.item-page-about .et-article-card-icon {
  width: 4rem;
  height: 4rem;
  background-color: rgba(250, 204, 21, 0.1);
  border: none;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #facc15;
}

.item-page-services .et-article-section-card:hover .et-article-card-icon,
.item-page-about .et-article-section-card:hover .et-article-card-icon {
  background-color: rgba(250, 204, 21, 0.15);
}

.item-page-services .et-article-card-title,
.item-page-about .et-article-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f8fafc;
}

.item-page-services .et-article-card-range,
.item-page-about .et-article-card-range {
  font-size: 0.875rem;
  font-weight: 700;
  color: #facc15;
}

.item-page-services .et-article-card-desc,
.item-page-about .et-article-card-desc {
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.6;
}

.item-page-services .et-article-features h2,
.item-page-services .et-article-specs-heading,
.item-page-about .et-article-features h2,
.item-page-about .et-article-specs-heading {
  font-size: 1.875rem;
  font-weight: 700;
  color: #f8fafc;
}

@media (min-width: 768px) {
  .item-page-services .et-article-features h2,
  .item-page-services .et-article-specs-heading,
  .item-page-about .et-article-features h2,
  .item-page-about .et-article-specs-heading {
    font-size: 2.25rem;
  }
}

.item-page-services .et-article-features p,
.item-page-services .et-article-specs-lead,
.item-page-about .et-article-features p,
.item-page-about .et-article-specs-lead {
  color: #94a3b8;
  line-height: 1.6;
}

.item-page-services .et-article-feature-item strong,
.item-page-about .et-article-feature-item strong {
  color: #f8fafc;
}

.item-page-services .et-article-feature-item p,
.item-page-about .et-article-feature-item p {
  font-size: 0.875rem;
  color: #94a3b8;
  margin-bottom: 0;
}

.item-page-services .et-article-feature-icon,
.item-page-about .et-article-feature-icon {
  color: #facc15;
}

.item-page-services .et-article-specs table {
  width: 100%;
  border-collapse: collapse;
}

.item-page-services .et-article-specs th {
  text-align: left;
  padding: 1rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  border-bottom: 1px solid #1e293b;
}

.item-page-services .et-article-specs td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #1e293b;
  color: #f8fafc;
}

.item-page-services .et-article-specs td:first-child {
  font-weight: 700;
  color: #facc15;
}

.item-page-services .et-article-specs td:last-child {
  font-size: 0.875rem;
  color: #94a3b8;
}

.item-page-services .et-article-specs .et-article-specs-note {
  font-size: 0.875rem;
  color: #94a3b8;
  text-align: center;
  margin-top: 2rem;
}

.item-page-services .et-article-spec-badge {
  font-size: 0.75rem;
  background-color: #1e293b;
  color: #f8fafc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #1e293b;
}

.item-page-services .et-article-feature-badge {
  font-size: 0.75rem;
  font-weight: 700;
  color: #facc15;
  background-color: rgba(250, 204, 21, 0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

.item-page-services .et-article-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(250, 204, 21, 0.2);
  border-radius: 9999px;
  color: #facc15;
  flex-shrink: 0;
}

.et-usluge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0f172a;
  position: relative;
}

.et-usluge-head {
  text-align: center;
  margin-bottom: 4rem;
}

.et-usluge-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #f8fafc;
}

@media (min-width: 768px) {
  .et-usluge-title {
    font-size: 2.25rem;
  }
}

.et-usluge-lead {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  color: #94a3b8;
  margin-bottom: 0;
}

.et-usluge-card {
  background-color: rgba(15, 23, 42, 0.5);
  border: 1px solid #1e293b;
  padding: 2rem;
  border-radius: 1rem;
  transition: border-color 0.2s;
}

.et-usluge-card:hover {
  border-color: rgba(250, 204, 21, 0.5);
}

.et-usluge-card-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  background-color: #0f172a;
  border: 1px solid #1e293b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #facc15;
  font-size: 2.5rem;
  transition: border-color 0.2s;
}

.et-usluge-card:hover .et-usluge-card-icon {
  border-color: rgba(250, 204, 21, 0.5);
}

.et-usluge-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #f8fafc;
}

.et-usluge-card-desc {
  font-size: 0.875rem;
  color: #94a3b8;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.et-usluge-card-link {
  color: #facc15;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: gap 0.2s;
}

.et-usluge-card-link:hover {
  color: #fde047;
  gap: 0.75rem;
}

.et-zasto {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #020617;
}

.et-zasto-badge {
  display: block;
  color: #facc15;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.et-zasto-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #f8fafc;
}

@media (min-width: 768px) {
  .et-zasto-title {
    font-size: 3rem;
  }
}

.et-zasto-lead {
  font-size: 1.125rem;
  color: #94a3b8;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.et-zasto-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.et-zasto-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.et-zasto-item:last-child {
  margin-bottom: 0;
}

.et-zasto-item i {
  color: #facc15;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.et-zasto-item span {
  font-weight: 500;
  color: #f8fafc;
}

.et-zasto-stat {
  background-color: #0f172a;
  border: 1px solid #1e293b;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  transition: background-color 0.2s;
}

.et-zasto-stat:hover {
  background-color: rgba(30, 41, 59, 0.5);
}

.et-zasto-stat-num {
  font-size: 2.25rem;
  font-weight: 700;
  color: #facc15;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .et-zasto-stat-num {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .row > .col-6:has(.et-zasto-stat),
  .row > .col-6.has-zasto-stat {
    width: 100%;
    flex: 0 0 100%;
  }
}

.et-zasto-stat-label {
  font-size: 0.875rem;
  color: #94a3b8;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.et-cta-projekat {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #facc15;
  color: #020617;
  position: relative;
}

.et-cta-projekat-inner {
  position: relative;
  z-index: 10;
  text-align: center;
}

.et-cta-projekat-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #020617;
}

@media (min-width: 768px) {
  .et-cta-projekat-title {
    font-size: 3rem;
  }
}

.et-cta-projekat-lead {
  font-size: 1.25rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  color: rgba(2, 6, 23, 0.8);
  line-height: 1.6;
}

.et-cta-projekat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background-color: #020617;
  color: #fff;
  font-weight: 700;
  border-radius: 0.5rem;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s;
}

.et-cta-projekat-btn:hover {
  background-color: #0f172a;
  color: #fff;
}

#sp-footer .mod-menu li {
  margin-bottom: 0.5rem;
}

.offcanvas-menu .offcanvas-inner ul.menu li ul li {
  margin-bottom: 0.5rem;
}

.et-footer-col {
  margin-bottom: 1.5rem;
}

.et-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
  color: inherit;
}

.et-footer-brand-icon {
  background-color: #facc15;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: #020617;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.et-footer-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.et-footer-brand-name {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f8fafc;
}

.et-footer-brand-tag {
  font-size: 0.625rem;
  color: #facc15;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.et-footer-desc {
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.et-footer-social {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.et-footer-social a {
  color: #94a3b8;
  font-size: 1.25rem;
  transition: color 0.2s;
}

.et-footer-social a:hover {
  color: #facc15;
}

.et-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  color: #94a3b8;
}

.et-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.et-footer-contact li:last-child {
  margin-bottom: 0;
}

.et-footer-contact i {
  color: #facc15;
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.et-footer-contact li span {
  line-height: 1.5;
}

.row:has(.et-footer-col) .sp-module ul,
.row.has-footer-col .sp-module ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.row:has(.et-footer-col) .sp-module ul li,
.row.has-footer-col .sp-module ul li {
  list-style: none;
}

.row:has(.et-footer-col) .sp-module ul li::marker,
.row.has-footer-col .sp-module ul li::marker {
  content: none;
}

.row:has(.et-footer-col) .sp-module,
.row.has-footer-col .sp-module {
  color: #94a3b8;
}

.row:has(.et-footer-col) .sp-module .sp-module-title,
.row.has-footer-col .sp-module .sp-module-title {
  color: #f8fafc;
}

.row:has(.et-footer-col) .sp-module a,
.row.has-footer-col .sp-module a {
  color: #94a3b8;
}

.row:has(.et-footer-col) .sp-module a:hover,
.row.has-footer-col .sp-module a:hover {
  color: #facc15;
}

.et-megamenu-cta {
  padding-top: 1rem;
  margin-top: 1rem;
  padding-bottom: 15px;
  text-align: center;
}

.et-megamenu-cta-text {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 1rem;
}

.et-megamenu-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #facc15;
  color: #020617;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s;
  margin-top: 1rem;
}

.et-megamenu-cta-btn:hover {
  background-color: #fde047;
  color: #020617;
}

#sp-header .sp-dropdown.sp-dropdown-mega {
  min-width: 320px;
  max-width: 600px;
  border: 1px solid #1e293b;
  border-radius: 0.75rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
  background-color: #0f172a;
  padding: 1.5rem;
}

#sp-header .sp-dropdown.sp-dropdown-mega > .sp-dropdown-inner > .row {
  margin-top: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

#sp-header .sp-dropdown.sp-dropdown-mega > .sp-dropdown-inner > .row > [class*="col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li {
  margin: 0 0 0.5rem;
  padding: 0;
  border-radius: 0.5rem;
  transition: background-color 0.2s;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li:last-child {
  margin-bottom: 0;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.menu_item:hover,
#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.menu_item:hover + li.module:not(:has(.et-megamenu-cta)),
#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.menu_item:has(+ li.module:hover:not(:has(.et-megamenu-cta))),
#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.module:hover:not(:has(.et-megamenu-cta)) {
  background-color: rgba(30, 41, 59, 0.8);
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.menu_item:hover + li.module,
#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.menu_item + li.module {
  margin-top: -0.5rem;
  padding-top: 0;
  padding-bottom: 0.25rem;
  border-radius: 0 0 0.5rem 0.5rem;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.menu_item:has(+ li.module) {
  border-radius: 0.5rem 0.5rem 0 0;
  margin-bottom: 0;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.menu_item + li.module .sp-module {
  padding: 0 1rem 0.25rem 1rem;
  margin-left: 0;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li > a {
  display: block;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #facc15;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li > a:hover {
  color: #fde047;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.menu_item > a.sp-group-title {
  color: #facc15;
  margin-bottom: 0;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group .et-megamenu-desc,
#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.module .sp-module,
#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.module .sp-module p {
  font-size: 0.75rem;
  color: #64748b;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.menu_item:hover + li.module .sp-module,
#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group > li.menu_item:hover + li.module .sp-module p {
  color: #94a3b8;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0 0 0 1rem;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group-child a {
  font-size: 0.75rem;
  color: #64748b;
  text-decoration: none;
  display: block;
  padding: 0.25rem 0;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-mega-group-child a:hover {
  color: #f8fafc;
}

#sp-header .sp-dropdown.sp-dropdown-mega .sp-module {
  padding: 0;
  margin: 0;
}

#sp-header .sp-dropdown.sp-dropdown-mega .et-megamenu-cta {
  position: relative;
  padding-top: 2.4rem;
  margin-top: 1rem;
  padding-bottom: 15px;
  text-align: center;
  display: grid;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-items: stretch;
}

#sp-header .sp-dropdown.sp-dropdown-mega .et-megamenu-cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(600px - 3rem);
  max-width: calc(100vw - 2rem - 3rem);
  border-top: 1px solid #1e293b;
}

#sp-header .sp-dropdown.sp-dropdown-mega .et-megamenu-cta .et-megamenu-cta-text {
  text-align: center;
}

#sp-header .sp-dropdown.sp-dropdown-mega .et-megamenu-cta .et-megamenu-cta-btn {
  width: 100%;
  justify-content: center;
}

.et-megamenu-viewall {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid #1e293b;
  text-align: center;
}

.et-megamenu-viewall a {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

.et-megamenu-viewall a:hover {
  color: #f8fafc;
}

.item-page-contact .et-contact-hero {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #020617;
}

.item-page-contact .et-contact-hero-inner {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.item-page-contact .et-contact-hero-title {
  color: #f8fafc;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

.item-page-contact .et-contact-hero-lead {
  color: #94a3b8;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.item-page-contact .et-contact-content {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.item-page-contact .et-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 992px) {
  .item-page-contact .et-contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.item-page-contact .et-contact-col-info,
.item-page-contact .et-contact-col-form {
  width: 100%;
  max-width: 100%;
}

.item-page-contact .et-contact-info-card,
.item-page-contact .et-contact-form-card {
  background-color: #0f172a;
  border: 1px solid #1e293b;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
}

.item-page-contact .et-contact-info-heading,
.item-page-contact .et-contact-form-heading {
  color: #f8fafc;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.item-page-contact .et-contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.item-page-contact .et-contact-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.item-page-contact .et-contact-info-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(250, 204, 21, 0.1);
  border-radius: 0.5rem;
  color: #facc15;
}

.item-page-contact .et-contact-info-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.item-page-contact .et-contact-info-text h4 {
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.item-page-contact .et-contact-info-text p {
  color: #94a3b8;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 0.125rem;
}

.item-page-contact .et-contact-info-text p:last-child {
  margin-bottom: 0;
}

.item-page-contact .et-contact-info-text a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

.item-page-contact .et-contact-info-text a:hover {
  color: #facc15;
}

.item-page-contact .et-contact-info-misc {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #1e293b;
  color: #94a3b8;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.item-page-contact .et-contact-info-misc p {
  margin-bottom: 0.25rem;
}

.item-page-contact .et-contact-info-misc p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .item-page-contact .et-contact-hero {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .item-page-contact .et-contact-content {
    padding-bottom: 3rem;
  }
  .item-page-contact .et-contact-info-card,
  .item-page-contact .et-contact-form-card {
    padding: 1.5rem;
  }
}

input#form2_name,
input#form2_email,
input#form2_tel4 {
  background-color: #020617;
}
input#form3_name,
input#form3_email,
input#form3_tel4 {
  background-color: #020617;
}
input#form2_termsofservice6,
input#form3_termsofservice6 {
  margin: 0px 10px 0px 0px;
}

/* ============================================
   BLOG LISTING - Dark Theme (et-blog-listing)
   ============================================ */

#sp-main-body:has(.et-blog-listing),
#sp-main-body.has-blog-listing {
  background-color: #020617;
}


.et-blog-listing {
  padding-bottom: 4rem;
  max-width: 100%;
  overflow: hidden;
}

.et-blog-hero {
  padding: 5rem 0 3rem;
  text-align: center;
  background-color: #020617;
}

.et-blog-hero-inner {
  max-width: 42rem;
  margin: 0 auto;
}

.et-blog-hero h1,
.et-blog-hero h2 {
  color: #f8fafc;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}

.et-blog-listing .category-desc {
  color: #94a3b8;
  text-align: center;
  max-width: 38rem;
  margin: 1rem auto 2rem;
  padding: 0 1rem;
}

.et-blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 2rem;
}

.et-blog-grid-leading {
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

.et-blog-grid-item {
  min-width: 0;
  overflow: hidden;
}

.et-blog-card {
  background-color: #0f172a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: border-color 0.3s;
}

.et-blog-card-image-link {
  display: block;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

.et-blog-featured {
  margin-bottom: 2rem;
}

.et-blog-intro-item {
  margin-bottom: 2rem;
}

#sp-right .sp-module,
.et-sidebar .sp-module {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  overflow: hidden;
  padding: 1.5rem;
}

#sp-right .sp-module .sp-module-title,
.et-sidebar .sp-module .sp-module-title {
  color: #f8fafc;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#sp-right .mod-articles-items,
.et-sidebar .mod-articles-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sp-right .sp-module ul > li,
#sp-right .mod-articles-items > li,
.et-sidebar .sp-module ul > li,
.et-sidebar .mod-articles-items > li {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#sp-right .mod-articles-items > li:first-child,
.et-sidebar .mod-articles-items > li:first-child {
  padding-top: 0;
}

#sp-right .mod-articles-items > li:last-child,
.et-sidebar .mod-articles-items > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#sp-right .mod-articles-title,
.et-sidebar .mod-articles-title {
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

#sp-right .mod-articles-title a,
.et-sidebar .mod-articles-title a {
  color: #facc15;
  text-decoration: none;
  transition: color 0.2s;
}

#sp-right .mod-articles-title a:hover,
.et-sidebar .mod-articles-title a:hover {
  color: #fde047;
}

#sp-right .mod-articles-date,
#sp-right .mod-articles-hits,
.et-sidebar .mod-articles-date,
.et-sidebar .mod-articles-hits {
  color: #64748b;
  font-size: 0.8rem;
  margin: 0;
}

#sp-right .article-intro-image,
.et-sidebar .article-intro-image {
  margin-top: 0.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

#sp-right .article-intro-image img,
.et-sidebar .article-intro-image img {
  width: 100%;
  height: auto;
  display: block;
}

#sp-right .mod-articles-item-content > div[class*="sc-"],
.et-sidebar .mod-articles-item-content > div[class*="sc-"] {
  color: #94a3b8;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}

#sp-right .list-unstyled,
.et-sidebar .list-unstyled {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0;
}

#sp-right .readmore,
.et-sidebar .readmore {
  padding-top: 2.5rem;
}

#sp-right .readmore a,
.et-sidebar .readmore a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #94a3b8;
  font-size: 0.8125rem;
  text-decoration: none;
  transition: color 0.2s;
}

#sp-right .readmore a:hover,
.et-sidebar .readmore a:hover {
  color: #facc15;
}

#sp-right .readmore a svg,
.et-sidebar .readmore a svg {
  width: 0.875rem;
  height: 0.875rem;
  fill: currentColor;
  flex-shrink: 0;
}

.et-blog-card:hover {
  border-color: rgba(250, 204, 21, 0.3);
}

.et-blog-card-image {
  overflow: hidden;
}

.et-blog-card-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.et-blog-card:hover .et-blog-card-image img {
  transform: scale(1.05);
}

.et-blog-card-badge {
  display: inline-block;
  background-color: #facc15;
  color: #020617;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  margin: 1.25rem 1.5rem 0;
  letter-spacing: 0.05em;
}

.et-blog-card-body {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.et-blog-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  color: #94a3b8;
}

.et-blog-card-category a {
  color: #facc15;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}

.et-blog-card-category a:hover {
  color: #fde68a;
}

.et-blog-card-date {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #64748b;
}

.et-blog-card-date svg {
  flex-shrink: 0;
}

.et-blog-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.et-blog-card-title a {
  color: #f8fafc;
  text-decoration: none;
  transition: color 0.2s;
}

.et-blog-card:hover .et-blog-card-title a {
  color: #facc15;
}

.et-blog-card-introtext {
  color: #cbd5e1;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.et-blog-card-introtext p {
  margin-bottom: 0;
}

.et-blog-card-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #facc15;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.2s, color 0.2s;
  margin-top: auto;
}

.et-blog-card-readmore:hover {
  gap: 0.875rem;
  color: #fde68a;
}

.et-blog-card-readmore svg {
  flex-shrink: 0;
}

.et-blog-listing .et-blog-pagination,
.et-blog-pagination {
  padding-top: 2rem;
}

.et-blog-listing .pagination,
.et-blog-pagination .pagination {
  justify-content: center;
  gap: 0.25rem;
}

.et-blog-listing .pagination .page-link,
.et-blog-pagination .pagination .page-link {
  background-color: #0f172a;
  border-color: #1e293b;
  color: #94a3b8;
  transition: all 0.2s;
}

.et-blog-listing .pagination .page-link:hover,
.et-blog-pagination .pagination .page-link:hover {
  background-color: #1e293b;
  border-color: #334155;
  color: #f8fafc;
}

.et-blog-listing .pagination .active .page-link,
.et-blog-pagination .pagination .active .page-link {
  background-color: #facc15;
  border-color: #facc15;
  color: #020617;
}

.et-blog-listing .pagination .disabled .page-link,
.et-blog-pagination .pagination .disabled .page-link {
  background-color: #0f172a;
  border-color: #1e293b;
  color: #334155;
}

.et-blog-listing .counter,
.et-blog-pagination .counter {
  color: #64748b;
  font-size: 0.875rem;
}

.et-blog-listing .alert-info {
  background-color: #0f172a;
  border-color: #1e293b;
  color: #94a3b8;
}

.et-blog-card .et-share-buttons {
  display: none;
}

.article-details .article-header h1,
.article-details .article-header h2 {
  text-transform: uppercase;
}

.article-details .article-info {
  margin-bottom: 0.75rem;
}

.et-share-buttons {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.et-share-buttons .mod-custom {
  width: 100%;
}

.et-share-buttons__trigger {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.et-share-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  padding: 0.5rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #94a3b8;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50rem;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.et-share-pill:hover {
  border-color: rgba(250, 204, 21, 0.4);
  color: #facc15;
}

.et-share-pill:focus {
  outline: 2px solid #facc15;
  outline-offset: 2px;
}

.et-share-pill__icon {
  flex-shrink: 0;
}

.et-share-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  margin-top: 0.35rem;
  z-index: 1020;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  display: flex;
  gap: 0.3rem;
  padding: 0.5rem;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.et-share-buttons.is-open .et-share-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.et-share-dropdown[hidden] {
  display: block !important;
  pointer-events: none;
}

a.et-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: opacity 0.2s;
}

a.et-share-btn:hover {
  opacity: 0.8;
}

a.et-share-btn:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.et-share-btn__icon {
  width: 1.25rem;
  height: 1.25rem;
}

.et-share-dropdown a.et-share-btn.et-share-btn--x { color: #fff; }
.et-share-dropdown a.et-share-btn.et-share-btn--whatsapp { color: #25D366; }
.et-share-dropdown a.et-share-btn.et-share-btn--viber { color: #7360F2; }
.et-share-dropdown a.et-share-btn.et-share-btn--email { color: #94a3b8; }
.et-share-dropdown a.et-share-btn.et-share-btn--copy { color: #94a3b8; }

@media (max-width: 991.98px) {
  .et-blog-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .et-blog-hero {
    padding: 3.5rem 0 2rem;
  }
  .et-blog-hero h1,
  .et-blog-hero h2 {
    font-size: 2rem;
  }
  .et-blog-listing {
    padding-bottom: 3rem;
  }
}

.article-details .article-full-image img,
.com-content-article img,
.article-details img {
  border-radius: 1rem;
}

.article-header {
  padding-top: 1rem;
}

.readmore {
  margin-bottom: 1rem;
  padding-top: 2.5rem;
}

@media (max-width: 767.98px) {
  .com-content-article .container,
  .com-contact .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #sp-bottom1,
  #sp-bottom2,
  #sp-bottom3,
  #sp-bottom4 {
    margin-bottom: 2rem;
  }

  .item-page-services .et-article-hero-tagline {
    font-size: clamp(0.6rem, 3.2vw, 0.875rem);
  }
}

/* ============================================
   HOMEPAGE ARTICLE
   ============================================ */
.et-homepage #sp-main-body {
  background-color: #0e172a;
  padding-top: 0;
  padding-bottom: 0;
}

.article-details.et-homepage {
  color: rgba(248, 250, 252, 0.8);
  line-height: 1.7;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  padding: 2.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.article-details.et-homepage h1 {
  color: #f8fafc;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-align: center;
}

.article-details.et-homepage h2 {
  color: #f8fafc;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.article-details.et-homepage h3 {
  color: #facc15;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.article-details.et-homepage p {
  margin-bottom: 1rem;
}

ul.et-check-list,
.article-details.et-homepage .et-check-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 1.5rem;
}

ul.et-check-list > li,
.article-details.et-homepage .et-check-list li {
  display: flex !important;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  list-style: none !important;
}

ul.et-check-list > li::before,
.article-details.et-homepage .et-check-list li::before {
  display: none !important;
  content: none !important;
}

ul.et-check-list > li::marker {
  content: none !important;
  font-size: 0;
}

ul.et-check-list > li svg,
.article-details.et-homepage .et-check-list li svg {
  flex-shrink: 0;
  margin-top: 0.2em;
}

.article-details.et-homepage a {
  color: #facc15;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-details.et-homepage a:hover {
  color: #fde047;
}

.article-details.et-homepage .article-info {
  display: none;
}

.article-details.et-homepage .et-faq details {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.article-details.et-homepage .et-faq details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.article-details.et-homepage .et-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
  color: #facc15;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  list-style: none;
}

.article-details.et-homepage .et-faq summary::-webkit-details-marker {
  display: none;
}

.article-details.et-homepage .et-faq summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.article-details.et-homepage .et-faq details[open] > summary::after {
  content: "\2212";
}

.article-details.et-homepage .et-faq details > div {
  padding: 0 0 1.25rem;
  color: rgba(248, 250, 252, 0.75);
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .article-details.et-homepage {
    padding: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
